@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
|
@@ -2,15 +2,10 @@ export declare const mainGroup: {
|
|
|
2
2
|
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
3
3
|
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
4
4
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
5
|
+
'*': {};
|
|
5
6
|
graphql: {};
|
|
6
7
|
readFragment: {};
|
|
7
|
-
|
|
8
|
-
isTypeOnly: true;
|
|
9
|
-
};
|
|
10
|
-
ResultOf: {
|
|
11
|
-
isTypeOnly: true;
|
|
12
|
-
};
|
|
13
|
-
VariablesOf: {
|
|
8
|
+
FragmentType: {
|
|
14
9
|
isTypeOnly: true;
|
|
15
10
|
};
|
|
16
11
|
}>>;
|
|
@@ -21,6 +16,20 @@ export declare const mainGroup: {
|
|
|
21
16
|
Alert: {};
|
|
22
17
|
AlertDescription: {};
|
|
23
18
|
AlertTitle: {};
|
|
19
|
+
Autocomplete: {};
|
|
20
|
+
AutocompleteClear: {};
|
|
21
|
+
AutocompleteCollection: {};
|
|
22
|
+
AutocompleteContent: {};
|
|
23
|
+
AutocompleteEmpty: {};
|
|
24
|
+
AutocompleteGroup: {};
|
|
25
|
+
AutocompleteInput: {};
|
|
26
|
+
AutocompleteItem: {};
|
|
27
|
+
AutocompleteLabel: {};
|
|
28
|
+
AutocompleteList: {};
|
|
29
|
+
AutocompleteSeparator: {};
|
|
30
|
+
AutocompleteStatus: {};
|
|
31
|
+
AutocompleteTrigger: {};
|
|
32
|
+
AutocompleteValue: {};
|
|
24
33
|
Badge: {};
|
|
25
34
|
badgeVariants: {};
|
|
26
35
|
BadgeWithIcon: {};
|
|
@@ -49,18 +58,12 @@ export declare const mainGroup: {
|
|
|
49
58
|
CheckedInput: {};
|
|
50
59
|
CircularProgress: {};
|
|
51
60
|
cn: {};
|
|
61
|
+
Collapsible: {};
|
|
62
|
+
CollapsibleContent: {};
|
|
63
|
+
CollapsibleTrigger: {};
|
|
52
64
|
Combobox: {};
|
|
53
65
|
ComboboxField: {};
|
|
54
66
|
ComboboxFieldController: {};
|
|
55
|
-
Command: {};
|
|
56
|
-
CommandDialog: {};
|
|
57
|
-
CommandEmpty: {};
|
|
58
|
-
CommandGroup: {};
|
|
59
|
-
CommandInput: {};
|
|
60
|
-
CommandItem: {};
|
|
61
|
-
CommandList: {};
|
|
62
|
-
CommandSeparator: {};
|
|
63
|
-
CommandShortcut: {};
|
|
64
67
|
ConfirmDialog: {};
|
|
65
68
|
DatePickerField: {};
|
|
66
69
|
DatePickerFieldController: {};
|
|
@@ -97,37 +100,43 @@ export declare const mainGroup: {
|
|
|
97
100
|
EmptyDisplay: {};
|
|
98
101
|
ErrorableLoader: {};
|
|
99
102
|
ErrorDisplay: {};
|
|
100
|
-
|
|
101
|
-
|
|
103
|
+
Field: {};
|
|
104
|
+
FieldContent: {};
|
|
105
|
+
FieldDescription: {};
|
|
106
|
+
FieldError: {};
|
|
107
|
+
FieldGroup: {};
|
|
108
|
+
FieldLabel: {};
|
|
109
|
+
FieldLegend: {};
|
|
110
|
+
FieldSeparator: {};
|
|
111
|
+
FieldSet: {};
|
|
112
|
+
FieldTitle: {};
|
|
113
|
+
fieldVariants: {};
|
|
102
114
|
FormFieldProps: {
|
|
103
115
|
isTypeOnly: true;
|
|
104
116
|
};
|
|
105
|
-
FormItem: {};
|
|
106
|
-
FormLabel: {};
|
|
107
|
-
FormMessage: {};
|
|
108
117
|
IconElement: {
|
|
109
118
|
isTypeOnly: true;
|
|
110
119
|
};
|
|
111
120
|
Input: {};
|
|
112
121
|
InputField: {};
|
|
113
122
|
InputFieldController: {};
|
|
123
|
+
InputGroup: {};
|
|
124
|
+
InputGroupAddon: {};
|
|
125
|
+
InputGroupButton: {};
|
|
126
|
+
InputGroupInput: {};
|
|
127
|
+
InputGroupText: {};
|
|
128
|
+
InputGroupTextarea: {};
|
|
114
129
|
inputVariants: {};
|
|
115
130
|
Label: {};
|
|
116
131
|
LinkButton: {};
|
|
117
132
|
Loader: {};
|
|
118
133
|
mergeRefs: {};
|
|
119
134
|
Modal: {};
|
|
120
|
-
MultiCombobox: {};
|
|
121
|
-
MultiComboboxContent: {};
|
|
122
|
-
MultiComboboxEmpty: {};
|
|
123
135
|
MultiComboboxField: {};
|
|
124
136
|
MultiComboboxFieldController: {};
|
|
125
137
|
MultiComboboxFieldProps: {
|
|
126
138
|
isTypeOnly: true;
|
|
127
139
|
};
|
|
128
|
-
MultiComboboxGroup: {};
|
|
129
|
-
MultiComboboxInput: {};
|
|
130
|
-
MultiComboboxItem: {};
|
|
131
140
|
MultiSelectOptionProps: {
|
|
132
141
|
isTypeOnly: true;
|
|
133
142
|
};
|
|
@@ -150,16 +159,12 @@ export declare const mainGroup: {
|
|
|
150
159
|
ReactSelectInput: {};
|
|
151
160
|
ScrollArea: {};
|
|
152
161
|
Select: {};
|
|
153
|
-
selectCheckVariants: {};
|
|
154
|
-
selectContentVariants: {};
|
|
155
162
|
SelectField: {};
|
|
156
163
|
SelectFieldController: {};
|
|
157
164
|
SelectInput: {};
|
|
158
|
-
selectItemVariants: {};
|
|
159
165
|
SelectOptionProps: {
|
|
160
166
|
isTypeOnly: true;
|
|
161
167
|
};
|
|
162
|
-
selectTriggerVariants: {};
|
|
163
168
|
Separator: {};
|
|
164
169
|
Sheet: {};
|
|
165
170
|
SheetClose: {};
|
|
@@ -193,6 +198,8 @@ export declare const mainGroup: {
|
|
|
193
198
|
SidebarSeparator: {};
|
|
194
199
|
SidebarTrigger: {};
|
|
195
200
|
Skeleton: {};
|
|
201
|
+
Slider: {};
|
|
202
|
+
Spinner: {};
|
|
196
203
|
Switch: {};
|
|
197
204
|
SwitchField: {};
|
|
198
205
|
SwitchFieldController: {};
|
|
@@ -214,6 +221,7 @@ export declare const mainGroup: {
|
|
|
214
221
|
TooltipContent: {};
|
|
215
222
|
TooltipProvider: {};
|
|
216
223
|
TooltipTrigger: {};
|
|
224
|
+
useAutocompleteFilter: {};
|
|
217
225
|
useConfirmDialog: {};
|
|
218
226
|
UseConfirmDialogRequestOptions: {
|
|
219
227
|
isTypeOnly: true;
|
|
@@ -222,7 +230,6 @@ export declare const mainGroup: {
|
|
|
222
230
|
useControlledState: {};
|
|
223
231
|
useControllerMerged: {};
|
|
224
232
|
useIsMobile: {};
|
|
225
|
-
useMultiComboboxContext: {};
|
|
226
233
|
useSidebar: {};
|
|
227
234
|
}>>;
|
|
228
235
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -238,15 +245,10 @@ export declare const mainGroup: {
|
|
|
238
245
|
getApolloErrorCode: {};
|
|
239
246
|
}>>;
|
|
240
247
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
248
|
+
'*': {};
|
|
241
249
|
graphql: {};
|
|
242
250
|
readFragment: {};
|
|
243
|
-
|
|
244
|
-
isTypeOnly: true;
|
|
245
|
-
};
|
|
246
|
-
ResultOf: {
|
|
247
|
-
isTypeOnly: true;
|
|
248
|
-
};
|
|
249
|
-
VariablesOf: {
|
|
251
|
+
FragmentType: {
|
|
250
252
|
isTypeOnly: true;
|
|
251
253
|
};
|
|
252
254
|
}>>;
|
|
@@ -257,6 +259,20 @@ export declare const mainGroup: {
|
|
|
257
259
|
Alert: {};
|
|
258
260
|
AlertDescription: {};
|
|
259
261
|
AlertTitle: {};
|
|
262
|
+
Autocomplete: {};
|
|
263
|
+
AutocompleteClear: {};
|
|
264
|
+
AutocompleteCollection: {};
|
|
265
|
+
AutocompleteContent: {};
|
|
266
|
+
AutocompleteEmpty: {};
|
|
267
|
+
AutocompleteGroup: {};
|
|
268
|
+
AutocompleteInput: {};
|
|
269
|
+
AutocompleteItem: {};
|
|
270
|
+
AutocompleteLabel: {};
|
|
271
|
+
AutocompleteList: {};
|
|
272
|
+
AutocompleteSeparator: {};
|
|
273
|
+
AutocompleteStatus: {};
|
|
274
|
+
AutocompleteTrigger: {};
|
|
275
|
+
AutocompleteValue: {};
|
|
260
276
|
Badge: {};
|
|
261
277
|
badgeVariants: {};
|
|
262
278
|
BadgeWithIcon: {};
|
|
@@ -285,18 +301,12 @@ export declare const mainGroup: {
|
|
|
285
301
|
CheckedInput: {};
|
|
286
302
|
CircularProgress: {};
|
|
287
303
|
cn: {};
|
|
304
|
+
Collapsible: {};
|
|
305
|
+
CollapsibleContent: {};
|
|
306
|
+
CollapsibleTrigger: {};
|
|
288
307
|
Combobox: {};
|
|
289
308
|
ComboboxField: {};
|
|
290
309
|
ComboboxFieldController: {};
|
|
291
|
-
Command: {};
|
|
292
|
-
CommandDialog: {};
|
|
293
|
-
CommandEmpty: {};
|
|
294
|
-
CommandGroup: {};
|
|
295
|
-
CommandInput: {};
|
|
296
|
-
CommandItem: {};
|
|
297
|
-
CommandList: {};
|
|
298
|
-
CommandSeparator: {};
|
|
299
|
-
CommandShortcut: {};
|
|
300
310
|
ConfirmDialog: {};
|
|
301
311
|
DatePickerField: {};
|
|
302
312
|
DatePickerFieldController: {};
|
|
@@ -333,37 +343,43 @@ export declare const mainGroup: {
|
|
|
333
343
|
EmptyDisplay: {};
|
|
334
344
|
ErrorableLoader: {};
|
|
335
345
|
ErrorDisplay: {};
|
|
336
|
-
|
|
337
|
-
|
|
346
|
+
Field: {};
|
|
347
|
+
FieldContent: {};
|
|
348
|
+
FieldDescription: {};
|
|
349
|
+
FieldError: {};
|
|
350
|
+
FieldGroup: {};
|
|
351
|
+
FieldLabel: {};
|
|
352
|
+
FieldLegend: {};
|
|
353
|
+
FieldSeparator: {};
|
|
354
|
+
FieldSet: {};
|
|
355
|
+
FieldTitle: {};
|
|
356
|
+
fieldVariants: {};
|
|
338
357
|
FormFieldProps: {
|
|
339
358
|
isTypeOnly: true;
|
|
340
359
|
};
|
|
341
|
-
FormItem: {};
|
|
342
|
-
FormLabel: {};
|
|
343
|
-
FormMessage: {};
|
|
344
360
|
IconElement: {
|
|
345
361
|
isTypeOnly: true;
|
|
346
362
|
};
|
|
347
363
|
Input: {};
|
|
348
364
|
InputField: {};
|
|
349
365
|
InputFieldController: {};
|
|
366
|
+
InputGroup: {};
|
|
367
|
+
InputGroupAddon: {};
|
|
368
|
+
InputGroupButton: {};
|
|
369
|
+
InputGroupInput: {};
|
|
370
|
+
InputGroupText: {};
|
|
371
|
+
InputGroupTextarea: {};
|
|
350
372
|
inputVariants: {};
|
|
351
373
|
Label: {};
|
|
352
374
|
LinkButton: {};
|
|
353
375
|
Loader: {};
|
|
354
376
|
mergeRefs: {};
|
|
355
377
|
Modal: {};
|
|
356
|
-
MultiCombobox: {};
|
|
357
|
-
MultiComboboxContent: {};
|
|
358
|
-
MultiComboboxEmpty: {};
|
|
359
378
|
MultiComboboxField: {};
|
|
360
379
|
MultiComboboxFieldController: {};
|
|
361
380
|
MultiComboboxFieldProps: {
|
|
362
381
|
isTypeOnly: true;
|
|
363
382
|
};
|
|
364
|
-
MultiComboboxGroup: {};
|
|
365
|
-
MultiComboboxInput: {};
|
|
366
|
-
MultiComboboxItem: {};
|
|
367
383
|
MultiSelectOptionProps: {
|
|
368
384
|
isTypeOnly: true;
|
|
369
385
|
};
|
|
@@ -386,16 +402,12 @@ export declare const mainGroup: {
|
|
|
386
402
|
ReactSelectInput: {};
|
|
387
403
|
ScrollArea: {};
|
|
388
404
|
Select: {};
|
|
389
|
-
selectCheckVariants: {};
|
|
390
|
-
selectContentVariants: {};
|
|
391
405
|
SelectField: {};
|
|
392
406
|
SelectFieldController: {};
|
|
393
407
|
SelectInput: {};
|
|
394
|
-
selectItemVariants: {};
|
|
395
408
|
SelectOptionProps: {
|
|
396
409
|
isTypeOnly: true;
|
|
397
410
|
};
|
|
398
|
-
selectTriggerVariants: {};
|
|
399
411
|
Separator: {};
|
|
400
412
|
Sheet: {};
|
|
401
413
|
SheetClose: {};
|
|
@@ -429,6 +441,8 @@ export declare const mainGroup: {
|
|
|
429
441
|
SidebarSeparator: {};
|
|
430
442
|
SidebarTrigger: {};
|
|
431
443
|
Skeleton: {};
|
|
444
|
+
Slider: {};
|
|
445
|
+
Spinner: {};
|
|
432
446
|
Switch: {};
|
|
433
447
|
SwitchField: {};
|
|
434
448
|
SwitchFieldController: {};
|
|
@@ -450,6 +464,7 @@ export declare const mainGroup: {
|
|
|
450
464
|
TooltipContent: {};
|
|
451
465
|
TooltipProvider: {};
|
|
452
466
|
TooltipTrigger: {};
|
|
467
|
+
useAutocompleteFilter: {};
|
|
453
468
|
useConfirmDialog: {};
|
|
454
469
|
UseConfirmDialogRequestOptions: {
|
|
455
470
|
isTypeOnly: true;
|
|
@@ -458,7 +473,6 @@ export declare const mainGroup: {
|
|
|
458
473
|
useControlledState: {};
|
|
459
474
|
useControllerMerged: {};
|
|
460
475
|
useIsMobile: {};
|
|
461
|
-
useMultiComboboxContext: {};
|
|
462
476
|
useSidebar: {};
|
|
463
477
|
}>>;
|
|
464
478
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -473,20 +487,19 @@ export declare const mainGroup: {
|
|
|
473
487
|
}, {
|
|
474
488
|
constants: {};
|
|
475
489
|
}>;
|
|
476
|
-
register: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
490
|
+
register: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
491
|
+
TPL_NAME_FORM_CONTROL: {};
|
|
492
|
+
TPL_REGISTER_INPUT: {};
|
|
493
|
+
TPL_REGISTER_SCHEMA: {};
|
|
494
|
+
}, {
|
|
477
495
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
478
496
|
getApolloErrorCode: {};
|
|
479
497
|
}>>;
|
|
480
498
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
499
|
+
'*': {};
|
|
481
500
|
graphql: {};
|
|
482
501
|
readFragment: {};
|
|
483
|
-
|
|
484
|
-
isTypeOnly: true;
|
|
485
|
-
};
|
|
486
|
-
ResultOf: {
|
|
487
|
-
isTypeOnly: true;
|
|
488
|
-
};
|
|
489
|
-
VariablesOf: {
|
|
502
|
+
FragmentType: {
|
|
490
503
|
isTypeOnly: true;
|
|
491
504
|
};
|
|
492
505
|
}>>;
|
|
@@ -497,6 +510,20 @@ export declare const mainGroup: {
|
|
|
497
510
|
Alert: {};
|
|
498
511
|
AlertDescription: {};
|
|
499
512
|
AlertTitle: {};
|
|
513
|
+
Autocomplete: {};
|
|
514
|
+
AutocompleteClear: {};
|
|
515
|
+
AutocompleteCollection: {};
|
|
516
|
+
AutocompleteContent: {};
|
|
517
|
+
AutocompleteEmpty: {};
|
|
518
|
+
AutocompleteGroup: {};
|
|
519
|
+
AutocompleteInput: {};
|
|
520
|
+
AutocompleteItem: {};
|
|
521
|
+
AutocompleteLabel: {};
|
|
522
|
+
AutocompleteList: {};
|
|
523
|
+
AutocompleteSeparator: {};
|
|
524
|
+
AutocompleteStatus: {};
|
|
525
|
+
AutocompleteTrigger: {};
|
|
526
|
+
AutocompleteValue: {};
|
|
500
527
|
Badge: {};
|
|
501
528
|
badgeVariants: {};
|
|
502
529
|
BadgeWithIcon: {};
|
|
@@ -525,18 +552,12 @@ export declare const mainGroup: {
|
|
|
525
552
|
CheckedInput: {};
|
|
526
553
|
CircularProgress: {};
|
|
527
554
|
cn: {};
|
|
555
|
+
Collapsible: {};
|
|
556
|
+
CollapsibleContent: {};
|
|
557
|
+
CollapsibleTrigger: {};
|
|
528
558
|
Combobox: {};
|
|
529
559
|
ComboboxField: {};
|
|
530
560
|
ComboboxFieldController: {};
|
|
531
|
-
Command: {};
|
|
532
|
-
CommandDialog: {};
|
|
533
|
-
CommandEmpty: {};
|
|
534
|
-
CommandGroup: {};
|
|
535
|
-
CommandInput: {};
|
|
536
|
-
CommandItem: {};
|
|
537
|
-
CommandList: {};
|
|
538
|
-
CommandSeparator: {};
|
|
539
|
-
CommandShortcut: {};
|
|
540
561
|
ConfirmDialog: {};
|
|
541
562
|
DatePickerField: {};
|
|
542
563
|
DatePickerFieldController: {};
|
|
@@ -573,37 +594,43 @@ export declare const mainGroup: {
|
|
|
573
594
|
EmptyDisplay: {};
|
|
574
595
|
ErrorableLoader: {};
|
|
575
596
|
ErrorDisplay: {};
|
|
576
|
-
|
|
577
|
-
|
|
597
|
+
Field: {};
|
|
598
|
+
FieldContent: {};
|
|
599
|
+
FieldDescription: {};
|
|
600
|
+
FieldError: {};
|
|
601
|
+
FieldGroup: {};
|
|
602
|
+
FieldLabel: {};
|
|
603
|
+
FieldLegend: {};
|
|
604
|
+
FieldSeparator: {};
|
|
605
|
+
FieldSet: {};
|
|
606
|
+
FieldTitle: {};
|
|
607
|
+
fieldVariants: {};
|
|
578
608
|
FormFieldProps: {
|
|
579
609
|
isTypeOnly: true;
|
|
580
610
|
};
|
|
581
|
-
FormItem: {};
|
|
582
|
-
FormLabel: {};
|
|
583
|
-
FormMessage: {};
|
|
584
611
|
IconElement: {
|
|
585
612
|
isTypeOnly: true;
|
|
586
613
|
};
|
|
587
614
|
Input: {};
|
|
588
615
|
InputField: {};
|
|
589
616
|
InputFieldController: {};
|
|
617
|
+
InputGroup: {};
|
|
618
|
+
InputGroupAddon: {};
|
|
619
|
+
InputGroupButton: {};
|
|
620
|
+
InputGroupInput: {};
|
|
621
|
+
InputGroupText: {};
|
|
622
|
+
InputGroupTextarea: {};
|
|
590
623
|
inputVariants: {};
|
|
591
624
|
Label: {};
|
|
592
625
|
LinkButton: {};
|
|
593
626
|
Loader: {};
|
|
594
627
|
mergeRefs: {};
|
|
595
628
|
Modal: {};
|
|
596
|
-
MultiCombobox: {};
|
|
597
|
-
MultiComboboxContent: {};
|
|
598
|
-
MultiComboboxEmpty: {};
|
|
599
629
|
MultiComboboxField: {};
|
|
600
630
|
MultiComboboxFieldController: {};
|
|
601
631
|
MultiComboboxFieldProps: {
|
|
602
632
|
isTypeOnly: true;
|
|
603
633
|
};
|
|
604
|
-
MultiComboboxGroup: {};
|
|
605
|
-
MultiComboboxInput: {};
|
|
606
|
-
MultiComboboxItem: {};
|
|
607
634
|
MultiSelectOptionProps: {
|
|
608
635
|
isTypeOnly: true;
|
|
609
636
|
};
|
|
@@ -626,16 +653,12 @@ export declare const mainGroup: {
|
|
|
626
653
|
ReactSelectInput: {};
|
|
627
654
|
ScrollArea: {};
|
|
628
655
|
Select: {};
|
|
629
|
-
selectCheckVariants: {};
|
|
630
|
-
selectContentVariants: {};
|
|
631
656
|
SelectField: {};
|
|
632
657
|
SelectFieldController: {};
|
|
633
658
|
SelectInput: {};
|
|
634
|
-
selectItemVariants: {};
|
|
635
659
|
SelectOptionProps: {
|
|
636
660
|
isTypeOnly: true;
|
|
637
661
|
};
|
|
638
|
-
selectTriggerVariants: {};
|
|
639
662
|
Separator: {};
|
|
640
663
|
Sheet: {};
|
|
641
664
|
SheetClose: {};
|
|
@@ -669,6 +692,8 @@ export declare const mainGroup: {
|
|
|
669
692
|
SidebarSeparator: {};
|
|
670
693
|
SidebarTrigger: {};
|
|
671
694
|
Skeleton: {};
|
|
695
|
+
Slider: {};
|
|
696
|
+
Spinner: {};
|
|
672
697
|
Switch: {};
|
|
673
698
|
SwitchField: {};
|
|
674
699
|
SwitchFieldController: {};
|
|
@@ -690,6 +715,7 @@ export declare const mainGroup: {
|
|
|
690
715
|
TooltipContent: {};
|
|
691
716
|
TooltipProvider: {};
|
|
692
717
|
TooltipTrigger: {};
|
|
718
|
+
useAutocompleteFilter: {};
|
|
693
719
|
useConfirmDialog: {};
|
|
694
720
|
UseConfirmDialogRequestOptions: {
|
|
695
721
|
isTypeOnly: true;
|
|
@@ -698,7 +724,6 @@ export declare const mainGroup: {
|
|
|
698
724
|
useControlledState: {};
|
|
699
725
|
useControllerMerged: {};
|
|
700
726
|
useIsMobile: {};
|
|
701
|
-
useMultiComboboxContext: {};
|
|
702
727
|
useSidebar: {};
|
|
703
728
|
}>>;
|
|
704
729
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -710,23 +735,16 @@ export declare const mainGroup: {
|
|
|
710
735
|
UserSessionClient: {};
|
|
711
736
|
userSessionClient: {};
|
|
712
737
|
}>>;
|
|
713
|
-
},
|
|
714
|
-
constants: {};
|
|
715
|
-
}>;
|
|
738
|
+
}, Record<never, Record<never, never>>>;
|
|
716
739
|
resetPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
717
740
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
718
741
|
getApolloErrorCode: {};
|
|
719
742
|
}>>;
|
|
720
743
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
744
|
+
'*': {};
|
|
721
745
|
graphql: {};
|
|
722
746
|
readFragment: {};
|
|
723
|
-
|
|
724
|
-
isTypeOnly: true;
|
|
725
|
-
};
|
|
726
|
-
ResultOf: {
|
|
727
|
-
isTypeOnly: true;
|
|
728
|
-
};
|
|
729
|
-
VariablesOf: {
|
|
747
|
+
FragmentType: {
|
|
730
748
|
isTypeOnly: true;
|
|
731
749
|
};
|
|
732
750
|
}>>;
|
|
@@ -737,6 +755,20 @@ export declare const mainGroup: {
|
|
|
737
755
|
Alert: {};
|
|
738
756
|
AlertDescription: {};
|
|
739
757
|
AlertTitle: {};
|
|
758
|
+
Autocomplete: {};
|
|
759
|
+
AutocompleteClear: {};
|
|
760
|
+
AutocompleteCollection: {};
|
|
761
|
+
AutocompleteContent: {};
|
|
762
|
+
AutocompleteEmpty: {};
|
|
763
|
+
AutocompleteGroup: {};
|
|
764
|
+
AutocompleteInput: {};
|
|
765
|
+
AutocompleteItem: {};
|
|
766
|
+
AutocompleteLabel: {};
|
|
767
|
+
AutocompleteList: {};
|
|
768
|
+
AutocompleteSeparator: {};
|
|
769
|
+
AutocompleteStatus: {};
|
|
770
|
+
AutocompleteTrigger: {};
|
|
771
|
+
AutocompleteValue: {};
|
|
740
772
|
Badge: {};
|
|
741
773
|
badgeVariants: {};
|
|
742
774
|
BadgeWithIcon: {};
|
|
@@ -765,18 +797,12 @@ export declare const mainGroup: {
|
|
|
765
797
|
CheckedInput: {};
|
|
766
798
|
CircularProgress: {};
|
|
767
799
|
cn: {};
|
|
800
|
+
Collapsible: {};
|
|
801
|
+
CollapsibleContent: {};
|
|
802
|
+
CollapsibleTrigger: {};
|
|
768
803
|
Combobox: {};
|
|
769
804
|
ComboboxField: {};
|
|
770
805
|
ComboboxFieldController: {};
|
|
771
|
-
Command: {};
|
|
772
|
-
CommandDialog: {};
|
|
773
|
-
CommandEmpty: {};
|
|
774
|
-
CommandGroup: {};
|
|
775
|
-
CommandInput: {};
|
|
776
|
-
CommandItem: {};
|
|
777
|
-
CommandList: {};
|
|
778
|
-
CommandSeparator: {};
|
|
779
|
-
CommandShortcut: {};
|
|
780
806
|
ConfirmDialog: {};
|
|
781
807
|
DatePickerField: {};
|
|
782
808
|
DatePickerFieldController: {};
|
|
@@ -813,37 +839,43 @@ export declare const mainGroup: {
|
|
|
813
839
|
EmptyDisplay: {};
|
|
814
840
|
ErrorableLoader: {};
|
|
815
841
|
ErrorDisplay: {};
|
|
816
|
-
|
|
817
|
-
|
|
842
|
+
Field: {};
|
|
843
|
+
FieldContent: {};
|
|
844
|
+
FieldDescription: {};
|
|
845
|
+
FieldError: {};
|
|
846
|
+
FieldGroup: {};
|
|
847
|
+
FieldLabel: {};
|
|
848
|
+
FieldLegend: {};
|
|
849
|
+
FieldSeparator: {};
|
|
850
|
+
FieldSet: {};
|
|
851
|
+
FieldTitle: {};
|
|
852
|
+
fieldVariants: {};
|
|
818
853
|
FormFieldProps: {
|
|
819
854
|
isTypeOnly: true;
|
|
820
855
|
};
|
|
821
|
-
FormItem: {};
|
|
822
|
-
FormLabel: {};
|
|
823
|
-
FormMessage: {};
|
|
824
856
|
IconElement: {
|
|
825
857
|
isTypeOnly: true;
|
|
826
858
|
};
|
|
827
859
|
Input: {};
|
|
828
860
|
InputField: {};
|
|
829
861
|
InputFieldController: {};
|
|
862
|
+
InputGroup: {};
|
|
863
|
+
InputGroupAddon: {};
|
|
864
|
+
InputGroupButton: {};
|
|
865
|
+
InputGroupInput: {};
|
|
866
|
+
InputGroupText: {};
|
|
867
|
+
InputGroupTextarea: {};
|
|
830
868
|
inputVariants: {};
|
|
831
869
|
Label: {};
|
|
832
870
|
LinkButton: {};
|
|
833
871
|
Loader: {};
|
|
834
872
|
mergeRefs: {};
|
|
835
873
|
Modal: {};
|
|
836
|
-
MultiCombobox: {};
|
|
837
|
-
MultiComboboxContent: {};
|
|
838
|
-
MultiComboboxEmpty: {};
|
|
839
874
|
MultiComboboxField: {};
|
|
840
875
|
MultiComboboxFieldController: {};
|
|
841
876
|
MultiComboboxFieldProps: {
|
|
842
877
|
isTypeOnly: true;
|
|
843
878
|
};
|
|
844
|
-
MultiComboboxGroup: {};
|
|
845
|
-
MultiComboboxInput: {};
|
|
846
|
-
MultiComboboxItem: {};
|
|
847
879
|
MultiSelectOptionProps: {
|
|
848
880
|
isTypeOnly: true;
|
|
849
881
|
};
|
|
@@ -866,16 +898,12 @@ export declare const mainGroup: {
|
|
|
866
898
|
ReactSelectInput: {};
|
|
867
899
|
ScrollArea: {};
|
|
868
900
|
Select: {};
|
|
869
|
-
selectCheckVariants: {};
|
|
870
|
-
selectContentVariants: {};
|
|
871
901
|
SelectField: {};
|
|
872
902
|
SelectFieldController: {};
|
|
873
903
|
SelectInput: {};
|
|
874
|
-
selectItemVariants: {};
|
|
875
904
|
SelectOptionProps: {
|
|
876
905
|
isTypeOnly: true;
|
|
877
906
|
};
|
|
878
|
-
selectTriggerVariants: {};
|
|
879
907
|
Separator: {};
|
|
880
908
|
Sheet: {};
|
|
881
909
|
SheetClose: {};
|
|
@@ -909,6 +937,8 @@ export declare const mainGroup: {
|
|
|
909
937
|
SidebarSeparator: {};
|
|
910
938
|
SidebarTrigger: {};
|
|
911
939
|
Skeleton: {};
|
|
940
|
+
Slider: {};
|
|
941
|
+
Spinner: {};
|
|
912
942
|
Switch: {};
|
|
913
943
|
SwitchField: {};
|
|
914
944
|
SwitchFieldController: {};
|
|
@@ -930,6 +960,7 @@ export declare const mainGroup: {
|
|
|
930
960
|
TooltipContent: {};
|
|
931
961
|
TooltipProvider: {};
|
|
932
962
|
TooltipTrigger: {};
|
|
963
|
+
useAutocompleteFilter: {};
|
|
933
964
|
useConfirmDialog: {};
|
|
934
965
|
UseConfirmDialogRequestOptions: {
|
|
935
966
|
isTypeOnly: true;
|
|
@@ -938,7 +969,6 @@ export declare const mainGroup: {
|
|
|
938
969
|
useControlledState: {};
|
|
939
970
|
useControllerMerged: {};
|
|
940
971
|
useIsMobile: {};
|
|
941
|
-
useMultiComboboxContext: {};
|
|
942
972
|
useSidebar: {};
|
|
943
973
|
}>>;
|
|
944
974
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -956,15 +986,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
956
986
|
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
957
987
|
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
958
988
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
989
|
+
'*': {};
|
|
959
990
|
graphql: {};
|
|
960
991
|
readFragment: {};
|
|
961
|
-
|
|
962
|
-
isTypeOnly: true;
|
|
963
|
-
};
|
|
964
|
-
ResultOf: {
|
|
965
|
-
isTypeOnly: true;
|
|
966
|
-
};
|
|
967
|
-
VariablesOf: {
|
|
992
|
+
FragmentType: {
|
|
968
993
|
isTypeOnly: true;
|
|
969
994
|
};
|
|
970
995
|
}>>;
|
|
@@ -975,6 +1000,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
975
1000
|
Alert: {};
|
|
976
1001
|
AlertDescription: {};
|
|
977
1002
|
AlertTitle: {};
|
|
1003
|
+
Autocomplete: {};
|
|
1004
|
+
AutocompleteClear: {};
|
|
1005
|
+
AutocompleteCollection: {};
|
|
1006
|
+
AutocompleteContent: {};
|
|
1007
|
+
AutocompleteEmpty: {};
|
|
1008
|
+
AutocompleteGroup: {};
|
|
1009
|
+
AutocompleteInput: {};
|
|
1010
|
+
AutocompleteItem: {};
|
|
1011
|
+
AutocompleteLabel: {};
|
|
1012
|
+
AutocompleteList: {};
|
|
1013
|
+
AutocompleteSeparator: {};
|
|
1014
|
+
AutocompleteStatus: {};
|
|
1015
|
+
AutocompleteTrigger: {};
|
|
1016
|
+
AutocompleteValue: {};
|
|
978
1017
|
Badge: {};
|
|
979
1018
|
badgeVariants: {};
|
|
980
1019
|
BadgeWithIcon: {};
|
|
@@ -1003,18 +1042,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1003
1042
|
CheckedInput: {};
|
|
1004
1043
|
CircularProgress: {};
|
|
1005
1044
|
cn: {};
|
|
1045
|
+
Collapsible: {};
|
|
1046
|
+
CollapsibleContent: {};
|
|
1047
|
+
CollapsibleTrigger: {};
|
|
1006
1048
|
Combobox: {};
|
|
1007
1049
|
ComboboxField: {};
|
|
1008
1050
|
ComboboxFieldController: {};
|
|
1009
|
-
Command: {};
|
|
1010
|
-
CommandDialog: {};
|
|
1011
|
-
CommandEmpty: {};
|
|
1012
|
-
CommandGroup: {};
|
|
1013
|
-
CommandInput: {};
|
|
1014
|
-
CommandItem: {};
|
|
1015
|
-
CommandList: {};
|
|
1016
|
-
CommandSeparator: {};
|
|
1017
|
-
CommandShortcut: {};
|
|
1018
1051
|
ConfirmDialog: {};
|
|
1019
1052
|
DatePickerField: {};
|
|
1020
1053
|
DatePickerFieldController: {};
|
|
@@ -1051,37 +1084,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1051
1084
|
EmptyDisplay: {};
|
|
1052
1085
|
ErrorableLoader: {};
|
|
1053
1086
|
ErrorDisplay: {};
|
|
1054
|
-
|
|
1055
|
-
|
|
1087
|
+
Field: {};
|
|
1088
|
+
FieldContent: {};
|
|
1089
|
+
FieldDescription: {};
|
|
1090
|
+
FieldError: {};
|
|
1091
|
+
FieldGroup: {};
|
|
1092
|
+
FieldLabel: {};
|
|
1093
|
+
FieldLegend: {};
|
|
1094
|
+
FieldSeparator: {};
|
|
1095
|
+
FieldSet: {};
|
|
1096
|
+
FieldTitle: {};
|
|
1097
|
+
fieldVariants: {};
|
|
1056
1098
|
FormFieldProps: {
|
|
1057
1099
|
isTypeOnly: true;
|
|
1058
1100
|
};
|
|
1059
|
-
FormItem: {};
|
|
1060
|
-
FormLabel: {};
|
|
1061
|
-
FormMessage: {};
|
|
1062
1101
|
IconElement: {
|
|
1063
1102
|
isTypeOnly: true;
|
|
1064
1103
|
};
|
|
1065
1104
|
Input: {};
|
|
1066
1105
|
InputField: {};
|
|
1067
1106
|
InputFieldController: {};
|
|
1107
|
+
InputGroup: {};
|
|
1108
|
+
InputGroupAddon: {};
|
|
1109
|
+
InputGroupButton: {};
|
|
1110
|
+
InputGroupInput: {};
|
|
1111
|
+
InputGroupText: {};
|
|
1112
|
+
InputGroupTextarea: {};
|
|
1068
1113
|
inputVariants: {};
|
|
1069
1114
|
Label: {};
|
|
1070
1115
|
LinkButton: {};
|
|
1071
1116
|
Loader: {};
|
|
1072
1117
|
mergeRefs: {};
|
|
1073
1118
|
Modal: {};
|
|
1074
|
-
MultiCombobox: {};
|
|
1075
|
-
MultiComboboxContent: {};
|
|
1076
|
-
MultiComboboxEmpty: {};
|
|
1077
1119
|
MultiComboboxField: {};
|
|
1078
1120
|
MultiComboboxFieldController: {};
|
|
1079
1121
|
MultiComboboxFieldProps: {
|
|
1080
1122
|
isTypeOnly: true;
|
|
1081
1123
|
};
|
|
1082
|
-
MultiComboboxGroup: {};
|
|
1083
|
-
MultiComboboxInput: {};
|
|
1084
|
-
MultiComboboxItem: {};
|
|
1085
1124
|
MultiSelectOptionProps: {
|
|
1086
1125
|
isTypeOnly: true;
|
|
1087
1126
|
};
|
|
@@ -1104,16 +1143,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1104
1143
|
ReactSelectInput: {};
|
|
1105
1144
|
ScrollArea: {};
|
|
1106
1145
|
Select: {};
|
|
1107
|
-
selectCheckVariants: {};
|
|
1108
|
-
selectContentVariants: {};
|
|
1109
1146
|
SelectField: {};
|
|
1110
1147
|
SelectFieldController: {};
|
|
1111
1148
|
SelectInput: {};
|
|
1112
|
-
selectItemVariants: {};
|
|
1113
1149
|
SelectOptionProps: {
|
|
1114
1150
|
isTypeOnly: true;
|
|
1115
1151
|
};
|
|
1116
|
-
selectTriggerVariants: {};
|
|
1117
1152
|
Separator: {};
|
|
1118
1153
|
Sheet: {};
|
|
1119
1154
|
SheetClose: {};
|
|
@@ -1147,6 +1182,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1147
1182
|
SidebarSeparator: {};
|
|
1148
1183
|
SidebarTrigger: {};
|
|
1149
1184
|
Skeleton: {};
|
|
1185
|
+
Slider: {};
|
|
1186
|
+
Spinner: {};
|
|
1150
1187
|
Switch: {};
|
|
1151
1188
|
SwitchField: {};
|
|
1152
1189
|
SwitchFieldController: {};
|
|
@@ -1168,6 +1205,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1168
1205
|
TooltipContent: {};
|
|
1169
1206
|
TooltipProvider: {};
|
|
1170
1207
|
TooltipTrigger: {};
|
|
1208
|
+
useAutocompleteFilter: {};
|
|
1171
1209
|
useConfirmDialog: {};
|
|
1172
1210
|
UseConfirmDialogRequestOptions: {
|
|
1173
1211
|
isTypeOnly: true;
|
|
@@ -1176,7 +1214,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1176
1214
|
useControlledState: {};
|
|
1177
1215
|
useControllerMerged: {};
|
|
1178
1216
|
useIsMobile: {};
|
|
1179
|
-
useMultiComboboxContext: {};
|
|
1180
1217
|
useSidebar: {};
|
|
1181
1218
|
}>>;
|
|
1182
1219
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1192,15 +1229,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1192
1229
|
getApolloErrorCode: {};
|
|
1193
1230
|
}>>;
|
|
1194
1231
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1232
|
+
'*': {};
|
|
1195
1233
|
graphql: {};
|
|
1196
1234
|
readFragment: {};
|
|
1197
|
-
|
|
1198
|
-
isTypeOnly: true;
|
|
1199
|
-
};
|
|
1200
|
-
ResultOf: {
|
|
1201
|
-
isTypeOnly: true;
|
|
1202
|
-
};
|
|
1203
|
-
VariablesOf: {
|
|
1235
|
+
FragmentType: {
|
|
1204
1236
|
isTypeOnly: true;
|
|
1205
1237
|
};
|
|
1206
1238
|
}>>;
|
|
@@ -1211,6 +1243,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1211
1243
|
Alert: {};
|
|
1212
1244
|
AlertDescription: {};
|
|
1213
1245
|
AlertTitle: {};
|
|
1246
|
+
Autocomplete: {};
|
|
1247
|
+
AutocompleteClear: {};
|
|
1248
|
+
AutocompleteCollection: {};
|
|
1249
|
+
AutocompleteContent: {};
|
|
1250
|
+
AutocompleteEmpty: {};
|
|
1251
|
+
AutocompleteGroup: {};
|
|
1252
|
+
AutocompleteInput: {};
|
|
1253
|
+
AutocompleteItem: {};
|
|
1254
|
+
AutocompleteLabel: {};
|
|
1255
|
+
AutocompleteList: {};
|
|
1256
|
+
AutocompleteSeparator: {};
|
|
1257
|
+
AutocompleteStatus: {};
|
|
1258
|
+
AutocompleteTrigger: {};
|
|
1259
|
+
AutocompleteValue: {};
|
|
1214
1260
|
Badge: {};
|
|
1215
1261
|
badgeVariants: {};
|
|
1216
1262
|
BadgeWithIcon: {};
|
|
@@ -1239,18 +1285,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1239
1285
|
CheckedInput: {};
|
|
1240
1286
|
CircularProgress: {};
|
|
1241
1287
|
cn: {};
|
|
1288
|
+
Collapsible: {};
|
|
1289
|
+
CollapsibleContent: {};
|
|
1290
|
+
CollapsibleTrigger: {};
|
|
1242
1291
|
Combobox: {};
|
|
1243
1292
|
ComboboxField: {};
|
|
1244
1293
|
ComboboxFieldController: {};
|
|
1245
|
-
Command: {};
|
|
1246
|
-
CommandDialog: {};
|
|
1247
|
-
CommandEmpty: {};
|
|
1248
|
-
CommandGroup: {};
|
|
1249
|
-
CommandInput: {};
|
|
1250
|
-
CommandItem: {};
|
|
1251
|
-
CommandList: {};
|
|
1252
|
-
CommandSeparator: {};
|
|
1253
|
-
CommandShortcut: {};
|
|
1254
1294
|
ConfirmDialog: {};
|
|
1255
1295
|
DatePickerField: {};
|
|
1256
1296
|
DatePickerFieldController: {};
|
|
@@ -1287,37 +1327,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1287
1327
|
EmptyDisplay: {};
|
|
1288
1328
|
ErrorableLoader: {};
|
|
1289
1329
|
ErrorDisplay: {};
|
|
1290
|
-
|
|
1291
|
-
|
|
1330
|
+
Field: {};
|
|
1331
|
+
FieldContent: {};
|
|
1332
|
+
FieldDescription: {};
|
|
1333
|
+
FieldError: {};
|
|
1334
|
+
FieldGroup: {};
|
|
1335
|
+
FieldLabel: {};
|
|
1336
|
+
FieldLegend: {};
|
|
1337
|
+
FieldSeparator: {};
|
|
1338
|
+
FieldSet: {};
|
|
1339
|
+
FieldTitle: {};
|
|
1340
|
+
fieldVariants: {};
|
|
1292
1341
|
FormFieldProps: {
|
|
1293
1342
|
isTypeOnly: true;
|
|
1294
1343
|
};
|
|
1295
|
-
FormItem: {};
|
|
1296
|
-
FormLabel: {};
|
|
1297
|
-
FormMessage: {};
|
|
1298
1344
|
IconElement: {
|
|
1299
1345
|
isTypeOnly: true;
|
|
1300
1346
|
};
|
|
1301
1347
|
Input: {};
|
|
1302
1348
|
InputField: {};
|
|
1303
1349
|
InputFieldController: {};
|
|
1350
|
+
InputGroup: {};
|
|
1351
|
+
InputGroupAddon: {};
|
|
1352
|
+
InputGroupButton: {};
|
|
1353
|
+
InputGroupInput: {};
|
|
1354
|
+
InputGroupText: {};
|
|
1355
|
+
InputGroupTextarea: {};
|
|
1304
1356
|
inputVariants: {};
|
|
1305
1357
|
Label: {};
|
|
1306
1358
|
LinkButton: {};
|
|
1307
1359
|
Loader: {};
|
|
1308
1360
|
mergeRefs: {};
|
|
1309
1361
|
Modal: {};
|
|
1310
|
-
MultiCombobox: {};
|
|
1311
|
-
MultiComboboxContent: {};
|
|
1312
|
-
MultiComboboxEmpty: {};
|
|
1313
1362
|
MultiComboboxField: {};
|
|
1314
1363
|
MultiComboboxFieldController: {};
|
|
1315
1364
|
MultiComboboxFieldProps: {
|
|
1316
1365
|
isTypeOnly: true;
|
|
1317
1366
|
};
|
|
1318
|
-
MultiComboboxGroup: {};
|
|
1319
|
-
MultiComboboxInput: {};
|
|
1320
|
-
MultiComboboxItem: {};
|
|
1321
1367
|
MultiSelectOptionProps: {
|
|
1322
1368
|
isTypeOnly: true;
|
|
1323
1369
|
};
|
|
@@ -1340,16 +1386,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1340
1386
|
ReactSelectInput: {};
|
|
1341
1387
|
ScrollArea: {};
|
|
1342
1388
|
Select: {};
|
|
1343
|
-
selectCheckVariants: {};
|
|
1344
|
-
selectContentVariants: {};
|
|
1345
1389
|
SelectField: {};
|
|
1346
1390
|
SelectFieldController: {};
|
|
1347
1391
|
SelectInput: {};
|
|
1348
|
-
selectItemVariants: {};
|
|
1349
1392
|
SelectOptionProps: {
|
|
1350
1393
|
isTypeOnly: true;
|
|
1351
1394
|
};
|
|
1352
|
-
selectTriggerVariants: {};
|
|
1353
1395
|
Separator: {};
|
|
1354
1396
|
Sheet: {};
|
|
1355
1397
|
SheetClose: {};
|
|
@@ -1383,6 +1425,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1383
1425
|
SidebarSeparator: {};
|
|
1384
1426
|
SidebarTrigger: {};
|
|
1385
1427
|
Skeleton: {};
|
|
1428
|
+
Slider: {};
|
|
1429
|
+
Spinner: {};
|
|
1386
1430
|
Switch: {};
|
|
1387
1431
|
SwitchField: {};
|
|
1388
1432
|
SwitchFieldController: {};
|
|
@@ -1404,6 +1448,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1404
1448
|
TooltipContent: {};
|
|
1405
1449
|
TooltipProvider: {};
|
|
1406
1450
|
TooltipTrigger: {};
|
|
1451
|
+
useAutocompleteFilter: {};
|
|
1407
1452
|
useConfirmDialog: {};
|
|
1408
1453
|
UseConfirmDialogRequestOptions: {
|
|
1409
1454
|
isTypeOnly: true;
|
|
@@ -1412,7 +1457,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1412
1457
|
useControlledState: {};
|
|
1413
1458
|
useControllerMerged: {};
|
|
1414
1459
|
useIsMobile: {};
|
|
1415
|
-
useMultiComboboxContext: {};
|
|
1416
1460
|
useSidebar: {};
|
|
1417
1461
|
}>>;
|
|
1418
1462
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1427,20 +1471,19 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1427
1471
|
}, {
|
|
1428
1472
|
constants: {};
|
|
1429
1473
|
}>;
|
|
1430
|
-
register: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
1474
|
+
register: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
1475
|
+
TPL_NAME_FORM_CONTROL: {};
|
|
1476
|
+
TPL_REGISTER_INPUT: {};
|
|
1477
|
+
TPL_REGISTER_SCHEMA: {};
|
|
1478
|
+
}, {
|
|
1431
1479
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1432
1480
|
getApolloErrorCode: {};
|
|
1433
1481
|
}>>;
|
|
1434
1482
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1483
|
+
'*': {};
|
|
1435
1484
|
graphql: {};
|
|
1436
1485
|
readFragment: {};
|
|
1437
|
-
|
|
1438
|
-
isTypeOnly: true;
|
|
1439
|
-
};
|
|
1440
|
-
ResultOf: {
|
|
1441
|
-
isTypeOnly: true;
|
|
1442
|
-
};
|
|
1443
|
-
VariablesOf: {
|
|
1486
|
+
FragmentType: {
|
|
1444
1487
|
isTypeOnly: true;
|
|
1445
1488
|
};
|
|
1446
1489
|
}>>;
|
|
@@ -1451,6 +1494,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1451
1494
|
Alert: {};
|
|
1452
1495
|
AlertDescription: {};
|
|
1453
1496
|
AlertTitle: {};
|
|
1497
|
+
Autocomplete: {};
|
|
1498
|
+
AutocompleteClear: {};
|
|
1499
|
+
AutocompleteCollection: {};
|
|
1500
|
+
AutocompleteContent: {};
|
|
1501
|
+
AutocompleteEmpty: {};
|
|
1502
|
+
AutocompleteGroup: {};
|
|
1503
|
+
AutocompleteInput: {};
|
|
1504
|
+
AutocompleteItem: {};
|
|
1505
|
+
AutocompleteLabel: {};
|
|
1506
|
+
AutocompleteList: {};
|
|
1507
|
+
AutocompleteSeparator: {};
|
|
1508
|
+
AutocompleteStatus: {};
|
|
1509
|
+
AutocompleteTrigger: {};
|
|
1510
|
+
AutocompleteValue: {};
|
|
1454
1511
|
Badge: {};
|
|
1455
1512
|
badgeVariants: {};
|
|
1456
1513
|
BadgeWithIcon: {};
|
|
@@ -1479,18 +1536,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1479
1536
|
CheckedInput: {};
|
|
1480
1537
|
CircularProgress: {};
|
|
1481
1538
|
cn: {};
|
|
1539
|
+
Collapsible: {};
|
|
1540
|
+
CollapsibleContent: {};
|
|
1541
|
+
CollapsibleTrigger: {};
|
|
1482
1542
|
Combobox: {};
|
|
1483
1543
|
ComboboxField: {};
|
|
1484
1544
|
ComboboxFieldController: {};
|
|
1485
|
-
Command: {};
|
|
1486
|
-
CommandDialog: {};
|
|
1487
|
-
CommandEmpty: {};
|
|
1488
|
-
CommandGroup: {};
|
|
1489
|
-
CommandInput: {};
|
|
1490
|
-
CommandItem: {};
|
|
1491
|
-
CommandList: {};
|
|
1492
|
-
CommandSeparator: {};
|
|
1493
|
-
CommandShortcut: {};
|
|
1494
1545
|
ConfirmDialog: {};
|
|
1495
1546
|
DatePickerField: {};
|
|
1496
1547
|
DatePickerFieldController: {};
|
|
@@ -1527,37 +1578,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1527
1578
|
EmptyDisplay: {};
|
|
1528
1579
|
ErrorableLoader: {};
|
|
1529
1580
|
ErrorDisplay: {};
|
|
1530
|
-
|
|
1531
|
-
|
|
1581
|
+
Field: {};
|
|
1582
|
+
FieldContent: {};
|
|
1583
|
+
FieldDescription: {};
|
|
1584
|
+
FieldError: {};
|
|
1585
|
+
FieldGroup: {};
|
|
1586
|
+
FieldLabel: {};
|
|
1587
|
+
FieldLegend: {};
|
|
1588
|
+
FieldSeparator: {};
|
|
1589
|
+
FieldSet: {};
|
|
1590
|
+
FieldTitle: {};
|
|
1591
|
+
fieldVariants: {};
|
|
1532
1592
|
FormFieldProps: {
|
|
1533
1593
|
isTypeOnly: true;
|
|
1534
1594
|
};
|
|
1535
|
-
FormItem: {};
|
|
1536
|
-
FormLabel: {};
|
|
1537
|
-
FormMessage: {};
|
|
1538
1595
|
IconElement: {
|
|
1539
1596
|
isTypeOnly: true;
|
|
1540
1597
|
};
|
|
1541
1598
|
Input: {};
|
|
1542
1599
|
InputField: {};
|
|
1543
1600
|
InputFieldController: {};
|
|
1601
|
+
InputGroup: {};
|
|
1602
|
+
InputGroupAddon: {};
|
|
1603
|
+
InputGroupButton: {};
|
|
1604
|
+
InputGroupInput: {};
|
|
1605
|
+
InputGroupText: {};
|
|
1606
|
+
InputGroupTextarea: {};
|
|
1544
1607
|
inputVariants: {};
|
|
1545
1608
|
Label: {};
|
|
1546
1609
|
LinkButton: {};
|
|
1547
1610
|
Loader: {};
|
|
1548
1611
|
mergeRefs: {};
|
|
1549
1612
|
Modal: {};
|
|
1550
|
-
MultiCombobox: {};
|
|
1551
|
-
MultiComboboxContent: {};
|
|
1552
|
-
MultiComboboxEmpty: {};
|
|
1553
1613
|
MultiComboboxField: {};
|
|
1554
1614
|
MultiComboboxFieldController: {};
|
|
1555
1615
|
MultiComboboxFieldProps: {
|
|
1556
1616
|
isTypeOnly: true;
|
|
1557
1617
|
};
|
|
1558
|
-
MultiComboboxGroup: {};
|
|
1559
|
-
MultiComboboxInput: {};
|
|
1560
|
-
MultiComboboxItem: {};
|
|
1561
1618
|
MultiSelectOptionProps: {
|
|
1562
1619
|
isTypeOnly: true;
|
|
1563
1620
|
};
|
|
@@ -1580,16 +1637,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1580
1637
|
ReactSelectInput: {};
|
|
1581
1638
|
ScrollArea: {};
|
|
1582
1639
|
Select: {};
|
|
1583
|
-
selectCheckVariants: {};
|
|
1584
|
-
selectContentVariants: {};
|
|
1585
1640
|
SelectField: {};
|
|
1586
1641
|
SelectFieldController: {};
|
|
1587
1642
|
SelectInput: {};
|
|
1588
|
-
selectItemVariants: {};
|
|
1589
1643
|
SelectOptionProps: {
|
|
1590
1644
|
isTypeOnly: true;
|
|
1591
1645
|
};
|
|
1592
|
-
selectTriggerVariants: {};
|
|
1593
1646
|
Separator: {};
|
|
1594
1647
|
Sheet: {};
|
|
1595
1648
|
SheetClose: {};
|
|
@@ -1623,6 +1676,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1623
1676
|
SidebarSeparator: {};
|
|
1624
1677
|
SidebarTrigger: {};
|
|
1625
1678
|
Skeleton: {};
|
|
1679
|
+
Slider: {};
|
|
1680
|
+
Spinner: {};
|
|
1626
1681
|
Switch: {};
|
|
1627
1682
|
SwitchField: {};
|
|
1628
1683
|
SwitchFieldController: {};
|
|
@@ -1644,6 +1699,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1644
1699
|
TooltipContent: {};
|
|
1645
1700
|
TooltipProvider: {};
|
|
1646
1701
|
TooltipTrigger: {};
|
|
1702
|
+
useAutocompleteFilter: {};
|
|
1647
1703
|
useConfirmDialog: {};
|
|
1648
1704
|
UseConfirmDialogRequestOptions: {
|
|
1649
1705
|
isTypeOnly: true;
|
|
@@ -1652,7 +1708,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1652
1708
|
useControlledState: {};
|
|
1653
1709
|
useControllerMerged: {};
|
|
1654
1710
|
useIsMobile: {};
|
|
1655
|
-
useMultiComboboxContext: {};
|
|
1656
1711
|
useSidebar: {};
|
|
1657
1712
|
}>>;
|
|
1658
1713
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1664,23 +1719,16 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1664
1719
|
UserSessionClient: {};
|
|
1665
1720
|
userSessionClient: {};
|
|
1666
1721
|
}>>;
|
|
1667
|
-
},
|
|
1668
|
-
constants: {};
|
|
1669
|
-
}>;
|
|
1722
|
+
}, Record<never, Record<never, never>>>;
|
|
1670
1723
|
resetPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1671
1724
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1672
1725
|
getApolloErrorCode: {};
|
|
1673
1726
|
}>>;
|
|
1674
1727
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1728
|
+
'*': {};
|
|
1675
1729
|
graphql: {};
|
|
1676
1730
|
readFragment: {};
|
|
1677
|
-
|
|
1678
|
-
isTypeOnly: true;
|
|
1679
|
-
};
|
|
1680
|
-
ResultOf: {
|
|
1681
|
-
isTypeOnly: true;
|
|
1682
|
-
};
|
|
1683
|
-
VariablesOf: {
|
|
1731
|
+
FragmentType: {
|
|
1684
1732
|
isTypeOnly: true;
|
|
1685
1733
|
};
|
|
1686
1734
|
}>>;
|
|
@@ -1691,6 +1739,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1691
1739
|
Alert: {};
|
|
1692
1740
|
AlertDescription: {};
|
|
1693
1741
|
AlertTitle: {};
|
|
1742
|
+
Autocomplete: {};
|
|
1743
|
+
AutocompleteClear: {};
|
|
1744
|
+
AutocompleteCollection: {};
|
|
1745
|
+
AutocompleteContent: {};
|
|
1746
|
+
AutocompleteEmpty: {};
|
|
1747
|
+
AutocompleteGroup: {};
|
|
1748
|
+
AutocompleteInput: {};
|
|
1749
|
+
AutocompleteItem: {};
|
|
1750
|
+
AutocompleteLabel: {};
|
|
1751
|
+
AutocompleteList: {};
|
|
1752
|
+
AutocompleteSeparator: {};
|
|
1753
|
+
AutocompleteStatus: {};
|
|
1754
|
+
AutocompleteTrigger: {};
|
|
1755
|
+
AutocompleteValue: {};
|
|
1694
1756
|
Badge: {};
|
|
1695
1757
|
badgeVariants: {};
|
|
1696
1758
|
BadgeWithIcon: {};
|
|
@@ -1719,18 +1781,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1719
1781
|
CheckedInput: {};
|
|
1720
1782
|
CircularProgress: {};
|
|
1721
1783
|
cn: {};
|
|
1784
|
+
Collapsible: {};
|
|
1785
|
+
CollapsibleContent: {};
|
|
1786
|
+
CollapsibleTrigger: {};
|
|
1722
1787
|
Combobox: {};
|
|
1723
1788
|
ComboboxField: {};
|
|
1724
1789
|
ComboboxFieldController: {};
|
|
1725
|
-
Command: {};
|
|
1726
|
-
CommandDialog: {};
|
|
1727
|
-
CommandEmpty: {};
|
|
1728
|
-
CommandGroup: {};
|
|
1729
|
-
CommandInput: {};
|
|
1730
|
-
CommandItem: {};
|
|
1731
|
-
CommandList: {};
|
|
1732
|
-
CommandSeparator: {};
|
|
1733
|
-
CommandShortcut: {};
|
|
1734
1790
|
ConfirmDialog: {};
|
|
1735
1791
|
DatePickerField: {};
|
|
1736
1792
|
DatePickerFieldController: {};
|
|
@@ -1767,37 +1823,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1767
1823
|
EmptyDisplay: {};
|
|
1768
1824
|
ErrorableLoader: {};
|
|
1769
1825
|
ErrorDisplay: {};
|
|
1770
|
-
|
|
1771
|
-
|
|
1826
|
+
Field: {};
|
|
1827
|
+
FieldContent: {};
|
|
1828
|
+
FieldDescription: {};
|
|
1829
|
+
FieldError: {};
|
|
1830
|
+
FieldGroup: {};
|
|
1831
|
+
FieldLabel: {};
|
|
1832
|
+
FieldLegend: {};
|
|
1833
|
+
FieldSeparator: {};
|
|
1834
|
+
FieldSet: {};
|
|
1835
|
+
FieldTitle: {};
|
|
1836
|
+
fieldVariants: {};
|
|
1772
1837
|
FormFieldProps: {
|
|
1773
1838
|
isTypeOnly: true;
|
|
1774
1839
|
};
|
|
1775
|
-
FormItem: {};
|
|
1776
|
-
FormLabel: {};
|
|
1777
|
-
FormMessage: {};
|
|
1778
1840
|
IconElement: {
|
|
1779
1841
|
isTypeOnly: true;
|
|
1780
1842
|
};
|
|
1781
1843
|
Input: {};
|
|
1782
1844
|
InputField: {};
|
|
1783
1845
|
InputFieldController: {};
|
|
1846
|
+
InputGroup: {};
|
|
1847
|
+
InputGroupAddon: {};
|
|
1848
|
+
InputGroupButton: {};
|
|
1849
|
+
InputGroupInput: {};
|
|
1850
|
+
InputGroupText: {};
|
|
1851
|
+
InputGroupTextarea: {};
|
|
1784
1852
|
inputVariants: {};
|
|
1785
1853
|
Label: {};
|
|
1786
1854
|
LinkButton: {};
|
|
1787
1855
|
Loader: {};
|
|
1788
1856
|
mergeRefs: {};
|
|
1789
1857
|
Modal: {};
|
|
1790
|
-
MultiCombobox: {};
|
|
1791
|
-
MultiComboboxContent: {};
|
|
1792
|
-
MultiComboboxEmpty: {};
|
|
1793
1858
|
MultiComboboxField: {};
|
|
1794
1859
|
MultiComboboxFieldController: {};
|
|
1795
1860
|
MultiComboboxFieldProps: {
|
|
1796
1861
|
isTypeOnly: true;
|
|
1797
1862
|
};
|
|
1798
|
-
MultiComboboxGroup: {};
|
|
1799
|
-
MultiComboboxInput: {};
|
|
1800
|
-
MultiComboboxItem: {};
|
|
1801
1863
|
MultiSelectOptionProps: {
|
|
1802
1864
|
isTypeOnly: true;
|
|
1803
1865
|
};
|
|
@@ -1820,16 +1882,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1820
1882
|
ReactSelectInput: {};
|
|
1821
1883
|
ScrollArea: {};
|
|
1822
1884
|
Select: {};
|
|
1823
|
-
selectCheckVariants: {};
|
|
1824
|
-
selectContentVariants: {};
|
|
1825
1885
|
SelectField: {};
|
|
1826
1886
|
SelectFieldController: {};
|
|
1827
1887
|
SelectInput: {};
|
|
1828
|
-
selectItemVariants: {};
|
|
1829
1888
|
SelectOptionProps: {
|
|
1830
1889
|
isTypeOnly: true;
|
|
1831
1890
|
};
|
|
1832
|
-
selectTriggerVariants: {};
|
|
1833
1891
|
Separator: {};
|
|
1834
1892
|
Sheet: {};
|
|
1835
1893
|
SheetClose: {};
|
|
@@ -1863,6 +1921,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1863
1921
|
SidebarSeparator: {};
|
|
1864
1922
|
SidebarTrigger: {};
|
|
1865
1923
|
Skeleton: {};
|
|
1924
|
+
Slider: {};
|
|
1925
|
+
Spinner: {};
|
|
1866
1926
|
Switch: {};
|
|
1867
1927
|
SwitchField: {};
|
|
1868
1928
|
SwitchFieldController: {};
|
|
@@ -1884,6 +1944,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1884
1944
|
TooltipContent: {};
|
|
1885
1945
|
TooltipProvider: {};
|
|
1886
1946
|
TooltipTrigger: {};
|
|
1947
|
+
useAutocompleteFilter: {};
|
|
1887
1948
|
useConfirmDialog: {};
|
|
1888
1949
|
UseConfirmDialogRequestOptions: {
|
|
1889
1950
|
isTypeOnly: true;
|
|
@@ -1892,7 +1953,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1892
1953
|
useControlledState: {};
|
|
1893
1954
|
useControllerMerged: {};
|
|
1894
1955
|
useIsMobile: {};
|
|
1895
|
-
useMultiComboboxContext: {};
|
|
1896
1956
|
useSidebar: {};
|
|
1897
1957
|
}>>;
|
|
1898
1958
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1910,15 +1970,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1910
1970
|
getApolloErrorCode: {};
|
|
1911
1971
|
}>>;
|
|
1912
1972
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1973
|
+
'*': {};
|
|
1913
1974
|
graphql: {};
|
|
1914
1975
|
readFragment: {};
|
|
1915
|
-
|
|
1916
|
-
isTypeOnly: true;
|
|
1917
|
-
};
|
|
1918
|
-
ResultOf: {
|
|
1919
|
-
isTypeOnly: true;
|
|
1920
|
-
};
|
|
1921
|
-
VariablesOf: {
|
|
1976
|
+
FragmentType: {
|
|
1922
1977
|
isTypeOnly: true;
|
|
1923
1978
|
};
|
|
1924
1979
|
}>>;
|
|
@@ -1929,6 +1984,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1929
1984
|
Alert: {};
|
|
1930
1985
|
AlertDescription: {};
|
|
1931
1986
|
AlertTitle: {};
|
|
1987
|
+
Autocomplete: {};
|
|
1988
|
+
AutocompleteClear: {};
|
|
1989
|
+
AutocompleteCollection: {};
|
|
1990
|
+
AutocompleteContent: {};
|
|
1991
|
+
AutocompleteEmpty: {};
|
|
1992
|
+
AutocompleteGroup: {};
|
|
1993
|
+
AutocompleteInput: {};
|
|
1994
|
+
AutocompleteItem: {};
|
|
1995
|
+
AutocompleteLabel: {};
|
|
1996
|
+
AutocompleteList: {};
|
|
1997
|
+
AutocompleteSeparator: {};
|
|
1998
|
+
AutocompleteStatus: {};
|
|
1999
|
+
AutocompleteTrigger: {};
|
|
2000
|
+
AutocompleteValue: {};
|
|
1932
2001
|
Badge: {};
|
|
1933
2002
|
badgeVariants: {};
|
|
1934
2003
|
BadgeWithIcon: {};
|
|
@@ -1957,18 +2026,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1957
2026
|
CheckedInput: {};
|
|
1958
2027
|
CircularProgress: {};
|
|
1959
2028
|
cn: {};
|
|
2029
|
+
Collapsible: {};
|
|
2030
|
+
CollapsibleContent: {};
|
|
2031
|
+
CollapsibleTrigger: {};
|
|
1960
2032
|
Combobox: {};
|
|
1961
2033
|
ComboboxField: {};
|
|
1962
2034
|
ComboboxFieldController: {};
|
|
1963
|
-
Command: {};
|
|
1964
|
-
CommandDialog: {};
|
|
1965
|
-
CommandEmpty: {};
|
|
1966
|
-
CommandGroup: {};
|
|
1967
|
-
CommandInput: {};
|
|
1968
|
-
CommandItem: {};
|
|
1969
|
-
CommandList: {};
|
|
1970
|
-
CommandSeparator: {};
|
|
1971
|
-
CommandShortcut: {};
|
|
1972
2035
|
ConfirmDialog: {};
|
|
1973
2036
|
DatePickerField: {};
|
|
1974
2037
|
DatePickerFieldController: {};
|
|
@@ -2005,37 +2068,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2005
2068
|
EmptyDisplay: {};
|
|
2006
2069
|
ErrorableLoader: {};
|
|
2007
2070
|
ErrorDisplay: {};
|
|
2008
|
-
|
|
2009
|
-
|
|
2071
|
+
Field: {};
|
|
2072
|
+
FieldContent: {};
|
|
2073
|
+
FieldDescription: {};
|
|
2074
|
+
FieldError: {};
|
|
2075
|
+
FieldGroup: {};
|
|
2076
|
+
FieldLabel: {};
|
|
2077
|
+
FieldLegend: {};
|
|
2078
|
+
FieldSeparator: {};
|
|
2079
|
+
FieldSet: {};
|
|
2080
|
+
FieldTitle: {};
|
|
2081
|
+
fieldVariants: {};
|
|
2010
2082
|
FormFieldProps: {
|
|
2011
2083
|
isTypeOnly: true;
|
|
2012
2084
|
};
|
|
2013
|
-
FormItem: {};
|
|
2014
|
-
FormLabel: {};
|
|
2015
|
-
FormMessage: {};
|
|
2016
2085
|
IconElement: {
|
|
2017
2086
|
isTypeOnly: true;
|
|
2018
2087
|
};
|
|
2019
2088
|
Input: {};
|
|
2020
2089
|
InputField: {};
|
|
2021
2090
|
InputFieldController: {};
|
|
2091
|
+
InputGroup: {};
|
|
2092
|
+
InputGroupAddon: {};
|
|
2093
|
+
InputGroupButton: {};
|
|
2094
|
+
InputGroupInput: {};
|
|
2095
|
+
InputGroupText: {};
|
|
2096
|
+
InputGroupTextarea: {};
|
|
2022
2097
|
inputVariants: {};
|
|
2023
2098
|
Label: {};
|
|
2024
2099
|
LinkButton: {};
|
|
2025
2100
|
Loader: {};
|
|
2026
2101
|
mergeRefs: {};
|
|
2027
2102
|
Modal: {};
|
|
2028
|
-
MultiCombobox: {};
|
|
2029
|
-
MultiComboboxContent: {};
|
|
2030
|
-
MultiComboboxEmpty: {};
|
|
2031
2103
|
MultiComboboxField: {};
|
|
2032
2104
|
MultiComboboxFieldController: {};
|
|
2033
2105
|
MultiComboboxFieldProps: {
|
|
2034
2106
|
isTypeOnly: true;
|
|
2035
2107
|
};
|
|
2036
|
-
MultiComboboxGroup: {};
|
|
2037
|
-
MultiComboboxInput: {};
|
|
2038
|
-
MultiComboboxItem: {};
|
|
2039
2108
|
MultiSelectOptionProps: {
|
|
2040
2109
|
isTypeOnly: true;
|
|
2041
2110
|
};
|
|
@@ -2058,16 +2127,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2058
2127
|
ReactSelectInput: {};
|
|
2059
2128
|
ScrollArea: {};
|
|
2060
2129
|
Select: {};
|
|
2061
|
-
selectCheckVariants: {};
|
|
2062
|
-
selectContentVariants: {};
|
|
2063
2130
|
SelectField: {};
|
|
2064
2131
|
SelectFieldController: {};
|
|
2065
2132
|
SelectInput: {};
|
|
2066
|
-
selectItemVariants: {};
|
|
2067
2133
|
SelectOptionProps: {
|
|
2068
2134
|
isTypeOnly: true;
|
|
2069
2135
|
};
|
|
2070
|
-
selectTriggerVariants: {};
|
|
2071
2136
|
Separator: {};
|
|
2072
2137
|
Sheet: {};
|
|
2073
2138
|
SheetClose: {};
|
|
@@ -2101,6 +2166,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2101
2166
|
SidebarSeparator: {};
|
|
2102
2167
|
SidebarTrigger: {};
|
|
2103
2168
|
Skeleton: {};
|
|
2169
|
+
Slider: {};
|
|
2170
|
+
Spinner: {};
|
|
2104
2171
|
Switch: {};
|
|
2105
2172
|
SwitchField: {};
|
|
2106
2173
|
SwitchFieldController: {};
|
|
@@ -2122,6 +2189,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2122
2189
|
TooltipContent: {};
|
|
2123
2190
|
TooltipProvider: {};
|
|
2124
2191
|
TooltipTrigger: {};
|
|
2192
|
+
useAutocompleteFilter: {};
|
|
2125
2193
|
useConfirmDialog: {};
|
|
2126
2194
|
UseConfirmDialogRequestOptions: {
|
|
2127
2195
|
isTypeOnly: true;
|
|
@@ -2130,7 +2198,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2130
2198
|
useControlledState: {};
|
|
2131
2199
|
useControllerMerged: {};
|
|
2132
2200
|
useIsMobile: {};
|
|
2133
|
-
useMultiComboboxContext: {};
|
|
2134
2201
|
useSidebar: {};
|
|
2135
2202
|
}>>;
|
|
2136
2203
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|