@plumile/backoffice-react 0.1.105 → 0.1.107
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/lib/esm/_virtual/_rolldown/runtime.js +7 -0
- package/lib/esm/auth/AuthRefreshNotice.js +38 -0
- package/lib/esm/auth/AuthRefreshNotice.js.map +1 -0
- package/lib/esm/auth/TotpQrCode.js +28 -0
- package/lib/esm/auth/TotpQrCode.js.map +1 -0
- package/lib/esm/auth/authRefreshNotice.css.js +7 -0
- package/lib/esm/auth/authRefreshNotice.css.js.map +1 -0
- package/lib/esm/{AuthPanel-BaIRFGbX.js → auth/login/AuthPanel.js} +7 -7
- package/lib/esm/auth/login/AuthPanel.js.map +1 -0
- package/lib/esm/auth/login/EmailCapturePanel.js +50 -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 +49 -0
- package/lib/esm/auth/login/MethodChooser.js.map +1 -0
- package/lib/esm/auth/login/MfaChallengeForm.js +80 -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 +81 -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 +7 -0
- package/lib/esm/auth/login/loginPage.css.js.map +1 -0
- package/lib/esm/auth/login/synchronizeAuthStatusQuery.js +10 -0
- package/lib/esm/auth/login/synchronizeAuthStatusQuery.js.map +1 -0
- package/lib/esm/{AcceptInvitationScreen-VaWXQPHp.js → auth/pages/AcceptInvitationScreen.js} +11 -11
- package/lib/esm/auth/pages/AcceptInvitationScreen.js.map +1 -0
- package/lib/esm/{PasswordResetCompleteScreen-Cgg96DPo.js → auth/pages/PasswordResetCompleteScreen.js} +10 -10
- package/lib/esm/auth/pages/PasswordResetCompleteScreen.js.map +1 -0
- package/lib/esm/{PasswordResetRequestScreen-I1nFvGLd.js → auth/pages/PasswordResetRequestScreen.js} +10 -10
- package/lib/esm/auth/pages/PasswordResetRequestScreen.js.map +1 -0
- package/lib/esm/{VerifyEmailScreen-Br5KyHjg.js → auth/pages/VerifyEmailScreen.js} +7 -7
- package/lib/esm/auth/pages/VerifyEmailScreen.js.map +1 -0
- package/lib/esm/{BackofficeEntityActionFormDialog-DrZxuytz.js → components/backoffice/actions/BackofficeEntityActionFormDialog.js} +123 -121
- package/lib/esm/{BackofficeEntityActionFormDialog-DrZxuytz.js.map → components/backoffice/actions/BackofficeEntityActionFormDialog.js.map} +1 -1
- package/lib/esm/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.js +26 -0
- package/lib/esm/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.js.map +1 -0
- package/lib/esm/{backofficeEntityActionFormDialog.css-DJgEKwaA.js → components/backoffice/actions/backofficeEntityActionFormDialog.css.js} +3 -2
- package/lib/esm/{backofficeEntityActionFormDialog.css-DJgEKwaA.js.map → components/backoffice/actions/backofficeEntityActionFormDialog.css.js.map} +1 -1
- package/lib/esm/{toastViewAction-DQYlcGOL.js → components/backoffice/actions/toastViewAction.js} +2 -2
- package/lib/esm/{toastViewAction-DQYlcGOL.js.map → components/backoffice/actions/toastViewAction.js.map} +1 -1
- package/lib/esm/{buildDataTableColumns-DdmF-EYq.js → components/backoffice/columns/buildDataTableColumns.js} +18 -18
- package/lib/esm/{buildDataTableColumns-DdmF-EYq.js.map → components/backoffice/columns/buildDataTableColumns.js.map} +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeAuditMetadataPanel.js +31 -0
- package/lib/esm/components/backoffice/detail/BackofficeAuditMetadataPanel.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 +40 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailErrorList.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailField.js +30 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailField.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.css.js +7 -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 +56 -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 +123 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailRelationListBlock.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeDetailSection.js +36 -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/BackofficeEntityRefLink.js +17 -0
- package/lib/esm/components/backoffice/detail/BackofficeEntityRefLink.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeEntitySummaryHeader.js +72 -0
- package/lib/esm/components/backoffice/detail/BackofficeEntitySummaryHeader.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeEnumLabel.js +11 -0
- package/lib/esm/components/backoffice/detail/BackofficeEnumLabel.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeKpiStrip.js +35 -0
- package/lib/esm/components/backoffice/detail/BackofficeKpiStrip.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeLifecycleTimelineSection.js +37 -0
- package/lib/esm/components/backoffice/detail/BackofficeLifecycleTimelineSection.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficePayloadInspectorSection.js +36 -0
- package/lib/esm/components/backoffice/detail/BackofficePayloadInspectorSection.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeReferenceValue.js +22 -0
- package/lib/esm/components/backoffice/detail/BackofficeReferenceValue.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeRelationsSummaryGrid.js +43 -0
- package/lib/esm/components/backoffice/detail/BackofficeRelationsSummaryGrid.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeScopeStack.js +28 -0
- package/lib/esm/components/backoffice/detail/BackofficeScopeStack.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeStatusMetaBadge.js +27 -0
- package/lib/esm/components/backoffice/detail/BackofficeStatusMetaBadge.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeTokenUsageBreakdown.js +37 -0
- package/lib/esm/components/backoffice/detail/BackofficeTokenUsageBreakdown.js.map +1 -0
- package/lib/esm/components/backoffice/detail/BackofficeUsageCostBreakdown.js +84 -0
- package/lib/esm/components/backoffice/detail/BackofficeUsageCostBreakdown.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeAuditMetadataPanel.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeAuditMetadataPanel.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailErrorList.css.js +7 -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 +7 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailLayout.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationList.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationList.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailSection.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailSection.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailTaggedValue.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeDetailTaggedValue.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeEntitySummaryHeader.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeEntitySummaryHeader.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeKpiStrip.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeKpiStrip.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeLifecycleTimelineSection.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeLifecycleTimelineSection.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficePayloadInspectorSection.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficePayloadInspectorSection.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeReferenceValue.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeReferenceValue.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeRelationsSummaryGrid.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeRelationsSummaryGrid.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeScopeStack.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeScopeStack.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeStatusMetaBadge.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeStatusMetaBadge.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/backofficeUsageCostBreakdown.css.js +7 -0
- package/lib/esm/components/backoffice/detail/backofficeUsageCostBreakdown.css.js.map +1 -0
- package/lib/esm/components/backoffice/detail/createBackofficeEntityLinkProps.js +21 -0
- package/lib/esm/components/backoffice/detail/createBackofficeEntityLinkProps.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/{BackofficeErrorBoundary-BwRVSDHU.js → components/backoffice/errors/BackofficeErrorBoundary.js} +2 -2
- package/lib/esm/{BackofficeErrorBoundary-BwRVSDHU.js.map → components/backoffice/errors/BackofficeErrorBoundary.js.map} +1 -1
- package/lib/esm/components/backoffice/filters/BackofficeFilterAction.js +46 -0
- package/lib/esm/components/backoffice/filters/BackofficeFilterAction.js.map +1 -0
- package/lib/esm/components/backoffice/filters/DeferredFilterSearchInput.js +67 -0
- package/lib/esm/components/backoffice/filters/DeferredFilterSearchInput.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 +65 -0
- package/lib/esm/components/backoffice/filters/EntityIdFilterField.js.map +1 -0
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js +7 -0
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js.map +1 -0
- package/lib/esm/components/backoffice/filters/deferredFilterSearchInput.css.js +7 -0
- package/lib/esm/components/backoffice/filters/deferredFilterSearchInput.css.js.map +1 -0
- package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js +7 -0
- package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js.map +1 -0
- package/lib/esm/components/backoffice/hub/BackofficeHubTemplate.js +83 -0
- package/lib/esm/components/backoffice/hub/BackofficeHubTemplate.js.map +1 -0
- package/lib/esm/components/backoffice/hub/backofficeHubTemplate.css.js +7 -0
- package/lib/esm/components/backoffice/hub/backofficeHubTemplate.css.js.map +1 -0
- package/lib/esm/{BackofficePermissionsContext-C2bdxy2z.js → components/backoffice/layout/BackofficePermissionsContext.js} +2 -2
- package/lib/esm/{BackofficePermissionsContext-C2bdxy2z.js.map → components/backoffice/layout/BackofficePermissionsContext.js.map} +1 -1
- package/lib/esm/components/backoffice/layout/backofficeSidebarActions.css.js +7 -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 +69 -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/{BackofficeTopbarPortalContext-Da5XFatM.js → components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.js} +2 -2
- 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 +7 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.js.map +1 -0
- package/lib/esm/{buildBreadcrumbs-C5St167Y.js → components/backoffice/layout/breadcrumb/buildBreadcrumbs.js} +7 -3
- 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 +301 -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/{sidebarUtils-BgCBLJLv.js → components/backoffice/layout/sidebarUtils.js} +32 -22
- package/lib/esm/{sidebarUtils-BgCBLJLv.js.map → components/backoffice/layout/sidebarUtils.js.map} +1 -1
- 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/lists/BackofficeListToolbar.js +33 -0
- package/lib/esm/components/backoffice/lists/BackofficeListToolbar.js.map +1 -0
- package/lib/esm/components/backoffice/lists/backofficeListToolbar.css.js +13 -0
- package/lib/esm/components/backoffice/lists/backofficeListToolbar.css.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 +7 -0
- package/lib/esm/components/backoffice/overview/backofficeOverviewLayout.css.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js +117 -0
- package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js +7 -0
- package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js.map +1 -0
- package/lib/esm/components/backoffice/pickers/shared/EntityPickerList.js +27 -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 +28 -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/BackofficeEntityLink.js +30 -0
- package/lib/esm/components/backoffice/refs/BackofficeEntityLink.js.map +1 -0
- package/lib/esm/components/backoffice/refs/BackofficeRelatedCountLink.js +65 -0
- package/lib/esm/components/backoffice/refs/BackofficeRelatedCountLink.js.map +1 -0
- package/lib/esm/components/backoffice/refs/backofficeEntityIdRef.css.js +7 -0
- package/lib/esm/components/backoffice/refs/backofficeEntityIdRef.css.js.map +1 -0
- package/lib/esm/components/backoffice/refs/backofficeRelatedCountLink.css.js +7 -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 +27 -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 +25 -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 +7 -0
- package/lib/esm/components/backoffice/routing/backofficeContentBoundary.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeContentError.css.js +7 -0
- package/lib/esm/components/backoffice/routing/backofficeContentError.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeContentFallback.css.js +7 -0
- package/lib/esm/components/backoffice/routing/backofficeContentFallback.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeRouteFallback.css.js +7 -0
- package/lib/esm/components/backoffice/routing/backofficeRouteFallback.css.js.map +1 -0
- package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js +7 -0
- package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.js +12 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js +506 -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 +24 -0
- package/lib/esm/components/backoffice/scaffolds/BackofficeTabbedDetailShell.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/backofficeEntityListScaffold.css.js +7 -0
- package/lib/esm/components/backoffice/scaffolds/backofficeEntityListScaffold.css.js.map +1 -0
- package/lib/esm/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.js +7 -0
- package/lib/esm/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.js.map +1 -0
- package/lib/esm/components/backoffice/shared/BackofficeFilterableCell.js +41 -0
- package/lib/esm/components/backoffice/shared/BackofficeFilterableCell.js.map +1 -0
- package/lib/esm/components/backoffice/shared/BackofficeFormattedCurrency.js +17 -0
- package/lib/esm/components/backoffice/shared/BackofficeFormattedCurrency.js.map +1 -0
- package/lib/esm/components/backoffice/shared/BackofficeFormattedNumber.js +17 -0
- package/lib/esm/components/backoffice/shared/BackofficeFormattedNumber.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/backofficeFilterableCell.css.js +16 -0
- package/lib/esm/components/backoffice/shared/backofficeFilterableCell.css.js.map +1 -0
- package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js +7 -0
- package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsDocPanel.js +41 -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 +63 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsJsonForm.js.map +1 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsQueryBoundary.js +35 -0
- package/lib/esm/components/backoffice/tools/BackofficeToolsQueryBoundary.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js +7 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsForm.css.js +7 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsForm.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsJsonForm.css.js +7 -0
- package/lib/esm/components/backoffice/tools/backofficeToolsJsonForm.css.js.map +1 -0
- package/lib/esm/components/backoffice/tools/parseToolJson.js +13 -0
- package/lib/esm/components/backoffice/tools/parseToolJson.js.map +1 -0
- package/lib/esm/filters/filterHelpers.js +26 -0
- package/lib/esm/filters/filterHelpers.js.map +1 -0
- package/lib/esm/hooks/useAuth.js +444 -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/useBackofficeInfiniteScrollSentinel.js +39 -0
- package/lib/esm/hooks/useBackofficeInfiniteScrollSentinel.js.map +1 -0
- package/lib/esm/hooks/useBackofficeListRefetch.js +50 -0
- package/lib/esm/hooks/useBackofficeListRefetch.js.map +1 -0
- package/lib/esm/{useBackofficeListUrlState-Ca6d7uIN.js → hooks/useBackofficeListUrlState.js} +2 -2
- 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 +33 -0
- package/lib/esm/hooks/useBackofficeSessionAuth.js.map +1 -0
- package/lib/esm/hooks/useBackofficeSidebarPins.js +89 -0
- package/lib/esm/hooks/useBackofficeSidebarPins.js.map +1 -0
- package/lib/esm/hooks/useConditionalSubscription.js +63 -0
- package/lib/esm/hooks/useConditionalSubscription.js.map +1 -0
- package/lib/esm/hooks/useCopyToClipboard.js +31 -0
- package/lib/esm/hooks/useCopyToClipboard.js.map +1 -0
- package/lib/esm/hooks/useInfiniteConnection.js +95 -0
- package/lib/esm/hooks/useInfiniteConnection.js.map +1 -0
- package/lib/esm/hooks/useRefetchNeededReload.js +23 -0
- package/lib/esm/hooks/useRefetchNeededReload.js.map +1 -0
- package/lib/esm/hooks/useSidebarGroupCollapse.js +70 -0
- package/lib/esm/hooks/useSidebarGroupCollapse.js.map +1 -0
- package/lib/esm/i18n/createI18nInstance.js +68 -0
- package/lib/esm/i18n/createI18nInstance.js.map +1 -0
- package/lib/esm/i18n/locales/en/backofficeReact.js +436 -0
- package/lib/esm/i18n/locales/en/backofficeReact.js.map +1 -0
- package/lib/esm/i18n/locales/fr/backofficeReact.js +439 -0
- package/lib/esm/i18n/locales/fr/backofficeReact.js.map +1 -0
- package/lib/esm/i18n/mergeResourceLanguages.js +22 -0
- package/lib/esm/i18n/mergeResourceLanguages.js.map +1 -0
- package/lib/esm/i18n/resources.js +23 -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/useReviewStatusLabel.js +19 -0
- package/lib/esm/i18n/useReviewStatusLabel.js.map +1 -0
- package/lib/esm/index.js +73 -0
- package/lib/esm/modules/base64.js +21 -0
- package/lib/esm/modules/base64.js.map +1 -0
- package/lib/esm/modules/formatFileSize.js +28 -0
- package/lib/esm/modules/formatFileSize.js.map +1 -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/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +15 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/arrayLikeToArray.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +15 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/defineProperty.js +20 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/defineProperty.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js +13 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/iterableToArray.js +13 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/iterableToArray.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/nonIterableSpread.js +13 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/nonIterableSpread.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/objectSpread2.js +33 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/objectSpread2.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +19 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/toConsumableArray.js +18 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/toConsumableArray.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/toPrimitive.js +22 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/toPrimitive.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/toPropertyKey.js +17 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/toPropertyKey.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/typeof.js +18 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/typeof.js.map +1 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +19 -0
- package/lib/esm/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js.map +1 -0
- package/lib/esm/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js +80 -0
- package/lib/esm/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js.map +1 -0
- package/lib/esm/node_modules/fbjs/lib/areEqual.js +42 -0
- package/lib/esm/node_modules/fbjs/lib/areEqual.js.map +1 -0
- package/lib/esm/node_modules/invariant/browser.js +30 -0
- package/lib/esm/node_modules/invariant/browser.js.map +1 -0
- package/lib/esm/node_modules/relay-test-utils/index.js +11 -0
- package/lib/esm/node_modules/relay-test-utils/index.js.map +1 -0
- package/lib/esm/node_modules/relay-test-utils/lib/RelayMockPayloadGenerator.js +288 -0
- package/lib/esm/node_modules/relay-test-utils/lib/RelayMockPayloadGenerator.js.map +1 -0
- package/lib/esm/node_modules/relay-test-utils/lib/RelayModernMockEnvironment.js +183 -0
- package/lib/esm/node_modules/relay-test-utils/lib/RelayModernMockEnvironment.js.map +1 -0
- package/lib/esm/node_modules/relay-test-utils/lib/RelayResolverTestUtils.js +19 -0
- package/lib/esm/node_modules/relay-test-utils/lib/RelayResolverTestUtils.js.map +1 -0
- package/lib/esm/node_modules/relay-test-utils/lib/index.js +21 -0
- package/lib/esm/node_modules/relay-test-utils/lib/index.js.map +1 -0
- package/lib/esm/node_modules/relay-test-utils/lib/unwrapContainer.js +16 -0
- package/lib/esm/node_modules/relay-test-utils/lib/unwrapContainer.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.helpers.js +18 -0
- package/lib/esm/pages/BackofficeDashboardPage.helpers.js.map +1 -0
- package/lib/esm/pages/BackofficeDashboardPage.js +266 -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.helpers.js +14 -0
- package/lib/esm/pages/BackofficeEntityDetailPage.helpers.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityDetailPage.js +474 -0
- package/lib/esm/pages/BackofficeEntityDetailPage.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js +414 -0
- package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js.map +1 -0
- package/lib/esm/{BackofficeEntityDetailUnknownPageRedirect-Iu4R3WvX.js → pages/BackofficeEntityDetailUnknownPageRedirect.js} +3 -3
- package/lib/esm/pages/BackofficeEntityDetailUnknownPageRedirect.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityListPage.helpers.js +37 -0
- package/lib/esm/pages/BackofficeEntityListPage.helpers.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityListPage.js +381 -0
- package/lib/esm/pages/BackofficeEntityListPage.js.map +1 -0
- package/lib/esm/{BackofficeHubPage-DOePQ8Fc.js → pages/BackofficeHubPage.js} +29 -28
- package/lib/esm/pages/BackofficeHubPage.js.map +1 -0
- package/lib/esm/pages/BackofficeLayoutPage.js +273 -0
- package/lib/esm/pages/BackofficeLayoutPage.js.map +1 -0
- package/lib/esm/pages/BackofficeLoginPage.js +47 -0
- package/lib/esm/pages/BackofficeLoginPage.js.map +1 -0
- package/lib/esm/{BackofficePasswordResetCompletePage-Cit5sdDm.js → pages/BackofficePasswordResetCompletePage.js} +16 -15
- package/lib/esm/pages/BackofficePasswordResetCompletePage.js.map +1 -0
- package/lib/esm/{BackofficePasswordResetRequestPage-B_TurHev.js → pages/BackofficePasswordResetRequestPage.js} +12 -12
- package/lib/esm/pages/BackofficePasswordResetRequestPage.js.map +1 -0
- package/lib/esm/{BackofficeVerifyEmailPage-DQbFIob1.js → pages/BackofficeVerifyEmailPage.js} +16 -15
- package/lib/esm/pages/BackofficeVerifyEmailPage.js.map +1 -0
- package/lib/esm/pages/backofficeDashboardPage.css.js +7 -0
- package/lib/esm/pages/backofficeDashboardPage.css.js.map +1 -0
- package/lib/esm/pages/backofficeEntityDetailPage.css.js +7 -0
- package/lib/esm/pages/backofficeEntityDetailPage.css.js.map +1 -0
- package/lib/esm/pages/backofficeEntityListPage.css.js +7 -0
- package/lib/esm/pages/backofficeEntityListPage.css.js.map +1 -0
- package/lib/esm/pages/dashboard/DashboardMetricGroup.js +25 -0
- package/lib/esm/pages/dashboard/DashboardMetricGroup.js.map +1 -0
- package/lib/esm/pages/dashboard/DashboardPanel.js +15 -0
- package/lib/esm/pages/dashboard/DashboardPanel.js.map +1 -0
- package/lib/esm/pages/dashboard/DashboardQuickActions.js +27 -0
- package/lib/esm/pages/dashboard/DashboardQuickActions.js.map +1 -0
- package/lib/esm/pages/dashboard/DashboardStatusList.js +28 -0
- package/lib/esm/pages/dashboard/DashboardStatusList.js.map +1 -0
- package/lib/esm/pages/dashboard/dashboardMetricGroup.css.js +8 -0
- package/lib/esm/pages/dashboard/dashboardMetricGroup.css.js.map +1 -0
- package/lib/esm/pages/dashboard/dashboardPanel.css.js +7 -0
- package/lib/esm/pages/dashboard/dashboardPanel.css.js.map +1 -0
- package/lib/esm/pages/dashboard/dashboardQuickActions.css.js +7 -0
- package/lib/esm/pages/dashboard/dashboardQuickActions.css.js.map +1 -0
- package/lib/esm/pages/dashboard/dashboardStatusList.css.js +7 -0
- package/lib/esm/pages/dashboard/dashboardStatusList.css.js.map +1 -0
- package/lib/esm/{BackofficeEntityDetailLayoutContext-C5G-PH28.js → pages/detail/BackofficeEntityDetailLayoutContext.js} +2 -2
- 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/{pageResolution-CUaTq4Ql.js → pages/detail/pageResolution.js} +2 -2
- 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 +171 -0
- package/lib/esm/provider/BackofficeProvider.js.map +1 -0
- package/lib/esm/provider/entityRegistry.js +95 -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 +141 -0
- package/lib/esm/provider/useBackofficeEntityLoader.js.map +1 -0
- package/lib/esm/{useBackofficeLazyValue-CW9xfRzQ.js → provider/useBackofficeLazyValue.js} +15 -7
- package/lib/esm/provider/useBackofficeLazyValue.js.map +1 -0
- package/lib/esm/relay/RelayProvider.js +13 -0
- package/lib/esm/relay/RelayProvider.js.map +1 -0
- package/lib/esm/relay/connectionUtils.js +19 -0
- package/lib/esm/relay/connectionUtils.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 +55 -0
- package/lib/esm/relay/envHelpers.js.map +1 -0
- package/lib/esm/{environment-DQfVyWHJ.js → relay/environment.js} +90 -100
- 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/{mutationResult-C2Vb_vPt.js → relay/mutationResult.js} +2 -2
- package/lib/esm/relay/mutationResult.js.map +1 -0
- package/lib/esm/{useRelayEnvironment-vQ86aW-n.js → relay/useRelayEnvironment.js} +2 -2
- package/lib/esm/relay/useRelayEnvironment.js.map +1 -0
- package/lib/esm/{backofficeAuthPaths-2hHNn8D3.js → router/backofficeAuthPaths.js} +2 -2
- package/lib/esm/router/backofficeAuthPaths.js.map +1 -0
- package/lib/esm/router/createBackofficeRoutes.js +322 -0
- package/lib/esm/router/createBackofficeRoutes.js.map +1 -0
- package/lib/esm/storybook/relay/RelayStory.css.js +7 -0
- package/lib/esm/storybook/relay/RelayStory.css.js.map +1 -0
- package/lib/esm/storybook/relay/RelayStory.js +86 -0
- package/lib/esm/storybook/relay/RelayStory.js.map +1 -0
- package/lib/esm/storybook/relay/mockResolvers.js +99 -0
- package/lib/esm/storybook/relay/mockResolvers.js.map +1 -0
- package/lib/esm/storybook/relay/relay-test-utils.d.js +0 -0
- package/lib/esm/style.css +1 -1
- package/lib/esm/style.js +1 -0
- package/lib/esm/subscriptions/useCursorResumableSubscription.js +29 -0
- package/lib/esm/subscriptions/useCursorResumableSubscription.js.map +1 -0
- package/lib/types/auth/AuthRefreshNotice.d.ts +14 -0
- package/lib/types/auth/AuthRefreshNotice.d.ts.map +1 -0
- package/lib/types/auth/TotpQrCode.d.ts +17 -0
- package/lib/types/auth/TotpQrCode.d.ts.map +1 -0
- package/lib/types/auth/authRefreshNotice.css.d.ts +4 -0
- package/lib/types/auth/authRefreshNotice.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeAuditMetadataPanel.d.ts +19 -0
- package/lib/types/components/backoffice/detail/BackofficeAuditMetadataPanel.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeEntityRefLink.d.ts +15 -0
- package/lib/types/components/backoffice/detail/BackofficeEntityRefLink.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeEntitySummaryHeader.d.ts +34 -0
- package/lib/types/components/backoffice/detail/BackofficeEntitySummaryHeader.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeEnumLabel.d.ts +9 -0
- package/lib/types/components/backoffice/detail/BackofficeEnumLabel.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeKpiStrip.d.ts +17 -0
- package/lib/types/components/backoffice/detail/BackofficeKpiStrip.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeLifecycleTimelineSection.d.ts +20 -0
- package/lib/types/components/backoffice/detail/BackofficeLifecycleTimelineSection.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficePayloadInspectorSection.d.ts +15 -0
- package/lib/types/components/backoffice/detail/BackofficePayloadInspectorSection.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeReferenceValue.d.ts +9 -0
- package/lib/types/components/backoffice/detail/BackofficeReferenceValue.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeRelationsSummaryGrid.d.ts +17 -0
- package/lib/types/components/backoffice/detail/BackofficeRelationsSummaryGrid.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeScopeStack.d.ts +13 -0
- package/lib/types/components/backoffice/detail/BackofficeScopeStack.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeStatusMetaBadge.d.ts +13 -0
- package/lib/types/components/backoffice/detail/BackofficeStatusMetaBadge.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeTokenUsageBreakdown.d.ts +18 -0
- package/lib/types/components/backoffice/detail/BackofficeTokenUsageBreakdown.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/BackofficeUsageCostBreakdown.d.ts +31 -0
- package/lib/types/components/backoffice/detail/BackofficeUsageCostBreakdown.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeAuditMetadataPanel.css.d.ts +5 -0
- package/lib/types/components/backoffice/detail/backofficeAuditMetadataPanel.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeEntitySummaryHeader.css.d.ts +12 -0
- package/lib/types/components/backoffice/detail/backofficeEntitySummaryHeader.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeKpiStrip.css.d.ts +5 -0
- package/lib/types/components/backoffice/detail/backofficeKpiStrip.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeLifecycleTimelineSection.css.d.ts +3 -0
- package/lib/types/components/backoffice/detail/backofficeLifecycleTimelineSection.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficePayloadInspectorSection.css.d.ts +4 -0
- package/lib/types/components/backoffice/detail/backofficePayloadInspectorSection.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeReferenceValue.css.d.ts +3 -0
- package/lib/types/components/backoffice/detail/backofficeReferenceValue.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeRelationsSummaryGrid.css.d.ts +6 -0
- package/lib/types/components/backoffice/detail/backofficeRelationsSummaryGrid.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeScopeStack.css.d.ts +5 -0
- package/lib/types/components/backoffice/detail/backofficeScopeStack.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeStatusMetaBadge.css.d.ts +2 -0
- package/lib/types/components/backoffice/detail/backofficeStatusMetaBadge.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/backofficeUsageCostBreakdown.css.d.ts +7 -0
- package/lib/types/components/backoffice/detail/backofficeUsageCostBreakdown.css.d.ts.map +1 -0
- package/lib/types/components/backoffice/detail/createBackofficeEntityLinkProps.d.ts +30 -0
- package/lib/types/components/backoffice/detail/createBackofficeEntityLinkProps.d.ts.map +1 -0
- package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.stories.d.ts +12 -0
- package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.stories.d.ts.map +1 -0
- package/lib/types/components/backoffice/filters/EntityIdFilterField.stories.d.ts +12 -0
- package/lib/types/components/backoffice/filters/EntityIdFilterField.stories.d.ts.map +1 -0
- package/lib/types/components/backoffice/overview/BackofficeOverviewLayout.stories.d.ts +11 -0
- package/lib/types/components/backoffice/overview/BackofficeOverviewLayout.stories.d.ts.map +1 -0
- package/lib/types/components/backoffice/refs/BackofficeEntityLink.d.ts +15 -0
- package/lib/types/components/backoffice/refs/BackofficeEntityLink.d.ts.map +1 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.stories.d.ts +11 -0
- package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.stories.d.ts.map +1 -0
- package/lib/types/components/backoffice/shared/BackofficeFormattedCurrency.d.ts +9 -0
- package/lib/types/components/backoffice/shared/BackofficeFormattedCurrency.d.ts.map +1 -0
- package/lib/types/components/backoffice/shared/BackofficeFormattedNumber.d.ts +9 -0
- package/lib/types/components/backoffice/shared/BackofficeFormattedNumber.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/BackofficeToolsQueryBoundary.d.ts +7 -0
- package/lib/types/components/backoffice/tools/BackofficeToolsQueryBoundary.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 +7 -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/parseToolJson.d.ts +2 -0
- package/lib/types/components/backoffice/tools/parseToolJson.d.ts.map +1 -0
- package/lib/types/hooks/useInfiniteConnection.d.ts +37 -0
- package/lib/types/hooks/useInfiniteConnection.d.ts.map +1 -0
- package/lib/types/i18n/resources.d.ts +54 -0
- package/lib/types/i18n/resources.d.ts.map +1 -1
- package/lib/types/index.d.ts +28 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/relay/connectionUtils.d.ts +10 -0
- package/lib/types/relay/connectionUtils.d.ts.map +1 -0
- package/lib/types/storybook/relay/RelayStory.css.d.ts +5 -0
- package/lib/types/storybook/relay/RelayStory.css.d.ts.map +1 -0
- package/lib/types/storybook/relay/RelayStory.d.ts +35 -0
- package/lib/types/storybook/relay/RelayStory.d.ts.map +1 -0
- package/lib/types/storybook/relay/mockResolvers.d.ts +3 -0
- package/lib/types/storybook/relay/mockResolvers.d.ts.map +1 -0
- package/lib/types/subscriptions/useCursorResumableSubscription.d.ts +16 -0
- package/lib/types/subscriptions/useCursorResumableSubscription.d.ts.map +1 -0
- package/package.json +24 -9
- package/lib/esm/AcceptInvitationScreen-VaWXQPHp.js.map +0 -1
- package/lib/esm/AuthPanel-BaIRFGbX.js.map +0 -1
- package/lib/esm/BackofficeAcceptInvitationPage-tpfBfhT9.js +0 -24
- package/lib/esm/BackofficeAcceptInvitationPage-tpfBfhT9.js.map +0 -1
- package/lib/esm/BackofficeDashboardPage-D5W36DY-.js +0 -329
- package/lib/esm/BackofficeDashboardPage-D5W36DY-.js.map +0 -1
- package/lib/esm/BackofficeDetailPayload-CZcsDv2w.js +0 -98
- package/lib/esm/BackofficeDetailPayload-CZcsDv2w.js.map +0 -1
- package/lib/esm/BackofficeEntityDetailLayoutContext-C5G-PH28.js.map +0 -1
- package/lib/esm/BackofficeEntityDetailLayoutPage-BSgGBzSL.js +0 -18
- package/lib/esm/BackofficeEntityDetailLayoutPage-BSgGBzSL.js.map +0 -1
- package/lib/esm/BackofficeEntityDetailPage-LB1uEJVM.js +0 -1061
- package/lib/esm/BackofficeEntityDetailPage-LB1uEJVM.js.map +0 -1
- package/lib/esm/BackofficeEntityDetailUnknownPageRedirect-Iu4R3WvX.js.map +0 -1
- package/lib/esm/BackofficeEntityListPage-D_zL-qRb.js +0 -432
- package/lib/esm/BackofficeEntityListPage-D_zL-qRb.js.map +0 -1
- package/lib/esm/BackofficeHubPage-DOePQ8Fc.js.map +0 -1
- package/lib/esm/BackofficeHubTemplate-C6K55egX.js +0 -82
- package/lib/esm/BackofficeHubTemplate-C6K55egX.js.map +0 -1
- package/lib/esm/BackofficeLayoutPage-Bq2bKkYF.js +0 -783
- package/lib/esm/BackofficeLayoutPage-Bq2bKkYF.js.map +0 -1
- package/lib/esm/BackofficeListToolbar-loFfIPtP.js +0 -109
- package/lib/esm/BackofficeListToolbar-loFfIPtP.js.map +0 -1
- package/lib/esm/BackofficeLoginPage-DIlcOueK.js +0 -46
- package/lib/esm/BackofficeLoginPage-DIlcOueK.js.map +0 -1
- package/lib/esm/BackofficePasswordResetCompletePage-Cit5sdDm.js.map +0 -1
- package/lib/esm/BackofficePasswordResetRequestPage-B_TurHev.js.map +0 -1
- package/lib/esm/BackofficeRightPageLayout-CfNkrMvH.js +0 -83
- package/lib/esm/BackofficeRightPageLayout-CfNkrMvH.js.map +0 -1
- package/lib/esm/BackofficeTopbarPortalContext-Da5XFatM.js.map +0 -1
- package/lib/esm/BackofficeVerifyEmailPage-DQbFIob1.js.map +0 -1
- package/lib/esm/EntityIdPickerDialog-BSn0v3bv.js +0 -340
- package/lib/esm/EntityIdPickerDialog-BSn0v3bv.js.map +0 -1
- package/lib/esm/LazyBackofficeEntityActionFormDialog-oRd_WHAK.js +0 -670
- package/lib/esm/LazyBackofficeEntityActionFormDialog-oRd_WHAK.js.map +0 -1
- package/lib/esm/PasswordResetCompleteScreen-Cgg96DPo.js.map +0 -1
- package/lib/esm/PasswordResetRequestScreen-I1nFvGLd.js.map +0 -1
- package/lib/esm/VerifyEmailScreen-Br5KyHjg.js.map +0 -1
- package/lib/esm/backoffice-react.js +0 -1925
- package/lib/esm/backoffice-react.js.map +0 -1
- package/lib/esm/backofficeAuthPaths-2hHNn8D3.js.map +0 -1
- package/lib/esm/buildBreadcrumbs-C5St167Y.js.map +0 -1
- package/lib/esm/environment-DQfVyWHJ.js.map +0 -1
- package/lib/esm/loginPage.css-B7Io_DuU.js +0 -6
- package/lib/esm/loginPage.css-B7Io_DuU.js.map +0 -1
- package/lib/esm/mutationResult-C2Vb_vPt.js.map +0 -1
- package/lib/esm/pageResolution-CUaTq4Ql.js.map +0 -1
- package/lib/esm/synchronizeAuthStatusQuery-DNJR5MfH.js +0 -323
- package/lib/esm/synchronizeAuthStatusQuery-DNJR5MfH.js.map +0 -1
- package/lib/esm/useAuth-CWf8ZspF.js +0 -548
- package/lib/esm/useAuth-CWf8ZspF.js.map +0 -1
- package/lib/esm/useBackofficeAuth-Da7FPNys.js +0 -89
- package/lib/esm/useBackofficeAuth-Da7FPNys.js.map +0 -1
- package/lib/esm/useBackofficeLazyValue-CW9xfRzQ.js.map +0 -1
- package/lib/esm/useBackofficeListUrlState-Ca6d7uIN.js.map +0 -1
- package/lib/esm/useBackofficeReactTranslation-Btt58EIo.js +0 -18
- package/lib/esm/useBackofficeReactTranslation-Btt58EIo.js.map +0 -1
- package/lib/esm/useRelayEnvironment-vQ86aW-n.js.map +0 -1
|
@@ -0,0 +1,439 @@
|
|
|
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
|
+
submitFailed: "Impossible de terminer cette action. Veuillez réessayer."
|
|
13
|
+
},
|
|
14
|
+
submitting: "Envoi..."
|
|
15
|
+
},
|
|
16
|
+
view: "Voir"
|
|
17
|
+
},
|
|
18
|
+
auth: {
|
|
19
|
+
acceptInvitation: {
|
|
20
|
+
actions: { backToLogin: "Retour à la connexion" },
|
|
21
|
+
errors: {
|
|
22
|
+
alreadyAccepted: "Cette invitation a déjà été acceptée.",
|
|
23
|
+
default: "Impossible d'accepter l'invitation.",
|
|
24
|
+
emailMismatch: "Cette invitation a été envoyée à une autre adresse email.",
|
|
25
|
+
expired: "Le lien d'invitation a expiré.",
|
|
26
|
+
invalidToken: "Le lien d'invitation est invalide.",
|
|
27
|
+
missingToken: "Le lien d'invitation est manquant ou invalide.",
|
|
28
|
+
passwordMismatch: "Le mot de passe et sa confirmation ne correspondent pas.",
|
|
29
|
+
passwordPolicyViolation: "Votre mot de passe ne respecte pas la politique de sécurité.",
|
|
30
|
+
rateLimited: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
31
|
+
unavailable: "L'acceptation d'invitation n'est pas disponible."
|
|
32
|
+
},
|
|
33
|
+
form: {
|
|
34
|
+
confirmLabel: "Confirmer le mot de passe",
|
|
35
|
+
confirmPlaceholder: "Confirmez votre mot de passe",
|
|
36
|
+
passwordLabel: "Mot de passe",
|
|
37
|
+
passwordPlaceholder: "Créez un mot de passe",
|
|
38
|
+
submit: "Accepter l'invitation"
|
|
39
|
+
},
|
|
40
|
+
mfaSubtitle: "Entrez le code de vérification pour continuer.",
|
|
41
|
+
mfaTitle: "Vérifiez votre identité",
|
|
42
|
+
status: {
|
|
43
|
+
success: "Invitation acceptée.",
|
|
44
|
+
workingButton: "Traitement..."
|
|
45
|
+
},
|
|
46
|
+
subtitle: "Créez votre compte pour rejoindre.",
|
|
47
|
+
title: "Accepter l'invitation"
|
|
48
|
+
},
|
|
49
|
+
emailCapture: {
|
|
50
|
+
continue: "Continuer",
|
|
51
|
+
description: "Entrez votre email professionnel pour continuer.",
|
|
52
|
+
emailLabel: "Email professionnel",
|
|
53
|
+
emailPlaceholder: "vous@entreprise.com",
|
|
54
|
+
forgotPassword: "Mot de passe oublié ?"
|
|
55
|
+
},
|
|
56
|
+
loginFlow: {
|
|
57
|
+
errors: {
|
|
58
|
+
accountLocked: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
59
|
+
emailRequired: "Entrez une adresse email pour continuer.",
|
|
60
|
+
invalidCredentials: "Email ou mot de passe incorrect.",
|
|
61
|
+
invalidEmail: "Entrez une adresse email valide.",
|
|
62
|
+
passkeyUnavailable: "Les passkeys ne sont pas disponibles.",
|
|
63
|
+
rateLimited: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
64
|
+
tryAgain: "Une erreur est survenue. Veuillez réessayer."
|
|
65
|
+
},
|
|
66
|
+
methods: { title: "Choisissez une méthode de connexion" },
|
|
67
|
+
passkey: {
|
|
68
|
+
description: "Utilisez la passkey associée à {{email}}.",
|
|
69
|
+
title: "Utiliser une passkey"
|
|
70
|
+
},
|
|
71
|
+
subtitle: {
|
|
72
|
+
default: "Choisissez une méthode de connexion pour continuer.",
|
|
73
|
+
mfa: "Entrez le code de vérification pour continuer."
|
|
74
|
+
},
|
|
75
|
+
title: {
|
|
76
|
+
default: "Se connecter",
|
|
77
|
+
mfa: "Authentification à deux facteurs"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
logout: { errors: { default: "Échec de la déconnexion." } },
|
|
81
|
+
methodChooser: {
|
|
82
|
+
actions: { back: "Retour" },
|
|
83
|
+
locked: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
84
|
+
lockedWithTime: "Trop de tentatives. Veuillez réessayer à {{time}}.",
|
|
85
|
+
methods: {
|
|
86
|
+
other: "{{method}}",
|
|
87
|
+
passkey: "Passkey",
|
|
88
|
+
password: "Mot de passe"
|
|
89
|
+
},
|
|
90
|
+
prompt: "Choisissez comment vous connecter pour <strong>{{email}}</strong>."
|
|
91
|
+
},
|
|
92
|
+
mfa: {
|
|
93
|
+
actions: {
|
|
94
|
+
back: "Retour",
|
|
95
|
+
submit: "Vérifier"
|
|
96
|
+
},
|
|
97
|
+
errors: {
|
|
98
|
+
expired: "La session de vérification a expiré. Réessayez.",
|
|
99
|
+
invalidChallenge: "La session de vérification est invalide. Reprenez la connexion.",
|
|
100
|
+
invalidCode: "Code invalide. Réessayez.",
|
|
101
|
+
shortCode: "Entrez le code à 6 chiffres.",
|
|
102
|
+
tooManyAttempts: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
103
|
+
verificationFailed: "La vérification a échoué. Réessayez."
|
|
104
|
+
},
|
|
105
|
+
form: {
|
|
106
|
+
label: "Code de vérification",
|
|
107
|
+
placeholder: "123456"
|
|
108
|
+
},
|
|
109
|
+
helper: {
|
|
110
|
+
default: "Entrez le code à 6 chiffres de votre authentificateur.",
|
|
111
|
+
withEmail: "Entrez le code à 6 chiffres envoyé à {{email}}."
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
oidc: { buttons: {
|
|
115
|
+
apple: "Continuer avec Apple",
|
|
116
|
+
generic: "Continuer avec un SSO",
|
|
117
|
+
google: "Continuer avec Google"
|
|
118
|
+
} },
|
|
119
|
+
passkey: {
|
|
120
|
+
actions: {
|
|
121
|
+
showMethods: "Utiliser une autre méthode",
|
|
122
|
+
submit: "Continuer avec la passkey",
|
|
123
|
+
submitting: "En attente de la passkey..."
|
|
124
|
+
},
|
|
125
|
+
errors: {
|
|
126
|
+
cancelled: "La connexion par passkey a été annulée.",
|
|
127
|
+
challengeExpired: "La demande de passkey a expiré. Réessayez.",
|
|
128
|
+
emailRequired: "Entrez votre email pour continuer.",
|
|
129
|
+
failed: "Échec de la connexion par passkey.",
|
|
130
|
+
invalidAssertion: "La réponse de passkey est invalide. Réessayez.",
|
|
131
|
+
invalidChallenge: "La demande de passkey est invalide. Réessayez.",
|
|
132
|
+
invalidEmail: "Entrez une adresse email valide.",
|
|
133
|
+
locked: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
134
|
+
lockedWithTime: "Trop de tentatives. Veuillez réessayer à {{time}}.",
|
|
135
|
+
noCredential: "L'authentificateur n'a retourné aucun identifiant.",
|
|
136
|
+
notAvailable: "Les passkeys ne sont pas disponibles sur cet appareil.",
|
|
137
|
+
notFound: "Aucune passkey n'est associée à ce compte."
|
|
138
|
+
},
|
|
139
|
+
form: {
|
|
140
|
+
emailLabel: "Email",
|
|
141
|
+
emailPlaceholder: "vous@entreprise.com"
|
|
142
|
+
},
|
|
143
|
+
helper: "Utilisez une passkey à la place de votre mot de passe."
|
|
144
|
+
},
|
|
145
|
+
passwordLogin: {
|
|
146
|
+
forgotPassword: "Mot de passe oublié ?",
|
|
147
|
+
title: "Se connecter"
|
|
148
|
+
},
|
|
149
|
+
passwordResetComplete: {
|
|
150
|
+
errors: {
|
|
151
|
+
expired: "Ce lien de réinitialisation a expiré.",
|
|
152
|
+
invalid: "Le lien de réinitialisation est invalide ou expiré.",
|
|
153
|
+
minLength: "Le mot de passe doit contenir au moins {{minLength}} caractères.",
|
|
154
|
+
mismatch: "Les mots de passe ne correspondent pas.",
|
|
155
|
+
missingToken: "Le lien de réinitialisation est manquant ou invalide.",
|
|
156
|
+
policyViolation: "Votre nouveau mot de passe ne respecte pas la politique de sécurité."
|
|
157
|
+
},
|
|
158
|
+
form: {
|
|
159
|
+
confirmLabel: "Confirmer le mot de passe",
|
|
160
|
+
confirmPlaceholder: "Saisissez à nouveau votre mot de passe",
|
|
161
|
+
description: "Entrez un nouveau mot de passe pour votre compte.",
|
|
162
|
+
passwordLabel: "Mot de passe",
|
|
163
|
+
passwordPlaceholder: "Entrez un nouveau mot de passe",
|
|
164
|
+
submit: "Mettre à jour le mot de passe",
|
|
165
|
+
title: "Nouveau mot de passe"
|
|
166
|
+
},
|
|
167
|
+
subtitle: "Choisissez un mot de passe robuste pour sécuriser votre compte.",
|
|
168
|
+
success: {
|
|
169
|
+
action: "Retour à la connexion",
|
|
170
|
+
description: "Votre mot de passe a été modifié.",
|
|
171
|
+
helper: "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe.",
|
|
172
|
+
title: "Mot de passe mis à jour"
|
|
173
|
+
},
|
|
174
|
+
title: "Définir un nouveau mot de passe"
|
|
175
|
+
},
|
|
176
|
+
passwordResetRequest: {
|
|
177
|
+
errors: {
|
|
178
|
+
emailRequired: "Entrez une adresse email.",
|
|
179
|
+
invalidEmail: "Veuillez saisir une adresse email valide.",
|
|
180
|
+
rateLimited: "Trop de demandes. Veuillez patienter puis réessayer.",
|
|
181
|
+
startFailed: "Impossible de démarrer la réinitialisation."
|
|
182
|
+
},
|
|
183
|
+
form: {
|
|
184
|
+
description: "Entrez l'email de votre compte.",
|
|
185
|
+
emailLabel: "Email",
|
|
186
|
+
emailPlaceholder: "vous@entreprise.com",
|
|
187
|
+
submit: "Envoyer le lien de réinitialisation"
|
|
188
|
+
},
|
|
189
|
+
sent: {
|
|
190
|
+
action: "Envoyer un autre email",
|
|
191
|
+
description: "Nous avons envoyé un lien de réinitialisation à {{email}}.",
|
|
192
|
+
helper: "Si vous ne le voyez pas, vérifiez les spams ou réessayez.",
|
|
193
|
+
title: "Vérifiez votre email"
|
|
194
|
+
},
|
|
195
|
+
title: "Réinitialiser votre mot de passe"
|
|
196
|
+
},
|
|
197
|
+
verifyEmail: {
|
|
198
|
+
actions: {
|
|
199
|
+
continue: "Continuer",
|
|
200
|
+
return: "Retour à la connexion"
|
|
201
|
+
},
|
|
202
|
+
errors: {
|
|
203
|
+
alreadyVerified: "Cette adresse email est déjà vérifiée.",
|
|
204
|
+
expired: "Ce lien de vérification a expiré.",
|
|
205
|
+
invalid: "Le lien de vérification est invalide ou expiré.",
|
|
206
|
+
missingToken: "Le lien de vérification est manquant ou invalide."
|
|
207
|
+
},
|
|
208
|
+
status: {
|
|
209
|
+
success: "Email vérifié. Vous pouvez continuer.",
|
|
210
|
+
verifying: "Vérification...",
|
|
211
|
+
verifyingButton: "Vérification"
|
|
212
|
+
},
|
|
213
|
+
subtitle: "Confirmez votre adresse email pour continuer.",
|
|
214
|
+
title: "Vérifier votre email"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
common: {
|
|
218
|
+
actions: {
|
|
219
|
+
change: "Modifier",
|
|
220
|
+
clear: "Effacer",
|
|
221
|
+
close: "Fermer",
|
|
222
|
+
copied: "Copié",
|
|
223
|
+
copy: "Copier",
|
|
224
|
+
pick: "Choisir",
|
|
225
|
+
retry: "Réessayer"
|
|
226
|
+
},
|
|
227
|
+
boolean: {
|
|
228
|
+
no: "Non",
|
|
229
|
+
yes: "Oui"
|
|
230
|
+
},
|
|
231
|
+
breadcrumb: "Fil d'Ariane",
|
|
232
|
+
errors: { unexpected: "Une erreur inattendue est survenue." },
|
|
233
|
+
loading: "Chargement...",
|
|
234
|
+
notAvailable: "N/D"
|
|
235
|
+
},
|
|
236
|
+
dashboard: {
|
|
237
|
+
actions: {
|
|
238
|
+
openList: "Ouvrir la liste",
|
|
239
|
+
openTool: "Ouvrir l'outil"
|
|
240
|
+
},
|
|
241
|
+
subtitle: "Vue d'ensemble du contexte Work.",
|
|
242
|
+
title: "Tableau de bord"
|
|
243
|
+
},
|
|
244
|
+
detail: {
|
|
245
|
+
actions: { viewDetails: "Voir le détail" },
|
|
246
|
+
columns: {
|
|
247
|
+
charged: "Facturé",
|
|
248
|
+
events: "Événements",
|
|
249
|
+
markup: "Marge",
|
|
250
|
+
name: "Nom",
|
|
251
|
+
rawCost: "Coût réel"
|
|
252
|
+
},
|
|
253
|
+
notFound: "Introuvable"
|
|
254
|
+
},
|
|
255
|
+
emptyState: {
|
|
256
|
+
listEmpty: {
|
|
257
|
+
description: "Aucun enregistrement à afficher.",
|
|
258
|
+
title: "Aucun résultat"
|
|
259
|
+
},
|
|
260
|
+
listEmptyFiltered: {
|
|
261
|
+
actions: { reset: "Réinitialiser les filtres" },
|
|
262
|
+
description: "Aucun résultat ne correspond aux filtres actuels."
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
filters: {
|
|
266
|
+
actions: {
|
|
267
|
+
apply: "Appliquer",
|
|
268
|
+
filterBy: "Filtrer par {{label}}"
|
|
269
|
+
},
|
|
270
|
+
all: "Tous {{label}}",
|
|
271
|
+
boolean: {
|
|
272
|
+
no: "Non",
|
|
273
|
+
yes: "Oui"
|
|
274
|
+
},
|
|
275
|
+
drawer: { emptySearchResults: "Aucun filtre ne correspond à cette recherche." },
|
|
276
|
+
placeholders: {
|
|
277
|
+
anyEntity: "Tous",
|
|
278
|
+
search: "Rechercher {{label}}",
|
|
279
|
+
unresolved: "ID introuvable"
|
|
280
|
+
},
|
|
281
|
+
sections: { default: "Filtres" },
|
|
282
|
+
trigger: "Filtres",
|
|
283
|
+
triggerWithCount_one: "Filtres ({{count}})",
|
|
284
|
+
triggerWithCount_many: "Filtres ({{count}})",
|
|
285
|
+
triggerWithCount_other: "Filtres ({{count}})"
|
|
286
|
+
},
|
|
287
|
+
flags: {
|
|
288
|
+
agentManaged: {
|
|
289
|
+
agentManaged: "Géré par un agent",
|
|
290
|
+
userManaged: "Géré par un utilisateur"
|
|
291
|
+
},
|
|
292
|
+
capability: {
|
|
293
|
+
allowed: "Autorisé",
|
|
294
|
+
denied: "Refusé"
|
|
295
|
+
},
|
|
296
|
+
default: {
|
|
297
|
+
default: "Par défaut",
|
|
298
|
+
notDefault: "Non par défaut"
|
|
299
|
+
},
|
|
300
|
+
deployedProduction: {
|
|
301
|
+
deployed: "Déployé",
|
|
302
|
+
notDeployed: "Non déployé"
|
|
303
|
+
},
|
|
304
|
+
enabled: {
|
|
305
|
+
disabled: "Désactivé",
|
|
306
|
+
enabled: "Activé"
|
|
307
|
+
},
|
|
308
|
+
encrypted: {
|
|
309
|
+
encrypted: "Chiffré",
|
|
310
|
+
notEncrypted: "Non chiffré"
|
|
311
|
+
},
|
|
312
|
+
failure: {
|
|
313
|
+
failed: "Échoué",
|
|
314
|
+
ok: "OK"
|
|
315
|
+
},
|
|
316
|
+
forced: {
|
|
317
|
+
forced: "Forcé",
|
|
318
|
+
normal: "Normal"
|
|
319
|
+
},
|
|
320
|
+
locked: {
|
|
321
|
+
locked: "Verrouillé",
|
|
322
|
+
unlocked: "Déverrouillé"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
format: {
|
|
326
|
+
currency: "{{value, currency}}",
|
|
327
|
+
number: "{{value, number}}",
|
|
328
|
+
percent: "{{value, percent}}"
|
|
329
|
+
},
|
|
330
|
+
history: "",
|
|
331
|
+
hub: {
|
|
332
|
+
empty: {
|
|
333
|
+
description: "Aucun élément disponible ne correspond aux filtres actuels.",
|
|
334
|
+
title: "Aucun élément"
|
|
335
|
+
},
|
|
336
|
+
itemKinds: {
|
|
337
|
+
entity: "Liste",
|
|
338
|
+
tool: "Outil"
|
|
339
|
+
},
|
|
340
|
+
search: { placeholder: "Rechercher" },
|
|
341
|
+
subtitle: "Choisissez un élément pour continuer."
|
|
342
|
+
},
|
|
343
|
+
list: {
|
|
344
|
+
actions: {
|
|
345
|
+
refresh: "Actualiser",
|
|
346
|
+
refreshing: "Actualisation…",
|
|
347
|
+
retry: "Réessayer"
|
|
348
|
+
},
|
|
349
|
+
errors: {
|
|
350
|
+
fetchFailed: "Impossible d'actualiser la liste. Veuillez réessayer.",
|
|
351
|
+
tableFailed: "Le tableau n'a pas pu se charger.",
|
|
352
|
+
title: "Erreur du tableau"
|
|
353
|
+
},
|
|
354
|
+
loaded_one: "{{count, number}} élément chargé",
|
|
355
|
+
loaded_many: "{{count, number}} éléments chargés",
|
|
356
|
+
loaded_other: "{{count, number}} éléments chargés",
|
|
357
|
+
loadMore: {
|
|
358
|
+
end: "Fin des résultats",
|
|
359
|
+
loading: "Chargement…"
|
|
360
|
+
},
|
|
361
|
+
showing: "Affichage de {{shown, number}} sur {{total, number}}",
|
|
362
|
+
sort: { label: "Ordre de tri" },
|
|
363
|
+
title: ""
|
|
364
|
+
},
|
|
365
|
+
overview: "",
|
|
366
|
+
picker: {
|
|
367
|
+
empty: {
|
|
368
|
+
description: "Essayez un autre terme de recherche.",
|
|
369
|
+
title: "Aucun résultat"
|
|
370
|
+
},
|
|
371
|
+
errors: { loadFailed: "Échec du chargement." },
|
|
372
|
+
searchPlaceholder: { default: "Rechercher..." },
|
|
373
|
+
searchRequired: "Saisissez un ID pour rechercher.",
|
|
374
|
+
title: "Sélectionner un ID",
|
|
375
|
+
unavailable: "Sélecteur indisponible pour {{entity}}."
|
|
376
|
+
},
|
|
377
|
+
relations: {
|
|
378
|
+
labelWithCount_one: "{{label}} ({{count}})",
|
|
379
|
+
labelWithCount_many: "{{label}} ({{count}})",
|
|
380
|
+
labelWithCount_other: "{{label}} ({{count}})",
|
|
381
|
+
menu: { label: "Relations" },
|
|
382
|
+
openFilteredList: "Ouvrir la liste filtrée : {{label}}",
|
|
383
|
+
unavailable: {
|
|
384
|
+
description: "Cette liste liée ne peut pas être chargée pour le moment.",
|
|
385
|
+
title: "Relation indisponible"
|
|
386
|
+
},
|
|
387
|
+
viewList: "Voir la liste"
|
|
388
|
+
},
|
|
389
|
+
review: { status: {
|
|
390
|
+
approved: "Approuvé",
|
|
391
|
+
changesRequested: "Modifications demandées",
|
|
392
|
+
pending: "En attente",
|
|
393
|
+
unknown: "Inconnu"
|
|
394
|
+
} },
|
|
395
|
+
sidebar: {
|
|
396
|
+
actions: {
|
|
397
|
+
collapseSidebar: "Fermer",
|
|
398
|
+
expandSidebar: "Ouvrir",
|
|
399
|
+
pin: "Épingler",
|
|
400
|
+
reorder: "Réordonner",
|
|
401
|
+
unpin: "Désépingler"
|
|
402
|
+
},
|
|
403
|
+
items: { dashboard: "Tableau de bord" },
|
|
404
|
+
navigationAriaLabel: "Navigation backoffice",
|
|
405
|
+
profile: {
|
|
406
|
+
actions: { signOut: "Se déconnecter" },
|
|
407
|
+
menuAriaLabel: "Ouvrir le menu profil",
|
|
408
|
+
title: "Profil",
|
|
409
|
+
unknownUser: "Utilisateur inconnu"
|
|
410
|
+
},
|
|
411
|
+
search: { placeholder: "Rechercher..." },
|
|
412
|
+
sections: {
|
|
413
|
+
pinned: "Épinglés",
|
|
414
|
+
recent: "Récents"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
tools: {
|
|
418
|
+
errors: {
|
|
419
|
+
description: "Impossible d'exécuter cet outil.",
|
|
420
|
+
details: "Détails de l'erreur",
|
|
421
|
+
label: "Erreur",
|
|
422
|
+
title: "Erreur d'outil",
|
|
423
|
+
unknown: "Erreur inconnue"
|
|
424
|
+
},
|
|
425
|
+
forms: {
|
|
426
|
+
actions: {
|
|
427
|
+
insertExample: "Insérer l'exemple",
|
|
428
|
+
run: "Exécuter"
|
|
429
|
+
},
|
|
430
|
+
inputJsonLabel: "JSON d'entrée"
|
|
431
|
+
},
|
|
432
|
+
loading: { description: "Exécution de l'outil..." },
|
|
433
|
+
output: "Résultat"
|
|
434
|
+
}
|
|
435
|
+
};
|
|
436
|
+
//#endregion
|
|
437
|
+
export { e as default };
|
|
438
|
+
|
|
439
|
+
//# 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 \"submitFailed\": \"Impossible de terminer cette action. Veuillez réessayer.\"\n },\n \"submitting\": \"Envoi...\"\n },\n \"view\": \"Voir\"\n },\n \"auth\": {\n \"acceptInvitation\": {\n \"actions\": {\n \"backToLogin\": \"Retour à la connexion\"\n },\n \"errors\": {\n \"alreadyAccepted\": \"Cette invitation a déjà été acceptée.\",\n \"default\": \"Impossible d'accepter l'invitation.\",\n \"emailMismatch\": \"Cette invitation a été envoyée à une autre adresse email.\",\n \"expired\": \"Le lien d'invitation a expiré.\",\n \"invalidToken\": \"Le lien d'invitation est invalide.\",\n \"missingToken\": \"Le lien d'invitation est manquant ou 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 réessayer plus tard.\",\n \"unavailable\": \"L'acceptation d'invitation n'est pas disponible.\"\n },\n \"form\": {\n \"confirmLabel\": \"Confirmer le mot de passe\",\n \"confirmPlaceholder\": \"Confirmez votre mot de passe\",\n \"passwordLabel\": \"Mot de passe\",\n \"passwordPlaceholder\": \"Créez un mot de passe\",\n \"submit\": \"Accepter l'invitation\"\n },\n \"mfaSubtitle\": \"Entrez le code de vérification pour continuer.\",\n \"mfaTitle\": \"Vérifiez votre identité\",\n \"status\": {\n \"success\": \"Invitation acceptée.\",\n \"workingButton\": \"Traitement...\"\n },\n \"subtitle\": \"Créez votre compte pour rejoindre.\",\n \"title\": \"Accepter l'invitation\"\n },\n \"emailCapture\": {\n \"continue\": \"Continuer\",\n \"description\": \"Entrez votre email professionnel pour continuer.\",\n \"emailLabel\": \"Email professionnel\",\n \"emailPlaceholder\": \"vous@entreprise.com\",\n \"forgotPassword\": \"Mot de passe oublié ?\"\n },\n \"loginFlow\": {\n \"errors\": {\n \"accountLocked\": \"Trop de tentatives. Veuillez réessayer plus tard.\",\n \"emailRequired\": \"Entrez une adresse email pour continuer.\",\n \"invalidCredentials\": \"Email ou mot de passe incorrect.\",\n \"invalidEmail\": \"Entrez une adresse email valide.\",\n \"passkeyUnavailable\": \"Les passkeys ne sont pas disponibles.\",\n \"rateLimited\": \"Trop de tentatives. Veuillez réessayer plus tard.\",\n \"tryAgain\": \"Une erreur est survenue. Veuillez réessayer.\"\n },\n \"methods\": {\n \"title\": \"Choisissez une méthode de connexion\"\n },\n \"passkey\": {\n \"description\": \"Utilisez la passkey associée à {{email}}.\",\n \"title\": \"Utiliser une passkey\"\n },\n \"subtitle\": {\n \"default\": \"Choisissez une méthode de connexion pour continuer.\",\n \"mfa\": \"Entrez le code de vérification pour continuer.\"\n },\n \"title\": {\n \"default\": \"Se connecter\",\n \"mfa\": \"Authentification à deux facteurs\"\n }\n },\n \"logout\": {\n \"errors\": {\n \"default\": \"Échec de la déconnexion.\"\n }\n },\n \"methodChooser\": {\n \"actions\": {\n \"back\": \"Retour\"\n },\n \"locked\": \"Trop de tentatives. Veuillez réessayer plus tard.\",\n \"lockedWithTime\": \"Trop de tentatives. Veuillez réessayer à {{time}}.\",\n \"methods\": {\n \"other\": \"{{method}}\",\n \"passkey\": \"Passkey\",\n \"password\": \"Mot de passe\"\n },\n \"prompt\": \"Choisissez comment vous connecter pour <strong>{{email}}</strong>.\"\n },\n \"mfa\": {\n \"actions\": {\n \"back\": \"Retour\",\n \"submit\": \"Vérifier\"\n },\n \"errors\": {\n \"expired\": \"La session de vérification a expiré. Réessayez.\",\n \"invalidChallenge\": \"La session de vérification est invalide. Reprenez la connexion.\",\n \"invalidCode\": \"Code invalide. Réessayez.\",\n \"shortCode\": \"Entrez le code à 6 chiffres.\",\n \"tooManyAttempts\": \"Trop de tentatives. Veuillez réessayer plus tard.\",\n \"verificationFailed\": \"La vérification a échoué. Réessayez.\"\n },\n \"form\": {\n \"label\": \"Code de vérification\",\n \"placeholder\": \"123456\"\n },\n \"helper\": {\n \"default\": \"Entrez le code à 6 chiffres de votre authentificateur.\",\n \"withEmail\": \"Entrez le code à 6 chiffres envoyé à {{email}}.\"\n }\n },\n \"oidc\": {\n \"buttons\": {\n \"apple\": \"Continuer avec Apple\",\n \"generic\": \"Continuer avec un SSO\",\n \"google\": \"Continuer avec Google\"\n }\n },\n \"passkey\": {\n \"actions\": {\n \"showMethods\": \"Utiliser une autre méthode\",\n \"submit\": \"Continuer avec la passkey\",\n \"submitting\": \"En attente de la passkey...\"\n },\n \"errors\": {\n \"cancelled\": \"La connexion par passkey a été annulée.\",\n \"challengeExpired\": \"La demande de passkey a expiré. Réessayez.\",\n \"emailRequired\": \"Entrez votre email pour continuer.\",\n \"failed\": \"Échec de la connexion par passkey.\",\n \"invalidAssertion\": \"La réponse de passkey est invalide. Réessayez.\",\n \"invalidChallenge\": \"La demande de passkey est invalide. Réessayez.\",\n \"invalidEmail\": \"Entrez une adresse email valide.\",\n \"locked\": \"Trop de tentatives. Veuillez réessayer plus tard.\",\n \"lockedWithTime\": \"Trop de tentatives. Veuillez réessayer à {{time}}.\",\n \"noCredential\": \"L'authentificateur n'a retourné aucun identifiant.\",\n \"notAvailable\": \"Les passkeys ne sont pas disponibles sur cet appareil.\",\n \"notFound\": \"Aucune passkey n'est associée à ce compte.\"\n },\n \"form\": {\n \"emailLabel\": \"Email\",\n \"emailPlaceholder\": \"vous@entreprise.com\"\n },\n \"helper\": \"Utilisez une passkey à la place de votre mot de passe.\"\n },\n \"passwordLogin\": {\n \"forgotPassword\": \"Mot de passe oublié ?\",\n \"title\": \"Se connecter\"\n },\n \"passwordResetComplete\": {\n \"errors\": {\n \"expired\": \"Ce lien de réinitialisation a expiré.\",\n \"invalid\": \"Le lien de réinitialisation est invalide ou expiré.\",\n \"minLength\": \"Le mot de passe doit contenir au moins {{minLength}} caractères.\",\n \"mismatch\": \"Les mots de passe ne correspondent pas.\",\n \"missingToken\": \"Le lien de réinitialisation est manquant ou invalide.\",\n \"policyViolation\": \"Votre nouveau mot de passe ne respecte pas la politique de sécurité.\"\n },\n \"form\": {\n \"confirmLabel\": \"Confirmer le mot de passe\",\n \"confirmPlaceholder\": \"Saisissez à nouveau votre mot de passe\",\n \"description\": \"Entrez un nouveau mot de passe pour votre compte.\",\n \"passwordLabel\": \"Mot de passe\",\n \"passwordPlaceholder\": \"Entrez un nouveau mot de passe\",\n \"submit\": \"Mettre à jour le mot de passe\",\n \"title\": \"Nouveau mot de passe\"\n },\n \"subtitle\": \"Choisissez un mot de passe robuste pour sécuriser votre compte.\",\n \"success\": {\n \"action\": \"Retour à la connexion\",\n \"description\": \"Votre mot de passe a été modifié.\",\n \"helper\": \"Vous pouvez maintenant vous connecter avec votre nouveau mot de passe.\",\n \"title\": \"Mot de passe mis à jour\"\n },\n \"title\": \"Définir un nouveau mot de passe\"\n },\n \"passwordResetRequest\": {\n \"errors\": {\n \"emailRequired\": \"Entrez une adresse email.\",\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.\"\n },\n \"form\": {\n \"description\": \"Entrez l'email de votre compte.\",\n \"emailLabel\": \"Email\",\n \"emailPlaceholder\": \"vous@entreprise.com\",\n \"submit\": \"Envoyer le lien de réinitialisation\"\n },\n \"sent\": {\n \"action\": \"Envoyer un autre email\",\n \"description\": \"Nous avons envoyé un lien de réinitialisation à {{email}}.\",\n \"helper\": \"Si vous ne le voyez pas, vérifiez les spams ou réessayez.\",\n \"title\": \"Vérifiez votre email\"\n },\n \"title\": \"Réinitialiser votre mot de passe\"\n },\n \"verifyEmail\": {\n \"actions\": {\n \"continue\": \"Continuer\",\n \"return\": \"Retour à la connexion\"\n },\n \"errors\": {\n \"alreadyVerified\": \"Cette adresse email est déjà vérifiée.\",\n \"expired\": \"Ce lien de vérification a expiré.\",\n \"invalid\": \"Le lien de vérification est invalide ou expiré.\",\n \"missingToken\": \"Le lien de vérification est manquant ou invalide.\"\n },\n \"status\": {\n \"success\": \"Email vérifié. Vous pouvez continuer.\",\n \"verifying\": \"Vérification...\",\n \"verifyingButton\": \"Vérification\"\n },\n \"subtitle\": \"Confirmez votre adresse email pour continuer.\",\n \"title\": \"Vérifier votre email\"\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 \"breadcrumb\": \"Fil d'Ariane\",\n \"errors\": {\n \"unexpected\": \"Une erreur inattendue est survenue.\"\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 \"actions\": {\n \"viewDetails\": \"Voir le détail\"\n },\n \"columns\": {\n \"charged\": \"Facturé\",\n \"events\": \"Événements\",\n \"markup\": \"Marge\",\n \"name\": \"Nom\",\n \"rawCost\": \"Coût réel\"\n },\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 \"apply\": \"Appliquer\",\n \"filterBy\": \"Filtrer par {{label}}\"\n },\n \"all\": \"Tous {{label}}\",\n \"boolean\": {\n \"no\": \"Non\",\n \"yes\": \"Oui\"\n },\n \"drawer\": {\n \"emptySearchResults\": \"Aucun filtre ne correspond à cette recherche.\"\n },\n \"placeholders\": {\n \"anyEntity\": \"Tous\",\n \"search\": \"Rechercher {{label}}\",\n \"unresolved\": \"ID introuvable\"\n },\n \"sections\": {\n \"default\": \"Filtres\"\n },\n \"trigger\": \"Filtres\",\n \"triggerWithCount_one\": \"Filtres ({{count}})\",\n \"triggerWithCount_many\": \"Filtres ({{count}})\",\n \"triggerWithCount_other\": \"Filtres ({{count}})\"\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 \"history\": \"\",\n \"hub\": {\n \"empty\": {\n \"description\": \"Aucun élément disponible ne correspond aux filtres actuels.\",\n \"title\": \"Aucun élément\"\n },\n \"itemKinds\": {\n \"entity\": \"Liste\",\n \"tool\": \"Outil\"\n },\n \"search\": {\n \"placeholder\": \"Rechercher\"\n },\n \"subtitle\": \"Choisissez un élément pour continuer.\"\n },\n \"list\": {\n \"actions\": {\n \"refresh\": \"Actualiser\",\n \"refreshing\": \"Actualisation…\",\n \"retry\": \"Réessayer\"\n },\n \"errors\": {\n \"fetchFailed\": \"Impossible d'actualiser la liste. Veuillez réessayer.\",\n \"tableFailed\": \"Le tableau n'a pas pu se charger.\",\n \"title\": \"Erreur du tableau\"\n },\n \"loaded_one\": \"{{count, number}} élément chargé\",\n \"loaded_many\": \"{{count, number}} éléments chargés\",\n \"loaded_other\": \"{{count, number}} éléments chargés\",\n \"loadMore\": {\n \"end\": \"Fin des résultats\",\n \"loading\": \"Chargement…\"\n },\n \"showing\": \"Affichage de {{shown, number}} sur {{total, number}}\",\n \"sort\": {\n \"label\": \"Ordre de tri\"\n },\n \"title\": \"\"\n },\n \"overview\": \"\",\n \"picker\": {\n \"empty\": {\n \"description\": \"Essayez un autre terme de recherche.\",\n \"title\": \"Aucun résultat\"\n },\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 \"openFilteredList\": \"Ouvrir la liste filtrée : {{label}}\",\n \"unavailable\": {\n \"description\": \"Cette liste liée ne peut pas être chargée pour le moment.\",\n \"title\": \"Relation indisponible\"\n },\n \"viewList\": \"Voir la liste\"\n },\n \"review\": {\n \"status\": {\n \"approved\": \"Approuvé\",\n \"changesRequested\": \"Modifications demandées\",\n \"pending\": \"En attente\",\n \"unknown\": \"Inconnu\"\n }\n },\n \"sidebar\": {\n \"actions\": {\n \"collapseSidebar\": \"Fermer\",\n \"expandSidebar\": \"Ouvrir\",\n \"pin\": \"Épingler\",\n \"reorder\": \"Réordonner\",\n \"unpin\": \"Désépingler\"\n },\n \"items\": {\n \"dashboard\": \"Tableau de bord\"\n },\n \"navigationAriaLabel\": \"Navigation backoffice\",\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 \"recent\": \"Récents\"\n }\n },\n \"tools\": {\n \"errors\": {\n \"description\": \"Impossible d'exécuter cet outil.\",\n \"details\": \"Détails de l'erreur\",\n \"label\": \"Erreur\",\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 \"loading\": {\n \"description\": \"Exécution de l'outil...\"\n },\n \"output\": \"Résultat\"\n }\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//#region src/i18n/mergeResourceLanguages.ts
|
|
2
|
+
var e = (e) => typeof e == "object" && !!e && !Array.isArray(e), t = (t) => e(t) ? t : {}, n = {
|
|
3
|
+
isResourceObject: e,
|
|
4
|
+
asResourceLanguage: t
|
|
5
|
+
};
|
|
6
|
+
function r(...n) {
|
|
7
|
+
let i = {};
|
|
8
|
+
return n.forEach((n) => {
|
|
9
|
+
Object.entries(n).forEach(([n, a]) => {
|
|
10
|
+
let o = i[n];
|
|
11
|
+
if (e(o) && e(a)) {
|
|
12
|
+
i[n] = r(t(o), t(a));
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
i[n] = a;
|
|
16
|
+
});
|
|
17
|
+
}), i;
|
|
18
|
+
}
|
|
19
|
+
//#endregion
|
|
20
|
+
export { n as __test, r as mergeResourceLanguages };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=mergeResourceLanguages.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mergeResourceLanguages.js","names":[],"sources":["../../../src/i18n/mergeResourceLanguages.ts"],"sourcesContent":["import type { ResourceLanguage } from 'i18next';\n\nconst isResourceObject = (value: unknown): value is Record<string, unknown> => {\n return typeof value === 'object' && value != null && !Array.isArray(value);\n};\n\nconst asResourceLanguage = (value: unknown): ResourceLanguage => {\n if (isResourceObject(value)) {\n return value as ResourceLanguage;\n }\n return {};\n};\n\nexport const __test = {\n isResourceObject,\n asResourceLanguage,\n} as const;\n\n/**\n * Deep-merges i18next resource language objects while preserving nested keys.\n */\nexport function mergeResourceLanguages(\n ...values: readonly ResourceLanguage[]\n): ResourceLanguage {\n const output: ResourceLanguage = {};\n\n values.forEach((value) => {\n Object.entries(value).forEach(([key, nextValue]) => {\n const currentValue = output[key];\n if (isResourceObject(currentValue) && isResourceObject(nextValue)) {\n output[key] = mergeResourceLanguages(\n asResourceLanguage(currentValue),\n asResourceLanguage(nextValue),\n );\n return;\n }\n output[key] = nextValue;\n });\n });\n\n return output;\n}\n"],"mappings":";AAEA,IAAM,KAAoB,MACjB,OAAO,KAAU,cAAY,KAAiB,CAAC,MAAM,QAAQ,EAAM,EAGtE,KAAsB,MACtB,EAAiB,EAAM,GAClB,IAEF,EAAE,EAGE,IAAS;CACpB;CACA;CACD;AAKD,SAAgB,EACd,GAAG,GACe;CAClB,IAAM,IAA2B,EAAE;CAgBnC,OAdA,EAAO,SAAS,MAAU;EACxB,OAAO,QAAQ,EAAM,CAAC,SAAS,CAAC,GAAK,OAAe;GAClD,IAAM,IAAe,EAAO;GAC5B,IAAI,EAAiB,EAAa,IAAI,EAAiB,EAAU,EAAE;IACjE,EAAO,KAAO,EACZ,EAAmB,EAAa,EAChC,EAAmB,EAAU,CAC9B;IACD;;GAEF,EAAO,KAAO;IACd;GACF,EAEK"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { mergeResourceLanguages as e } from "./mergeResourceLanguages.js";
|
|
2
|
+
import t from "./locales/en/backofficeReact.js";
|
|
3
|
+
import n from "./locales/fr/backofficeReact.js";
|
|
4
|
+
//#region src/i18n/resources.ts
|
|
5
|
+
var r = {
|
|
6
|
+
en: { backofficeReact: t },
|
|
7
|
+
fr: { backofficeReact: n }
|
|
8
|
+
}, i = (e) => typeof e == "object" && !!e, a = (e) => i(e) ? e : {};
|
|
9
|
+
function o(t = {}) {
|
|
10
|
+
let n = {}, i = r;
|
|
11
|
+
return new Set([...Object.keys(i), ...Object.keys(t)]).forEach((r) => {
|
|
12
|
+
let o = a(i[r]), s = a(t[r]);
|
|
13
|
+
n[r] = {
|
|
14
|
+
...o,
|
|
15
|
+
...s,
|
|
16
|
+
backofficeReact: e(a(o.backofficeReact), a(s.backofficeReact))
|
|
17
|
+
};
|
|
18
|
+
}), n;
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
export { r as backofficeReactI18nResources, o as withBackofficeReactI18nResources };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=resources.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resources.js","names":[],"sources":["../../../src/i18n/resources.ts"],"sourcesContent":["import en from './locales/en/backofficeReact.json' with { type: 'json' };\nimport fr from './locales/fr/backofficeReact.json' with { type: 'json' };\nimport type { Resource, ResourceLanguage } from 'i18next';\n\nimport { mergeResourceLanguages } from './mergeResourceLanguages.js';\n\nexport const backofficeReactI18nResources = {\n en: { backofficeReact: en },\n fr: { backofficeReact: fr },\n} as const;\n\nexport type BackofficeReactI18nResources = typeof backofficeReactI18nResources;\n\nconst isResourceLanguage = (value: unknown): value is ResourceLanguage => {\n return typeof value === 'object' && value != null;\n};\n\nconst asResourceLanguage = (value: unknown): ResourceLanguage => {\n if (isResourceLanguage(value)) {\n return value;\n }\n return {};\n};\n\n/**\n * Returns i18next resources with the package-owned `backofficeReact` namespace\n * registered for every supported package locale.\n *\n * Applications using package auth screens outside `BackofficeProvider` should\n * pass their app resources through this helper before initializing i18next.\n * App-provided `backofficeReact` keys are deep-merged on top so product-specific\n * overrides can replace package copy without dropping nested package defaults.\n */\nexport function withBackofficeReactI18nResources(\n appResources: Resource = {},\n): Resource {\n const output: Resource = {};\n const packageResources = backofficeReactI18nResources as Resource;\n const locales = new Set([\n ...Object.keys(packageResources),\n ...Object.keys(appResources),\n ]);\n\n locales.forEach((locale) => {\n const packageLocale = asResourceLanguage(packageResources[locale]);\n const appLocale = asResourceLanguage(appResources[locale]);\n output[locale] = {\n ...packageLocale,\n ...appLocale,\n backofficeReact: mergeResourceLanguages(\n asResourceLanguage(packageLocale.backofficeReact),\n asResourceLanguage(appLocale.backofficeReact),\n ),\n };\n });\n\n return output;\n}\n"],"mappings":";;;;AAMA,IAAa,IAA+B;CAC1C,IAAI,EAAE,iBAAiB,GAAI;CAC3B,IAAI,EAAE,iBAAiB,GAAI;CAC5B,EAIK,KAAsB,MACnB,OAAO,KAAU,cAAY,GAGhC,KAAsB,MACtB,EAAmB,EAAM,GACpB,IAEF,EAAE;AAYX,SAAgB,EACd,IAAyB,EAAE,EACjB;CACV,IAAM,IAAmB,EAAE,EACrB,IAAmB;CAmBzB,OAbA,IALoB,IAAI,CACtB,GAAG,OAAO,KAAK,EAAiB,EAChC,GAAG,OAAO,KAAK,EAAa,CAC7B,CAED,CAAQ,SAAS,MAAW;EAC1B,IAAM,IAAgB,EAAmB,EAAiB,GAAQ,EAC5D,IAAY,EAAmB,EAAa,GAAQ;EAC1D,EAAO,KAAU;GACf,GAAG;GACH,GAAG;GACH,iBAAiB,EACf,EAAmB,EAAc,gBAAgB,EACjD,EAAmB,EAAU,gBAAgB,CAC9C;GACF;GACD,EAEK"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { useBackofficeReactTranslation as e } from "./useBackofficeReactTranslation.js";
|
|
2
|
+
//#region src/i18n/useBackofficeFormats.ts
|
|
3
|
+
function t() {
|
|
4
|
+
let { t } = e();
|
|
5
|
+
function n(e) {
|
|
6
|
+
return t("format.number", { value: e });
|
|
7
|
+
}
|
|
8
|
+
function r(e) {
|
|
9
|
+
return t("format.currency", { value: e });
|
|
10
|
+
}
|
|
11
|
+
function i(e) {
|
|
12
|
+
return t("format.percent", { value: e });
|
|
13
|
+
}
|
|
14
|
+
return {
|
|
15
|
+
formatNumber: n,
|
|
16
|
+
formatCurrency: r,
|
|
17
|
+
formatPercent: i
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
export { t as useBackofficeFormats };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=useBackofficeFormats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBackofficeFormats.js","names":[],"sources":["../../../src/i18n/useBackofficeFormats.ts"],"sourcesContent":["import { useBackofficeReactTranslation } from './useBackofficeReactTranslation.js';\n\nexport type BackofficeFormats = {\n formatNumber: (value: number | null | undefined) => string;\n formatCurrency: (value: number | null | undefined) => string;\n formatPercent: (value: number | null | undefined) => string;\n};\n\n/**\n *\n */\nexport function useBackofficeFormats(): BackofficeFormats {\n const { t } = useBackofficeReactTranslation();\n\n /**\n *\n */\n function formatNumber(value: number | null | undefined): string {\n return t('format.number', { value });\n }\n\n /**\n *\n */\n function formatCurrency(value: number | null | undefined): string {\n return t('format.currency', { value });\n }\n\n /**\n *\n */\n function formatPercent(value: number | null | undefined): string {\n return t('format.percent', { value });\n }\n\n return { formatNumber, formatCurrency, formatPercent };\n}\n"],"mappings":";;AAWA,SAAgB,IAA0C;CACxD,IAAM,EAAE,MAAM,GAA+B;CAK7C,SAAS,EAAa,GAA0C;EAC9D,OAAO,EAAE,iBAAiB,EAAE,UAAO,CAAC;;CAMtC,SAAS,EAAe,GAA0C;EAChE,OAAO,EAAE,mBAAmB,EAAE,UAAO,CAAC;;CAMxC,SAAS,EAAc,GAA0C;EAC/D,OAAO,EAAE,kBAAkB,EAAE,UAAO,CAAC;;CAGvC,OAAO;EAAE;EAAc;EAAgB;EAAe"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { useTranslation as e } from "react-i18next";
|
|
2
|
+
//#region src/i18n/useBackofficeReactTranslation.ts
|
|
3
|
+
function t() {
|
|
4
|
+
return e("backofficeReact");
|
|
5
|
+
}
|
|
6
|
+
//#endregion
|
|
7
|
+
export { t as useBackofficeReactTranslation };
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=useBackofficeReactTranslation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBackofficeReactTranslation.js","names":[],"sources":["../../../src/i18n/useBackofficeReactTranslation.ts"],"sourcesContent":["import { useTranslation } from 'react-i18next';\n\n/** Returns i18n helpers bound to the backofficeReact namespace. */\nexport function useBackofficeReactTranslation(): ReturnType<\n typeof useTranslation\n> {\n return useTranslation('backofficeReact');\n}\n"],"mappings":";;AAGA,SAAgB,IAEd;CACA,OAAO,EAAe,kBAAkB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { useBackofficeReactTranslation as e } from "./useBackofficeReactTranslation.js";
|
|
2
|
+
//#region src/i18n/useReviewStatusLabel.ts
|
|
3
|
+
function t() {
|
|
4
|
+
let { t } = e();
|
|
5
|
+
function n(e) {
|
|
6
|
+
if (e == null) return t("review.status.unknown");
|
|
7
|
+
switch (e) {
|
|
8
|
+
case "APPROVED": return t("review.status.approved");
|
|
9
|
+
case "CHANGES_REQUESTED": return t("review.status.changesRequested");
|
|
10
|
+
case "PENDING": return t("review.status.pending");
|
|
11
|
+
default: return t("review.status.unknown");
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return { getReviewStatusLabel: n };
|
|
15
|
+
}
|
|
16
|
+
//#endregion
|
|
17
|
+
export { t as useReviewStatusLabel };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=useReviewStatusLabel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useReviewStatusLabel.js","names":[],"sources":["../../../src/i18n/useReviewStatusLabel.ts"],"sourcesContent":["import type { ReviewStatus } from '../modules/sharedSchemaTypes.js';\nimport { useBackofficeReactTranslation } from './useBackofficeReactTranslation.js';\n\nexport type ReviewStatusLabeler = {\n getReviewStatusLabel: (status: ReviewStatus | null | undefined) => string;\n};\n\n/** Provide shared i18n labels for review status values. */\nexport function useReviewStatusLabel(): ReviewStatusLabeler {\n const { t } = useBackofficeReactTranslation();\n\n /** Resolve a translated label for a review status value. */\n function getReviewStatusLabel(\n status: ReviewStatus | null | undefined,\n ): string {\n if (status == null) {\n return t('review.status.unknown');\n }\n switch (status) {\n case 'APPROVED':\n return t('review.status.approved');\n case 'CHANGES_REQUESTED':\n return t('review.status.changesRequested');\n case 'PENDING':\n return t('review.status.pending');\n default:\n return t('review.status.unknown');\n }\n }\n\n return { getReviewStatusLabel };\n}\n"],"mappings":";;AAQA,SAAgB,IAA4C;CAC1D,IAAM,EAAE,MAAM,GAA+B;CAG7C,SAAS,EACP,GACQ;EACR,IAAI,KAAU,MACZ,OAAO,EAAE,wBAAwB;EAEnC,QAAQ,GAAR;GACE,KAAK,YACH,OAAO,EAAE,yBAAyB;GACpC,KAAK,qBACH,OAAO,EAAE,iCAAiC;GAC5C,KAAK,WACH,OAAO,EAAE,wBAAwB;GACnC,SACE,OAAO,EAAE,wBAAwB;;;CAIvC,OAAO,EAAE,yBAAsB"}
|