@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 @@
|
|
|
1
|
+
{"version":3,"file":"backofficeReact.js","names":[],"sources":["../../../../../src/i18n/locales/en/backofficeReact.json"],"sourcesContent":["{\n \"actions\": {\n \"form\": {\n \"cancel\": \"Cancel\",\n \"errors\": {\n \"invalidJson\": \"{{label}} must be valid JSON.\",\n \"invalidJsonArray\": \"{{label}} must be a valid JSON array.\",\n \"invalidJsonObject\": \"{{label}} must be a valid JSON object.\",\n \"invalidNumber\": \"{{label}} must be a valid number.\",\n \"invalidPayload\": \"The submitted payload is invalid.\",\n \"required\": \"{{label}} is required.\"\n }\n },\n \"view\": \"View\"\n },\n \"auth\": {\n \"acceptInvitation\": {\n \"errors\": {\n \"alreadyAccepted\": \"This invitation has already been accepted.\",\n \"default\": \"Unable to accept this invitation. Please try again.\",\n \"emailMismatch\": \"This invitation was sent to a different email address.\",\n \"expired\": \"This invitation has expired.\",\n \"invalidToken\": \"This invitation token is invalid.\",\n \"passwordMismatch\": \"Password and confirmation do not match.\",\n \"passwordPolicyViolation\": \"Your password does not meet policy requirements.\",\n \"rateLimited\": \"Too many attempts. Please wait and try again.\"\n }\n },\n \"loginFlow\": {\n \"errors\": {\n \"accountLocked\": \"Your account is locked.\",\n \"invalidCredentials\": \"Invalid email or password.\",\n \"invalidEmail\": \"Please enter a valid email address.\",\n \"rateLimited\": \"Too many attempts. Please wait and try again.\",\n \"tryAgain\": \"Something went wrong. Please try again.\"\n }\n },\n \"mfa\": {\n \"errors\": {\n \"expired\": \"Your verification challenge has expired.\",\n \"invalidChallenge\": \"Your verification challenge is invalid.\",\n \"invalidCode\": \"The verification code is invalid.\",\n \"tooManyAttempts\": \"Too many invalid codes. Please try again later.\",\n \"verificationFailed\": \"Unable to verify the code. Please try again.\"\n }\n },\n \"passkey\": {\n \"errors\": {\n \"challengeExpired\": \"Your passkey challenge has expired.\",\n \"failed\": \"Passkey authentication failed. Please try again.\",\n \"invalidAssertion\": \"The passkey response is invalid.\",\n \"invalidChallenge\": \"The passkey challenge is invalid.\",\n \"invalidEmail\": \"Please enter a valid email address.\",\n \"notAvailable\": \"Passkeys are not available on this device.\",\n \"notFound\": \"No passkey found for this account.\"\n }\n },\n \"passwordResetComplete\": {\n \"errors\": {\n \"expired\": \"This reset link has expired.\",\n \"invalid\": \"This reset link is invalid.\",\n \"policyViolation\": \"Your new password does not meet policy requirements.\"\n }\n },\n \"passwordResetRequest\": {\n \"errors\": {\n \"invalidEmail\": \"Please enter a valid email address.\",\n \"rateLimited\": \"Too many requests. Please wait and try again.\",\n \"startFailed\": \"Unable to start password reset. Please try again.\"\n }\n },\n \"verifyEmail\": {\n \"errors\": {\n \"alreadyVerified\": \"This email address is already verified.\",\n \"expired\": \"This verification link has expired.\",\n \"invalid\": \"This verification link is invalid.\"\n }\n }\n },\n \"common\": {\n \"actions\": {\n \"change\": \"Change\",\n \"clear\": \"Clear\",\n \"close\": \"Close\",\n \"copied\": \"Copied\",\n \"copy\": \"Copy\",\n \"pick\": \"Pick\",\n \"retry\": \"Retry\"\n },\n \"boolean\": {\n \"no\": \"No\",\n \"yes\": \"Yes\"\n },\n \"loading\": \"Loading...\",\n \"notAvailable\": \"N/A\"\n },\n \"dashboard\": {\n \"actions\": {\n \"openList\": \"Open list\",\n \"openTool\": \"Open tool\"\n },\n \"subtitle\": \"Overview of the Work context.\",\n \"title\": \"Dashboard\"\n },\n \"detail\": {\n \"notFound\": \"Not found\"\n },\n \"emptyState\": {\n \"listEmpty\": {\n \"description\": \"There are no records to display.\",\n \"title\": \"No results\"\n },\n \"listEmptyFiltered\": {\n \"actions\": {\n \"reset\": \"Reset filters\"\n },\n \"description\": \"No results match the current filters.\"\n }\n },\n \"filters\": {\n \"actions\": {\n \"filterBy\": \"Filter by {{label}}\"\n },\n \"all\": \"All {{label}}\",\n \"allFilters\": \"All filters\",\n \"allFiltersWithCount_one\": \"All filters ({{count}})\",\n \"allFiltersWithCount_other\": \"All filters ({{count}})\",\n \"boolean\": {\n \"no\": \"No\",\n \"yes\": \"Yes\"\n },\n \"placeholders\": {\n \"search\": \"Search {{label}}\",\n \"unresolved\": \"Unresolved ID\"\n },\n \"sections\": {\n \"default\": \"Filters\"\n }\n },\n \"flags\": {\n \"agentManaged\": {\n \"agentManaged\": \"Agent managed\",\n \"userManaged\": \"User managed\"\n },\n \"capability\": {\n \"allowed\": \"Allowed\",\n \"denied\": \"Denied\"\n },\n \"default\": {\n \"default\": \"Default\",\n \"notDefault\": \"Not default\"\n },\n \"deployedProduction\": {\n \"deployed\": \"Deployed\",\n \"notDeployed\": \"Not deployed\"\n },\n \"enabled\": {\n \"disabled\": \"Disabled\",\n \"enabled\": \"Enabled\"\n },\n \"encrypted\": {\n \"encrypted\": \"Encrypted\",\n \"notEncrypted\": \"Not encrypted\"\n },\n \"failure\": {\n \"failed\": \"Failed\",\n \"ok\": \"OK\"\n },\n \"forced\": {\n \"forced\": \"Forced\",\n \"normal\": \"Normal\"\n },\n \"locked\": {\n \"locked\": \"Locked\",\n \"unlocked\": \"Unlocked\"\n }\n },\n \"format\": {\n \"currency\": \"{{value, currency}}\",\n \"number\": \"{{value, number}}\",\n \"percent\": \"{{value, percent}}\"\n },\n \"list\": {\n \"actions\": {\n \"refresh\": \"Refresh\",\n \"retry\": \"Retry\"\n },\n \"errors\": {\n \"tableFailed\": \"The table failed to load.\",\n \"title\": \"Table error\"\n },\n \"loadMore\": {\n \"end\": \"End of results\",\n \"loading\": \"Loading more…\",\n \"more\": \"More results available\"\n },\n \"showing\": \"Showing {{shown, number}} of {{total, number}}\"\n },\n \"picker\": {\n \"errors\": {\n \"loadFailed\": \"Failed to load.\"\n },\n \"searchPlaceholder\": {\n \"default\": \"Search...\"\n },\n \"searchRequired\": \"Enter an ID to search.\",\n \"title\": \"Select an ID\",\n \"unavailable\": \"Picker not available for {{entity}}.\"\n },\n \"relations\": {\n \"labelWithCount_one\": \"{{label}} ({{count}})\",\n \"labelWithCount_other\": \"{{label}} ({{count}})\",\n \"menu\": {\n \"label\": \"Relations\"\n },\n \"viewList\": \"View list\"\n },\n \"sidebar\": {\n \"actions\": {\n \"pin\": \"Pin\",\n \"reorder\": \"Reorder\",\n \"unpin\": \"Unpin\"\n },\n \"items\": {\n \"dashboard\": \"Dashboard\"\n },\n \"profile\": {\n \"actions\": {\n \"signOut\": \"Sign out\"\n },\n \"menuAriaLabel\": \"Open profile menu\",\n \"title\": \"Profile\",\n \"unknownUser\": \"Unknown user\"\n },\n \"search\": {\n \"placeholder\": \"Search…\"\n },\n \"sections\": {\n \"pinned\": \"Pinned\"\n }\n },\n \"tools\": {\n \"docs\": {\n \"inputExampleTitle\": \"Example JSON\",\n \"inputTypeTitle\": \"Input type (GraphQL)\"\n },\n \"errors\": {\n \"description\": \"We couldn't run this tool.\",\n \"details\": \"Error details\",\n \"label\": \"Error\",\n \"missingScope\": \"Missing initiative scope.\",\n \"title\": \"Tool error\",\n \"unknown\": \"Unknown error\"\n },\n \"forms\": {\n \"actions\": {\n \"insertExample\": \"Insert example\",\n \"run\": \"Run\"\n },\n \"inputJsonLabel\": \"Input JSON\"\n },\n \"meta\": {\n \"idLabel\": \"Tool\"\n },\n \"output\": \"Output\",\n \"project\": {\n \"actions\": {\n \"pick\": \"Pick\"\n },\n \"description\": \"Select the project to analyze.\",\n \"empty\": \"Choose a project to run tools.\",\n \"pickerTitle\": \"Select a project\",\n \"placeholder\": \"Project ID\",\n \"title\": \"Project\"\n },\n \"scope\": {\n \"actions\": {\n \"pick\": \"Pick\"\n },\n \"description\": \"Select the initiative scope for tools.\",\n \"empty\": \"Choose an initiative to run tools.\",\n \"pickerTitle\": \"Select an initiative\",\n \"placeholder\": \"Initiative ID\",\n \"title\": \"Scope\"\n }\n }\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
var e = {
|
|
2
|
+
auth: {
|
|
3
|
+
acceptInvitation: {
|
|
4
|
+
actions: { backToLogin: "Back to login" },
|
|
5
|
+
errors: {
|
|
6
|
+
alreadyAccepted: "This invitation has already been accepted.",
|
|
7
|
+
default: "Unable to accept invitation.",
|
|
8
|
+
emailMismatch: "This invitation was sent to a different email address.",
|
|
9
|
+
expired: "Invitation link has expired.",
|
|
10
|
+
invalidToken: "Invitation link is invalid.",
|
|
11
|
+
missingToken: "Invitation link is missing or invalid.",
|
|
12
|
+
passwordMismatch: "Password and confirmation do not match.",
|
|
13
|
+
passwordPolicyViolation: "Your password does not meet policy requirements.",
|
|
14
|
+
rateLimited: "Too many attempts. Please try again later."
|
|
15
|
+
},
|
|
16
|
+
form: {
|
|
17
|
+
confirmLabel: "Confirm password",
|
|
18
|
+
confirmPlaceholder: "Confirm your password",
|
|
19
|
+
passwordLabel: "Password",
|
|
20
|
+
passwordPlaceholder: "Create a password",
|
|
21
|
+
submit: "Accept invitation"
|
|
22
|
+
},
|
|
23
|
+
mfaSubtitle: "Enter the verification code to continue.",
|
|
24
|
+
mfaTitle: "Verify your identity",
|
|
25
|
+
status: {
|
|
26
|
+
success: "Invitation accepted.",
|
|
27
|
+
workingButton: "Working..."
|
|
28
|
+
},
|
|
29
|
+
subtitle: "Create your account to join.",
|
|
30
|
+
title: "Accept invitation"
|
|
31
|
+
},
|
|
32
|
+
emailCapture: {
|
|
33
|
+
continue: "Continue",
|
|
34
|
+
description: "Enter your work email to continue.",
|
|
35
|
+
emailLabel: "Work email",
|
|
36
|
+
emailPlaceholder: "you@company.com",
|
|
37
|
+
forgotPassword: "Forgot your password?"
|
|
38
|
+
},
|
|
39
|
+
loginFlow: {
|
|
40
|
+
errors: {
|
|
41
|
+
accountLocked: "Too many attempts. Try again later.",
|
|
42
|
+
emailRequired: "Enter an email address to continue.",
|
|
43
|
+
invalidCredentials: "Email or password is incorrect.",
|
|
44
|
+
invalidEmail: "Enter a valid email address.",
|
|
45
|
+
passkeyUnavailable: "Passkeys are not available.",
|
|
46
|
+
rateLimited: "Too many attempts. Please try again later.",
|
|
47
|
+
tryAgain: "Something went wrong. Please try again."
|
|
48
|
+
},
|
|
49
|
+
methods: { title: "Choose a sign-in method" },
|
|
50
|
+
passkey: {
|
|
51
|
+
description: "Use the passkey associated with {{email}}.",
|
|
52
|
+
title: "Use a passkey"
|
|
53
|
+
},
|
|
54
|
+
subtitle: {
|
|
55
|
+
default: "Choose a sign-in method to continue.",
|
|
56
|
+
mfa: "Enter the verification code to continue."
|
|
57
|
+
},
|
|
58
|
+
title: {
|
|
59
|
+
default: "Sign in",
|
|
60
|
+
mfa: "Two-factor authentication"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
methodChooser: {
|
|
64
|
+
actions: { back: "Back" },
|
|
65
|
+
locked: "Too many attempts. Try again later.",
|
|
66
|
+
lockedWithTime: "Too many attempts. Try again at {{time}}.",
|
|
67
|
+
methods: {
|
|
68
|
+
other: "{{method}}",
|
|
69
|
+
passkey: "Passkey",
|
|
70
|
+
password: "Password"
|
|
71
|
+
},
|
|
72
|
+
prompt: "Choose how to sign in for <strong>{{email}}</strong>."
|
|
73
|
+
},
|
|
74
|
+
mfa: {
|
|
75
|
+
actions: {
|
|
76
|
+
back: "Back",
|
|
77
|
+
submit: "Verify"
|
|
78
|
+
},
|
|
79
|
+
errors: {
|
|
80
|
+
expired: "Verification session expired. Please try again.",
|
|
81
|
+
invalidChallenge: "Verification session is invalid. Restart the login.",
|
|
82
|
+
invalidCode: "Invalid code. Try again.",
|
|
83
|
+
shortCode: "Enter the 6-digit code.",
|
|
84
|
+
tooManyAttempts: "Too many attempts. Try again later.",
|
|
85
|
+
verificationFailed: "Verification failed. Try again."
|
|
86
|
+
},
|
|
87
|
+
form: {
|
|
88
|
+
label: "Verification code",
|
|
89
|
+
placeholder: "123456"
|
|
90
|
+
},
|
|
91
|
+
helper: {
|
|
92
|
+
default: "Enter the 6-digit code from your authenticator.",
|
|
93
|
+
withEmail: "Enter the 6-digit code sent to {{email}}."
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
oidc: { buttons: {
|
|
97
|
+
apple: "Continue with Apple",
|
|
98
|
+
generic: "Continue with single sign-on",
|
|
99
|
+
google: "Continue with Google"
|
|
100
|
+
} },
|
|
101
|
+
passkey: {
|
|
102
|
+
actions: {
|
|
103
|
+
showMethods: "Use another method",
|
|
104
|
+
submit: "Continue with passkey",
|
|
105
|
+
submitting: "Waiting for passkey..."
|
|
106
|
+
},
|
|
107
|
+
errors: {
|
|
108
|
+
challengeExpired: "Passkey request expired. Try again.",
|
|
109
|
+
emailRequired: "Enter your email to continue.",
|
|
110
|
+
failed: "Passkey sign-in failed.",
|
|
111
|
+
invalidAssertion: "Passkey response is invalid. Try again.",
|
|
112
|
+
invalidChallenge: "Passkey request is invalid. Try again.",
|
|
113
|
+
invalidEmail: "Enter a valid email address.",
|
|
114
|
+
locked: "Too many attempts. Try again later.",
|
|
115
|
+
lockedWithTime: "Too many attempts. Try again at {{time}}.",
|
|
116
|
+
notAvailable: "Passkeys are not available on this device.",
|
|
117
|
+
notFound: "No passkey found for this account."
|
|
118
|
+
},
|
|
119
|
+
form: {
|
|
120
|
+
emailLabel: "Email",
|
|
121
|
+
emailPlaceholder: "you@company.com"
|
|
122
|
+
},
|
|
123
|
+
helper: "Use a passkey instead of your password."
|
|
124
|
+
},
|
|
125
|
+
passwordLogin: {
|
|
126
|
+
forgotPassword: "Forgot your password?",
|
|
127
|
+
title: "Sign in"
|
|
128
|
+
},
|
|
129
|
+
passwordResetComplete: {
|
|
130
|
+
errors: {
|
|
131
|
+
invalid: "Reset link is invalid or expired.",
|
|
132
|
+
minLength: "Password must be at least {{minLength}} characters.",
|
|
133
|
+
mismatch: "Passwords do not match.",
|
|
134
|
+
missingToken: "Reset link is missing or invalid."
|
|
135
|
+
},
|
|
136
|
+
form: {
|
|
137
|
+
confirmLabel: "Confirm password",
|
|
138
|
+
confirmPlaceholder: "Re-enter your password",
|
|
139
|
+
description: "Enter a new password for your account.",
|
|
140
|
+
passwordLabel: "Password",
|
|
141
|
+
passwordPlaceholder: "Enter a new password",
|
|
142
|
+
submit: "Update password",
|
|
143
|
+
title: "New password"
|
|
144
|
+
},
|
|
145
|
+
subtitle: "Choose a strong password to secure your account.",
|
|
146
|
+
success: {
|
|
147
|
+
action: "Back to login",
|
|
148
|
+
description: "Your password has been changed.",
|
|
149
|
+
helper: "You can now sign in with your new password.",
|
|
150
|
+
title: "Password updated"
|
|
151
|
+
},
|
|
152
|
+
title: "Set a new password"
|
|
153
|
+
},
|
|
154
|
+
passwordResetRequest: {
|
|
155
|
+
errors: {
|
|
156
|
+
emailRequired: "Enter an email address.",
|
|
157
|
+
startFailed: "Unable to start password reset."
|
|
158
|
+
},
|
|
159
|
+
form: {
|
|
160
|
+
description: "Enter the email for your account.",
|
|
161
|
+
emailLabel: "Email",
|
|
162
|
+
emailPlaceholder: "you@company.com",
|
|
163
|
+
submit: "Send reset link"
|
|
164
|
+
},
|
|
165
|
+
sent: {
|
|
166
|
+
action: "Send another email",
|
|
167
|
+
description: "We sent a reset link to {{email}}.",
|
|
168
|
+
helper: "If you don't see it, check spam or try again.",
|
|
169
|
+
title: "Check your email"
|
|
170
|
+
},
|
|
171
|
+
title: "Reset your password"
|
|
172
|
+
},
|
|
173
|
+
verifyEmail: {
|
|
174
|
+
actions: {
|
|
175
|
+
continue: "Continue",
|
|
176
|
+
return: "Back to login"
|
|
177
|
+
},
|
|
178
|
+
errors: {
|
|
179
|
+
invalid: "Verification link is invalid or expired.",
|
|
180
|
+
missingToken: "Verification link is missing or invalid."
|
|
181
|
+
},
|
|
182
|
+
status: {
|
|
183
|
+
success: "Email verified. You can continue.",
|
|
184
|
+
verifying: "Verifying...",
|
|
185
|
+
verifyingButton: "Verifying"
|
|
186
|
+
},
|
|
187
|
+
subtitle: "Confirm your email address to continue.",
|
|
188
|
+
title: "Verify your email"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
projectIngestionStatus: {
|
|
192
|
+
failed: "Failed",
|
|
193
|
+
idle: "Idle",
|
|
194
|
+
running: "Running",
|
|
195
|
+
unknown: "Unknown"
|
|
196
|
+
},
|
|
197
|
+
review: { status: {
|
|
198
|
+
approved: "Approved",
|
|
199
|
+
changesRequested: "Changes requested",
|
|
200
|
+
pending: "Pending",
|
|
201
|
+
unknown: "Unknown"
|
|
202
|
+
} }
|
|
203
|
+
};
|
|
204
|
+
//#endregion
|
|
205
|
+
export { e as default };
|
|
206
|
+
|
|
207
|
+
//# sourceMappingURL=shared.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.js","names":[],"sources":["../../../../../src/i18n/locales/en/shared.json"],"sourcesContent":["{\n \"auth\": {\n \"acceptInvitation\": {\n \"actions\": {\n \"backToLogin\": \"Back to login\"\n },\n \"errors\": {\n \"alreadyAccepted\": \"This invitation has already been accepted.\",\n \"default\": \"Unable to accept invitation.\",\n \"emailMismatch\": \"This invitation was sent to a different email address.\",\n \"expired\": \"Invitation link has expired.\",\n \"invalidToken\": \"Invitation link is invalid.\",\n \"missingToken\": \"Invitation link is missing or invalid.\",\n \"passwordMismatch\": \"Password and confirmation do not match.\",\n \"passwordPolicyViolation\": \"Your password does not meet policy requirements.\",\n \"rateLimited\": \"Too many attempts. Please try again later.\"\n },\n \"form\": {\n \"confirmLabel\": \"Confirm password\",\n \"confirmPlaceholder\": \"Confirm your password\",\n \"passwordLabel\": \"Password\",\n \"passwordPlaceholder\": \"Create a password\",\n \"submit\": \"Accept invitation\"\n },\n \"mfaSubtitle\": \"Enter the verification code to continue.\",\n \"mfaTitle\": \"Verify your identity\",\n \"status\": {\n \"success\": \"Invitation accepted.\",\n \"workingButton\": \"Working...\"\n },\n \"subtitle\": \"Create your account to join.\",\n \"title\": \"Accept invitation\"\n },\n \"emailCapture\": {\n \"continue\": \"Continue\",\n \"description\": \"Enter your work email to continue.\",\n \"emailLabel\": \"Work email\",\n \"emailPlaceholder\": \"you@company.com\",\n \"forgotPassword\": \"Forgot your password?\"\n },\n \"loginFlow\": {\n \"errors\": {\n \"accountLocked\": \"Too many attempts. Try again later.\",\n \"emailRequired\": \"Enter an email address to continue.\",\n \"invalidCredentials\": \"Email or password is incorrect.\",\n \"invalidEmail\": \"Enter a valid email address.\",\n \"passkeyUnavailable\": \"Passkeys are not available.\",\n \"rateLimited\": \"Too many attempts. Please try again later.\",\n \"tryAgain\": \"Something went wrong. Please try again.\"\n },\n \"methods\": {\n \"title\": \"Choose a sign-in method\"\n },\n \"passkey\": {\n \"description\": \"Use the passkey associated with {{email}}.\",\n \"title\": \"Use a passkey\"\n },\n \"subtitle\": {\n \"default\": \"Choose a sign-in method to continue.\",\n \"mfa\": \"Enter the verification code to continue.\"\n },\n \"title\": {\n \"default\": \"Sign in\",\n \"mfa\": \"Two-factor authentication\"\n }\n },\n \"methodChooser\": {\n \"actions\": {\n \"back\": \"Back\"\n },\n \"locked\": \"Too many attempts. Try again later.\",\n \"lockedWithTime\": \"Too many attempts. Try again at {{time}}.\",\n \"methods\": {\n \"other\": \"{{method}}\",\n \"passkey\": \"Passkey\",\n \"password\": \"Password\"\n },\n \"prompt\": \"Choose how to sign in for <strong>{{email}}</strong>.\"\n },\n \"mfa\": {\n \"actions\": {\n \"back\": \"Back\",\n \"submit\": \"Verify\"\n },\n \"errors\": {\n \"expired\": \"Verification session expired. Please try again.\",\n \"invalidChallenge\": \"Verification session is invalid. Restart the login.\",\n \"invalidCode\": \"Invalid code. Try again.\",\n \"shortCode\": \"Enter the 6-digit code.\",\n \"tooManyAttempts\": \"Too many attempts. Try again later.\",\n \"verificationFailed\": \"Verification failed. Try again.\"\n },\n \"form\": {\n \"label\": \"Verification code\",\n \"placeholder\": \"123456\"\n },\n \"helper\": {\n \"default\": \"Enter the 6-digit code from your authenticator.\",\n \"withEmail\": \"Enter the 6-digit code sent to {{email}}.\"\n }\n },\n \"oidc\": {\n \"buttons\": {\n \"apple\": \"Continue with Apple\",\n \"generic\": \"Continue with single sign-on\",\n \"google\": \"Continue with Google\"\n }\n },\n \"passkey\": {\n \"actions\": {\n \"showMethods\": \"Use another method\",\n \"submit\": \"Continue with passkey\",\n \"submitting\": \"Waiting for passkey...\"\n },\n \"errors\": {\n \"challengeExpired\": \"Passkey request expired. Try again.\",\n \"emailRequired\": \"Enter your email to continue.\",\n \"failed\": \"Passkey sign-in failed.\",\n \"invalidAssertion\": \"Passkey response is invalid. Try again.\",\n \"invalidChallenge\": \"Passkey request is invalid. Try again.\",\n \"invalidEmail\": \"Enter a valid email address.\",\n \"locked\": \"Too many attempts. Try again later.\",\n \"lockedWithTime\": \"Too many attempts. Try again at {{time}}.\",\n \"notAvailable\": \"Passkeys are not available on this device.\",\n \"notFound\": \"No passkey found for this account.\"\n },\n \"form\": {\n \"emailLabel\": \"Email\",\n \"emailPlaceholder\": \"you@company.com\"\n },\n \"helper\": \"Use a passkey instead of your password.\"\n },\n \"passwordLogin\": {\n \"forgotPassword\": \"Forgot your password?\",\n \"title\": \"Sign in\"\n },\n \"passwordResetComplete\": {\n \"errors\": {\n \"invalid\": \"Reset link is invalid or expired.\",\n \"minLength\": \"Password must be at least {{minLength}} characters.\",\n \"mismatch\": \"Passwords do not match.\",\n \"missingToken\": \"Reset link is missing or invalid.\"\n },\n \"form\": {\n \"confirmLabel\": \"Confirm password\",\n \"confirmPlaceholder\": \"Re-enter your password\",\n \"description\": \"Enter a new password for your account.\",\n \"passwordLabel\": \"Password\",\n \"passwordPlaceholder\": \"Enter a new password\",\n \"submit\": \"Update password\",\n \"title\": \"New password\"\n },\n \"subtitle\": \"Choose a strong password to secure your account.\",\n \"success\": {\n \"action\": \"Back to login\",\n \"description\": \"Your password has been changed.\",\n \"helper\": \"You can now sign in with your new password.\",\n \"title\": \"Password updated\"\n },\n \"title\": \"Set a new password\"\n },\n \"passwordResetRequest\": {\n \"errors\": {\n \"emailRequired\": \"Enter an email address.\",\n \"startFailed\": \"Unable to start password reset.\"\n },\n \"form\": {\n \"description\": \"Enter the email for your account.\",\n \"emailLabel\": \"Email\",\n \"emailPlaceholder\": \"you@company.com\",\n \"submit\": \"Send reset link\"\n },\n \"sent\": {\n \"action\": \"Send another email\",\n \"description\": \"We sent a reset link to {{email}}.\",\n \"helper\": \"If you don't see it, check spam or try again.\",\n \"title\": \"Check your email\"\n },\n \"title\": \"Reset your password\"\n },\n \"verifyEmail\": {\n \"actions\": {\n \"continue\": \"Continue\",\n \"return\": \"Back to login\"\n },\n \"errors\": {\n \"invalid\": \"Verification link is invalid or expired.\",\n \"missingToken\": \"Verification link is missing or invalid.\"\n },\n \"status\": {\n \"success\": \"Email verified. You can continue.\",\n \"verifying\": \"Verifying...\",\n \"verifyingButton\": \"Verifying\"\n },\n \"subtitle\": \"Confirm your email address to continue.\",\n \"title\": \"Verify your email\"\n }\n },\n \"projectIngestionStatus\": {\n \"failed\": \"Failed\",\n \"idle\": \"Idle\",\n \"running\": \"Running\",\n \"unknown\": \"Unknown\"\n },\n \"review\": {\n \"status\": {\n \"approved\": \"Approved\",\n \"changesRequested\": \"Changes requested\",\n \"pending\": \"Pending\",\n \"unknown\": \"Unknown\"\n }\n }\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
var e = {
|
|
2
|
+
actions: {
|
|
3
|
+
form: {
|
|
4
|
+
cancel: "Annuler",
|
|
5
|
+
errors: {
|
|
6
|
+
invalidJson: "{{label}} doit être un JSON valide.",
|
|
7
|
+
invalidJsonArray: "{{label}} doit être un tableau JSON valide.",
|
|
8
|
+
invalidJsonObject: "{{label}} doit être un objet JSON valide.",
|
|
9
|
+
invalidNumber: "{{label}} doit être un nombre valide.",
|
|
10
|
+
invalidPayload: "La charge utile soumise est invalide.",
|
|
11
|
+
required: "{{label}} est requis."
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
view: "Voir"
|
|
15
|
+
},
|
|
16
|
+
auth: {
|
|
17
|
+
acceptInvitation: { errors: {
|
|
18
|
+
alreadyAccepted: "Cette invitation a déjà été acceptée.",
|
|
19
|
+
default: "Impossible d'accepter cette invitation. Veuillez réessayer.",
|
|
20
|
+
emailMismatch: "Cette invitation a été envoyée à une autre adresse email.",
|
|
21
|
+
expired: "Cette invitation a expiré.",
|
|
22
|
+
invalidToken: "Ce jeton d'invitation est invalide.",
|
|
23
|
+
passwordMismatch: "Le mot de passe et sa confirmation ne correspondent pas.",
|
|
24
|
+
passwordPolicyViolation: "Votre mot de passe ne respecte pas la politique de sécurité.",
|
|
25
|
+
rateLimited: "Trop de tentatives. Veuillez patienter puis réessayer."
|
|
26
|
+
} },
|
|
27
|
+
loginFlow: { errors: {
|
|
28
|
+
accountLocked: "Votre compte est verrouillé.",
|
|
29
|
+
invalidCredentials: "Email ou mot de passe invalide.",
|
|
30
|
+
invalidEmail: "Veuillez saisir une adresse email valide.",
|
|
31
|
+
rateLimited: "Trop de tentatives. Veuillez patienter puis réessayer.",
|
|
32
|
+
tryAgain: "Une erreur est survenue. Veuillez réessayer."
|
|
33
|
+
} },
|
|
34
|
+
mfa: { errors: {
|
|
35
|
+
expired: "Votre challenge de vérification a expiré.",
|
|
36
|
+
invalidChallenge: "Votre challenge de vérification est invalide.",
|
|
37
|
+
invalidCode: "Le code de vérification est invalide.",
|
|
38
|
+
tooManyAttempts: "Trop de codes invalides. Veuillez réessayer plus tard.",
|
|
39
|
+
verificationFailed: "Impossible de vérifier le code. Veuillez réessayer."
|
|
40
|
+
} },
|
|
41
|
+
passkey: { errors: {
|
|
42
|
+
challengeExpired: "Votre challenge passkey a expiré.",
|
|
43
|
+
failed: "L'authentification passkey a échoué. Veuillez réessayer.",
|
|
44
|
+
invalidAssertion: "La réponse passkey est invalide.",
|
|
45
|
+
invalidChallenge: "Le challenge passkey est invalide.",
|
|
46
|
+
invalidEmail: "Veuillez saisir une adresse email valide.",
|
|
47
|
+
notAvailable: "Les passkeys ne sont pas disponibles sur cet appareil.",
|
|
48
|
+
notFound: "Aucune passkey trouvée pour ce compte."
|
|
49
|
+
} },
|
|
50
|
+
passwordResetComplete: { errors: {
|
|
51
|
+
expired: "Ce lien de réinitialisation a expiré.",
|
|
52
|
+
invalid: "Ce lien de réinitialisation est invalide.",
|
|
53
|
+
policyViolation: "Votre nouveau mot de passe ne respecte pas la politique de sécurité."
|
|
54
|
+
} },
|
|
55
|
+
passwordResetRequest: { errors: {
|
|
56
|
+
invalidEmail: "Veuillez saisir une adresse email valide.",
|
|
57
|
+
rateLimited: "Trop de demandes. Veuillez patienter puis réessayer.",
|
|
58
|
+
startFailed: "Impossible de démarrer la réinitialisation du mot de passe. Veuillez réessayer."
|
|
59
|
+
} },
|
|
60
|
+
verifyEmail: { errors: {
|
|
61
|
+
alreadyVerified: "Cette adresse email est déjà vérifiée.",
|
|
62
|
+
expired: "Ce lien de vérification a expiré.",
|
|
63
|
+
invalid: "Ce lien de vérification est invalide."
|
|
64
|
+
} }
|
|
65
|
+
},
|
|
66
|
+
common: {
|
|
67
|
+
actions: {
|
|
68
|
+
change: "Modifier",
|
|
69
|
+
clear: "Effacer",
|
|
70
|
+
close: "Fermer",
|
|
71
|
+
copied: "Copié",
|
|
72
|
+
copy: "Copier",
|
|
73
|
+
pick: "Choisir",
|
|
74
|
+
retry: "Réessayer"
|
|
75
|
+
},
|
|
76
|
+
boolean: {
|
|
77
|
+
no: "Non",
|
|
78
|
+
yes: "Oui"
|
|
79
|
+
},
|
|
80
|
+
loading: "Chargement...",
|
|
81
|
+
notAvailable: "N/D"
|
|
82
|
+
},
|
|
83
|
+
dashboard: {
|
|
84
|
+
actions: {
|
|
85
|
+
openList: "Ouvrir la liste",
|
|
86
|
+
openTool: "Ouvrir l'outil"
|
|
87
|
+
},
|
|
88
|
+
subtitle: "Vue d'ensemble du contexte Work.",
|
|
89
|
+
title: "Tableau de bord"
|
|
90
|
+
},
|
|
91
|
+
detail: { notFound: "Introuvable" },
|
|
92
|
+
emptyState: {
|
|
93
|
+
listEmpty: {
|
|
94
|
+
description: "Aucun enregistrement à afficher.",
|
|
95
|
+
title: "Aucun résultat"
|
|
96
|
+
},
|
|
97
|
+
listEmptyFiltered: {
|
|
98
|
+
actions: { reset: "Réinitialiser les filtres" },
|
|
99
|
+
description: "Aucun résultat ne correspond aux filtres actuels."
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
filters: {
|
|
103
|
+
actions: { filterBy: "Filtrer par {{label}}" },
|
|
104
|
+
all: "Tous {{label}}",
|
|
105
|
+
allFilters: "Tous les filtres",
|
|
106
|
+
allFiltersWithCount_one: "Tous les filtres ({{count}})",
|
|
107
|
+
allFiltersWithCount_many: "Tous les filtres ({{count}})",
|
|
108
|
+
allFiltersWithCount_other: "Tous les filtres ({{count}})",
|
|
109
|
+
boolean: {
|
|
110
|
+
no: "Non",
|
|
111
|
+
yes: "Oui"
|
|
112
|
+
},
|
|
113
|
+
placeholders: {
|
|
114
|
+
search: "Rechercher {{label}}",
|
|
115
|
+
unresolved: "ID introuvable"
|
|
116
|
+
},
|
|
117
|
+
sections: { default: "Filtres" }
|
|
118
|
+
},
|
|
119
|
+
flags: {
|
|
120
|
+
agentManaged: {
|
|
121
|
+
agentManaged: "Géré par un agent",
|
|
122
|
+
userManaged: "Géré par un utilisateur"
|
|
123
|
+
},
|
|
124
|
+
capability: {
|
|
125
|
+
allowed: "Autorisé",
|
|
126
|
+
denied: "Refusé"
|
|
127
|
+
},
|
|
128
|
+
default: {
|
|
129
|
+
default: "Par défaut",
|
|
130
|
+
notDefault: "Non par défaut"
|
|
131
|
+
},
|
|
132
|
+
deployedProduction: {
|
|
133
|
+
deployed: "Déployé",
|
|
134
|
+
notDeployed: "Non déployé"
|
|
135
|
+
},
|
|
136
|
+
enabled: {
|
|
137
|
+
disabled: "Désactivé",
|
|
138
|
+
enabled: "Activé"
|
|
139
|
+
},
|
|
140
|
+
encrypted: {
|
|
141
|
+
encrypted: "Chiffré",
|
|
142
|
+
notEncrypted: "Non chiffré"
|
|
143
|
+
},
|
|
144
|
+
failure: {
|
|
145
|
+
failed: "Échoué",
|
|
146
|
+
ok: "OK"
|
|
147
|
+
},
|
|
148
|
+
forced: {
|
|
149
|
+
forced: "Forcé",
|
|
150
|
+
normal: "Normal"
|
|
151
|
+
},
|
|
152
|
+
locked: {
|
|
153
|
+
locked: "Verrouillé",
|
|
154
|
+
unlocked: "Déverrouillé"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
format: {
|
|
158
|
+
currency: "{{value, currency}}",
|
|
159
|
+
number: "{{value, number}}",
|
|
160
|
+
percent: "{{value, percent}}"
|
|
161
|
+
},
|
|
162
|
+
list: {
|
|
163
|
+
actions: {
|
|
164
|
+
refresh: "Actualiser",
|
|
165
|
+
retry: "Réessayer"
|
|
166
|
+
},
|
|
167
|
+
errors: {
|
|
168
|
+
tableFailed: "Le tableau n'a pas pu se charger.",
|
|
169
|
+
title: "Erreur du tableau"
|
|
170
|
+
},
|
|
171
|
+
loadMore: {
|
|
172
|
+
end: "Fin des résultats",
|
|
173
|
+
loading: "Chargement…",
|
|
174
|
+
more: "Plus de résultats disponibles"
|
|
175
|
+
},
|
|
176
|
+
showing: "Affichage de {{shown, number}} sur {{total, number}}"
|
|
177
|
+
},
|
|
178
|
+
picker: {
|
|
179
|
+
errors: { loadFailed: "Échec du chargement." },
|
|
180
|
+
searchPlaceholder: { default: "Rechercher..." },
|
|
181
|
+
searchRequired: "Saisissez un ID pour rechercher.",
|
|
182
|
+
title: "Sélectionner un ID",
|
|
183
|
+
unavailable: "Sélecteur indisponible pour {{entity}}."
|
|
184
|
+
},
|
|
185
|
+
relations: {
|
|
186
|
+
labelWithCount_one: "{{label}} ({{count}})",
|
|
187
|
+
labelWithCount_many: "{{label}} ({{count}})",
|
|
188
|
+
labelWithCount_other: "{{label}} ({{count}})",
|
|
189
|
+
menu: { label: "Relations" },
|
|
190
|
+
viewList: "Voir la liste"
|
|
191
|
+
},
|
|
192
|
+
sidebar: {
|
|
193
|
+
actions: {
|
|
194
|
+
pin: "Épingler",
|
|
195
|
+
reorder: "Réordonner",
|
|
196
|
+
unpin: "Désépingler"
|
|
197
|
+
},
|
|
198
|
+
items: { dashboard: "Tableau de bord" },
|
|
199
|
+
profile: {
|
|
200
|
+
actions: { signOut: "Se déconnecter" },
|
|
201
|
+
menuAriaLabel: "Ouvrir le menu profil",
|
|
202
|
+
title: "Profil",
|
|
203
|
+
unknownUser: "Utilisateur inconnu"
|
|
204
|
+
},
|
|
205
|
+
search: { placeholder: "Rechercher..." },
|
|
206
|
+
sections: { pinned: "Épinglés" }
|
|
207
|
+
},
|
|
208
|
+
tools: {
|
|
209
|
+
docs: {
|
|
210
|
+
inputExampleTitle: "Exemple JSON",
|
|
211
|
+
inputTypeTitle: "Type d'entrée (GraphQL)"
|
|
212
|
+
},
|
|
213
|
+
errors: {
|
|
214
|
+
description: "Impossible d'exécuter cet outil.",
|
|
215
|
+
details: "Détails de l'erreur",
|
|
216
|
+
label: "Erreur",
|
|
217
|
+
missingScope: "Portée de l'initiative manquante.",
|
|
218
|
+
title: "Erreur d'outil",
|
|
219
|
+
unknown: "Erreur inconnue"
|
|
220
|
+
},
|
|
221
|
+
forms: {
|
|
222
|
+
actions: {
|
|
223
|
+
insertExample: "Insérer l'exemple",
|
|
224
|
+
run: "Exécuter"
|
|
225
|
+
},
|
|
226
|
+
inputJsonLabel: "JSON d'entrée"
|
|
227
|
+
},
|
|
228
|
+
meta: { idLabel: "Outil" },
|
|
229
|
+
output: "Résultat",
|
|
230
|
+
project: {
|
|
231
|
+
actions: { pick: "Choisir" },
|
|
232
|
+
description: "Sélectionner le projet à analyser.",
|
|
233
|
+
empty: "Choisissez un projet pour exécuter les outils.",
|
|
234
|
+
pickerTitle: "Sélectionner un projet",
|
|
235
|
+
placeholder: "ID du projet",
|
|
236
|
+
title: "Projet"
|
|
237
|
+
},
|
|
238
|
+
scope: {
|
|
239
|
+
actions: { pick: "Choisir" },
|
|
240
|
+
description: "Sélectionner l'initiative pour exécuter les outils.",
|
|
241
|
+
empty: "Choisissez une initiative pour exécuter les outils.",
|
|
242
|
+
pickerTitle: "Sélectionner une initiative",
|
|
243
|
+
placeholder: "ID de l'initiative",
|
|
244
|
+
title: "Portée"
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
//#endregion
|
|
249
|
+
export { e as default };
|
|
250
|
+
|
|
251
|
+
//# sourceMappingURL=backofficeReact.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backofficeReact.js","names":[],"sources":["../../../../../src/i18n/locales/fr/backofficeReact.json"],"sourcesContent":["{\n \"actions\": {\n \"form\": {\n \"cancel\": \"Annuler\",\n \"errors\": {\n \"invalidJson\": \"{{label}} doit être un JSON valide.\",\n \"invalidJsonArray\": \"{{label}} doit être un tableau JSON valide.\",\n \"invalidJsonObject\": \"{{label}} doit être un objet JSON valide.\",\n \"invalidNumber\": \"{{label}} doit être un nombre valide.\",\n \"invalidPayload\": \"La charge utile soumise est invalide.\",\n \"required\": \"{{label}} est requis.\"\n }\n },\n \"view\": \"Voir\"\n },\n \"auth\": {\n \"acceptInvitation\": {\n \"errors\": {\n \"alreadyAccepted\": \"Cette invitation a déjà été acceptée.\",\n \"default\": \"Impossible d'accepter cette invitation. Veuillez réessayer.\",\n \"emailMismatch\": \"Cette invitation a été envoyée à une autre adresse email.\",\n \"expired\": \"Cette invitation a expiré.\",\n \"invalidToken\": \"Ce jeton d'invitation est invalide.\",\n \"passwordMismatch\": \"Le mot de passe et sa confirmation ne correspondent pas.\",\n \"passwordPolicyViolation\": \"Votre mot de passe ne respecte pas la politique de sécurité.\",\n \"rateLimited\": \"Trop de tentatives. Veuillez patienter puis réessayer.\"\n }\n },\n \"loginFlow\": {\n \"errors\": {\n \"accountLocked\": \"Votre compte est verrouillé.\",\n \"invalidCredentials\": \"Email ou mot de passe invalide.\",\n \"invalidEmail\": \"Veuillez saisir une adresse email valide.\",\n \"rateLimited\": \"Trop de tentatives. Veuillez patienter puis réessayer.\",\n \"tryAgain\": \"Une erreur est survenue. Veuillez réessayer.\"\n }\n },\n \"mfa\": {\n \"errors\": {\n \"expired\": \"Votre challenge de vérification a expiré.\",\n \"invalidChallenge\": \"Votre challenge de vérification est invalide.\",\n \"invalidCode\": \"Le code de vérification est invalide.\",\n \"tooManyAttempts\": \"Trop de codes invalides. Veuillez réessayer plus tard.\",\n \"verificationFailed\": \"Impossible de vérifier le code. Veuillez réessayer.\"\n }\n },\n \"passkey\": {\n \"errors\": {\n \"challengeExpired\": \"Votre challenge passkey a expiré.\",\n \"failed\": \"L'authentification passkey a échoué. Veuillez réessayer.\",\n \"invalidAssertion\": \"La réponse passkey est invalide.\",\n \"invalidChallenge\": \"Le challenge passkey est invalide.\",\n \"invalidEmail\": \"Veuillez saisir une adresse email valide.\",\n \"notAvailable\": \"Les passkeys ne sont pas disponibles sur cet appareil.\",\n \"notFound\": \"Aucune passkey trouvée pour ce compte.\"\n }\n },\n \"passwordResetComplete\": {\n \"errors\": {\n \"expired\": \"Ce lien de réinitialisation a expiré.\",\n \"invalid\": \"Ce lien de réinitialisation est invalide.\",\n \"policyViolation\": \"Votre nouveau mot de passe ne respecte pas la politique de sécurité.\"\n }\n },\n \"passwordResetRequest\": {\n \"errors\": {\n \"invalidEmail\": \"Veuillez saisir une adresse email valide.\",\n \"rateLimited\": \"Trop de demandes. Veuillez patienter puis réessayer.\",\n \"startFailed\": \"Impossible de démarrer la réinitialisation du mot de passe. Veuillez réessayer.\"\n }\n },\n \"verifyEmail\": {\n \"errors\": {\n \"alreadyVerified\": \"Cette adresse email est déjà vérifiée.\",\n \"expired\": \"Ce lien de vérification a expiré.\",\n \"invalid\": \"Ce lien de vérification est invalide.\"\n }\n }\n },\n \"common\": {\n \"actions\": {\n \"change\": \"Modifier\",\n \"clear\": \"Effacer\",\n \"close\": \"Fermer\",\n \"copied\": \"Copié\",\n \"copy\": \"Copier\",\n \"pick\": \"Choisir\",\n \"retry\": \"Réessayer\"\n },\n \"boolean\": {\n \"no\": \"Non\",\n \"yes\": \"Oui\"\n },\n \"loading\": \"Chargement...\",\n \"notAvailable\": \"N/D\"\n },\n \"dashboard\": {\n \"actions\": {\n \"openList\": \"Ouvrir la liste\",\n \"openTool\": \"Ouvrir l'outil\"\n },\n \"subtitle\": \"Vue d'ensemble du contexte Work.\",\n \"title\": \"Tableau de bord\"\n },\n \"detail\": {\n \"notFound\": \"Introuvable\"\n },\n \"emptyState\": {\n \"listEmpty\": {\n \"description\": \"Aucun enregistrement à afficher.\",\n \"title\": \"Aucun résultat\"\n },\n \"listEmptyFiltered\": {\n \"actions\": {\n \"reset\": \"Réinitialiser les filtres\"\n },\n \"description\": \"Aucun résultat ne correspond aux filtres actuels.\"\n }\n },\n \"filters\": {\n \"actions\": {\n \"filterBy\": \"Filtrer par {{label}}\"\n },\n \"all\": \"Tous {{label}}\",\n \"allFilters\": \"Tous les filtres\",\n \"allFiltersWithCount_one\": \"Tous les filtres ({{count}})\",\n \"allFiltersWithCount_many\": \"Tous les filtres ({{count}})\",\n \"allFiltersWithCount_other\": \"Tous les filtres ({{count}})\",\n \"boolean\": {\n \"no\": \"Non\",\n \"yes\": \"Oui\"\n },\n \"placeholders\": {\n \"search\": \"Rechercher {{label}}\",\n \"unresolved\": \"ID introuvable\"\n },\n \"sections\": {\n \"default\": \"Filtres\"\n }\n },\n \"flags\": {\n \"agentManaged\": {\n \"agentManaged\": \"Géré par un agent\",\n \"userManaged\": \"Géré par un utilisateur\"\n },\n \"capability\": {\n \"allowed\": \"Autorisé\",\n \"denied\": \"Refusé\"\n },\n \"default\": {\n \"default\": \"Par défaut\",\n \"notDefault\": \"Non par défaut\"\n },\n \"deployedProduction\": {\n \"deployed\": \"Déployé\",\n \"notDeployed\": \"Non déployé\"\n },\n \"enabled\": {\n \"disabled\": \"Désactivé\",\n \"enabled\": \"Activé\"\n },\n \"encrypted\": {\n \"encrypted\": \"Chiffré\",\n \"notEncrypted\": \"Non chiffré\"\n },\n \"failure\": {\n \"failed\": \"Échoué\",\n \"ok\": \"OK\"\n },\n \"forced\": {\n \"forced\": \"Forcé\",\n \"normal\": \"Normal\"\n },\n \"locked\": {\n \"locked\": \"Verrouillé\",\n \"unlocked\": \"Déverrouillé\"\n }\n },\n \"format\": {\n \"currency\": \"{{value, currency}}\",\n \"number\": \"{{value, number}}\",\n \"percent\": \"{{value, percent}}\"\n },\n \"list\": {\n \"actions\": {\n \"refresh\": \"Actualiser\",\n \"retry\": \"Réessayer\"\n },\n \"errors\": {\n \"tableFailed\": \"Le tableau n'a pas pu se charger.\",\n \"title\": \"Erreur du tableau\"\n },\n \"loadMore\": {\n \"end\": \"Fin des résultats\",\n \"loading\": \"Chargement…\",\n \"more\": \"Plus de résultats disponibles\"\n },\n \"showing\": \"Affichage de {{shown, number}} sur {{total, number}}\"\n },\n \"picker\": {\n \"errors\": {\n \"loadFailed\": \"Échec du chargement.\"\n },\n \"searchPlaceholder\": {\n \"default\": \"Rechercher...\"\n },\n \"searchRequired\": \"Saisissez un ID pour rechercher.\",\n \"title\": \"Sélectionner un ID\",\n \"unavailable\": \"Sélecteur indisponible pour {{entity}}.\"\n },\n \"relations\": {\n \"labelWithCount_one\": \"{{label}} ({{count}})\",\n \"labelWithCount_many\": \"{{label}} ({{count}})\",\n \"labelWithCount_other\": \"{{label}} ({{count}})\",\n \"menu\": {\n \"label\": \"Relations\"\n },\n \"viewList\": \"Voir la liste\"\n },\n \"sidebar\": {\n \"actions\": {\n \"pin\": \"Épingler\",\n \"reorder\": \"Réordonner\",\n \"unpin\": \"Désépingler\"\n },\n \"items\": {\n \"dashboard\": \"Tableau de bord\"\n },\n \"profile\": {\n \"actions\": {\n \"signOut\": \"Se déconnecter\"\n },\n \"menuAriaLabel\": \"Ouvrir le menu profil\",\n \"title\": \"Profil\",\n \"unknownUser\": \"Utilisateur inconnu\"\n },\n \"search\": {\n \"placeholder\": \"Rechercher...\"\n },\n \"sections\": {\n \"pinned\": \"Épinglés\"\n }\n },\n \"tools\": {\n \"docs\": {\n \"inputExampleTitle\": \"Exemple JSON\",\n \"inputTypeTitle\": \"Type d'entrée (GraphQL)\"\n },\n \"errors\": {\n \"description\": \"Impossible d'exécuter cet outil.\",\n \"details\": \"Détails de l'erreur\",\n \"label\": \"Erreur\",\n \"missingScope\": \"Portée de l'initiative manquante.\",\n \"title\": \"Erreur d'outil\",\n \"unknown\": \"Erreur inconnue\"\n },\n \"forms\": {\n \"actions\": {\n \"insertExample\": \"Insérer l'exemple\",\n \"run\": \"Exécuter\"\n },\n \"inputJsonLabel\": \"JSON d'entrée\"\n },\n \"meta\": {\n \"idLabel\": \"Outil\"\n },\n \"output\": \"Résultat\",\n \"project\": {\n \"actions\": {\n \"pick\": \"Choisir\"\n },\n \"description\": \"Sélectionner le projet à analyser.\",\n \"empty\": \"Choisissez un projet pour exécuter les outils.\",\n \"pickerTitle\": \"Sélectionner un projet\",\n \"placeholder\": \"ID du projet\",\n \"title\": \"Projet\"\n },\n \"scope\": {\n \"actions\": {\n \"pick\": \"Choisir\"\n },\n \"description\": \"Sélectionner l'initiative pour exécuter les outils.\",\n \"empty\": \"Choisissez une initiative pour exécuter les outils.\",\n \"pickerTitle\": \"Sélectionner une initiative\",\n \"placeholder\": \"ID de l'initiative\",\n \"title\": \"Portée\"\n }\n }\n}\n"],"mappings":""}
|