@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
|
@@ -28,6 +28,19 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
28
28
|
Alert: {};
|
|
29
29
|
AlertDescription: {};
|
|
30
30
|
AlertTitle: {};
|
|
31
|
+
Badge: {};
|
|
32
|
+
badgeVariants: {};
|
|
33
|
+
BadgeWithIcon: {};
|
|
34
|
+
BadgeWithIconProps: {
|
|
35
|
+
isTypeOnly: true;
|
|
36
|
+
};
|
|
37
|
+
Breadcrumb: {};
|
|
38
|
+
BreadcrumbEllipsis: {};
|
|
39
|
+
BreadcrumbItem: {};
|
|
40
|
+
BreadcrumbLink: {};
|
|
41
|
+
BreadcrumbList: {};
|
|
42
|
+
BreadcrumbPage: {};
|
|
43
|
+
BreadcrumbSeparator: {};
|
|
31
44
|
Button: {};
|
|
32
45
|
buttonVariants: {};
|
|
33
46
|
Calendar: {};
|
|
@@ -46,6 +59,15 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
46
59
|
Combobox: {};
|
|
47
60
|
ComboboxField: {};
|
|
48
61
|
ComboboxFieldController: {};
|
|
62
|
+
Command: {};
|
|
63
|
+
CommandDialog: {};
|
|
64
|
+
CommandEmpty: {};
|
|
65
|
+
CommandGroup: {};
|
|
66
|
+
CommandInput: {};
|
|
67
|
+
CommandItem: {};
|
|
68
|
+
CommandList: {};
|
|
69
|
+
CommandSeparator: {};
|
|
70
|
+
CommandShortcut: {};
|
|
49
71
|
ConfirmDialog: {};
|
|
50
72
|
DatePickerField: {};
|
|
51
73
|
DatePickerFieldController: {};
|
|
@@ -64,6 +86,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
64
86
|
DialogWidth: {
|
|
65
87
|
isTypeOnly: true;
|
|
66
88
|
};
|
|
89
|
+
DropdownMenu: {};
|
|
90
|
+
DropdownMenuCheckboxItem: {};
|
|
91
|
+
DropdownMenuContent: {};
|
|
92
|
+
DropdownMenuGroup: {};
|
|
93
|
+
DropdownMenuItem: {};
|
|
94
|
+
DropdownMenuLabel: {};
|
|
95
|
+
DropdownMenuPortal: {};
|
|
96
|
+
DropdownMenuRadioGroup: {};
|
|
97
|
+
DropdownMenuRadioItem: {};
|
|
98
|
+
DropdownMenuSeparator: {};
|
|
99
|
+
DropdownMenuShortcut: {};
|
|
100
|
+
DropdownMenuSub: {};
|
|
101
|
+
DropdownMenuSubContent: {};
|
|
102
|
+
DropdownMenuSubTrigger: {};
|
|
103
|
+
DropdownMenuTrigger: {};
|
|
67
104
|
EmptyDisplay: {};
|
|
68
105
|
ErrorableLoader: {};
|
|
69
106
|
ErrorDisplay: {};
|
|
@@ -87,6 +124,17 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
87
124
|
Loader: {};
|
|
88
125
|
mergeRefs: {};
|
|
89
126
|
Modal: {};
|
|
127
|
+
MultiCombobox: {};
|
|
128
|
+
MultiComboboxContent: {};
|
|
129
|
+
MultiComboboxEmpty: {};
|
|
130
|
+
MultiComboboxField: {};
|
|
131
|
+
MultiComboboxFieldController: {};
|
|
132
|
+
MultiComboboxFieldProps: {
|
|
133
|
+
isTypeOnly: true;
|
|
134
|
+
};
|
|
135
|
+
MultiComboboxGroup: {};
|
|
136
|
+
MultiComboboxInput: {};
|
|
137
|
+
MultiComboboxItem: {};
|
|
90
138
|
MultiSelectOptionProps: {
|
|
91
139
|
isTypeOnly: true;
|
|
92
140
|
};
|
|
@@ -119,9 +167,39 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
119
167
|
isTypeOnly: true;
|
|
120
168
|
};
|
|
121
169
|
selectTriggerVariants: {};
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
170
|
+
Separator: {};
|
|
171
|
+
Sheet: {};
|
|
172
|
+
SheetClose: {};
|
|
173
|
+
SheetContent: {};
|
|
174
|
+
SheetDescription: {};
|
|
175
|
+
SheetFooter: {};
|
|
176
|
+
SheetHeader: {};
|
|
177
|
+
SheetTitle: {};
|
|
178
|
+
SheetTrigger: {};
|
|
179
|
+
Sidebar: {};
|
|
180
|
+
SidebarContent: {};
|
|
181
|
+
SidebarFooter: {};
|
|
182
|
+
SidebarGroup: {};
|
|
183
|
+
SidebarGroupAction: {};
|
|
184
|
+
SidebarGroupContent: {};
|
|
185
|
+
SidebarGroupLabel: {};
|
|
186
|
+
SidebarHeader: {};
|
|
187
|
+
SidebarInput: {};
|
|
188
|
+
SidebarInset: {};
|
|
189
|
+
SidebarMenu: {};
|
|
190
|
+
SidebarMenuAction: {};
|
|
191
|
+
SidebarMenuBadge: {};
|
|
192
|
+
SidebarMenuButton: {};
|
|
193
|
+
SidebarMenuItem: {};
|
|
194
|
+
SidebarMenuSkeleton: {};
|
|
195
|
+
SidebarMenuSub: {};
|
|
196
|
+
SidebarMenuSubButton: {};
|
|
197
|
+
SidebarMenuSubItem: {};
|
|
198
|
+
SidebarProvider: {};
|
|
199
|
+
SidebarRail: {};
|
|
200
|
+
SidebarSeparator: {};
|
|
201
|
+
SidebarTrigger: {};
|
|
202
|
+
Skeleton: {};
|
|
125
203
|
Switch: {};
|
|
126
204
|
SwitchField: {};
|
|
127
205
|
SwitchFieldController: {};
|
|
@@ -139,6 +217,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
139
217
|
TextAreaInput: {};
|
|
140
218
|
TextInput: {};
|
|
141
219
|
Toaster: {};
|
|
220
|
+
Tooltip: {};
|
|
221
|
+
TooltipContent: {};
|
|
222
|
+
TooltipProvider: {};
|
|
223
|
+
TooltipTrigger: {};
|
|
142
224
|
useConfirmDialog: {};
|
|
143
225
|
UseConfirmDialogRequestOptions: {
|
|
144
226
|
isTypeOnly: true;
|
|
@@ -146,6 +228,9 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
146
228
|
useConfirmDialogState: {};
|
|
147
229
|
useControlledState: {};
|
|
148
230
|
useControllerMerged: {};
|
|
231
|
+
useIsMobile: {};
|
|
232
|
+
useMultiComboboxContext: {};
|
|
233
|
+
useSidebar: {};
|
|
149
234
|
}>>;
|
|
150
235
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
151
236
|
formatError: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/auth-routes/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;AAiBzD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAEvE,MAAM,WAAW,2BAA2B;IAC1C,SAAS,EAAE;QACT,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,+BAA+B,CAAC,SAAS,CACjD,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;IACF,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,iCAAiC,CAC/B,OAAO,+BAA+B,CAAC,UAAU,CAClD,EACD,aAAa,GAAG,UAAU,CAC3B,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA6DD,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/auth-routes/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;AAiBzD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAEvE,MAAM,WAAW,2BAA2B;IAC1C,SAAS,EAAE;QACT,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,+BAA+B,CAAC,SAAS,CACjD,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;IACF,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,iCAAiC,CAC/B,OAAO,+BAA+B,CAAC,UAAU,CAClD,EACD,aAAa,GAAG,UAAU,CAC3B,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA6DD,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG3C,CAAC"}
|
|
@@ -13,6 +13,19 @@ export declare const mainGroup: {
|
|
|
13
13
|
Alert: {};
|
|
14
14
|
AlertDescription: {};
|
|
15
15
|
AlertTitle: {};
|
|
16
|
+
Badge: {};
|
|
17
|
+
badgeVariants: {};
|
|
18
|
+
BadgeWithIcon: {};
|
|
19
|
+
BadgeWithIconProps: {
|
|
20
|
+
isTypeOnly: true;
|
|
21
|
+
};
|
|
22
|
+
Breadcrumb: {};
|
|
23
|
+
BreadcrumbEllipsis: {};
|
|
24
|
+
BreadcrumbItem: {};
|
|
25
|
+
BreadcrumbLink: {};
|
|
26
|
+
BreadcrumbList: {};
|
|
27
|
+
BreadcrumbPage: {};
|
|
28
|
+
BreadcrumbSeparator: {};
|
|
16
29
|
Button: {};
|
|
17
30
|
buttonVariants: {};
|
|
18
31
|
Calendar: {};
|
|
@@ -31,6 +44,15 @@ export declare const mainGroup: {
|
|
|
31
44
|
Combobox: {};
|
|
32
45
|
ComboboxField: {};
|
|
33
46
|
ComboboxFieldController: {};
|
|
47
|
+
Command: {};
|
|
48
|
+
CommandDialog: {};
|
|
49
|
+
CommandEmpty: {};
|
|
50
|
+
CommandGroup: {};
|
|
51
|
+
CommandInput: {};
|
|
52
|
+
CommandItem: {};
|
|
53
|
+
CommandList: {};
|
|
54
|
+
CommandSeparator: {};
|
|
55
|
+
CommandShortcut: {};
|
|
34
56
|
ConfirmDialog: {};
|
|
35
57
|
DatePickerField: {};
|
|
36
58
|
DatePickerFieldController: {};
|
|
@@ -49,6 +71,21 @@ export declare const mainGroup: {
|
|
|
49
71
|
DialogWidth: {
|
|
50
72
|
isTypeOnly: true;
|
|
51
73
|
};
|
|
74
|
+
DropdownMenu: {};
|
|
75
|
+
DropdownMenuCheckboxItem: {};
|
|
76
|
+
DropdownMenuContent: {};
|
|
77
|
+
DropdownMenuGroup: {};
|
|
78
|
+
DropdownMenuItem: {};
|
|
79
|
+
DropdownMenuLabel: {};
|
|
80
|
+
DropdownMenuPortal: {};
|
|
81
|
+
DropdownMenuRadioGroup: {};
|
|
82
|
+
DropdownMenuRadioItem: {};
|
|
83
|
+
DropdownMenuSeparator: {};
|
|
84
|
+
DropdownMenuShortcut: {};
|
|
85
|
+
DropdownMenuSub: {};
|
|
86
|
+
DropdownMenuSubContent: {};
|
|
87
|
+
DropdownMenuSubTrigger: {};
|
|
88
|
+
DropdownMenuTrigger: {};
|
|
52
89
|
EmptyDisplay: {};
|
|
53
90
|
ErrorableLoader: {};
|
|
54
91
|
ErrorDisplay: {};
|
|
@@ -72,6 +109,17 @@ export declare const mainGroup: {
|
|
|
72
109
|
Loader: {};
|
|
73
110
|
mergeRefs: {};
|
|
74
111
|
Modal: {};
|
|
112
|
+
MultiCombobox: {};
|
|
113
|
+
MultiComboboxContent: {};
|
|
114
|
+
MultiComboboxEmpty: {};
|
|
115
|
+
MultiComboboxField: {};
|
|
116
|
+
MultiComboboxFieldController: {};
|
|
117
|
+
MultiComboboxFieldProps: {
|
|
118
|
+
isTypeOnly: true;
|
|
119
|
+
};
|
|
120
|
+
MultiComboboxGroup: {};
|
|
121
|
+
MultiComboboxInput: {};
|
|
122
|
+
MultiComboboxItem: {};
|
|
75
123
|
MultiSelectOptionProps: {
|
|
76
124
|
isTypeOnly: true;
|
|
77
125
|
};
|
|
@@ -104,9 +152,39 @@ export declare const mainGroup: {
|
|
|
104
152
|
isTypeOnly: true;
|
|
105
153
|
};
|
|
106
154
|
selectTriggerVariants: {};
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
155
|
+
Separator: {};
|
|
156
|
+
Sheet: {};
|
|
157
|
+
SheetClose: {};
|
|
158
|
+
SheetContent: {};
|
|
159
|
+
SheetDescription: {};
|
|
160
|
+
SheetFooter: {};
|
|
161
|
+
SheetHeader: {};
|
|
162
|
+
SheetTitle: {};
|
|
163
|
+
SheetTrigger: {};
|
|
164
|
+
Sidebar: {};
|
|
165
|
+
SidebarContent: {};
|
|
166
|
+
SidebarFooter: {};
|
|
167
|
+
SidebarGroup: {};
|
|
168
|
+
SidebarGroupAction: {};
|
|
169
|
+
SidebarGroupContent: {};
|
|
170
|
+
SidebarGroupLabel: {};
|
|
171
|
+
SidebarHeader: {};
|
|
172
|
+
SidebarInput: {};
|
|
173
|
+
SidebarInset: {};
|
|
174
|
+
SidebarMenu: {};
|
|
175
|
+
SidebarMenuAction: {};
|
|
176
|
+
SidebarMenuBadge: {};
|
|
177
|
+
SidebarMenuButton: {};
|
|
178
|
+
SidebarMenuItem: {};
|
|
179
|
+
SidebarMenuSkeleton: {};
|
|
180
|
+
SidebarMenuSub: {};
|
|
181
|
+
SidebarMenuSubButton: {};
|
|
182
|
+
SidebarMenuSubItem: {};
|
|
183
|
+
SidebarProvider: {};
|
|
184
|
+
SidebarRail: {};
|
|
185
|
+
SidebarSeparator: {};
|
|
186
|
+
SidebarTrigger: {};
|
|
187
|
+
Skeleton: {};
|
|
110
188
|
Switch: {};
|
|
111
189
|
SwitchField: {};
|
|
112
190
|
SwitchFieldController: {};
|
|
@@ -124,6 +202,10 @@ export declare const mainGroup: {
|
|
|
124
202
|
TextAreaInput: {};
|
|
125
203
|
TextInput: {};
|
|
126
204
|
Toaster: {};
|
|
205
|
+
Tooltip: {};
|
|
206
|
+
TooltipContent: {};
|
|
207
|
+
TooltipProvider: {};
|
|
208
|
+
TooltipTrigger: {};
|
|
127
209
|
useConfirmDialog: {};
|
|
128
210
|
UseConfirmDialogRequestOptions: {
|
|
129
211
|
isTypeOnly: true;
|
|
@@ -131,6 +213,9 @@ export declare const mainGroup: {
|
|
|
131
213
|
useConfirmDialogState: {};
|
|
132
214
|
useControlledState: {};
|
|
133
215
|
useControllerMerged: {};
|
|
216
|
+
useIsMobile: {};
|
|
217
|
+
useMultiComboboxContext: {};
|
|
218
|
+
useSidebar: {};
|
|
134
219
|
}>>;
|
|
135
220
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
136
221
|
formatError: {};
|
|
@@ -156,6 +241,19 @@ export declare const mainGroup: {
|
|
|
156
241
|
Alert: {};
|
|
157
242
|
AlertDescription: {};
|
|
158
243
|
AlertTitle: {};
|
|
244
|
+
Badge: {};
|
|
245
|
+
badgeVariants: {};
|
|
246
|
+
BadgeWithIcon: {};
|
|
247
|
+
BadgeWithIconProps: {
|
|
248
|
+
isTypeOnly: true;
|
|
249
|
+
};
|
|
250
|
+
Breadcrumb: {};
|
|
251
|
+
BreadcrumbEllipsis: {};
|
|
252
|
+
BreadcrumbItem: {};
|
|
253
|
+
BreadcrumbLink: {};
|
|
254
|
+
BreadcrumbList: {};
|
|
255
|
+
BreadcrumbPage: {};
|
|
256
|
+
BreadcrumbSeparator: {};
|
|
159
257
|
Button: {};
|
|
160
258
|
buttonVariants: {};
|
|
161
259
|
Calendar: {};
|
|
@@ -174,6 +272,15 @@ export declare const mainGroup: {
|
|
|
174
272
|
Combobox: {};
|
|
175
273
|
ComboboxField: {};
|
|
176
274
|
ComboboxFieldController: {};
|
|
275
|
+
Command: {};
|
|
276
|
+
CommandDialog: {};
|
|
277
|
+
CommandEmpty: {};
|
|
278
|
+
CommandGroup: {};
|
|
279
|
+
CommandInput: {};
|
|
280
|
+
CommandItem: {};
|
|
281
|
+
CommandList: {};
|
|
282
|
+
CommandSeparator: {};
|
|
283
|
+
CommandShortcut: {};
|
|
177
284
|
ConfirmDialog: {};
|
|
178
285
|
DatePickerField: {};
|
|
179
286
|
DatePickerFieldController: {};
|
|
@@ -192,6 +299,21 @@ export declare const mainGroup: {
|
|
|
192
299
|
DialogWidth: {
|
|
193
300
|
isTypeOnly: true;
|
|
194
301
|
};
|
|
302
|
+
DropdownMenu: {};
|
|
303
|
+
DropdownMenuCheckboxItem: {};
|
|
304
|
+
DropdownMenuContent: {};
|
|
305
|
+
DropdownMenuGroup: {};
|
|
306
|
+
DropdownMenuItem: {};
|
|
307
|
+
DropdownMenuLabel: {};
|
|
308
|
+
DropdownMenuPortal: {};
|
|
309
|
+
DropdownMenuRadioGroup: {};
|
|
310
|
+
DropdownMenuRadioItem: {};
|
|
311
|
+
DropdownMenuSeparator: {};
|
|
312
|
+
DropdownMenuShortcut: {};
|
|
313
|
+
DropdownMenuSub: {};
|
|
314
|
+
DropdownMenuSubContent: {};
|
|
315
|
+
DropdownMenuSubTrigger: {};
|
|
316
|
+
DropdownMenuTrigger: {};
|
|
195
317
|
EmptyDisplay: {};
|
|
196
318
|
ErrorableLoader: {};
|
|
197
319
|
ErrorDisplay: {};
|
|
@@ -215,6 +337,17 @@ export declare const mainGroup: {
|
|
|
215
337
|
Loader: {};
|
|
216
338
|
mergeRefs: {};
|
|
217
339
|
Modal: {};
|
|
340
|
+
MultiCombobox: {};
|
|
341
|
+
MultiComboboxContent: {};
|
|
342
|
+
MultiComboboxEmpty: {};
|
|
343
|
+
MultiComboboxField: {};
|
|
344
|
+
MultiComboboxFieldController: {};
|
|
345
|
+
MultiComboboxFieldProps: {
|
|
346
|
+
isTypeOnly: true;
|
|
347
|
+
};
|
|
348
|
+
MultiComboboxGroup: {};
|
|
349
|
+
MultiComboboxInput: {};
|
|
350
|
+
MultiComboboxItem: {};
|
|
218
351
|
MultiSelectOptionProps: {
|
|
219
352
|
isTypeOnly: true;
|
|
220
353
|
};
|
|
@@ -247,9 +380,39 @@ export declare const mainGroup: {
|
|
|
247
380
|
isTypeOnly: true;
|
|
248
381
|
};
|
|
249
382
|
selectTriggerVariants: {};
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
383
|
+
Separator: {};
|
|
384
|
+
Sheet: {};
|
|
385
|
+
SheetClose: {};
|
|
386
|
+
SheetContent: {};
|
|
387
|
+
SheetDescription: {};
|
|
388
|
+
SheetFooter: {};
|
|
389
|
+
SheetHeader: {};
|
|
390
|
+
SheetTitle: {};
|
|
391
|
+
SheetTrigger: {};
|
|
392
|
+
Sidebar: {};
|
|
393
|
+
SidebarContent: {};
|
|
394
|
+
SidebarFooter: {};
|
|
395
|
+
SidebarGroup: {};
|
|
396
|
+
SidebarGroupAction: {};
|
|
397
|
+
SidebarGroupContent: {};
|
|
398
|
+
SidebarGroupLabel: {};
|
|
399
|
+
SidebarHeader: {};
|
|
400
|
+
SidebarInput: {};
|
|
401
|
+
SidebarInset: {};
|
|
402
|
+
SidebarMenu: {};
|
|
403
|
+
SidebarMenuAction: {};
|
|
404
|
+
SidebarMenuBadge: {};
|
|
405
|
+
SidebarMenuButton: {};
|
|
406
|
+
SidebarMenuItem: {};
|
|
407
|
+
SidebarMenuSkeleton: {};
|
|
408
|
+
SidebarMenuSub: {};
|
|
409
|
+
SidebarMenuSubButton: {};
|
|
410
|
+
SidebarMenuSubItem: {};
|
|
411
|
+
SidebarProvider: {};
|
|
412
|
+
SidebarRail: {};
|
|
413
|
+
SidebarSeparator: {};
|
|
414
|
+
SidebarTrigger: {};
|
|
415
|
+
Skeleton: {};
|
|
253
416
|
Switch: {};
|
|
254
417
|
SwitchField: {};
|
|
255
418
|
SwitchFieldController: {};
|
|
@@ -267,6 +430,10 @@ export declare const mainGroup: {
|
|
|
267
430
|
TextAreaInput: {};
|
|
268
431
|
TextInput: {};
|
|
269
432
|
Toaster: {};
|
|
433
|
+
Tooltip: {};
|
|
434
|
+
TooltipContent: {};
|
|
435
|
+
TooltipProvider: {};
|
|
436
|
+
TooltipTrigger: {};
|
|
270
437
|
useConfirmDialog: {};
|
|
271
438
|
UseConfirmDialogRequestOptions: {
|
|
272
439
|
isTypeOnly: true;
|
|
@@ -274,6 +441,9 @@ export declare const mainGroup: {
|
|
|
274
441
|
useConfirmDialogState: {};
|
|
275
442
|
useControlledState: {};
|
|
276
443
|
useControllerMerged: {};
|
|
444
|
+
useIsMobile: {};
|
|
445
|
+
useMultiComboboxContext: {};
|
|
446
|
+
useSidebar: {};
|
|
277
447
|
}>>;
|
|
278
448
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
279
449
|
formatError: {};
|
|
@@ -303,6 +473,19 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
303
473
|
Alert: {};
|
|
304
474
|
AlertDescription: {};
|
|
305
475
|
AlertTitle: {};
|
|
476
|
+
Badge: {};
|
|
477
|
+
badgeVariants: {};
|
|
478
|
+
BadgeWithIcon: {};
|
|
479
|
+
BadgeWithIconProps: {
|
|
480
|
+
isTypeOnly: true;
|
|
481
|
+
};
|
|
482
|
+
Breadcrumb: {};
|
|
483
|
+
BreadcrumbEllipsis: {};
|
|
484
|
+
BreadcrumbItem: {};
|
|
485
|
+
BreadcrumbLink: {};
|
|
486
|
+
BreadcrumbList: {};
|
|
487
|
+
BreadcrumbPage: {};
|
|
488
|
+
BreadcrumbSeparator: {};
|
|
306
489
|
Button: {};
|
|
307
490
|
buttonVariants: {};
|
|
308
491
|
Calendar: {};
|
|
@@ -321,6 +504,15 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
321
504
|
Combobox: {};
|
|
322
505
|
ComboboxField: {};
|
|
323
506
|
ComboboxFieldController: {};
|
|
507
|
+
Command: {};
|
|
508
|
+
CommandDialog: {};
|
|
509
|
+
CommandEmpty: {};
|
|
510
|
+
CommandGroup: {};
|
|
511
|
+
CommandInput: {};
|
|
512
|
+
CommandItem: {};
|
|
513
|
+
CommandList: {};
|
|
514
|
+
CommandSeparator: {};
|
|
515
|
+
CommandShortcut: {};
|
|
324
516
|
ConfirmDialog: {};
|
|
325
517
|
DatePickerField: {};
|
|
326
518
|
DatePickerFieldController: {};
|
|
@@ -339,6 +531,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
339
531
|
DialogWidth: {
|
|
340
532
|
isTypeOnly: true;
|
|
341
533
|
};
|
|
534
|
+
DropdownMenu: {};
|
|
535
|
+
DropdownMenuCheckboxItem: {};
|
|
536
|
+
DropdownMenuContent: {};
|
|
537
|
+
DropdownMenuGroup: {};
|
|
538
|
+
DropdownMenuItem: {};
|
|
539
|
+
DropdownMenuLabel: {};
|
|
540
|
+
DropdownMenuPortal: {};
|
|
541
|
+
DropdownMenuRadioGroup: {};
|
|
542
|
+
DropdownMenuRadioItem: {};
|
|
543
|
+
DropdownMenuSeparator: {};
|
|
544
|
+
DropdownMenuShortcut: {};
|
|
545
|
+
DropdownMenuSub: {};
|
|
546
|
+
DropdownMenuSubContent: {};
|
|
547
|
+
DropdownMenuSubTrigger: {};
|
|
548
|
+
DropdownMenuTrigger: {};
|
|
342
549
|
EmptyDisplay: {};
|
|
343
550
|
ErrorableLoader: {};
|
|
344
551
|
ErrorDisplay: {};
|
|
@@ -362,6 +569,17 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
362
569
|
Loader: {};
|
|
363
570
|
mergeRefs: {};
|
|
364
571
|
Modal: {};
|
|
572
|
+
MultiCombobox: {};
|
|
573
|
+
MultiComboboxContent: {};
|
|
574
|
+
MultiComboboxEmpty: {};
|
|
575
|
+
MultiComboboxField: {};
|
|
576
|
+
MultiComboboxFieldController: {};
|
|
577
|
+
MultiComboboxFieldProps: {
|
|
578
|
+
isTypeOnly: true;
|
|
579
|
+
};
|
|
580
|
+
MultiComboboxGroup: {};
|
|
581
|
+
MultiComboboxInput: {};
|
|
582
|
+
MultiComboboxItem: {};
|
|
365
583
|
MultiSelectOptionProps: {
|
|
366
584
|
isTypeOnly: true;
|
|
367
585
|
};
|
|
@@ -394,9 +612,39 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
394
612
|
isTypeOnly: true;
|
|
395
613
|
};
|
|
396
614
|
selectTriggerVariants: {};
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
615
|
+
Separator: {};
|
|
616
|
+
Sheet: {};
|
|
617
|
+
SheetClose: {};
|
|
618
|
+
SheetContent: {};
|
|
619
|
+
SheetDescription: {};
|
|
620
|
+
SheetFooter: {};
|
|
621
|
+
SheetHeader: {};
|
|
622
|
+
SheetTitle: {};
|
|
623
|
+
SheetTrigger: {};
|
|
624
|
+
Sidebar: {};
|
|
625
|
+
SidebarContent: {};
|
|
626
|
+
SidebarFooter: {};
|
|
627
|
+
SidebarGroup: {};
|
|
628
|
+
SidebarGroupAction: {};
|
|
629
|
+
SidebarGroupContent: {};
|
|
630
|
+
SidebarGroupLabel: {};
|
|
631
|
+
SidebarHeader: {};
|
|
632
|
+
SidebarInput: {};
|
|
633
|
+
SidebarInset: {};
|
|
634
|
+
SidebarMenu: {};
|
|
635
|
+
SidebarMenuAction: {};
|
|
636
|
+
SidebarMenuBadge: {};
|
|
637
|
+
SidebarMenuButton: {};
|
|
638
|
+
SidebarMenuItem: {};
|
|
639
|
+
SidebarMenuSkeleton: {};
|
|
640
|
+
SidebarMenuSub: {};
|
|
641
|
+
SidebarMenuSubButton: {};
|
|
642
|
+
SidebarMenuSubItem: {};
|
|
643
|
+
SidebarProvider: {};
|
|
644
|
+
SidebarRail: {};
|
|
645
|
+
SidebarSeparator: {};
|
|
646
|
+
SidebarTrigger: {};
|
|
647
|
+
Skeleton: {};
|
|
400
648
|
Switch: {};
|
|
401
649
|
SwitchField: {};
|
|
402
650
|
SwitchFieldController: {};
|
|
@@ -414,6 +662,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
414
662
|
TextAreaInput: {};
|
|
415
663
|
TextInput: {};
|
|
416
664
|
Toaster: {};
|
|
665
|
+
Tooltip: {};
|
|
666
|
+
TooltipContent: {};
|
|
667
|
+
TooltipProvider: {};
|
|
668
|
+
TooltipTrigger: {};
|
|
417
669
|
useConfirmDialog: {};
|
|
418
670
|
UseConfirmDialogRequestOptions: {
|
|
419
671
|
isTypeOnly: true;
|
|
@@ -421,6 +673,9 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
421
673
|
useConfirmDialogState: {};
|
|
422
674
|
useControlledState: {};
|
|
423
675
|
useControllerMerged: {};
|
|
676
|
+
useIsMobile: {};
|
|
677
|
+
useMultiComboboxContext: {};
|
|
678
|
+
useSidebar: {};
|
|
424
679
|
}>>;
|
|
425
680
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
426
681
|
formatError: {};
|
|
@@ -446,6 +701,19 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
446
701
|
Alert: {};
|
|
447
702
|
AlertDescription: {};
|
|
448
703
|
AlertTitle: {};
|
|
704
|
+
Badge: {};
|
|
705
|
+
badgeVariants: {};
|
|
706
|
+
BadgeWithIcon: {};
|
|
707
|
+
BadgeWithIconProps: {
|
|
708
|
+
isTypeOnly: true;
|
|
709
|
+
};
|
|
710
|
+
Breadcrumb: {};
|
|
711
|
+
BreadcrumbEllipsis: {};
|
|
712
|
+
BreadcrumbItem: {};
|
|
713
|
+
BreadcrumbLink: {};
|
|
714
|
+
BreadcrumbList: {};
|
|
715
|
+
BreadcrumbPage: {};
|
|
716
|
+
BreadcrumbSeparator: {};
|
|
449
717
|
Button: {};
|
|
450
718
|
buttonVariants: {};
|
|
451
719
|
Calendar: {};
|
|
@@ -464,6 +732,15 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
464
732
|
Combobox: {};
|
|
465
733
|
ComboboxField: {};
|
|
466
734
|
ComboboxFieldController: {};
|
|
735
|
+
Command: {};
|
|
736
|
+
CommandDialog: {};
|
|
737
|
+
CommandEmpty: {};
|
|
738
|
+
CommandGroup: {};
|
|
739
|
+
CommandInput: {};
|
|
740
|
+
CommandItem: {};
|
|
741
|
+
CommandList: {};
|
|
742
|
+
CommandSeparator: {};
|
|
743
|
+
CommandShortcut: {};
|
|
467
744
|
ConfirmDialog: {};
|
|
468
745
|
DatePickerField: {};
|
|
469
746
|
DatePickerFieldController: {};
|
|
@@ -482,6 +759,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
482
759
|
DialogWidth: {
|
|
483
760
|
isTypeOnly: true;
|
|
484
761
|
};
|
|
762
|
+
DropdownMenu: {};
|
|
763
|
+
DropdownMenuCheckboxItem: {};
|
|
764
|
+
DropdownMenuContent: {};
|
|
765
|
+
DropdownMenuGroup: {};
|
|
766
|
+
DropdownMenuItem: {};
|
|
767
|
+
DropdownMenuLabel: {};
|
|
768
|
+
DropdownMenuPortal: {};
|
|
769
|
+
DropdownMenuRadioGroup: {};
|
|
770
|
+
DropdownMenuRadioItem: {};
|
|
771
|
+
DropdownMenuSeparator: {};
|
|
772
|
+
DropdownMenuShortcut: {};
|
|
773
|
+
DropdownMenuSub: {};
|
|
774
|
+
DropdownMenuSubContent: {};
|
|
775
|
+
DropdownMenuSubTrigger: {};
|
|
776
|
+
DropdownMenuTrigger: {};
|
|
485
777
|
EmptyDisplay: {};
|
|
486
778
|
ErrorableLoader: {};
|
|
487
779
|
ErrorDisplay: {};
|
|
@@ -505,6 +797,17 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
505
797
|
Loader: {};
|
|
506
798
|
mergeRefs: {};
|
|
507
799
|
Modal: {};
|
|
800
|
+
MultiCombobox: {};
|
|
801
|
+
MultiComboboxContent: {};
|
|
802
|
+
MultiComboboxEmpty: {};
|
|
803
|
+
MultiComboboxField: {};
|
|
804
|
+
MultiComboboxFieldController: {};
|
|
805
|
+
MultiComboboxFieldProps: {
|
|
806
|
+
isTypeOnly: true;
|
|
807
|
+
};
|
|
808
|
+
MultiComboboxGroup: {};
|
|
809
|
+
MultiComboboxInput: {};
|
|
810
|
+
MultiComboboxItem: {};
|
|
508
811
|
MultiSelectOptionProps: {
|
|
509
812
|
isTypeOnly: true;
|
|
510
813
|
};
|
|
@@ -537,9 +840,39 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
537
840
|
isTypeOnly: true;
|
|
538
841
|
};
|
|
539
842
|
selectTriggerVariants: {};
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
843
|
+
Separator: {};
|
|
844
|
+
Sheet: {};
|
|
845
|
+
SheetClose: {};
|
|
846
|
+
SheetContent: {};
|
|
847
|
+
SheetDescription: {};
|
|
848
|
+
SheetFooter: {};
|
|
849
|
+
SheetHeader: {};
|
|
850
|
+
SheetTitle: {};
|
|
851
|
+
SheetTrigger: {};
|
|
852
|
+
Sidebar: {};
|
|
853
|
+
SidebarContent: {};
|
|
854
|
+
SidebarFooter: {};
|
|
855
|
+
SidebarGroup: {};
|
|
856
|
+
SidebarGroupAction: {};
|
|
857
|
+
SidebarGroupContent: {};
|
|
858
|
+
SidebarGroupLabel: {};
|
|
859
|
+
SidebarHeader: {};
|
|
860
|
+
SidebarInput: {};
|
|
861
|
+
SidebarInset: {};
|
|
862
|
+
SidebarMenu: {};
|
|
863
|
+
SidebarMenuAction: {};
|
|
864
|
+
SidebarMenuBadge: {};
|
|
865
|
+
SidebarMenuButton: {};
|
|
866
|
+
SidebarMenuItem: {};
|
|
867
|
+
SidebarMenuSkeleton: {};
|
|
868
|
+
SidebarMenuSub: {};
|
|
869
|
+
SidebarMenuSubButton: {};
|
|
870
|
+
SidebarMenuSubItem: {};
|
|
871
|
+
SidebarProvider: {};
|
|
872
|
+
SidebarRail: {};
|
|
873
|
+
SidebarSeparator: {};
|
|
874
|
+
SidebarTrigger: {};
|
|
875
|
+
Skeleton: {};
|
|
543
876
|
Switch: {};
|
|
544
877
|
SwitchField: {};
|
|
545
878
|
SwitchFieldController: {};
|
|
@@ -557,6 +890,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
557
890
|
TextAreaInput: {};
|
|
558
891
|
TextInput: {};
|
|
559
892
|
Toaster: {};
|
|
893
|
+
Tooltip: {};
|
|
894
|
+
TooltipContent: {};
|
|
895
|
+
TooltipProvider: {};
|
|
896
|
+
TooltipTrigger: {};
|
|
560
897
|
useConfirmDialog: {};
|
|
561
898
|
UseConfirmDialogRequestOptions: {
|
|
562
899
|
isTypeOnly: true;
|
|
@@ -564,6 +901,9 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
564
901
|
useConfirmDialogState: {};
|
|
565
902
|
useControlledState: {};
|
|
566
903
|
useControllerMerged: {};
|
|
904
|
+
useIsMobile: {};
|
|
905
|
+
useMultiComboboxContext: {};
|
|
906
|
+
useSidebar: {};
|
|
567
907
|
}>>;
|
|
568
908
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
569
909
|
formatError: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/auth-routes/generated/typed-templates.ts"],"names":[],"mappings":"AA8DA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/auth-routes/generated/typed-templates.ts"],"names":[],"mappings":"AA8DA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAcpD,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC"}
|