@baseplate-dev/plugin-auth 0.6.2 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/LICENSE +114 -123
- package/dist/auth/core/common.d.ts.map +1 -1
- package/dist/auth/core/common.js +1 -0
- package/dist/auth/core/common.js.map +1 -1
- package/dist/auth/core/components/role-editor-form/role-dialog.d.ts +1 -3
- package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +1 -1
- package/dist/auth/core/components/role-editor-form/role-dialog.js +10 -10
- package/dist/auth/core/components/role-editor-form/role-dialog.js.map +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-log-out.ts +2 -4
- package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-session.ts +1 -2
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +37 -25
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +111 -75
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +37 -25
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +148 -100
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js +2 -2
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/{auth/login.tsx → login.tsx} +11 -13
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/{auth/register.tsx → register.tsx} +11 -13
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +74 -50
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +3 -6
- package/dist/better-auth/generators/react/react-better-auth/templates/src/services/auth-client.ts +0 -2
- package/dist/common/components/auth-config-tabs.d.ts.map +1 -1
- package/dist/common/components/auth-config-tabs.js +1 -1
- package/dist/common/components/auth-config-tabs.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +5 -3
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +2 -2
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +6 -6
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +9 -12
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +5 -3
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +2 -2
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +6 -6
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +9 -12
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +37 -25
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -1
- package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -1
- package/dist/local-auth/core/components/local-auth-definition-editor.js +3 -2
- package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +7 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +3 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +6 -2
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +5 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +5 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +4 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +6 -1
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +2 -7
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +6 -21
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +2 -7
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +8 -28
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +2 -2
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +3 -3
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +43 -33
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +37 -4
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +240 -196
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +363 -296
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +5 -2
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +3 -10
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +6 -10
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +78 -64
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +78 -64
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +39 -32
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
- package/dist/local-auth/core/node.d.ts.map +1 -1
- package/dist/local-auth/core/node.js +6 -2
- package/dist/local-auth/core/node.js.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.d.ts +1 -0
- package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.js +1 -0
- package/dist/local-auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/web/assets/{__federation_expose_authCoreCommon-CIVhaGqo.js → __federation_expose_authCoreCommon-D8SAyij-.js} +4 -3
- package/dist/web/assets/__federation_expose_authCoreCommon-D8SAyij-.js.map +1 -0
- package/dist/web/assets/{__federation_expose_authCoreWeb-N-mh42Bs.js → __federation_expose_authCoreWeb-BSv8GVI2.js} +60 -65
- package/dist/web/assets/__federation_expose_authCoreWeb-BSv8GVI2.js.map +1 -0
- package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js → __federation_expose_better-authCoreCommon-BJhkN6zV.js} +3 -3
- package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js.map → __federation_expose_better-authCoreCommon-BJhkN6zV.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js → __federation_expose_better-authCoreWeb-2kA00dBg.js} +5 -5
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js.map → __federation_expose_better-authCoreWeb-2kA00dBg.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js → __federation_expose_local-authAdminCommon-IuYupUXE.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js.map → __federation_expose_local-authAdminCommon-IuYupUXE.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js → __federation_expose_local-authAdminWeb-BzhksqwO.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js.map → __federation_expose_local-authAdminWeb-BzhksqwO.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js → __federation_expose_local-authCoreCommon-DO5xRAoM.js} +3 -3
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js.map → __federation_expose_local-authCoreCommon-DO5xRAoM.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-BY-mP3uS.js → __federation_expose_local-authCoreWeb-QdXa2aao.js} +23 -7
- package/dist/web/assets/__federation_expose_local-authCoreWeb-QdXa2aao.js.map +1 -0
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js → __federation_expose_placeholder-authCoreCommon-hGIPuBy3.js} +3 -3
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js.map → __federation_expose_placeholder-authCoreCommon-hGIPuBy3.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js → __federation_expose_placeholder-authCoreWeb-P4Qq8Zf6.js} +5 -5
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js.map → __federation_expose_placeholder-authCoreWeb-P4Qq8Zf6.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js → __federation_fn_import-CzLgVaFb.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js.map → __federation_fn_import-CzLgVaFb.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-bRU6KpPk.js → web-DA-fkeD5.js} +12 -10
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DA-fkeD5.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-CQKLkNsU.js → project-builder-lib-zJirGIS1.js} +321 -36
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-zJirGIS1.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-DhyoEUTy.js → ui-components-Ds8y9Suz.js} +49747 -33379
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Ds8y9Suz.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-9w-0yxVZ.js → utils-DnBM79-7.js} +3 -2
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DnBM79-7.js.map +1 -0
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-CbExBaoL.js → react-router-BoEohCHh.js} +3 -200
- package/dist/web/assets/__federation_shared_@tanstack/react-router-BoEohCHh.js.map +1 -0
- package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js → get-auth-plugin-definition-DM6kosCC.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js.map → get-auth-plugin-definition-DM6kosCC.js.map} +1 -1
- package/dist/web/assets/{index-B_A3cgiy.js → index-EshpyU4T.js} +5 -5
- package/dist/web/assets/{index-B_A3cgiy.js.map → index-EshpyU4T.js.map} +1 -1
- package/dist/web/assets/{index.esm-BraHxHLB.js → index.esm-CYY7gyrG.js} +2 -2
- package/dist/web/assets/{index.esm-BraHxHLB.js.map → index.esm-CYY7gyrG.js.map} +1 -1
- package/dist/web/assets/{model-utils-BfcjfzCn.js → model-utils-WWo9T1Zx.js} +30 -2
- package/dist/web/assets/{model-utils-BfcjfzCn.js.map → model-utils-WWo9T1Zx.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-CXnKUJ1l.js → plugin-definition-BCrs3YSY.js} +2 -2
- package/dist/web/assets/{plugin-definition-CXnKUJ1l.js.map → plugin-definition-BCrs3YSY.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-Ckl5hjD1.js → plugin-definition-BwAJGzRn.js} +4 -3
- package/dist/web/assets/plugin-definition-BwAJGzRn.js.map +1 -0
- package/dist/web/assets/{plugin-definition-D26rR8AB.js → plugin-definition-CqP9VmOQ.js} +2 -2
- package/dist/web/assets/{plugin-definition-D26rR8AB.js.map → plugin-definition-CqP9VmOQ.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-DJzXScRp.js → plugin-definition-y6VVQ5_O.js} +2 -2
- package/dist/web/assets/{plugin-definition-DJzXScRp.js.map → plugin-definition-y6VVQ5_O.js.map} +1 -1
- package/dist/web/assets/{react-CL9M_wyN.js → react-B6Fz4KB7.js} +2 -2
- package/dist/web/assets/{react-CL9M_wyN.js.map → react-B6Fz4KB7.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +10 -10
- package/dist/web/assets/{styles-tkrWV-ZE.js → styles-0yxEwdyo.js} +24 -14
- package/dist/web/assets/styles-0yxEwdyo.js.map +1 -0
- package/dist/web/assets/with-selector-DTXBONcE.js +201 -0
- package/dist/web/assets/with-selector-DTXBONcE.js.map +1 -0
- package/package.json +19 -22
- package/dist/web/assets/__federation_expose_authCoreCommon-CIVhaGqo.js.map +0 -1
- package/dist/web/assets/__federation_expose_authCoreWeb-N-mh42Bs.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authCoreWeb-BY-mP3uS.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-bRU6KpPk.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CQKLkNsU.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DhyoEUTy.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-9w-0yxVZ.js.map +0 -1
- package/dist/web/assets/__federation_shared_@tanstack/react-router-CbExBaoL.js.map +0 -1
- package/dist/web/assets/plugin-definition-Ckl5hjD1.js.map +0 -1
- package/dist/web/assets/styles-tkrWV-ZE.js.map +0 -1
package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts
CHANGED
|
@@ -13,15 +13,10 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
13
13
|
localAuthAdminAdminCrudManageRolesActionRenderers: import("@baseplate-dev/sync").ProviderExport<import("./template-renderers.js").LocalAuthAdminAdminCrudManageRolesActionRenderers>;
|
|
14
14
|
}, {
|
|
15
15
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
16
|
+
'*': {};
|
|
16
17
|
graphql: {};
|
|
17
18
|
readFragment: {};
|
|
18
|
-
|
|
19
|
-
isTypeOnly: true;
|
|
20
|
-
};
|
|
21
|
-
ResultOf: {
|
|
22
|
-
isTypeOnly: true;
|
|
23
|
-
};
|
|
24
|
-
VariablesOf: {
|
|
19
|
+
FragmentType: {
|
|
25
20
|
isTypeOnly: true;
|
|
26
21
|
};
|
|
27
22
|
}>>;
|
|
@@ -33,6 +28,20 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
33
28
|
Alert: {};
|
|
34
29
|
AlertDescription: {};
|
|
35
30
|
AlertTitle: {};
|
|
31
|
+
Autocomplete: {};
|
|
32
|
+
AutocompleteClear: {};
|
|
33
|
+
AutocompleteCollection: {};
|
|
34
|
+
AutocompleteContent: {};
|
|
35
|
+
AutocompleteEmpty: {};
|
|
36
|
+
AutocompleteGroup: {};
|
|
37
|
+
AutocompleteInput: {};
|
|
38
|
+
AutocompleteItem: {};
|
|
39
|
+
AutocompleteLabel: {};
|
|
40
|
+
AutocompleteList: {};
|
|
41
|
+
AutocompleteSeparator: {};
|
|
42
|
+
AutocompleteStatus: {};
|
|
43
|
+
AutocompleteTrigger: {};
|
|
44
|
+
AutocompleteValue: {};
|
|
36
45
|
Badge: {};
|
|
37
46
|
badgeVariants: {};
|
|
38
47
|
BadgeWithIcon: {};
|
|
@@ -61,18 +70,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
61
70
|
CheckedInput: {};
|
|
62
71
|
CircularProgress: {};
|
|
63
72
|
cn: {};
|
|
73
|
+
Collapsible: {};
|
|
74
|
+
CollapsibleContent: {};
|
|
75
|
+
CollapsibleTrigger: {};
|
|
64
76
|
Combobox: {};
|
|
65
77
|
ComboboxField: {};
|
|
66
78
|
ComboboxFieldController: {};
|
|
67
|
-
Command: {};
|
|
68
|
-
CommandDialog: {};
|
|
69
|
-
CommandEmpty: {};
|
|
70
|
-
CommandGroup: {};
|
|
71
|
-
CommandInput: {};
|
|
72
|
-
CommandItem: {};
|
|
73
|
-
CommandList: {};
|
|
74
|
-
CommandSeparator: {};
|
|
75
|
-
CommandShortcut: {};
|
|
76
79
|
ConfirmDialog: {};
|
|
77
80
|
DatePickerField: {};
|
|
78
81
|
DatePickerFieldController: {};
|
|
@@ -109,37 +112,43 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
109
112
|
EmptyDisplay: {};
|
|
110
113
|
ErrorableLoader: {};
|
|
111
114
|
ErrorDisplay: {};
|
|
112
|
-
|
|
113
|
-
|
|
115
|
+
Field: {};
|
|
116
|
+
FieldContent: {};
|
|
117
|
+
FieldDescription: {};
|
|
118
|
+
FieldError: {};
|
|
119
|
+
FieldGroup: {};
|
|
120
|
+
FieldLabel: {};
|
|
121
|
+
FieldLegend: {};
|
|
122
|
+
FieldSeparator: {};
|
|
123
|
+
FieldSet: {};
|
|
124
|
+
FieldTitle: {};
|
|
125
|
+
fieldVariants: {};
|
|
114
126
|
FormFieldProps: {
|
|
115
127
|
isTypeOnly: true;
|
|
116
128
|
};
|
|
117
|
-
FormItem: {};
|
|
118
|
-
FormLabel: {};
|
|
119
|
-
FormMessage: {};
|
|
120
129
|
IconElement: {
|
|
121
130
|
isTypeOnly: true;
|
|
122
131
|
};
|
|
123
132
|
Input: {};
|
|
124
133
|
InputField: {};
|
|
125
134
|
InputFieldController: {};
|
|
135
|
+
InputGroup: {};
|
|
136
|
+
InputGroupAddon: {};
|
|
137
|
+
InputGroupButton: {};
|
|
138
|
+
InputGroupInput: {};
|
|
139
|
+
InputGroupText: {};
|
|
140
|
+
InputGroupTextarea: {};
|
|
126
141
|
inputVariants: {};
|
|
127
142
|
Label: {};
|
|
128
143
|
LinkButton: {};
|
|
129
144
|
Loader: {};
|
|
130
145
|
mergeRefs: {};
|
|
131
146
|
Modal: {};
|
|
132
|
-
MultiCombobox: {};
|
|
133
|
-
MultiComboboxContent: {};
|
|
134
|
-
MultiComboboxEmpty: {};
|
|
135
147
|
MultiComboboxField: {};
|
|
136
148
|
MultiComboboxFieldController: {};
|
|
137
149
|
MultiComboboxFieldProps: {
|
|
138
150
|
isTypeOnly: true;
|
|
139
151
|
};
|
|
140
|
-
MultiComboboxGroup: {};
|
|
141
|
-
MultiComboboxInput: {};
|
|
142
|
-
MultiComboboxItem: {};
|
|
143
152
|
MultiSelectOptionProps: {
|
|
144
153
|
isTypeOnly: true;
|
|
145
154
|
};
|
|
@@ -162,16 +171,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
162
171
|
ReactSelectInput: {};
|
|
163
172
|
ScrollArea: {};
|
|
164
173
|
Select: {};
|
|
165
|
-
selectCheckVariants: {};
|
|
166
|
-
selectContentVariants: {};
|
|
167
174
|
SelectField: {};
|
|
168
175
|
SelectFieldController: {};
|
|
169
176
|
SelectInput: {};
|
|
170
|
-
selectItemVariants: {};
|
|
171
177
|
SelectOptionProps: {
|
|
172
178
|
isTypeOnly: true;
|
|
173
179
|
};
|
|
174
|
-
selectTriggerVariants: {};
|
|
175
180
|
Separator: {};
|
|
176
181
|
Sheet: {};
|
|
177
182
|
SheetClose: {};
|
|
@@ -205,6 +210,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
205
210
|
SidebarSeparator: {};
|
|
206
211
|
SidebarTrigger: {};
|
|
207
212
|
Skeleton: {};
|
|
213
|
+
Slider: {};
|
|
214
|
+
Spinner: {};
|
|
208
215
|
Switch: {};
|
|
209
216
|
SwitchField: {};
|
|
210
217
|
SwitchFieldController: {};
|
|
@@ -226,6 +233,7 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
226
233
|
TooltipContent: {};
|
|
227
234
|
TooltipProvider: {};
|
|
228
235
|
TooltipTrigger: {};
|
|
236
|
+
useAutocompleteFilter: {};
|
|
229
237
|
useConfirmDialog: {};
|
|
230
238
|
UseConfirmDialogRequestOptions: {
|
|
231
239
|
isTypeOnly: true;
|
|
@@ -234,7 +242,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
234
242
|
useControlledState: {};
|
|
235
243
|
useControllerMerged: {};
|
|
236
244
|
useIsMobile: {};
|
|
237
|
-
useMultiComboboxContext: {};
|
|
238
245
|
useSidebar: {};
|
|
239
246
|
}>>;
|
|
240
247
|
typescriptFile: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").TypescriptFileProvider>;
|
|
@@ -245,15 +252,10 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
245
252
|
TPL_AVAILABLE_ROLES: {};
|
|
246
253
|
}, {
|
|
247
254
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
255
|
+
'*': {};
|
|
248
256
|
graphql: {};
|
|
249
257
|
readFragment: {};
|
|
250
|
-
|
|
251
|
-
isTypeOnly: true;
|
|
252
|
-
};
|
|
253
|
-
ResultOf: {
|
|
254
|
-
isTypeOnly: true;
|
|
255
|
-
};
|
|
256
|
-
VariablesOf: {
|
|
258
|
+
FragmentType: {
|
|
257
259
|
isTypeOnly: true;
|
|
258
260
|
};
|
|
259
261
|
}>>;
|
|
@@ -264,6 +266,20 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
264
266
|
Alert: {};
|
|
265
267
|
AlertDescription: {};
|
|
266
268
|
AlertTitle: {};
|
|
269
|
+
Autocomplete: {};
|
|
270
|
+
AutocompleteClear: {};
|
|
271
|
+
AutocompleteCollection: {};
|
|
272
|
+
AutocompleteContent: {};
|
|
273
|
+
AutocompleteEmpty: {};
|
|
274
|
+
AutocompleteGroup: {};
|
|
275
|
+
AutocompleteInput: {};
|
|
276
|
+
AutocompleteItem: {};
|
|
277
|
+
AutocompleteLabel: {};
|
|
278
|
+
AutocompleteList: {};
|
|
279
|
+
AutocompleteSeparator: {};
|
|
280
|
+
AutocompleteStatus: {};
|
|
281
|
+
AutocompleteTrigger: {};
|
|
282
|
+
AutocompleteValue: {};
|
|
267
283
|
Badge: {};
|
|
268
284
|
badgeVariants: {};
|
|
269
285
|
BadgeWithIcon: {};
|
|
@@ -292,18 +308,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
292
308
|
CheckedInput: {};
|
|
293
309
|
CircularProgress: {};
|
|
294
310
|
cn: {};
|
|
311
|
+
Collapsible: {};
|
|
312
|
+
CollapsibleContent: {};
|
|
313
|
+
CollapsibleTrigger: {};
|
|
295
314
|
Combobox: {};
|
|
296
315
|
ComboboxField: {};
|
|
297
316
|
ComboboxFieldController: {};
|
|
298
|
-
Command: {};
|
|
299
|
-
CommandDialog: {};
|
|
300
|
-
CommandEmpty: {};
|
|
301
|
-
CommandGroup: {};
|
|
302
|
-
CommandInput: {};
|
|
303
|
-
CommandItem: {};
|
|
304
|
-
CommandList: {};
|
|
305
|
-
CommandSeparator: {};
|
|
306
|
-
CommandShortcut: {};
|
|
307
317
|
ConfirmDialog: {};
|
|
308
318
|
DatePickerField: {};
|
|
309
319
|
DatePickerFieldController: {};
|
|
@@ -340,37 +350,43 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
340
350
|
EmptyDisplay: {};
|
|
341
351
|
ErrorableLoader: {};
|
|
342
352
|
ErrorDisplay: {};
|
|
343
|
-
|
|
344
|
-
|
|
353
|
+
Field: {};
|
|
354
|
+
FieldContent: {};
|
|
355
|
+
FieldDescription: {};
|
|
356
|
+
FieldError: {};
|
|
357
|
+
FieldGroup: {};
|
|
358
|
+
FieldLabel: {};
|
|
359
|
+
FieldLegend: {};
|
|
360
|
+
FieldSeparator: {};
|
|
361
|
+
FieldSet: {};
|
|
362
|
+
FieldTitle: {};
|
|
363
|
+
fieldVariants: {};
|
|
345
364
|
FormFieldProps: {
|
|
346
365
|
isTypeOnly: true;
|
|
347
366
|
};
|
|
348
|
-
FormItem: {};
|
|
349
|
-
FormLabel: {};
|
|
350
|
-
FormMessage: {};
|
|
351
367
|
IconElement: {
|
|
352
368
|
isTypeOnly: true;
|
|
353
369
|
};
|
|
354
370
|
Input: {};
|
|
355
371
|
InputField: {};
|
|
356
372
|
InputFieldController: {};
|
|
373
|
+
InputGroup: {};
|
|
374
|
+
InputGroupAddon: {};
|
|
375
|
+
InputGroupButton: {};
|
|
376
|
+
InputGroupInput: {};
|
|
377
|
+
InputGroupText: {};
|
|
378
|
+
InputGroupTextarea: {};
|
|
357
379
|
inputVariants: {};
|
|
358
380
|
Label: {};
|
|
359
381
|
LinkButton: {};
|
|
360
382
|
Loader: {};
|
|
361
383
|
mergeRefs: {};
|
|
362
384
|
Modal: {};
|
|
363
|
-
MultiCombobox: {};
|
|
364
|
-
MultiComboboxContent: {};
|
|
365
|
-
MultiComboboxEmpty: {};
|
|
366
385
|
MultiComboboxField: {};
|
|
367
386
|
MultiComboboxFieldController: {};
|
|
368
387
|
MultiComboboxFieldProps: {
|
|
369
388
|
isTypeOnly: true;
|
|
370
389
|
};
|
|
371
|
-
MultiComboboxGroup: {};
|
|
372
|
-
MultiComboboxInput: {};
|
|
373
|
-
MultiComboboxItem: {};
|
|
374
390
|
MultiSelectOptionProps: {
|
|
375
391
|
isTypeOnly: true;
|
|
376
392
|
};
|
|
@@ -393,16 +409,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
393
409
|
ReactSelectInput: {};
|
|
394
410
|
ScrollArea: {};
|
|
395
411
|
Select: {};
|
|
396
|
-
selectCheckVariants: {};
|
|
397
|
-
selectContentVariants: {};
|
|
398
412
|
SelectField: {};
|
|
399
413
|
SelectFieldController: {};
|
|
400
414
|
SelectInput: {};
|
|
401
|
-
selectItemVariants: {};
|
|
402
415
|
SelectOptionProps: {
|
|
403
416
|
isTypeOnly: true;
|
|
404
417
|
};
|
|
405
|
-
selectTriggerVariants: {};
|
|
406
418
|
Separator: {};
|
|
407
419
|
Sheet: {};
|
|
408
420
|
SheetClose: {};
|
|
@@ -436,6 +448,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
436
448
|
SidebarSeparator: {};
|
|
437
449
|
SidebarTrigger: {};
|
|
438
450
|
Skeleton: {};
|
|
451
|
+
Slider: {};
|
|
452
|
+
Spinner: {};
|
|
439
453
|
Switch: {};
|
|
440
454
|
SwitchField: {};
|
|
441
455
|
SwitchFieldController: {};
|
|
@@ -457,6 +471,7 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
457
471
|
TooltipContent: {};
|
|
458
472
|
TooltipProvider: {};
|
|
459
473
|
TooltipTrigger: {};
|
|
474
|
+
useAutocompleteFilter: {};
|
|
460
475
|
useConfirmDialog: {};
|
|
461
476
|
UseConfirmDialogRequestOptions: {
|
|
462
477
|
isTypeOnly: true;
|
|
@@ -465,7 +480,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
465
480
|
useControlledState: {};
|
|
466
481
|
useControllerMerged: {};
|
|
467
482
|
useIsMobile: {};
|
|
468
|
-
useMultiComboboxContext: {};
|
|
469
483
|
useSidebar: {};
|
|
470
484
|
}>>;
|
|
471
485
|
}, Record<never, Record<never, never>>>;
|
package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yDAAyD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIrE,CAAC"}
|
|
@@ -12,15 +12,10 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
12
12
|
localAuthAdminAdminCrudManageRolesActionRenderers: import("@baseplate-dev/sync").ProviderExport<LocalAuthAdminAdminCrudManageRolesActionRenderers>;
|
|
13
13
|
}, {
|
|
14
14
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
15
|
+
'*': {};
|
|
15
16
|
graphql: {};
|
|
16
17
|
readFragment: {};
|
|
17
|
-
|
|
18
|
-
isTypeOnly: true;
|
|
19
|
-
};
|
|
20
|
-
ResultOf: {
|
|
21
|
-
isTypeOnly: true;
|
|
22
|
-
};
|
|
23
|
-
VariablesOf: {
|
|
18
|
+
FragmentType: {
|
|
24
19
|
isTypeOnly: true;
|
|
25
20
|
};
|
|
26
21
|
}>>;
|
|
@@ -32,6 +27,20 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
32
27
|
Alert: {};
|
|
33
28
|
AlertDescription: {};
|
|
34
29
|
AlertTitle: {};
|
|
30
|
+
Autocomplete: {};
|
|
31
|
+
AutocompleteClear: {};
|
|
32
|
+
AutocompleteCollection: {};
|
|
33
|
+
AutocompleteContent: {};
|
|
34
|
+
AutocompleteEmpty: {};
|
|
35
|
+
AutocompleteGroup: {};
|
|
36
|
+
AutocompleteInput: {};
|
|
37
|
+
AutocompleteItem: {};
|
|
38
|
+
AutocompleteLabel: {};
|
|
39
|
+
AutocompleteList: {};
|
|
40
|
+
AutocompleteSeparator: {};
|
|
41
|
+
AutocompleteStatus: {};
|
|
42
|
+
AutocompleteTrigger: {};
|
|
43
|
+
AutocompleteValue: {};
|
|
35
44
|
Badge: {};
|
|
36
45
|
badgeVariants: {};
|
|
37
46
|
BadgeWithIcon: {};
|
|
@@ -60,18 +69,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
60
69
|
CheckedInput: {};
|
|
61
70
|
CircularProgress: {};
|
|
62
71
|
cn: {};
|
|
72
|
+
Collapsible: {};
|
|
73
|
+
CollapsibleContent: {};
|
|
74
|
+
CollapsibleTrigger: {};
|
|
63
75
|
Combobox: {};
|
|
64
76
|
ComboboxField: {};
|
|
65
77
|
ComboboxFieldController: {};
|
|
66
|
-
Command: {};
|
|
67
|
-
CommandDialog: {};
|
|
68
|
-
CommandEmpty: {};
|
|
69
|
-
CommandGroup: {};
|
|
70
|
-
CommandInput: {};
|
|
71
|
-
CommandItem: {};
|
|
72
|
-
CommandList: {};
|
|
73
|
-
CommandSeparator: {};
|
|
74
|
-
CommandShortcut: {};
|
|
75
78
|
ConfirmDialog: {};
|
|
76
79
|
DatePickerField: {};
|
|
77
80
|
DatePickerFieldController: {};
|
|
@@ -108,37 +111,43 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
108
111
|
EmptyDisplay: {};
|
|
109
112
|
ErrorableLoader: {};
|
|
110
113
|
ErrorDisplay: {};
|
|
111
|
-
|
|
112
|
-
|
|
114
|
+
Field: {};
|
|
115
|
+
FieldContent: {};
|
|
116
|
+
FieldDescription: {};
|
|
117
|
+
FieldError: {};
|
|
118
|
+
FieldGroup: {};
|
|
119
|
+
FieldLabel: {};
|
|
120
|
+
FieldLegend: {};
|
|
121
|
+
FieldSeparator: {};
|
|
122
|
+
FieldSet: {};
|
|
123
|
+
FieldTitle: {};
|
|
124
|
+
fieldVariants: {};
|
|
113
125
|
FormFieldProps: {
|
|
114
126
|
isTypeOnly: true;
|
|
115
127
|
};
|
|
116
|
-
FormItem: {};
|
|
117
|
-
FormLabel: {};
|
|
118
|
-
FormMessage: {};
|
|
119
128
|
IconElement: {
|
|
120
129
|
isTypeOnly: true;
|
|
121
130
|
};
|
|
122
131
|
Input: {};
|
|
123
132
|
InputField: {};
|
|
124
133
|
InputFieldController: {};
|
|
134
|
+
InputGroup: {};
|
|
135
|
+
InputGroupAddon: {};
|
|
136
|
+
InputGroupButton: {};
|
|
137
|
+
InputGroupInput: {};
|
|
138
|
+
InputGroupText: {};
|
|
139
|
+
InputGroupTextarea: {};
|
|
125
140
|
inputVariants: {};
|
|
126
141
|
Label: {};
|
|
127
142
|
LinkButton: {};
|
|
128
143
|
Loader: {};
|
|
129
144
|
mergeRefs: {};
|
|
130
145
|
Modal: {};
|
|
131
|
-
MultiCombobox: {};
|
|
132
|
-
MultiComboboxContent: {};
|
|
133
|
-
MultiComboboxEmpty: {};
|
|
134
146
|
MultiComboboxField: {};
|
|
135
147
|
MultiComboboxFieldController: {};
|
|
136
148
|
MultiComboboxFieldProps: {
|
|
137
149
|
isTypeOnly: true;
|
|
138
150
|
};
|
|
139
|
-
MultiComboboxGroup: {};
|
|
140
|
-
MultiComboboxInput: {};
|
|
141
|
-
MultiComboboxItem: {};
|
|
142
151
|
MultiSelectOptionProps: {
|
|
143
152
|
isTypeOnly: true;
|
|
144
153
|
};
|
|
@@ -161,16 +170,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
161
170
|
ReactSelectInput: {};
|
|
162
171
|
ScrollArea: {};
|
|
163
172
|
Select: {};
|
|
164
|
-
selectCheckVariants: {};
|
|
165
|
-
selectContentVariants: {};
|
|
166
173
|
SelectField: {};
|
|
167
174
|
SelectFieldController: {};
|
|
168
175
|
SelectInput: {};
|
|
169
|
-
selectItemVariants: {};
|
|
170
176
|
SelectOptionProps: {
|
|
171
177
|
isTypeOnly: true;
|
|
172
178
|
};
|
|
173
|
-
selectTriggerVariants: {};
|
|
174
179
|
Separator: {};
|
|
175
180
|
Sheet: {};
|
|
176
181
|
SheetClose: {};
|
|
@@ -204,6 +209,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
204
209
|
SidebarSeparator: {};
|
|
205
210
|
SidebarTrigger: {};
|
|
206
211
|
Skeleton: {};
|
|
212
|
+
Slider: {};
|
|
213
|
+
Spinner: {};
|
|
207
214
|
Switch: {};
|
|
208
215
|
SwitchField: {};
|
|
209
216
|
SwitchFieldController: {};
|
|
@@ -225,6 +232,7 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
225
232
|
TooltipContent: {};
|
|
226
233
|
TooltipProvider: {};
|
|
227
234
|
TooltipTrigger: {};
|
|
235
|
+
useAutocompleteFilter: {};
|
|
228
236
|
useConfirmDialog: {};
|
|
229
237
|
UseConfirmDialogRequestOptions: {
|
|
230
238
|
isTypeOnly: true;
|
|
@@ -233,7 +241,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
233
241
|
useControlledState: {};
|
|
234
242
|
useControllerMerged: {};
|
|
235
243
|
useIsMobile: {};
|
|
236
|
-
useMultiComboboxContext: {};
|
|
237
244
|
useSidebar: {};
|
|
238
245
|
}>>;
|
|
239
246
|
typescriptFile: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").TypescriptFileProvider>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAUzD,OAAO,EAAE,yDAAyD,EAAE,MAAM,sBAAsB,CAAC;AAEjG,MAAM,WAAW,iDAAiD;IAChE,iBAAiB,EAAE;QACjB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,yDAAyD,CAAC,iBAAiB,CACnF,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA0CD,eAAO,MAAM,yDAAyD
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAUzD,OAAO,EAAE,yDAAyD,EAAE,MAAM,sBAAsB,CAAC;AAEjG,MAAM,WAAW,iDAAiD;IAChE,iBAAiB,EAAE;QACjB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,yDAAyD,CAAC,iBAAiB,CACnF,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA0CD,eAAO,MAAM,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGrE,CAAC"}
|
|
@@ -3,15 +3,10 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
3
3
|
TPL_AVAILABLE_ROLES: {};
|
|
4
4
|
}, {
|
|
5
5
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
6
|
+
'*': {};
|
|
6
7
|
graphql: {};
|
|
7
8
|
readFragment: {};
|
|
8
|
-
|
|
9
|
-
isTypeOnly: true;
|
|
10
|
-
};
|
|
11
|
-
ResultOf: {
|
|
12
|
-
isTypeOnly: true;
|
|
13
|
-
};
|
|
14
|
-
VariablesOf: {
|
|
9
|
+
FragmentType: {
|
|
15
10
|
isTypeOnly: true;
|
|
16
11
|
};
|
|
17
12
|
}>>;
|
|
@@ -22,6 +17,20 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
22
17
|
Alert: {};
|
|
23
18
|
AlertDescription: {};
|
|
24
19
|
AlertTitle: {};
|
|
20
|
+
Autocomplete: {};
|
|
21
|
+
AutocompleteClear: {};
|
|
22
|
+
AutocompleteCollection: {};
|
|
23
|
+
AutocompleteContent: {};
|
|
24
|
+
AutocompleteEmpty: {};
|
|
25
|
+
AutocompleteGroup: {};
|
|
26
|
+
AutocompleteInput: {};
|
|
27
|
+
AutocompleteItem: {};
|
|
28
|
+
AutocompleteLabel: {};
|
|
29
|
+
AutocompleteList: {};
|
|
30
|
+
AutocompleteSeparator: {};
|
|
31
|
+
AutocompleteStatus: {};
|
|
32
|
+
AutocompleteTrigger: {};
|
|
33
|
+
AutocompleteValue: {};
|
|
25
34
|
Badge: {};
|
|
26
35
|
badgeVariants: {};
|
|
27
36
|
BadgeWithIcon: {};
|
|
@@ -50,18 +59,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
50
59
|
CheckedInput: {};
|
|
51
60
|
CircularProgress: {};
|
|
52
61
|
cn: {};
|
|
62
|
+
Collapsible: {};
|
|
63
|
+
CollapsibleContent: {};
|
|
64
|
+
CollapsibleTrigger: {};
|
|
53
65
|
Combobox: {};
|
|
54
66
|
ComboboxField: {};
|
|
55
67
|
ComboboxFieldController: {};
|
|
56
|
-
Command: {};
|
|
57
|
-
CommandDialog: {};
|
|
58
|
-
CommandEmpty: {};
|
|
59
|
-
CommandGroup: {};
|
|
60
|
-
CommandInput: {};
|
|
61
|
-
CommandItem: {};
|
|
62
|
-
CommandList: {};
|
|
63
|
-
CommandSeparator: {};
|
|
64
|
-
CommandShortcut: {};
|
|
65
68
|
ConfirmDialog: {};
|
|
66
69
|
DatePickerField: {};
|
|
67
70
|
DatePickerFieldController: {};
|
|
@@ -98,37 +101,43 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
98
101
|
EmptyDisplay: {};
|
|
99
102
|
ErrorableLoader: {};
|
|
100
103
|
ErrorDisplay: {};
|
|
101
|
-
|
|
102
|
-
|
|
104
|
+
Field: {};
|
|
105
|
+
FieldContent: {};
|
|
106
|
+
FieldDescription: {};
|
|
107
|
+
FieldError: {};
|
|
108
|
+
FieldGroup: {};
|
|
109
|
+
FieldLabel: {};
|
|
110
|
+
FieldLegend: {};
|
|
111
|
+
FieldSeparator: {};
|
|
112
|
+
FieldSet: {};
|
|
113
|
+
FieldTitle: {};
|
|
114
|
+
fieldVariants: {};
|
|
103
115
|
FormFieldProps: {
|
|
104
116
|
isTypeOnly: true;
|
|
105
117
|
};
|
|
106
|
-
FormItem: {};
|
|
107
|
-
FormLabel: {};
|
|
108
|
-
FormMessage: {};
|
|
109
118
|
IconElement: {
|
|
110
119
|
isTypeOnly: true;
|
|
111
120
|
};
|
|
112
121
|
Input: {};
|
|
113
122
|
InputField: {};
|
|
114
123
|
InputFieldController: {};
|
|
124
|
+
InputGroup: {};
|
|
125
|
+
InputGroupAddon: {};
|
|
126
|
+
InputGroupButton: {};
|
|
127
|
+
InputGroupInput: {};
|
|
128
|
+
InputGroupText: {};
|
|
129
|
+
InputGroupTextarea: {};
|
|
115
130
|
inputVariants: {};
|
|
116
131
|
Label: {};
|
|
117
132
|
LinkButton: {};
|
|
118
133
|
Loader: {};
|
|
119
134
|
mergeRefs: {};
|
|
120
135
|
Modal: {};
|
|
121
|
-
MultiCombobox: {};
|
|
122
|
-
MultiComboboxContent: {};
|
|
123
|
-
MultiComboboxEmpty: {};
|
|
124
136
|
MultiComboboxField: {};
|
|
125
137
|
MultiComboboxFieldController: {};
|
|
126
138
|
MultiComboboxFieldProps: {
|
|
127
139
|
isTypeOnly: true;
|
|
128
140
|
};
|
|
129
|
-
MultiComboboxGroup: {};
|
|
130
|
-
MultiComboboxInput: {};
|
|
131
|
-
MultiComboboxItem: {};
|
|
132
141
|
MultiSelectOptionProps: {
|
|
133
142
|
isTypeOnly: true;
|
|
134
143
|
};
|
|
@@ -151,16 +160,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
151
160
|
ReactSelectInput: {};
|
|
152
161
|
ScrollArea: {};
|
|
153
162
|
Select: {};
|
|
154
|
-
selectCheckVariants: {};
|
|
155
|
-
selectContentVariants: {};
|
|
156
163
|
SelectField: {};
|
|
157
164
|
SelectFieldController: {};
|
|
158
165
|
SelectInput: {};
|
|
159
|
-
selectItemVariants: {};
|
|
160
166
|
SelectOptionProps: {
|
|
161
167
|
isTypeOnly: true;
|
|
162
168
|
};
|
|
163
|
-
selectTriggerVariants: {};
|
|
164
169
|
Separator: {};
|
|
165
170
|
Sheet: {};
|
|
166
171
|
SheetClose: {};
|
|
@@ -194,6 +199,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
194
199
|
SidebarSeparator: {};
|
|
195
200
|
SidebarTrigger: {};
|
|
196
201
|
Skeleton: {};
|
|
202
|
+
Slider: {};
|
|
203
|
+
Spinner: {};
|
|
197
204
|
Switch: {};
|
|
198
205
|
SwitchField: {};
|
|
199
206
|
SwitchFieldController: {};
|
|
@@ -215,6 +222,7 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
215
222
|
TooltipContent: {};
|
|
216
223
|
TooltipProvider: {};
|
|
217
224
|
TooltipTrigger: {};
|
|
225
|
+
useAutocompleteFilter: {};
|
|
218
226
|
useConfirmDialog: {};
|
|
219
227
|
UseConfirmDialogRequestOptions: {
|
|
220
228
|
isTypeOnly: true;
|
|
@@ -223,7 +231,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
223
231
|
useControlledState: {};
|
|
224
232
|
useControllerMerged: {};
|
|
225
233
|
useIsMobile: {};
|
|
226
|
-
useMultiComboboxContext: {};
|
|
227
234
|
useSidebar: {};
|
|
228
235
|
}>>;
|
|
229
236
|
}, Record<never, Record<never, never>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,yDAAyD
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErE,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { FragmentType } from '%graphqlImports';
|
|
2
2
|
import type { ReactElement } from 'react';
|
|
3
3
|
export declare const roleManagerDialogUserFragment: any;
|
|
4
4
|
interface RoleManagerDialogProps {
|
|
5
|
-
user:
|
|
5
|
+
user: FragmentType<typeof roleManagerDialogUserFragment>;
|
|
6
6
|
open: boolean;
|
|
7
7
|
onOpenChange: (open: boolean) => void;
|
|
8
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role-manager-dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"role-manager-dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAmC1C,eAAO,MAAM,6BAA6B,KASxC,CAAC;AAYH,UAAU,sBAAsB;IAC9B,IAAI,EAAE,YAAY,CAAC,OAAO,6BAA6B,CAAC,CAAC;IACzD,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,IAAI,EACJ,YAAY,GACb,EAAE,sBAAsB,GAAG,YAAY,CAmFvC"}
|
|
@@ -23,14 +23,14 @@ export const roleManagerDialogUserFragment = graphql(`
|
|
|
23
23
|
}
|
|
24
24
|
`);
|
|
25
25
|
const updateUserRolesMutation = graphql(`
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
26
|
+
mutation UpdateUserRoles($input: UpdateUserRolesInput!) {
|
|
27
|
+
updateUserRoles(input: $input) {
|
|
28
|
+
user {
|
|
29
|
+
...RoleManagerDialog_user
|
|
31
30
|
}
|
|
32
31
|
}
|
|
33
|
-
|
|
32
|
+
}
|
|
33
|
+
`);
|
|
34
34
|
/**
|
|
35
35
|
* Dialog for managing user roles.
|
|
36
36
|
* Allows admins to assign or remove roles from users.
|