@baseplate-dev/plugin-auth 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.d.ts +88 -3
- package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts +176 -6
- package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts +88 -3
- package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts.map +1 -1
- package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts +176 -6
- package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts.map +1 -1
- package/dist/auth0/generators/react/react-auth0/generated/index.d.ts +176 -6
- package/dist/auth0/generators/react/react-auth0/generated/index.d.ts.map +1 -1
- package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts +88 -3
- package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts.map +1 -1
- package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts +88 -3
- package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts.map +1 -1
- package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +88 -3
- package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/common.d.ts +4 -0
- package/dist/local-auth/admin/common.d.ts.map +1 -0
- package/dist/local-auth/admin/common.js +30 -0
- package/dist/local-auth/admin/common.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +453 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +121 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +457 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js +9 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts +13 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js +25 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +235 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js +48 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +224 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js +29 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +21 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.gql +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +59 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +145 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +452 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +107 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +457 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js +9 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts +13 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js +25 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +235 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js +48 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +442 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js +31 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +21 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.gql +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +73 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +155 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +221 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js +58 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +1 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +1 -0
- package/dist/local-auth/admin/node.d.ts +8 -0
- package/dist/local-auth/admin/node.d.ts.map +1 -0
- package/dist/local-auth/admin/node.js +60 -0
- package/dist/local-auth/admin/node.js.map +1 -0
- package/dist/local-auth/admin/schema/manage-role-action.d.ts +19 -0
- package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +1 -0
- package/dist/local-auth/admin/schema/manage-role-action.js +6 -0
- package/dist/local-auth/admin/schema/manage-role-action.js.map +1 -0
- package/dist/local-auth/admin/schema/reset-password-action.d.ts +19 -0
- package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +1 -0
- package/dist/local-auth/admin/schema/reset-password-action.js +6 -0
- package/dist/local-auth/admin/schema/reset-password-action.js.map +1 -0
- package/dist/local-auth/admin/schema/roles-column.d.ts +19 -0
- package/dist/local-auth/admin/schema/roles-column.d.ts.map +1 -0
- package/dist/local-auth/admin/schema/roles-column.js +6 -0
- package/dist/local-auth/admin/schema/roles-column.js.map +1 -0
- package/dist/local-auth/admin/web.d.ts +6 -0
- package/dist/local-auth/admin/web.d.ts.map +1 -0
- package/dist/local-auth/admin/web.js +43 -0
- package/dist/local-auth/admin/web.js.map +1 -0
- package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -1
- package/dist/local-auth/core/components/local-auth-definition-editor.js +5 -2
- package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +5 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +20 -5
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +4 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +8 -2
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +40 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +47 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +31 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +97 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +133 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +2 -1
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +9 -3
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +26 -0
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +2 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +52 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +28 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js +23 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +1 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.ts +26 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts +15 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js +35 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +1 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.ts +47 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +88 -3
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +264 -9
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +88 -3
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +352 -12
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +176 -6
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +88 -3
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +176 -6
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +88 -3
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
- package/dist/local-auth/core/node.d.ts.map +1 -1
- package/dist/local-auth/core/node.js +5 -1
- package/dist/local-auth/core/node.js.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.d.ts +3 -0
- package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.js +4 -0
- package/dist/local-auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/local-auth/plugin.json +1 -1
- package/dist/web/assets/{__federation_expose_auth0CoreCommon-lV5QSzvf.js → __federation_expose_auth0CoreCommon-Dd4OxG3J.js} +3 -3
- package/dist/web/assets/{__federation_expose_auth0CoreCommon-lV5QSzvf.js.map → __federation_expose_auth0CoreCommon-Dd4OxG3J.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-5F0rTNis.js → __federation_expose_auth0CoreWeb-C_de43BE.js} +5 -5
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-5F0rTNis.js.map → __federation_expose_auth0CoreWeb-C_de43BE.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_authCoreCommon-C5cVmNCH.js → __federation_expose_authCoreCommon-BAF30G9e.js} +3 -3
- package/dist/web/assets/{__federation_expose_authCoreCommon-C5cVmNCH.js.map → __federation_expose_authCoreCommon-BAF30G9e.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_authCoreWeb-CJxY8hZC.js → __federation_expose_authCoreWeb-B26BFarY.js} +6 -6
- package/dist/web/assets/{__federation_expose_authCoreWeb-CJxY8hZC.js.map → __federation_expose_authCoreWeb-B26BFarY.js.map} +1 -1
- package/dist/web/assets/__federation_expose_local-authAdminCommon-DLbuTALX.js +64 -0
- package/dist/web/assets/__federation_expose_local-authAdminCommon-DLbuTALX.js.map +1 -0
- package/dist/web/assets/__federation_expose_local-authAdminWeb-bT8Js4V6.js +58 -0
- package/dist/web/assets/__federation_expose_local-authAdminWeb-bT8Js4V6.js.map +1 -0
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-Dr_ngV2l.js → __federation_expose_local-authCoreCommon-D9tovFrj.js} +3 -3
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-Dr_ngV2l.js.map → __federation_expose_local-authCoreCommon-D9tovFrj.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-B5iBudnh.js → __federation_expose_local-authCoreWeb-DKVkRzEo.js} +24 -7
- package/dist/web/assets/__federation_expose_local-authCoreWeb-DKVkRzEo.js.map +1 -0
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-l8knzO7I.js → __federation_expose_placeholder-authCoreCommon-D1fszuKq.js} +3 -3
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-l8knzO7I.js.map → __federation_expose_placeholder-authCoreCommon-D1fszuKq.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-DbI_bZsk.js → __federation_expose_placeholder-authCoreWeb-tw3UiMLM.js} +5 -5
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-DbI_bZsk.js.map → __federation_expose_placeholder-authCoreWeb-tw3UiMLM.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-DReOsou_.js → __federation_fn_import-B_QMlAIe.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-DReOsou_.js.map → __federation_fn_import-B_QMlAIe.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-BlPKO2K7.js → web-DdrB9jrq.js} +74 -6
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DdrB9jrq.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-CGEZr0YI.js → project-builder-lib-BvG5Zcxb.js} +567 -184
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-BvG5Zcxb.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-RO_rk4f0.js → ui-components-CjIA8Av2.js} +873 -624
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-CjIA8Av2.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-BbU_EX7_.js → utils-LpAGNm5N.js} +2 -2
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-BbU_EX7_.js.map → utils-LpAGNm5N.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-CNTPQj7N.js → react-router-CEcQRiV1.js} +2 -2
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-CNTPQj7N.js.map → react-router-CEcQRiV1.js.map} +1 -1
- package/dist/web/assets/{get-auth-plugin-definition-CQ6mWMZk.js → get-auth-plugin-definition-BrApugiB.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-CQ6mWMZk.js.map → get-auth-plugin-definition-BrApugiB.js.map} +1 -1
- package/dist/web/assets/{index-BkOJzK_m.js → index-DAcyTb_o.js} +5 -3
- package/dist/web/assets/{index-BkOJzK_m.js.map → index-DAcyTb_o.js.map} +1 -1
- package/dist/web/assets/{index.esm-UnRzlLlr.js → index.esm-BFQQfZNu.js} +2 -2
- package/dist/web/assets/{index.esm-UnRzlLlr.js.map → index.esm-BFQQfZNu.js.map} +1 -1
- package/dist/web/assets/{model-merger-BLEOsCIp.js → model-merger-boZDknXa.js} +11 -4
- package/dist/web/assets/model-merger-boZDknXa.js.map +1 -0
- package/dist/web/assets/{plugin-definition-PCHsX2lR.js → plugin-definition-B7A-hS1o.js} +2 -2
- package/dist/web/assets/{plugin-definition-PCHsX2lR.js.map → plugin-definition-B7A-hS1o.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-ChUKIqUg.js → plugin-definition-BeK0C-OP.js} +11 -2
- package/dist/web/assets/plugin-definition-BeK0C-OP.js.map +1 -0
- package/dist/web/assets/{plugin-definition-DH4QyCfv.js → plugin-definition-CyqVivit.js} +2 -2
- package/dist/web/assets/{plugin-definition-DH4QyCfv.js.map → plugin-definition-CyqVivit.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-C935Xf1h.js → plugin-definition-DfsGhMRb.js} +2 -2
- package/dist/web/assets/{plugin-definition-C935Xf1h.js.map → plugin-definition-DfsGhMRb.js.map} +1 -1
- package/dist/web/assets/{react-ecPihYHK.js → react-CKjL52W8.js} +2 -2
- package/dist/web/assets/{react-ecPihYHK.js.map → react-CKjL52W8.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +14 -8
- package/dist/web/assets/remoteEntry.js.map +1 -1
- package/dist/web/assets/{styles-I6mpdfRm.js → styles-CyTaudys.js} +3 -3
- package/dist/web/assets/{styles-I6mpdfRm.js.map → styles-CyTaudys.js.map} +1 -1
- package/package.json +12 -12
- package/dist/web/assets/__federation_expose_local-authCoreWeb-B5iBudnh.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BlPKO2K7.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CGEZr0YI.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-RO_rk4f0.js.map +0 -1
- package/dist/web/assets/model-merger-BLEOsCIp.js.map +0 -1
- package/dist/web/assets/plugin-definition-ChUKIqUg.js.map +0 -1
|
@@ -48,6 +48,19 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
48
48
|
Alert: {};
|
|
49
49
|
AlertDescription: {};
|
|
50
50
|
AlertTitle: {};
|
|
51
|
+
Badge: {};
|
|
52
|
+
badgeVariants: {};
|
|
53
|
+
BadgeWithIcon: {};
|
|
54
|
+
BadgeWithIconProps: {
|
|
55
|
+
isTypeOnly: true;
|
|
56
|
+
};
|
|
57
|
+
Breadcrumb: {};
|
|
58
|
+
BreadcrumbEllipsis: {};
|
|
59
|
+
BreadcrumbItem: {};
|
|
60
|
+
BreadcrumbLink: {};
|
|
61
|
+
BreadcrumbList: {};
|
|
62
|
+
BreadcrumbPage: {};
|
|
63
|
+
BreadcrumbSeparator: {};
|
|
51
64
|
Button: {};
|
|
52
65
|
buttonVariants: {};
|
|
53
66
|
Calendar: {};
|
|
@@ -66,6 +79,15 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
66
79
|
Combobox: {};
|
|
67
80
|
ComboboxField: {};
|
|
68
81
|
ComboboxFieldController: {};
|
|
82
|
+
Command: {};
|
|
83
|
+
CommandDialog: {};
|
|
84
|
+
CommandEmpty: {};
|
|
85
|
+
CommandGroup: {};
|
|
86
|
+
CommandInput: {};
|
|
87
|
+
CommandItem: {};
|
|
88
|
+
CommandList: {};
|
|
89
|
+
CommandSeparator: {};
|
|
90
|
+
CommandShortcut: {};
|
|
69
91
|
ConfirmDialog: {};
|
|
70
92
|
DatePickerField: {};
|
|
71
93
|
DatePickerFieldController: {};
|
|
@@ -84,6 +106,21 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
84
106
|
DialogWidth: {
|
|
85
107
|
isTypeOnly: true;
|
|
86
108
|
};
|
|
109
|
+
DropdownMenu: {};
|
|
110
|
+
DropdownMenuCheckboxItem: {};
|
|
111
|
+
DropdownMenuContent: {};
|
|
112
|
+
DropdownMenuGroup: {};
|
|
113
|
+
DropdownMenuItem: {};
|
|
114
|
+
DropdownMenuLabel: {};
|
|
115
|
+
DropdownMenuPortal: {};
|
|
116
|
+
DropdownMenuRadioGroup: {};
|
|
117
|
+
DropdownMenuRadioItem: {};
|
|
118
|
+
DropdownMenuSeparator: {};
|
|
119
|
+
DropdownMenuShortcut: {};
|
|
120
|
+
DropdownMenuSub: {};
|
|
121
|
+
DropdownMenuSubContent: {};
|
|
122
|
+
DropdownMenuSubTrigger: {};
|
|
123
|
+
DropdownMenuTrigger: {};
|
|
87
124
|
EmptyDisplay: {};
|
|
88
125
|
ErrorableLoader: {};
|
|
89
126
|
ErrorDisplay: {};
|
|
@@ -107,6 +144,17 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
107
144
|
Loader: {};
|
|
108
145
|
mergeRefs: {};
|
|
109
146
|
Modal: {};
|
|
147
|
+
MultiCombobox: {};
|
|
148
|
+
MultiComboboxContent: {};
|
|
149
|
+
MultiComboboxEmpty: {};
|
|
150
|
+
MultiComboboxField: {};
|
|
151
|
+
MultiComboboxFieldController: {};
|
|
152
|
+
MultiComboboxFieldProps: {
|
|
153
|
+
isTypeOnly: true;
|
|
154
|
+
};
|
|
155
|
+
MultiComboboxGroup: {};
|
|
156
|
+
MultiComboboxInput: {};
|
|
157
|
+
MultiComboboxItem: {};
|
|
110
158
|
MultiSelectOptionProps: {
|
|
111
159
|
isTypeOnly: true;
|
|
112
160
|
};
|
|
@@ -139,9 +187,39 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
139
187
|
isTypeOnly: true;
|
|
140
188
|
};
|
|
141
189
|
selectTriggerVariants: {};
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
190
|
+
Separator: {};
|
|
191
|
+
Sheet: {};
|
|
192
|
+
SheetClose: {};
|
|
193
|
+
SheetContent: {};
|
|
194
|
+
SheetDescription: {};
|
|
195
|
+
SheetFooter: {};
|
|
196
|
+
SheetHeader: {};
|
|
197
|
+
SheetTitle: {};
|
|
198
|
+
SheetTrigger: {};
|
|
199
|
+
Sidebar: {};
|
|
200
|
+
SidebarContent: {};
|
|
201
|
+
SidebarFooter: {};
|
|
202
|
+
SidebarGroup: {};
|
|
203
|
+
SidebarGroupAction: {};
|
|
204
|
+
SidebarGroupContent: {};
|
|
205
|
+
SidebarGroupLabel: {};
|
|
206
|
+
SidebarHeader: {};
|
|
207
|
+
SidebarInput: {};
|
|
208
|
+
SidebarInset: {};
|
|
209
|
+
SidebarMenu: {};
|
|
210
|
+
SidebarMenuAction: {};
|
|
211
|
+
SidebarMenuBadge: {};
|
|
212
|
+
SidebarMenuButton: {};
|
|
213
|
+
SidebarMenuItem: {};
|
|
214
|
+
SidebarMenuSkeleton: {};
|
|
215
|
+
SidebarMenuSub: {};
|
|
216
|
+
SidebarMenuSubButton: {};
|
|
217
|
+
SidebarMenuSubItem: {};
|
|
218
|
+
SidebarProvider: {};
|
|
219
|
+
SidebarRail: {};
|
|
220
|
+
SidebarSeparator: {};
|
|
221
|
+
SidebarTrigger: {};
|
|
222
|
+
Skeleton: {};
|
|
145
223
|
Switch: {};
|
|
146
224
|
SwitchField: {};
|
|
147
225
|
SwitchFieldController: {};
|
|
@@ -159,6 +237,10 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
159
237
|
TextAreaInput: {};
|
|
160
238
|
TextInput: {};
|
|
161
239
|
Toaster: {};
|
|
240
|
+
Tooltip: {};
|
|
241
|
+
TooltipContent: {};
|
|
242
|
+
TooltipProvider: {};
|
|
243
|
+
TooltipTrigger: {};
|
|
162
244
|
useConfirmDialog: {};
|
|
163
245
|
UseConfirmDialogRequestOptions: {
|
|
164
246
|
isTypeOnly: true;
|
|
@@ -166,6 +248,9 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
166
248
|
useConfirmDialogState: {};
|
|
167
249
|
useControlledState: {};
|
|
168
250
|
useControllerMerged: {};
|
|
251
|
+
useIsMobile: {};
|
|
252
|
+
useMultiComboboxContext: {};
|
|
253
|
+
useSidebar: {};
|
|
169
254
|
}>>;
|
|
170
255
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
171
256
|
formatError: {};
|
|
@@ -211,6 +296,19 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
211
296
|
Alert: {};
|
|
212
297
|
AlertDescription: {};
|
|
213
298
|
AlertTitle: {};
|
|
299
|
+
Badge: {};
|
|
300
|
+
badgeVariants: {};
|
|
301
|
+
BadgeWithIcon: {};
|
|
302
|
+
BadgeWithIconProps: {
|
|
303
|
+
isTypeOnly: true;
|
|
304
|
+
};
|
|
305
|
+
Breadcrumb: {};
|
|
306
|
+
BreadcrumbEllipsis: {};
|
|
307
|
+
BreadcrumbItem: {};
|
|
308
|
+
BreadcrumbLink: {};
|
|
309
|
+
BreadcrumbList: {};
|
|
310
|
+
BreadcrumbPage: {};
|
|
311
|
+
BreadcrumbSeparator: {};
|
|
214
312
|
Button: {};
|
|
215
313
|
buttonVariants: {};
|
|
216
314
|
Calendar: {};
|
|
@@ -229,6 +327,15 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
229
327
|
Combobox: {};
|
|
230
328
|
ComboboxField: {};
|
|
231
329
|
ComboboxFieldController: {};
|
|
330
|
+
Command: {};
|
|
331
|
+
CommandDialog: {};
|
|
332
|
+
CommandEmpty: {};
|
|
333
|
+
CommandGroup: {};
|
|
334
|
+
CommandInput: {};
|
|
335
|
+
CommandItem: {};
|
|
336
|
+
CommandList: {};
|
|
337
|
+
CommandSeparator: {};
|
|
338
|
+
CommandShortcut: {};
|
|
232
339
|
ConfirmDialog: {};
|
|
233
340
|
DatePickerField: {};
|
|
234
341
|
DatePickerFieldController: {};
|
|
@@ -247,6 +354,21 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
247
354
|
DialogWidth: {
|
|
248
355
|
isTypeOnly: true;
|
|
249
356
|
};
|
|
357
|
+
DropdownMenu: {};
|
|
358
|
+
DropdownMenuCheckboxItem: {};
|
|
359
|
+
DropdownMenuContent: {};
|
|
360
|
+
DropdownMenuGroup: {};
|
|
361
|
+
DropdownMenuItem: {};
|
|
362
|
+
DropdownMenuLabel: {};
|
|
363
|
+
DropdownMenuPortal: {};
|
|
364
|
+
DropdownMenuRadioGroup: {};
|
|
365
|
+
DropdownMenuRadioItem: {};
|
|
366
|
+
DropdownMenuSeparator: {};
|
|
367
|
+
DropdownMenuShortcut: {};
|
|
368
|
+
DropdownMenuSub: {};
|
|
369
|
+
DropdownMenuSubContent: {};
|
|
370
|
+
DropdownMenuSubTrigger: {};
|
|
371
|
+
DropdownMenuTrigger: {};
|
|
250
372
|
EmptyDisplay: {};
|
|
251
373
|
ErrorableLoader: {};
|
|
252
374
|
ErrorDisplay: {};
|
|
@@ -270,6 +392,17 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
270
392
|
Loader: {};
|
|
271
393
|
mergeRefs: {};
|
|
272
394
|
Modal: {};
|
|
395
|
+
MultiCombobox: {};
|
|
396
|
+
MultiComboboxContent: {};
|
|
397
|
+
MultiComboboxEmpty: {};
|
|
398
|
+
MultiComboboxField: {};
|
|
399
|
+
MultiComboboxFieldController: {};
|
|
400
|
+
MultiComboboxFieldProps: {
|
|
401
|
+
isTypeOnly: true;
|
|
402
|
+
};
|
|
403
|
+
MultiComboboxGroup: {};
|
|
404
|
+
MultiComboboxInput: {};
|
|
405
|
+
MultiComboboxItem: {};
|
|
273
406
|
MultiSelectOptionProps: {
|
|
274
407
|
isTypeOnly: true;
|
|
275
408
|
};
|
|
@@ -302,9 +435,39 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
302
435
|
isTypeOnly: true;
|
|
303
436
|
};
|
|
304
437
|
selectTriggerVariants: {};
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
438
|
+
Separator: {};
|
|
439
|
+
Sheet: {};
|
|
440
|
+
SheetClose: {};
|
|
441
|
+
SheetContent: {};
|
|
442
|
+
SheetDescription: {};
|
|
443
|
+
SheetFooter: {};
|
|
444
|
+
SheetHeader: {};
|
|
445
|
+
SheetTitle: {};
|
|
446
|
+
SheetTrigger: {};
|
|
447
|
+
Sidebar: {};
|
|
448
|
+
SidebarContent: {};
|
|
449
|
+
SidebarFooter: {};
|
|
450
|
+
SidebarGroup: {};
|
|
451
|
+
SidebarGroupAction: {};
|
|
452
|
+
SidebarGroupContent: {};
|
|
453
|
+
SidebarGroupLabel: {};
|
|
454
|
+
SidebarHeader: {};
|
|
455
|
+
SidebarInput: {};
|
|
456
|
+
SidebarInset: {};
|
|
457
|
+
SidebarMenu: {};
|
|
458
|
+
SidebarMenuAction: {};
|
|
459
|
+
SidebarMenuBadge: {};
|
|
460
|
+
SidebarMenuButton: {};
|
|
461
|
+
SidebarMenuItem: {};
|
|
462
|
+
SidebarMenuSkeleton: {};
|
|
463
|
+
SidebarMenuSub: {};
|
|
464
|
+
SidebarMenuSubButton: {};
|
|
465
|
+
SidebarMenuSubItem: {};
|
|
466
|
+
SidebarProvider: {};
|
|
467
|
+
SidebarRail: {};
|
|
468
|
+
SidebarSeparator: {};
|
|
469
|
+
SidebarTrigger: {};
|
|
470
|
+
Skeleton: {};
|
|
308
471
|
Switch: {};
|
|
309
472
|
SwitchField: {};
|
|
310
473
|
SwitchFieldController: {};
|
|
@@ -322,6 +485,10 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
322
485
|
TextAreaInput: {};
|
|
323
486
|
TextInput: {};
|
|
324
487
|
Toaster: {};
|
|
488
|
+
Tooltip: {};
|
|
489
|
+
TooltipContent: {};
|
|
490
|
+
TooltipProvider: {};
|
|
491
|
+
TooltipTrigger: {};
|
|
325
492
|
useConfirmDialog: {};
|
|
326
493
|
UseConfirmDialogRequestOptions: {
|
|
327
494
|
isTypeOnly: true;
|
|
@@ -329,6 +496,9 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
329
496
|
useConfirmDialogState: {};
|
|
330
497
|
useControlledState: {};
|
|
331
498
|
useControllerMerged: {};
|
|
499
|
+
useIsMobile: {};
|
|
500
|
+
useMultiComboboxContext: {};
|
|
501
|
+
useSidebar: {};
|
|
332
502
|
}>>;
|
|
333
503
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
334
504
|
formatError: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/react-session/generated/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/react-session/generated/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKnD,CAAC"}
|
|
@@ -40,6 +40,19 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_RENDERERS: {
|
|
|
40
40
|
Alert: {};
|
|
41
41
|
AlertDescription: {};
|
|
42
42
|
AlertTitle: {};
|
|
43
|
+
Badge: {};
|
|
44
|
+
badgeVariants: {};
|
|
45
|
+
BadgeWithIcon: {};
|
|
46
|
+
BadgeWithIconProps: {
|
|
47
|
+
isTypeOnly: true;
|
|
48
|
+
};
|
|
49
|
+
Breadcrumb: {};
|
|
50
|
+
BreadcrumbEllipsis: {};
|
|
51
|
+
BreadcrumbItem: {};
|
|
52
|
+
BreadcrumbLink: {};
|
|
53
|
+
BreadcrumbList: {};
|
|
54
|
+
BreadcrumbPage: {};
|
|
55
|
+
BreadcrumbSeparator: {};
|
|
43
56
|
Button: {};
|
|
44
57
|
buttonVariants: {};
|
|
45
58
|
Calendar: {};
|
|
@@ -58,6 +71,15 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_RENDERERS: {
|
|
|
58
71
|
Combobox: {};
|
|
59
72
|
ComboboxField: {};
|
|
60
73
|
ComboboxFieldController: {};
|
|
74
|
+
Command: {};
|
|
75
|
+
CommandDialog: {};
|
|
76
|
+
CommandEmpty: {};
|
|
77
|
+
CommandGroup: {};
|
|
78
|
+
CommandInput: {};
|
|
79
|
+
CommandItem: {};
|
|
80
|
+
CommandList: {};
|
|
81
|
+
CommandSeparator: {};
|
|
82
|
+
CommandShortcut: {};
|
|
61
83
|
ConfirmDialog: {};
|
|
62
84
|
DatePickerField: {};
|
|
63
85
|
DatePickerFieldController: {};
|
|
@@ -76,6 +98,21 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_RENDERERS: {
|
|
|
76
98
|
DialogWidth: {
|
|
77
99
|
isTypeOnly: true;
|
|
78
100
|
};
|
|
101
|
+
DropdownMenu: {};
|
|
102
|
+
DropdownMenuCheckboxItem: {};
|
|
103
|
+
DropdownMenuContent: {};
|
|
104
|
+
DropdownMenuGroup: {};
|
|
105
|
+
DropdownMenuItem: {};
|
|
106
|
+
DropdownMenuLabel: {};
|
|
107
|
+
DropdownMenuPortal: {};
|
|
108
|
+
DropdownMenuRadioGroup: {};
|
|
109
|
+
DropdownMenuRadioItem: {};
|
|
110
|
+
DropdownMenuSeparator: {};
|
|
111
|
+
DropdownMenuShortcut: {};
|
|
112
|
+
DropdownMenuSub: {};
|
|
113
|
+
DropdownMenuSubContent: {};
|
|
114
|
+
DropdownMenuSubTrigger: {};
|
|
115
|
+
DropdownMenuTrigger: {};
|
|
79
116
|
EmptyDisplay: {};
|
|
80
117
|
ErrorableLoader: {};
|
|
81
118
|
ErrorDisplay: {};
|
|
@@ -99,6 +136,17 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_RENDERERS: {
|
|
|
99
136
|
Loader: {};
|
|
100
137
|
mergeRefs: {};
|
|
101
138
|
Modal: {};
|
|
139
|
+
MultiCombobox: {};
|
|
140
|
+
MultiComboboxContent: {};
|
|
141
|
+
MultiComboboxEmpty: {};
|
|
142
|
+
MultiComboboxField: {};
|
|
143
|
+
MultiComboboxFieldController: {};
|
|
144
|
+
MultiComboboxFieldProps: {
|
|
145
|
+
isTypeOnly: true;
|
|
146
|
+
};
|
|
147
|
+
MultiComboboxGroup: {};
|
|
148
|
+
MultiComboboxInput: {};
|
|
149
|
+
MultiComboboxItem: {};
|
|
102
150
|
MultiSelectOptionProps: {
|
|
103
151
|
isTypeOnly: true;
|
|
104
152
|
};
|
|
@@ -131,9 +179,39 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_RENDERERS: {
|
|
|
131
179
|
isTypeOnly: true;
|
|
132
180
|
};
|
|
133
181
|
selectTriggerVariants: {};
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
182
|
+
Separator: {};
|
|
183
|
+
Sheet: {};
|
|
184
|
+
SheetClose: {};
|
|
185
|
+
SheetContent: {};
|
|
186
|
+
SheetDescription: {};
|
|
187
|
+
SheetFooter: {};
|
|
188
|
+
SheetHeader: {};
|
|
189
|
+
SheetTitle: {};
|
|
190
|
+
SheetTrigger: {};
|
|
191
|
+
Sidebar: {};
|
|
192
|
+
SidebarContent: {};
|
|
193
|
+
SidebarFooter: {};
|
|
194
|
+
SidebarGroup: {};
|
|
195
|
+
SidebarGroupAction: {};
|
|
196
|
+
SidebarGroupContent: {};
|
|
197
|
+
SidebarGroupLabel: {};
|
|
198
|
+
SidebarHeader: {};
|
|
199
|
+
SidebarInput: {};
|
|
200
|
+
SidebarInset: {};
|
|
201
|
+
SidebarMenu: {};
|
|
202
|
+
SidebarMenuAction: {};
|
|
203
|
+
SidebarMenuBadge: {};
|
|
204
|
+
SidebarMenuButton: {};
|
|
205
|
+
SidebarMenuItem: {};
|
|
206
|
+
SidebarMenuSkeleton: {};
|
|
207
|
+
SidebarMenuSub: {};
|
|
208
|
+
SidebarMenuSubButton: {};
|
|
209
|
+
SidebarMenuSubItem: {};
|
|
210
|
+
SidebarProvider: {};
|
|
211
|
+
SidebarRail: {};
|
|
212
|
+
SidebarSeparator: {};
|
|
213
|
+
SidebarTrigger: {};
|
|
214
|
+
Skeleton: {};
|
|
137
215
|
Switch: {};
|
|
138
216
|
SwitchField: {};
|
|
139
217
|
SwitchFieldController: {};
|
|
@@ -151,6 +229,10 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_RENDERERS: {
|
|
|
151
229
|
TextAreaInput: {};
|
|
152
230
|
TextInput: {};
|
|
153
231
|
Toaster: {};
|
|
232
|
+
Tooltip: {};
|
|
233
|
+
TooltipContent: {};
|
|
234
|
+
TooltipProvider: {};
|
|
235
|
+
TooltipTrigger: {};
|
|
154
236
|
useConfirmDialog: {};
|
|
155
237
|
UseConfirmDialogRequestOptions: {
|
|
156
238
|
isTypeOnly: true;
|
|
@@ -158,6 +240,9 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_RENDERERS: {
|
|
|
158
240
|
useConfirmDialogState: {};
|
|
159
241
|
useControlledState: {};
|
|
160
242
|
useControllerMerged: {};
|
|
243
|
+
useIsMobile: {};
|
|
244
|
+
useMultiComboboxContext: {};
|
|
245
|
+
useSidebar: {};
|
|
161
246
|
}>>;
|
|
162
247
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
163
248
|
formatError: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/react-session/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;AAkBzD,OAAO,EAAE,uCAAuC,EAAE,MAAM,sBAAsB,CAAC;AAE/E,MAAM,WAAW,kCAAkC;IACjD,SAAS,EAAE;QACT,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,uCAAuC,CAAC,SAAS,CACzD,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;IACF,sBAAsB,EAAE;QACtB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,iCAAiC,CAC/B,OAAO,uCAAuC,CAAC,sBAAsB,CACtE,EACD,aAAa,GAAG,UAAU,CAC3B,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAmED,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/react-session/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;AAkBzD,OAAO,EAAE,uCAAuC,EAAE,MAAM,sBAAsB,CAAC;AAE/E,MAAM,WAAW,kCAAkC;IACjD,SAAS,EAAE;QACT,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,uCAAuC,CAAC,SAAS,CACzD,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;IACF,sBAAsB,EAAE;QACtB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,iCAAiC,CAC/B,OAAO,uCAAuC,CAAC,sBAAsB,CACtE,EACD,aAAa,GAAG,UAAU,CAC3B,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAmED,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnD,CAAC"}
|