@baseplate-dev/plugin-auth 3.0.4 → 4.0.0
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/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts +39 -25
- package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js +18 -24
- package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/generated/index.d.ts +16 -0
- package/dist/auth0/generators/fastify/auth0-module/generated/index.d.ts.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/generated/template-paths.d.ts +1 -0
- package/dist/auth0/generators/fastify/auth0-module/generated/template-paths.d.ts.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/generated/template-paths.js +1 -0
- package/dist/auth0/generators/fastify/auth0-module/generated/template-paths.js.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/generated/template-renderers.d.ts +9 -0
- package/dist/auth0/generators/fastify/auth0-module/generated/template-renderers.d.ts.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/generated/template-renderers.js +15 -2
- package/dist/auth0/generators/fastify/auth0-module/generated/template-renderers.js.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.d.ts +10 -0
- package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.d.ts.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.js +18 -2
- package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.js.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/templates/module/schema/user-session.queries.ts +22 -0
- package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts +0 -5
- package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +1 -10
- package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts +0 -18
- package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.d.ts +0 -2
- package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.js +0 -2
- package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.js.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.d.ts +1 -7
- package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.js +3 -12
- package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.js.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.d.ts +0 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.js +0 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.js.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts +0 -23
- package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js +4 -33
- package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +25 -4
- 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 +16 -13
- 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 +24 -7
- 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-paths.d.ts +0 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js +0 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +13 -6
- 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/template-renderers.js +5 -12
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +12 -5
- 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/generated/typed-templates.js +3 -12
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +3 -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 +26 -7
- 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 +34 -12
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +25 -4
- 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 +35 -25
- 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 +24 -7
- 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-paths.d.ts +0 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js +0 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +13 -6
- 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/template-renderers.js +5 -12
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +24 -7
- 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/generated/typed-templates.js +3 -12
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +3 -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 +22 -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 +30 -11
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js +7 -11
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +1 -1
- package/dist/local-auth/admin/node.d.ts.map +1 -1
- package/dist/local-auth/admin/node.js +2 -6
- package/dist/local-auth/admin/node.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +12 -3
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js +0 -1
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +36 -18
- 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-paths.d.ts +0 -3
- package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js +0 -3
- package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +13 -6
- 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/template-renderers.js +5 -12
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +0 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js +0 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +48 -30
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js +6 -49
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js +9 -2
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.ts +10 -2
- 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 +0 -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 +2 -2
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +3 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +6 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +12 -2
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +5 -2
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js +16 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.ts +19 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +12 -3
- 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 +1 -8
- 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 +36 -7
- 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-paths.d.ts +0 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +0 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +13 -6
- 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/template-renderers.js +5 -12
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +48 -9
- 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 -13
- 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 +11 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +12 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +11 -2
- 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 +12 -2
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +24 -7
- 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-paths.d.ts +0 -1
- package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/template-paths.js +0 -1
- package/dist/local-auth/core/generators/react-session/generated/template-paths.js.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +13 -7
- 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/template-renderers.js +5 -12
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +24 -7
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.js +4 -15
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +12 -3
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.js +0 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.js.map +1 -1
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js +10 -2
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +1 -1
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +11 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +0 -12
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts +0 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js +0 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts +1 -7
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js +2 -14
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts +0 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js +0 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts +0 -15
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +2 -31
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts +0 -5
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js +1 -7
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js.map +1 -1
- package/dist/web/assets/{__federation_expose_auth0CoreCommon-DxPG_Wc0.js → __federation_expose_auth0CoreCommon-Ga9LD3d6.js} +3 -3
- package/dist/web/assets/{__federation_expose_auth0CoreCommon-DxPG_Wc0.js.map → __federation_expose_auth0CoreCommon-Ga9LD3d6.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-B9jV1EyN.js → __federation_expose_auth0CoreWeb-CZueDXPK.js} +5 -5
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-B9jV1EyN.js.map → __federation_expose_auth0CoreWeb-CZueDXPK.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_authCoreCommon-Cxa_7fkO.js → __federation_expose_authCoreCommon-BrTLsuJC.js} +3 -3
- package/dist/web/assets/{__federation_expose_authCoreCommon-Cxa_7fkO.js.map → __federation_expose_authCoreCommon-BrTLsuJC.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_authCoreWeb-CTQI1rXb.js → __federation_expose_authCoreWeb-C8rgnA2v.js} +6 -6
- package/dist/web/assets/{__federation_expose_authCoreWeb-CTQI1rXb.js.map → __federation_expose_authCoreWeb-C8rgnA2v.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-C0_ovnDb.js → __federation_expose_local-authAdminCommon-C75-DAzO.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-C0_ovnDb.js.map → __federation_expose_local-authAdminCommon-C75-DAzO.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-GqHU6av7.js → __federation_expose_local-authAdminWeb-D2xGvwyL.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-GqHU6av7.js.map → __federation_expose_local-authAdminWeb-D2xGvwyL.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-PHXPCKoj.js → __federation_expose_local-authCoreCommon-BFUbyPYg.js} +3 -3
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-PHXPCKoj.js.map → __federation_expose_local-authCoreCommon-BFUbyPYg.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-Dz4oU0uP.js → __federation_expose_local-authCoreWeb-ChyvdsRq.js} +5 -5
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-Dz4oU0uP.js.map → __federation_expose_local-authCoreWeb-ChyvdsRq.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-CrB_sJO_.js → __federation_expose_placeholder-authCoreCommon-DrFV9FSW.js} +3 -3
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-CrB_sJO_.js.map → __federation_expose_placeholder-authCoreCommon-DrFV9FSW.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-KJ8YuuIQ.js → __federation_expose_placeholder-authCoreWeb-CT8JKYLB.js} +5 -5
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-KJ8YuuIQ.js.map → __federation_expose_placeholder-authCoreWeb-CT8JKYLB.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-CVjKjdRb.js → __federation_fn_import-C_QCk5FX.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-CVjKjdRb.js.map → __federation_fn_import-C_QCk5FX.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-BTmJxb08.js → web-DtztAtUw.js} +5 -5
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-BTmJxb08.js.map → web-DtztAtUw.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-FK4Jv94w.js → project-builder-lib-CcNtL_U6.js} +293 -216
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CcNtL_U6.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-jZLf5m_y.js → ui-components-DA_4I2Vy.js} +5 -5
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-jZLf5m_y.js.map → ui-components-DA_4I2Vy.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-CAgM5SRt.js → utils-Bxy-1ETU.js} +34 -3
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-Bxy-1ETU.js.map +1 -0
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-DynsSbJG.js → react-router-DooFj-IS.js} +2 -2
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-DynsSbJG.js.map → react-router-DooFj-IS.js.map} +1 -1
- package/dist/web/assets/{get-auth-plugin-definition-DqZ2Eg7c.js → get-auth-plugin-definition-D2XMaoy7.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-DqZ2Eg7c.js.map → get-auth-plugin-definition-D2XMaoy7.js.map} +1 -1
- package/dist/web/assets/{index-Dccn3WBN.js → index-DwJT6_Wn.js} +2 -2
- package/dist/web/assets/{index-Dccn3WBN.js.map → index-DwJT6_Wn.js.map} +1 -1
- package/dist/web/assets/{index.esm-DeCjXqFv.js → index.esm-ChwWPPiL.js} +2 -2
- package/dist/web/assets/{index.esm-DeCjXqFv.js.map → index.esm-ChwWPPiL.js.map} +1 -1
- package/dist/web/assets/{model-merger-kOQ_dmiE.js → model-merger-gGkFnyaY.js} +7 -2
- package/dist/web/assets/model-merger-gGkFnyaY.js.map +1 -0
- package/dist/web/assets/{plugin-definition-qkkt1X28.js → plugin-definition-QRBMcFiG.js} +2 -2
- package/dist/web/assets/{plugin-definition-qkkt1X28.js.map → plugin-definition-QRBMcFiG.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-CxKhFkmJ.js → plugin-definition-_slrOM0G.js} +2 -2
- package/dist/web/assets/{plugin-definition-CxKhFkmJ.js.map → plugin-definition-_slrOM0G.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-JFxKP18O.js → plugin-definition-hAzbWO7b.js} +2 -2
- package/dist/web/assets/{plugin-definition-JFxKP18O.js.map → plugin-definition-hAzbWO7b.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-DKygiFuR.js → plugin-definition-rpMj4pr8.js} +2 -2
- package/dist/web/assets/{plugin-definition-DKygiFuR.js.map → plugin-definition-rpMj4pr8.js.map} +1 -1
- package/dist/web/assets/{react-DA5A88WZ.js → react-DbX1FP85.js} +2 -2
- package/dist/web/assets/{react-DA5A88WZ.js.map → react-DbX1FP85.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +10 -10
- package/dist/web/assets/{styles-CfTjrsB-.js → styles-DqLt1Blm.js} +3 -3
- package/dist/web/assets/{styles-CfTjrsB-.js.map → styles-DqLt1Blm.js.map} +1 -1
- package/package.json +12 -12
- package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/use-current-user.gql +0 -10
- package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/use-current-user.ts +0 -30
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.gql +0 -7
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.gql +0 -7
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.d.ts +0 -18
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.d.ts.map +0 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.gql +0 -10
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.js +0 -22
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.js.map +0 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.ts +0 -39
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.gql +0 -5
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/queries.gql +0 -17
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.gql +0 -7
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.d.ts +0 -14
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.d.ts.map +0 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.gql +0 -10
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.js +0 -23
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.js.map +0 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.ts +0 -35
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-FK4Jv94w.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-CAgM5SRt.js.map +0 -1
- package/dist/web/assets/model-merger-kOQ_dmiE.js.map +0 -1
|
@@ -1,22 +1,16 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RenderTsTemplateGroupActionInput } from '@baseplate-dev/core-generators';
|
|
2
2
|
import type { BuilderAction } from '@baseplate-dev/sync';
|
|
3
3
|
import { AUTH0_AUTH0_HOOKS_TEMPLATES } from './typed-templates.js';
|
|
4
4
|
export interface Auth0Auth0HooksRenderers {
|
|
5
5
|
hooksGroup: {
|
|
6
6
|
render: (options: Omit<RenderTsTemplateGroupActionInput<typeof AUTH0_AUTH0_HOOKS_TEMPLATES.hooksGroup>, 'importMapProviders' | 'group' | 'paths' | 'generatorPaths'>) => BuilderAction;
|
|
7
7
|
};
|
|
8
|
-
useCurrentUserGql: {
|
|
9
|
-
render: (options: Omit<RenderTextTemplateFileActionInput<typeof AUTH0_AUTH0_HOOKS_TEMPLATES.useCurrentUserGql>, 'destination' | 'template'>) => BuilderAction;
|
|
10
|
-
};
|
|
11
8
|
}
|
|
12
9
|
export declare const AUTH0_AUTH0_HOOKS_RENDERERS: {
|
|
13
10
|
provider: import("@baseplate-dev/sync").ProviderType<Auth0Auth0HooksRenderers>;
|
|
14
11
|
task: import("@baseplate-dev/sync").GeneratorTask<{
|
|
15
12
|
auth0Auth0HooksRenderers: import("@baseplate-dev/sync").ProviderExport<Auth0Auth0HooksRenderers>;
|
|
16
13
|
}, {
|
|
17
|
-
generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
18
|
-
'*': {};
|
|
19
|
-
}>>;
|
|
20
14
|
paths: import("@baseplate-dev/sync").ProviderType<import("./template-paths.js").Auth0Auth0HooksPaths>;
|
|
21
15
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
22
16
|
formatError: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAOzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,2BAA2B,CAAC,UAAU,CAC9C,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAmCD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;CAGvC,CAAC"}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { typescriptFileProvider } from '@baseplate-dev/core-generators';
|
|
2
|
+
import { reactErrorImportsProvider } from '@baseplate-dev/react-generators';
|
|
3
3
|
import { createGeneratorTask, createProviderType } from '@baseplate-dev/sync';
|
|
4
4
|
import { AUTH0_AUTH0_HOOKS_PATHS } from './template-paths.js';
|
|
5
5
|
import { AUTH0_AUTH0_HOOKS_TEMPLATES } from './typed-templates.js';
|
|
6
6
|
const auth0Auth0HooksRenderers = createProviderType('auth0-auth0-hooks-renderers');
|
|
7
7
|
const auth0Auth0HooksRenderersTask = createGeneratorTask({
|
|
8
8
|
dependencies: {
|
|
9
|
-
generatedGraphqlImports: generatedGraphqlImportsProvider,
|
|
10
9
|
paths: AUTH0_AUTH0_HOOKS_PATHS.provider,
|
|
11
10
|
reactErrorImports: reactErrorImportsProvider,
|
|
12
11
|
typescriptFile: typescriptFileProvider,
|
|
13
12
|
},
|
|
14
13
|
exports: { auth0Auth0HooksRenderers: auth0Auth0HooksRenderers.export() },
|
|
15
|
-
run({
|
|
14
|
+
run({ paths, reactErrorImports, typescriptFile }) {
|
|
16
15
|
return {
|
|
17
16
|
providers: {
|
|
18
17
|
auth0Auth0HooksRenderers: {
|
|
@@ -21,20 +20,12 @@ const auth0Auth0HooksRenderersTask = createGeneratorTask({
|
|
|
21
20
|
group: AUTH0_AUTH0_HOOKS_TEMPLATES.hooksGroup,
|
|
22
21
|
paths,
|
|
23
22
|
importMapProviders: {
|
|
24
|
-
generatedGraphqlImports,
|
|
25
23
|
reactErrorImports,
|
|
26
24
|
},
|
|
27
25
|
generatorPaths: paths,
|
|
28
26
|
...options,
|
|
29
27
|
}),
|
|
30
28
|
},
|
|
31
|
-
useCurrentUserGql: {
|
|
32
|
-
render: (options) => renderTextTemplateFileAction({
|
|
33
|
-
template: AUTH0_AUTH0_HOOKS_TEMPLATES.useCurrentUserGql,
|
|
34
|
-
destination: paths.useCurrentUserGql,
|
|
35
|
-
...options,
|
|
36
|
-
}),
|
|
37
|
-
},
|
|
38
29
|
},
|
|
39
30
|
},
|
|
40
31
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/template-renderers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-renderers.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AAenE,MAAM,wBAAwB,GAAG,kBAAkB,CACjD,6BAA6B,CAC9B,CAAC;AAEF,MAAM,4BAA4B,GAAG,mBAAmB,CAAC;IACvD,YAAY,EAAE;QACZ,KAAK,EAAE,uBAAuB,CAAC,QAAQ;QACvC,iBAAiB,EAAE,yBAAyB;QAC5C,cAAc,EAAE,sBAAsB;KACvC;IACD,OAAO,EAAE,EAAE,wBAAwB,EAAE,wBAAwB,CAAC,MAAM,EAAE,EAAE;IACxE,GAAG,CAAC,EAAE,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE;QAC9C,OAAO;YACL,SAAS,EAAE;gBACT,wBAAwB,EAAE;oBACxB,UAAU,EAAE;wBACV,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,CAClB,cAAc,CAAC,mBAAmB,CAAC;4BACjC,KAAK,EAAE,2BAA2B,CAAC,UAAU;4BAC7C,KAAK;4BACL,kBAAkB,EAAE;gCAClB,iBAAiB;6BAClB;4BACD,cAAc,EAAE,KAAK;4BACrB,GAAG,OAAO;yBACX,CAAC;qBACL;iBACF;aACF;SACF,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,QAAQ,EAAE,wBAAwB;IAClC,IAAI,EAAE,4BAA4B;CACnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ts-import-providers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/ts-import-providers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ts-import-providers.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/ts-import-providers.ts"],"names":[],"mappings":"AAgCA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;CAErC,CAAC"}
|
|
@@ -13,7 +13,6 @@ const auth0Auth0HooksImportsTask = createGeneratorTask({
|
|
|
13
13
|
authHooksImports: createTsImportMap(authHooksImportsSchema, {
|
|
14
14
|
AuthRole: paths.useSession,
|
|
15
15
|
SessionData: paths.useSession,
|
|
16
|
-
useCurrentUser: paths.useCurrentUser,
|
|
17
16
|
useLogOut: paths.useLogOut,
|
|
18
17
|
useRequiredUserId: paths.useRequiredUserId,
|
|
19
18
|
useSession: paths.useSession,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ts-import-providers.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/ts-import-providers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,YAAY,GACb,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,wBAAwB,EACxB,sBAAsB,GACvB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAE9D,MAAM,0BAA0B,GAAG,mBAAmB,CAAC;IACrD,YAAY,EAAE;QACZ,KAAK,EAAE,uBAAuB,CAAC,QAAQ;KACxC;IACD,OAAO,EAAE,EAAE,gBAAgB,EAAE,wBAAwB,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;IAC5E,GAAG,CAAC,EAAE,KAAK,EAAE;QACX,OAAO;YACL,SAAS,EAAE;gBACT,gBAAgB,EAAE,iBAAiB,CAAC,sBAAsB,EAAE;oBAC1D,QAAQ,EAAE,KAAK,CAAC,UAAU;oBAC1B,WAAW,EAAE,KAAK,CAAC,UAAU;oBAC7B,
|
|
1
|
+
{"version":3,"file":"ts-import-providers.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/ts-import-providers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,YAAY,GACb,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,wBAAwB,EACxB,sBAAsB,GACvB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAE9D,MAAM,0BAA0B,GAAG,mBAAmB,CAAC;IACrD,YAAY,EAAE;QACZ,KAAK,EAAE,uBAAuB,CAAC,QAAQ;KACxC;IACD,OAAO,EAAE,EAAE,gBAAgB,EAAE,wBAAwB,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;IAC5E,GAAG,CAAC,EAAE,KAAK,EAAE;QACX,OAAO;YACL,SAAS,EAAE;gBACT,gBAAgB,EAAE,iBAAiB,CAAC,sBAAsB,EAAE;oBAC1D,QAAQ,EAAE,KAAK,CAAC,UAAU;oBAC1B,WAAW,EAAE,KAAK,CAAC,UAAU;oBAC7B,SAAS,EAAE,KAAK,CAAC,SAAS;oBAC1B,iBAAiB,EAAE,KAAK,CAAC,iBAAiB;oBAC1C,UAAU,EAAE,KAAK,CAAC,UAAU;iBAC7B,CAAC;aACH;SACF,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,IAAI,EAAE,0BAA0B;CACjC,CAAC"}
|
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
export declare const hooksGroup: {
|
|
2
|
-
useCurrentUser: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
3
|
-
TPL_USER: {};
|
|
4
|
-
}, {
|
|
5
|
-
generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
6
|
-
'*': {};
|
|
7
|
-
}>>;
|
|
8
|
-
}, {
|
|
9
|
-
useSession: {};
|
|
10
|
-
}>;
|
|
11
2
|
useLogOut: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
12
3
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
13
4
|
formatError: {};
|
|
@@ -24,15 +15,6 @@ export declare const hooksGroup: {
|
|
|
24
15
|
};
|
|
25
16
|
export declare const AUTH0_AUTH0_HOOKS_TEMPLATES: {
|
|
26
17
|
hooksGroup: {
|
|
27
|
-
useCurrentUser: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
28
|
-
TPL_USER: {};
|
|
29
|
-
}, {
|
|
30
|
-
generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
31
|
-
'*': {};
|
|
32
|
-
}>>;
|
|
33
|
-
}, {
|
|
34
|
-
useSession: {};
|
|
35
|
-
}>;
|
|
36
18
|
useLogOut: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
37
19
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
38
20
|
formatError: {};
|
|
@@ -47,10 +29,5 @@ export declare const AUTH0_AUTH0_HOOKS_TEMPLATES: {
|
|
|
47
29
|
TPL_AUTH_ROLES: {};
|
|
48
30
|
}, {}, Record<never, Record<never, never>>>;
|
|
49
31
|
};
|
|
50
|
-
useCurrentUserGql: import("@baseplate-dev/core-generators").TextTemplateFile<{
|
|
51
|
-
TPL_USER_QUERY_NAME: {
|
|
52
|
-
description: string;
|
|
53
|
-
};
|
|
54
|
-
}>;
|
|
55
32
|
};
|
|
56
33
|
//# sourceMappingURL=typed-templates.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/typed-templates.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/typed-templates.ts"],"names":[],"mappings":"AAsDA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;CAA+C,CAAC;AAEvE,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;CAAiB,CAAC"}
|
|
@@ -1,20 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { createTsTemplateFile } from '@baseplate-dev/core-generators';
|
|
2
|
+
import { reactErrorImportsProvider } from '@baseplate-dev/react-generators';
|
|
3
3
|
import path from 'node:path';
|
|
4
|
-
const useCurrentUser = createTsTemplateFile({
|
|
5
|
-
fileOptions: { kind: 'singleton' },
|
|
6
|
-
group: 'hooks',
|
|
7
|
-
importMapProviders: {
|
|
8
|
-
generatedGraphqlImports: generatedGraphqlImportsProvider,
|
|
9
|
-
},
|
|
10
|
-
name: 'use-current-user',
|
|
11
|
-
projectExports: { useCurrentUser: {} },
|
|
12
|
-
referencedGeneratorTemplates: { useSession: {} },
|
|
13
|
-
source: {
|
|
14
|
-
path: path.join(import.meta.dirname, '../templates/src/hooks/use-current-user.ts'),
|
|
15
|
-
},
|
|
16
|
-
variables: { TPL_USER: {} },
|
|
17
|
-
});
|
|
18
4
|
const useLogOut = createTsTemplateFile({
|
|
19
5
|
fileOptions: { kind: 'singleton' },
|
|
20
6
|
group: 'hooks',
|
|
@@ -53,21 +39,6 @@ const useSession = createTsTemplateFile({
|
|
|
53
39
|
},
|
|
54
40
|
variables: { TPL_AUTH_ROLES: {} },
|
|
55
41
|
});
|
|
56
|
-
export const hooksGroup = {
|
|
57
|
-
|
|
58
|
-
useLogOut,
|
|
59
|
-
useRequiredUserId,
|
|
60
|
-
useSession,
|
|
61
|
-
};
|
|
62
|
-
const useCurrentUserGql = createTextTemplateFile({
|
|
63
|
-
fileOptions: { kind: 'singleton' },
|
|
64
|
-
name: 'use-current-user-gql',
|
|
65
|
-
source: {
|
|
66
|
-
path: path.join(import.meta.dirname, '../templates/src/hooks/use-current-user.gql'),
|
|
67
|
-
},
|
|
68
|
-
variables: {
|
|
69
|
-
TPL_USER_QUERY_NAME: { description: 'The name of the user query' },
|
|
70
|
-
},
|
|
71
|
-
});
|
|
72
|
-
export const AUTH0_AUTH0_HOOKS_TEMPLATES = { hooksGroup, useCurrentUserGql };
|
|
42
|
+
export const hooksGroup = { useLogOut, useRequiredUserId, useSession };
|
|
43
|
+
export const AUTH0_AUTH0_HOOKS_TEMPLATES = { hooksGroup };
|
|
73
44
|
//# sourceMappingURL=typed-templates.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/typed-templates.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"typed-templates.js","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-hooks/generated/typed-templates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAE7B,MAAM,SAAS,GAAG,oBAAoB,CAAC;IACrC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE,iBAAiB,EAAE,yBAAyB,EAAE;IACpE,IAAI,EAAE,aAAa;IACnB,cAAc,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE;IACjC,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,uCAAuC,CACxC;KACF;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,oBAAoB,CAAC;IAC7C,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE;IACtB,IAAI,EAAE,sBAAsB;IAC5B,cAAc,EAAE,EAAE,iBAAiB,EAAE,EAAE,EAAE;IACzC,4BAA4B,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;IAChD,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,gDAAgD,CACjD;KACF;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,oBAAoB,CAAC;IACtC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE,EAAE;IACtB,IAAI,EAAE,aAAa;IACnB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;QAC9B,WAAW,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;QACjC,UAAU,EAAE,EAAE;KACf;IACD,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CACb,MAAM,CAAC,IAAI,CAAC,OAAO,EACnB,uCAAuC,CACxC;KACF;IACD,SAAS,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE;CAClC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,SAAS,EAAE,iBAAiB,EAAE,UAAU,EAAE,CAAC;AAEvE,MAAM,CAAC,MAAM,2BAA2B,GAAG,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev/sync").GeneratorBundleCreator<{
|
|
2
2
|
order: number;
|
|
3
|
-
userModelName: string;
|
|
4
3
|
availableRoles: {
|
|
5
4
|
name: string;
|
|
6
5
|
comment: string;
|
|
@@ -15,8 +14,18 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
15
14
|
renderers: import("@baseplate-dev/sync").GeneratorTask<{
|
|
16
15
|
localAuthAdminAdminCrudManageRolesActionRenderers: import("@baseplate-dev/sync").ProviderExport<import("./generated/template-renderers.js").LocalAuthAdminAdminCrudManageRolesActionRenderers>;
|
|
17
16
|
}, {
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
18
|
+
graphql: {};
|
|
19
|
+
readFragment: {};
|
|
20
|
+
FragmentOf: {
|
|
21
|
+
isTypeOnly: true;
|
|
22
|
+
};
|
|
23
|
+
ResultOf: {
|
|
24
|
+
isTypeOnly: true;
|
|
25
|
+
};
|
|
26
|
+
VariablesOf: {
|
|
27
|
+
isTypeOnly: true;
|
|
28
|
+
};
|
|
20
29
|
}>>;
|
|
21
30
|
paths: import("@baseplate-dev/sync").ProviderType<import("./generated/template-paths.js").LocalAuthAdminAdminCrudManageRolesActionPaths>;
|
|
22
31
|
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -447,7 +456,19 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
447
456
|
}>>;
|
|
448
457
|
renderers: import("@baseplate-dev/sync").ProviderType<import("./generated/template-renderers.js").LocalAuthAdminAdminCrudManageRolesActionRenderers>;
|
|
449
458
|
paths: import("@baseplate-dev/sync").ProviderType<import("./generated/template-paths.js").LocalAuthAdminAdminCrudManageRolesActionPaths>;
|
|
450
|
-
|
|
459
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
460
|
+
graphql: {};
|
|
461
|
+
readFragment: {};
|
|
462
|
+
FragmentOf: {
|
|
463
|
+
isTypeOnly: true;
|
|
464
|
+
};
|
|
465
|
+
ResultOf: {
|
|
466
|
+
isTypeOnly: true;
|
|
467
|
+
};
|
|
468
|
+
VariablesOf: {
|
|
469
|
+
isTypeOnly: true;
|
|
470
|
+
};
|
|
471
|
+
}>>;
|
|
451
472
|
}, any>;
|
|
452
473
|
}>;
|
|
453
474
|
//# sourceMappingURL=admin-crud-manage-roles-action.generator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-crud-manage-roles-action.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"admin-crud-manage-roles-action.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgI9C,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { tsImportBuilder, tsTemplateWithImports, } from '@baseplate-dev/core-generators';
|
|
2
|
-
import { adminCrudActionContainerProvider,
|
|
2
|
+
import { adminCrudActionContainerProvider, graphqlImportsProvider, reactComponentsImportsProvider, } from '@baseplate-dev/react-generators';
|
|
3
3
|
import { createGenerator, createGeneratorTask } from '@baseplate-dev/sync';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED as GENERATED_TEMPLATES } from './generated/index.js';
|
|
6
6
|
const descriptorSchema = z.object({
|
|
7
7
|
order: z.int().nonnegative(),
|
|
8
8
|
position: z.enum(['inline', 'dropdown']).default('dropdown'),
|
|
9
|
-
userModelName: z.string().min(1),
|
|
10
9
|
availableRoles: z.array(z.object({
|
|
11
10
|
name: z.string(),
|
|
12
11
|
comment: z.string(),
|
|
@@ -17,7 +16,7 @@ export const adminCrudManageRolesActionGenerator = createGenerator({
|
|
|
17
16
|
generatorFileUrl: import.meta.url,
|
|
18
17
|
descriptorSchema,
|
|
19
18
|
getInstanceName: () => 'manage-roles',
|
|
20
|
-
buildTasks: ({ order, position,
|
|
19
|
+
buildTasks: ({ order, position, availableRoles }) => ({
|
|
21
20
|
paths: GENERATED_TEMPLATES.paths.task,
|
|
22
21
|
renderers: GENERATED_TEMPLATES.renderers.task,
|
|
23
22
|
main: createGeneratorTask({
|
|
@@ -26,9 +25,9 @@ export const adminCrudManageRolesActionGenerator = createGenerator({
|
|
|
26
25
|
reactComponentsImports: reactComponentsImportsProvider,
|
|
27
26
|
renderers: GENERATED_TEMPLATES.renderers.provider,
|
|
28
27
|
paths: GENERATED_TEMPLATES.paths.provider,
|
|
29
|
-
|
|
28
|
+
graphqlImports: graphqlImportsProvider,
|
|
30
29
|
},
|
|
31
|
-
run({ adminCrudActionContainer, reactComponentsImports, renderers,
|
|
30
|
+
run({ adminCrudActionContainer, reactComponentsImports, renderers, paths, graphqlImports, }) {
|
|
32
31
|
// Create the action fragment based on position
|
|
33
32
|
const actionFragment = position === 'inline'
|
|
34
33
|
? tsTemplateWithImports([
|
|
@@ -62,8 +61,10 @@ export const adminCrudManageRolesActionGenerator = createGenerator({
|
|
|
62
61
|
// Hook content for managing the role dialog state
|
|
63
62
|
const hookContent = tsTemplateWithImports([
|
|
64
63
|
tsImportBuilder(['useState']).from('react'),
|
|
64
|
+
graphqlImports.FragmentOf.typeDeclaration(),
|
|
65
|
+
tsImportBuilder(['roleManagerDialogUserFragment']).from(paths.roleManagerDialog),
|
|
65
66
|
]) `
|
|
66
|
-
const [roleDialogUser, setRoleDialogUser] = useState
|
|
67
|
+
const [roleDialogUser, setRoleDialogUser] = useState<FragmentOf<typeof roleManagerDialogUserFragment> | null>(
|
|
67
68
|
null,
|
|
68
69
|
);
|
|
69
70
|
`;
|
|
@@ -81,6 +82,13 @@ export const adminCrudManageRolesActionGenerator = createGenerator({
|
|
|
81
82
|
/>
|
|
82
83
|
)}
|
|
83
84
|
`;
|
|
85
|
+
const roleManagerDialogUserFragment = {
|
|
86
|
+
variableName: 'roleManagerDialogUserFragment',
|
|
87
|
+
fragmentName: 'RoleManagerDialog_user',
|
|
88
|
+
onType: 'User',
|
|
89
|
+
fields: [],
|
|
90
|
+
path: paths.roleManagerDialog,
|
|
91
|
+
};
|
|
84
92
|
// Add the action to the container
|
|
85
93
|
adminCrudActionContainer.addAction({
|
|
86
94
|
name: 'Manage Roles',
|
|
@@ -92,10 +100,9 @@ export const adminCrudManageRolesActionGenerator = createGenerator({
|
|
|
92
100
|
siblingContent,
|
|
93
101
|
graphQLFields: [
|
|
94
102
|
{
|
|
95
|
-
|
|
96
|
-
|
|
103
|
+
type: 'spread',
|
|
104
|
+
fragment: roleManagerDialogUserFragment,
|
|
97
105
|
},
|
|
98
|
-
{ name: 'name' },
|
|
99
106
|
],
|
|
100
107
|
});
|
|
101
108
|
return {
|
|
@@ -108,10 +115,6 @@ export const adminCrudManageRolesActionGenerator = createGenerator({
|
|
|
108
115
|
description: role.comment,
|
|
109
116
|
}))),
|
|
110
117
|
},
|
|
111
|
-
}), renderers.roleManagerDialogGql.render({
|
|
112
|
-
variables: {
|
|
113
|
-
TPL_USER_ROW_FRAGMENT: `${userModelName}Row`,
|
|
114
|
-
},
|
|
115
118
|
}));
|
|
116
119
|
},
|
|
117
120
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-crud-manage-roles-action.generator.js","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"admin-crud-manage-roles-action.generator.js","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.ts"],"names":[],"mappings":"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"}
|
package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts
CHANGED
|
@@ -12,8 +12,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
12
12
|
task: import("@baseplate-dev/sync").GeneratorTask<{
|
|
13
13
|
localAuthAdminAdminCrudManageRolesActionRenderers: import("@baseplate-dev/sync").ProviderExport<import("./template-renderers.js").LocalAuthAdminAdminCrudManageRolesActionRenderers>;
|
|
14
14
|
}, {
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
16
|
+
graphql: {};
|
|
17
|
+
readFragment: {};
|
|
18
|
+
FragmentOf: {
|
|
19
|
+
isTypeOnly: true;
|
|
20
|
+
};
|
|
21
|
+
ResultOf: {
|
|
22
|
+
isTypeOnly: true;
|
|
23
|
+
};
|
|
24
|
+
VariablesOf: {
|
|
25
|
+
isTypeOnly: true;
|
|
26
|
+
};
|
|
17
27
|
}>>;
|
|
18
28
|
paths: import("@baseplate-dev/sync").ProviderType<import("./template-paths.js").LocalAuthAdminAdminCrudManageRolesActionPaths>;
|
|
19
29
|
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -234,8 +244,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
234
244
|
roleManagerDialog: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
235
245
|
TPL_AVAILABLE_ROLES: {};
|
|
236
246
|
}, {
|
|
237
|
-
|
|
238
|
-
|
|
247
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
248
|
+
graphql: {};
|
|
249
|
+
readFragment: {};
|
|
250
|
+
FragmentOf: {
|
|
251
|
+
isTypeOnly: true;
|
|
252
|
+
};
|
|
253
|
+
ResultOf: {
|
|
254
|
+
isTypeOnly: true;
|
|
255
|
+
};
|
|
256
|
+
VariablesOf: {
|
|
257
|
+
isTypeOnly: true;
|
|
258
|
+
};
|
|
239
259
|
}>>;
|
|
240
260
|
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
241
261
|
AddOptionRequiredFields: {
|
|
@@ -449,9 +469,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
449
469
|
useSidebar: {};
|
|
450
470
|
}>>;
|
|
451
471
|
}, Record<never, Record<never, never>>>;
|
|
452
|
-
roleManagerDialogGql: import("@baseplate-dev/core-generators").TextTemplateFile<{
|
|
453
|
-
TPL_USER_ROW_FRAGMENT: {};
|
|
454
|
-
}>;
|
|
455
472
|
};
|
|
456
473
|
};
|
|
457
474
|
//# sourceMappingURL=index.d.ts.map
|
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"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export interface LocalAuthAdminAdminCrudManageRolesActionPaths {
|
|
2
2
|
roleManagerDialog: string;
|
|
3
|
-
roleManagerDialogGql: string;
|
|
4
3
|
}
|
|
5
4
|
export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_PATHS: {
|
|
6
5
|
provider: import("@baseplate-dev/sync").ProviderType<LocalAuthAdminAdminCrudManageRolesActionPaths>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-paths.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,6CAA6C;IAC5D,iBAAiB,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"template-paths.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,6CAA6C;IAC5D,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AA0BD,eAAO,MAAM,qDAAqD;;;;;;;CAGjE,CAAC"}
|
package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js
CHANGED
|
@@ -12,7 +12,6 @@ const localAuthAdminAdminCrudManageRolesActionPathsTask = createGeneratorTask({
|
|
|
12
12
|
providers: {
|
|
13
13
|
localAuthAdminAdminCrudManageRolesActionPaths: {
|
|
14
14
|
roleManagerDialog: `${routesRoot}/-components/role-manager-dialog.tsx`,
|
|
15
|
-
roleManagerDialogGql: `${routesRoot}/-components/role-manager-dialog.gql`,
|
|
16
15
|
},
|
|
17
16
|
},
|
|
18
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-paths.js","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"template-paths.js","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAM9E,MAAM,6CAA6C,GACjD,kBAAkB,CAChB,uDAAuD,CACxD,CAAC;AAEJ,MAAM,iDAAiD,GAAG,mBAAmB,CAAC;IAC5E,YAAY,EAAE,EAAE,WAAW,EAAE,mBAAmB,EAAE;IAClD,OAAO,EAAE;QACP,6CAA6C,EAC3C,6CAA6C,CAAC,MAAM,EAAE;KACzD;IACD,GAAG,CAAC,EAAE,WAAW,EAAE;QACjB,MAAM,UAAU,GAAG,WAAW,CAAC,qBAAqB,EAAE,CAAC;QAEvD,OAAO;YACL,SAAS,EAAE;gBACT,6CAA6C,EAAE;oBAC7C,iBAAiB,EAAE,GAAG,UAAU,sCAAsC;iBACvE;aACF;SACF,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,qDAAqD,GAAG;IACnE,QAAQ,EAAE,6CAA6C;IACvD,IAAI,EAAE,iDAAiD;CACxD,CAAC"}
|
|
@@ -1,21 +1,28 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RenderTsTemplateFileActionInput } from '@baseplate-dev/core-generators';
|
|
2
2
|
import type { BuilderAction } from '@baseplate-dev/sync';
|
|
3
3
|
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES } from './typed-templates.js';
|
|
4
4
|
export interface LocalAuthAdminAdminCrudManageRolesActionRenderers {
|
|
5
5
|
roleManagerDialog: {
|
|
6
6
|
render: (options: Omit<RenderTsTemplateFileActionInput<typeof LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES.roleManagerDialog>, 'destination' | 'importMapProviders' | 'template' | 'generatorPaths'>) => BuilderAction;
|
|
7
7
|
};
|
|
8
|
-
roleManagerDialogGql: {
|
|
9
|
-
render: (options: Omit<RenderTextTemplateFileActionInput<typeof LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES.roleManagerDialogGql>, 'destination' | 'template'>) => BuilderAction;
|
|
10
|
-
};
|
|
11
8
|
}
|
|
12
9
|
export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS: {
|
|
13
10
|
provider: import("@baseplate-dev/sync").ProviderType<LocalAuthAdminAdminCrudManageRolesActionRenderers>;
|
|
14
11
|
task: import("@baseplate-dev/sync").GeneratorTask<{
|
|
15
12
|
localAuthAdminAdminCrudManageRolesActionRenderers: import("@baseplate-dev/sync").ProviderExport<LocalAuthAdminAdminCrudManageRolesActionRenderers>;
|
|
16
13
|
}, {
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
15
|
+
graphql: {};
|
|
16
|
+
readFragment: {};
|
|
17
|
+
FragmentOf: {
|
|
18
|
+
isTypeOnly: true;
|
|
19
|
+
};
|
|
20
|
+
ResultOf: {
|
|
21
|
+
isTypeOnly: true;
|
|
22
|
+
};
|
|
23
|
+
VariablesOf: {
|
|
24
|
+
isTypeOnly: true;
|
|
25
|
+
};
|
|
19
26
|
}>>;
|
|
20
27
|
paths: import("@baseplate-dev/sync").ProviderType<import("./template-paths.js").LocalAuthAdminAdminCrudManageRolesActionPaths>;
|
|
21
28
|
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -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,
|
|
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"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { typescriptFileProvider } from '@baseplate-dev/core-generators';
|
|
2
|
+
import { graphqlImportsProvider, reactComponentsImportsProvider, } from '@baseplate-dev/react-generators';
|
|
3
3
|
import { createGeneratorTask, createProviderType } from '@baseplate-dev/sync';
|
|
4
4
|
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_PATHS } from './template-paths.js';
|
|
5
5
|
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES } from './typed-templates.js';
|
|
6
6
|
const localAuthAdminAdminCrudManageRolesActionRenderers = createProviderType('local-auth-admin-admin-crud-manage-roles-action-renderers');
|
|
7
7
|
const localAuthAdminAdminCrudManageRolesActionRenderersTask = createGeneratorTask({
|
|
8
8
|
dependencies: {
|
|
9
|
-
|
|
9
|
+
graphqlImports: graphqlImportsProvider,
|
|
10
10
|
paths: LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_PATHS.provider,
|
|
11
11
|
reactComponentsImports: reactComponentsImportsProvider,
|
|
12
12
|
typescriptFile: typescriptFileProvider,
|
|
@@ -14,7 +14,7 @@ const localAuthAdminAdminCrudManageRolesActionRenderersTask = createGeneratorTas
|
|
|
14
14
|
exports: {
|
|
15
15
|
localAuthAdminAdminCrudManageRolesActionRenderers: localAuthAdminAdminCrudManageRolesActionRenderers.export(),
|
|
16
16
|
},
|
|
17
|
-
run({
|
|
17
|
+
run({ graphqlImports, paths, reactComponentsImports, typescriptFile }) {
|
|
18
18
|
return {
|
|
19
19
|
providers: {
|
|
20
20
|
localAuthAdminAdminCrudManageRolesActionRenderers: {
|
|
@@ -23,19 +23,12 @@ const localAuthAdminAdminCrudManageRolesActionRenderersTask = createGeneratorTas
|
|
|
23
23
|
template: LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES.roleManagerDialog,
|
|
24
24
|
destination: paths.roleManagerDialog,
|
|
25
25
|
importMapProviders: {
|
|
26
|
-
|
|
26
|
+
graphqlImports,
|
|
27
27
|
reactComponentsImports,
|
|
28
28
|
},
|
|
29
29
|
...options,
|
|
30
30
|
}),
|
|
31
31
|
},
|
|
32
|
-
roleManagerDialogGql: {
|
|
33
|
-
render: (options) => renderTextTemplateFileAction({
|
|
34
|
-
template: LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES.roleManagerDialogGql,
|
|
35
|
-
destination: paths.roleManagerDialogGql,
|
|
36
|
-
...options,
|
|
37
|
-
}),
|
|
38
|
-
},
|
|
39
32
|
},
|
|
40
33
|
},
|
|
41
34
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.js","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-renderers.js","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EACL,sBAAsB,EACtB,8BAA8B,GAC/B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAE9E,OAAO,EAAE,qDAAqD,EAAE,MAAM,qBAAqB,CAAC;AAC5F,OAAO,EAAE,yDAAyD,EAAE,MAAM,sBAAsB,CAAC;AAejG,MAAM,iDAAiD,GACrD,kBAAkB,CAChB,2DAA2D,CAC5D,CAAC;AAEJ,MAAM,qDAAqD,GACzD,mBAAmB,CAAC;IAClB,YAAY,EAAE;QACZ,cAAc,EAAE,sBAAsB;QACtC,KAAK,EAAE,qDAAqD,CAAC,QAAQ;QACrE,sBAAsB,EAAE,8BAA8B;QACtD,cAAc,EAAE,sBAAsB;KACvC;IACD,OAAO,EAAE;QACP,iDAAiD,EAC/C,iDAAiD,CAAC,MAAM,EAAE;KAC7D;IACD,GAAG,CAAC,EAAE,cAAc,EAAE,KAAK,EAAE,sBAAsB,EAAE,cAAc,EAAE;QACnE,OAAO;YACL,SAAS,EAAE;gBACT,iDAAiD,EAAE;oBACjD,iBAAiB,EAAE;wBACjB,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,CAClB,cAAc,CAAC,kBAAkB,CAAC;4BAChC,QAAQ,EACN,yDAAyD,CAAC,iBAAiB;4BAC7E,WAAW,EAAE,KAAK,CAAC,iBAAiB;4BACpC,kBAAkB,EAAE;gCAClB,cAAc;gCACd,sBAAsB;6BACvB;4BACD,GAAG,OAAO;yBACX,CAAC;qBACL;iBACF;aACF;SACF,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEL,MAAM,CAAC,MAAM,yDAAyD,GAAG;IACvE,QAAQ,EAAE,iDAAiD;IAC3D,IAAI,EAAE,qDAAqD;CAC5D,CAAC"}
|
|
@@ -2,8 +2,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
2
2
|
roleManagerDialog: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
3
3
|
TPL_AVAILABLE_ROLES: {};
|
|
4
4
|
}, {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
6
|
+
graphql: {};
|
|
7
|
+
readFragment: {};
|
|
8
|
+
FragmentOf: {
|
|
9
|
+
isTypeOnly: true;
|
|
10
|
+
};
|
|
11
|
+
ResultOf: {
|
|
12
|
+
isTypeOnly: true;
|
|
13
|
+
};
|
|
14
|
+
VariablesOf: {
|
|
15
|
+
isTypeOnly: true;
|
|
16
|
+
};
|
|
7
17
|
}>>;
|
|
8
18
|
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
9
19
|
AddOptionRequiredFields: {
|
|
@@ -217,8 +227,5 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
217
227
|
useSidebar: {};
|
|
218
228
|
}>>;
|
|
219
229
|
}, Record<never, Record<never, never>>>;
|
|
220
|
-
roleManagerDialogGql: import("@baseplate-dev/core-generators").TextTemplateFile<{
|
|
221
|
-
TPL_USER_ROW_FRAGMENT: {};
|
|
222
|
-
}>;
|
|
223
230
|
};
|
|
224
231
|
//# sourceMappingURL=typed-templates.d.ts.map
|
|
@@ -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":"
|
|
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"}
|