@baseplate-dev/plugin-auth 2.0.1 → 2.0.2
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/react/auth0-pages/auth0-pages.generator.d.ts +88 -3
- package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts +176 -6
- package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts +88 -3
- package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts +176 -6
- package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts.map +1 -1
- package/dist/auth0/generators/react/react-auth0/generated/index.d.ts +176 -6
- package/dist/auth0/generators/react/react-auth0/generated/index.d.ts.map +1 -1
- package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts +88 -3
- package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts.map +1 -1
- package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts +88 -3
- package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts.map +1 -1
- package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +88 -3
- package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/common.d.ts +4 -0
- package/dist/local-auth/admin/common.d.ts.map +1 -0
- package/dist/local-auth/admin/common.js +30 -0
- package/dist/local-auth/admin/common.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +453 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +121 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +457 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js +9 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts +13 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js +25 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +235 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js +48 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +224 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js +29 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +21 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.gql +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +59 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +145 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +452 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +107 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +457 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js +9 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts +13 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js +25 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +235 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js +48 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +442 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js +31 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +21 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.gql +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +73 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +155 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +221 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js +58 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +1 -0
- package/dist/local-auth/admin/node.d.ts +8 -0
- package/dist/local-auth/admin/node.d.ts.map +1 -0
- package/dist/local-auth/admin/node.js +60 -0
- package/dist/local-auth/admin/node.js.map +1 -0
- package/dist/local-auth/admin/schema/manage-role-action.d.ts +19 -0
- package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +1 -0
- package/dist/local-auth/admin/schema/manage-role-action.js +6 -0
- package/dist/local-auth/admin/schema/manage-role-action.js.map +1 -0
- package/dist/local-auth/admin/schema/reset-password-action.d.ts +19 -0
- package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +1 -0
- package/dist/local-auth/admin/schema/reset-password-action.js +6 -0
- package/dist/local-auth/admin/schema/reset-password-action.js.map +1 -0
- package/dist/local-auth/admin/schema/roles-column.d.ts +19 -0
- package/dist/local-auth/admin/schema/roles-column.d.ts.map +1 -0
- package/dist/local-auth/admin/schema/roles-column.js +6 -0
- package/dist/local-auth/admin/schema/roles-column.js.map +1 -0
- package/dist/local-auth/admin/web.d.ts +6 -0
- package/dist/local-auth/admin/web.d.ts.map +1 -0
- package/dist/local-auth/admin/web.js +43 -0
- package/dist/local-auth/admin/web.js.map +1 -0
- 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 +5 -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 +5 -1
- 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 +20 -5
- 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 +4 -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 +8 -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 +40 -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 +47 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +31 -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 +97 -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 +133 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +2 -1
- 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 +9 -3
- 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 +26 -0
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +2 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +52 -0
- 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 +28 -0
- 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-roles.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js +23 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +1 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.ts +26 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts +15 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js +35 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +1 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.ts +47 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +88 -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/generated/index.d.ts +264 -9
- 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 +88 -3
- 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 +352 -12
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +176 -6
- 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 +88 -3
- 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 +176 -6
- 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 +88 -3
- 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 +5 -1
- package/dist/local-auth/core/node.js.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.d.ts +3 -0
- package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.js +4 -0
- package/dist/local-auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/local-auth/plugin.json +1 -1
- package/dist/web/assets/{__federation_expose_auth0CoreCommon-lV5QSzvf.js → __federation_expose_auth0CoreCommon-Dd4OxG3J.js} +3 -3
- package/dist/web/assets/{__federation_expose_auth0CoreCommon-lV5QSzvf.js.map → __federation_expose_auth0CoreCommon-Dd4OxG3J.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-5F0rTNis.js → __federation_expose_auth0CoreWeb-C_de43BE.js} +5 -5
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-5F0rTNis.js.map → __federation_expose_auth0CoreWeb-C_de43BE.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_authCoreCommon-C5cVmNCH.js → __federation_expose_authCoreCommon-BAF30G9e.js} +3 -3
- package/dist/web/assets/{__federation_expose_authCoreCommon-C5cVmNCH.js.map → __federation_expose_authCoreCommon-BAF30G9e.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_authCoreWeb-CJxY8hZC.js → __federation_expose_authCoreWeb-B26BFarY.js} +6 -6
- package/dist/web/assets/{__federation_expose_authCoreWeb-CJxY8hZC.js.map → __federation_expose_authCoreWeb-B26BFarY.js.map} +1 -1
- package/dist/web/assets/__federation_expose_local-authAdminCommon-DLbuTALX.js +64 -0
- package/dist/web/assets/__federation_expose_local-authAdminCommon-DLbuTALX.js.map +1 -0
- package/dist/web/assets/__federation_expose_local-authAdminWeb-bT8Js4V6.js +58 -0
- package/dist/web/assets/__federation_expose_local-authAdminWeb-bT8Js4V6.js.map +1 -0
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-Dr_ngV2l.js → __federation_expose_local-authCoreCommon-D9tovFrj.js} +3 -3
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-Dr_ngV2l.js.map → __federation_expose_local-authCoreCommon-D9tovFrj.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-B5iBudnh.js → __federation_expose_local-authCoreWeb-DKVkRzEo.js} +24 -7
- package/dist/web/assets/__federation_expose_local-authCoreWeb-DKVkRzEo.js.map +1 -0
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-l8knzO7I.js → __federation_expose_placeholder-authCoreCommon-D1fszuKq.js} +3 -3
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-l8knzO7I.js.map → __federation_expose_placeholder-authCoreCommon-D1fszuKq.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-DbI_bZsk.js → __federation_expose_placeholder-authCoreWeb-tw3UiMLM.js} +5 -5
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-DbI_bZsk.js.map → __federation_expose_placeholder-authCoreWeb-tw3UiMLM.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-DReOsou_.js → __federation_fn_import-B_QMlAIe.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-DReOsou_.js.map → __federation_fn_import-B_QMlAIe.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-BlPKO2K7.js → web-DdrB9jrq.js} +74 -6
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DdrB9jrq.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-CGEZr0YI.js → project-builder-lib-BvG5Zcxb.js} +567 -184
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-BvG5Zcxb.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-RO_rk4f0.js → ui-components-CjIA8Av2.js} +873 -624
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-CjIA8Av2.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-BbU_EX7_.js → utils-LpAGNm5N.js} +2 -2
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-BbU_EX7_.js.map → utils-LpAGNm5N.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-CNTPQj7N.js → react-router-CEcQRiV1.js} +2 -2
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-CNTPQj7N.js.map → react-router-CEcQRiV1.js.map} +1 -1
- package/dist/web/assets/{get-auth-plugin-definition-CQ6mWMZk.js → get-auth-plugin-definition-BrApugiB.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-CQ6mWMZk.js.map → get-auth-plugin-definition-BrApugiB.js.map} +1 -1
- package/dist/web/assets/{index-BkOJzK_m.js → index-DAcyTb_o.js} +5 -3
- package/dist/web/assets/{index-BkOJzK_m.js.map → index-DAcyTb_o.js.map} +1 -1
- package/dist/web/assets/{index.esm-UnRzlLlr.js → index.esm-BFQQfZNu.js} +2 -2
- package/dist/web/assets/{index.esm-UnRzlLlr.js.map → index.esm-BFQQfZNu.js.map} +1 -1
- package/dist/web/assets/{model-merger-BLEOsCIp.js → model-merger-boZDknXa.js} +11 -4
- package/dist/web/assets/model-merger-boZDknXa.js.map +1 -0
- package/dist/web/assets/{plugin-definition-PCHsX2lR.js → plugin-definition-B7A-hS1o.js} +2 -2
- package/dist/web/assets/{plugin-definition-PCHsX2lR.js.map → plugin-definition-B7A-hS1o.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-ChUKIqUg.js → plugin-definition-BeK0C-OP.js} +11 -2
- package/dist/web/assets/plugin-definition-BeK0C-OP.js.map +1 -0
- package/dist/web/assets/{plugin-definition-DH4QyCfv.js → plugin-definition-CyqVivit.js} +2 -2
- package/dist/web/assets/{plugin-definition-DH4QyCfv.js.map → plugin-definition-CyqVivit.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-C935Xf1h.js → plugin-definition-DfsGhMRb.js} +2 -2
- package/dist/web/assets/{plugin-definition-C935Xf1h.js.map → plugin-definition-DfsGhMRb.js.map} +1 -1
- package/dist/web/assets/{react-ecPihYHK.js → react-CKjL52W8.js} +2 -2
- package/dist/web/assets/{react-ecPihYHK.js.map → react-CKjL52W8.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +14 -8
- package/dist/web/assets/remoteEntry.js.map +1 -1
- package/dist/web/assets/{styles-I6mpdfRm.js → styles-CyTaudys.js} +3 -3
- package/dist/web/assets/{styles-I6mpdfRm.js.map → styles-CyTaudys.js.map} +1 -1
- package/package.json +12 -12
- package/dist/web/assets/__federation_expose_local-authCoreWeb-B5iBudnh.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BlPKO2K7.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CGEZr0YI.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-RO_rk4f0.js.map +0 -1
- package/dist/web/assets/model-merger-BLEOsCIp.js.map +0 -1
- package/dist/web/assets/plugin-definition-ChUKIqUg.js.map +0 -1
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
import type { RenderTextTemplateFileActionInput, RenderTsTemplateGroupActionInput } from '@baseplate-dev/core-generators';
|
|
2
|
+
import type { BuilderAction } from '@baseplate-dev/sync';
|
|
3
|
+
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES } from './typed-templates.js';
|
|
4
|
+
export interface LocalAuthAdminAdminCrudResetPasswordActionRenderers {
|
|
5
|
+
mainGroup: {
|
|
6
|
+
render: (options: Omit<RenderTsTemplateGroupActionInput<typeof LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES.mainGroup>, 'importMapProviders' | 'group' | 'paths' | 'generatorPaths'>) => BuilderAction;
|
|
7
|
+
};
|
|
8
|
+
passwordResetDialogGql: {
|
|
9
|
+
render: (options: Omit<RenderTextTemplateFileActionInput<typeof LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES.passwordResetDialogGql>, 'destination' | 'template'>) => BuilderAction;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS: {
|
|
13
|
+
provider: import("@baseplate-dev/sync").ProviderType<LocalAuthAdminAdminCrudResetPasswordActionRenderers>;
|
|
14
|
+
task: import("@baseplate-dev/sync").GeneratorTask<{
|
|
15
|
+
localAuthAdminAdminCrudResetPasswordActionRenderers: import("@baseplate-dev/sync").ProviderExport<LocalAuthAdminAdminCrudResetPasswordActionRenderers>;
|
|
16
|
+
}, {
|
|
17
|
+
generatedGraphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
18
|
+
'*': {};
|
|
19
|
+
}>>;
|
|
20
|
+
paths: import("@baseplate-dev/sync").ProviderType<import("./template-paths.js").LocalAuthAdminAdminCrudResetPasswordActionPaths>;
|
|
21
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
22
|
+
AddOptionRequiredFields: {
|
|
23
|
+
isTypeOnly: true;
|
|
24
|
+
};
|
|
25
|
+
Alert: {};
|
|
26
|
+
AlertDescription: {};
|
|
27
|
+
AlertTitle: {};
|
|
28
|
+
Badge: {};
|
|
29
|
+
badgeVariants: {};
|
|
30
|
+
BadgeWithIcon: {};
|
|
31
|
+
BadgeWithIconProps: {
|
|
32
|
+
isTypeOnly: true;
|
|
33
|
+
};
|
|
34
|
+
Breadcrumb: {};
|
|
35
|
+
BreadcrumbEllipsis: {};
|
|
36
|
+
BreadcrumbItem: {};
|
|
37
|
+
BreadcrumbLink: {};
|
|
38
|
+
BreadcrumbList: {};
|
|
39
|
+
BreadcrumbPage: {};
|
|
40
|
+
BreadcrumbSeparator: {};
|
|
41
|
+
Button: {};
|
|
42
|
+
buttonVariants: {};
|
|
43
|
+
Calendar: {};
|
|
44
|
+
Card: {};
|
|
45
|
+
CardContent: {};
|
|
46
|
+
CardDescription: {};
|
|
47
|
+
CardFooter: {};
|
|
48
|
+
CardHeader: {};
|
|
49
|
+
CardTitle: {};
|
|
50
|
+
Checkbox: {};
|
|
51
|
+
CheckboxField: {};
|
|
52
|
+
CheckboxFieldController: {};
|
|
53
|
+
CheckedInput: {};
|
|
54
|
+
CircularProgress: {};
|
|
55
|
+
cn: {};
|
|
56
|
+
Combobox: {};
|
|
57
|
+
ComboboxField: {};
|
|
58
|
+
ComboboxFieldController: {};
|
|
59
|
+
Command: {};
|
|
60
|
+
CommandDialog: {};
|
|
61
|
+
CommandEmpty: {};
|
|
62
|
+
CommandGroup: {};
|
|
63
|
+
CommandInput: {};
|
|
64
|
+
CommandItem: {};
|
|
65
|
+
CommandList: {};
|
|
66
|
+
CommandSeparator: {};
|
|
67
|
+
CommandShortcut: {};
|
|
68
|
+
ConfirmDialog: {};
|
|
69
|
+
DatePickerField: {};
|
|
70
|
+
DatePickerFieldController: {};
|
|
71
|
+
DateTimePickerField: {};
|
|
72
|
+
DateTimePickerFieldController: {};
|
|
73
|
+
Dialog: {};
|
|
74
|
+
DialogClose: {};
|
|
75
|
+
DialogContent: {};
|
|
76
|
+
DialogDescription: {};
|
|
77
|
+
DialogFooter: {};
|
|
78
|
+
DialogHeader: {};
|
|
79
|
+
DialogOverlay: {};
|
|
80
|
+
DialogPortal: {};
|
|
81
|
+
DialogTitle: {};
|
|
82
|
+
DialogTrigger: {};
|
|
83
|
+
DialogWidth: {
|
|
84
|
+
isTypeOnly: true;
|
|
85
|
+
};
|
|
86
|
+
DropdownMenu: {};
|
|
87
|
+
DropdownMenuCheckboxItem: {};
|
|
88
|
+
DropdownMenuContent: {};
|
|
89
|
+
DropdownMenuGroup: {};
|
|
90
|
+
DropdownMenuItem: {};
|
|
91
|
+
DropdownMenuLabel: {};
|
|
92
|
+
DropdownMenuPortal: {};
|
|
93
|
+
DropdownMenuRadioGroup: {};
|
|
94
|
+
DropdownMenuRadioItem: {};
|
|
95
|
+
DropdownMenuSeparator: {};
|
|
96
|
+
DropdownMenuShortcut: {};
|
|
97
|
+
DropdownMenuSub: {};
|
|
98
|
+
DropdownMenuSubContent: {};
|
|
99
|
+
DropdownMenuSubTrigger: {};
|
|
100
|
+
DropdownMenuTrigger: {};
|
|
101
|
+
EmptyDisplay: {};
|
|
102
|
+
ErrorableLoader: {};
|
|
103
|
+
ErrorDisplay: {};
|
|
104
|
+
FormControl: {};
|
|
105
|
+
FormDescription: {};
|
|
106
|
+
FormFieldProps: {
|
|
107
|
+
isTypeOnly: true;
|
|
108
|
+
};
|
|
109
|
+
FormItem: {};
|
|
110
|
+
FormLabel: {};
|
|
111
|
+
FormMessage: {};
|
|
112
|
+
IconElement: {
|
|
113
|
+
isTypeOnly: true;
|
|
114
|
+
};
|
|
115
|
+
Input: {};
|
|
116
|
+
InputField: {};
|
|
117
|
+
InputFieldController: {};
|
|
118
|
+
inputVariants: {};
|
|
119
|
+
Label: {};
|
|
120
|
+
LinkButton: {};
|
|
121
|
+
Loader: {};
|
|
122
|
+
mergeRefs: {};
|
|
123
|
+
Modal: {};
|
|
124
|
+
MultiCombobox: {};
|
|
125
|
+
MultiComboboxContent: {};
|
|
126
|
+
MultiComboboxEmpty: {};
|
|
127
|
+
MultiComboboxField: {};
|
|
128
|
+
MultiComboboxFieldController: {};
|
|
129
|
+
MultiComboboxFieldProps: {
|
|
130
|
+
isTypeOnly: true;
|
|
131
|
+
};
|
|
132
|
+
MultiComboboxGroup: {};
|
|
133
|
+
MultiComboboxInput: {};
|
|
134
|
+
MultiComboboxItem: {};
|
|
135
|
+
MultiSelectOptionProps: {
|
|
136
|
+
isTypeOnly: true;
|
|
137
|
+
};
|
|
138
|
+
NavigationMenu: {};
|
|
139
|
+
NavigationMenuContent: {};
|
|
140
|
+
NavigationMenuIndicator: {};
|
|
141
|
+
NavigationMenuItem: {};
|
|
142
|
+
NavigationMenuItemWithLink: {};
|
|
143
|
+
NavigationMenuLink: {};
|
|
144
|
+
NavigationMenuList: {};
|
|
145
|
+
NavigationMenuTrigger: {};
|
|
146
|
+
navigationMenuTriggerStyle: {};
|
|
147
|
+
NavigationMenuViewport: {};
|
|
148
|
+
NotFoundCard: {};
|
|
149
|
+
Popover: {};
|
|
150
|
+
PopoverAnchor: {};
|
|
151
|
+
PopoverContent: {};
|
|
152
|
+
PopoverTrigger: {};
|
|
153
|
+
ReactDatePickerInput: {};
|
|
154
|
+
ReactSelectInput: {};
|
|
155
|
+
ScrollArea: {};
|
|
156
|
+
Select: {};
|
|
157
|
+
selectCheckVariants: {};
|
|
158
|
+
selectContentVariants: {};
|
|
159
|
+
SelectField: {};
|
|
160
|
+
SelectFieldController: {};
|
|
161
|
+
SelectInput: {};
|
|
162
|
+
selectItemVariants: {};
|
|
163
|
+
SelectOptionProps: {
|
|
164
|
+
isTypeOnly: true;
|
|
165
|
+
};
|
|
166
|
+
selectTriggerVariants: {};
|
|
167
|
+
Separator: {};
|
|
168
|
+
Sheet: {};
|
|
169
|
+
SheetClose: {};
|
|
170
|
+
SheetContent: {};
|
|
171
|
+
SheetDescription: {};
|
|
172
|
+
SheetFooter: {};
|
|
173
|
+
SheetHeader: {};
|
|
174
|
+
SheetTitle: {};
|
|
175
|
+
SheetTrigger: {};
|
|
176
|
+
Sidebar: {};
|
|
177
|
+
SidebarContent: {};
|
|
178
|
+
SidebarFooter: {};
|
|
179
|
+
SidebarGroup: {};
|
|
180
|
+
SidebarGroupAction: {};
|
|
181
|
+
SidebarGroupContent: {};
|
|
182
|
+
SidebarGroupLabel: {};
|
|
183
|
+
SidebarHeader: {};
|
|
184
|
+
SidebarInput: {};
|
|
185
|
+
SidebarInset: {};
|
|
186
|
+
SidebarMenu: {};
|
|
187
|
+
SidebarMenuAction: {};
|
|
188
|
+
SidebarMenuBadge: {};
|
|
189
|
+
SidebarMenuButton: {};
|
|
190
|
+
SidebarMenuItem: {};
|
|
191
|
+
SidebarMenuSkeleton: {};
|
|
192
|
+
SidebarMenuSub: {};
|
|
193
|
+
SidebarMenuSubButton: {};
|
|
194
|
+
SidebarMenuSubItem: {};
|
|
195
|
+
SidebarProvider: {};
|
|
196
|
+
SidebarRail: {};
|
|
197
|
+
SidebarSeparator: {};
|
|
198
|
+
SidebarTrigger: {};
|
|
199
|
+
Skeleton: {};
|
|
200
|
+
Switch: {};
|
|
201
|
+
SwitchField: {};
|
|
202
|
+
SwitchFieldController: {};
|
|
203
|
+
Table: {};
|
|
204
|
+
TableBody: {};
|
|
205
|
+
TableCaption: {};
|
|
206
|
+
TableCell: {};
|
|
207
|
+
TableFooter: {};
|
|
208
|
+
TableHead: {};
|
|
209
|
+
TableHeader: {};
|
|
210
|
+
TableRow: {};
|
|
211
|
+
Textarea: {};
|
|
212
|
+
TextareaField: {};
|
|
213
|
+
TextareaFieldController: {};
|
|
214
|
+
TextAreaInput: {};
|
|
215
|
+
TextInput: {};
|
|
216
|
+
Toaster: {};
|
|
217
|
+
Tooltip: {};
|
|
218
|
+
TooltipContent: {};
|
|
219
|
+
TooltipProvider: {};
|
|
220
|
+
TooltipTrigger: {};
|
|
221
|
+
useConfirmDialog: {};
|
|
222
|
+
UseConfirmDialogRequestOptions: {
|
|
223
|
+
isTypeOnly: true;
|
|
224
|
+
};
|
|
225
|
+
useConfirmDialogState: {};
|
|
226
|
+
useControlledState: {};
|
|
227
|
+
useControllerMerged: {};
|
|
228
|
+
useIsMobile: {};
|
|
229
|
+
useMultiComboboxContext: {};
|
|
230
|
+
useSidebar: {};
|
|
231
|
+
}>>;
|
|
232
|
+
typescriptFile: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").TypescriptFileProvider>;
|
|
233
|
+
}, undefined>;
|
|
234
|
+
};
|
|
235
|
+
//# sourceMappingURL=template-renderers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iCAAiC,EACjC,gCAAgC,EACjC,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAazD,OAAO,EAAE,2DAA2D,EAAE,MAAM,sBAAsB,CAAC;AAEnG,MAAM,WAAW,mDAAmD;IAClE,SAAS,EAAE;QACT,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,2DAA2D,CAAC,SAAS,CAC7E,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;IACF,sBAAsB,EAAE;QACtB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,iCAAiC,CAC/B,OAAO,2DAA2D,CAAC,sBAAsB,CAC1F,EACD,aAAa,GAAG,UAAU,CAC3B,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAwDD,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvE,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { renderTextTemplateFileAction, typescriptFileProvider, } from '@baseplate-dev/core-generators';
|
|
2
|
+
import { generatedGraphqlImportsProvider, reactComponentsImportsProvider, } from '@baseplate-dev/react-generators';
|
|
3
|
+
import { createGeneratorTask, createProviderType } from '@baseplate-dev/sync';
|
|
4
|
+
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_PATHS } from './template-paths.js';
|
|
5
|
+
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES } from './typed-templates.js';
|
|
6
|
+
const localAuthAdminAdminCrudResetPasswordActionRenderers = createProviderType('local-auth-admin-admin-crud-reset-password-action-renderers');
|
|
7
|
+
const localAuthAdminAdminCrudResetPasswordActionRenderersTask = createGeneratorTask({
|
|
8
|
+
dependencies: {
|
|
9
|
+
generatedGraphqlImports: generatedGraphqlImportsProvider,
|
|
10
|
+
paths: LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_PATHS.provider,
|
|
11
|
+
reactComponentsImports: reactComponentsImportsProvider,
|
|
12
|
+
typescriptFile: typescriptFileProvider,
|
|
13
|
+
},
|
|
14
|
+
exports: {
|
|
15
|
+
localAuthAdminAdminCrudResetPasswordActionRenderers: localAuthAdminAdminCrudResetPasswordActionRenderers.export(),
|
|
16
|
+
},
|
|
17
|
+
run({ generatedGraphqlImports, paths, reactComponentsImports, typescriptFile, }) {
|
|
18
|
+
return {
|
|
19
|
+
providers: {
|
|
20
|
+
localAuthAdminAdminCrudResetPasswordActionRenderers: {
|
|
21
|
+
mainGroup: {
|
|
22
|
+
render: (options) => typescriptFile.renderTemplateGroup({
|
|
23
|
+
group: LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES.mainGroup,
|
|
24
|
+
paths,
|
|
25
|
+
importMapProviders: {
|
|
26
|
+
generatedGraphqlImports,
|
|
27
|
+
reactComponentsImports,
|
|
28
|
+
},
|
|
29
|
+
...options,
|
|
30
|
+
}),
|
|
31
|
+
},
|
|
32
|
+
passwordResetDialogGql: {
|
|
33
|
+
render: (options) => renderTextTemplateFileAction({
|
|
34
|
+
template: LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES.passwordResetDialogGql,
|
|
35
|
+
destination: paths.passwordResetDialogGql,
|
|
36
|
+
...options,
|
|
37
|
+
}),
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
},
|
|
43
|
+
});
|
|
44
|
+
export const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS = {
|
|
45
|
+
provider: localAuthAdminAdminCrudResetPasswordActionRenderers,
|
|
46
|
+
task: localAuthAdminAdminCrudResetPasswordActionRenderersTask,
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=template-renderers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-renderers.js","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,GACvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,+BAA+B,EAC/B,8BAA8B,GAC/B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAE9E,OAAO,EAAE,uDAAuD,EAAE,MAAM,qBAAqB,CAAC;AAC9F,OAAO,EAAE,2DAA2D,EAAE,MAAM,sBAAsB,CAAC;AAyBnG,MAAM,mDAAmD,GACvD,kBAAkB,CAChB,6DAA6D,CAC9D,CAAC;AAEJ,MAAM,uDAAuD,GAC3D,mBAAmB,CAAC;IAClB,YAAY,EAAE;QACZ,uBAAuB,EAAE,+BAA+B;QACxD,KAAK,EAAE,uDAAuD,CAAC,QAAQ;QACvE,sBAAsB,EAAE,8BAA8B;QACtD,cAAc,EAAE,sBAAsB;KACvC;IACD,OAAO,EAAE;QACP,mDAAmD,EACjD,mDAAmD,CAAC,MAAM,EAAE;KAC/D;IACD,GAAG,CAAC,EACF,uBAAuB,EACvB,KAAK,EACL,sBAAsB,EACtB,cAAc,GACf;QACC,OAAO;YACL,SAAS,EAAE;gBACT,mDAAmD,EAAE;oBACnD,SAAS,EAAE;wBACT,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,CAClB,cAAc,CAAC,mBAAmB,CAAC;4BACjC,KAAK,EACH,2DAA2D,CAAC,SAAS;4BACvE,KAAK;4BACL,kBAAkB,EAAE;gCAClB,uBAAuB;gCACvB,sBAAsB;6BACvB;4BACD,GAAG,OAAO;yBACX,CAAC;qBACL;oBACD,sBAAsB,EAAE;wBACtB,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,CAClB,4BAA4B,CAAC;4BAC3B,QAAQ,EACN,2DAA2D,CAAC,sBAAsB;4BACpF,WAAW,EAAE,KAAK,CAAC,sBAAsB;4BACzC,GAAG,OAAO;yBACX,CAAC;qBACL;iBACF;aACF;SACF,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEL,MAAM,CAAC,MAAM,2DAA2D,GAAG;IACzE,QAAQ,EAAE,mDAAmD;IAC7D,IAAI,EAAE,uDAAuD;CAC9D,CAAC"}
|