@plumile/backoffice-react 0.1.59
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/LICENSE +21 -0
- package/lib/esm/auth/login/AuthPanel.js +28 -0
- package/lib/esm/auth/login/AuthPanel.js.map +1 -0
- package/lib/esm/auth/login/EmailCapturePanel.js +52 -0
- package/lib/esm/auth/login/EmailCapturePanel.js.map +1 -0
- package/lib/esm/auth/login/LoginFlow.js +130 -0
- package/lib/esm/auth/login/LoginFlow.js.map +1 -0
- package/lib/esm/auth/login/MethodChooser.js +51 -0
- package/lib/esm/auth/login/MethodChooser.js.map +1 -0
- package/lib/esm/auth/login/MfaChallengeForm.js +83 -0
- package/lib/esm/auth/login/MfaChallengeForm.js.map +1 -0
- package/lib/esm/auth/login/OidcButtons.js +29 -0
- package/lib/esm/auth/login/OidcButtons.js.map +1 -0
- package/lib/esm/auth/login/PasskeyLoginForm.js +84 -0
- package/lib/esm/auth/login/PasskeyLoginForm.js.map +1 -0
- package/lib/esm/auth/login/PasswordLoginPanel.js +37 -0
- package/lib/esm/auth/login/PasswordLoginPanel.js.map +1 -0
- package/lib/esm/auth/login/loginPage.css.js +8 -0
- package/lib/esm/auth/login/loginPage.css.js.map +1 -0
- package/lib/esm/auth/login/synchronizeAuthStatusQuery.js +9 -0
- package/lib/esm/auth/login/synchronizeAuthStatusQuery.js.map +1 -0
- package/lib/esm/auth/pages/AcceptInvitationScreen.js +120 -0
- package/lib/esm/auth/pages/AcceptInvitationScreen.js.map +1 -0
- package/lib/esm/auth/pages/PasswordResetCompleteScreen.js +105 -0
- package/lib/esm/auth/pages/PasswordResetCompleteScreen.js.map +1 -0
- package/lib/esm/auth/pages/PasswordResetRequestScreen.js +88 -0
- package/lib/esm/auth/pages/PasswordResetRequestScreen.js.map +1 -0
- package/lib/esm/auth/pages/VerifyEmailScreen.js +65 -0
- package/lib/esm/auth/pages/VerifyEmailScreen.js.map +1 -0
- package/lib/esm/components/backoffice/actions/BackofficeEntityActionFormDialog.js +525 -0
- package/lib/esm/components/backoffice/actions/BackofficeEntityActionFormDialog.js.map +1 -0
- package/lib/esm/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.js +11 -0
- package/lib/esm/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.js.map +1 -0
- package/lib/esm/components/backoffice/actions/backofficeEntityActionFormDialog.css.js +8 -0
- package/lib/esm/components/backoffice/actions/backofficeEntityActionFormDialog.css.js.map +1 -0
- package/lib/esm/components/backoffice/actions/toastViewAction.js +27 -0
- package/lib/esm/components/backoffice/actions/toastViewAction.js.map +1 -0
- package/lib/esm/components/backoffice/columns/buildDataTableColumns.js +60 -0
- package/lib/esm/components/backoffice/columns/buildDataTableColumns.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailBadgeRow.js +22 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailBadgeRow.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailErrorList.js +41 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailErrorList.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailField.js +31 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailField.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.css.js +8 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.js +24 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailLayout.js +20 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailLayout.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailPayload.js +18 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailPayload.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailRelationLink.js +49 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailRelationLink.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailRelationList.js +11 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailRelationList.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailRelationListBlock.js +115 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailRelationListBlock.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailSection.js +33 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailSection.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailTaggedValue.js +18 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailTaggedValue.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js +8 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailErrorList.css.js +8 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailErrorList.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailField.css.js +15 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailField.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailLayout.css.js +8 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailLayout.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js +8 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationList.css.js +8 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationList.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailSection.css.js +8 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailSection.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailTaggedValue.css.js +8 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailTaggedValue.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/detailPayloadUtils.js +17 -0
- package/lib/esm/components/backoffice/detail/detailPayloadUtils.js.map +1 -0
- package/lib/esm/components/backoffice/errors/BackofficeErrorBoundary.js +21 -0
- package/lib/esm/components/backoffice/errors/BackofficeErrorBoundary.js.map +1 -0
- package/lib/esm/components/backoffice/filters/BackofficeFilterAction.js +43 -0
- package/lib/esm/components/backoffice/filters/BackofficeFilterAction.js.map +1 -0
- package/lib/esm/components/backoffice/filters/EntityFilterValue.js +46 -0
- package/lib/esm/components/backoffice/filters/EntityFilterValue.js.map +1 -0
- package/lib/esm/components/backoffice/filters/EntityIdFilterField.js +51 -0
- package/lib/esm/components/backoffice/filters/EntityIdFilterField.js.map +1 -0
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js +8 -0
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js.map +1 -0
- package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js +8 -0
- package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js.map +1 -0
- package/lib/esm/components/backoffice/layout/backofficeSidebarActions.css.js +8 -0
- package/lib/esm/components/backoffice/layout/backofficeSidebarActions.css.js.map +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeRightPageLayout.js +10 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeRightPageLayout.js.map +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.js +38 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.js.map +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarPortal.js +12 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarPortal.js.map +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.js +11 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.js.map +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/assertValidBreadcrumb.js +16 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/assertValidBreadcrumb.js.map +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.js +8 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.js.map +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/buildBreadcrumbs.js +48 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/buildBreadcrumbs.js.map +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/types.js +0 -0
- package/lib/esm/components/backoffice/layout/buildSidebarSections.js +183 -0
- package/lib/esm/components/backoffice/layout/buildSidebarSections.js.map +1 -0
- package/lib/esm/components/backoffice/layout/mapViewerToSidebarProfileView.js +18 -0
- package/lib/esm/components/backoffice/layout/mapViewerToSidebarProfileView.js.map +1 -0
- package/lib/esm/components/backoffice/layout/sidebarUtils.js +44 -0
- package/lib/esm/components/backoffice/layout/sidebarUtils.js.map +1 -0
- package/lib/esm/components/backoffice/list/RowFlagsCell.css.js +7 -0
- package/lib/esm/components/backoffice/list/RowFlagsCell.css.js.map +1 -0
- package/lib/esm/components/backoffice/list/RowFlagsCell.js +37 -0
- package/lib/esm/components/backoffice/list/RowFlagsCell.js.map +1 -0
- package/lib/esm/components/backoffice/overview/BackofficeOverviewLayout.js +31 -0
- package/lib/esm/components/backoffice/overview/BackofficeOverviewLayout.js.map +1 -0
- package/lib/esm/components/backoffice/overview/backofficeOverviewLayout.css.js +8 -0
- package/lib/esm/components/backoffice/overview/backofficeOverviewLayout.css.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js +107 -0
- package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js +8 -0
- package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/shared/EntityPickerList.js +24 -0
- package/lib/esm/components/backoffice/pickers/shared/EntityPickerList.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/shared/EntityPickerRowBase.js +23 -0
- package/lib/esm/components/backoffice/pickers/shared/EntityPickerRowBase.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/shared/EntityPickerShell.js +24 -0
- package/lib/esm/components/backoffice/pickers/shared/EntityPickerShell.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/types.js +0 -0
- package/lib/esm/components/backoffice/refs/BackofficeEntityIdRef.js +35 -0
- package/lib/esm/components/backoffice/refs/BackofficeEntityIdRef.js.map +1 -0
- package/lib/esm/components/backoffice/refs/BackofficeRelatedCountLink.js +54 -0
- package/lib/esm/components/backoffice/refs/BackofficeRelatedCountLink.js.map +1 -0
- package/lib/esm/components/backoffice/refs/backofficeEntityIdRef.css.js +8 -0
- package/lib/esm/components/backoffice/refs/backofficeEntityIdRef.css.js.map +1 -0
- package/lib/esm/components/backoffice/refs/backofficeRelatedCountLink.css.js +8 -0
- package/lib/esm/components/backoffice/refs/backofficeRelatedCountLink.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/BackofficeContentBoundary.js +24 -0
- package/lib/esm/components/backoffice/routing/BackofficeContentBoundary.js.map +1 -0
- package/lib/esm/components/backoffice/routing/BackofficeContentError.js +39 -0
- package/lib/esm/components/backoffice/routing/BackofficeContentError.js.map +1 -0
- package/lib/esm/components/backoffice/routing/BackofficeContentFallback.js +47 -0
- package/lib/esm/components/backoffice/routing/BackofficeContentFallback.js.map +1 -0
- package/lib/esm/components/backoffice/routing/BackofficeRouteFallback.js +22 -0
- package/lib/esm/components/backoffice/routing/BackofficeRouteFallback.js.map +1 -0
- package/lib/esm/components/backoffice/routing/BackofficeRoutePendingBar.js +12 -0
- package/lib/esm/components/backoffice/routing/BackofficeRoutePendingBar.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeContentBoundary.css.js +8 -0
- package/lib/esm/components/backoffice/routing/backofficeContentBoundary.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeContentError.css.js +8 -0
- package/lib/esm/components/backoffice/routing/backofficeContentError.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeContentFallback.css.js +8 -0
- package/lib/esm/components/backoffice/routing/backofficeContentFallback.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeRouteFallback.css.js +8 -0
- package/lib/esm/components/backoffice/routing/backofficeRouteFallback.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js +8 -0
- package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.js +11 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js +446 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeListFilterContext.js +40 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeListFilterContext.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeTabbedDetailShell.js +25 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeTabbedDetailShell.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/backofficeEntityListScaffold.css.js +8 -0
- package/lib/esm/components/backoffice/scaffolds/backofficeEntityListScaffold.css.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.js +8 -0
- package/lib/esm/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.js.map +1 -0
- package/lib/esm/components/backoffice/shared/BackofficeInlineFilterRow.js +12 -0
- package/lib/esm/components/backoffice/shared/BackofficeInlineFilterRow.js.map +1 -0
- package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js +8 -0
- package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsDocPanel.js +40 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsDocPanel.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsErrorFallback.js +48 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsErrorFallback.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsJsonForm.js +58 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsJsonForm.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsPageLayout.js +81 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsPageLayout.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsParamsContext.js +16 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsParamsContext.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsProjectPicker.js +56 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsProjectPicker.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsQueryBoundary.js +20 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsQueryBoundary.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsScopePicker.js +56 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsScopePicker.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js +8 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsForm.css.js +8 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsForm.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsJsonForm.css.js +8 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsJsonForm.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsPageLayout.css.js +8 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsPageLayout.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsProjectPicker.css.js +8 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsProjectPicker.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsScopePicker.css.js +8 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsScopePicker.css.js.map +1 -0
- package/lib/esm/filters/filterHelpers.js +36 -0
- package/lib/esm/filters/filterHelpers.js.map +1 -0
- package/lib/esm/hooks/useAuth.js +439 -0
- package/lib/esm/hooks/useAuth.js.map +1 -0
- package/lib/esm/hooks/useBackofficeAuth.js +89 -0
- package/lib/esm/hooks/useBackofficeAuth.js.map +1 -0
- package/lib/esm/hooks/useBackofficeListRefetch.js +40 -0
- package/lib/esm/hooks/useBackofficeListRefetch.js.map +1 -0
- package/lib/esm/hooks/useBackofficeListUrlState.js +37 -0
- package/lib/esm/hooks/useBackofficeListUrlState.js.map +1 -0
- package/lib/esm/hooks/useBackofficeLoadMore.js +18 -0
- package/lib/esm/hooks/useBackofficeLoadMore.js.map +1 -0
- package/lib/esm/hooks/useBackofficeSessionAuth.js +28 -0
- package/lib/esm/hooks/useBackofficeSessionAuth.js.map +1 -0
- package/lib/esm/hooks/useBackofficeSidebarPins.js +70 -0
- package/lib/esm/hooks/useBackofficeSidebarPins.js.map +1 -0
- package/lib/esm/hooks/useBackofficeToolsUrlParams.js +15 -0
- package/lib/esm/hooks/useBackofficeToolsUrlParams.js.map +1 -0
- package/lib/esm/hooks/useSidebarGroupCollapse.js +35 -0
- package/lib/esm/hooks/useSidebarGroupCollapse.js.map +1 -0
- package/lib/esm/i18n/createI18nInstance.js +62 -0
- package/lib/esm/i18n/createI18nInstance.js.map +1 -0
- package/lib/esm/i18n/locales/en/backofficeReact.js +249 -0
- package/lib/esm/i18n/locales/en/backofficeReact.js.map +1 -0
- package/lib/esm/i18n/locales/en/shared.js +207 -0
- package/lib/esm/i18n/locales/en/shared.js.map +1 -0
- package/lib/esm/i18n/locales/fr/backofficeReact.js +251 -0
- package/lib/esm/i18n/locales/fr/backofficeReact.js.map +1 -0
- package/lib/esm/i18n/locales/fr/shared.js +207 -0
- package/lib/esm/i18n/locales/fr/shared.js.map +1 -0
- package/lib/esm/i18n/mergeResourceLanguages.js +19 -0
- package/lib/esm/i18n/mergeResourceLanguages.js.map +1 -0
- package/lib/esm/i18n/resources.js +19 -0
- package/lib/esm/i18n/resources.js.map +1 -0
- package/lib/esm/i18n/useBackofficeFormats.js +23 -0
- package/lib/esm/i18n/useBackofficeFormats.js.map +1 -0
- package/lib/esm/i18n/useBackofficeReactTranslation.js +9 -0
- package/lib/esm/i18n/useBackofficeReactTranslation.js.map +1 -0
- package/lib/esm/i18n/useSharedTranslation.js +9 -0
- package/lib/esm/i18n/useSharedTranslation.js.map +1 -0
- package/lib/esm/index.js +2 -0
- package/lib/esm/modules/sharedSchemaTypes.js +0 -0
- package/lib/esm/modules/webauthn.js +33 -0
- package/lib/esm/modules/webauthn.js.map +1 -0
- package/lib/esm/pages/BackofficeAcceptInvitationPage.js +24 -0
- package/lib/esm/pages/BackofficeAcceptInvitationPage.js.map +1 -0
- package/lib/esm/pages/BackofficeDashboardPage.js +198 -0
- package/lib/esm/pages/BackofficeDashboardPage.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityDetailLayoutPage.js +18 -0
- package/lib/esm/pages/BackofficeEntityDetailLayoutPage.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityDetailPage.js +843 -0
- package/lib/esm/pages/BackofficeEntityDetailPage.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityDetailUnknownPageRedirect.js +17 -0
- package/lib/esm/pages/BackofficeEntityDetailUnknownPageRedirect.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityListPage.js +363 -0
- package/lib/esm/pages/BackofficeEntityListPage.js.map +1 -0
- package/lib/esm/pages/BackofficeLayoutPage.js +141 -0
- package/lib/esm/pages/BackofficeLayoutPage.js.map +1 -0
- package/lib/esm/pages/BackofficeLoginPage.js +46 -0
- package/lib/esm/pages/BackofficeLoginPage.js.map +1 -0
- package/lib/esm/pages/BackofficePasswordResetCompletePage.js +59 -0
- package/lib/esm/pages/BackofficePasswordResetCompletePage.js.map +1 -0
- package/lib/esm/pages/BackofficePasswordResetRequestPage.js +54 -0
- package/lib/esm/pages/BackofficePasswordResetRequestPage.js.map +1 -0
- package/lib/esm/pages/BackofficeToolsOperationPage.js +465 -0
- package/lib/esm/pages/BackofficeToolsOperationPage.js.map +1 -0
- package/lib/esm/pages/BackofficeVerifyEmailPage.js +59 -0
- package/lib/esm/pages/BackofficeVerifyEmailPage.js.map +1 -0
- package/lib/esm/pages/backofficeDashboardPage.css.js +8 -0
- package/lib/esm/pages/backofficeDashboardPage.css.js.map +1 -0
- package/lib/esm/pages/backofficeEntityDetailPage.css.js +8 -0
- package/lib/esm/pages/backofficeEntityDetailPage.css.js.map +1 -0
- package/lib/esm/pages/backofficeEntityListPage.css.js +8 -0
- package/lib/esm/pages/backofficeEntityListPage.css.js.map +1 -0
- package/lib/esm/pages/detail/BackofficeEntityDetailLayoutContext.js +11 -0
- package/lib/esm/pages/detail/BackofficeEntityDetailLayoutContext.js.map +1 -0
- package/lib/esm/pages/detail/buildTabsItems.js +10 -0
- package/lib/esm/pages/detail/buildTabsItems.js.map +1 -0
- package/lib/esm/pages/detail/pageResolution.js +28 -0
- package/lib/esm/pages/detail/pageResolution.js.map +1 -0
- package/lib/esm/provider/BackofficeConfigContext.js +12 -0
- package/lib/esm/provider/BackofficeConfigContext.js.map +1 -0
- package/lib/esm/provider/BackofficeProvider.js +142 -0
- package/lib/esm/provider/BackofficeProvider.js.map +1 -0
- package/lib/esm/provider/entityRegistry.js +91 -0
- package/lib/esm/provider/entityRegistry.js.map +1 -0
- package/lib/esm/provider/lazyValue.js +14 -0
- package/lib/esm/provider/lazyValue.js.map +1 -0
- package/lib/esm/provider/types.js +0 -0
- package/lib/esm/provider/useBackofficeEntityLoader.js +137 -0
- package/lib/esm/provider/useBackofficeEntityLoader.js.map +1 -0
- package/lib/esm/provider/useBackofficeLazyValue.js +39 -0
- package/lib/esm/provider/useBackofficeLazyValue.js.map +1 -0
- package/lib/esm/relay/RelayProvider.js +12 -0
- package/lib/esm/relay/RelayProvider.js.map +1 -0
- package/lib/esm/relay/createInlineDataReader.js +2 -0
- package/lib/esm/relay/createInlineReader.js +7 -0
- package/lib/esm/relay/createInlineReader.js.map +1 -0
- package/lib/esm/relay/envHelpers.js +46 -0
- package/lib/esm/relay/envHelpers.js.map +1 -0
- package/lib/esm/relay/environment.js +221 -0
- package/lib/esm/relay/environment.js.map +1 -0
- package/lib/esm/relay/identityView.js +6 -0
- package/lib/esm/relay/identityView.js.map +1 -0
- package/lib/esm/relay/mutationResult.js +47 -0
- package/lib/esm/relay/mutationResult.js.map +1 -0
- package/lib/esm/relay/useRelayEnvironment.js +2 -0
- package/lib/esm/router/backofficeAuthPaths.js +13 -0
- package/lib/esm/router/backofficeAuthPaths.js.map +1 -0
- package/lib/esm/router/createBackofficeRoutes.js +273 -0
- package/lib/esm/router/createBackofficeRoutes.js.map +1 -0
- package/lib/esm/style.css +2 -0
- package/lib/esm/style.js +1 -0
- package/lib/types/auth/login/AuthPanel.d.ts +10 -0
- package/lib/types/auth/login/AuthPanel.d.ts.map +1 -0
- package/lib/types/auth/login/EmailCapturePanel.d.ts +12 -0
- package/lib/types/auth/login/EmailCapturePanel.d.ts.map +1 -0
- package/lib/types/auth/login/LoginFlow.d.ts +11 -0
- package/lib/types/auth/login/LoginFlow.d.ts.map +1 -0
- package/lib/types/auth/login/MethodChooser.d.ts +12 -0
- package/lib/types/auth/login/MethodChooser.d.ts.map +1 -0
- package/lib/types/auth/login/MfaChallengeForm.d.ts +10 -0
- package/lib/types/auth/login/MfaChallengeForm.d.ts.map +1 -0
- package/lib/types/auth/login/OidcButtons.d.ts +8 -0
- package/lib/types/auth/login/OidcButtons.d.ts.map +1 -0
- package/lib/types/auth/login/PasskeyLoginForm.d.ts +12 -0
- package/lib/types/auth/login/PasskeyLoginForm.d.ts.map +1 -0
- package/lib/types/auth/login/PasswordLoginPanel.d.ts +13 -0
- package/lib/types/auth/login/PasswordLoginPanel.d.ts.map +1 -0
- package/lib/types/auth/login/loginPage.css.d.ts +14 -0
- package/lib/types/auth/login/loginPage.css.d.ts.map +1 -0
- package/lib/types/auth/login/synchronizeAuthStatusQuery.d.ts +3 -0
- package/lib/types/auth/login/synchronizeAuthStatusQuery.d.ts.map +1 -0
- package/lib/types/auth/pages/AcceptInvitationScreen.d.ts +11 -0
- package/lib/types/auth/pages/AcceptInvitationScreen.d.ts.map +1 -0
- package/lib/types/auth/pages/PasswordResetCompleteScreen.d.ts +12 -0
- package/lib/types/auth/pages/PasswordResetCompleteScreen.d.ts.map +1 -0
- package/lib/types/auth/pages/PasswordResetRequestScreen.d.ts +10 -0
- package/lib/types/auth/pages/PasswordResetRequestScreen.d.ts.map +1 -0
- package/lib/types/auth/pages/VerifyEmailScreen.d.ts +11 -0
- package/lib/types/auth/pages/VerifyEmailScreen.d.ts.map +1 -0
- package/lib/types/components/backoffice/actions/BackofficeEntityActionFormDialog.d.ts +12 -0
- package/lib/types/components/backoffice/actions/BackofficeEntityActionFormDialog.d.ts.map +1 -0
- package/lib/types/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.d.ts +5 -0
- package/lib/types/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.d.ts.map +1 -0
- package/lib/types/components/backoffice/actions/backofficeEntityActionFormDialog.css.d.ts +7 -0
- package/lib/types/components/backoffice/actions/backofficeEntityActionFormDialog.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/actions/toastViewAction.d.ts +17 -0
- package/lib/types/components/backoffice/actions/toastViewAction.d.ts.map +1 -0
- package/lib/types/components/backoffice/columns/buildDataTableColumns.d.ts +13 -0
- package/lib/types/components/backoffice/columns/buildDataTableColumns.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailBadgeRow.d.ts +8 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailBadgeRow.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailErrorList.d.ts +14 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailErrorList.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailField.d.ts +13 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailField.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailFlagTag.css.d.ts +4 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailFlagTag.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailFlagTag.d.ts +10 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailFlagTag.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailLayout.d.ts +8 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailLayout.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailPayload.d.ts +10 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailPayload.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailRelationLink.d.ts +13 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailRelationLink.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailRelationList.d.ts +7 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailRelationList.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailRelationListBlock.d.ts +11 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailRelationListBlock.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailSection.d.ts +11 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailSection.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailTaggedValue.d.ts +12 -0
- package/lib/types/components/backoffice/detail/BackofficeDetailTaggedValue.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeDetailBadgeRow.css.d.ts +2 -0
- package/lib/types/components/backoffice/detail/backofficeDetailBadgeRow.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeDetailErrorList.css.d.ts +8 -0
- package/lib/types/components/backoffice/detail/backofficeDetailErrorList.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeDetailField.css.d.ts +13 -0
- package/lib/types/components/backoffice/detail/backofficeDetailField.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeDetailLayout.css.d.ts +5 -0
- package/lib/types/components/backoffice/detail/backofficeDetailLayout.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeDetailRelationLink.css.d.ts +4 -0
- package/lib/types/components/backoffice/detail/backofficeDetailRelationLink.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeDetailRelationList.css.d.ts +2 -0
- package/lib/types/components/backoffice/detail/backofficeDetailRelationList.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeDetailSection.css.d.ts +6 -0
- package/lib/types/components/backoffice/detail/backofficeDetailSection.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeDetailTaggedValue.css.d.ts +3 -0
- package/lib/types/components/backoffice/detail/backofficeDetailTaggedValue.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/detailPayloadUtils.d.ts +3 -0
- package/lib/types/components/backoffice/detail/detailPayloadUtils.d.ts.map +1 -0
- package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.d.ts +19 -0
- package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.d.ts.map +1 -0
- package/lib/types/components/backoffice/filters/BackofficeFilterAction.d.ts +12 -0
- package/lib/types/components/backoffice/filters/BackofficeFilterAction.d.ts.map +1 -0
- package/lib/types/components/backoffice/filters/EntityFilterValue.d.ts +14 -0
- package/lib/types/components/backoffice/filters/EntityFilterValue.d.ts.map +1 -0
- package/lib/types/components/backoffice/filters/EntityIdFilterField.d.ts +12 -0
- package/lib/types/components/backoffice/filters/EntityIdFilterField.d.ts.map +1 -0
- package/lib/types/components/backoffice/filters/backofficeFilterAction.css.d.ts +3 -0
- package/lib/types/components/backoffice/filters/backofficeFilterAction.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/filters/entityIdFilterField.css.d.ts +6 -0
- package/lib/types/components/backoffice/filters/entityIdFilterField.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/backofficeSidebarActions.css.d.ts +2 -0
- package/lib/types/components/backoffice/layout/backofficeSidebarActions.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/breadcrumb/BackofficeRightPageLayout.d.ts +9 -0
- package/lib/types/components/backoffice/layout/breadcrumb/BackofficeRightPageLayout.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.d.ts +8 -0
- package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarPortal.d.ts +7 -0
- package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarPortal.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.d.ts +6 -0
- package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/breadcrumb/assertValidBreadcrumb.d.ts +3 -0
- package/lib/types/components/backoffice/layout/breadcrumb/assertValidBreadcrumb.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.d.ts +7 -0
- package/lib/types/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/breadcrumb/buildBreadcrumbs.d.ts +21 -0
- package/lib/types/components/backoffice/layout/breadcrumb/buildBreadcrumbs.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/breadcrumb/types.d.ts +9 -0
- package/lib/types/components/backoffice/layout/breadcrumb/types.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/buildSidebarSections.d.ts +22 -0
- package/lib/types/components/backoffice/layout/buildSidebarSections.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/mapViewerToSidebarProfileView.d.ts +15 -0
- package/lib/types/components/backoffice/layout/mapViewerToSidebarProfileView.d.ts.map +1 -0
- package/lib/types/components/backoffice/layout/sidebarUtils.d.ts +16 -0
- package/lib/types/components/backoffice/layout/sidebarUtils.d.ts.map +1 -0
- package/lib/types/components/backoffice/list/RowFlagsCell.css.d.ts +4 -0
- package/lib/types/components/backoffice/list/RowFlagsCell.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/list/RowFlagsCell.d.ts +10 -0
- package/lib/types/components/backoffice/list/RowFlagsCell.d.ts.map +1 -0
- package/lib/types/components/backoffice/overview/BackofficeOverviewLayout.d.ts +10 -0
- package/lib/types/components/backoffice/overview/BackofficeOverviewLayout.d.ts.map +1 -0
- package/lib/types/components/backoffice/overview/backofficeOverviewLayout.css.d.ts +6 -0
- package/lib/types/components/backoffice/overview/backofficeOverviewLayout.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.d.ts +14 -0
- package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.d.ts.map +1 -0
- package/lib/types/components/backoffice/pickers/entityIdPickerDialog.css.d.ts +8 -0
- package/lib/types/components/backoffice/pickers/entityIdPickerDialog.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/pickers/shared/EntityPickerList.d.ts +10 -0
- package/lib/types/components/backoffice/pickers/shared/EntityPickerList.d.ts.map +1 -0
- package/lib/types/components/backoffice/pickers/shared/EntityPickerRowBase.d.ts +8 -0
- package/lib/types/components/backoffice/pickers/shared/EntityPickerRowBase.d.ts.map +1 -0
- package/lib/types/components/backoffice/pickers/shared/EntityPickerShell.d.ts +11 -0
- package/lib/types/components/backoffice/pickers/shared/EntityPickerShell.d.ts.map +1 -0
- package/lib/types/components/backoffice/pickers/types.d.ts +14 -0
- package/lib/types/components/backoffice/pickers/types.d.ts.map +1 -0
- package/lib/types/components/backoffice/refs/BackofficeEntityIdRef.d.ts +13 -0
- package/lib/types/components/backoffice/refs/BackofficeEntityIdRef.d.ts.map +1 -0
- package/lib/types/components/backoffice/refs/BackofficeRelatedCountLink.d.ts +9 -0
- package/lib/types/components/backoffice/refs/BackofficeRelatedCountLink.d.ts.map +1 -0
- package/lib/types/components/backoffice/refs/backofficeEntityIdRef.css.d.ts +2 -0
- package/lib/types/components/backoffice/refs/backofficeEntityIdRef.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/refs/backofficeRelatedCountLink.css.d.ts +2 -0
- package/lib/types/components/backoffice/refs/backofficeRelatedCountLink.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/BackofficeContentBoundary.d.ts +7 -0
- package/lib/types/components/backoffice/routing/BackofficeContentBoundary.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/BackofficeContentError.d.ts +8 -0
- package/lib/types/components/backoffice/routing/BackofficeContentError.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/BackofficeContentFallback.d.ts +4 -0
- package/lib/types/components/backoffice/routing/BackofficeContentFallback.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/BackofficeRouteFallback.d.ts +4 -0
- package/lib/types/components/backoffice/routing/BackofficeRouteFallback.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/BackofficeRoutePendingBar.d.ts +4 -0
- package/lib/types/components/backoffice/routing/BackofficeRoutePendingBar.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/backofficeContentBoundary.css.d.ts +2 -0
- package/lib/types/components/backoffice/routing/backofficeContentBoundary.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/backofficeContentError.css.d.ts +3 -0
- package/lib/types/components/backoffice/routing/backofficeContentError.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/backofficeContentFallback.css.d.ts +5 -0
- package/lib/types/components/backoffice/routing/backofficeContentFallback.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/backofficeRouteFallback.css.d.ts +3 -0
- package/lib/types/components/backoffice/routing/backofficeRouteFallback.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/routing/backofficeRoutePendingBar.css.d.ts +3 -0
- package/lib/types/components/backoffice/routing/backofficeRoutePendingBar.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.d.ts +13 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.d.ts.map +1 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeEntityListScaffold.d.ts +30 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeEntityListScaffold.d.ts.map +1 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeListFilterContext.d.ts +23 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeListFilterContext.d.ts.map +1 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.d.ts +11 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.d.ts.map +1 -0
- package/lib/types/components/backoffice/scaffolds/backofficeEntityListScaffold.css.d.ts +5 -0
- package/lib/types/components/backoffice/scaffolds/backofficeEntityListScaffold.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.d.ts +3 -0
- package/lib/types/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/shared/BackofficeInlineFilterRow.d.ts +8 -0
- package/lib/types/components/backoffice/shared/BackofficeInlineFilterRow.d.ts.map +1 -0
- package/lib/types/components/backoffice/shared/backofficeInlineFilterRow.css.d.ts +2 -0
- package/lib/types/components/backoffice/shared/backofficeInlineFilterRow.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsDocPanel.d.ts +11 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsDocPanel.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsErrorFallback.d.ts +8 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsErrorFallback.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsJsonForm.d.ts +15 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsJsonForm.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsPageLayout.d.ts +13 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsPageLayout.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsParamsContext.d.ts +14 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsParamsContext.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsProjectPicker.d.ts +8 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsProjectPicker.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsQueryBoundary.d.ts +7 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsQueryBoundary.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsScopePicker.d.ts +8 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsScopePicker.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/backofficeToolsDocPanel.css.d.ts +8 -0
- package/lib/types/components/backoffice/tools/backofficeToolsDocPanel.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/backofficeToolsForm.css.d.ts +6 -0
- package/lib/types/components/backoffice/tools/backofficeToolsForm.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/backofficeToolsJsonForm.css.d.ts +4 -0
- package/lib/types/components/backoffice/tools/backofficeToolsJsonForm.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/backofficeToolsPageLayout.css.d.ts +13 -0
- package/lib/types/components/backoffice/tools/backofficeToolsPageLayout.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/backofficeToolsProjectPicker.css.d.ts +4 -0
- package/lib/types/components/backoffice/tools/backofficeToolsProjectPicker.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/tools/backofficeToolsScopePicker.css.d.ts +4 -0
- package/lib/types/components/backoffice/tools/backofficeToolsScopePicker.css.d.ts.map +1 -0
- package/lib/types/filters/filterHelpers.d.ts +5 -0
- package/lib/types/filters/filterHelpers.d.ts.map +1 -0
- package/lib/types/hooks/useAuth.d.ts +170 -0
- package/lib/types/hooks/useAuth.d.ts.map +1 -0
- package/lib/types/hooks/useBackofficeAuth.d.ts +3 -0
- package/lib/types/hooks/useBackofficeAuth.d.ts.map +1 -0
- package/lib/types/hooks/useBackofficeListRefetch.d.ts +17 -0
- package/lib/types/hooks/useBackofficeListRefetch.d.ts.map +1 -0
- package/lib/types/hooks/useBackofficeListUrlState.d.ts +8 -0
- package/lib/types/hooks/useBackofficeListUrlState.d.ts.map +1 -0
- package/lib/types/hooks/useBackofficeLoadMore.d.ts +9 -0
- package/lib/types/hooks/useBackofficeLoadMore.d.ts.map +1 -0
- package/lib/types/hooks/useBackofficeSessionAuth.d.ts +7 -0
- package/lib/types/hooks/useBackofficeSessionAuth.d.ts.map +1 -0
- package/lib/types/hooks/useBackofficeSidebarPins.d.ts +15 -0
- package/lib/types/hooks/useBackofficeSidebarPins.d.ts.map +1 -0
- package/lib/types/hooks/useBackofficeToolsUrlParams.d.ts +8 -0
- package/lib/types/hooks/useBackofficeToolsUrlParams.d.ts.map +1 -0
- package/lib/types/hooks/useSidebarGroupCollapse.d.ts +11 -0
- package/lib/types/hooks/useSidebarGroupCollapse.d.ts.map +1 -0
- package/lib/types/i18n/createI18nInstance.d.ts +17 -0
- package/lib/types/i18n/createI18nInstance.d.ts.map +1 -0
- package/lib/types/i18n/mergeResourceLanguages.d.ts +3 -0
- package/lib/types/i18n/mergeResourceLanguages.d.ts.map +1 -0
- package/lib/types/i18n/resources.d.ts +1010 -0
- package/lib/types/i18n/resources.d.ts.map +1 -0
- package/lib/types/i18n/useBackofficeFormats.d.ts +7 -0
- package/lib/types/i18n/useBackofficeFormats.d.ts.map +1 -0
- package/lib/types/i18n/useBackofficeReactTranslation.d.ts +3 -0
- package/lib/types/i18n/useBackofficeReactTranslation.d.ts.map +1 -0
- package/lib/types/i18n/useSharedTranslation.d.ts +3 -0
- package/lib/types/i18n/useSharedTranslation.d.ts.map +1 -0
- package/lib/types/index.d.ts +3 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/modules/sharedSchemaTypes.d.ts +7 -0
- package/lib/types/modules/sharedSchemaTypes.d.ts.map +1 -0
- package/lib/types/modules/webauthn.d.ts +6 -0
- package/lib/types/modules/webauthn.d.ts.map +1 -0
- package/lib/types/pages/BackofficeAcceptInvitationPage.d.ts +4 -0
- package/lib/types/pages/BackofficeAcceptInvitationPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficeDashboardPage.d.ts +4 -0
- package/lib/types/pages/BackofficeDashboardPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficeEntityDetailLayoutPage.d.ts +11 -0
- package/lib/types/pages/BackofficeEntityDetailLayoutPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficeEntityDetailPage.d.ts +18 -0
- package/lib/types/pages/BackofficeEntityDetailPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficeEntityDetailUnknownPageRedirect.d.ts +13 -0
- package/lib/types/pages/BackofficeEntityDetailUnknownPageRedirect.d.ts.map +1 -0
- package/lib/types/pages/BackofficeEntityListPage.d.ts +10 -0
- package/lib/types/pages/BackofficeEntityListPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficeLayoutPage.d.ts +17 -0
- package/lib/types/pages/BackofficeLayoutPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficeLoginPage.d.ts +11 -0
- package/lib/types/pages/BackofficeLoginPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficePasswordResetCompletePage.d.ts +4 -0
- package/lib/types/pages/BackofficePasswordResetCompletePage.d.ts.map +1 -0
- package/lib/types/pages/BackofficePasswordResetRequestPage.d.ts +4 -0
- package/lib/types/pages/BackofficePasswordResetRequestPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficeToolsOperationPage.d.ts +9 -0
- package/lib/types/pages/BackofficeToolsOperationPage.d.ts.map +1 -0
- package/lib/types/pages/BackofficeVerifyEmailPage.d.ts +4 -0
- package/lib/types/pages/BackofficeVerifyEmailPage.d.ts.map +1 -0
- package/lib/types/pages/backofficeDashboardPage.css.d.ts +5 -0
- package/lib/types/pages/backofficeDashboardPage.css.d.ts.map +1 -0
- package/lib/types/pages/backofficeEntityDetailPage.css.d.ts +5 -0
- package/lib/types/pages/backofficeEntityDetailPage.css.d.ts.map +1 -0
- package/lib/types/pages/backofficeEntityListPage.css.d.ts +4 -0
- package/lib/types/pages/backofficeEntityListPage.css.d.ts.map +1 -0
- package/lib/types/pages/detail/BackofficeEntityDetailLayoutContext.d.ts +6 -0
- package/lib/types/pages/detail/BackofficeEntityDetailLayoutContext.d.ts.map +1 -0
- package/lib/types/pages/detail/buildTabsItems.d.ts +12 -0
- package/lib/types/pages/detail/buildTabsItems.d.ts.map +1 -0
- package/lib/types/pages/detail/pageResolution.d.ts +20 -0
- package/lib/types/pages/detail/pageResolution.d.ts.map +1 -0
- package/lib/types/provider/BackofficeConfigContext.d.ts +18 -0
- package/lib/types/provider/BackofficeConfigContext.d.ts.map +1 -0
- package/lib/types/provider/BackofficeProvider.d.ts +7 -0
- package/lib/types/provider/BackofficeProvider.d.ts.map +1 -0
- package/lib/types/provider/entityRegistry.d.ts +28 -0
- package/lib/types/provider/entityRegistry.d.ts.map +1 -0
- package/lib/types/provider/lazyValue.d.ts +7 -0
- package/lib/types/provider/lazyValue.d.ts.map +1 -0
- package/lib/types/provider/types.d.ts +101 -0
- package/lib/types/provider/types.d.ts.map +1 -0
- package/lib/types/provider/useBackofficeEntityLoader.d.ts +39 -0
- package/lib/types/provider/useBackofficeEntityLoader.d.ts.map +1 -0
- package/lib/types/provider/useBackofficeLazyValue.d.ts +13 -0
- package/lib/types/provider/useBackofficeLazyValue.d.ts.map +1 -0
- package/lib/types/relay/RelayProvider.d.ts +7 -0
- package/lib/types/relay/RelayProvider.d.ts.map +1 -0
- package/lib/types/relay/createInlineDataReader.d.ts +2 -0
- package/lib/types/relay/createInlineDataReader.d.ts.map +1 -0
- package/lib/types/relay/createInlineReader.d.ts +4 -0
- package/lib/types/relay/createInlineReader.d.ts.map +1 -0
- package/lib/types/relay/envHelpers.d.ts +16 -0
- package/lib/types/relay/envHelpers.d.ts.map +1 -0
- package/lib/types/relay/environment.d.ts +12 -0
- package/lib/types/relay/environment.d.ts.map +1 -0
- package/lib/types/relay/identityView.d.ts +2 -0
- package/lib/types/relay/identityView.d.ts.map +1 -0
- package/lib/types/relay/mutationResult.d.ts +51 -0
- package/lib/types/relay/mutationResult.d.ts.map +1 -0
- package/lib/types/relay/useRelayEnvironment.d.ts +2 -0
- package/lib/types/relay/useRelayEnvironment.d.ts.map +1 -0
- package/lib/types/router/backofficeAuthPaths.d.ts +3 -0
- package/lib/types/router/backofficeAuthPaths.d.ts.map +1 -0
- package/lib/types/router/createBackofficeRoutes.d.ts +32 -0
- package/lib/types/router/createBackofficeRoutes.d.ts.map +1 -0
- package/lib/types/style.d.ts +2 -0
- package/lib/types/style.d.ts.map +1 -0
- package/package.json +138 -0
|
@@ -0,0 +1,1010 @@
|
|
|
1
|
+
export declare const backofficeReactI18nResources: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly backofficeReact: {
|
|
4
|
+
actions: {
|
|
5
|
+
form: {
|
|
6
|
+
cancel: string;
|
|
7
|
+
errors: {
|
|
8
|
+
invalidJson: string;
|
|
9
|
+
invalidJsonArray: string;
|
|
10
|
+
invalidJsonObject: string;
|
|
11
|
+
invalidNumber: string;
|
|
12
|
+
invalidPayload: string;
|
|
13
|
+
required: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
view: string;
|
|
17
|
+
};
|
|
18
|
+
auth: {
|
|
19
|
+
acceptInvitation: {
|
|
20
|
+
errors: {
|
|
21
|
+
alreadyAccepted: string;
|
|
22
|
+
default: string;
|
|
23
|
+
emailMismatch: string;
|
|
24
|
+
expired: string;
|
|
25
|
+
invalidToken: string;
|
|
26
|
+
passwordMismatch: string;
|
|
27
|
+
passwordPolicyViolation: string;
|
|
28
|
+
rateLimited: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
loginFlow: {
|
|
32
|
+
errors: {
|
|
33
|
+
accountLocked: string;
|
|
34
|
+
invalidCredentials: string;
|
|
35
|
+
invalidEmail: string;
|
|
36
|
+
rateLimited: string;
|
|
37
|
+
tryAgain: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
mfa: {
|
|
41
|
+
errors: {
|
|
42
|
+
expired: string;
|
|
43
|
+
invalidChallenge: string;
|
|
44
|
+
invalidCode: string;
|
|
45
|
+
tooManyAttempts: string;
|
|
46
|
+
verificationFailed: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
passkey: {
|
|
50
|
+
errors: {
|
|
51
|
+
challengeExpired: string;
|
|
52
|
+
failed: string;
|
|
53
|
+
invalidAssertion: string;
|
|
54
|
+
invalidChallenge: string;
|
|
55
|
+
invalidEmail: string;
|
|
56
|
+
notAvailable: string;
|
|
57
|
+
notFound: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
passwordResetComplete: {
|
|
61
|
+
errors: {
|
|
62
|
+
expired: string;
|
|
63
|
+
invalid: string;
|
|
64
|
+
policyViolation: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
passwordResetRequest: {
|
|
68
|
+
errors: {
|
|
69
|
+
invalidEmail: string;
|
|
70
|
+
rateLimited: string;
|
|
71
|
+
startFailed: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
verifyEmail: {
|
|
75
|
+
errors: {
|
|
76
|
+
alreadyVerified: string;
|
|
77
|
+
expired: string;
|
|
78
|
+
invalid: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
common: {
|
|
83
|
+
actions: {
|
|
84
|
+
change: string;
|
|
85
|
+
clear: string;
|
|
86
|
+
close: string;
|
|
87
|
+
copied: string;
|
|
88
|
+
copy: string;
|
|
89
|
+
pick: string;
|
|
90
|
+
retry: string;
|
|
91
|
+
};
|
|
92
|
+
boolean: {
|
|
93
|
+
no: string;
|
|
94
|
+
yes: string;
|
|
95
|
+
};
|
|
96
|
+
loading: string;
|
|
97
|
+
notAvailable: string;
|
|
98
|
+
};
|
|
99
|
+
dashboard: {
|
|
100
|
+
actions: {
|
|
101
|
+
openList: string;
|
|
102
|
+
openTool: string;
|
|
103
|
+
};
|
|
104
|
+
subtitle: string;
|
|
105
|
+
title: string;
|
|
106
|
+
};
|
|
107
|
+
detail: {
|
|
108
|
+
notFound: string;
|
|
109
|
+
};
|
|
110
|
+
emptyState: {
|
|
111
|
+
listEmpty: {
|
|
112
|
+
description: string;
|
|
113
|
+
title: string;
|
|
114
|
+
};
|
|
115
|
+
listEmptyFiltered: {
|
|
116
|
+
actions: {
|
|
117
|
+
reset: string;
|
|
118
|
+
};
|
|
119
|
+
description: string;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
filters: {
|
|
123
|
+
actions: {
|
|
124
|
+
filterBy: string;
|
|
125
|
+
};
|
|
126
|
+
all: string;
|
|
127
|
+
allFilters: string;
|
|
128
|
+
allFiltersWithCount_one: string;
|
|
129
|
+
allFiltersWithCount_other: string;
|
|
130
|
+
boolean: {
|
|
131
|
+
no: string;
|
|
132
|
+
yes: string;
|
|
133
|
+
};
|
|
134
|
+
placeholders: {
|
|
135
|
+
search: string;
|
|
136
|
+
unresolved: string;
|
|
137
|
+
};
|
|
138
|
+
sections: {
|
|
139
|
+
default: string;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
flags: {
|
|
143
|
+
agentManaged: {
|
|
144
|
+
agentManaged: string;
|
|
145
|
+
userManaged: string;
|
|
146
|
+
};
|
|
147
|
+
capability: {
|
|
148
|
+
allowed: string;
|
|
149
|
+
denied: string;
|
|
150
|
+
};
|
|
151
|
+
default: {
|
|
152
|
+
default: string;
|
|
153
|
+
notDefault: string;
|
|
154
|
+
};
|
|
155
|
+
deployedProduction: {
|
|
156
|
+
deployed: string;
|
|
157
|
+
notDeployed: string;
|
|
158
|
+
};
|
|
159
|
+
enabled: {
|
|
160
|
+
disabled: string;
|
|
161
|
+
enabled: string;
|
|
162
|
+
};
|
|
163
|
+
encrypted: {
|
|
164
|
+
encrypted: string;
|
|
165
|
+
notEncrypted: string;
|
|
166
|
+
};
|
|
167
|
+
failure: {
|
|
168
|
+
failed: string;
|
|
169
|
+
ok: string;
|
|
170
|
+
};
|
|
171
|
+
forced: {
|
|
172
|
+
forced: string;
|
|
173
|
+
normal: string;
|
|
174
|
+
};
|
|
175
|
+
locked: {
|
|
176
|
+
locked: string;
|
|
177
|
+
unlocked: string;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
format: {
|
|
181
|
+
currency: string;
|
|
182
|
+
number: string;
|
|
183
|
+
percent: string;
|
|
184
|
+
};
|
|
185
|
+
list: {
|
|
186
|
+
actions: {
|
|
187
|
+
refresh: string;
|
|
188
|
+
retry: string;
|
|
189
|
+
};
|
|
190
|
+
errors: {
|
|
191
|
+
tableFailed: string;
|
|
192
|
+
title: string;
|
|
193
|
+
};
|
|
194
|
+
loadMore: {
|
|
195
|
+
end: string;
|
|
196
|
+
loading: string;
|
|
197
|
+
more: string;
|
|
198
|
+
};
|
|
199
|
+
showing: string;
|
|
200
|
+
};
|
|
201
|
+
picker: {
|
|
202
|
+
errors: {
|
|
203
|
+
loadFailed: string;
|
|
204
|
+
};
|
|
205
|
+
searchPlaceholder: {
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
searchRequired: string;
|
|
209
|
+
title: string;
|
|
210
|
+
unavailable: string;
|
|
211
|
+
};
|
|
212
|
+
relations: {
|
|
213
|
+
labelWithCount_one: string;
|
|
214
|
+
labelWithCount_other: string;
|
|
215
|
+
menu: {
|
|
216
|
+
label: string;
|
|
217
|
+
};
|
|
218
|
+
viewList: string;
|
|
219
|
+
};
|
|
220
|
+
sidebar: {
|
|
221
|
+
actions: {
|
|
222
|
+
pin: string;
|
|
223
|
+
reorder: string;
|
|
224
|
+
unpin: string;
|
|
225
|
+
};
|
|
226
|
+
items: {
|
|
227
|
+
dashboard: string;
|
|
228
|
+
};
|
|
229
|
+
profile: {
|
|
230
|
+
actions: {
|
|
231
|
+
signOut: string;
|
|
232
|
+
};
|
|
233
|
+
menuAriaLabel: string;
|
|
234
|
+
title: string;
|
|
235
|
+
unknownUser: string;
|
|
236
|
+
};
|
|
237
|
+
search: {
|
|
238
|
+
placeholder: string;
|
|
239
|
+
};
|
|
240
|
+
sections: {
|
|
241
|
+
pinned: string;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
tools: {
|
|
245
|
+
docs: {
|
|
246
|
+
inputExampleTitle: string;
|
|
247
|
+
inputTypeTitle: string;
|
|
248
|
+
};
|
|
249
|
+
errors: {
|
|
250
|
+
description: string;
|
|
251
|
+
details: string;
|
|
252
|
+
label: string;
|
|
253
|
+
missingScope: string;
|
|
254
|
+
title: string;
|
|
255
|
+
unknown: string;
|
|
256
|
+
};
|
|
257
|
+
forms: {
|
|
258
|
+
actions: {
|
|
259
|
+
insertExample: string;
|
|
260
|
+
run: string;
|
|
261
|
+
};
|
|
262
|
+
inputJsonLabel: string;
|
|
263
|
+
};
|
|
264
|
+
meta: {
|
|
265
|
+
idLabel: string;
|
|
266
|
+
};
|
|
267
|
+
output: string;
|
|
268
|
+
project: {
|
|
269
|
+
actions: {
|
|
270
|
+
pick: string;
|
|
271
|
+
};
|
|
272
|
+
description: string;
|
|
273
|
+
empty: string;
|
|
274
|
+
pickerTitle: string;
|
|
275
|
+
placeholder: string;
|
|
276
|
+
title: string;
|
|
277
|
+
};
|
|
278
|
+
scope: {
|
|
279
|
+
actions: {
|
|
280
|
+
pick: string;
|
|
281
|
+
};
|
|
282
|
+
description: string;
|
|
283
|
+
empty: string;
|
|
284
|
+
pickerTitle: string;
|
|
285
|
+
placeholder: string;
|
|
286
|
+
title: string;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
readonly shared: {
|
|
291
|
+
auth: {
|
|
292
|
+
acceptInvitation: {
|
|
293
|
+
actions: {
|
|
294
|
+
backToLogin: string;
|
|
295
|
+
};
|
|
296
|
+
errors: {
|
|
297
|
+
alreadyAccepted: string;
|
|
298
|
+
default: string;
|
|
299
|
+
emailMismatch: string;
|
|
300
|
+
expired: string;
|
|
301
|
+
invalidToken: string;
|
|
302
|
+
missingToken: string;
|
|
303
|
+
passwordMismatch: string;
|
|
304
|
+
passwordPolicyViolation: string;
|
|
305
|
+
rateLimited: string;
|
|
306
|
+
};
|
|
307
|
+
form: {
|
|
308
|
+
confirmLabel: string;
|
|
309
|
+
confirmPlaceholder: string;
|
|
310
|
+
passwordLabel: string;
|
|
311
|
+
passwordPlaceholder: string;
|
|
312
|
+
submit: string;
|
|
313
|
+
};
|
|
314
|
+
mfaSubtitle: string;
|
|
315
|
+
mfaTitle: string;
|
|
316
|
+
status: {
|
|
317
|
+
success: string;
|
|
318
|
+
workingButton: string;
|
|
319
|
+
};
|
|
320
|
+
subtitle: string;
|
|
321
|
+
title: string;
|
|
322
|
+
};
|
|
323
|
+
emailCapture: {
|
|
324
|
+
continue: string;
|
|
325
|
+
description: string;
|
|
326
|
+
emailLabel: string;
|
|
327
|
+
emailPlaceholder: string;
|
|
328
|
+
forgotPassword: string;
|
|
329
|
+
};
|
|
330
|
+
loginFlow: {
|
|
331
|
+
errors: {
|
|
332
|
+
accountLocked: string;
|
|
333
|
+
emailRequired: string;
|
|
334
|
+
invalidCredentials: string;
|
|
335
|
+
invalidEmail: string;
|
|
336
|
+
passkeyUnavailable: string;
|
|
337
|
+
rateLimited: string;
|
|
338
|
+
tryAgain: string;
|
|
339
|
+
};
|
|
340
|
+
methods: {
|
|
341
|
+
title: string;
|
|
342
|
+
};
|
|
343
|
+
passkey: {
|
|
344
|
+
description: string;
|
|
345
|
+
title: string;
|
|
346
|
+
};
|
|
347
|
+
subtitle: {
|
|
348
|
+
default: string;
|
|
349
|
+
mfa: string;
|
|
350
|
+
};
|
|
351
|
+
title: {
|
|
352
|
+
default: string;
|
|
353
|
+
mfa: string;
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
methodChooser: {
|
|
357
|
+
actions: {
|
|
358
|
+
back: string;
|
|
359
|
+
};
|
|
360
|
+
locked: string;
|
|
361
|
+
lockedWithTime: string;
|
|
362
|
+
methods: {
|
|
363
|
+
other: string;
|
|
364
|
+
passkey: string;
|
|
365
|
+
password: string;
|
|
366
|
+
};
|
|
367
|
+
prompt: string;
|
|
368
|
+
};
|
|
369
|
+
mfa: {
|
|
370
|
+
actions: {
|
|
371
|
+
back: string;
|
|
372
|
+
submit: string;
|
|
373
|
+
};
|
|
374
|
+
errors: {
|
|
375
|
+
expired: string;
|
|
376
|
+
invalidChallenge: string;
|
|
377
|
+
invalidCode: string;
|
|
378
|
+
shortCode: string;
|
|
379
|
+
tooManyAttempts: string;
|
|
380
|
+
verificationFailed: string;
|
|
381
|
+
};
|
|
382
|
+
form: {
|
|
383
|
+
label: string;
|
|
384
|
+
placeholder: string;
|
|
385
|
+
};
|
|
386
|
+
helper: {
|
|
387
|
+
default: string;
|
|
388
|
+
withEmail: string;
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
oidc: {
|
|
392
|
+
buttons: {
|
|
393
|
+
apple: string;
|
|
394
|
+
generic: string;
|
|
395
|
+
google: string;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
passkey: {
|
|
399
|
+
actions: {
|
|
400
|
+
showMethods: string;
|
|
401
|
+
submit: string;
|
|
402
|
+
submitting: string;
|
|
403
|
+
};
|
|
404
|
+
errors: {
|
|
405
|
+
challengeExpired: string;
|
|
406
|
+
emailRequired: string;
|
|
407
|
+
failed: string;
|
|
408
|
+
invalidAssertion: string;
|
|
409
|
+
invalidChallenge: string;
|
|
410
|
+
invalidEmail: string;
|
|
411
|
+
locked: string;
|
|
412
|
+
lockedWithTime: string;
|
|
413
|
+
notAvailable: string;
|
|
414
|
+
notFound: string;
|
|
415
|
+
};
|
|
416
|
+
form: {
|
|
417
|
+
emailLabel: string;
|
|
418
|
+
emailPlaceholder: string;
|
|
419
|
+
};
|
|
420
|
+
helper: string;
|
|
421
|
+
};
|
|
422
|
+
passwordLogin: {
|
|
423
|
+
forgotPassword: string;
|
|
424
|
+
title: string;
|
|
425
|
+
};
|
|
426
|
+
passwordResetComplete: {
|
|
427
|
+
errors: {
|
|
428
|
+
invalid: string;
|
|
429
|
+
minLength: string;
|
|
430
|
+
mismatch: string;
|
|
431
|
+
missingToken: string;
|
|
432
|
+
};
|
|
433
|
+
form: {
|
|
434
|
+
confirmLabel: string;
|
|
435
|
+
confirmPlaceholder: string;
|
|
436
|
+
description: string;
|
|
437
|
+
passwordLabel: string;
|
|
438
|
+
passwordPlaceholder: string;
|
|
439
|
+
submit: string;
|
|
440
|
+
title: string;
|
|
441
|
+
};
|
|
442
|
+
subtitle: string;
|
|
443
|
+
success: {
|
|
444
|
+
action: string;
|
|
445
|
+
description: string;
|
|
446
|
+
helper: string;
|
|
447
|
+
title: string;
|
|
448
|
+
};
|
|
449
|
+
title: string;
|
|
450
|
+
};
|
|
451
|
+
passwordResetRequest: {
|
|
452
|
+
errors: {
|
|
453
|
+
emailRequired: string;
|
|
454
|
+
startFailed: string;
|
|
455
|
+
};
|
|
456
|
+
form: {
|
|
457
|
+
description: string;
|
|
458
|
+
emailLabel: string;
|
|
459
|
+
emailPlaceholder: string;
|
|
460
|
+
submit: string;
|
|
461
|
+
};
|
|
462
|
+
sent: {
|
|
463
|
+
action: string;
|
|
464
|
+
description: string;
|
|
465
|
+
helper: string;
|
|
466
|
+
title: string;
|
|
467
|
+
};
|
|
468
|
+
title: string;
|
|
469
|
+
};
|
|
470
|
+
verifyEmail: {
|
|
471
|
+
actions: {
|
|
472
|
+
continue: string;
|
|
473
|
+
return: string;
|
|
474
|
+
};
|
|
475
|
+
errors: {
|
|
476
|
+
invalid: string;
|
|
477
|
+
missingToken: string;
|
|
478
|
+
};
|
|
479
|
+
status: {
|
|
480
|
+
success: string;
|
|
481
|
+
verifying: string;
|
|
482
|
+
verifyingButton: string;
|
|
483
|
+
};
|
|
484
|
+
subtitle: string;
|
|
485
|
+
title: string;
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
projectIngestionStatus: {
|
|
489
|
+
failed: string;
|
|
490
|
+
idle: string;
|
|
491
|
+
running: string;
|
|
492
|
+
unknown: string;
|
|
493
|
+
};
|
|
494
|
+
review: {
|
|
495
|
+
status: {
|
|
496
|
+
approved: string;
|
|
497
|
+
changesRequested: string;
|
|
498
|
+
pending: string;
|
|
499
|
+
unknown: string;
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
readonly fr: {
|
|
505
|
+
readonly backofficeReact: {
|
|
506
|
+
actions: {
|
|
507
|
+
form: {
|
|
508
|
+
cancel: string;
|
|
509
|
+
errors: {
|
|
510
|
+
invalidJson: string;
|
|
511
|
+
invalidJsonArray: string;
|
|
512
|
+
invalidJsonObject: string;
|
|
513
|
+
invalidNumber: string;
|
|
514
|
+
invalidPayload: string;
|
|
515
|
+
required: string;
|
|
516
|
+
};
|
|
517
|
+
};
|
|
518
|
+
view: string;
|
|
519
|
+
};
|
|
520
|
+
auth: {
|
|
521
|
+
acceptInvitation: {
|
|
522
|
+
errors: {
|
|
523
|
+
alreadyAccepted: string;
|
|
524
|
+
default: string;
|
|
525
|
+
emailMismatch: string;
|
|
526
|
+
expired: string;
|
|
527
|
+
invalidToken: string;
|
|
528
|
+
passwordMismatch: string;
|
|
529
|
+
passwordPolicyViolation: string;
|
|
530
|
+
rateLimited: string;
|
|
531
|
+
};
|
|
532
|
+
};
|
|
533
|
+
loginFlow: {
|
|
534
|
+
errors: {
|
|
535
|
+
accountLocked: string;
|
|
536
|
+
invalidCredentials: string;
|
|
537
|
+
invalidEmail: string;
|
|
538
|
+
rateLimited: string;
|
|
539
|
+
tryAgain: string;
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
mfa: {
|
|
543
|
+
errors: {
|
|
544
|
+
expired: string;
|
|
545
|
+
invalidChallenge: string;
|
|
546
|
+
invalidCode: string;
|
|
547
|
+
tooManyAttempts: string;
|
|
548
|
+
verificationFailed: string;
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
passkey: {
|
|
552
|
+
errors: {
|
|
553
|
+
challengeExpired: string;
|
|
554
|
+
failed: string;
|
|
555
|
+
invalidAssertion: string;
|
|
556
|
+
invalidChallenge: string;
|
|
557
|
+
invalidEmail: string;
|
|
558
|
+
notAvailable: string;
|
|
559
|
+
notFound: string;
|
|
560
|
+
};
|
|
561
|
+
};
|
|
562
|
+
passwordResetComplete: {
|
|
563
|
+
errors: {
|
|
564
|
+
expired: string;
|
|
565
|
+
invalid: string;
|
|
566
|
+
policyViolation: string;
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
passwordResetRequest: {
|
|
570
|
+
errors: {
|
|
571
|
+
invalidEmail: string;
|
|
572
|
+
rateLimited: string;
|
|
573
|
+
startFailed: string;
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
verifyEmail: {
|
|
577
|
+
errors: {
|
|
578
|
+
alreadyVerified: string;
|
|
579
|
+
expired: string;
|
|
580
|
+
invalid: string;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
};
|
|
584
|
+
common: {
|
|
585
|
+
actions: {
|
|
586
|
+
change: string;
|
|
587
|
+
clear: string;
|
|
588
|
+
close: string;
|
|
589
|
+
copied: string;
|
|
590
|
+
copy: string;
|
|
591
|
+
pick: string;
|
|
592
|
+
retry: string;
|
|
593
|
+
};
|
|
594
|
+
boolean: {
|
|
595
|
+
no: string;
|
|
596
|
+
yes: string;
|
|
597
|
+
};
|
|
598
|
+
loading: string;
|
|
599
|
+
notAvailable: string;
|
|
600
|
+
};
|
|
601
|
+
dashboard: {
|
|
602
|
+
actions: {
|
|
603
|
+
openList: string;
|
|
604
|
+
openTool: string;
|
|
605
|
+
};
|
|
606
|
+
subtitle: string;
|
|
607
|
+
title: string;
|
|
608
|
+
};
|
|
609
|
+
detail: {
|
|
610
|
+
notFound: string;
|
|
611
|
+
};
|
|
612
|
+
emptyState: {
|
|
613
|
+
listEmpty: {
|
|
614
|
+
description: string;
|
|
615
|
+
title: string;
|
|
616
|
+
};
|
|
617
|
+
listEmptyFiltered: {
|
|
618
|
+
actions: {
|
|
619
|
+
reset: string;
|
|
620
|
+
};
|
|
621
|
+
description: string;
|
|
622
|
+
};
|
|
623
|
+
};
|
|
624
|
+
filters: {
|
|
625
|
+
actions: {
|
|
626
|
+
filterBy: string;
|
|
627
|
+
};
|
|
628
|
+
all: string;
|
|
629
|
+
allFilters: string;
|
|
630
|
+
allFiltersWithCount_one: string;
|
|
631
|
+
allFiltersWithCount_many: string;
|
|
632
|
+
allFiltersWithCount_other: string;
|
|
633
|
+
boolean: {
|
|
634
|
+
no: string;
|
|
635
|
+
yes: string;
|
|
636
|
+
};
|
|
637
|
+
placeholders: {
|
|
638
|
+
search: string;
|
|
639
|
+
unresolved: string;
|
|
640
|
+
};
|
|
641
|
+
sections: {
|
|
642
|
+
default: string;
|
|
643
|
+
};
|
|
644
|
+
};
|
|
645
|
+
flags: {
|
|
646
|
+
agentManaged: {
|
|
647
|
+
agentManaged: string;
|
|
648
|
+
userManaged: string;
|
|
649
|
+
};
|
|
650
|
+
capability: {
|
|
651
|
+
allowed: string;
|
|
652
|
+
denied: string;
|
|
653
|
+
};
|
|
654
|
+
default: {
|
|
655
|
+
default: string;
|
|
656
|
+
notDefault: string;
|
|
657
|
+
};
|
|
658
|
+
deployedProduction: {
|
|
659
|
+
deployed: string;
|
|
660
|
+
notDeployed: string;
|
|
661
|
+
};
|
|
662
|
+
enabled: {
|
|
663
|
+
disabled: string;
|
|
664
|
+
enabled: string;
|
|
665
|
+
};
|
|
666
|
+
encrypted: {
|
|
667
|
+
encrypted: string;
|
|
668
|
+
notEncrypted: string;
|
|
669
|
+
};
|
|
670
|
+
failure: {
|
|
671
|
+
failed: string;
|
|
672
|
+
ok: string;
|
|
673
|
+
};
|
|
674
|
+
forced: {
|
|
675
|
+
forced: string;
|
|
676
|
+
normal: string;
|
|
677
|
+
};
|
|
678
|
+
locked: {
|
|
679
|
+
locked: string;
|
|
680
|
+
unlocked: string;
|
|
681
|
+
};
|
|
682
|
+
};
|
|
683
|
+
format: {
|
|
684
|
+
currency: string;
|
|
685
|
+
number: string;
|
|
686
|
+
percent: string;
|
|
687
|
+
};
|
|
688
|
+
list: {
|
|
689
|
+
actions: {
|
|
690
|
+
refresh: string;
|
|
691
|
+
retry: string;
|
|
692
|
+
};
|
|
693
|
+
errors: {
|
|
694
|
+
tableFailed: string;
|
|
695
|
+
title: string;
|
|
696
|
+
};
|
|
697
|
+
loadMore: {
|
|
698
|
+
end: string;
|
|
699
|
+
loading: string;
|
|
700
|
+
more: string;
|
|
701
|
+
};
|
|
702
|
+
showing: string;
|
|
703
|
+
};
|
|
704
|
+
picker: {
|
|
705
|
+
errors: {
|
|
706
|
+
loadFailed: string;
|
|
707
|
+
};
|
|
708
|
+
searchPlaceholder: {
|
|
709
|
+
default: string;
|
|
710
|
+
};
|
|
711
|
+
searchRequired: string;
|
|
712
|
+
title: string;
|
|
713
|
+
unavailable: string;
|
|
714
|
+
};
|
|
715
|
+
relations: {
|
|
716
|
+
labelWithCount_one: string;
|
|
717
|
+
labelWithCount_many: string;
|
|
718
|
+
labelWithCount_other: string;
|
|
719
|
+
menu: {
|
|
720
|
+
label: string;
|
|
721
|
+
};
|
|
722
|
+
viewList: string;
|
|
723
|
+
};
|
|
724
|
+
sidebar: {
|
|
725
|
+
actions: {
|
|
726
|
+
pin: string;
|
|
727
|
+
reorder: string;
|
|
728
|
+
unpin: string;
|
|
729
|
+
};
|
|
730
|
+
items: {
|
|
731
|
+
dashboard: string;
|
|
732
|
+
};
|
|
733
|
+
profile: {
|
|
734
|
+
actions: {
|
|
735
|
+
signOut: string;
|
|
736
|
+
};
|
|
737
|
+
menuAriaLabel: string;
|
|
738
|
+
title: string;
|
|
739
|
+
unknownUser: string;
|
|
740
|
+
};
|
|
741
|
+
search: {
|
|
742
|
+
placeholder: string;
|
|
743
|
+
};
|
|
744
|
+
sections: {
|
|
745
|
+
pinned: string;
|
|
746
|
+
};
|
|
747
|
+
};
|
|
748
|
+
tools: {
|
|
749
|
+
docs: {
|
|
750
|
+
inputExampleTitle: string;
|
|
751
|
+
inputTypeTitle: string;
|
|
752
|
+
};
|
|
753
|
+
errors: {
|
|
754
|
+
description: string;
|
|
755
|
+
details: string;
|
|
756
|
+
label: string;
|
|
757
|
+
missingScope: string;
|
|
758
|
+
title: string;
|
|
759
|
+
unknown: string;
|
|
760
|
+
};
|
|
761
|
+
forms: {
|
|
762
|
+
actions: {
|
|
763
|
+
insertExample: string;
|
|
764
|
+
run: string;
|
|
765
|
+
};
|
|
766
|
+
inputJsonLabel: string;
|
|
767
|
+
};
|
|
768
|
+
meta: {
|
|
769
|
+
idLabel: string;
|
|
770
|
+
};
|
|
771
|
+
output: string;
|
|
772
|
+
project: {
|
|
773
|
+
actions: {
|
|
774
|
+
pick: string;
|
|
775
|
+
};
|
|
776
|
+
description: string;
|
|
777
|
+
empty: string;
|
|
778
|
+
pickerTitle: string;
|
|
779
|
+
placeholder: string;
|
|
780
|
+
title: string;
|
|
781
|
+
};
|
|
782
|
+
scope: {
|
|
783
|
+
actions: {
|
|
784
|
+
pick: string;
|
|
785
|
+
};
|
|
786
|
+
description: string;
|
|
787
|
+
empty: string;
|
|
788
|
+
pickerTitle: string;
|
|
789
|
+
placeholder: string;
|
|
790
|
+
title: string;
|
|
791
|
+
};
|
|
792
|
+
};
|
|
793
|
+
};
|
|
794
|
+
readonly shared: {
|
|
795
|
+
auth: {
|
|
796
|
+
acceptInvitation: {
|
|
797
|
+
actions: {
|
|
798
|
+
backToLogin: string;
|
|
799
|
+
};
|
|
800
|
+
errors: {
|
|
801
|
+
alreadyAccepted: string;
|
|
802
|
+
default: string;
|
|
803
|
+
emailMismatch: string;
|
|
804
|
+
expired: string;
|
|
805
|
+
invalidToken: string;
|
|
806
|
+
missingToken: string;
|
|
807
|
+
passwordMismatch: string;
|
|
808
|
+
passwordPolicyViolation: string;
|
|
809
|
+
rateLimited: string;
|
|
810
|
+
};
|
|
811
|
+
form: {
|
|
812
|
+
confirmLabel: string;
|
|
813
|
+
confirmPlaceholder: string;
|
|
814
|
+
passwordLabel: string;
|
|
815
|
+
passwordPlaceholder: string;
|
|
816
|
+
submit: string;
|
|
817
|
+
};
|
|
818
|
+
mfaSubtitle: string;
|
|
819
|
+
mfaTitle: string;
|
|
820
|
+
status: {
|
|
821
|
+
success: string;
|
|
822
|
+
workingButton: string;
|
|
823
|
+
};
|
|
824
|
+
subtitle: string;
|
|
825
|
+
title: string;
|
|
826
|
+
};
|
|
827
|
+
emailCapture: {
|
|
828
|
+
continue: string;
|
|
829
|
+
description: string;
|
|
830
|
+
emailLabel: string;
|
|
831
|
+
emailPlaceholder: string;
|
|
832
|
+
forgotPassword: string;
|
|
833
|
+
};
|
|
834
|
+
loginFlow: {
|
|
835
|
+
errors: {
|
|
836
|
+
accountLocked: string;
|
|
837
|
+
emailRequired: string;
|
|
838
|
+
invalidCredentials: string;
|
|
839
|
+
invalidEmail: string;
|
|
840
|
+
passkeyUnavailable: string;
|
|
841
|
+
rateLimited: string;
|
|
842
|
+
tryAgain: string;
|
|
843
|
+
};
|
|
844
|
+
methods: {
|
|
845
|
+
title: string;
|
|
846
|
+
};
|
|
847
|
+
passkey: {
|
|
848
|
+
description: string;
|
|
849
|
+
title: string;
|
|
850
|
+
};
|
|
851
|
+
subtitle: {
|
|
852
|
+
default: string;
|
|
853
|
+
mfa: string;
|
|
854
|
+
};
|
|
855
|
+
title: {
|
|
856
|
+
default: string;
|
|
857
|
+
mfa: string;
|
|
858
|
+
};
|
|
859
|
+
};
|
|
860
|
+
methodChooser: {
|
|
861
|
+
actions: {
|
|
862
|
+
back: string;
|
|
863
|
+
};
|
|
864
|
+
locked: string;
|
|
865
|
+
lockedWithTime: string;
|
|
866
|
+
methods: {
|
|
867
|
+
other: string;
|
|
868
|
+
passkey: string;
|
|
869
|
+
password: string;
|
|
870
|
+
};
|
|
871
|
+
prompt: string;
|
|
872
|
+
};
|
|
873
|
+
mfa: {
|
|
874
|
+
actions: {
|
|
875
|
+
back: string;
|
|
876
|
+
submit: string;
|
|
877
|
+
};
|
|
878
|
+
errors: {
|
|
879
|
+
expired: string;
|
|
880
|
+
invalidChallenge: string;
|
|
881
|
+
invalidCode: string;
|
|
882
|
+
shortCode: string;
|
|
883
|
+
tooManyAttempts: string;
|
|
884
|
+
verificationFailed: string;
|
|
885
|
+
};
|
|
886
|
+
form: {
|
|
887
|
+
label: string;
|
|
888
|
+
placeholder: string;
|
|
889
|
+
};
|
|
890
|
+
helper: {
|
|
891
|
+
default: string;
|
|
892
|
+
withEmail: string;
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
oidc: {
|
|
896
|
+
buttons: {
|
|
897
|
+
apple: string;
|
|
898
|
+
generic: string;
|
|
899
|
+
google: string;
|
|
900
|
+
};
|
|
901
|
+
};
|
|
902
|
+
passkey: {
|
|
903
|
+
actions: {
|
|
904
|
+
showMethods: string;
|
|
905
|
+
submit: string;
|
|
906
|
+
submitting: string;
|
|
907
|
+
};
|
|
908
|
+
errors: {
|
|
909
|
+
challengeExpired: string;
|
|
910
|
+
emailRequired: string;
|
|
911
|
+
failed: string;
|
|
912
|
+
invalidAssertion: string;
|
|
913
|
+
invalidChallenge: string;
|
|
914
|
+
invalidEmail: string;
|
|
915
|
+
locked: string;
|
|
916
|
+
lockedWithTime: string;
|
|
917
|
+
notAvailable: string;
|
|
918
|
+
notFound: string;
|
|
919
|
+
};
|
|
920
|
+
form: {
|
|
921
|
+
emailLabel: string;
|
|
922
|
+
emailPlaceholder: string;
|
|
923
|
+
};
|
|
924
|
+
helper: string;
|
|
925
|
+
};
|
|
926
|
+
passwordLogin: {
|
|
927
|
+
forgotPassword: string;
|
|
928
|
+
title: string;
|
|
929
|
+
};
|
|
930
|
+
passwordResetComplete: {
|
|
931
|
+
errors: {
|
|
932
|
+
invalid: string;
|
|
933
|
+
minLength: string;
|
|
934
|
+
mismatch: string;
|
|
935
|
+
missingToken: string;
|
|
936
|
+
};
|
|
937
|
+
form: {
|
|
938
|
+
confirmLabel: string;
|
|
939
|
+
confirmPlaceholder: string;
|
|
940
|
+
description: string;
|
|
941
|
+
passwordLabel: string;
|
|
942
|
+
passwordPlaceholder: string;
|
|
943
|
+
submit: string;
|
|
944
|
+
title: string;
|
|
945
|
+
};
|
|
946
|
+
subtitle: string;
|
|
947
|
+
success: {
|
|
948
|
+
action: string;
|
|
949
|
+
description: string;
|
|
950
|
+
helper: string;
|
|
951
|
+
title: string;
|
|
952
|
+
};
|
|
953
|
+
title: string;
|
|
954
|
+
};
|
|
955
|
+
passwordResetRequest: {
|
|
956
|
+
errors: {
|
|
957
|
+
emailRequired: string;
|
|
958
|
+
startFailed: string;
|
|
959
|
+
};
|
|
960
|
+
form: {
|
|
961
|
+
description: string;
|
|
962
|
+
emailLabel: string;
|
|
963
|
+
emailPlaceholder: string;
|
|
964
|
+
submit: string;
|
|
965
|
+
};
|
|
966
|
+
sent: {
|
|
967
|
+
action: string;
|
|
968
|
+
description: string;
|
|
969
|
+
helper: string;
|
|
970
|
+
title: string;
|
|
971
|
+
};
|
|
972
|
+
title: string;
|
|
973
|
+
};
|
|
974
|
+
verifyEmail: {
|
|
975
|
+
actions: {
|
|
976
|
+
continue: string;
|
|
977
|
+
return: string;
|
|
978
|
+
};
|
|
979
|
+
errors: {
|
|
980
|
+
invalid: string;
|
|
981
|
+
missingToken: string;
|
|
982
|
+
};
|
|
983
|
+
status: {
|
|
984
|
+
success: string;
|
|
985
|
+
verifying: string;
|
|
986
|
+
verifyingButton: string;
|
|
987
|
+
};
|
|
988
|
+
subtitle: string;
|
|
989
|
+
title: string;
|
|
990
|
+
};
|
|
991
|
+
};
|
|
992
|
+
projectIngestionStatus: {
|
|
993
|
+
failed: string;
|
|
994
|
+
idle: string;
|
|
995
|
+
running: string;
|
|
996
|
+
unknown: string;
|
|
997
|
+
};
|
|
998
|
+
review: {
|
|
999
|
+
status: {
|
|
1000
|
+
approved: string;
|
|
1001
|
+
changesRequested: string;
|
|
1002
|
+
pending: string;
|
|
1003
|
+
unknown: string;
|
|
1004
|
+
};
|
|
1005
|
+
};
|
|
1006
|
+
};
|
|
1007
|
+
};
|
|
1008
|
+
};
|
|
1009
|
+
export type BackofficeReactI18nResources = typeof backofficeReactI18nResources;
|
|
1010
|
+
//# sourceMappingURL=resources.d.ts.map
|