@baseplate-dev/plugin-auth 2.0.0 → 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
|
@@ -7,6 +7,19 @@ export declare const pagesGroup: {
|
|
|
7
7
|
Alert: {};
|
|
8
8
|
AlertDescription: {};
|
|
9
9
|
AlertTitle: {};
|
|
10
|
+
Badge: {};
|
|
11
|
+
badgeVariants: {};
|
|
12
|
+
BadgeWithIcon: {};
|
|
13
|
+
BadgeWithIconProps: {
|
|
14
|
+
isTypeOnly: true;
|
|
15
|
+
};
|
|
16
|
+
Breadcrumb: {};
|
|
17
|
+
BreadcrumbEllipsis: {};
|
|
18
|
+
BreadcrumbItem: {};
|
|
19
|
+
BreadcrumbLink: {};
|
|
20
|
+
BreadcrumbList: {};
|
|
21
|
+
BreadcrumbPage: {};
|
|
22
|
+
BreadcrumbSeparator: {};
|
|
10
23
|
Button: {};
|
|
11
24
|
buttonVariants: {};
|
|
12
25
|
Calendar: {};
|
|
@@ -25,6 +38,15 @@ export declare const pagesGroup: {
|
|
|
25
38
|
Combobox: {};
|
|
26
39
|
ComboboxField: {};
|
|
27
40
|
ComboboxFieldController: {};
|
|
41
|
+
Command: {};
|
|
42
|
+
CommandDialog: {};
|
|
43
|
+
CommandEmpty: {};
|
|
44
|
+
CommandGroup: {};
|
|
45
|
+
CommandInput: {};
|
|
46
|
+
CommandItem: {};
|
|
47
|
+
CommandList: {};
|
|
48
|
+
CommandSeparator: {};
|
|
49
|
+
CommandShortcut: {};
|
|
28
50
|
ConfirmDialog: {};
|
|
29
51
|
DatePickerField: {};
|
|
30
52
|
DatePickerFieldController: {};
|
|
@@ -43,6 +65,21 @@ export declare const pagesGroup: {
|
|
|
43
65
|
DialogWidth: {
|
|
44
66
|
isTypeOnly: true;
|
|
45
67
|
};
|
|
68
|
+
DropdownMenu: {};
|
|
69
|
+
DropdownMenuCheckboxItem: {};
|
|
70
|
+
DropdownMenuContent: {};
|
|
71
|
+
DropdownMenuGroup: {};
|
|
72
|
+
DropdownMenuItem: {};
|
|
73
|
+
DropdownMenuLabel: {};
|
|
74
|
+
DropdownMenuPortal: {};
|
|
75
|
+
DropdownMenuRadioGroup: {};
|
|
76
|
+
DropdownMenuRadioItem: {};
|
|
77
|
+
DropdownMenuSeparator: {};
|
|
78
|
+
DropdownMenuShortcut: {};
|
|
79
|
+
DropdownMenuSub: {};
|
|
80
|
+
DropdownMenuSubContent: {};
|
|
81
|
+
DropdownMenuSubTrigger: {};
|
|
82
|
+
DropdownMenuTrigger: {};
|
|
46
83
|
EmptyDisplay: {};
|
|
47
84
|
ErrorableLoader: {};
|
|
48
85
|
ErrorDisplay: {};
|
|
@@ -66,6 +103,17 @@ export declare const pagesGroup: {
|
|
|
66
103
|
Loader: {};
|
|
67
104
|
mergeRefs: {};
|
|
68
105
|
Modal: {};
|
|
106
|
+
MultiCombobox: {};
|
|
107
|
+
MultiComboboxContent: {};
|
|
108
|
+
MultiComboboxEmpty: {};
|
|
109
|
+
MultiComboboxField: {};
|
|
110
|
+
MultiComboboxFieldController: {};
|
|
111
|
+
MultiComboboxFieldProps: {
|
|
112
|
+
isTypeOnly: true;
|
|
113
|
+
};
|
|
114
|
+
MultiComboboxGroup: {};
|
|
115
|
+
MultiComboboxInput: {};
|
|
116
|
+
MultiComboboxItem: {};
|
|
69
117
|
MultiSelectOptionProps: {
|
|
70
118
|
isTypeOnly: true;
|
|
71
119
|
};
|
|
@@ -98,9 +146,39 @@ export declare const pagesGroup: {
|
|
|
98
146
|
isTypeOnly: true;
|
|
99
147
|
};
|
|
100
148
|
selectTriggerVariants: {};
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
149
|
+
Separator: {};
|
|
150
|
+
Sheet: {};
|
|
151
|
+
SheetClose: {};
|
|
152
|
+
SheetContent: {};
|
|
153
|
+
SheetDescription: {};
|
|
154
|
+
SheetFooter: {};
|
|
155
|
+
SheetHeader: {};
|
|
156
|
+
SheetTitle: {};
|
|
157
|
+
SheetTrigger: {};
|
|
158
|
+
Sidebar: {};
|
|
159
|
+
SidebarContent: {};
|
|
160
|
+
SidebarFooter: {};
|
|
161
|
+
SidebarGroup: {};
|
|
162
|
+
SidebarGroupAction: {};
|
|
163
|
+
SidebarGroupContent: {};
|
|
164
|
+
SidebarGroupLabel: {};
|
|
165
|
+
SidebarHeader: {};
|
|
166
|
+
SidebarInput: {};
|
|
167
|
+
SidebarInset: {};
|
|
168
|
+
SidebarMenu: {};
|
|
169
|
+
SidebarMenuAction: {};
|
|
170
|
+
SidebarMenuBadge: {};
|
|
171
|
+
SidebarMenuButton: {};
|
|
172
|
+
SidebarMenuItem: {};
|
|
173
|
+
SidebarMenuSkeleton: {};
|
|
174
|
+
SidebarMenuSub: {};
|
|
175
|
+
SidebarMenuSubButton: {};
|
|
176
|
+
SidebarMenuSubItem: {};
|
|
177
|
+
SidebarProvider: {};
|
|
178
|
+
SidebarRail: {};
|
|
179
|
+
SidebarSeparator: {};
|
|
180
|
+
SidebarTrigger: {};
|
|
181
|
+
Skeleton: {};
|
|
104
182
|
Switch: {};
|
|
105
183
|
SwitchField: {};
|
|
106
184
|
SwitchFieldController: {};
|
|
@@ -118,6 +196,10 @@ export declare const pagesGroup: {
|
|
|
118
196
|
TextAreaInput: {};
|
|
119
197
|
TextInput: {};
|
|
120
198
|
Toaster: {};
|
|
199
|
+
Tooltip: {};
|
|
200
|
+
TooltipContent: {};
|
|
201
|
+
TooltipProvider: {};
|
|
202
|
+
TooltipTrigger: {};
|
|
121
203
|
useConfirmDialog: {};
|
|
122
204
|
UseConfirmDialogRequestOptions: {
|
|
123
205
|
isTypeOnly: true;
|
|
@@ -125,6 +207,9 @@ export declare const pagesGroup: {
|
|
|
125
207
|
useConfirmDialogState: {};
|
|
126
208
|
useControlledState: {};
|
|
127
209
|
useControllerMerged: {};
|
|
210
|
+
useIsMobile: {};
|
|
211
|
+
useMultiComboboxContext: {};
|
|
212
|
+
useSidebar: {};
|
|
128
213
|
}>>;
|
|
129
214
|
}, Record<never, Record<never, never>>>;
|
|
130
215
|
};
|
|
@@ -138,6 +223,19 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
|
|
|
138
223
|
Alert: {};
|
|
139
224
|
AlertDescription: {};
|
|
140
225
|
AlertTitle: {};
|
|
226
|
+
Badge: {};
|
|
227
|
+
badgeVariants: {};
|
|
228
|
+
BadgeWithIcon: {};
|
|
229
|
+
BadgeWithIconProps: {
|
|
230
|
+
isTypeOnly: true;
|
|
231
|
+
};
|
|
232
|
+
Breadcrumb: {};
|
|
233
|
+
BreadcrumbEllipsis: {};
|
|
234
|
+
BreadcrumbItem: {};
|
|
235
|
+
BreadcrumbLink: {};
|
|
236
|
+
BreadcrumbList: {};
|
|
237
|
+
BreadcrumbPage: {};
|
|
238
|
+
BreadcrumbSeparator: {};
|
|
141
239
|
Button: {};
|
|
142
240
|
buttonVariants: {};
|
|
143
241
|
Calendar: {};
|
|
@@ -156,6 +254,15 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
|
|
|
156
254
|
Combobox: {};
|
|
157
255
|
ComboboxField: {};
|
|
158
256
|
ComboboxFieldController: {};
|
|
257
|
+
Command: {};
|
|
258
|
+
CommandDialog: {};
|
|
259
|
+
CommandEmpty: {};
|
|
260
|
+
CommandGroup: {};
|
|
261
|
+
CommandInput: {};
|
|
262
|
+
CommandItem: {};
|
|
263
|
+
CommandList: {};
|
|
264
|
+
CommandSeparator: {};
|
|
265
|
+
CommandShortcut: {};
|
|
159
266
|
ConfirmDialog: {};
|
|
160
267
|
DatePickerField: {};
|
|
161
268
|
DatePickerFieldController: {};
|
|
@@ -174,6 +281,21 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
|
|
|
174
281
|
DialogWidth: {
|
|
175
282
|
isTypeOnly: true;
|
|
176
283
|
};
|
|
284
|
+
DropdownMenu: {};
|
|
285
|
+
DropdownMenuCheckboxItem: {};
|
|
286
|
+
DropdownMenuContent: {};
|
|
287
|
+
DropdownMenuGroup: {};
|
|
288
|
+
DropdownMenuItem: {};
|
|
289
|
+
DropdownMenuLabel: {};
|
|
290
|
+
DropdownMenuPortal: {};
|
|
291
|
+
DropdownMenuRadioGroup: {};
|
|
292
|
+
DropdownMenuRadioItem: {};
|
|
293
|
+
DropdownMenuSeparator: {};
|
|
294
|
+
DropdownMenuShortcut: {};
|
|
295
|
+
DropdownMenuSub: {};
|
|
296
|
+
DropdownMenuSubContent: {};
|
|
297
|
+
DropdownMenuSubTrigger: {};
|
|
298
|
+
DropdownMenuTrigger: {};
|
|
177
299
|
EmptyDisplay: {};
|
|
178
300
|
ErrorableLoader: {};
|
|
179
301
|
ErrorDisplay: {};
|
|
@@ -197,6 +319,17 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
|
|
|
197
319
|
Loader: {};
|
|
198
320
|
mergeRefs: {};
|
|
199
321
|
Modal: {};
|
|
322
|
+
MultiCombobox: {};
|
|
323
|
+
MultiComboboxContent: {};
|
|
324
|
+
MultiComboboxEmpty: {};
|
|
325
|
+
MultiComboboxField: {};
|
|
326
|
+
MultiComboboxFieldController: {};
|
|
327
|
+
MultiComboboxFieldProps: {
|
|
328
|
+
isTypeOnly: true;
|
|
329
|
+
};
|
|
330
|
+
MultiComboboxGroup: {};
|
|
331
|
+
MultiComboboxInput: {};
|
|
332
|
+
MultiComboboxItem: {};
|
|
200
333
|
MultiSelectOptionProps: {
|
|
201
334
|
isTypeOnly: true;
|
|
202
335
|
};
|
|
@@ -229,9 +362,39 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
|
|
|
229
362
|
isTypeOnly: true;
|
|
230
363
|
};
|
|
231
364
|
selectTriggerVariants: {};
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
365
|
+
Separator: {};
|
|
366
|
+
Sheet: {};
|
|
367
|
+
SheetClose: {};
|
|
368
|
+
SheetContent: {};
|
|
369
|
+
SheetDescription: {};
|
|
370
|
+
SheetFooter: {};
|
|
371
|
+
SheetHeader: {};
|
|
372
|
+
SheetTitle: {};
|
|
373
|
+
SheetTrigger: {};
|
|
374
|
+
Sidebar: {};
|
|
375
|
+
SidebarContent: {};
|
|
376
|
+
SidebarFooter: {};
|
|
377
|
+
SidebarGroup: {};
|
|
378
|
+
SidebarGroupAction: {};
|
|
379
|
+
SidebarGroupContent: {};
|
|
380
|
+
SidebarGroupLabel: {};
|
|
381
|
+
SidebarHeader: {};
|
|
382
|
+
SidebarInput: {};
|
|
383
|
+
SidebarInset: {};
|
|
384
|
+
SidebarMenu: {};
|
|
385
|
+
SidebarMenuAction: {};
|
|
386
|
+
SidebarMenuBadge: {};
|
|
387
|
+
SidebarMenuButton: {};
|
|
388
|
+
SidebarMenuItem: {};
|
|
389
|
+
SidebarMenuSkeleton: {};
|
|
390
|
+
SidebarMenuSub: {};
|
|
391
|
+
SidebarMenuSubButton: {};
|
|
392
|
+
SidebarMenuSubItem: {};
|
|
393
|
+
SidebarProvider: {};
|
|
394
|
+
SidebarRail: {};
|
|
395
|
+
SidebarSeparator: {};
|
|
396
|
+
SidebarTrigger: {};
|
|
397
|
+
Skeleton: {};
|
|
235
398
|
Switch: {};
|
|
236
399
|
SwitchField: {};
|
|
237
400
|
SwitchFieldController: {};
|
|
@@ -249,6 +412,10 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
|
|
|
249
412
|
TextAreaInput: {};
|
|
250
413
|
TextInput: {};
|
|
251
414
|
Toaster: {};
|
|
415
|
+
Tooltip: {};
|
|
416
|
+
TooltipContent: {};
|
|
417
|
+
TooltipProvider: {};
|
|
418
|
+
TooltipTrigger: {};
|
|
252
419
|
useConfirmDialog: {};
|
|
253
420
|
UseConfirmDialogRequestOptions: {
|
|
254
421
|
isTypeOnly: true;
|
|
@@ -256,6 +423,9 @@ export declare const AUTH0_AUTH0_PAGES_TEMPLATES: {
|
|
|
256
423
|
useConfirmDialogState: {};
|
|
257
424
|
useControlledState: {};
|
|
258
425
|
useControllerMerged: {};
|
|
426
|
+
useIsMobile: {};
|
|
427
|
+
useMultiComboboxContext: {};
|
|
428
|
+
useSidebar: {};
|
|
259
429
|
}>>;
|
|
260
430
|
}, Record<never, Record<never, never>>>;
|
|
261
431
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-pages/generated/typed-templates.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/auth0-pages/generated/typed-templates.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAY,CAAC;AAEpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAC"}
|
|
@@ -20,6 +20,19 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
20
20
|
Alert: {};
|
|
21
21
|
AlertDescription: {};
|
|
22
22
|
AlertTitle: {};
|
|
23
|
+
Badge: {};
|
|
24
|
+
badgeVariants: {};
|
|
25
|
+
BadgeWithIcon: {};
|
|
26
|
+
BadgeWithIconProps: {
|
|
27
|
+
isTypeOnly: true;
|
|
28
|
+
};
|
|
29
|
+
Breadcrumb: {};
|
|
30
|
+
BreadcrumbEllipsis: {};
|
|
31
|
+
BreadcrumbItem: {};
|
|
32
|
+
BreadcrumbLink: {};
|
|
33
|
+
BreadcrumbList: {};
|
|
34
|
+
BreadcrumbPage: {};
|
|
35
|
+
BreadcrumbSeparator: {};
|
|
23
36
|
Button: {};
|
|
24
37
|
buttonVariants: {};
|
|
25
38
|
Calendar: {};
|
|
@@ -38,6 +51,15 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
38
51
|
Combobox: {};
|
|
39
52
|
ComboboxField: {};
|
|
40
53
|
ComboboxFieldController: {};
|
|
54
|
+
Command: {};
|
|
55
|
+
CommandDialog: {};
|
|
56
|
+
CommandEmpty: {};
|
|
57
|
+
CommandGroup: {};
|
|
58
|
+
CommandInput: {};
|
|
59
|
+
CommandItem: {};
|
|
60
|
+
CommandList: {};
|
|
61
|
+
CommandSeparator: {};
|
|
62
|
+
CommandShortcut: {};
|
|
41
63
|
ConfirmDialog: {};
|
|
42
64
|
DatePickerField: {};
|
|
43
65
|
DatePickerFieldController: {};
|
|
@@ -56,6 +78,21 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
56
78
|
DialogWidth: {
|
|
57
79
|
isTypeOnly: true;
|
|
58
80
|
};
|
|
81
|
+
DropdownMenu: {};
|
|
82
|
+
DropdownMenuCheckboxItem: {};
|
|
83
|
+
DropdownMenuContent: {};
|
|
84
|
+
DropdownMenuGroup: {};
|
|
85
|
+
DropdownMenuItem: {};
|
|
86
|
+
DropdownMenuLabel: {};
|
|
87
|
+
DropdownMenuPortal: {};
|
|
88
|
+
DropdownMenuRadioGroup: {};
|
|
89
|
+
DropdownMenuRadioItem: {};
|
|
90
|
+
DropdownMenuSeparator: {};
|
|
91
|
+
DropdownMenuShortcut: {};
|
|
92
|
+
DropdownMenuSub: {};
|
|
93
|
+
DropdownMenuSubContent: {};
|
|
94
|
+
DropdownMenuSubTrigger: {};
|
|
95
|
+
DropdownMenuTrigger: {};
|
|
59
96
|
EmptyDisplay: {};
|
|
60
97
|
ErrorableLoader: {};
|
|
61
98
|
ErrorDisplay: {};
|
|
@@ -79,6 +116,17 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
79
116
|
Loader: {};
|
|
80
117
|
mergeRefs: {};
|
|
81
118
|
Modal: {};
|
|
119
|
+
MultiCombobox: {};
|
|
120
|
+
MultiComboboxContent: {};
|
|
121
|
+
MultiComboboxEmpty: {};
|
|
122
|
+
MultiComboboxField: {};
|
|
123
|
+
MultiComboboxFieldController: {};
|
|
124
|
+
MultiComboboxFieldProps: {
|
|
125
|
+
isTypeOnly: true;
|
|
126
|
+
};
|
|
127
|
+
MultiComboboxGroup: {};
|
|
128
|
+
MultiComboboxInput: {};
|
|
129
|
+
MultiComboboxItem: {};
|
|
82
130
|
MultiSelectOptionProps: {
|
|
83
131
|
isTypeOnly: true;
|
|
84
132
|
};
|
|
@@ -111,9 +159,39 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
111
159
|
isTypeOnly: true;
|
|
112
160
|
};
|
|
113
161
|
selectTriggerVariants: {};
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
162
|
+
Separator: {};
|
|
163
|
+
Sheet: {};
|
|
164
|
+
SheetClose: {};
|
|
165
|
+
SheetContent: {};
|
|
166
|
+
SheetDescription: {};
|
|
167
|
+
SheetFooter: {};
|
|
168
|
+
SheetHeader: {};
|
|
169
|
+
SheetTitle: {};
|
|
170
|
+
SheetTrigger: {};
|
|
171
|
+
Sidebar: {};
|
|
172
|
+
SidebarContent: {};
|
|
173
|
+
SidebarFooter: {};
|
|
174
|
+
SidebarGroup: {};
|
|
175
|
+
SidebarGroupAction: {};
|
|
176
|
+
SidebarGroupContent: {};
|
|
177
|
+
SidebarGroupLabel: {};
|
|
178
|
+
SidebarHeader: {};
|
|
179
|
+
SidebarInput: {};
|
|
180
|
+
SidebarInset: {};
|
|
181
|
+
SidebarMenu: {};
|
|
182
|
+
SidebarMenuAction: {};
|
|
183
|
+
SidebarMenuBadge: {};
|
|
184
|
+
SidebarMenuButton: {};
|
|
185
|
+
SidebarMenuItem: {};
|
|
186
|
+
SidebarMenuSkeleton: {};
|
|
187
|
+
SidebarMenuSub: {};
|
|
188
|
+
SidebarMenuSubButton: {};
|
|
189
|
+
SidebarMenuSubItem: {};
|
|
190
|
+
SidebarProvider: {};
|
|
191
|
+
SidebarRail: {};
|
|
192
|
+
SidebarSeparator: {};
|
|
193
|
+
SidebarTrigger: {};
|
|
194
|
+
Skeleton: {};
|
|
117
195
|
Switch: {};
|
|
118
196
|
SwitchField: {};
|
|
119
197
|
SwitchFieldController: {};
|
|
@@ -131,6 +209,10 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
131
209
|
TextAreaInput: {};
|
|
132
210
|
TextInput: {};
|
|
133
211
|
Toaster: {};
|
|
212
|
+
Tooltip: {};
|
|
213
|
+
TooltipContent: {};
|
|
214
|
+
TooltipProvider: {};
|
|
215
|
+
TooltipTrigger: {};
|
|
134
216
|
useConfirmDialog: {};
|
|
135
217
|
UseConfirmDialogRequestOptions: {
|
|
136
218
|
isTypeOnly: true;
|
|
@@ -138,6 +220,9 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
138
220
|
useConfirmDialogState: {};
|
|
139
221
|
useControlledState: {};
|
|
140
222
|
useControllerMerged: {};
|
|
223
|
+
useIsMobile: {};
|
|
224
|
+
useMultiComboboxContext: {};
|
|
225
|
+
useSidebar: {};
|
|
141
226
|
}>>;
|
|
142
227
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
143
228
|
formatError: {};
|
|
@@ -156,6 +241,19 @@ export declare const AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
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 AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
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 AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
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 AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
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 AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
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 AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
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 AUTH0_REACT_AUTH0_GENERATED: {
|
|
|
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: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/react-auth0/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/auth0/generators/react/react-auth0/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAC"}
|
|
@@ -19,6 +19,19 @@ export declare const AUTH0_REACT_AUTH0_RENDERERS: {
|
|
|
19
19
|
Alert: {};
|
|
20
20
|
AlertDescription: {};
|
|
21
21
|
AlertTitle: {};
|
|
22
|
+
Badge: {};
|
|
23
|
+
badgeVariants: {};
|
|
24
|
+
BadgeWithIcon: {};
|
|
25
|
+
BadgeWithIconProps: {
|
|
26
|
+
isTypeOnly: true;
|
|
27
|
+
};
|
|
28
|
+
Breadcrumb: {};
|
|
29
|
+
BreadcrumbEllipsis: {};
|
|
30
|
+
BreadcrumbItem: {};
|
|
31
|
+
BreadcrumbLink: {};
|
|
32
|
+
BreadcrumbList: {};
|
|
33
|
+
BreadcrumbPage: {};
|
|
34
|
+
BreadcrumbSeparator: {};
|
|
22
35
|
Button: {};
|
|
23
36
|
buttonVariants: {};
|
|
24
37
|
Calendar: {};
|
|
@@ -37,6 +50,15 @@ export declare const AUTH0_REACT_AUTH0_RENDERERS: {
|
|
|
37
50
|
Combobox: {};
|
|
38
51
|
ComboboxField: {};
|
|
39
52
|
ComboboxFieldController: {};
|
|
53
|
+
Command: {};
|
|
54
|
+
CommandDialog: {};
|
|
55
|
+
CommandEmpty: {};
|
|
56
|
+
CommandGroup: {};
|
|
57
|
+
CommandInput: {};
|
|
58
|
+
CommandItem: {};
|
|
59
|
+
CommandList: {};
|
|
60
|
+
CommandSeparator: {};
|
|
61
|
+
CommandShortcut: {};
|
|
40
62
|
ConfirmDialog: {};
|
|
41
63
|
DatePickerField: {};
|
|
42
64
|
DatePickerFieldController: {};
|
|
@@ -55,6 +77,21 @@ export declare const AUTH0_REACT_AUTH0_RENDERERS: {
|
|
|
55
77
|
DialogWidth: {
|
|
56
78
|
isTypeOnly: true;
|
|
57
79
|
};
|
|
80
|
+
DropdownMenu: {};
|
|
81
|
+
DropdownMenuCheckboxItem: {};
|
|
82
|
+
DropdownMenuContent: {};
|
|
83
|
+
DropdownMenuGroup: {};
|
|
84
|
+
DropdownMenuItem: {};
|
|
85
|
+
DropdownMenuLabel: {};
|
|
86
|
+
DropdownMenuPortal: {};
|
|
87
|
+
DropdownMenuRadioGroup: {};
|
|
88
|
+
DropdownMenuRadioItem: {};
|
|
89
|
+
DropdownMenuSeparator: {};
|
|
90
|
+
DropdownMenuShortcut: {};
|
|
91
|
+
DropdownMenuSub: {};
|
|
92
|
+
DropdownMenuSubContent: {};
|
|
93
|
+
DropdownMenuSubTrigger: {};
|
|
94
|
+
DropdownMenuTrigger: {};
|
|
58
95
|
EmptyDisplay: {};
|
|
59
96
|
ErrorableLoader: {};
|
|
60
97
|
ErrorDisplay: {};
|
|
@@ -78,6 +115,17 @@ export declare const AUTH0_REACT_AUTH0_RENDERERS: {
|
|
|
78
115
|
Loader: {};
|
|
79
116
|
mergeRefs: {};
|
|
80
117
|
Modal: {};
|
|
118
|
+
MultiCombobox: {};
|
|
119
|
+
MultiComboboxContent: {};
|
|
120
|
+
MultiComboboxEmpty: {};
|
|
121
|
+
MultiComboboxField: {};
|
|
122
|
+
MultiComboboxFieldController: {};
|
|
123
|
+
MultiComboboxFieldProps: {
|
|
124
|
+
isTypeOnly: true;
|
|
125
|
+
};
|
|
126
|
+
MultiComboboxGroup: {};
|
|
127
|
+
MultiComboboxInput: {};
|
|
128
|
+
MultiComboboxItem: {};
|
|
81
129
|
MultiSelectOptionProps: {
|
|
82
130
|
isTypeOnly: true;
|
|
83
131
|
};
|
|
@@ -110,9 +158,39 @@ export declare const AUTH0_REACT_AUTH0_RENDERERS: {
|
|
|
110
158
|
isTypeOnly: true;
|
|
111
159
|
};
|
|
112
160
|
selectTriggerVariants: {};
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
161
|
+
Separator: {};
|
|
162
|
+
Sheet: {};
|
|
163
|
+
SheetClose: {};
|
|
164
|
+
SheetContent: {};
|
|
165
|
+
SheetDescription: {};
|
|
166
|
+
SheetFooter: {};
|
|
167
|
+
SheetHeader: {};
|
|
168
|
+
SheetTitle: {};
|
|
169
|
+
SheetTrigger: {};
|
|
170
|
+
Sidebar: {};
|
|
171
|
+
SidebarContent: {};
|
|
172
|
+
SidebarFooter: {};
|
|
173
|
+
SidebarGroup: {};
|
|
174
|
+
SidebarGroupAction: {};
|
|
175
|
+
SidebarGroupContent: {};
|
|
176
|
+
SidebarGroupLabel: {};
|
|
177
|
+
SidebarHeader: {};
|
|
178
|
+
SidebarInput: {};
|
|
179
|
+
SidebarInset: {};
|
|
180
|
+
SidebarMenu: {};
|
|
181
|
+
SidebarMenuAction: {};
|
|
182
|
+
SidebarMenuBadge: {};
|
|
183
|
+
SidebarMenuButton: {};
|
|
184
|
+
SidebarMenuItem: {};
|
|
185
|
+
SidebarMenuSkeleton: {};
|
|
186
|
+
SidebarMenuSub: {};
|
|
187
|
+
SidebarMenuSubButton: {};
|
|
188
|
+
SidebarMenuSubItem: {};
|
|
189
|
+
SidebarProvider: {};
|
|
190
|
+
SidebarRail: {};
|
|
191
|
+
SidebarSeparator: {};
|
|
192
|
+
SidebarTrigger: {};
|
|
193
|
+
Skeleton: {};
|
|
116
194
|
Switch: {};
|
|
117
195
|
SwitchField: {};
|
|
118
196
|
SwitchFieldController: {};
|
|
@@ -130,6 +208,10 @@ export declare const AUTH0_REACT_AUTH0_RENDERERS: {
|
|
|
130
208
|
TextAreaInput: {};
|
|
131
209
|
TextInput: {};
|
|
132
210
|
Toaster: {};
|
|
211
|
+
Tooltip: {};
|
|
212
|
+
TooltipContent: {};
|
|
213
|
+
TooltipProvider: {};
|
|
214
|
+
TooltipTrigger: {};
|
|
133
215
|
useConfirmDialog: {};
|
|
134
216
|
UseConfirmDialogRequestOptions: {
|
|
135
217
|
isTypeOnly: true;
|
|
@@ -137,6 +219,9 @@ export declare const AUTH0_REACT_AUTH0_RENDERERS: {
|
|
|
137
219
|
useConfirmDialogState: {};
|
|
138
220
|
useControlledState: {};
|
|
139
221
|
useControllerMerged: {};
|
|
222
|
+
useIsMobile: {};
|
|
223
|
+
useMultiComboboxContext: {};
|
|
224
|
+
useSidebar: {};
|
|
140
225
|
}>>;
|
|
141
226
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
142
227
|
formatError: {};
|