@baseplate-dev/plugin-auth 2.0.1 → 2.0.3
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,155 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
|
|
3
|
+
import type { UserRowFragment } from '%generatedGraphqlImports';
|
|
4
|
+
import type { ReactElement } from 'react';
|
|
5
|
+
|
|
6
|
+
import {
|
|
7
|
+
GetUsersDocument,
|
|
8
|
+
ResetUserPasswordDocument,
|
|
9
|
+
} from '%generatedGraphqlImports';
|
|
10
|
+
import {
|
|
11
|
+
Button,
|
|
12
|
+
Dialog,
|
|
13
|
+
DialogContent,
|
|
14
|
+
DialogDescription,
|
|
15
|
+
DialogFooter,
|
|
16
|
+
DialogHeader,
|
|
17
|
+
DialogTitle,
|
|
18
|
+
InputFieldController,
|
|
19
|
+
} from '%reactComponentsImports';
|
|
20
|
+
import { useMutation } from '@apollo/client';
|
|
21
|
+
import { zodResolver } from '@hookform/resolvers/zod';
|
|
22
|
+
import { useState } from 'react';
|
|
23
|
+
import { useForm } from 'react-hook-form';
|
|
24
|
+
import { toast } from 'sonner';
|
|
25
|
+
import { z } from 'zod';
|
|
26
|
+
|
|
27
|
+
const PASSWORD_MIN_LENGTH = 8;
|
|
28
|
+
|
|
29
|
+
const passwordResetSchema = z
|
|
30
|
+
.object({
|
|
31
|
+
newPassword: z
|
|
32
|
+
.string()
|
|
33
|
+
.min(
|
|
34
|
+
PASSWORD_MIN_LENGTH,
|
|
35
|
+
`Password must be at least ${PASSWORD_MIN_LENGTH} characters`,
|
|
36
|
+
)
|
|
37
|
+
.max(255, 'Password is too long'),
|
|
38
|
+
confirmPassword: z.string(),
|
|
39
|
+
})
|
|
40
|
+
.refine((data) => data.newPassword === data.confirmPassword, {
|
|
41
|
+
message: "Passwords don't match",
|
|
42
|
+
path: ['confirmPassword'],
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
type PasswordResetFormData = z.infer<typeof passwordResetSchema>;
|
|
46
|
+
|
|
47
|
+
interface PasswordResetDialogProps {
|
|
48
|
+
user: UserRowFragment;
|
|
49
|
+
open: boolean;
|
|
50
|
+
onOpenChange: (open: boolean) => void;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Dialog for resetting a user's password.
|
|
55
|
+
* Allows admins to set a new password for any user without requiring the current password.
|
|
56
|
+
* Self-contained component that handles its own mutation logic.
|
|
57
|
+
*
|
|
58
|
+
* @param props - The component props
|
|
59
|
+
* @param props.user - The user whose password is being reset
|
|
60
|
+
* @param props.open - Whether the dialog is open
|
|
61
|
+
* @param props.onOpenChange - Callback when dialog open state changes
|
|
62
|
+
* @returns The password reset dialog component
|
|
63
|
+
*/
|
|
64
|
+
export function PasswordResetDialog({
|
|
65
|
+
user,
|
|
66
|
+
open,
|
|
67
|
+
onOpenChange,
|
|
68
|
+
}: PasswordResetDialogProps): ReactElement {
|
|
69
|
+
const [isSaving, setIsSaving] = useState(false);
|
|
70
|
+
|
|
71
|
+
const [resetUserPassword] = useMutation(ResetUserPasswordDocument, {
|
|
72
|
+
refetchQueries: [{ query: GetUsersDocument }],
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
const form = useForm<PasswordResetFormData>({
|
|
76
|
+
resolver: zodResolver(passwordResetSchema),
|
|
77
|
+
defaultValues: {
|
|
78
|
+
newPassword: '',
|
|
79
|
+
confirmPassword: '',
|
|
80
|
+
},
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
const handleSubmit = async (data: PasswordResetFormData): Promise<void> => {
|
|
84
|
+
setIsSaving(true);
|
|
85
|
+
try {
|
|
86
|
+
await resetUserPassword({
|
|
87
|
+
variables: {
|
|
88
|
+
input: {
|
|
89
|
+
userId: user.id,
|
|
90
|
+
newPassword: data.newPassword,
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
});
|
|
94
|
+
toast.success('Password reset successfully');
|
|
95
|
+
onOpenChange(false);
|
|
96
|
+
form.reset();
|
|
97
|
+
} catch {
|
|
98
|
+
toast.error('Failed to reset password');
|
|
99
|
+
} finally {
|
|
100
|
+
setIsSaving(false);
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
return (
|
|
105
|
+
<Dialog open={open} onOpenChange={onOpenChange}>
|
|
106
|
+
<DialogContent className="sm:max-w-[425px]">
|
|
107
|
+
<DialogHeader>
|
|
108
|
+
<DialogTitle>Reset Password</DialogTitle>
|
|
109
|
+
<DialogDescription>
|
|
110
|
+
Set a new password for {user.name ?? user.email}
|
|
111
|
+
</DialogDescription>
|
|
112
|
+
</DialogHeader>
|
|
113
|
+
|
|
114
|
+
<form onSubmit={form.handleSubmit(handleSubmit)}>
|
|
115
|
+
<div className="space-y-4 py-4">
|
|
116
|
+
<InputFieldController
|
|
117
|
+
control={form.control}
|
|
118
|
+
name="newPassword"
|
|
119
|
+
label="New Password"
|
|
120
|
+
type="password"
|
|
121
|
+
placeholder="Enter new password"
|
|
122
|
+
description={`Must be at least ${PASSWORD_MIN_LENGTH} characters`}
|
|
123
|
+
autoComplete="off"
|
|
124
|
+
/>
|
|
125
|
+
|
|
126
|
+
<InputFieldController
|
|
127
|
+
control={form.control}
|
|
128
|
+
name="confirmPassword"
|
|
129
|
+
label="Confirm Password"
|
|
130
|
+
type="password"
|
|
131
|
+
placeholder="Confirm new password"
|
|
132
|
+
autoComplete="off"
|
|
133
|
+
/>
|
|
134
|
+
</div>
|
|
135
|
+
|
|
136
|
+
<DialogFooter>
|
|
137
|
+
<Button
|
|
138
|
+
type="button"
|
|
139
|
+
variant="outline"
|
|
140
|
+
onClick={() => {
|
|
141
|
+
onOpenChange(false);
|
|
142
|
+
form.reset();
|
|
143
|
+
}}
|
|
144
|
+
>
|
|
145
|
+
Cancel
|
|
146
|
+
</Button>
|
|
147
|
+
<Button type="submit" disabled={isSaving}>
|
|
148
|
+
Reset Password
|
|
149
|
+
</Button>
|
|
150
|
+
</DialogFooter>
|
|
151
|
+
</form>
|
|
152
|
+
</DialogContent>
|
|
153
|
+
</Dialog>
|
|
154
|
+
);
|
|
155
|
+
}
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync").GeneratorBundleCreator<{
|
|
2
|
+
id: string;
|
|
3
|
+
label: string;
|
|
4
|
+
order: number;
|
|
5
|
+
}, {
|
|
6
|
+
main: import("@baseplate-dev/sync").GeneratorTask<any, {
|
|
7
|
+
adminCrudColumnContainer: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/react-generators").AdminCrudColumnContainer>;
|
|
8
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
9
|
+
AddOptionRequiredFields: {
|
|
10
|
+
isTypeOnly: true;
|
|
11
|
+
};
|
|
12
|
+
Alert: {};
|
|
13
|
+
AlertDescription: {};
|
|
14
|
+
AlertTitle: {};
|
|
15
|
+
Badge: {};
|
|
16
|
+
badgeVariants: {};
|
|
17
|
+
BadgeWithIcon: {};
|
|
18
|
+
BadgeWithIconProps: {
|
|
19
|
+
isTypeOnly: true;
|
|
20
|
+
};
|
|
21
|
+
Breadcrumb: {};
|
|
22
|
+
BreadcrumbEllipsis: {};
|
|
23
|
+
BreadcrumbItem: {};
|
|
24
|
+
BreadcrumbLink: {};
|
|
25
|
+
BreadcrumbList: {};
|
|
26
|
+
BreadcrumbPage: {};
|
|
27
|
+
BreadcrumbSeparator: {};
|
|
28
|
+
Button: {};
|
|
29
|
+
buttonVariants: {};
|
|
30
|
+
Calendar: {};
|
|
31
|
+
Card: {};
|
|
32
|
+
CardContent: {};
|
|
33
|
+
CardDescription: {};
|
|
34
|
+
CardFooter: {};
|
|
35
|
+
CardHeader: {};
|
|
36
|
+
CardTitle: {};
|
|
37
|
+
Checkbox: {};
|
|
38
|
+
CheckboxField: {};
|
|
39
|
+
CheckboxFieldController: {};
|
|
40
|
+
CheckedInput: {};
|
|
41
|
+
CircularProgress: {};
|
|
42
|
+
cn: {};
|
|
43
|
+
Combobox: {};
|
|
44
|
+
ComboboxField: {};
|
|
45
|
+
ComboboxFieldController: {};
|
|
46
|
+
Command: {};
|
|
47
|
+
CommandDialog: {};
|
|
48
|
+
CommandEmpty: {};
|
|
49
|
+
CommandGroup: {};
|
|
50
|
+
CommandInput: {};
|
|
51
|
+
CommandItem: {};
|
|
52
|
+
CommandList: {};
|
|
53
|
+
CommandSeparator: {};
|
|
54
|
+
CommandShortcut: {};
|
|
55
|
+
ConfirmDialog: {};
|
|
56
|
+
DatePickerField: {};
|
|
57
|
+
DatePickerFieldController: {};
|
|
58
|
+
DateTimePickerField: {};
|
|
59
|
+
DateTimePickerFieldController: {};
|
|
60
|
+
Dialog: {};
|
|
61
|
+
DialogClose: {};
|
|
62
|
+
DialogContent: {};
|
|
63
|
+
DialogDescription: {};
|
|
64
|
+
DialogFooter: {};
|
|
65
|
+
DialogHeader: {};
|
|
66
|
+
DialogOverlay: {};
|
|
67
|
+
DialogPortal: {};
|
|
68
|
+
DialogTitle: {};
|
|
69
|
+
DialogTrigger: {};
|
|
70
|
+
DialogWidth: {
|
|
71
|
+
isTypeOnly: true;
|
|
72
|
+
};
|
|
73
|
+
DropdownMenu: {};
|
|
74
|
+
DropdownMenuCheckboxItem: {};
|
|
75
|
+
DropdownMenuContent: {};
|
|
76
|
+
DropdownMenuGroup: {};
|
|
77
|
+
DropdownMenuItem: {};
|
|
78
|
+
DropdownMenuLabel: {};
|
|
79
|
+
DropdownMenuPortal: {};
|
|
80
|
+
DropdownMenuRadioGroup: {};
|
|
81
|
+
DropdownMenuRadioItem: {};
|
|
82
|
+
DropdownMenuSeparator: {};
|
|
83
|
+
DropdownMenuShortcut: {};
|
|
84
|
+
DropdownMenuSub: {};
|
|
85
|
+
DropdownMenuSubContent: {};
|
|
86
|
+
DropdownMenuSubTrigger: {};
|
|
87
|
+
DropdownMenuTrigger: {};
|
|
88
|
+
EmptyDisplay: {};
|
|
89
|
+
ErrorableLoader: {};
|
|
90
|
+
ErrorDisplay: {};
|
|
91
|
+
FormControl: {};
|
|
92
|
+
FormDescription: {};
|
|
93
|
+
FormFieldProps: {
|
|
94
|
+
isTypeOnly: true;
|
|
95
|
+
};
|
|
96
|
+
FormItem: {};
|
|
97
|
+
FormLabel: {};
|
|
98
|
+
FormMessage: {};
|
|
99
|
+
IconElement: {
|
|
100
|
+
isTypeOnly: true;
|
|
101
|
+
};
|
|
102
|
+
Input: {};
|
|
103
|
+
InputField: {};
|
|
104
|
+
InputFieldController: {};
|
|
105
|
+
inputVariants: {};
|
|
106
|
+
Label: {};
|
|
107
|
+
LinkButton: {};
|
|
108
|
+
Loader: {};
|
|
109
|
+
mergeRefs: {};
|
|
110
|
+
Modal: {};
|
|
111
|
+
MultiCombobox: {};
|
|
112
|
+
MultiComboboxContent: {};
|
|
113
|
+
MultiComboboxEmpty: {};
|
|
114
|
+
MultiComboboxField: {};
|
|
115
|
+
MultiComboboxFieldController: {};
|
|
116
|
+
MultiComboboxFieldProps: {
|
|
117
|
+
isTypeOnly: true;
|
|
118
|
+
};
|
|
119
|
+
MultiComboboxGroup: {};
|
|
120
|
+
MultiComboboxInput: {};
|
|
121
|
+
MultiComboboxItem: {};
|
|
122
|
+
MultiSelectOptionProps: {
|
|
123
|
+
isTypeOnly: true;
|
|
124
|
+
};
|
|
125
|
+
NavigationMenu: {};
|
|
126
|
+
NavigationMenuContent: {};
|
|
127
|
+
NavigationMenuIndicator: {};
|
|
128
|
+
NavigationMenuItem: {};
|
|
129
|
+
NavigationMenuItemWithLink: {};
|
|
130
|
+
NavigationMenuLink: {};
|
|
131
|
+
NavigationMenuList: {};
|
|
132
|
+
NavigationMenuTrigger: {};
|
|
133
|
+
navigationMenuTriggerStyle: {};
|
|
134
|
+
NavigationMenuViewport: {};
|
|
135
|
+
NotFoundCard: {};
|
|
136
|
+
Popover: {};
|
|
137
|
+
PopoverAnchor: {};
|
|
138
|
+
PopoverContent: {};
|
|
139
|
+
PopoverTrigger: {};
|
|
140
|
+
ReactDatePickerInput: {};
|
|
141
|
+
ReactSelectInput: {};
|
|
142
|
+
ScrollArea: {};
|
|
143
|
+
Select: {};
|
|
144
|
+
selectCheckVariants: {};
|
|
145
|
+
selectContentVariants: {};
|
|
146
|
+
SelectField: {};
|
|
147
|
+
SelectFieldController: {};
|
|
148
|
+
SelectInput: {};
|
|
149
|
+
selectItemVariants: {};
|
|
150
|
+
SelectOptionProps: {
|
|
151
|
+
isTypeOnly: true;
|
|
152
|
+
};
|
|
153
|
+
selectTriggerVariants: {};
|
|
154
|
+
Separator: {};
|
|
155
|
+
Sheet: {};
|
|
156
|
+
SheetClose: {};
|
|
157
|
+
SheetContent: {};
|
|
158
|
+
SheetDescription: {};
|
|
159
|
+
SheetFooter: {};
|
|
160
|
+
SheetHeader: {};
|
|
161
|
+
SheetTitle: {};
|
|
162
|
+
SheetTrigger: {};
|
|
163
|
+
Sidebar: {};
|
|
164
|
+
SidebarContent: {};
|
|
165
|
+
SidebarFooter: {};
|
|
166
|
+
SidebarGroup: {};
|
|
167
|
+
SidebarGroupAction: {};
|
|
168
|
+
SidebarGroupContent: {};
|
|
169
|
+
SidebarGroupLabel: {};
|
|
170
|
+
SidebarHeader: {};
|
|
171
|
+
SidebarInput: {};
|
|
172
|
+
SidebarInset: {};
|
|
173
|
+
SidebarMenu: {};
|
|
174
|
+
SidebarMenuAction: {};
|
|
175
|
+
SidebarMenuBadge: {};
|
|
176
|
+
SidebarMenuButton: {};
|
|
177
|
+
SidebarMenuItem: {};
|
|
178
|
+
SidebarMenuSkeleton: {};
|
|
179
|
+
SidebarMenuSub: {};
|
|
180
|
+
SidebarMenuSubButton: {};
|
|
181
|
+
SidebarMenuSubItem: {};
|
|
182
|
+
SidebarProvider: {};
|
|
183
|
+
SidebarRail: {};
|
|
184
|
+
SidebarSeparator: {};
|
|
185
|
+
SidebarTrigger: {};
|
|
186
|
+
Skeleton: {};
|
|
187
|
+
Switch: {};
|
|
188
|
+
SwitchField: {};
|
|
189
|
+
SwitchFieldController: {};
|
|
190
|
+
Table: {};
|
|
191
|
+
TableBody: {};
|
|
192
|
+
TableCaption: {};
|
|
193
|
+
TableCell: {};
|
|
194
|
+
TableFooter: {};
|
|
195
|
+
TableHead: {};
|
|
196
|
+
TableHeader: {};
|
|
197
|
+
TableRow: {};
|
|
198
|
+
Textarea: {};
|
|
199
|
+
TextareaField: {};
|
|
200
|
+
TextareaFieldController: {};
|
|
201
|
+
TextAreaInput: {};
|
|
202
|
+
TextInput: {};
|
|
203
|
+
Toaster: {};
|
|
204
|
+
Tooltip: {};
|
|
205
|
+
TooltipContent: {};
|
|
206
|
+
TooltipProvider: {};
|
|
207
|
+
TooltipTrigger: {};
|
|
208
|
+
useConfirmDialog: {};
|
|
209
|
+
UseConfirmDialogRequestOptions: {
|
|
210
|
+
isTypeOnly: true;
|
|
211
|
+
};
|
|
212
|
+
useConfirmDialogState: {};
|
|
213
|
+
useControlledState: {};
|
|
214
|
+
useControllerMerged: {};
|
|
215
|
+
useIsMobile: {};
|
|
216
|
+
useMultiComboboxContext: {};
|
|
217
|
+
useSidebar: {};
|
|
218
|
+
}>>;
|
|
219
|
+
}, any>;
|
|
220
|
+
}>;
|
|
221
|
+
//# sourceMappingURL=admin-crud-roles-column.generator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"admin-crud-roles-column.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDxC,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { tsTemplateWithImports } from '@baseplate-dev/core-generators';
|
|
2
|
+
import { adminCrudColumnContainerProvider, reactComponentsImportsProvider, } from '@baseplate-dev/react-generators';
|
|
3
|
+
import { createGenerator, createGeneratorTask } from '@baseplate-dev/sync';
|
|
4
|
+
import { z } from 'zod';
|
|
5
|
+
const descriptorSchema = z.object({
|
|
6
|
+
id: z.string().min(1),
|
|
7
|
+
order: z.number().int().nonnegative(),
|
|
8
|
+
label: z.string().min(1),
|
|
9
|
+
});
|
|
10
|
+
export const adminCrudRolesColumnGenerator = createGenerator({
|
|
11
|
+
name: 'local-auth/admin/admin-crud-roles-column',
|
|
12
|
+
generatorFileUrl: import.meta.url,
|
|
13
|
+
descriptorSchema,
|
|
14
|
+
getInstanceName: (descriptor) => descriptor.id,
|
|
15
|
+
buildTasks: ({ order, label }) => ({
|
|
16
|
+
main: createGeneratorTask({
|
|
17
|
+
dependencies: {
|
|
18
|
+
adminCrudColumnContainer: adminCrudColumnContainerProvider,
|
|
19
|
+
reactComponentsImports: reactComponentsImportsProvider,
|
|
20
|
+
},
|
|
21
|
+
run({ adminCrudColumnContainer, reactComponentsImports }) {
|
|
22
|
+
adminCrudColumnContainer.addColumn({
|
|
23
|
+
label,
|
|
24
|
+
order,
|
|
25
|
+
display: {
|
|
26
|
+
content: (itemName) => tsTemplateWithImports([
|
|
27
|
+
reactComponentsImports.Badge.declaration(),
|
|
28
|
+
]) `
|
|
29
|
+
<div className="flex flex-wrap gap-1">
|
|
30
|
+
{${itemName}.roles.map((userRole) => (
|
|
31
|
+
<Badge
|
|
32
|
+
key={userRole.role}
|
|
33
|
+
variant="secondary"
|
|
34
|
+
>
|
|
35
|
+
{userRole.role}
|
|
36
|
+
</Badge>
|
|
37
|
+
))}
|
|
38
|
+
{${itemName}.roles.length === 0 && (
|
|
39
|
+
<span className="text-sm text-muted-foreground">
|
|
40
|
+
No roles
|
|
41
|
+
</span>
|
|
42
|
+
)}
|
|
43
|
+
</div>
|
|
44
|
+
`,
|
|
45
|
+
graphQLFields: [
|
|
46
|
+
{
|
|
47
|
+
name: 'roles',
|
|
48
|
+
fields: [{ name: 'role' }],
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
},
|
|
52
|
+
});
|
|
53
|
+
return {};
|
|
54
|
+
},
|
|
55
|
+
}),
|
|
56
|
+
}),
|
|
57
|
+
});
|
|
58
|
+
//# sourceMappingURL=admin-crud-roles-column.generator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"admin-crud-roles-column.generator.js","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EACL,gCAAgC,EAChC,8BAA8B,GAC/B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACrB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACrC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CACzB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,6BAA6B,GAAG,eAAe,CAAC;IAC3D,IAAI,EAAE,0CAA0C;IAChD,gBAAgB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG;IACjC,gBAAgB;IAChB,eAAe,EAAE,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,EAAE;IAC9C,UAAU,EAAE,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;QACjC,IAAI,EAAE,mBAAmB,CAAC;YACxB,YAAY,EAAE;gBACZ,wBAAwB,EAAE,gCAAgC;gBAC1D,sBAAsB,EAAE,8BAA8B;aACvD;YACD,GAAG,CAAC,EAAE,wBAAwB,EAAE,sBAAsB,EAAE;gBACtD,wBAAwB,CAAC,SAAS,CAAC;oBACjC,KAAK;oBACL,KAAK;oBACL,OAAO,EAAE;wBACP,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAE,CACpB,qBAAqB,CAAC;4BACpB,sBAAsB,CAAC,KAAK,CAAC,WAAW,EAAE;yBAC3C,CAAC,CAAA;;qBAEK,QAAQ;;;;;;;;qBAQR,QAAQ;;;;;;eAMd;wBACH,aAAa,EAAE;4BACb;gCACE,IAAI,EAAE,OAAO;gCACb,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;6BAC3B;yBACF;qBACF;iBACF,CAAC,CAAC;gBACH,OAAO,EAAE,CAAC;YACZ,CAAC;SACF,CAAC;KACH,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-roles-column/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-roles-column/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { AuthConfigSpec } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
declare const _default: import("@baseplate-dev/project-builder-lib").PluginPlatformModule<{
|
|
3
|
+
adminCrudActionCompiler: import("@baseplate-dev/project-builder-lib").PluginSpecWithInitializer<import("@baseplate-dev/project-builder-lib").AdminCrudActionCompilerSpec>;
|
|
4
|
+
adminCrudColumnCompiler: import("@baseplate-dev/project-builder-lib").PluginSpecWithInitializer<import("@baseplate-dev/project-builder-lib").AdminCrudColumnCompilerSpec>;
|
|
5
|
+
authConfig: import("@baseplate-dev/project-builder-lib").PluginSpec<AuthConfigSpec>;
|
|
6
|
+
}, {}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=node.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../src/local-auth/admin/node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,cAAc,EACf,MAAM,oCAAoC,CAAC;;;;;;AAiE5C,wBAqBG"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { adminCrudActionCompilerSpec, adminCrudColumnCompilerSpec, authConfigSpec, createPlatformPluginExport, } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
import { adminCrudManageRolesActionGenerator } from './generators/admin-crud-manage-roles-action/index.js';
|
|
3
|
+
import { adminCrudResetPasswordActionGenerator } from './generators/admin-crud-reset-password-action/index.js';
|
|
4
|
+
import { adminCrudRolesColumnGenerator } from './generators/admin-crud-roles-column/index.js';
|
|
5
|
+
function buildRolesColumnCompiler() {
|
|
6
|
+
return {
|
|
7
|
+
name: 'roles',
|
|
8
|
+
compileColumn(definition, { order }) {
|
|
9
|
+
return adminCrudRolesColumnGenerator({
|
|
10
|
+
id: definition.id,
|
|
11
|
+
label: definition.label,
|
|
12
|
+
order,
|
|
13
|
+
});
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
function buildManageRolesActionCompiler(authConfig) {
|
|
18
|
+
return {
|
|
19
|
+
name: 'manage-roles',
|
|
20
|
+
compileAction(definition, { order, model, definitionContainer }) {
|
|
21
|
+
const userModelName = definitionContainer.nameFromId(model.id);
|
|
22
|
+
return adminCrudManageRolesActionGenerator({
|
|
23
|
+
order,
|
|
24
|
+
position: definition.position,
|
|
25
|
+
userModelName,
|
|
26
|
+
availableRoles: authConfig
|
|
27
|
+
.getAuthRoles(definitionContainer.definition)
|
|
28
|
+
.filter((r) => !r.builtIn),
|
|
29
|
+
});
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
function buildResetPasswordActionCompiler() {
|
|
34
|
+
return {
|
|
35
|
+
name: 'reset-password',
|
|
36
|
+
compileAction(definition, { order, model, definitionContainer }) {
|
|
37
|
+
const userModelName = definitionContainer.nameFromId(model.id);
|
|
38
|
+
return adminCrudResetPasswordActionGenerator({
|
|
39
|
+
order,
|
|
40
|
+
position: definition.position,
|
|
41
|
+
userModelName,
|
|
42
|
+
});
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
export default createPlatformPluginExport({
|
|
47
|
+
dependencies: {
|
|
48
|
+
adminCrudActionCompiler: adminCrudActionCompilerSpec,
|
|
49
|
+
adminCrudColumnCompiler: adminCrudColumnCompilerSpec,
|
|
50
|
+
authConfig: authConfigSpec,
|
|
51
|
+
},
|
|
52
|
+
exports: {},
|
|
53
|
+
initialize: ({ adminCrudActionCompiler, authConfig, adminCrudColumnCompiler, }) => {
|
|
54
|
+
adminCrudActionCompiler.registerCompiler(buildManageRolesActionCompiler(authConfig));
|
|
55
|
+
adminCrudActionCompiler.registerCompiler(buildResetPasswordActionCompiler());
|
|
56
|
+
adminCrudColumnCompiler.registerCompiler(buildRolesColumnCompiler());
|
|
57
|
+
return {};
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
//# sourceMappingURL=node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node.js","sourceRoot":"","sources":["../../../src/local-auth/admin/node.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,cAAc,EACd,0BAA0B,GAC3B,MAAM,oCAAoC,CAAC;AAM5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,sDAAsD,CAAC;AAC3G,OAAO,EAAE,qCAAqC,EAAE,MAAM,wDAAwD,CAAC;AAC/G,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAE9F,SAAS,wBAAwB;IAC/B,OAAO;QACL,IAAI,EAAE,OAAO;QACb,aAAa,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE;YACjC,OAAO,6BAA6B,CAAC;gBACnC,EAAE,EAAE,UAAU,CAAC,EAAE;gBACjB,KAAK,EAAE,UAAU,CAAC,KAAK;gBACvB,KAAK;aACN,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAS,8BAA8B,CACrC,UAA0B;IAE1B,OAAO;QACL,IAAI,EAAE,cAAc;QACpB,aAAa,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,mBAAmB,EAAE;YAC7D,MAAM,aAAa,GAAG,mBAAmB,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;YAE/D,OAAO,mCAAmC,CAAC;gBACzC,KAAK;gBACL,QAAQ,EAAE,UAAU,CAAC,QAAQ;gBAC7B,aAAa;gBACb,cAAc,EAAE,UAAU;qBACvB,YAAY,CAAC,mBAAmB,CAAC,UAAU,CAAC;qBAC5C,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;aAC7B,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAS,gCAAgC;IACvC,OAAO;QACL,IAAI,EAAE,gBAAgB;QACtB,aAAa,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,mBAAmB,EAAE;YAC7D,MAAM,aAAa,GAAG,mBAAmB,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;YAE/D,OAAO,qCAAqC,CAAC;gBAC3C,KAAK;gBACL,QAAQ,EAAE,UAAU,CAAC,QAAQ;gBAC7B,aAAa;aACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,eAAe,0BAA0B,CAAC;IACxC,YAAY,EAAE;QACZ,uBAAuB,EAAE,2BAA2B;QACpD,uBAAuB,EAAE,2BAA2B;QACpD,UAAU,EAAE,cAAc;KAC3B;IACD,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,CAAC,EACX,uBAAuB,EACvB,UAAU,EACV,uBAAuB,GACxB,EAAE,EAAE;QACH,uBAAuB,CAAC,gBAAgB,CACtC,8BAA8B,CAAC,UAAU,CAAC,CAC3C,CAAC;QACF,uBAAuB,CAAC,gBAAgB,CACtC,gCAAgC,EAAE,CACnC,CAAC;QACF,uBAAuB,CAAC,gBAAgB,CAAC,wBAAwB,EAAE,CAAC,CAAC;QACrE,OAAO,EAAE,CAAC;IACZ,CAAC;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { def } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export declare const createAdminCrudManageRolesActionSchema: (context: import("@baseplate-dev/project-builder-lib").DefinitionSchemaParserContext) => z.ZodObject<z.objectUtil.extendShape<{
|
|
4
|
+
id: z.ZodDefault<z.ZodString>;
|
|
5
|
+
type: z.ZodString;
|
|
6
|
+
position: z.ZodDefault<z.ZodEnum<["inline", "dropdown"]>>;
|
|
7
|
+
}, {
|
|
8
|
+
type: z.ZodLiteral<"manage-roles">;
|
|
9
|
+
}>, "strip", z.ZodTypeAny, {
|
|
10
|
+
type: "manage-roles";
|
|
11
|
+
id: string;
|
|
12
|
+
position: "inline" | "dropdown";
|
|
13
|
+
}, {
|
|
14
|
+
type: "manage-roles";
|
|
15
|
+
id?: string | undefined;
|
|
16
|
+
position?: "inline" | "dropdown" | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export type AdminCrudManageRolesActionDefinition = def.InferOutput<typeof createAdminCrudManageRolesActionSchema>;
|
|
19
|
+
//# sourceMappingURL=manage-role-action.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manage-role-action.d.ts","sourceRoot":"","sources":["../../../../src/local-auth/admin/schema/manage-role-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,oCAAoC,CAAC;AAM9D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,sCAAsC;QAF/C,EAAG,UAAU,CAAC,EAAE,SAEjB;UAAY,EAAG,SAAS;cAAe,EAAG,UAAU,CAAC,EAAE,OAAO;;;;;;;;;;;EAIhE,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,GAAG,CAAC,WAAW,CAChE,OAAO,sCAAsC,CAC9C,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { baseAdminCrudActionSchema, definitionSchema, } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export const createAdminCrudManageRolesActionSchema = definitionSchema(() => baseAdminCrudActionSchema.extend({
|
|
4
|
+
type: z.literal('manage-roles'),
|
|
5
|
+
}));
|
|
6
|
+
//# sourceMappingURL=manage-role-action.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manage-role-action.js","sourceRoot":"","sources":["../../../../src/local-auth/admin/schema/manage-role-action.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,yBAAyB,EACzB,gBAAgB,GACjB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,sCAAsC,GAAG,gBAAgB,CAAC,GAAG,EAAE,CAC1E,yBAAyB,CAAC,MAAM,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;CAChC,CAAC,CACH,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { def } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export declare const createAdminCrudResetPasswordActionSchema: (context: import("@baseplate-dev/project-builder-lib").DefinitionSchemaParserContext) => z.ZodObject<z.objectUtil.extendShape<{
|
|
4
|
+
id: z.ZodDefault<z.ZodString>;
|
|
5
|
+
type: z.ZodString;
|
|
6
|
+
position: z.ZodDefault<z.ZodEnum<["inline", "dropdown"]>>;
|
|
7
|
+
}, {
|
|
8
|
+
type: z.ZodLiteral<"reset-password">;
|
|
9
|
+
}>, "strip", z.ZodTypeAny, {
|
|
10
|
+
type: "reset-password";
|
|
11
|
+
id: string;
|
|
12
|
+
position: "inline" | "dropdown";
|
|
13
|
+
}, {
|
|
14
|
+
type: "reset-password";
|
|
15
|
+
id?: string | undefined;
|
|
16
|
+
position?: "inline" | "dropdown" | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export type AdminCrudResetPasswordActionDefinition = def.InferOutput<typeof createAdminCrudResetPasswordActionSchema>;
|
|
19
|
+
//# sourceMappingURL=reset-password-action.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reset-password-action.d.ts","sourceRoot":"","sources":["../../../../src/local-auth/admin/schema/reset-password-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,oCAAoC,CAAC;AAM9D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,wCAAwC;QAFjD,EAAG,UAAU,CAAC,EAAE,SAEjB;UAAY,EAAG,SAAS;cAAe,EAAG,UAAU,CAAC,EAAE,OAAO;;;;;;;;;;;EAIhE,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG,GAAG,CAAC,WAAW,CAClE,OAAO,wCAAwC,CAChD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { baseAdminCrudActionSchema, definitionSchema, } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export const createAdminCrudResetPasswordActionSchema = definitionSchema(() => baseAdminCrudActionSchema.extend({
|
|
4
|
+
type: z.literal('reset-password'),
|
|
5
|
+
}));
|
|
6
|
+
//# sourceMappingURL=reset-password-action.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reset-password-action.js","sourceRoot":"","sources":["../../../../src/local-auth/admin/schema/reset-password-action.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,yBAAyB,EACzB,gBAAgB,GACjB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,wCAAwC,GAAG,gBAAgB,CAAC,GAAG,EAAE,CAC5E,yBAAyB,CAAC,MAAM,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;CAClC,CAAC,CACH,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { def } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export declare const createAdminCrudRolesColumnSchema: (context: import("@baseplate-dev/project-builder-lib").DefinitionSchemaParserContext) => z.ZodObject<z.objectUtil.extendShape<{
|
|
4
|
+
id: z.ZodDefault<z.ZodString>;
|
|
5
|
+
type: z.ZodString;
|
|
6
|
+
label: z.ZodString;
|
|
7
|
+
}, {
|
|
8
|
+
type: z.ZodLiteral<"roles">;
|
|
9
|
+
}>, "strip", z.ZodTypeAny, {
|
|
10
|
+
type: "roles";
|
|
11
|
+
id: string;
|
|
12
|
+
label: string;
|
|
13
|
+
}, {
|
|
14
|
+
type: "roles";
|
|
15
|
+
label: string;
|
|
16
|
+
id?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export type AdminCrudRolesColumnDefinition = def.InferOutput<typeof createAdminCrudRolesColumnSchema>;
|
|
19
|
+
//# sourceMappingURL=roles-column.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roles-column.d.ts","sourceRoot":"","sources":["../../../../src/local-auth/admin/schema/roles-column.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,oCAAoC,CAAC;AAM9D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,gCAAgC;QAFzC,EAAG,UAAU,CAAC,EAAE,SAEjB;UAAY,EAAG,SAAS;WAAY,EAAG,SAAS;;;;;;;;;;;EAIlD,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,GAAG,CAAC,WAAW,CAC1D,OAAO,gCAAgC,CACxC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { baseAdminCrudColumnSchema, definitionSchema, } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export const createAdminCrudRolesColumnSchema = definitionSchema(() => baseAdminCrudColumnSchema.extend({
|
|
4
|
+
type: z.literal('roles'),
|
|
5
|
+
}));
|
|
6
|
+
//# sourceMappingURL=roles-column.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roles-column.js","sourceRoot":"","sources":["../../../../src/local-auth/admin/schema/roles-column.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,yBAAyB,EACzB,gBAAgB,GACjB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,gCAAgC,GAAG,gBAAgB,CAAC,GAAG,EAAE,CACpE,yBAAyB,CAAC,MAAM,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;CACzB,CAAC,CACH,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const _default: import("@baseplate-dev/project-builder-lib").PluginPlatformModule<{
|
|
2
|
+
adminCrudActionWeb: import("@baseplate-dev/project-builder-lib").PluginSpecWithInitializer<import("@baseplate-dev/project-builder-lib/web").AdminCrudActionWebSpec>;
|
|
3
|
+
adminCrudColumnWeb: import("@baseplate-dev/project-builder-lib").PluginSpecWithInitializer<import("@baseplate-dev/project-builder-lib/web").AdminCrudColumnWebSpec>;
|
|
4
|
+
}, {}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
//# sourceMappingURL=web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"web.d.ts","sourceRoot":"","sources":["../../../src/local-auth/admin/web.ts"],"names":[],"mappings":";;;;AAWA,wBAkDG"}
|