@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
|
@@ -1,1925 +0,0 @@
|
|
|
1
|
-
import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./environment-DQfVyWHJ.js";
|
|
2
|
-
import { t as s } from "./useRelayEnvironment-vQ86aW-n.js";
|
|
3
|
-
import { n as c, r as l, t as u } from "./useBackofficeReactTranslation-Btt58EIo.js";
|
|
4
|
-
import { l as d, s as f, t as p } from "./sidebarUtils-BgCBLJLv.js";
|
|
5
|
-
import { a as m, i as h, n as g, r as _, t as v } from "./useAuth-CWf8ZspF.js";
|
|
6
|
-
import { n as y, t as b } from "./synchronizeAuthStatusQuery-DNJR5MfH.js";
|
|
7
|
-
import { t as x } from "./AcceptInvitationScreen-VaWXQPHp.js";
|
|
8
|
-
import { t as S } from "./PasswordResetCompleteScreen-Cgg96DPo.js";
|
|
9
|
-
import { t as C } from "./PasswordResetRequestScreen-I1nFvGLd.js";
|
|
10
|
-
import { t as ee } from "./VerifyEmailScreen-Br5KyHjg.js";
|
|
11
|
-
import { t as te } from "./BackofficeErrorBoundary-BwRVSDHU.js";
|
|
12
|
-
import { a as ne, n as re, r as ie, t as ae } from "./BackofficeListToolbar-loFfIPtP.js";
|
|
13
|
-
import { i as oe, t as se } from "./EntityIdPickerDialog-BSn0v3bv.js";
|
|
14
|
-
import { t as w } from "./BackofficeHubTemplate-C6K55egX.js";
|
|
15
|
-
import { a as ce, i as le, r as ue, t as de } from "./BackofficeDetailPayload-CZcsDv2w.js";
|
|
16
|
-
import { t as fe } from "./useBackofficeListUrlState-Ca6d7uIN.js";
|
|
17
|
-
import { i as pe, n as me, r as he, t as ge } from "./mutationResult-C2Vb_vPt.js";
|
|
18
|
-
import { t as _e } from "./pageResolution-CUaTq4Ql.js";
|
|
19
|
-
import { t as ve } from "./buildDataTableColumns-DdmF-EYq.js";
|
|
20
|
-
import { t as ye } from "./BackofficeRightPageLayout-CfNkrMvH.js";
|
|
21
|
-
import { StrictMode as be, useCallback as T, useContext as xe, useEffect as E, useMemo as D, useRef as Se, useState as O, useSyncExternalStore as Ce } from "react";
|
|
22
|
-
import { createInstance as we } from "i18next";
|
|
23
|
-
import { I18nextProvider as Te, initReactI18next as Ee, useTranslation as k } from "react-i18next";
|
|
24
|
-
import { HttpRedirect as De, Link as A, RouterRenderer as Oe, RoutingContext as ke, createRouter as Ae, getResourcePage as j, r as je } from "@plumile/router";
|
|
25
|
-
import { BackofficeTabs as Me, DetailPageTemplate as Ne, ExternalLinkSvg as Pe, SidebarSearchSvg as Fe, Spinner as Ie, ThemeProvider as Le, cx as M } from "@plumile/ui";
|
|
26
|
-
import Re from "i18next-browser-languagedetector";
|
|
27
|
-
import * as N from "react-relay";
|
|
28
|
-
import { jsx as P, jsxs as F } from "react/jsx-runtime";
|
|
29
|
-
import { BACKOFFICE_LIST_DEFAULTS as ze } from "@plumile/backoffice-core/constants.js";
|
|
30
|
-
import { resolveBackofficeLoadedFacetModule as I } from "@plumile/backoffice-core/resolve.js";
|
|
31
|
-
import { buildBackofficeFallbackListHref as Be, buildBackofficeListLink as L } from "@plumile/backoffice-core/state/buildListHref.js";
|
|
32
|
-
import { setWhereValue as Ve } from "@plumile/backoffice-core/filters/where.js";
|
|
33
|
-
//#region src/i18n/createI18nInstance.ts
|
|
34
|
-
var He = { maximumFractionDigits: 2 }, Ue = {
|
|
35
|
-
style: "currency",
|
|
36
|
-
currency: "USD",
|
|
37
|
-
maximumFractionDigits: 2
|
|
38
|
-
}, We = { dateStyle: "medium" }, Ge = {
|
|
39
|
-
dateStyle: "medium",
|
|
40
|
-
timeStyle: "short"
|
|
41
|
-
}, Ke = { style: "percent" };
|
|
42
|
-
function qe(e) {
|
|
43
|
-
return Array.isArray(e) ? e[0] : e;
|
|
44
|
-
}
|
|
45
|
-
function R(e) {
|
|
46
|
-
if (e == null) return "";
|
|
47
|
-
if (typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "bigint") return String(e);
|
|
48
|
-
if (typeof e == "symbol") return e.toString();
|
|
49
|
-
if (e instanceof Date) return e.toISOString();
|
|
50
|
-
try {
|
|
51
|
-
return JSON.stringify(e);
|
|
52
|
-
} catch {
|
|
53
|
-
return "";
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
function z(e, t, n) {
|
|
57
|
-
if (t == null) return R(e);
|
|
58
|
-
let r = qe(n);
|
|
59
|
-
if (t === "number" && typeof e == "number") return new Intl.NumberFormat(r, He).format(e);
|
|
60
|
-
if (t === "currency" && typeof e == "number") return new Intl.NumberFormat(r, Ue).format(e);
|
|
61
|
-
if (t === "percent" && typeof e == "number") return new Intl.NumberFormat(r, Ke).format(e);
|
|
62
|
-
if ((t === "date" || t === "datetime") && e != null) {
|
|
63
|
-
let n;
|
|
64
|
-
if (n = e instanceof Date ? e : typeof e == "string" || typeof e == "number" ? new Date(e) : new Date(R(e)), !Number.isNaN(n.getTime())) return t === "date" ? new Intl.DateTimeFormat(r, We).format(n) : new Intl.DateTimeFormat(r, Ge).format(n);
|
|
65
|
-
}
|
|
66
|
-
return R(e);
|
|
67
|
-
}
|
|
68
|
-
async function Je(e) {
|
|
69
|
-
let { resources: t, lng: n, fallbackLng: r = "en", initOptions: i = {}, instance: a = we(), useLanguageDetector: o = !1, detection: s } = e, { interpolation: c, ...l } = i;
|
|
70
|
-
o && a.use(Re), a.use(Ee);
|
|
71
|
-
try {
|
|
72
|
-
let e = {
|
|
73
|
-
...l,
|
|
74
|
-
resources: t,
|
|
75
|
-
fallbackLng: r,
|
|
76
|
-
interpolation: {
|
|
77
|
-
escapeValue: !1,
|
|
78
|
-
...c
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
n != null && (e.lng = n);
|
|
82
|
-
let u = s ?? i.detection;
|
|
83
|
-
o && u != null && (e.detection = u), await a.init(e);
|
|
84
|
-
let { formatter: d } = a.services;
|
|
85
|
-
d != null && (d.add("number", (e, t) => z(e, "number", t)), d.add("currency", (e, t) => z(e, "currency", t)), d.add("percent", (e, t) => z(e, "percent", t)), d.add("date", (e, t) => z(e, "date", t)), d.add("datetime", (e, t) => z(e, "datetime", t)));
|
|
86
|
-
} catch {}
|
|
87
|
-
return a;
|
|
88
|
-
}
|
|
89
|
-
var Ye = {
|
|
90
|
-
actions: {
|
|
91
|
-
form: {
|
|
92
|
-
cancel: "Cancel",
|
|
93
|
-
errors: {
|
|
94
|
-
invalidJson: "{{label}} must be valid JSON.",
|
|
95
|
-
invalidJsonArray: "{{label}} must be a valid JSON array.",
|
|
96
|
-
invalidJsonObject: "{{label}} must be a valid JSON object.",
|
|
97
|
-
invalidNumber: "{{label}} must be a valid number.",
|
|
98
|
-
invalidPayload: "The submitted payload is invalid.",
|
|
99
|
-
required: "{{label}} is required.",
|
|
100
|
-
submitFailed: "Unable to complete this action. Please try again."
|
|
101
|
-
},
|
|
102
|
-
submitting: "Submitting..."
|
|
103
|
-
},
|
|
104
|
-
view: "View"
|
|
105
|
-
},
|
|
106
|
-
auth: {
|
|
107
|
-
acceptInvitation: {
|
|
108
|
-
actions: { backToLogin: "Back to login" },
|
|
109
|
-
errors: {
|
|
110
|
-
alreadyAccepted: "This invitation has already been accepted.",
|
|
111
|
-
default: "Unable to accept invitation.",
|
|
112
|
-
emailMismatch: "This invitation was sent to a different email address.",
|
|
113
|
-
expired: "Invitation link has expired.",
|
|
114
|
-
invalidToken: "Invitation link is invalid.",
|
|
115
|
-
missingToken: "Invitation link is missing or invalid.",
|
|
116
|
-
passwordMismatch: "Password and confirmation do not match.",
|
|
117
|
-
passwordPolicyViolation: "Your password does not meet policy requirements.",
|
|
118
|
-
rateLimited: "Too many attempts. Please try again later.",
|
|
119
|
-
unavailable: "Invitation acceptance is not available."
|
|
120
|
-
},
|
|
121
|
-
form: {
|
|
122
|
-
confirmLabel: "Confirm password",
|
|
123
|
-
confirmPlaceholder: "Confirm your password",
|
|
124
|
-
passwordLabel: "Password",
|
|
125
|
-
passwordPlaceholder: "Create a password",
|
|
126
|
-
submit: "Accept invitation"
|
|
127
|
-
},
|
|
128
|
-
mfaSubtitle: "Enter the verification code to continue.",
|
|
129
|
-
mfaTitle: "Verify your identity",
|
|
130
|
-
status: {
|
|
131
|
-
success: "Invitation accepted.",
|
|
132
|
-
workingButton: "Working..."
|
|
133
|
-
},
|
|
134
|
-
subtitle: "Create your account to join.",
|
|
135
|
-
title: "Accept invitation"
|
|
136
|
-
},
|
|
137
|
-
emailCapture: {
|
|
138
|
-
continue: "Continue",
|
|
139
|
-
description: "Enter your work email to continue.",
|
|
140
|
-
emailLabel: "Work email",
|
|
141
|
-
emailPlaceholder: "you@company.com",
|
|
142
|
-
forgotPassword: "Forgot your password?"
|
|
143
|
-
},
|
|
144
|
-
loginFlow: {
|
|
145
|
-
errors: {
|
|
146
|
-
accountLocked: "Too many attempts. Try again later.",
|
|
147
|
-
emailRequired: "Enter an email address to continue.",
|
|
148
|
-
invalidCredentials: "Email or password is incorrect.",
|
|
149
|
-
invalidEmail: "Enter a valid email address.",
|
|
150
|
-
passkeyUnavailable: "Passkeys are not available.",
|
|
151
|
-
rateLimited: "Too many attempts. Please try again later.",
|
|
152
|
-
tryAgain: "Something went wrong. Please try again."
|
|
153
|
-
},
|
|
154
|
-
methods: { title: "Choose a sign-in method" },
|
|
155
|
-
passkey: {
|
|
156
|
-
description: "Use the passkey associated with {{email}}.",
|
|
157
|
-
title: "Use a passkey"
|
|
158
|
-
},
|
|
159
|
-
subtitle: {
|
|
160
|
-
default: "Choose a sign-in method to continue.",
|
|
161
|
-
mfa: "Enter the verification code to continue."
|
|
162
|
-
},
|
|
163
|
-
title: {
|
|
164
|
-
default: "Sign in",
|
|
165
|
-
mfa: "Two-factor authentication"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
logout: { errors: { default: "Logout failed." } },
|
|
169
|
-
methodChooser: {
|
|
170
|
-
actions: { back: "Back" },
|
|
171
|
-
locked: "Too many attempts. Try again later.",
|
|
172
|
-
lockedWithTime: "Too many attempts. Try again at {{time}}.",
|
|
173
|
-
methods: {
|
|
174
|
-
other: "{{method}}",
|
|
175
|
-
passkey: "Passkey",
|
|
176
|
-
password: "Password"
|
|
177
|
-
},
|
|
178
|
-
prompt: "Choose how to sign in for <strong>{{email}}</strong>."
|
|
179
|
-
},
|
|
180
|
-
mfa: {
|
|
181
|
-
actions: {
|
|
182
|
-
back: "Back",
|
|
183
|
-
submit: "Verify"
|
|
184
|
-
},
|
|
185
|
-
errors: {
|
|
186
|
-
expired: "Verification session expired. Please try again.",
|
|
187
|
-
invalidChallenge: "Verification session is invalid. Restart the login.",
|
|
188
|
-
invalidCode: "Invalid code. Try again.",
|
|
189
|
-
shortCode: "Enter the 6-digit code.",
|
|
190
|
-
tooManyAttempts: "Too many attempts. Try again later.",
|
|
191
|
-
verificationFailed: "Verification failed. Try again."
|
|
192
|
-
},
|
|
193
|
-
form: {
|
|
194
|
-
label: "Verification code",
|
|
195
|
-
placeholder: "123456"
|
|
196
|
-
},
|
|
197
|
-
helper: {
|
|
198
|
-
default: "Enter the 6-digit code from your authenticator.",
|
|
199
|
-
withEmail: "Enter the 6-digit code sent to {{email}}."
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
oidc: { buttons: {
|
|
203
|
-
apple: "Continue with Apple",
|
|
204
|
-
generic: "Continue with single sign-on",
|
|
205
|
-
google: "Continue with Google"
|
|
206
|
-
} },
|
|
207
|
-
passkey: {
|
|
208
|
-
actions: {
|
|
209
|
-
showMethods: "Use another method",
|
|
210
|
-
submit: "Continue with passkey",
|
|
211
|
-
submitting: "Waiting for passkey..."
|
|
212
|
-
},
|
|
213
|
-
errors: {
|
|
214
|
-
cancelled: "Passkey sign-in was cancelled.",
|
|
215
|
-
challengeExpired: "Passkey request expired. Try again.",
|
|
216
|
-
emailRequired: "Enter your email to continue.",
|
|
217
|
-
failed: "Passkey sign-in failed.",
|
|
218
|
-
invalidAssertion: "Passkey response is invalid. Try again.",
|
|
219
|
-
invalidChallenge: "Passkey request is invalid. Try again.",
|
|
220
|
-
invalidEmail: "Enter a valid email address.",
|
|
221
|
-
locked: "Too many attempts. Try again later.",
|
|
222
|
-
lockedWithTime: "Too many attempts. Try again at {{time}}.",
|
|
223
|
-
noCredential: "No credential was returned by the authenticator.",
|
|
224
|
-
notAvailable: "Passkeys are not available on this device.",
|
|
225
|
-
notFound: "No passkey found for this account."
|
|
226
|
-
},
|
|
227
|
-
form: {
|
|
228
|
-
emailLabel: "Email",
|
|
229
|
-
emailPlaceholder: "you@company.com"
|
|
230
|
-
},
|
|
231
|
-
helper: "Use a passkey instead of your password."
|
|
232
|
-
},
|
|
233
|
-
passwordLogin: {
|
|
234
|
-
forgotPassword: "Forgot your password?",
|
|
235
|
-
title: "Sign in"
|
|
236
|
-
},
|
|
237
|
-
passwordResetComplete: {
|
|
238
|
-
errors: {
|
|
239
|
-
expired: "This reset link has expired.",
|
|
240
|
-
invalid: "Reset link is invalid or expired.",
|
|
241
|
-
minLength: "Password must be at least {{minLength}} characters.",
|
|
242
|
-
mismatch: "Passwords do not match.",
|
|
243
|
-
missingToken: "Reset link is missing or invalid.",
|
|
244
|
-
policyViolation: "Your new password does not meet policy requirements."
|
|
245
|
-
},
|
|
246
|
-
form: {
|
|
247
|
-
confirmLabel: "Confirm password",
|
|
248
|
-
confirmPlaceholder: "Re-enter your password",
|
|
249
|
-
description: "Enter a new password for your account.",
|
|
250
|
-
passwordLabel: "Password",
|
|
251
|
-
passwordPlaceholder: "Enter a new password",
|
|
252
|
-
submit: "Update password",
|
|
253
|
-
title: "New password"
|
|
254
|
-
},
|
|
255
|
-
subtitle: "Choose a strong password to secure your account.",
|
|
256
|
-
success: {
|
|
257
|
-
action: "Back to login",
|
|
258
|
-
description: "Your password has been changed.",
|
|
259
|
-
helper: "You can now sign in with your new password.",
|
|
260
|
-
title: "Password updated"
|
|
261
|
-
},
|
|
262
|
-
title: "Set a new password"
|
|
263
|
-
},
|
|
264
|
-
passwordResetRequest: {
|
|
265
|
-
errors: {
|
|
266
|
-
emailRequired: "Enter an email address.",
|
|
267
|
-
invalidEmail: "Please enter a valid email address.",
|
|
268
|
-
rateLimited: "Too many requests. Please wait and try again.",
|
|
269
|
-
startFailed: "Unable to start password reset."
|
|
270
|
-
},
|
|
271
|
-
form: {
|
|
272
|
-
description: "Enter the email for your account.",
|
|
273
|
-
emailLabel: "Email",
|
|
274
|
-
emailPlaceholder: "you@company.com",
|
|
275
|
-
submit: "Send reset link"
|
|
276
|
-
},
|
|
277
|
-
sent: {
|
|
278
|
-
action: "Send another email",
|
|
279
|
-
description: "We sent a reset link to {{email}}.",
|
|
280
|
-
helper: "If you don't see it, check spam or try again.",
|
|
281
|
-
title: "Check your email"
|
|
282
|
-
},
|
|
283
|
-
title: "Reset your password"
|
|
284
|
-
},
|
|
285
|
-
verifyEmail: {
|
|
286
|
-
actions: {
|
|
287
|
-
continue: "Continue",
|
|
288
|
-
return: "Back to login"
|
|
289
|
-
},
|
|
290
|
-
errors: {
|
|
291
|
-
alreadyVerified: "This email address is already verified.",
|
|
292
|
-
expired: "This verification link has expired.",
|
|
293
|
-
invalid: "Verification link is invalid or expired.",
|
|
294
|
-
missingToken: "Verification link is missing or invalid."
|
|
295
|
-
},
|
|
296
|
-
status: {
|
|
297
|
-
success: "Email verified. You can continue.",
|
|
298
|
-
verifying: "Verifying...",
|
|
299
|
-
verifyingButton: "Verifying"
|
|
300
|
-
},
|
|
301
|
-
subtitle: "Confirm your email address to continue.",
|
|
302
|
-
title: "Verify your email"
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
common: {
|
|
306
|
-
actions: {
|
|
307
|
-
change: "Change",
|
|
308
|
-
clear: "Clear",
|
|
309
|
-
close: "Close",
|
|
310
|
-
copied: "Copied",
|
|
311
|
-
copy: "Copy",
|
|
312
|
-
pick: "Pick",
|
|
313
|
-
retry: "Retry"
|
|
314
|
-
},
|
|
315
|
-
boolean: {
|
|
316
|
-
no: "No",
|
|
317
|
-
yes: "Yes"
|
|
318
|
-
},
|
|
319
|
-
breadcrumb: "Breadcrumb",
|
|
320
|
-
errors: { unexpected: "An unexpected error occurred." },
|
|
321
|
-
loading: "Loading...",
|
|
322
|
-
notAvailable: "N/A"
|
|
323
|
-
},
|
|
324
|
-
dashboard: {
|
|
325
|
-
actions: {
|
|
326
|
-
openList: "Open list",
|
|
327
|
-
openTool: "Open tool"
|
|
328
|
-
},
|
|
329
|
-
subtitle: "Overview of the Work context.",
|
|
330
|
-
title: "Dashboard"
|
|
331
|
-
},
|
|
332
|
-
detail: { notFound: "Not found" },
|
|
333
|
-
emptyState: {
|
|
334
|
-
listEmpty: {
|
|
335
|
-
description: "There are no records to display.",
|
|
336
|
-
title: "No results"
|
|
337
|
-
},
|
|
338
|
-
listEmptyFiltered: {
|
|
339
|
-
actions: { reset: "Reset filters" },
|
|
340
|
-
description: "No results match the current filters."
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
filters: {
|
|
344
|
-
actions: {
|
|
345
|
-
apply: "Apply",
|
|
346
|
-
filterBy: "Filter by {{label}}"
|
|
347
|
-
},
|
|
348
|
-
all: "All {{label}}",
|
|
349
|
-
boolean: {
|
|
350
|
-
no: "No",
|
|
351
|
-
yes: "Yes"
|
|
352
|
-
},
|
|
353
|
-
drawer: { emptySearchResults: "No filters match this search." },
|
|
354
|
-
placeholders: {
|
|
355
|
-
anyEntity: "All",
|
|
356
|
-
search: "Search {{label}}",
|
|
357
|
-
unresolved: "Unresolved ID"
|
|
358
|
-
},
|
|
359
|
-
sections: { default: "Filters" },
|
|
360
|
-
trigger: "Filters",
|
|
361
|
-
triggerWithCount_one: "Filters ({{count}})",
|
|
362
|
-
triggerWithCount_other: "Filters ({{count}})"
|
|
363
|
-
},
|
|
364
|
-
flags: {
|
|
365
|
-
agentManaged: {
|
|
366
|
-
agentManaged: "Agent managed",
|
|
367
|
-
userManaged: "User managed"
|
|
368
|
-
},
|
|
369
|
-
capability: {
|
|
370
|
-
allowed: "Allowed",
|
|
371
|
-
denied: "Denied"
|
|
372
|
-
},
|
|
373
|
-
default: {
|
|
374
|
-
default: "Default",
|
|
375
|
-
notDefault: "Not default"
|
|
376
|
-
},
|
|
377
|
-
deployedProduction: {
|
|
378
|
-
deployed: "Deployed",
|
|
379
|
-
notDeployed: "Not deployed"
|
|
380
|
-
},
|
|
381
|
-
enabled: {
|
|
382
|
-
disabled: "Disabled",
|
|
383
|
-
enabled: "Enabled"
|
|
384
|
-
},
|
|
385
|
-
encrypted: {
|
|
386
|
-
encrypted: "Encrypted",
|
|
387
|
-
notEncrypted: "Not encrypted"
|
|
388
|
-
},
|
|
389
|
-
failure: {
|
|
390
|
-
failed: "Failed",
|
|
391
|
-
ok: "OK"
|
|
392
|
-
},
|
|
393
|
-
forced: {
|
|
394
|
-
forced: "Forced",
|
|
395
|
-
normal: "Normal"
|
|
396
|
-
},
|
|
397
|
-
locked: {
|
|
398
|
-
locked: "Locked",
|
|
399
|
-
unlocked: "Unlocked"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
format: {
|
|
403
|
-
currency: "{{value, currency}}",
|
|
404
|
-
number: "{{value, number}}",
|
|
405
|
-
percent: "{{value, percent}}"
|
|
406
|
-
},
|
|
407
|
-
history: "",
|
|
408
|
-
hub: {
|
|
409
|
-
empty: {
|
|
410
|
-
description: "No available item matches the current filters.",
|
|
411
|
-
title: "No items"
|
|
412
|
-
},
|
|
413
|
-
itemKinds: {
|
|
414
|
-
entity: "List",
|
|
415
|
-
tool: "Tool"
|
|
416
|
-
},
|
|
417
|
-
search: { placeholder: "Search" },
|
|
418
|
-
subtitle: "Choose an item to continue."
|
|
419
|
-
},
|
|
420
|
-
list: {
|
|
421
|
-
actions: {
|
|
422
|
-
refresh: "Refresh",
|
|
423
|
-
refreshing: "Refreshing…",
|
|
424
|
-
retry: "Retry"
|
|
425
|
-
},
|
|
426
|
-
errors: {
|
|
427
|
-
fetchFailed: "Unable to refresh the list. Please try again.",
|
|
428
|
-
tableFailed: "The table failed to load.",
|
|
429
|
-
title: "Table error"
|
|
430
|
-
},
|
|
431
|
-
loaded_one: "{{count, number}} item loaded",
|
|
432
|
-
loaded_other: "{{count, number}} items loaded",
|
|
433
|
-
loadMore: {
|
|
434
|
-
end: "End of results",
|
|
435
|
-
loading: "Loading more…"
|
|
436
|
-
},
|
|
437
|
-
showing: "Showing {{shown, number}} of {{total, number}}",
|
|
438
|
-
sort: { label: "Sort order" },
|
|
439
|
-
title: ""
|
|
440
|
-
},
|
|
441
|
-
overview: "",
|
|
442
|
-
picker: {
|
|
443
|
-
empty: {
|
|
444
|
-
description: "Try another search term.",
|
|
445
|
-
title: "No result"
|
|
446
|
-
},
|
|
447
|
-
errors: { loadFailed: "Failed to load." },
|
|
448
|
-
searchPlaceholder: { default: "Search..." },
|
|
449
|
-
searchRequired: "Enter an ID to search.",
|
|
450
|
-
title: "Select an ID",
|
|
451
|
-
unavailable: "Picker not available for {{entity}}."
|
|
452
|
-
},
|
|
453
|
-
relations: {
|
|
454
|
-
labelWithCount_one: "{{label}} ({{count}})",
|
|
455
|
-
labelWithCount_other: "{{label}} ({{count}})",
|
|
456
|
-
menu: { label: "Relations" },
|
|
457
|
-
openFilteredList: "Open filtered list: {{label}}",
|
|
458
|
-
unavailable: {
|
|
459
|
-
description: "This related list cannot be loaded right now.",
|
|
460
|
-
title: "Relation unavailable"
|
|
461
|
-
},
|
|
462
|
-
viewList: "View list"
|
|
463
|
-
},
|
|
464
|
-
review: { status: {
|
|
465
|
-
approved: "Approved",
|
|
466
|
-
changesRequested: "Changes requested",
|
|
467
|
-
pending: "Pending",
|
|
468
|
-
unknown: "Unknown"
|
|
469
|
-
} },
|
|
470
|
-
sidebar: {
|
|
471
|
-
actions: {
|
|
472
|
-
collapseSidebar: "Close",
|
|
473
|
-
expandSidebar: "Open",
|
|
474
|
-
pin: "Pin",
|
|
475
|
-
reorder: "Reorder",
|
|
476
|
-
unpin: "Unpin"
|
|
477
|
-
},
|
|
478
|
-
items: { dashboard: "Dashboard" },
|
|
479
|
-
navigationAriaLabel: "Backoffice navigation",
|
|
480
|
-
profile: {
|
|
481
|
-
actions: { signOut: "Sign out" },
|
|
482
|
-
menuAriaLabel: "Open profile menu",
|
|
483
|
-
title: "Profile",
|
|
484
|
-
unknownUser: "Unknown user"
|
|
485
|
-
},
|
|
486
|
-
search: { placeholder: "Search…" },
|
|
487
|
-
sections: {
|
|
488
|
-
pinned: "Pinned",
|
|
489
|
-
recent: "Recent"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
tools: { output: "Output" }
|
|
493
|
-
}, Xe = {
|
|
494
|
-
actions: {
|
|
495
|
-
form: {
|
|
496
|
-
cancel: "Annuler",
|
|
497
|
-
errors: {
|
|
498
|
-
invalidJson: "{{label}} doit être un JSON valide.",
|
|
499
|
-
invalidJsonArray: "{{label}} doit être un tableau JSON valide.",
|
|
500
|
-
invalidJsonObject: "{{label}} doit être un objet JSON valide.",
|
|
501
|
-
invalidNumber: "{{label}} doit être un nombre valide.",
|
|
502
|
-
invalidPayload: "La charge utile soumise est invalide.",
|
|
503
|
-
required: "{{label}} est requis.",
|
|
504
|
-
submitFailed: "Impossible de terminer cette action. Veuillez réessayer."
|
|
505
|
-
},
|
|
506
|
-
submitting: "Envoi..."
|
|
507
|
-
},
|
|
508
|
-
view: "Voir"
|
|
509
|
-
},
|
|
510
|
-
auth: {
|
|
511
|
-
acceptInvitation: {
|
|
512
|
-
actions: { backToLogin: "Retour à la connexion" },
|
|
513
|
-
errors: {
|
|
514
|
-
alreadyAccepted: "Cette invitation a déjà été acceptée.",
|
|
515
|
-
default: "Impossible d'accepter l'invitation.",
|
|
516
|
-
emailMismatch: "Cette invitation a été envoyée à une autre adresse email.",
|
|
517
|
-
expired: "Le lien d'invitation a expiré.",
|
|
518
|
-
invalidToken: "Le lien d'invitation est invalide.",
|
|
519
|
-
missingToken: "Le lien d'invitation est manquant ou invalide.",
|
|
520
|
-
passwordMismatch: "Le mot de passe et sa confirmation ne correspondent pas.",
|
|
521
|
-
passwordPolicyViolation: "Votre mot de passe ne respecte pas la politique de sécurité.",
|
|
522
|
-
rateLimited: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
523
|
-
unavailable: "L'acceptation d'invitation n'est pas disponible."
|
|
524
|
-
},
|
|
525
|
-
form: {
|
|
526
|
-
confirmLabel: "Confirmer le mot de passe",
|
|
527
|
-
confirmPlaceholder: "Confirmez votre mot de passe",
|
|
528
|
-
passwordLabel: "Mot de passe",
|
|
529
|
-
passwordPlaceholder: "Créez un mot de passe",
|
|
530
|
-
submit: "Accepter l'invitation"
|
|
531
|
-
},
|
|
532
|
-
mfaSubtitle: "Entrez le code de vérification pour continuer.",
|
|
533
|
-
mfaTitle: "Vérifiez votre identité",
|
|
534
|
-
status: {
|
|
535
|
-
success: "Invitation acceptée.",
|
|
536
|
-
workingButton: "Traitement..."
|
|
537
|
-
},
|
|
538
|
-
subtitle: "Créez votre compte pour rejoindre.",
|
|
539
|
-
title: "Accepter l'invitation"
|
|
540
|
-
},
|
|
541
|
-
emailCapture: {
|
|
542
|
-
continue: "Continuer",
|
|
543
|
-
description: "Entrez votre email professionnel pour continuer.",
|
|
544
|
-
emailLabel: "Email professionnel",
|
|
545
|
-
emailPlaceholder: "vous@entreprise.com",
|
|
546
|
-
forgotPassword: "Mot de passe oublié ?"
|
|
547
|
-
},
|
|
548
|
-
loginFlow: {
|
|
549
|
-
errors: {
|
|
550
|
-
accountLocked: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
551
|
-
emailRequired: "Entrez une adresse email pour continuer.",
|
|
552
|
-
invalidCredentials: "Email ou mot de passe incorrect.",
|
|
553
|
-
invalidEmail: "Entrez une adresse email valide.",
|
|
554
|
-
passkeyUnavailable: "Les passkeys ne sont pas disponibles.",
|
|
555
|
-
rateLimited: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
556
|
-
tryAgain: "Une erreur est survenue. Veuillez réessayer."
|
|
557
|
-
},
|
|
558
|
-
methods: { title: "Choisissez une méthode de connexion" },
|
|
559
|
-
passkey: {
|
|
560
|
-
description: "Utilisez la passkey associée à {{email}}.",
|
|
561
|
-
title: "Utiliser une passkey"
|
|
562
|
-
},
|
|
563
|
-
subtitle: {
|
|
564
|
-
default: "Choisissez une méthode de connexion pour continuer.",
|
|
565
|
-
mfa: "Entrez le code de vérification pour continuer."
|
|
566
|
-
},
|
|
567
|
-
title: {
|
|
568
|
-
default: "Se connecter",
|
|
569
|
-
mfa: "Authentification à deux facteurs"
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
logout: { errors: { default: "Échec de la déconnexion." } },
|
|
573
|
-
methodChooser: {
|
|
574
|
-
actions: { back: "Retour" },
|
|
575
|
-
locked: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
576
|
-
lockedWithTime: "Trop de tentatives. Veuillez réessayer à {{time}}.",
|
|
577
|
-
methods: {
|
|
578
|
-
other: "{{method}}",
|
|
579
|
-
passkey: "Passkey",
|
|
580
|
-
password: "Mot de passe"
|
|
581
|
-
},
|
|
582
|
-
prompt: "Choisissez comment vous connecter pour <strong>{{email}}</strong>."
|
|
583
|
-
},
|
|
584
|
-
mfa: {
|
|
585
|
-
actions: {
|
|
586
|
-
back: "Retour",
|
|
587
|
-
submit: "Vérifier"
|
|
588
|
-
},
|
|
589
|
-
errors: {
|
|
590
|
-
expired: "La session de vérification a expiré. Réessayez.",
|
|
591
|
-
invalidChallenge: "La session de vérification est invalide. Reprenez la connexion.",
|
|
592
|
-
invalidCode: "Code invalide. Réessayez.",
|
|
593
|
-
shortCode: "Entrez le code à 6 chiffres.",
|
|
594
|
-
tooManyAttempts: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
595
|
-
verificationFailed: "La vérification a échoué. Réessayez."
|
|
596
|
-
},
|
|
597
|
-
form: {
|
|
598
|
-
label: "Code de vérification",
|
|
599
|
-
placeholder: "123456"
|
|
600
|
-
},
|
|
601
|
-
helper: {
|
|
602
|
-
default: "Entrez le code à 6 chiffres de votre authentificateur.",
|
|
603
|
-
withEmail: "Entrez le code à 6 chiffres envoyé à {{email}}."
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
oidc: { buttons: {
|
|
607
|
-
apple: "Continuer avec Apple",
|
|
608
|
-
generic: "Continuer avec un SSO",
|
|
609
|
-
google: "Continuer avec Google"
|
|
610
|
-
} },
|
|
611
|
-
passkey: {
|
|
612
|
-
actions: {
|
|
613
|
-
showMethods: "Utiliser une autre méthode",
|
|
614
|
-
submit: "Continuer avec la passkey",
|
|
615
|
-
submitting: "En attente de la passkey..."
|
|
616
|
-
},
|
|
617
|
-
errors: {
|
|
618
|
-
cancelled: "La connexion par passkey a été annulée.",
|
|
619
|
-
challengeExpired: "La demande de passkey a expiré. Réessayez.",
|
|
620
|
-
emailRequired: "Entrez votre email pour continuer.",
|
|
621
|
-
failed: "Échec de la connexion par passkey.",
|
|
622
|
-
invalidAssertion: "La réponse de passkey est invalide. Réessayez.",
|
|
623
|
-
invalidChallenge: "La demande de passkey est invalide. Réessayez.",
|
|
624
|
-
invalidEmail: "Entrez une adresse email valide.",
|
|
625
|
-
locked: "Trop de tentatives. Veuillez réessayer plus tard.",
|
|
626
|
-
lockedWithTime: "Trop de tentatives. Veuillez réessayer à {{time}}.",
|
|
627
|
-
noCredential: "L'authentificateur n'a retourné aucun identifiant.",
|
|
628
|
-
notAvailable: "Les passkeys ne sont pas disponibles sur cet appareil.",
|
|
629
|
-
notFound: "Aucune passkey n'est associée à ce compte."
|
|
630
|
-
},
|
|
631
|
-
form: {
|
|
632
|
-
emailLabel: "Email",
|
|
633
|
-
emailPlaceholder: "vous@entreprise.com"
|
|
634
|
-
},
|
|
635
|
-
helper: "Utilisez une passkey à la place de votre mot de passe."
|
|
636
|
-
},
|
|
637
|
-
passwordLogin: {
|
|
638
|
-
forgotPassword: "Mot de passe oublié ?",
|
|
639
|
-
title: "Se connecter"
|
|
640
|
-
},
|
|
641
|
-
passwordResetComplete: {
|
|
642
|
-
errors: {
|
|
643
|
-
expired: "Ce lien de réinitialisation a expiré.",
|
|
644
|
-
invalid: "Le lien de réinitialisation est invalide ou expiré.",
|
|
645
|
-
minLength: "Le mot de passe doit contenir au moins {{minLength}} caractères.",
|
|
646
|
-
mismatch: "Les mots de passe ne correspondent pas.",
|
|
647
|
-
missingToken: "Le lien de réinitialisation est manquant ou invalide.",
|
|
648
|
-
policyViolation: "Votre nouveau mot de passe ne respecte pas la politique de sécurité."
|
|
649
|
-
},
|
|
650
|
-
form: {
|
|
651
|
-
confirmLabel: "Confirmer le mot de passe",
|
|
652
|
-
confirmPlaceholder: "Saisissez à nouveau votre mot de passe",
|
|
653
|
-
description: "Entrez un nouveau mot de passe pour votre compte.",
|
|
654
|
-
passwordLabel: "Mot de passe",
|
|
655
|
-
passwordPlaceholder: "Entrez un nouveau mot de passe",
|
|
656
|
-
submit: "Mettre à jour le mot de passe",
|
|
657
|
-
title: "Nouveau mot de passe"
|
|
658
|
-
},
|
|
659
|
-
subtitle: "Choisissez un mot de passe robuste pour sécuriser votre compte.",
|
|
660
|
-
success: {
|
|
661
|
-
action: "Retour à la connexion",
|
|
662
|
-
description: "Votre mot de passe a été modifié.",
|
|
663
|
-
helper: "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe.",
|
|
664
|
-
title: "Mot de passe mis à jour"
|
|
665
|
-
},
|
|
666
|
-
title: "Définir un nouveau mot de passe"
|
|
667
|
-
},
|
|
668
|
-
passwordResetRequest: {
|
|
669
|
-
errors: {
|
|
670
|
-
emailRequired: "Entrez une adresse email.",
|
|
671
|
-
invalidEmail: "Veuillez saisir une adresse email valide.",
|
|
672
|
-
rateLimited: "Trop de demandes. Veuillez patienter puis réessayer.",
|
|
673
|
-
startFailed: "Impossible de démarrer la réinitialisation."
|
|
674
|
-
},
|
|
675
|
-
form: {
|
|
676
|
-
description: "Entrez l'email de votre compte.",
|
|
677
|
-
emailLabel: "Email",
|
|
678
|
-
emailPlaceholder: "vous@entreprise.com",
|
|
679
|
-
submit: "Envoyer le lien de réinitialisation"
|
|
680
|
-
},
|
|
681
|
-
sent: {
|
|
682
|
-
action: "Envoyer un autre email",
|
|
683
|
-
description: "Nous avons envoyé un lien de réinitialisation à {{email}}.",
|
|
684
|
-
helper: "Si vous ne le voyez pas, vérifiez les spams ou réessayez.",
|
|
685
|
-
title: "Vérifiez votre email"
|
|
686
|
-
},
|
|
687
|
-
title: "Réinitialiser votre mot de passe"
|
|
688
|
-
},
|
|
689
|
-
verifyEmail: {
|
|
690
|
-
actions: {
|
|
691
|
-
continue: "Continuer",
|
|
692
|
-
return: "Retour à la connexion"
|
|
693
|
-
},
|
|
694
|
-
errors: {
|
|
695
|
-
alreadyVerified: "Cette adresse email est déjà vérifiée.",
|
|
696
|
-
expired: "Ce lien de vérification a expiré.",
|
|
697
|
-
invalid: "Le lien de vérification est invalide ou expiré.",
|
|
698
|
-
missingToken: "Le lien de vérification est manquant ou invalide."
|
|
699
|
-
},
|
|
700
|
-
status: {
|
|
701
|
-
success: "Email vérifié. Vous pouvez continuer.",
|
|
702
|
-
verifying: "Vérification...",
|
|
703
|
-
verifyingButton: "Vérification"
|
|
704
|
-
},
|
|
705
|
-
subtitle: "Confirmez votre adresse email pour continuer.",
|
|
706
|
-
title: "Vérifier votre email"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
common: {
|
|
710
|
-
actions: {
|
|
711
|
-
change: "Modifier",
|
|
712
|
-
clear: "Effacer",
|
|
713
|
-
close: "Fermer",
|
|
714
|
-
copied: "Copié",
|
|
715
|
-
copy: "Copier",
|
|
716
|
-
pick: "Choisir",
|
|
717
|
-
retry: "Réessayer"
|
|
718
|
-
},
|
|
719
|
-
boolean: {
|
|
720
|
-
no: "Non",
|
|
721
|
-
yes: "Oui"
|
|
722
|
-
},
|
|
723
|
-
breadcrumb: "Fil d'Ariane",
|
|
724
|
-
errors: { unexpected: "Une erreur inattendue est survenue." },
|
|
725
|
-
loading: "Chargement...",
|
|
726
|
-
notAvailable: "N/D"
|
|
727
|
-
},
|
|
728
|
-
dashboard: {
|
|
729
|
-
actions: {
|
|
730
|
-
openList: "Ouvrir la liste",
|
|
731
|
-
openTool: "Ouvrir l'outil"
|
|
732
|
-
},
|
|
733
|
-
subtitle: "Vue d'ensemble du contexte Work.",
|
|
734
|
-
title: "Tableau de bord"
|
|
735
|
-
},
|
|
736
|
-
detail: { notFound: "Introuvable" },
|
|
737
|
-
emptyState: {
|
|
738
|
-
listEmpty: {
|
|
739
|
-
description: "Aucun enregistrement à afficher.",
|
|
740
|
-
title: "Aucun résultat"
|
|
741
|
-
},
|
|
742
|
-
listEmptyFiltered: {
|
|
743
|
-
actions: { reset: "Réinitialiser les filtres" },
|
|
744
|
-
description: "Aucun résultat ne correspond aux filtres actuels."
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
filters: {
|
|
748
|
-
actions: {
|
|
749
|
-
apply: "Appliquer",
|
|
750
|
-
filterBy: "Filtrer par {{label}}"
|
|
751
|
-
},
|
|
752
|
-
all: "Tous {{label}}",
|
|
753
|
-
boolean: {
|
|
754
|
-
no: "Non",
|
|
755
|
-
yes: "Oui"
|
|
756
|
-
},
|
|
757
|
-
drawer: { emptySearchResults: "Aucun filtre ne correspond à cette recherche." },
|
|
758
|
-
placeholders: {
|
|
759
|
-
anyEntity: "Tous",
|
|
760
|
-
search: "Rechercher {{label}}",
|
|
761
|
-
unresolved: "ID introuvable"
|
|
762
|
-
},
|
|
763
|
-
sections: { default: "Filtres" },
|
|
764
|
-
trigger: "Filtres",
|
|
765
|
-
triggerWithCount_one: "Filtres ({{count}})",
|
|
766
|
-
triggerWithCount_many: "Filtres ({{count}})",
|
|
767
|
-
triggerWithCount_other: "Filtres ({{count}})"
|
|
768
|
-
},
|
|
769
|
-
flags: {
|
|
770
|
-
agentManaged: {
|
|
771
|
-
agentManaged: "Géré par un agent",
|
|
772
|
-
userManaged: "Géré par un utilisateur"
|
|
773
|
-
},
|
|
774
|
-
capability: {
|
|
775
|
-
allowed: "Autorisé",
|
|
776
|
-
denied: "Refusé"
|
|
777
|
-
},
|
|
778
|
-
default: {
|
|
779
|
-
default: "Par défaut",
|
|
780
|
-
notDefault: "Non par défaut"
|
|
781
|
-
},
|
|
782
|
-
deployedProduction: {
|
|
783
|
-
deployed: "Déployé",
|
|
784
|
-
notDeployed: "Non déployé"
|
|
785
|
-
},
|
|
786
|
-
enabled: {
|
|
787
|
-
disabled: "Désactivé",
|
|
788
|
-
enabled: "Activé"
|
|
789
|
-
},
|
|
790
|
-
encrypted: {
|
|
791
|
-
encrypted: "Chiffré",
|
|
792
|
-
notEncrypted: "Non chiffré"
|
|
793
|
-
},
|
|
794
|
-
failure: {
|
|
795
|
-
failed: "Échoué",
|
|
796
|
-
ok: "OK"
|
|
797
|
-
},
|
|
798
|
-
forced: {
|
|
799
|
-
forced: "Forcé",
|
|
800
|
-
normal: "Normal"
|
|
801
|
-
},
|
|
802
|
-
locked: {
|
|
803
|
-
locked: "Verrouillé",
|
|
804
|
-
unlocked: "Déverrouillé"
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
format: {
|
|
808
|
-
currency: "{{value, currency}}",
|
|
809
|
-
number: "{{value, number}}",
|
|
810
|
-
percent: "{{value, percent}}"
|
|
811
|
-
},
|
|
812
|
-
history: "",
|
|
813
|
-
hub: {
|
|
814
|
-
empty: {
|
|
815
|
-
description: "Aucun élément disponible ne correspond aux filtres actuels.",
|
|
816
|
-
title: "Aucun élément"
|
|
817
|
-
},
|
|
818
|
-
itemKinds: {
|
|
819
|
-
entity: "Liste",
|
|
820
|
-
tool: "Outil"
|
|
821
|
-
},
|
|
822
|
-
search: { placeholder: "Rechercher" },
|
|
823
|
-
subtitle: "Choisissez un élément pour continuer."
|
|
824
|
-
},
|
|
825
|
-
list: {
|
|
826
|
-
actions: {
|
|
827
|
-
refresh: "Actualiser",
|
|
828
|
-
refreshing: "Actualisation…",
|
|
829
|
-
retry: "Réessayer"
|
|
830
|
-
},
|
|
831
|
-
errors: {
|
|
832
|
-
fetchFailed: "Impossible d'actualiser la liste. Veuillez réessayer.",
|
|
833
|
-
tableFailed: "Le tableau n'a pas pu se charger.",
|
|
834
|
-
title: "Erreur du tableau"
|
|
835
|
-
},
|
|
836
|
-
loaded_one: "{{count, number}} élément chargé",
|
|
837
|
-
loaded_many: "{{count, number}} éléments chargés",
|
|
838
|
-
loaded_other: "{{count, number}} éléments chargés",
|
|
839
|
-
loadMore: {
|
|
840
|
-
end: "Fin des résultats",
|
|
841
|
-
loading: "Chargement…"
|
|
842
|
-
},
|
|
843
|
-
showing: "Affichage de {{shown, number}} sur {{total, number}}",
|
|
844
|
-
sort: { label: "Ordre de tri" },
|
|
845
|
-
title: ""
|
|
846
|
-
},
|
|
847
|
-
overview: "",
|
|
848
|
-
picker: {
|
|
849
|
-
empty: {
|
|
850
|
-
description: "Essayez un autre terme de recherche.",
|
|
851
|
-
title: "Aucun résultat"
|
|
852
|
-
},
|
|
853
|
-
errors: { loadFailed: "Échec du chargement." },
|
|
854
|
-
searchPlaceholder: { default: "Rechercher..." },
|
|
855
|
-
searchRequired: "Saisissez un ID pour rechercher.",
|
|
856
|
-
title: "Sélectionner un ID",
|
|
857
|
-
unavailable: "Sélecteur indisponible pour {{entity}}."
|
|
858
|
-
},
|
|
859
|
-
relations: {
|
|
860
|
-
labelWithCount_one: "{{label}} ({{count}})",
|
|
861
|
-
labelWithCount_many: "{{label}} ({{count}})",
|
|
862
|
-
labelWithCount_other: "{{label}} ({{count}})",
|
|
863
|
-
menu: { label: "Relations" },
|
|
864
|
-
openFilteredList: "Ouvrir la liste filtrée : {{label}}",
|
|
865
|
-
unavailable: {
|
|
866
|
-
description: "Cette liste liée ne peut pas être chargée pour le moment.",
|
|
867
|
-
title: "Relation indisponible"
|
|
868
|
-
},
|
|
869
|
-
viewList: "Voir la liste"
|
|
870
|
-
},
|
|
871
|
-
review: { status: {
|
|
872
|
-
approved: "Approuvé",
|
|
873
|
-
changesRequested: "Modifications demandées",
|
|
874
|
-
pending: "En attente",
|
|
875
|
-
unknown: "Inconnu"
|
|
876
|
-
} },
|
|
877
|
-
sidebar: {
|
|
878
|
-
actions: {
|
|
879
|
-
collapseSidebar: "Fermer",
|
|
880
|
-
expandSidebar: "Ouvrir",
|
|
881
|
-
pin: "Épingler",
|
|
882
|
-
reorder: "Réordonner",
|
|
883
|
-
unpin: "Désépingler"
|
|
884
|
-
},
|
|
885
|
-
items: { dashboard: "Tableau de bord" },
|
|
886
|
-
navigationAriaLabel: "Navigation backoffice",
|
|
887
|
-
profile: {
|
|
888
|
-
actions: { signOut: "Se déconnecter" },
|
|
889
|
-
menuAriaLabel: "Ouvrir le menu profil",
|
|
890
|
-
title: "Profil",
|
|
891
|
-
unknownUser: "Utilisateur inconnu"
|
|
892
|
-
},
|
|
893
|
-
search: { placeholder: "Rechercher..." },
|
|
894
|
-
sections: {
|
|
895
|
-
pinned: "Épinglés",
|
|
896
|
-
recent: "Récents"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
tools: { output: "Résultat" }
|
|
900
|
-
}, B = (e) => typeof e == "object" && !!e && !Array.isArray(e), Ze = (e) => B(e) ? e : {};
|
|
901
|
-
function Qe(...e) {
|
|
902
|
-
let t = {};
|
|
903
|
-
return e.forEach((e) => {
|
|
904
|
-
Object.entries(e).forEach(([e, n]) => {
|
|
905
|
-
let r = t[e];
|
|
906
|
-
if (B(r) && B(n)) {
|
|
907
|
-
t[e] = Qe(Ze(r), Ze(n));
|
|
908
|
-
return;
|
|
909
|
-
}
|
|
910
|
-
t[e] = n;
|
|
911
|
-
});
|
|
912
|
-
}), t;
|
|
913
|
-
}
|
|
914
|
-
//#endregion
|
|
915
|
-
//#region src/i18n/resources.ts
|
|
916
|
-
var $e = {
|
|
917
|
-
en: { backofficeReact: Ye },
|
|
918
|
-
fr: { backofficeReact: Xe }
|
|
919
|
-
}, et = (e) => typeof e == "object" && !!e, V = (e) => et(e) ? e : {};
|
|
920
|
-
function tt(e = {}) {
|
|
921
|
-
let t = {}, n = $e;
|
|
922
|
-
return new Set([...Object.keys(n), ...Object.keys(e)]).forEach((r) => {
|
|
923
|
-
let i = V(n[r]), a = V(e[r]);
|
|
924
|
-
t[r] = {
|
|
925
|
-
...i,
|
|
926
|
-
...a,
|
|
927
|
-
backofficeReact: Qe(V(i.backofficeReact), V(a.backofficeReact))
|
|
928
|
-
};
|
|
929
|
-
}), t;
|
|
930
|
-
}
|
|
931
|
-
//#endregion
|
|
932
|
-
//#region src/relay/RelayProvider.tsx
|
|
933
|
-
var { RelayEnvironmentProvider: nt } = N, rt = ({ children: e }) => (Ce(a, () => t().generation, () => t().generation), /* @__PURE__ */ P(nt, {
|
|
934
|
-
environment: n(),
|
|
935
|
-
children: e
|
|
936
|
-
})), { loadQuery: H, usePreloadedQuery: it } = N, at = j("WrapperPage", async () => ({ default: (await import("@plumile/ui")).WrapperPage })), ot = j("BackofficeLayoutPage", async () => import("./BackofficeLayoutPage-Bq2bKkYF.js")), st = j("BackofficeEntityListPage", async () => import("./BackofficeEntityListPage-D_zL-qRb.js")), ct = j("BackofficeEntityDetailPage", async () => import("./BackofficeEntityDetailPage-LB1uEJVM.js")), lt = j("BackofficeEntityDetailLayoutPage", async () => import("./BackofficeEntityDetailLayoutPage-BSgGBzSL.js")), ut = j("BackofficeEntityDetailUnknownPageRedirect", async () => import("./BackofficeEntityDetailUnknownPageRedirect-Iu4R3WvX.js")), dt = j("BackofficeDashboardPage", async () => import("./BackofficeDashboardPage-D5W36DY-.js")), ft = j("BackofficeHubPage", async () => import("./BackofficeHubPage-DOePQ8Fc.js")), pt = j("BackofficeLoginPage", async () => import("./BackofficeLoginPage-DIlcOueK.js")), mt = j("BackofficePasswordResetRequestPage", async () => import("./BackofficePasswordResetRequestPage-B_TurHev.js")), ht = j("BackofficePasswordResetCompletePage", async () => import("./BackofficePasswordResetCompletePage-Cit5sdDm.js")), gt = j("BackofficeVerifyEmailPage", async () => import("./BackofficeVerifyEmailPage-DQbFIob1.js")), _t = j("BackofficeAcceptInvitationPage", async () => import("./BackofficeAcceptInvitationPage-tpfBfhT9.js")), vt = ({ children: e, Component: t, preparedLayout: n, permissionsQuery: r, activeGroupId: i }) => /* @__PURE__ */ P(t, {
|
|
937
|
-
permissionsQuery: r,
|
|
938
|
-
prepared: n?.permissionsQuery ?? null,
|
|
939
|
-
authStatus: null,
|
|
940
|
-
activeGroupId: i,
|
|
941
|
-
children: e
|
|
942
|
-
}), yt = ({ children: e, Component: t, preparedLayout: n, permissionsQuery: r, activeGroupId: i, authStatusQuery: a, authStatusPrepared: o, loginRedirectPath: s }) => {
|
|
943
|
-
let c = it(a, o);
|
|
944
|
-
if (c?.isLoggedIn !== !0) throw new De(s);
|
|
945
|
-
return /* @__PURE__ */ P(t, {
|
|
946
|
-
permissionsQuery: r,
|
|
947
|
-
prepared: n?.permissionsQuery ?? null,
|
|
948
|
-
authStatus: c,
|
|
949
|
-
activeGroupId: i,
|
|
950
|
-
children: e
|
|
951
|
-
});
|
|
952
|
-
}, bt = (e) => {
|
|
953
|
-
let t = e.trim();
|
|
954
|
-
return t === "" || t === "/" ? "" : t.replace(/^\/+|\/+$/g, "");
|
|
955
|
-
}, xt = (e) => {
|
|
956
|
-
let t = e.trim();
|
|
957
|
-
return t === "" ? "/" : `/${t}`.replace(/\/+/g, "/");
|
|
958
|
-
}, U = (e, t) => {
|
|
959
|
-
let n = t.replace(/^\/+|\/+$/g, "");
|
|
960
|
-
return e === "" ? n : n === "" ? e : `${e}/${n}`;
|
|
961
|
-
}, St = (e, t) => xt(U(e, t)), W = (e, t) => {
|
|
962
|
-
let n = xt(e), r = t === "" ? "" : `/${t}`;
|
|
963
|
-
return r !== "" && n.startsWith(r) ? n.slice(r.length).replace(/^\/+/, "") : n.replace(/^\/+/, "");
|
|
964
|
-
}, Ct = (e, t) => {
|
|
965
|
-
if (e?.routes == null) return null;
|
|
966
|
-
for (let n = e.routes.length - 1; n >= 0; --n) {
|
|
967
|
-
let r = e.routes[n];
|
|
968
|
-
if (r != null) {
|
|
969
|
-
let e = t.get(r);
|
|
970
|
-
if (e != null) return e;
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
return null;
|
|
974
|
-
}, wt = (e) => {
|
|
975
|
-
let t = new URLSearchParams();
|
|
976
|
-
return Object.entries(e).forEach(([e, n]) => {
|
|
977
|
-
if (n != null) {
|
|
978
|
-
if (Array.isArray(n)) {
|
|
979
|
-
n.forEach((n) => {
|
|
980
|
-
n != null && t.append(e, String(n));
|
|
981
|
-
});
|
|
982
|
-
return;
|
|
983
|
-
}
|
|
984
|
-
t.set(e, String(n));
|
|
985
|
-
}
|
|
986
|
-
}), t;
|
|
987
|
-
}, G = je;
|
|
988
|
-
function Tt(e) {
|
|
989
|
-
let { basePath: t, entityManifest: n, entityRegistry: r, sidebar: i, auth: a, dashboard: o } = e, s = bt(t), c = U(s, "login"), l = U(s, "login/reset"), u = U(s, "login/reset/complete"), m = U(s, "verify-email"), h = U(s, "accept-invitation"), g = St(s, "login"), _ = f(n, i), v = d(_, i), y = p(_, i), b = /* @__PURE__ */ new Map();
|
|
990
|
-
y.forEach((e, t) => {
|
|
991
|
-
b.set(t, e.groupId);
|
|
992
|
-
});
|
|
993
|
-
let x = /* @__PURE__ */ new WeakMap(), S = /* @__PURE__ */ new WeakMap(), C = i?.permissionsQuery, ee = async ({ context: e }) => {
|
|
994
|
-
let t = await a.session.load();
|
|
995
|
-
return {
|
|
996
|
-
permissionsQuery: C == null ? null : H(e.relayEnvironment, C, {}),
|
|
997
|
-
authStatusQuery: t.authStatusQuery == null ? null : H(e.relayEnvironment, t.authStatusQuery, {}, { fetchPolicy: "network-only" })
|
|
998
|
-
};
|
|
999
|
-
}, te = G({
|
|
1000
|
-
path: "",
|
|
1001
|
-
resourcePage: dt,
|
|
1002
|
-
prepare: async () => (o == null || await o.load(), null),
|
|
1003
|
-
render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ P(e, {})
|
|
1004
|
-
}), ne = G({
|
|
1005
|
-
path: "dashboard",
|
|
1006
|
-
resourcePage: dt,
|
|
1007
|
-
prepare: async () => (o == null || await o.load(), null),
|
|
1008
|
-
render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ P(e, {})
|
|
1009
|
-
}), re = Object.values(n).filter((e) => e.kind === "list-detail"), ie = v.map((e) => {
|
|
1010
|
-
let t = G({
|
|
1011
|
-
path: W(e.hub.href, s),
|
|
1012
|
-
resourcePage: ft,
|
|
1013
|
-
prepare: () => ({
|
|
1014
|
-
hubId: e.hub.id,
|
|
1015
|
-
hub: e.hub
|
|
1016
|
-
}),
|
|
1017
|
-
render: ({ prepared: e, Component: t }) => t == null ? null : /* @__PURE__ */ P(t, { prepared: e })
|
|
1018
|
-
});
|
|
1019
|
-
return e.groupId != null && S.set(t, e.groupId), t;
|
|
1020
|
-
}), ae = re.map((e) => {
|
|
1021
|
-
let t = e.routes.list, n = W(t, s), i = [];
|
|
1022
|
-
if (e.hasList) {
|
|
1023
|
-
let t = G({
|
|
1024
|
-
path: "",
|
|
1025
|
-
resourcePage: st,
|
|
1026
|
-
prepareSearchBehavior: "path",
|
|
1027
|
-
prepare: async ({ context: t, query: n }) => {
|
|
1028
|
-
let { config: i } = await r.loadListEntity(e.id), { list: a, listUrlCodec: o, listDefaults: s } = i;
|
|
1029
|
-
if (o == null || s == null) throw Error(`Backoffice entity ${e.id} does not expose a list configuration.`);
|
|
1030
|
-
let c = wt(n), l = o.parse(c), { pageSize: u } = ze, d = {
|
|
1031
|
-
where: l.where,
|
|
1032
|
-
sort: l.sort ?? s.sort,
|
|
1033
|
-
count: u,
|
|
1034
|
-
cursor: null
|
|
1035
|
-
}, f = a.buildQueryVariables(d), p = H(t.relayEnvironment, a.query, f);
|
|
1036
|
-
return {
|
|
1037
|
-
entityId: e.id,
|
|
1038
|
-
entityManifest: e,
|
|
1039
|
-
entityConfig: i,
|
|
1040
|
-
query: p
|
|
1041
|
-
};
|
|
1042
|
-
},
|
|
1043
|
-
render: ({ prepared: e, Component: t }) => {
|
|
1044
|
-
if (t == null) return null;
|
|
1045
|
-
let n = e;
|
|
1046
|
-
return /* @__PURE__ */ P(t, {
|
|
1047
|
-
entityManifest: n.entityManifest,
|
|
1048
|
-
config: n.entityConfig,
|
|
1049
|
-
prepared: n
|
|
1050
|
-
});
|
|
1051
|
-
}
|
|
1052
|
-
});
|
|
1053
|
-
x.set(t, e.id), i.push(t);
|
|
1054
|
-
}
|
|
1055
|
-
let a = G({
|
|
1056
|
-
path: ":id",
|
|
1057
|
-
resourcePage: lt,
|
|
1058
|
-
prepare: async ({ context: t, variables: n }) => {
|
|
1059
|
-
let { config: i } = await r.loadDetailLayoutEntity(e.id), a = String(n.id ?? ""), o = i.layoutPage.buildVariables == null ? { variables: { id: a } } : i.layoutPage.buildVariables({ id: a }), s = H(t.relayEnvironment, i.layoutPage.query, o.variables);
|
|
1060
|
-
return {
|
|
1061
|
-
entityId: e.id,
|
|
1062
|
-
entityManifest: e,
|
|
1063
|
-
entityConfig: i,
|
|
1064
|
-
layoutQuery: s,
|
|
1065
|
-
id: a
|
|
1066
|
-
};
|
|
1067
|
-
},
|
|
1068
|
-
render: ({ children: e, prepared: t, Component: n }) => {
|
|
1069
|
-
if (n == null) return null;
|
|
1070
|
-
let r = t;
|
|
1071
|
-
return /* @__PURE__ */ P(n, {
|
|
1072
|
-
entityManifest: r.entityManifest,
|
|
1073
|
-
config: r.entityConfig,
|
|
1074
|
-
prepared: r,
|
|
1075
|
-
children: e
|
|
1076
|
-
});
|
|
1077
|
-
},
|
|
1078
|
-
children: [
|
|
1079
|
-
G({
|
|
1080
|
-
path: "",
|
|
1081
|
-
resourcePage: at,
|
|
1082
|
-
prepare: ({ variables: t }) => {
|
|
1083
|
-
let n = String(t.id ?? "").trim();
|
|
1084
|
-
return { redirectTo: n === "" ? null : e.routes.detailPage(n, e.defaultDetailPageId ?? "overview") };
|
|
1085
|
-
},
|
|
1086
|
-
render: ({ prepared: e }) => {
|
|
1087
|
-
let t = e.redirectTo ?? null;
|
|
1088
|
-
if (t == null) return null;
|
|
1089
|
-
throw new De(t);
|
|
1090
|
-
}
|
|
1091
|
-
}),
|
|
1092
|
-
...(e.detailPages ?? []).map((t) => G({
|
|
1093
|
-
path: t.pathSegment,
|
|
1094
|
-
resourcePage: ct,
|
|
1095
|
-
prepare: async ({ context: n, variables: i }) => {
|
|
1096
|
-
let a = String(i.id ?? ""), o = await r.loadDetailPageEntity(e.id, t.id), s = o.config.page.buildVariables == null ? { variables: { id: a } } : o.config.page.buildVariables({ id: a }), c = H(n.relayEnvironment, o.config.page.query, s.variables);
|
|
1097
|
-
return {
|
|
1098
|
-
entityId: e.id,
|
|
1099
|
-
entityManifest: e,
|
|
1100
|
-
entityConfig: o.config,
|
|
1101
|
-
detailId: s.detailId,
|
|
1102
|
-
id: a,
|
|
1103
|
-
pageConfig: o.config,
|
|
1104
|
-
pageQuery: c,
|
|
1105
|
-
pageId: t.id,
|
|
1106
|
-
pagePath: t.pathSegment
|
|
1107
|
-
};
|
|
1108
|
-
},
|
|
1109
|
-
render: ({ prepared: e, Component: t }) => {
|
|
1110
|
-
if (t == null) return null;
|
|
1111
|
-
let n = e;
|
|
1112
|
-
return /* @__PURE__ */ P(t, {
|
|
1113
|
-
entityManifest: n.entityManifest,
|
|
1114
|
-
config: n.entityConfig,
|
|
1115
|
-
prepared: n
|
|
1116
|
-
});
|
|
1117
|
-
}
|
|
1118
|
-
})),
|
|
1119
|
-
G({
|
|
1120
|
-
path: ":pagePath",
|
|
1121
|
-
resourcePage: ut,
|
|
1122
|
-
prepare: async ({ variables: t }) => {
|
|
1123
|
-
let n = await r.loadDetailLayoutEntity(e.id), i = String(t.id ?? ""), a = String(t.pagePath ?? "");
|
|
1124
|
-
return {
|
|
1125
|
-
entityManifest: e,
|
|
1126
|
-
entityConfig: n.config,
|
|
1127
|
-
id: i,
|
|
1128
|
-
pagePath: a
|
|
1129
|
-
};
|
|
1130
|
-
},
|
|
1131
|
-
render: ({ prepared: e, Component: t }) => {
|
|
1132
|
-
if (t == null) return null;
|
|
1133
|
-
let n = e;
|
|
1134
|
-
return /* @__PURE__ */ P(t, {
|
|
1135
|
-
entityManifest: n.entityManifest,
|
|
1136
|
-
config: n.entityConfig,
|
|
1137
|
-
prepared: n
|
|
1138
|
-
});
|
|
1139
|
-
}
|
|
1140
|
-
})
|
|
1141
|
-
]
|
|
1142
|
-
});
|
|
1143
|
-
return x.set(a, e.id), i.push(a), G({
|
|
1144
|
-
path: n,
|
|
1145
|
-
children: i,
|
|
1146
|
-
resourcePage: at
|
|
1147
|
-
});
|
|
1148
|
-
}), oe = Object.values(n).filter((e) => e.kind === "tool").map((t) => {
|
|
1149
|
-
let n = G({
|
|
1150
|
-
path: W(t.routes.list, s),
|
|
1151
|
-
resourcePage: e.toolsOperationPage ?? null,
|
|
1152
|
-
prepare: async () => {
|
|
1153
|
-
let e = await r.loadToolEntity(t.id);
|
|
1154
|
-
return {
|
|
1155
|
-
entityId: t.id,
|
|
1156
|
-
entityManifest: t,
|
|
1157
|
-
entityConfig: e.config
|
|
1158
|
-
};
|
|
1159
|
-
},
|
|
1160
|
-
render: ({ prepared: e, Component: t }) => {
|
|
1161
|
-
if (t == null) return null;
|
|
1162
|
-
let n = e;
|
|
1163
|
-
return /* @__PURE__ */ P(t, {
|
|
1164
|
-
entityManifest: n.entityManifest,
|
|
1165
|
-
operation: n.entityConfig.tool.operation,
|
|
1166
|
-
toolId: n.entityConfig.id
|
|
1167
|
-
});
|
|
1168
|
-
}
|
|
1169
|
-
});
|
|
1170
|
-
return x.set(n, t.id), n;
|
|
1171
|
-
}), se = G({
|
|
1172
|
-
path: s,
|
|
1173
|
-
resourcePage: ot,
|
|
1174
|
-
prepareSearchBehavior: "path",
|
|
1175
|
-
prepare: ee,
|
|
1176
|
-
render: ({ children: e, prepared: t, route: n, Component: r }) => {
|
|
1177
|
-
if (r == null) return null;
|
|
1178
|
-
let o = t, s = Ct(n, x), c = s == null ? Ct(n, S) : b.get(s) ?? null, l = r, u = a.session.get()?.authStatusQuery ?? null;
|
|
1179
|
-
return u != null && o?.authStatusQuery != null ? /* @__PURE__ */ P(yt, {
|
|
1180
|
-
Component: l,
|
|
1181
|
-
preparedLayout: o,
|
|
1182
|
-
permissionsQuery: i?.permissionsQuery,
|
|
1183
|
-
activeGroupId: c,
|
|
1184
|
-
authStatusQuery: u,
|
|
1185
|
-
authStatusPrepared: o.authStatusQuery,
|
|
1186
|
-
loginRedirectPath: g,
|
|
1187
|
-
children: e
|
|
1188
|
-
}) : /* @__PURE__ */ P(vt, {
|
|
1189
|
-
Component: l,
|
|
1190
|
-
preparedLayout: o,
|
|
1191
|
-
permissionsQuery: i?.permissionsQuery,
|
|
1192
|
-
activeGroupId: c,
|
|
1193
|
-
children: e
|
|
1194
|
-
});
|
|
1195
|
-
},
|
|
1196
|
-
children: [
|
|
1197
|
-
te,
|
|
1198
|
-
...ie,
|
|
1199
|
-
...ae,
|
|
1200
|
-
...oe,
|
|
1201
|
-
ne
|
|
1202
|
-
]
|
|
1203
|
-
}), w = [
|
|
1204
|
-
G({
|
|
1205
|
-
path: c,
|
|
1206
|
-
resourcePage: pt,
|
|
1207
|
-
prepare: async ({ context: e }) => {
|
|
1208
|
-
let t = await a.login.load();
|
|
1209
|
-
return { query: H(e.relayEnvironment, t.loginQuery, {}) };
|
|
1210
|
-
},
|
|
1211
|
-
render: ({ prepared: e, Component: t }) => t == null ? null : /* @__PURE__ */ P(t, { prepared: e })
|
|
1212
|
-
}),
|
|
1213
|
-
G({
|
|
1214
|
-
path: l,
|
|
1215
|
-
resourcePage: mt,
|
|
1216
|
-
prepare: async () => (await a.passwordResetRequest.load(), null),
|
|
1217
|
-
render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ P(e, {})
|
|
1218
|
-
}),
|
|
1219
|
-
G({
|
|
1220
|
-
path: u,
|
|
1221
|
-
resourcePage: ht,
|
|
1222
|
-
prepare: async () => (await a.passwordResetComplete.load(), null),
|
|
1223
|
-
render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ P(e, {})
|
|
1224
|
-
}),
|
|
1225
|
-
G({
|
|
1226
|
-
path: m,
|
|
1227
|
-
resourcePage: gt,
|
|
1228
|
-
prepare: async () => (await a.verifyEmail.load(), null),
|
|
1229
|
-
render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ P(e, {})
|
|
1230
|
-
})
|
|
1231
|
-
];
|
|
1232
|
-
return (a.hasAcceptInvitation === !0 || a.acceptInvitation != null) && w.push(G({
|
|
1233
|
-
path: h,
|
|
1234
|
-
resourcePage: _t,
|
|
1235
|
-
prepare: async () => (await a.acceptInvitation?.load(), null),
|
|
1236
|
-
render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ P(e, {})
|
|
1237
|
-
})), w.push(se), w;
|
|
1238
|
-
}
|
|
1239
|
-
//#endregion
|
|
1240
|
-
//#region src/components/backoffice/routing/backofficeRouteFallback.css.ts
|
|
1241
|
-
var Et = "txvbqb9ip txvbqbai7 txvbqbcp txvbqbdoy txvbqbk5p txvbqbu7g txvbqbaop txvbqbv43 txvbqbva1", Dt = "txvbqbva3", Ot = ({ label: e = "Loading..." }) => /* @__PURE__ */ F("div", {
|
|
1242
|
-
className: Et,
|
|
1243
|
-
role: "status",
|
|
1244
|
-
"aria-live": "polite",
|
|
1245
|
-
"aria-busy": "true",
|
|
1246
|
-
children: [/* @__PURE__ */ P(Ie, {
|
|
1247
|
-
size: 28,
|
|
1248
|
-
ariaLabel: e
|
|
1249
|
-
}), /* @__PURE__ */ P("div", {
|
|
1250
|
-
className: Dt,
|
|
1251
|
-
children: e
|
|
1252
|
-
})]
|
|
1253
|
-
}), kt = () => {
|
|
1254
|
-
let { t: e, i18n: t } = k("backofficeReact", { useSuspense: !1 }), n = "Loading...";
|
|
1255
|
-
return t.isInitialized && (n = e("common.loading")), /* @__PURE__ */ P(Ot, { label: n });
|
|
1256
|
-
}, At = "_11exksg1 txvbqbv45 txvbqbptp txvbqbt7y txvbqbdqg txvbqbl7g txvbqb2k txvbqbu7g txvbqbuwp", jt = "_11exksg2 txvbqbcgg txvbqbuog", Mt = () => /* @__PURE__ */ P("div", {
|
|
1257
|
-
className: At,
|
|
1258
|
-
"aria-hidden": "true",
|
|
1259
|
-
children: /* @__PURE__ */ P("div", { className: jt })
|
|
1260
|
-
}), Nt = "cache-first", K = "detail-page", q = "detail-layout", J = "list", Pt = "picker", Ft = "tool", Y = (e) => e.kind === "list-detail", It = (e) => e.kind === "tool", X = (e, t, n) => t === K ? `${e}:${t}:${n ?? ""}` : `${e}:${t}`, Lt = (e) => e instanceof Error ? e : Error(String(e)), Z = (e) => e?.status !== "loaded" || e.module == null ? null : e.module, Q = (e, t) => {
|
|
1261
|
-
let n = e[t];
|
|
1262
|
-
if (n == null) throw Error(`Unknown backoffice entity: ${t}`);
|
|
1263
|
-
return n;
|
|
1264
|
-
}, Rt = (e, t) => {
|
|
1265
|
-
let n = /* @__PURE__ */ new Map(), r = (t) => e[t] ?? null, i = async (e, t, r) => {
|
|
1266
|
-
if ((t?.mode ?? Nt) === "cache-first") {
|
|
1267
|
-
let t = Z(n.get(e));
|
|
1268
|
-
if (t != null) return t;
|
|
1269
|
-
let r = n.get(e);
|
|
1270
|
-
if (r?.status === "loading" && r.promise != null) return r.promise;
|
|
1271
|
-
}
|
|
1272
|
-
let i = r().then((t) => (n.set(e, {
|
|
1273
|
-
status: "loaded",
|
|
1274
|
-
module: t
|
|
1275
|
-
}), t)).catch((t) => {
|
|
1276
|
-
let r = Lt(t);
|
|
1277
|
-
throw n.set(e, {
|
|
1278
|
-
status: "error",
|
|
1279
|
-
error: r
|
|
1280
|
-
}), r;
|
|
1281
|
-
});
|
|
1282
|
-
return n.set(e, {
|
|
1283
|
-
status: "loading",
|
|
1284
|
-
promise: i
|
|
1285
|
-
}), i;
|
|
1286
|
-
};
|
|
1287
|
-
return {
|
|
1288
|
-
getManifest: r,
|
|
1289
|
-
getLoadedListEntity: (e) => Z(n.get(X(e, J))),
|
|
1290
|
-
getLoadedPickerEntity: (e) => Z(n.get(X(e, Pt))),
|
|
1291
|
-
getLoadedDetailLayoutEntity: (e) => Z(n.get(X(e, q))),
|
|
1292
|
-
getLoadedDetailPageEntity: (e, t) => Z(n.get(X(e, K, t))),
|
|
1293
|
-
getLoadedToolEntity: (e) => Z(n.get(X(e, Ft))),
|
|
1294
|
-
loadListEntity: async (n, r) => {
|
|
1295
|
-
let a = Q(e, n);
|
|
1296
|
-
if (!Y(a)) throw Error(`Backoffice entity ${n} does not expose a list facet.`);
|
|
1297
|
-
let o = a.facets.list;
|
|
1298
|
-
if (o == null) throw Error(`Backoffice entity ${n} does not expose a list facet.`);
|
|
1299
|
-
return i(X(n, J), r, async () => {
|
|
1300
|
-
let e = I(a, await o(), t);
|
|
1301
|
-
if (e.kind !== J) throw Error(`Backoffice entity ${n} did not resolve to a list facet.`);
|
|
1302
|
-
return e;
|
|
1303
|
-
});
|
|
1304
|
-
},
|
|
1305
|
-
loadPickerEntity: async (n, r) => {
|
|
1306
|
-
let a = Q(e, n);
|
|
1307
|
-
if (!Y(a)) throw Error(`Backoffice entity ${n} does not expose a picker facet.`);
|
|
1308
|
-
let o = a.facets.picker;
|
|
1309
|
-
if (o == null) throw Error(`Backoffice entity ${n} does not expose a picker facet.`);
|
|
1310
|
-
return i(X(n, Pt), r, async () => {
|
|
1311
|
-
let e = I(a, await o(), t);
|
|
1312
|
-
if (e.kind !== Pt) throw Error(`Backoffice entity ${n} did not resolve to a picker facet.`);
|
|
1313
|
-
return e;
|
|
1314
|
-
});
|
|
1315
|
-
},
|
|
1316
|
-
loadDetailLayoutEntity: async (n, r) => {
|
|
1317
|
-
let a = Q(e, n);
|
|
1318
|
-
if (!Y(a)) throw Error(`Backoffice entity ${n} does not expose a detail-layout facet.`);
|
|
1319
|
-
return i(X(n, q), r, async () => {
|
|
1320
|
-
let e = I(a, await a.facets.detailLayout(), t);
|
|
1321
|
-
if (e.kind !== q) throw Error(`Backoffice entity ${n} did not resolve to a detail-layout facet.`);
|
|
1322
|
-
return e;
|
|
1323
|
-
});
|
|
1324
|
-
},
|
|
1325
|
-
loadDetailPageEntity: async (n, r, a) => {
|
|
1326
|
-
let o = Q(e, n);
|
|
1327
|
-
if (!Y(o)) throw Error(`Backoffice entity ${n} does not expose a detail-page facet.`);
|
|
1328
|
-
return i(X(n, K, r), a, async () => {
|
|
1329
|
-
let e = I(o, await o.facets.detailPage(r), t);
|
|
1330
|
-
if (e.kind !== K) throw Error(`Backoffice entity ${n} did not resolve to a detail-page facet.`);
|
|
1331
|
-
return e;
|
|
1332
|
-
});
|
|
1333
|
-
},
|
|
1334
|
-
loadToolEntity: async (n, r) => {
|
|
1335
|
-
let a = Q(e, n);
|
|
1336
|
-
if (!It(a)) throw Error(`Backoffice entity ${n} does not expose a tool facet.`);
|
|
1337
|
-
return i(X(n, Ft), r, async () => {
|
|
1338
|
-
let e = I(a, await a.facets.tool(), t);
|
|
1339
|
-
if (e.kind !== Ft) throw Error(`Backoffice entity ${n} did not resolve to a tool facet.`);
|
|
1340
|
-
return e;
|
|
1341
|
-
});
|
|
1342
|
-
}
|
|
1343
|
-
};
|
|
1344
|
-
}, zt = (e) => e.trim() === "" || e === "/" ? "/" : e.startsWith("/") ? e.endsWith("/") ? e.slice(0, -1) : e : `/${e}`, Bt = (e, t) => {
|
|
1345
|
-
let n = zt(t), r = zt(e);
|
|
1346
|
-
return r === "/" || n === r || n.startsWith(`${r}/`) ? n : n === "/" ? r : `${r}${n}`;
|
|
1347
|
-
}, Vt = (e, t) => Object.fromEntries(Object.entries(e).map(([e, n]) => [e, {
|
|
1348
|
-
...n,
|
|
1349
|
-
routes: {
|
|
1350
|
-
list: Bt(t, n.routes.list),
|
|
1351
|
-
detail: (e) => Bt(t, n.routes.detail(e)),
|
|
1352
|
-
detailPage: (e, r) => Bt(t, n.routes.detailPage(e, r))
|
|
1353
|
-
}
|
|
1354
|
-
}])), Ht = ({ routes: e, context: t, instrumentations: n }) => {
|
|
1355
|
-
let [r, i] = O(null);
|
|
1356
|
-
return E(() => {
|
|
1357
|
-
let r = Ae(e, {
|
|
1358
|
-
context: t,
|
|
1359
|
-
instrumentations: n
|
|
1360
|
-
});
|
|
1361
|
-
return i(r), () => {
|
|
1362
|
-
r.cleanup();
|
|
1363
|
-
};
|
|
1364
|
-
}, [
|
|
1365
|
-
t,
|
|
1366
|
-
n,
|
|
1367
|
-
e
|
|
1368
|
-
]), r;
|
|
1369
|
-
}, Ut = ({ routes: e, instrumentations: t }) => {
|
|
1370
|
-
let n = s(), r = Ht({
|
|
1371
|
-
routes: e,
|
|
1372
|
-
context: D(() => ({ relayEnvironment: n }), [n]),
|
|
1373
|
-
instrumentations: t
|
|
1374
|
-
});
|
|
1375
|
-
return r == null ? /* @__PURE__ */ P(kt, {}) : /* @__PURE__ */ P(ke.Provider, {
|
|
1376
|
-
value: r.context,
|
|
1377
|
-
children: /* @__PURE__ */ P(Oe, {
|
|
1378
|
-
enableTransition: !0,
|
|
1379
|
-
fallback: /* @__PURE__ */ P(kt, {}),
|
|
1380
|
-
pending: /* @__PURE__ */ P(Mt, {})
|
|
1381
|
-
})
|
|
1382
|
-
});
|
|
1383
|
-
}, Wt = (e) => {
|
|
1384
|
-
let t = zt(e.basePath ?? "/"), n = D(() => Vt(e.entityManifest, t), [t, e.entityManifest]), r = D(() => Rt(n, { basePath: t }), [t, n]), i = e.graphql;
|
|
1385
|
-
E(() => {
|
|
1386
|
-
o({
|
|
1387
|
-
httpUrl: i.httpUrl ?? i.endpoint,
|
|
1388
|
-
wsUrl: i.wsUrl ?? i.wsEndpoint,
|
|
1389
|
-
getDataId: i.getDataId,
|
|
1390
|
-
logEvents: i.logEvents,
|
|
1391
|
-
getAuthHeaders: i.getAuthHeaders
|
|
1392
|
-
});
|
|
1393
|
-
}, [
|
|
1394
|
-
i.endpoint,
|
|
1395
|
-
i.getAuthHeaders,
|
|
1396
|
-
i.getDataId,
|
|
1397
|
-
i.httpUrl,
|
|
1398
|
-
i.logEvents,
|
|
1399
|
-
i.wsEndpoint,
|
|
1400
|
-
i.wsUrl
|
|
1401
|
-
]);
|
|
1402
|
-
let a = D(() => tt(e.i18n?.resources ?? {}), [e.i18n?.resources]), s = D(() => e.i18n?.instance ?? we(), [e.i18n?.instance]), [l, u] = O(s.isInitialized);
|
|
1403
|
-
E(() => {
|
|
1404
|
-
let t = !0, n = () => {
|
|
1405
|
-
t && u(!0);
|
|
1406
|
-
};
|
|
1407
|
-
if (s.on("initialized", n), s.isInitialized) return n(), () => {
|
|
1408
|
-
t = !1, s.off("initialized", n);
|
|
1409
|
-
};
|
|
1410
|
-
let r = globalThis.setTimeout(() => {
|
|
1411
|
-
s.isInitialized && n();
|
|
1412
|
-
}, 0), i = e.i18n?.initOptions ?? {}, o = i.defaultNS ?? "translations", c = i.ns ?? [
|
|
1413
|
-
"backofficeReact",
|
|
1414
|
-
"translations",
|
|
1415
|
-
"ui"
|
|
1416
|
-
];
|
|
1417
|
-
return Je({
|
|
1418
|
-
resources: a,
|
|
1419
|
-
lng: e.i18n?.lng,
|
|
1420
|
-
fallbackLng: e.i18n?.fallbackLng,
|
|
1421
|
-
initOptions: {
|
|
1422
|
-
...i,
|
|
1423
|
-
defaultNS: o,
|
|
1424
|
-
ns: c,
|
|
1425
|
-
react: {
|
|
1426
|
-
useSuspense: !1,
|
|
1427
|
-
...i.react
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
instance: s,
|
|
1431
|
-
useLanguageDetector: e.i18n?.useLanguageDetector,
|
|
1432
|
-
detection: e.i18n?.detection
|
|
1433
|
-
}).then(n).catch((e) => {
|
|
1434
|
-
n(), console.error(e);
|
|
1435
|
-
}), () => {
|
|
1436
|
-
t = !1, globalThis.clearTimeout(r), s.off("initialized", n);
|
|
1437
|
-
};
|
|
1438
|
-
}, [
|
|
1439
|
-
s,
|
|
1440
|
-
a,
|
|
1441
|
-
e.i18n?.initOptions,
|
|
1442
|
-
e.i18n?.detection,
|
|
1443
|
-
e.i18n?.fallbackLng,
|
|
1444
|
-
e.i18n?.lng,
|
|
1445
|
-
e.i18n?.useLanguageDetector
|
|
1446
|
-
]);
|
|
1447
|
-
let d = D(() => ({
|
|
1448
|
-
basePath: t,
|
|
1449
|
-
entities: n,
|
|
1450
|
-
entityManifest: n,
|
|
1451
|
-
entityRegistry: r,
|
|
1452
|
-
filterColumnAliases: e.filterColumnAliases,
|
|
1453
|
-
sidebar: e.sidebar,
|
|
1454
|
-
dashboard: e.dashboard,
|
|
1455
|
-
auth: e.auth,
|
|
1456
|
-
graphql: e.graphql
|
|
1457
|
-
}), [
|
|
1458
|
-
t,
|
|
1459
|
-
e.auth,
|
|
1460
|
-
e.dashboard,
|
|
1461
|
-
n,
|
|
1462
|
-
r,
|
|
1463
|
-
e.filterColumnAliases,
|
|
1464
|
-
e.graphql,
|
|
1465
|
-
e.sidebar
|
|
1466
|
-
]), f = D(() => Tt({
|
|
1467
|
-
basePath: t,
|
|
1468
|
-
entityManifest: n,
|
|
1469
|
-
entityRegistry: r,
|
|
1470
|
-
sidebar: e.sidebar,
|
|
1471
|
-
auth: e.auth,
|
|
1472
|
-
dashboard: e.dashboard,
|
|
1473
|
-
toolsOperationPage: e.toolsOperationPage
|
|
1474
|
-
}), [
|
|
1475
|
-
t,
|
|
1476
|
-
n,
|
|
1477
|
-
r,
|
|
1478
|
-
e.auth,
|
|
1479
|
-
e.dashboard,
|
|
1480
|
-
e.toolsOperationPage,
|
|
1481
|
-
e.sidebar
|
|
1482
|
-
]), p = /* @__PURE__ */ P(Ot, { label: "Loading..." });
|
|
1483
|
-
return l && (p = /* @__PURE__ */ P(Le, { children: /* @__PURE__ */ P(rt, { children: /* @__PURE__ */ F(c, {
|
|
1484
|
-
value: d,
|
|
1485
|
-
children: [e.overlay, /* @__PURE__ */ P(Ut, {
|
|
1486
|
-
routes: f,
|
|
1487
|
-
instrumentations: e.instrumentations
|
|
1488
|
-
})]
|
|
1489
|
-
}) }) })), /* @__PURE__ */ P(be, { children: /* @__PURE__ */ P(Te, {
|
|
1490
|
-
i18n: s,
|
|
1491
|
-
children: p
|
|
1492
|
-
}) });
|
|
1493
|
-
}, Gt = (e) => {
|
|
1494
|
-
let t = null, n = null;
|
|
1495
|
-
return {
|
|
1496
|
-
get: () => t,
|
|
1497
|
-
load: async () => t ?? (n ??= e().then((e) => (t = e, e)).finally(() => {
|
|
1498
|
-
n = null;
|
|
1499
|
-
}), n)
|
|
1500
|
-
};
|
|
1501
|
-
}, Kt = (e, t) => {
|
|
1502
|
-
let n = e ?? [], r = t ?? [];
|
|
1503
|
-
return n.length === r.length ? n.every((e, t) => e === r[t]) : !1;
|
|
1504
|
-
};
|
|
1505
|
-
function $(e, t, n) {
|
|
1506
|
-
let { filters: r } = e.list;
|
|
1507
|
-
return r.find((e) => String(e.whereKey ?? e.id) === t && Kt(e.path, n)) ?? null;
|
|
1508
|
-
}
|
|
1509
|
-
function qt(e, t, n) {
|
|
1510
|
-
let r = $(e, t);
|
|
1511
|
-
if (r != null) return r;
|
|
1512
|
-
let { [t]: i } = n ?? {};
|
|
1513
|
-
if (i != null) {
|
|
1514
|
-
let t = $(e, i);
|
|
1515
|
-
if (t != null) return t;
|
|
1516
|
-
}
|
|
1517
|
-
return $(e, `${t}Contains`) ?? null;
|
|
1518
|
-
}
|
|
1519
|
-
function Jt(e, t) {
|
|
1520
|
-
return t == null ? !1 : e.kind === "boolean" ? typeof t == "boolean" : e.kind === "entityId" ? typeof t == "string" && t.trim() !== "" : e.kind === "number" ? typeof t == "number" && Number.isFinite(t) : e.kind === "datetime" ? typeof t == "string" && t.trim() !== "" : typeof t == "number" || typeof t != "string" ? !1 : t.trim() !== "";
|
|
1521
|
-
}
|
|
1522
|
-
//#endregion
|
|
1523
|
-
//#region src/components/backoffice/filters/backofficeFilterAction.css.ts
|
|
1524
|
-
var Yt = "hwnq700 txvbqb9jg txvbqbcp txvbqbdoy txvbqbtxy txvbqbc6y txvbqblag txvbqb1rg txvbqb1cp txvbqb1qg txvbqbwp txvbqbv45 txvbqbvaz txvbqbv txvbqb3b txvbqb78 txvbqb6w txvbqb7k", Xt = "txvbqbtx7 txvbqbc67", Zt = (e, t) => e(t), Qt = (e) => {
|
|
1525
|
-
let { t } = k(), { t: n } = u(), { filterColumnAliases: r } = l(), { whereKey: i, value: a, path: o, label: s, listConfig: c } = e, d = ne(), f = null;
|
|
1526
|
-
if (c == null ? d != null && (f = d.config) : f = c, f == null) return null;
|
|
1527
|
-
let p = $(f, i, o);
|
|
1528
|
-
if (p == null && o == null && (p = qt(f, i, r)), p == null || !Jt(p, a)) return null;
|
|
1529
|
-
let m = Zt(p.label, t), h = s ?? n("filters.actions.filterBy", { label: m }), g = /* @__PURE__ */ P(Fe, {
|
|
1530
|
-
width: 14,
|
|
1531
|
-
height: 14,
|
|
1532
|
-
className: Xt,
|
|
1533
|
-
"aria-hidden": "true"
|
|
1534
|
-
});
|
|
1535
|
-
if (d != null) return /* @__PURE__ */ P("button", {
|
|
1536
|
-
type: "button",
|
|
1537
|
-
className: Yt,
|
|
1538
|
-
title: h,
|
|
1539
|
-
"aria-label": h,
|
|
1540
|
-
onClick: () => {
|
|
1541
|
-
d.applyFilter(i, a, o);
|
|
1542
|
-
},
|
|
1543
|
-
children: g
|
|
1544
|
-
});
|
|
1545
|
-
let _ = Ve(f.listDefaults?.where ?? f.list.defaultState?.where ?? null, i, a, o);
|
|
1546
|
-
return /* @__PURE__ */ P(A, {
|
|
1547
|
-
to: L(f, { where: _ }),
|
|
1548
|
-
className: Yt,
|
|
1549
|
-
title: h,
|
|
1550
|
-
"aria-label": h,
|
|
1551
|
-
children: g
|
|
1552
|
-
});
|
|
1553
|
-
}, $t = "txvbqb9ip txvbqbai7 txvbqbap7", en = "txvbqb9ip txvbqbai7 txvbqbaop", tn = "txvbqb9iy txvbqbbwy txvbqbap7 txvbqbcg", nn = "txvbqb9ip txvbqbai7 txvbqbap7", rn = "txvbqb9ip txvbqbai7 txvbqbap7", an = ({ summary: e, aside: t, children: n, className: r }) => {
|
|
1554
|
-
let i = null;
|
|
1555
|
-
e != null && (i = /* @__PURE__ */ P("div", {
|
|
1556
|
-
className: en,
|
|
1557
|
-
children: e
|
|
1558
|
-
}));
|
|
1559
|
-
let a = null;
|
|
1560
|
-
t != null && (a = /* @__PURE__ */ P("aside", {
|
|
1561
|
-
className: rn,
|
|
1562
|
-
children: t
|
|
1563
|
-
}));
|
|
1564
|
-
let o = null;
|
|
1565
|
-
return (n != null || a != null) && (o = /* @__PURE__ */ P("div", {
|
|
1566
|
-
className: nn,
|
|
1567
|
-
children: n
|
|
1568
|
-
})), /* @__PURE__ */ F("div", {
|
|
1569
|
-
className: M($t, r),
|
|
1570
|
-
children: [i, /* @__PURE__ */ F("div", {
|
|
1571
|
-
className: tn,
|
|
1572
|
-
children: [o, a]
|
|
1573
|
-
})]
|
|
1574
|
-
});
|
|
1575
|
-
}, on = "kk18lv0 txvbqbnvy txvbqboj7 txvbqbp67 txvbqblxy txvbqb9jg txvbqbcp txvbqbdoy txvbqbany txvbqbk87 txvbqbv9z txvbqbv43 txvbqbwp txvbqb1qg txvbqb1dg txvbqb1t7 txvbqbamp txvbqbfag txvbqb3b txvbqb78 txvbqb6w txvbqb7k", sn = "txvbqbk6g txvbqbt6y txvbqbakg", cn = "kk18lv1 txvbqbaj7 txvbqbva1 txvbqb8y txvbqbfag txvbqb78 txvbqb6w txvbqb7k", ln = ({ count: e, entity: t, where: n }) => {
|
|
1576
|
-
let { t: r } = k(), { t: i } = u(), { entities: a, entityRegistry: o } = l(), s = xe(ke), c = 0;
|
|
1577
|
-
typeof e == "number" && Number.isFinite(e) && (c = e);
|
|
1578
|
-
let d = a[t];
|
|
1579
|
-
if (d == null) return /* @__PURE__ */ P("span", { children: c });
|
|
1580
|
-
let f = i("relations.openFilteredList", { label: d.label(r) }), p = o.getLoadedListEntity(t), m;
|
|
1581
|
-
m = p == null ? Be(d.routes.list, n) : L(p.config, { where: n });
|
|
1582
|
-
let h = async (e) => {
|
|
1583
|
-
let r = L((await o.loadListEntity(t)).config, { where: n }), i = "";
|
|
1584
|
-
r.search !== "" && (i = `?${r.search}`), e.push({
|
|
1585
|
-
pathname: r.pathname,
|
|
1586
|
-
search: i,
|
|
1587
|
-
hash: ""
|
|
1588
|
-
});
|
|
1589
|
-
};
|
|
1590
|
-
return /* @__PURE__ */ F(A, {
|
|
1591
|
-
to: m,
|
|
1592
|
-
className: on,
|
|
1593
|
-
title: f,
|
|
1594
|
-
"aria-label": f,
|
|
1595
|
-
onClick: (e) => {
|
|
1596
|
-
if (p != null || s == null || e.defaultPrevented || e.button !== 0 || e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) return;
|
|
1597
|
-
e.preventDefault();
|
|
1598
|
-
let { history: t } = s;
|
|
1599
|
-
h(t).catch(() => {
|
|
1600
|
-
if (typeof m == "string") {
|
|
1601
|
-
let e = new URL(m, window.location.origin);
|
|
1602
|
-
t.push({
|
|
1603
|
-
pathname: e.pathname,
|
|
1604
|
-
search: e.search,
|
|
1605
|
-
hash: e.hash
|
|
1606
|
-
});
|
|
1607
|
-
return;
|
|
1608
|
-
}
|
|
1609
|
-
let e = "";
|
|
1610
|
-
m.search !== "" && (e = `?${m.search}`), t.push({
|
|
1611
|
-
pathname: m.pathname,
|
|
1612
|
-
search: e,
|
|
1613
|
-
hash: ""
|
|
1614
|
-
});
|
|
1615
|
-
});
|
|
1616
|
-
},
|
|
1617
|
-
children: [/* @__PURE__ */ P("span", {
|
|
1618
|
-
className: sn,
|
|
1619
|
-
children: c
|
|
1620
|
-
}), /* @__PURE__ */ P("span", {
|
|
1621
|
-
className: cn,
|
|
1622
|
-
"aria-hidden": "true",
|
|
1623
|
-
children: "›"
|
|
1624
|
-
})]
|
|
1625
|
-
});
|
|
1626
|
-
}, un = "txvbqb9ip", dn = "txvbqb9ip txvbqbai7 txvbqbaop", fn = ({ headerNode: e, tabs: t, activeId: n, children: r }) => {
|
|
1627
|
-
let i = null;
|
|
1628
|
-
return t != null && t.length > 1 && n != null && (i = /* @__PURE__ */ P(Me, {
|
|
1629
|
-
items: t,
|
|
1630
|
-
activeId: n,
|
|
1631
|
-
onChange: () => {},
|
|
1632
|
-
className: un
|
|
1633
|
-
})), /* @__PURE__ */ P(Ne, {
|
|
1634
|
-
headerNode: e,
|
|
1635
|
-
tabsNode: i,
|
|
1636
|
-
children: /* @__PURE__ */ P("div", {
|
|
1637
|
-
className: dn,
|
|
1638
|
-
children: r
|
|
1639
|
-
})
|
|
1640
|
-
});
|
|
1641
|
-
}, pn = "txvbqb9jg txvbqbcp txvbqbany txvbqbajp txvbqbjep txvbqbk5y", mn = ({ children: e, className: t }) => /* @__PURE__ */ P("span", {
|
|
1642
|
-
className: M(pn, t),
|
|
1643
|
-
children: e
|
|
1644
|
-
});
|
|
1645
|
-
//#endregion
|
|
1646
|
-
//#region ../../node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js
|
|
1647
|
-
function hn(e, t) {
|
|
1648
|
-
if (typeof e != "object" || !e) return e;
|
|
1649
|
-
var n = e[Symbol.toPrimitive];
|
|
1650
|
-
if (n !== void 0) {
|
|
1651
|
-
var r = n.call(e, t || "default");
|
|
1652
|
-
if (typeof r != "object") return r;
|
|
1653
|
-
throw TypeError("@@toPrimitive must return a primitive value.");
|
|
1654
|
-
}
|
|
1655
|
-
return (t === "string" ? String : Number)(e);
|
|
1656
|
-
}
|
|
1657
|
-
function gn(e) {
|
|
1658
|
-
var t = hn(e, "string");
|
|
1659
|
-
return typeof t == "symbol" ? t : String(t);
|
|
1660
|
-
}
|
|
1661
|
-
function _n(e, t, n) {
|
|
1662
|
-
return t = gn(t), t in e ? Object.defineProperty(e, t, {
|
|
1663
|
-
value: n,
|
|
1664
|
-
enumerable: !0,
|
|
1665
|
-
configurable: !0,
|
|
1666
|
-
writable: !0
|
|
1667
|
-
}) : e[t] = n, e;
|
|
1668
|
-
}
|
|
1669
|
-
function vn(e, t) {
|
|
1670
|
-
var n = Object.keys(e);
|
|
1671
|
-
if (Object.getOwnPropertySymbols) {
|
|
1672
|
-
var r = Object.getOwnPropertySymbols(e);
|
|
1673
|
-
t && (r = r.filter(function(t) {
|
|
1674
|
-
return Object.getOwnPropertyDescriptor(e, t).enumerable;
|
|
1675
|
-
})), n.push.apply(n, r);
|
|
1676
|
-
}
|
|
1677
|
-
return n;
|
|
1678
|
-
}
|
|
1679
|
-
function yn(e) {
|
|
1680
|
-
for (var t = 1; t < arguments.length; t++) {
|
|
1681
|
-
var n = arguments[t] == null ? {} : arguments[t];
|
|
1682
|
-
t % 2 ? vn(Object(n), !0).forEach(function(t) {
|
|
1683
|
-
_n(e, t, n[t]);
|
|
1684
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : vn(Object(n)).forEach(function(t) {
|
|
1685
|
-
Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
|
|
1686
|
-
});
|
|
1687
|
-
}
|
|
1688
|
-
return e;
|
|
1689
|
-
}
|
|
1690
|
-
function bn(e, t) {
|
|
1691
|
-
var n = {};
|
|
1692
|
-
for (var r in e) n[r] = t(e[r], r);
|
|
1693
|
-
return n;
|
|
1694
|
-
}
|
|
1695
|
-
var xn = (e, t, n) => {
|
|
1696
|
-
for (var r of Object.keys(e)) if (e[r] !== (t[r] ?? n[r])) return !1;
|
|
1697
|
-
return !0;
|
|
1698
|
-
}, Sn = (e) => {
|
|
1699
|
-
var t = (t) => {
|
|
1700
|
-
var n = e.defaultClassName, r = yn(yn({}, e.defaultVariants), t);
|
|
1701
|
-
for (var i in r) {
|
|
1702
|
-
var a = r[i] ?? e.defaultVariants[i];
|
|
1703
|
-
if (a != null) {
|
|
1704
|
-
var o = a;
|
|
1705
|
-
typeof o == "boolean" && (o = o === !0 ? "true" : "false");
|
|
1706
|
-
var s = e.variantClassNames[i][o];
|
|
1707
|
-
s && (n += " " + s);
|
|
1708
|
-
}
|
|
1709
|
-
}
|
|
1710
|
-
for (var [c, l] of e.compoundVariants) xn(c, r, e.defaultVariants) && (n += " " + l);
|
|
1711
|
-
return n;
|
|
1712
|
-
};
|
|
1713
|
-
return t.variants = () => Object.keys(e.variantClassNames), t.classNames = {
|
|
1714
|
-
get base() {
|
|
1715
|
-
return e.defaultClassName.split(" ")[0];
|
|
1716
|
-
},
|
|
1717
|
-
get variants() {
|
|
1718
|
-
return bn(e.variantClassNames, (e) => bn(e, (e) => e.split(" ")[0]));
|
|
1719
|
-
}
|
|
1720
|
-
}, t;
|
|
1721
|
-
}, Cn = "_1q232kj0 txvbqbcp txvbqb8v7 txvbqbjep txvbqbk5y txvbqb7q", wn = "txvbqb9jg txvbqbcp txvbqbdoy", Tn = "txvbqb9jg txvbqbcp txvbqbany txvbqbk5y txvbqbjep", En = Sn({
|
|
1722
|
-
defaultClassName: "_1q232kj1 txvbqbk5y txvbqbjep",
|
|
1723
|
-
variantClassNames: { wrap: {
|
|
1724
|
-
false: "_1q232kj2 txvbqbl7g txvbqbt7g txvbqbuxg",
|
|
1725
|
-
true: "_1q232kj3 txvbqbuxp txvbqbuu7"
|
|
1726
|
-
} },
|
|
1727
|
-
defaultVariants: { wrap: !1 },
|
|
1728
|
-
compoundVariants: []
|
|
1729
|
-
}), Dn = "_1q232kj4 txvbqb9jg txvbqbcp txvbqbany txvbqbk5y txvbqbjep txvbqbvaz txvbqbamp txvbqb3b txvbqb78 txvbqb6w txvbqb7k", On = "_1q232kj5 txvbqbaj7 txvbqbva1", kn = ({ filterAction: e, children: t, href: n, title: r, openInNewTab: i = !1, wrap: a = !1, className: o }) => {
|
|
1730
|
-
let s = /* @__PURE__ */ P("span", {
|
|
1731
|
-
className: En({ wrap: a }),
|
|
1732
|
-
children: t
|
|
1733
|
-
}), c = /* @__PURE__ */ P("span", {
|
|
1734
|
-
className: Tn,
|
|
1735
|
-
children: s
|
|
1736
|
-
});
|
|
1737
|
-
if (n != null && n.trim() !== "") {
|
|
1738
|
-
let e = {};
|
|
1739
|
-
i && (e = {
|
|
1740
|
-
target: "_blank",
|
|
1741
|
-
rel: "noreferrer"
|
|
1742
|
-
}), c = /* @__PURE__ */ F(A, {
|
|
1743
|
-
to: n,
|
|
1744
|
-
className: Dn,
|
|
1745
|
-
title: r,
|
|
1746
|
-
...e,
|
|
1747
|
-
children: [s, /* @__PURE__ */ P(Pe, {
|
|
1748
|
-
className: On,
|
|
1749
|
-
"aria-hidden": "true"
|
|
1750
|
-
})]
|
|
1751
|
-
});
|
|
1752
|
-
}
|
|
1753
|
-
return /* @__PURE__ */ F("span", {
|
|
1754
|
-
className: M(Cn, o),
|
|
1755
|
-
children: [/* @__PURE__ */ P("span", {
|
|
1756
|
-
className: wn,
|
|
1757
|
-
children: e
|
|
1758
|
-
}), c]
|
|
1759
|
-
});
|
|
1760
|
-
}, An = [];
|
|
1761
|
-
function jn() {
|
|
1762
|
-
return Reflect.get(N, "default") ?? N;
|
|
1763
|
-
}
|
|
1764
|
-
var Mn = jn();
|
|
1765
|
-
function Nn(e, n) {
|
|
1766
|
-
let r = Mn.useRelayEnvironment(), [i, o] = O(null), [s, c] = O(!1), [l, u] = O(!1), d = Ce(a, () => t().generation, () => t().generation), { enabled: f = !0, deps: p = An, getVariables: m } = n, h = T(() => {
|
|
1767
|
-
try {
|
|
1768
|
-
return m == null ? e.variables : m();
|
|
1769
|
-
} catch {
|
|
1770
|
-
return null;
|
|
1771
|
-
}
|
|
1772
|
-
}, [e.variables, m]), g = D(() => h(), [h]), _ = D(() => {
|
|
1773
|
-
if (g == null) return null;
|
|
1774
|
-
try {
|
|
1775
|
-
return JSON.stringify(g);
|
|
1776
|
-
} catch {
|
|
1777
|
-
return null;
|
|
1778
|
-
}
|
|
1779
|
-
}, [g]), v = !!f, y = v && g != null && s && i == null && !l, b = Se(null);
|
|
1780
|
-
return E(() => {
|
|
1781
|
-
let t = null, n = h();
|
|
1782
|
-
return v && n != null && (o(null), u(!1), c(!0), t = Mn.requestSubscription(r, {
|
|
1783
|
-
subscription: e.subscription,
|
|
1784
|
-
variables: n,
|
|
1785
|
-
cacheConfig: e.cacheConfig,
|
|
1786
|
-
configs: e.configs,
|
|
1787
|
-
onCompleted: () => {
|
|
1788
|
-
u(!0), c(!1), e.onCompleted?.();
|
|
1789
|
-
},
|
|
1790
|
-
onError: (t) => {
|
|
1791
|
-
o(t), c(!1), e.onError?.(t);
|
|
1792
|
-
},
|
|
1793
|
-
onNext: e.onNext,
|
|
1794
|
-
updater: e.updater
|
|
1795
|
-
}), b.current = t), () => {
|
|
1796
|
-
if (c(!1), t != null) try {
|
|
1797
|
-
t.dispose();
|
|
1798
|
-
} catch {}
|
|
1799
|
-
b.current === t && (b.current = null);
|
|
1800
|
-
};
|
|
1801
|
-
}, [
|
|
1802
|
-
e,
|
|
1803
|
-
p,
|
|
1804
|
-
r,
|
|
1805
|
-
v,
|
|
1806
|
-
h,
|
|
1807
|
-
_,
|
|
1808
|
-
d
|
|
1809
|
-
]), {
|
|
1810
|
-
active: y,
|
|
1811
|
-
completed: l,
|
|
1812
|
-
error: i
|
|
1813
|
-
};
|
|
1814
|
-
}
|
|
1815
|
-
//#endregion
|
|
1816
|
-
//#region src/hooks/useCopyToClipboard.ts
|
|
1817
|
-
var Pn = "copy-to-clipboard-fallback";
|
|
1818
|
-
function Fn(e) {
|
|
1819
|
-
if (typeof document > "u") return;
|
|
1820
|
-
let t = document.getElementById(Pn);
|
|
1821
|
-
t ?? (t = document.createElement("textarea"), t.id = Pn, t.setAttribute("readonly", ""), t.style.position = "absolute", t.style.left = "-9999px", t.style.top = "0", t.style.opacity = "0", document.body.appendChild(t)), t.value = e, t.select(), document.execCommand("copy");
|
|
1822
|
-
}
|
|
1823
|
-
function In(e = 2e3) {
|
|
1824
|
-
let [t, n] = O(null), r = Se(null);
|
|
1825
|
-
return E(() => () => {
|
|
1826
|
-
r.current != null && window.clearTimeout(r.current);
|
|
1827
|
-
}, []), {
|
|
1828
|
-
copiedKey: t,
|
|
1829
|
-
copy: T(async (t, i) => {
|
|
1830
|
-
let a = !1, o;
|
|
1831
|
-
if (typeof navigator < "u" && (o = navigator.clipboard), o != null) try {
|
|
1832
|
-
await o.writeText(t), a = !0;
|
|
1833
|
-
} catch {
|
|
1834
|
-
a = !1;
|
|
1835
|
-
}
|
|
1836
|
-
return a ||= (Fn(t), !0), i != null && (n(i), r.current != null && window.clearTimeout(r.current), r.current = window.setTimeout(() => {
|
|
1837
|
-
n(null), r.current = null;
|
|
1838
|
-
}, e)), a;
|
|
1839
|
-
}, [e])
|
|
1840
|
-
};
|
|
1841
|
-
}
|
|
1842
|
-
//#endregion
|
|
1843
|
-
//#region src/hooks/useRefetchNeededReload.ts
|
|
1844
|
-
function Ln(e) {
|
|
1845
|
-
let [t, n] = O(null);
|
|
1846
|
-
return E(() => {
|
|
1847
|
-
n(null);
|
|
1848
|
-
}, [e]), {
|
|
1849
|
-
reason: t,
|
|
1850
|
-
onRefetchNeeded: T((e) => {
|
|
1851
|
-
n(e ?? "UNKNOWN");
|
|
1852
|
-
}, []),
|
|
1853
|
-
reload: T(() => {
|
|
1854
|
-
window.location.reload();
|
|
1855
|
-
}, []),
|
|
1856
|
-
clear: T(() => {
|
|
1857
|
-
n(null);
|
|
1858
|
-
}, [])
|
|
1859
|
-
};
|
|
1860
|
-
}
|
|
1861
|
-
//#endregion
|
|
1862
|
-
//#region src/i18n/useReviewStatusLabel.ts
|
|
1863
|
-
function Rn() {
|
|
1864
|
-
let { t: e } = u();
|
|
1865
|
-
function t(t) {
|
|
1866
|
-
if (t == null) return e("review.status.unknown");
|
|
1867
|
-
switch (t) {
|
|
1868
|
-
case "APPROVED": return e("review.status.approved");
|
|
1869
|
-
case "CHANGES_REQUESTED": return e("review.status.changesRequested");
|
|
1870
|
-
case "PENDING": return e("review.status.pending");
|
|
1871
|
-
default: return e("review.status.unknown");
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
return { getReviewStatusLabel: t };
|
|
1875
|
-
}
|
|
1876
|
-
//#endregion
|
|
1877
|
-
//#region src/modules/base64.ts
|
|
1878
|
-
function zn(e) {
|
|
1879
|
-
if (typeof e != "string") throw TypeError("encodeUtf8ToBase64 expects a string input.");
|
|
1880
|
-
if (typeof globalThis.btoa == "function") {
|
|
1881
|
-
let t = encodeURIComponent(e).replace(/%([0-9A-F]{2})/g, (e, t) => String.fromCharCode(Number.parseInt(t, 16)));
|
|
1882
|
-
return globalThis.btoa(t);
|
|
1883
|
-
}
|
|
1884
|
-
throw Error("No base64 encoder is available in this environment.");
|
|
1885
|
-
}
|
|
1886
|
-
function Bn(e) {
|
|
1887
|
-
if (typeof e != "string") throw TypeError("decodeBase64ToUtf8 expects a string input.");
|
|
1888
|
-
if (typeof globalThis.atob == "function") {
|
|
1889
|
-
let t = globalThis.atob(e), n = Array.from(t, (e) => `%${e.charCodeAt(0).toString(16).padStart(2, "0")}`).join("");
|
|
1890
|
-
return decodeURIComponent(n);
|
|
1891
|
-
}
|
|
1892
|
-
throw Error("No base64 decoder is available in this environment.");
|
|
1893
|
-
}
|
|
1894
|
-
//#endregion
|
|
1895
|
-
//#region src/modules/formatFileSize.ts
|
|
1896
|
-
var Vn = [
|
|
1897
|
-
"B",
|
|
1898
|
-
"KB",
|
|
1899
|
-
"MB",
|
|
1900
|
-
"GB",
|
|
1901
|
-
"TB"
|
|
1902
|
-
], Hn = 1024, Un = (e, t) => {
|
|
1903
|
-
if (t === "B") return Math.round(e).toString();
|
|
1904
|
-
let n = 1;
|
|
1905
|
-
return e >= 10 && (n = 0), e.toFixed(n);
|
|
1906
|
-
};
|
|
1907
|
-
function Wn(e) {
|
|
1908
|
-
let t = e;
|
|
1909
|
-
Number.isFinite(e) || (t = 0);
|
|
1910
|
-
let n = t < 0, r = Math.abs(t), i = 0;
|
|
1911
|
-
for (; r >= Hn && i < Vn.length - 1;) r /= Hn, i += 1;
|
|
1912
|
-
let a = Vn[i] ?? "B", o = r;
|
|
1913
|
-
return n && (o = -r), {
|
|
1914
|
-
value: o,
|
|
1915
|
-
unit: a,
|
|
1916
|
-
displayValue: Un(o, a)
|
|
1917
|
-
};
|
|
1918
|
-
}
|
|
1919
|
-
//#endregion
|
|
1920
|
-
//#region src/relay/createInlineReader.ts
|
|
1921
|
-
var { readInlineData: Gn } = N, Kn = (e) => (t) => Gn(e, t), qn = (e) => e;
|
|
1922
|
-
//#endregion
|
|
1923
|
-
export { x as AcceptInvitationScreen, ce as BackofficeDetailBadgeRow, le as BackofficeDetailField, de as BackofficeDetailPayload, ue as BackofficeDetailSection, te as BackofficeErrorBoundary, Qt as BackofficeFilterAction, kn as BackofficeFilterableCell, w as BackofficeHubTemplate, mn as BackofficeInlineFilterRow, ae as BackofficeListToolbar, an as BackofficeOverviewLayout, Wt as BackofficeProvider, ln as BackofficeRelatedCountLink, ye as BackofficeRightPageLayout, fn as BackofficeTabbedDetailShell, re as EntityFilterValue, ie as EntityFilterValueText, oe as EntityIdFilterField, se as EntityIdPickerDialog, y as LoginFlow, S as PasswordResetCompleteScreen, C as PasswordResetRequestScreen, rt as RelayProvider, ee as VerifyEmailScreen, $e as backofficeReactI18nResources, g as base64UrlToBuffer, _ as bufferToBase64Url, ve as buildDataTableColumns, o as configureRelayEnvironment, Gt as createBackofficeLazyValue, Je as createI18nInstance, Kn as createInlineDataReader, v as createUseAuth, Bn as decodeBase64ToUtf8, zn as encodeUtf8ToBase64, Wn as formatFileSize, n as getEnvironment, i as getNetwork, t as getRelayTransportSnapshot, qn as identityView, h as mapWebAuthnRegistrationError, m as parseSignCount, e as reconnectRelayWebSocket, ge as requireField, me as requireLinkedRecordId, r as resetRelayStore, he as resolveAgentStartOutcome, pe as resolveMutationOutcome, _e as resolveVisibleDetailPages, a as subscribeRelayTransport, b as synchronizeAuthStatusQuery, l as useBackofficeConfig, fe as useBackofficeListUrlState, Nn as useConditionalSubscription, In as useCopyToClipboard, Ln as useRefetchNeededReload, Rn as useReviewStatusLabel, tt as withBackofficeReactI18nResources };
|
|
1924
|
-
|
|
1925
|
-
//# sourceMappingURL=backoffice-react.js.map
|