@plumile/backoffice-react 0.2.3 → 0.2.6
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/README.md +14 -3
- package/lib/esm/auth/AuthRefreshNotice.js +21 -18
- package/lib/esm/auth/AuthRefreshNotice.js.map +1 -1
- package/lib/esm/auth/TotpQrCode.js +20 -12
- package/lib/esm/auth/TotpQrCode.js.map +1 -1
- package/lib/esm/auth/authRefreshNotice.css.js +2 -1
- package/lib/esm/auth/authRefreshNotice.css.js.map +1 -1
- package/lib/esm/auth/login/AuthPanel.js.map +1 -1
- package/lib/esm/auth/login/EmailCapturePanel.js +26 -28
- package/lib/esm/auth/login/EmailCapturePanel.js.map +1 -1
- package/lib/esm/auth/login/LoginFlow.js +11 -11
- package/lib/esm/auth/login/LoginFlow.js.map +1 -1
- package/lib/esm/auth/login/MethodChooser.js +18 -16
- package/lib/esm/auth/login/MethodChooser.js.map +1 -1
- package/lib/esm/auth/login/MfaChallengeForm.js +47 -52
- package/lib/esm/auth/login/MfaChallengeForm.js.map +1 -1
- package/lib/esm/auth/login/OidcButtons.js +3 -2
- package/lib/esm/auth/login/OidcButtons.js.map +1 -1
- package/lib/esm/auth/login/PasskeyLoginForm.js +13 -15
- package/lib/esm/auth/login/PasskeyLoginForm.js.map +1 -1
- package/lib/esm/auth/login/PasswordLoginPanel.js +8 -8
- package/lib/esm/auth/login/PasswordLoginPanel.js.map +1 -1
- package/lib/esm/auth/login/loginPage.css.js +1 -1
- package/lib/esm/auth/login/loginPage.css.js.map +1 -1
- package/lib/esm/auth/pages/AcceptInvitationScreen.js +80 -75
- package/lib/esm/auth/pages/AcceptInvitationScreen.js.map +1 -1
- package/lib/esm/auth/pages/PasswordResetCompleteScreen.js +31 -31
- package/lib/esm/auth/pages/PasswordResetCompleteScreen.js.map +1 -1
- package/lib/esm/auth/pages/PasswordResetRequestScreen.js +33 -29
- package/lib/esm/auth/pages/PasswordResetRequestScreen.js.map +1 -1
- package/lib/esm/auth/pages/VerifyEmailScreen.js +42 -40
- package/lib/esm/auth/pages/VerifyEmailScreen.js.map +1 -1
- package/lib/esm/components/backoffice/actions/BackofficeEntityActionFormDialog.js +202 -210
- package/lib/esm/components/backoffice/actions/BackofficeEntityActionFormDialog.js.map +1 -1
- package/lib/esm/components/backoffice/actions/backofficeEntityActionFormDialog.css.js +1 -1
- package/lib/esm/components/backoffice/actions/backofficeEntityActionFormDialog.css.js.map +1 -1
- package/lib/esm/components/backoffice/actions/toastViewAction.js.map +1 -1
- package/lib/esm/components/backoffice/billing/BackofficeBillingUsageChart.js +36 -30
- package/lib/esm/components/backoffice/billing/BackofficeBillingUsageChart.js.map +1 -1
- package/lib/esm/components/backoffice/billing/backofficeBillingUsageChart.css.js +1 -1
- package/lib/esm/components/backoffice/billing/backofficeBillingUsageChart.css.js.map +1 -1
- package/lib/esm/components/backoffice/columns/buildDataTableColumns.js +36 -33
- package/lib/esm/components/backoffice/columns/buildDataTableColumns.js.map +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeDetailBadgeRow.js.map +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeDetailErrorList.js +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeDetailErrorList.js.map +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeEntitySummaryHeader.js +24 -20
- package/lib/esm/components/backoffice/detail/BackofficeEntitySummaryHeader.js.map +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeRelationsSummaryGrid.js +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeRelationsSummaryGrid.js.map +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeTokenUsageBreakdown.js +7 -8
- package/lib/esm/components/backoffice/detail/BackofficeTokenUsageBreakdown.js.map +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeUsageCostBreakdown.js +49 -45
- package/lib/esm/components/backoffice/detail/BackofficeUsageCostBreakdown.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailErrorList.css.js +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailErrorList.css.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailLayout.css.js +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailLayout.css.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationList.css.js +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationList.css.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeEntitySummaryHeader.css.js +1 -1
- package/lib/esm/components/backoffice/detail/backofficeEntitySummaryHeader.css.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeRelationsSummaryGrid.css.js +1 -1
- package/lib/esm/components/backoffice/detail/backofficeRelationsSummaryGrid.css.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeUsageCostBreakdown.css.js +1 -1
- package/lib/esm/components/backoffice/detail/backofficeUsageCostBreakdown.css.js.map +1 -1
- package/lib/esm/components/backoffice/errors/BackofficeErrorBoundary.js +1 -1
- package/lib/esm/components/backoffice/errors/BackofficeErrorBoundary.js.map +1 -1
- package/lib/esm/components/backoffice/filters/BackofficeFilterAction.js +1 -1
- package/lib/esm/components/backoffice/filters/BackofficeFilterAction.js.map +1 -1
- package/lib/esm/components/backoffice/filters/DeferredFilterSearchInput.js +15 -15
- package/lib/esm/components/backoffice/filters/DeferredFilterSearchInput.js.map +1 -1
- package/lib/esm/components/backoffice/filters/EntityIdFilterField.js +53 -65
- package/lib/esm/components/backoffice/filters/EntityIdFilterField.js.map +1 -1
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js +1 -1
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js.map +1 -1
- package/lib/esm/components/backoffice/filters/deferredFilterSearchInput.css.js +1 -1
- package/lib/esm/components/backoffice/filters/deferredFilterSearchInput.css.js.map +1 -1
- package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js +2 -2
- package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js.map +1 -1
- package/lib/esm/components/backoffice/hub/BackofficeHubTemplate.js +6 -6
- package/lib/esm/components/backoffice/hub/BackofficeHubTemplate.js.map +1 -1
- package/lib/esm/components/backoffice/hub/backofficeHubTemplate.css.js +1 -1
- package/lib/esm/components/backoffice/hub/backofficeHubTemplate.css.js.map +1 -1
- package/lib/esm/components/backoffice/layout/backofficeSidebarActions.css.js +1 -1
- package/lib/esm/components/backoffice/layout/backofficeSidebarActions.css.js.map +1 -1
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.js +3 -3
- package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.js.map +1 -1
- package/lib/esm/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.js +1 -1
- package/lib/esm/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.js.map +1 -1
- package/lib/esm/components/backoffice/layout/buildSidebarSections.js +152 -172
- package/lib/esm/components/backoffice/layout/buildSidebarSections.js.map +1 -1
- package/lib/esm/components/backoffice/layout/mapViewerToSidebarProfileView.js +2 -5
- package/lib/esm/components/backoffice/layout/mapViewerToSidebarProfileView.js.map +1 -1
- package/lib/esm/components/backoffice/layout/sidebarUtils.js +1 -1
- package/lib/esm/components/backoffice/layout/sidebarUtils.js.map +1 -1
- package/lib/esm/components/backoffice/links/BackofficeLinkContent.js +1 -1
- package/lib/esm/components/backoffice/links/backofficeLink.css.js +1 -1
- package/lib/esm/components/backoffice/links/backofficeLink.css.js.map +1 -1
- package/lib/esm/components/backoffice/list/RowFlagsCell.css.js +1 -1
- package/lib/esm/components/backoffice/list/RowFlagsCell.css.js.map +1 -1
- package/lib/esm/components/backoffice/overview/BackofficeOverviewLayout.js +1 -1
- package/lib/esm/components/backoffice/overview/BackofficeOverviewLayout.js.map +1 -1
- package/lib/esm/components/backoffice/overview/backofficeOverviewLayout.css.js +1 -1
- package/lib/esm/components/backoffice/overview/backofficeOverviewLayout.css.js.map +1 -1
- package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js +93 -82
- package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js.map +1 -1
- package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js +1 -1
- package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js.map +1 -1
- package/lib/esm/components/backoffice/refs/backofficeRelatedCountLink.css.js +1 -1
- package/lib/esm/components/backoffice/refs/backofficeRelatedCountLink.css.js.map +1 -1
- package/lib/esm/components/backoffice/routing/BackofficeContentError.js +6 -3
- package/lib/esm/components/backoffice/routing/BackofficeContentError.js.map +1 -1
- package/lib/esm/components/backoffice/routing/BackofficeRouteFallback.js +7 -7
- package/lib/esm/components/backoffice/routing/BackofficeRouteFallback.js.map +1 -1
- package/lib/esm/components/backoffice/routing/backofficeContentBoundary.css.js +1 -1
- package/lib/esm/components/backoffice/routing/backofficeContentBoundary.css.js.map +1 -1
- package/lib/esm/components/backoffice/routing/backofficeContentError.css.js +1 -1
- package/lib/esm/components/backoffice/routing/backofficeContentError.css.js.map +1 -1
- package/lib/esm/components/backoffice/routing/backofficeContentFallback.css.js +1 -1
- package/lib/esm/components/backoffice/routing/backofficeContentFallback.css.js.map +1 -1
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityDetailNotFound.js +3 -2
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityDetailNotFound.js.map +1 -1
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js +314 -309
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js.map +1 -1
- package/lib/esm/components/backoffice/scaffolds/BackofficeTabbedDetailShell.js +1 -1
- package/lib/esm/components/backoffice/scaffolds/BackofficeTabbedDetailShell.js.map +1 -1
- package/lib/esm/components/backoffice/scaffolds/backofficeEntityListScaffold.css.js +1 -1
- package/lib/esm/components/backoffice/scaffolds/backofficeEntityListScaffold.css.js.map +1 -1
- package/lib/esm/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.js +1 -1
- package/lib/esm/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.js.map +1 -1
- package/lib/esm/components/backoffice/shared/BackofficeFilterableCell.js +2 -2
- package/lib/esm/components/backoffice/shared/BackofficeFilterableCell.js.map +1 -1
- package/lib/esm/components/backoffice/shared/BackofficeInlineFilterRow.js +1 -1
- package/lib/esm/components/backoffice/shared/BackofficeInlineFilterRow.js.map +1 -1
- package/lib/esm/components/backoffice/shared/backofficeFilterableCell.css.js +5 -5
- package/lib/esm/components/backoffice/shared/backofficeFilterableCell.css.js.map +1 -1
- package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js +1 -1
- package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js.map +1 -1
- package/lib/esm/components/backoffice/tools/BackofficeToolsDocPanel.js +12 -12
- package/lib/esm/components/backoffice/tools/BackofficeToolsDocPanel.js.map +1 -1
- package/lib/esm/components/backoffice/tools/BackofficeToolsErrorFallback.js +3 -2
- package/lib/esm/components/backoffice/tools/BackofficeToolsErrorFallback.js.map +1 -1
- package/lib/esm/components/backoffice/tools/BackofficeToolsJsonForm.js +15 -19
- package/lib/esm/components/backoffice/tools/BackofficeToolsJsonForm.js.map +1 -1
- package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js +1 -1
- package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js.map +1 -1
- package/lib/esm/components/backoffice/tools/backofficeToolsForm.css.js +1 -1
- package/lib/esm/components/backoffice/tools/backofficeToolsForm.css.js.map +1 -1
- package/lib/esm/components/backoffice/tools/backofficeToolsJsonForm.css.js +1 -1
- package/lib/esm/components/backoffice/tools/backofficeToolsJsonForm.css.js.map +1 -1
- package/lib/esm/hooks/useBackofficeInfiniteScrollSentinel.js +17 -9
- package/lib/esm/hooks/useBackofficeInfiniteScrollSentinel.js.map +1 -1
- package/lib/esm/hooks/useCopyToClipboard.js +1 -1
- package/lib/esm/hooks/useCopyToClipboard.js.map +1 -1
- package/lib/esm/i18n/locales/en/backofficeReact.js +21 -2
- package/lib/esm/i18n/locales/en/backofficeReact.js.map +1 -1
- package/lib/esm/i18n/locales/fr/backofficeReact.js +21 -2
- package/lib/esm/i18n/locales/fr/backofficeReact.js.map +1 -1
- package/lib/esm/pages/BackofficeDashboardPage.js +42 -41
- package/lib/esm/pages/BackofficeDashboardPage.js.map +1 -1
- package/lib/esm/pages/BackofficeDashboardWidgetContent.js +291 -255
- package/lib/esm/pages/BackofficeDashboardWidgetContent.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityDetailLayoutPage.js +47 -49
- package/lib/esm/pages/BackofficeEntityDetailLayoutPage.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityDetailPage.js +111 -105
- package/lib/esm/pages/BackofficeEntityDetailPage.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js +213 -213
- package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityListDataPage.js +101 -83
- package/lib/esm/pages/BackofficeEntityListDataPage.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityListPage.helpers.js +10 -4
- package/lib/esm/pages/BackofficeEntityListPage.helpers.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityListPage.js +55 -54
- package/lib/esm/pages/BackofficeEntityListPage.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityListRouteContext.js.map +1 -1
- package/lib/esm/pages/BackofficeHubPage.js +1 -1
- package/lib/esm/pages/BackofficeHubPage.js.map +1 -1
- package/lib/esm/pages/BackofficeLayoutPage.js +64 -56
- package/lib/esm/pages/BackofficeLayoutPage.js.map +1 -1
- package/lib/esm/pages/backofficeDashboardPage.css.js +1 -1
- package/lib/esm/pages/backofficeDashboardPage.css.js.map +1 -1
- package/lib/esm/pages/backofficeEntityDetailPage.css.js +1 -1
- package/lib/esm/pages/backofficeEntityDetailPage.css.js.map +1 -1
- package/lib/esm/pages/backofficeEntityListPage.css.js +1 -1
- package/lib/esm/pages/backofficeEntityListPage.css.js.map +1 -1
- package/lib/esm/pages/detail/BackofficeEntityDetailLayoutContext.js.map +1 -1
- package/lib/esm/pages/detail/BackofficeEntityDetailManifestFallback.js +11 -11
- package/lib/esm/pages/detail/BackofficeEntityDetailManifestFallback.js.map +1 -1
- package/lib/esm/pages/detail/buildTabsItems.js.map +1 -1
- package/lib/esm/provider/BackofficeProvider.js +41 -39
- package/lib/esm/provider/BackofficeProvider.js.map +1 -1
- package/lib/esm/router/createBackofficeRoutes.js +23 -23
- package/lib/esm/router/createBackofficeRoutes.js.map +1 -1
- package/lib/esm/storybook/backofficeDashboardPageStory.css.js +6 -0
- package/lib/esm/storybook/backofficeDashboardPageStory.css.js.map +1 -0
- package/lib/esm/storybook/relay/RelayStory.css.js +1 -1
- package/lib/esm/storybook/relay/RelayStory.css.js.map +1 -1
- package/lib/esm/style.css +1 -1
- package/lib/types/auth/AuthRefreshNotice.d.ts +5 -1
- package/lib/types/auth/AuthRefreshNotice.d.ts.map +1 -1
- package/lib/types/auth/TotpQrCode.d.ts +2 -1
- package/lib/types/auth/TotpQrCode.d.ts.map +1 -1
- package/lib/types/auth/authRefreshNotice.css.d.ts.map +1 -1
- package/lib/types/auth/login/AuthPanel.d.ts.map +1 -1
- package/lib/types/auth/login/EmailCapturePanel.d.ts.map +1 -1
- package/lib/types/auth/login/LoginFlow.d.ts.map +1 -1
- package/lib/types/auth/login/MethodChooser.d.ts.map +1 -1
- package/lib/types/auth/login/MfaChallengeForm.d.ts.map +1 -1
- package/lib/types/auth/login/OidcButtons.d.ts.map +1 -1
- package/lib/types/auth/login/PasskeyLoginForm.d.ts.map +1 -1
- package/lib/types/auth/login/PasswordLoginPanel.d.ts +1 -1
- package/lib/types/auth/login/PasswordLoginPanel.d.ts.map +1 -1
- package/lib/types/auth/login/loginPage.css.d.ts.map +1 -1
- package/lib/types/auth/pages/AcceptInvitationScreen.d.ts.map +1 -1
- package/lib/types/auth/pages/PasswordResetCompleteScreen.d.ts.map +1 -1
- package/lib/types/auth/pages/PasswordResetRequestScreen.d.ts.map +1 -1
- package/lib/types/auth/pages/VerifyEmailScreen.d.ts.map +1 -1
- package/lib/types/components/backoffice/actions/BackofficeEntityActionFormDialog.d.ts +3 -3
- package/lib/types/components/backoffice/actions/BackofficeEntityActionFormDialog.d.ts.map +1 -1
- package/lib/types/components/backoffice/actions/toastViewAction.d.ts +1 -1
- package/lib/types/components/backoffice/actions/toastViewAction.d.ts.map +1 -1
- package/lib/types/components/backoffice/billing/BackofficeBillingUsageChart.d.ts +2 -1
- package/lib/types/components/backoffice/billing/BackofficeBillingUsageChart.d.ts.map +1 -1
- package/lib/types/components/backoffice/columns/buildDataTableColumns.d.ts +2 -2
- package/lib/types/components/backoffice/columns/buildDataTableColumns.d.ts.map +1 -1
- package/lib/types/components/backoffice/detail/BackofficeDetailBadgeRow.d.ts.map +1 -1
- package/lib/types/components/backoffice/detail/BackofficeEntitySummaryHeader.d.ts.map +1 -1
- package/lib/types/components/backoffice/detail/BackofficeRelationsSummaryGrid.d.ts +1 -1
- package/lib/types/components/backoffice/detail/BackofficeRelationsSummaryGrid.d.ts.map +1 -1
- package/lib/types/components/backoffice/detail/BackofficeTokenUsageBreakdown.d.ts.map +1 -1
- package/lib/types/components/backoffice/detail/BackofficeUsageCostBreakdown.d.ts +1 -1
- package/lib/types/components/backoffice/detail/BackofficeUsageCostBreakdown.d.ts.map +1 -1
- package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.d.ts +1 -1
- package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/EntityIdFilterField.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/backofficeFilterAction.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/deferredFilterSearchInput.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/entityIdFilterField.css.d.ts +0 -1
- package/lib/types/components/backoffice/filters/entityIdFilterField.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/hub/backofficeHubTemplate.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/layout/backofficeSidebarActions.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/layout/buildSidebarSections.d.ts +2 -2
- package/lib/types/components/backoffice/layout/buildSidebarSections.d.ts.map +1 -1
- package/lib/types/components/backoffice/layout/mapViewerToSidebarProfileView.d.ts +1 -1
- package/lib/types/components/backoffice/layout/mapViewerToSidebarProfileView.d.ts.map +1 -1
- package/lib/types/components/backoffice/list/RowFlagsCell.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/overview/backofficeOverviewLayout.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.d.ts +3 -3
- package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.d.ts.map +1 -1
- package/lib/types/components/backoffice/refs/backofficeRelatedCountLink.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/routing/BackofficeContentError.d.ts.map +1 -1
- package/lib/types/components/backoffice/scaffolds/BackofficeEntityDetailNotFound.d.ts.map +1 -1
- package/lib/types/components/backoffice/scaffolds/BackofficeEntityListScaffold.d.ts +2 -2
- package/lib/types/components/backoffice/scaffolds/BackofficeEntityListScaffold.d.ts.map +1 -1
- package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.d.ts +1 -1
- package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.d.ts.map +1 -1
- package/lib/types/components/backoffice/shared/backofficeFilterableCell.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/tools/BackofficeToolsErrorFallback.d.ts.map +1 -1
- package/lib/types/components/backoffice/tools/BackofficeToolsJsonForm.d.ts.map +1 -1
- package/lib/types/components/backoffice/tools/backofficeToolsDocPanel.css.d.ts.map +1 -1
- package/lib/types/hooks/useBackofficeInfiniteScrollSentinel.d.ts +1 -2
- package/lib/types/hooks/useBackofficeInfiniteScrollSentinel.d.ts.map +1 -1
- package/lib/types/i18n/resources.d.ts +44 -2
- package/lib/types/i18n/resources.d.ts.map +1 -1
- package/lib/types/pages/BackofficeDashboardPage.d.ts.map +1 -1
- package/lib/types/pages/BackofficeDashboardWidgetContent.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityDetailLayoutPage.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityDetailPage.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityDetailPage.view-helpers.d.ts +1 -1
- package/lib/types/pages/BackofficeEntityDetailPage.view-helpers.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityListDataPage.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityListPage.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityListPage.helpers.d.ts +9 -9
- package/lib/types/pages/BackofficeEntityListPage.helpers.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityListRouteContext.d.ts +2 -2
- package/lib/types/pages/BackofficeEntityListRouteContext.d.ts.map +1 -1
- package/lib/types/pages/BackofficeLayoutPage.d.ts.map +1 -1
- package/lib/types/pages/backofficeEntityListPage.css.d.ts.map +1 -1
- package/lib/types/pages/detail/BackofficeEntityDetailLayoutContext.d.ts +1 -1
- package/lib/types/pages/detail/BackofficeEntityDetailLayoutContext.d.ts.map +1 -1
- package/lib/types/pages/detail/buildTabsItems.d.ts +1 -1
- package/lib/types/pages/detail/buildTabsItems.d.ts.map +1 -1
- package/lib/types/provider/BackofficeProvider.d.ts.map +1 -1
- package/lib/types/provider/types.d.ts +2 -0
- package/lib/types/provider/types.d.ts.map +1 -1
- package/lib/types/router/createBackofficeRoutes.d.ts +0 -1
- package/lib/types/router/createBackofficeRoutes.d.ts.map +1 -1
- package/lib/types/storybook/backofficeDashboardPageStory.css.d.ts +2 -0
- package/lib/types/storybook/backofficeDashboardPageStory.css.d.ts.map +1 -0
- package/package.json +17 -17
- package/lib/esm/components/backoffice/technical/TechnicalIdentifierValue.js +0 -2
- package/lib/types/components/backoffice/technical/TechnicalIdentifierValue.d.ts +0 -2
- package/lib/types/components/backoffice/technical/TechnicalIdentifierValue.d.ts.map +0 -1
|
@@ -8,41 +8,37 @@ import { EntityFilterValue as o, EntityFilterValueText as s } from "../filters/E
|
|
|
8
8
|
import { BACKOFFICE_LIST_BODY_SCROLL_MODE as c } from "./backofficeListScrollMode.js";
|
|
9
9
|
import { useBackofficeInfiniteScrollSentinel as l } from "../../../hooks/useBackofficeInfiniteScrollSentinel.js";
|
|
10
10
|
import { controlsRow as u, embeddedContainer as d, embeddedHeader as ee, entityIdListFilter as te, entityIdListTags as ne, filterInput as f, refreshingIndicator as re, tableHost as ie } from "./backofficeEntityListScaffold.css.js";
|
|
11
|
-
import { useCallback as
|
|
12
|
-
import { InlineBanner as ce } from "@plumile/ui
|
|
13
|
-
import { Fragment as
|
|
14
|
-
import { useTranslation as
|
|
15
|
-
import { Button as
|
|
16
|
-
import {
|
|
17
|
-
import { Spinner as
|
|
18
|
-
import { BackofficeEmptyState as
|
|
19
|
-
import { Tag as
|
|
20
|
-
import { readWhereValue as
|
|
21
|
-
import { BackofficeFilterField as
|
|
22
|
-
import { BackofficeListFooter as
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import { VirtualizedConnectionTable as ye } from "@plumile/ui/components/data-table/VirtualizedConnectionTable.js";
|
|
29
|
-
import { denseTableClass as be } from "@plumile/ui/shared/backofficeTableDensity.css.js";
|
|
30
|
-
import { resolveBackofficeListRuntimeConfig as xe } from "@plumile/backoffice-core/config/listRuntime.js";
|
|
31
|
-
import { isDevEnv as Se } from "@plumile/relay/envHelpers.js";
|
|
11
|
+
import { useCallback as p, useEffect as ae, useMemo as m, useState as oe } from "react";
|
|
12
|
+
import { InlineBanner as se, PageHeader as ce, ResponsiveRecordList as le, VirtualizedConnectionTable as ue, denseTableClass as h } from "@plumile/ui";
|
|
13
|
+
import { Fragment as g, jsx as _, jsxs as v } from "react/jsx-runtime";
|
|
14
|
+
import { useTranslation as de } from "react-i18next";
|
|
15
|
+
import { Button as y } from "@plumile/ui/button";
|
|
16
|
+
import { Select as b } from "@plumile/ui/select";
|
|
17
|
+
import { Spinner as fe } from "@plumile/ui/backoffice/atoms/spinner/Spinner.js";
|
|
18
|
+
import { BackofficeEmptyState as x } from "@plumile/ui/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js";
|
|
19
|
+
import { Tag as pe } from "@plumile/ui/backoffice/atoms/tag/Tag.js";
|
|
20
|
+
import { readWhereValue as S, setWhereValue as C } from "@plumile/backoffice-core/filters/where.js";
|
|
21
|
+
import { BackofficeFilterField as me } from "@plumile/ui/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js";
|
|
22
|
+
import { BackofficeListFooter as he } from "@plumile/ui/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js";
|
|
23
|
+
import { BackofficeTableSkeleton as ge } from "@plumile/ui/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js";
|
|
24
|
+
import { BackofficeListFilterToolbar as _e } from "@plumile/ui/backoffice/organisms/backoffice_list_filter_toolbar/BackofficeListFilterToolbar.js";
|
|
25
|
+
import { ListPageTemplate as ve } from "@plumile/ui/backoffice/templates/list_page_template/ListPageTemplate.js";
|
|
26
|
+
import { resolveBackofficeListRuntimeConfig as ye } from "@plumile/backoffice-core/config/listRuntime.js";
|
|
27
|
+
import { isDevEnv as be } from "@plumile/relay/envHelpers.js";
|
|
32
28
|
//#region src/components/backoffice/scaffolds/BackofficeEntityListScaffold.tsx
|
|
33
|
-
var
|
|
29
|
+
var w = (e, t) => e(t), xe = (e, t) => {
|
|
34
30
|
if (e.fromGraphQL != null && t != null) return e.fromGraphQL(t);
|
|
35
31
|
let n = e.whereKey ?? e.id;
|
|
36
|
-
return
|
|
37
|
-
},
|
|
32
|
+
return S(t, n, e.path);
|
|
33
|
+
}, Se = (e) => Array.isArray(e) ? e.map((e) => {
|
|
38
34
|
if (e == null) return null;
|
|
39
35
|
let t = String(e).trim();
|
|
40
36
|
return t === "" ? null : t;
|
|
41
|
-
}).filter((e) => e != null) : [],
|
|
37
|
+
}).filter((e) => e != null) : [], T = "all", E = "value:", D = (e) => `${E}${e}`, Ce = (e) => e === T ? null : e.slice(6), we = (e, t, n) => {
|
|
42
38
|
if (t == null) return null;
|
|
43
39
|
if (Array.isArray(t)) {
|
|
44
|
-
let n =
|
|
45
|
-
return n.length === 0 ? null : e.kind === "entityIdList" ? /* @__PURE__ */
|
|
40
|
+
let n = Se(t);
|
|
41
|
+
return n.length === 0 ? null : e.kind === "entityIdList" ? /* @__PURE__ */ _(g, { children: n.map((t, r) => /* @__PURE__ */ v("span", { children: [/* @__PURE__ */ _(o, {
|
|
46
42
|
entityId: e.entity,
|
|
47
43
|
id: t
|
|
48
44
|
}), r < n.length - 1 ? ", " : null] }, t)) }) : n.join(", ");
|
|
@@ -50,22 +46,22 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
50
46
|
if (typeof t == "boolean") return e.kind === "boolean" ? n.booleanLabel(t) : t ? n.fallbackBooleanLabels.yes : n.fallbackBooleanLabels.no;
|
|
51
47
|
if (typeof t != "string" && typeof t != "number") return null;
|
|
52
48
|
let r = String(t).trim();
|
|
53
|
-
return r === "" ? null : e.kind === "entityId" ? /* @__PURE__ */
|
|
49
|
+
return r === "" ? null : e.kind === "entityId" ? /* @__PURE__ */ _(o, {
|
|
54
50
|
entityId: e.entity,
|
|
55
51
|
id: r
|
|
56
52
|
}) : e.kind === "enum" ? n.enumLabel(r) : r;
|
|
57
|
-
},
|
|
53
|
+
}, Te = (e) => {
|
|
58
54
|
let t = new Date(e);
|
|
59
55
|
if (Number.isNaN(t.getTime())) return e;
|
|
60
56
|
let n = t.getTimezoneOffset() * 6e4;
|
|
61
57
|
return new Date(t.getTime() - n).toISOString().slice(0, 16);
|
|
62
|
-
},
|
|
58
|
+
}, Ee = (e) => {
|
|
63
59
|
let t = e.trim();
|
|
64
60
|
if (t === "") return "";
|
|
65
61
|
let n = new Date(t);
|
|
66
62
|
return Number.isNaN(n.getTime()) ? t : n.toISOString();
|
|
67
|
-
},
|
|
68
|
-
let { t:
|
|
63
|
+
}, O = (g) => {
|
|
64
|
+
let { t: S } = de(), { t: E } = e(), { config: O, state: k, pushState: A, rows: j, getRowId: M, columns: N, gridTemplateColumns: P, hasNextPage: F, isLoadingMore: I, incrementalError: L = null, isRefreshing: R = !1, onLoadMore: z, onRetryLoadMore: De, onRefresh: B, totalCount: V, loadedCountLabel: Oe, emptyState: ke, statusBanner: Ae, header: je, headerActions: Me, isLoadingInitial: H = !1, variant: Ne = "page", showFilters: Pe = !0 } = g, U = O.list, { listDefaults: Fe } = O, Ie = m(() => N.some((e) => e.isPrimary === !0) || N.length === 0 ? N : N.map((e, t) => {
|
|
69
65
|
let { header: n } = e;
|
|
70
66
|
return t === 0 ? {
|
|
71
67
|
...e,
|
|
@@ -75,32 +71,32 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
75
71
|
...e,
|
|
76
72
|
header: n
|
|
77
73
|
};
|
|
78
|
-
}), [
|
|
74
|
+
}), [N]), W = m(() => {
|
|
79
75
|
let e = [];
|
|
80
|
-
for (let t of
|
|
81
|
-
let n =
|
|
76
|
+
for (let t of U.filters) {
|
|
77
|
+
let n = xe(t, k.where), r = we(t, n, {
|
|
82
78
|
enumLabel: (e) => {
|
|
83
79
|
if (t.kind !== "enum") return e;
|
|
84
80
|
let n = t.options.find((t) => t.value === e);
|
|
85
|
-
return n == null ? e :
|
|
81
|
+
return n == null ? e : w(n.label, S);
|
|
86
82
|
},
|
|
87
83
|
booleanLabel: (e) => {
|
|
88
84
|
if (t.kind === "boolean") {
|
|
89
|
-
if (e && t.trueLabel != null) return
|
|
90
|
-
if (!e && t.falseLabel != null) return
|
|
85
|
+
if (e && t.trueLabel != null) return w(t.trueLabel, S);
|
|
86
|
+
if (!e && t.falseLabel != null) return w(t.falseLabel, S);
|
|
91
87
|
}
|
|
92
|
-
return
|
|
88
|
+
return E(e ? "filters.boolean.yes" : "filters.boolean.no");
|
|
93
89
|
},
|
|
94
90
|
fallbackBooleanLabels: {
|
|
95
|
-
yes:
|
|
96
|
-
no:
|
|
91
|
+
yes: E("filters.boolean.yes"),
|
|
92
|
+
no: E("filters.boolean.no")
|
|
97
93
|
}
|
|
98
94
|
});
|
|
99
95
|
if (r != null) {
|
|
100
96
|
let i = String(n);
|
|
101
97
|
Array.isArray(n) && (i = n.join(","));
|
|
102
|
-
let a = /* @__PURE__ */
|
|
103
|
-
|
|
98
|
+
let a = /* @__PURE__ */ v("span", { children: [
|
|
99
|
+
w(t.label, S),
|
|
104
100
|
": ",
|
|
105
101
|
r
|
|
106
102
|
] });
|
|
@@ -108,9 +104,9 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
108
104
|
id: `${t.id}:${i}`,
|
|
109
105
|
label: a,
|
|
110
106
|
onRemove: () => {
|
|
111
|
-
let e = t.whereKey ?? t.id, n =
|
|
112
|
-
|
|
113
|
-
...
|
|
107
|
+
let e = t.whereKey ?? t.id, n = C(k.where, e, null, t.path);
|
|
108
|
+
A({
|
|
109
|
+
...k,
|
|
114
110
|
where: n
|
|
115
111
|
});
|
|
116
112
|
}
|
|
@@ -119,25 +115,25 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
119
115
|
}
|
|
120
116
|
return e;
|
|
121
117
|
}, [
|
|
122
|
-
|
|
123
|
-
|
|
118
|
+
U.filters,
|
|
119
|
+
A,
|
|
120
|
+
k,
|
|
124
121
|
E,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
let n = e.whereKey ?? e.id, r = Ce(e, E.where), i = "";
|
|
122
|
+
S
|
|
123
|
+
]), G = p(() => {
|
|
124
|
+
A({ ...Fe });
|
|
125
|
+
}, [Fe, A]), [K, q] = oe(null), J = p((e) => {
|
|
126
|
+
let n = e.whereKey ?? e.id, r = xe(e, k.where), i = "";
|
|
131
127
|
typeof r == "string" && (i = r), typeof r == "number" && Number.isFinite(r) && (i = String(r));
|
|
132
|
-
let c =
|
|
128
|
+
let c = w(e.label, S);
|
|
133
129
|
if (e.kind === "text") {
|
|
134
|
-
let t = e.placeholderLabel == null ? c :
|
|
135
|
-
return e.placeholderText != null && (r =
|
|
130
|
+
let t = e.placeholderLabel == null ? c : w(e.placeholderLabel, S), r = E("filters.placeholders.search", { label: t });
|
|
131
|
+
return e.placeholderText != null && (r = w(e.placeholderText, S)), /* @__PURE__ */ _(a, {
|
|
136
132
|
value: i,
|
|
137
133
|
onApply: (t) => {
|
|
138
|
-
let r =
|
|
139
|
-
|
|
140
|
-
...
|
|
134
|
+
let r = C(k.where, n, t, e.path);
|
|
135
|
+
A({
|
|
136
|
+
...k,
|
|
141
137
|
where: r
|
|
142
138
|
});
|
|
143
139
|
},
|
|
@@ -147,13 +143,13 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
147
143
|
});
|
|
148
144
|
}
|
|
149
145
|
if (e.kind === "datetime") {
|
|
150
|
-
let t = e.placeholderLabel == null ? c :
|
|
151
|
-
return e.placeholderText != null && (r =
|
|
152
|
-
value:
|
|
146
|
+
let t = e.placeholderLabel == null ? c : w(e.placeholderLabel, S), r = E("filters.placeholders.search", { label: t });
|
|
147
|
+
return e.placeholderText != null && (r = w(e.placeholderText, S)), /* @__PURE__ */ _(a, {
|
|
148
|
+
value: Te(i),
|
|
153
149
|
onApply: (t) => {
|
|
154
|
-
let r =
|
|
155
|
-
|
|
156
|
-
...
|
|
150
|
+
let r = Ee(t), i = C(k.where, n, r, e.path);
|
|
151
|
+
A({
|
|
152
|
+
...k,
|
|
157
153
|
where: i
|
|
158
154
|
});
|
|
159
155
|
},
|
|
@@ -164,13 +160,13 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
164
160
|
});
|
|
165
161
|
}
|
|
166
162
|
if (e.kind === "number") {
|
|
167
|
-
let t = e.placeholderLabel == null ? c :
|
|
168
|
-
return e.placeholderText != null && (r =
|
|
163
|
+
let t = e.placeholderLabel == null ? c : w(e.placeholderLabel, S), r = E("filters.placeholders.search", { label: t });
|
|
164
|
+
return e.placeholderText != null && (r = w(e.placeholderText, S)), /* @__PURE__ */ _(a, {
|
|
169
165
|
value: i,
|
|
170
166
|
onApply: (t) => {
|
|
171
|
-
let r = t.trim(), i = r === "" ? null : Number(r), a =
|
|
172
|
-
|
|
173
|
-
...
|
|
167
|
+
let r = t.trim(), i = r === "" ? null : Number(r), a = C(k.where, n, Number.isFinite(i) ? i : null, e.path);
|
|
168
|
+
A({
|
|
169
|
+
...k,
|
|
174
170
|
where: a
|
|
175
171
|
});
|
|
176
172
|
},
|
|
@@ -183,23 +179,21 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
183
179
|
}
|
|
184
180
|
if (e.kind === "enum") {
|
|
185
181
|
let t = [{
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
label: w("filters.all", { label: c })
|
|
182
|
+
value: T,
|
|
183
|
+
label: E("filters.all", { label: c })
|
|
189
184
|
}, ...e.options.map((e) => ({
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
return /* @__PURE__ */ h(v, {
|
|
185
|
+
value: D(e.value),
|
|
186
|
+
label: w(e.label, S)
|
|
187
|
+
}))], i = typeof r == "string" && r.trim() !== "" ? D(r) : T;
|
|
188
|
+
return /* @__PURE__ */ _(b, {
|
|
195
189
|
options: t,
|
|
196
190
|
value: i,
|
|
197
191
|
size: "small",
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
let r =
|
|
201
|
-
|
|
202
|
-
...
|
|
192
|
+
"aria-label": c,
|
|
193
|
+
onValueChange: (t) => {
|
|
194
|
+
let r = C(k.where, n, Ce(t), e.path);
|
|
195
|
+
A({
|
|
196
|
+
...k,
|
|
203
197
|
where: r
|
|
204
198
|
});
|
|
205
199
|
}
|
|
@@ -208,59 +202,56 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
208
202
|
if (e.kind === "boolean") {
|
|
209
203
|
let t = null;
|
|
210
204
|
typeof r == "boolean" && (t = r);
|
|
211
|
-
let i =
|
|
205
|
+
let i = T;
|
|
212
206
|
t === !0 && (i = "true"), t === !1 && (i = "false");
|
|
213
|
-
let a = e.trueLabel == null ?
|
|
207
|
+
let a = e.trueLabel == null ? E("filters.boolean.yes") : w(e.trueLabel, S), o = e.falseLabel == null ? E("filters.boolean.no") : w(e.falseLabel, S), s = [
|
|
214
208
|
{
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
label: w("filters.all", { label: c })
|
|
209
|
+
value: T,
|
|
210
|
+
label: E("filters.all", { label: c })
|
|
218
211
|
},
|
|
219
212
|
{
|
|
220
|
-
id: "true",
|
|
221
213
|
value: "true",
|
|
222
214
|
label: a
|
|
223
215
|
},
|
|
224
216
|
{
|
|
225
|
-
id: "false",
|
|
226
217
|
value: "false",
|
|
227
218
|
label: o
|
|
228
219
|
}
|
|
229
220
|
];
|
|
230
|
-
return /* @__PURE__ */
|
|
221
|
+
return /* @__PURE__ */ _(b, {
|
|
231
222
|
options: s,
|
|
232
223
|
value: i,
|
|
233
224
|
size: "small",
|
|
234
|
-
|
|
235
|
-
|
|
225
|
+
"aria-label": c,
|
|
226
|
+
onValueChange: (t) => {
|
|
236
227
|
let r = null;
|
|
237
228
|
t === "true" && (r = !0), t === "false" && (r = !1);
|
|
238
|
-
let i =
|
|
239
|
-
|
|
240
|
-
...
|
|
229
|
+
let i = C(k.where, n, r, e.path);
|
|
230
|
+
A({
|
|
231
|
+
...k,
|
|
241
232
|
where: i
|
|
242
233
|
});
|
|
243
234
|
}
|
|
244
235
|
});
|
|
245
236
|
}
|
|
246
237
|
let l = (() => {
|
|
247
|
-
if (e.pickerScope != null) return typeof e.pickerScope == "function" ? e.pickerScope(
|
|
238
|
+
if (e.pickerScope != null) return typeof e.pickerScope == "function" ? e.pickerScope(k.where) : e.pickerScope;
|
|
248
239
|
})();
|
|
249
240
|
if (e.kind === "entityIdList") {
|
|
250
|
-
let i =
|
|
251
|
-
let r = i.filter((e) => e !== t), a =
|
|
252
|
-
|
|
253
|
-
...
|
|
241
|
+
let i = Se(r), a = i.length, s = a === 0 ? null : E("filters.selectedEntities", { count: a }), u = (t) => {
|
|
242
|
+
let r = i.filter((e) => e !== t), a = C(k.where, n, r.length === 0 ? null : r, e.path);
|
|
243
|
+
A({
|
|
244
|
+
...k,
|
|
254
245
|
where: a
|
|
255
246
|
});
|
|
256
247
|
};
|
|
257
|
-
return /* @__PURE__ */
|
|
248
|
+
return /* @__PURE__ */ v("div", {
|
|
258
249
|
className: te,
|
|
259
|
-
children: [/* @__PURE__ */
|
|
250
|
+
children: [/* @__PURE__ */ _(t, {
|
|
260
251
|
label: c,
|
|
261
252
|
value: a === 0 ? null : i.join(","),
|
|
262
253
|
displayValue: s,
|
|
263
|
-
placeholder:
|
|
254
|
+
placeholder: E("filters.placeholders.anyEntity", { label: c }),
|
|
264
255
|
onPick: () => {
|
|
265
256
|
q({
|
|
266
257
|
entity: e.entity,
|
|
@@ -273,20 +264,20 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
273
264
|
});
|
|
274
265
|
},
|
|
275
266
|
onClear: () => {
|
|
276
|
-
let t =
|
|
277
|
-
|
|
278
|
-
...
|
|
267
|
+
let t = C(k.where, n, null, e.path);
|
|
268
|
+
A({
|
|
269
|
+
...k,
|
|
279
270
|
where: t
|
|
280
271
|
});
|
|
281
272
|
}
|
|
282
|
-
}), i.length > 0 ? /* @__PURE__ */
|
|
273
|
+
}), i.length > 0 ? /* @__PURE__ */ _("div", {
|
|
283
274
|
className: ne,
|
|
284
|
-
children: i.map((t) => /* @__PURE__ */
|
|
285
|
-
removeLabel:
|
|
275
|
+
children: i.map((t) => /* @__PURE__ */ _(pe, {
|
|
276
|
+
removeLabel: E("filters.actions.removeFilterValue", { label: c }),
|
|
286
277
|
onRemove: () => {
|
|
287
278
|
u(t);
|
|
288
279
|
},
|
|
289
|
-
children: /* @__PURE__ */
|
|
280
|
+
children: /* @__PURE__ */ _(o, {
|
|
290
281
|
entityId: e.entity,
|
|
291
282
|
id: t
|
|
292
283
|
})
|
|
@@ -295,13 +286,13 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
295
286
|
});
|
|
296
287
|
}
|
|
297
288
|
if (e.kind === "stringList") {
|
|
298
|
-
let t = e.placeholderLabel == null ? c :
|
|
299
|
-
return e.placeholderText != null && (r =
|
|
289
|
+
let t = e.placeholderLabel == null ? c : w(e.placeholderLabel, S), r = E("filters.placeholders.search", { label: t });
|
|
290
|
+
return e.placeholderText != null && (r = w(e.placeholderText, S)), /* @__PURE__ */ _(a, {
|
|
300
291
|
value: i,
|
|
301
292
|
onApply: (t) => {
|
|
302
|
-
let r = t.split(/[\n,]+/u).map((e) => e.trim()).filter((e) => e !== ""), i =
|
|
303
|
-
|
|
304
|
-
...
|
|
293
|
+
let r = t.split(/[\n,]+/u).map((e) => e.trim()).filter((e) => e !== ""), i = C(k.where, n, r, e.path);
|
|
294
|
+
A({
|
|
295
|
+
...k,
|
|
305
296
|
where: i
|
|
306
297
|
});
|
|
307
298
|
},
|
|
@@ -314,12 +305,12 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
314
305
|
typeof r == "string" && (u = r);
|
|
315
306
|
let d = (r = null, i = !1) => {
|
|
316
307
|
let a = r?.trim() ?? "";
|
|
317
|
-
return /* @__PURE__ */
|
|
308
|
+
return /* @__PURE__ */ _(t, {
|
|
318
309
|
label: c,
|
|
319
310
|
value: u,
|
|
320
311
|
displayValue: a,
|
|
321
312
|
isResolving: i,
|
|
322
|
-
placeholder:
|
|
313
|
+
placeholder: E("filters.placeholders.anyEntity", { label: c }),
|
|
323
314
|
onPick: () => {
|
|
324
315
|
q({
|
|
325
316
|
entity: e.entity,
|
|
@@ -331,81 +322,80 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
331
322
|
});
|
|
332
323
|
},
|
|
333
324
|
onClear: () => {
|
|
334
|
-
let t =
|
|
335
|
-
|
|
336
|
-
...
|
|
325
|
+
let t = C(k.where, n, null, e.path);
|
|
326
|
+
A({
|
|
327
|
+
...k,
|
|
337
328
|
where: t
|
|
338
329
|
});
|
|
339
330
|
}
|
|
340
331
|
});
|
|
341
332
|
};
|
|
342
|
-
return u == null || u.trim() === "" ? d() : /* @__PURE__ */
|
|
333
|
+
return u == null || u.trim() === "" ? d() : /* @__PURE__ */ _(s, {
|
|
343
334
|
entityId: e.entity,
|
|
344
335
|
id: u,
|
|
345
336
|
children: (e, t) => {
|
|
346
337
|
let n = t?.status === "loading";
|
|
347
|
-
return d(n ?
|
|
338
|
+
return d(n ? E("common.loading") : e, n);
|
|
348
339
|
}
|
|
349
340
|
});
|
|
350
341
|
}, [
|
|
351
|
-
|
|
342
|
+
A,
|
|
343
|
+
k,
|
|
352
344
|
E,
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
return Fe ? H.filters.filter((e) => e.placement === "quick" || e.placement === "both") : H.filters.slice(0, e);
|
|
345
|
+
S
|
|
346
|
+
]), Le = m(() => U.filters.some((e) => e.placement != null), [U.filters]), Y = m(() => {
|
|
347
|
+
if (U.filters.length === 0) return [];
|
|
348
|
+
let e = U.ui?.toolbar?.maxPromotedFilters ?? 3;
|
|
349
|
+
return Le ? U.filters.filter((e) => e.placement === "quick" || e.placement === "both") : U.filters.slice(0, e);
|
|
359
350
|
}, [
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
]), X =
|
|
351
|
+
U.filters,
|
|
352
|
+
U.ui?.toolbar,
|
|
353
|
+
Le
|
|
354
|
+
]), X = m(() => U.filters.filter((e) => e.placement == null || e.placement === "drawer" || e.placement === "both"), [U.filters]), Z = m(() => Y.find((e) => e.kind === "text"), [Y]), Re = m(() => {
|
|
364
355
|
let e = Y.filter((e) => e !== Z);
|
|
365
|
-
return e.length === 0 ? null : /* @__PURE__ */
|
|
356
|
+
return e.length === 0 ? null : /* @__PURE__ */ _("div", {
|
|
366
357
|
className: u,
|
|
367
|
-
children: e.map((e) => /* @__PURE__ */
|
|
358
|
+
children: e.map((e) => /* @__PURE__ */ _("span", { children: J(e) }, e.id))
|
|
368
359
|
});
|
|
369
360
|
}, [
|
|
370
361
|
Y,
|
|
371
362
|
J,
|
|
372
363
|
Z
|
|
373
|
-
]),
|
|
374
|
-
if (
|
|
375
|
-
let e =
|
|
364
|
+
]), ze = m(() => Z == null ? null : J(Z), [J, Z]), Be = m(() => {
|
|
365
|
+
if (U.sorts.length === 0) return null;
|
|
366
|
+
let e = U.sorts[0];
|
|
376
367
|
if (e == null) return null;
|
|
377
|
-
let t =
|
|
378
|
-
id: e.id,
|
|
368
|
+
let t = U.sorts.map((e) => ({
|
|
379
369
|
value: e.id,
|
|
380
|
-
label:
|
|
370
|
+
label: w(e.label, S)
|
|
381
371
|
}));
|
|
382
|
-
return /* @__PURE__ */
|
|
372
|
+
return /* @__PURE__ */ _(b, {
|
|
383
373
|
options: t,
|
|
384
|
-
value:
|
|
374
|
+
value: k.sort ?? e.id,
|
|
385
375
|
size: "small",
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
...
|
|
376
|
+
"aria-label": E("list.sort.label"),
|
|
377
|
+
onValueChange: (e) => {
|
|
378
|
+
A({
|
|
379
|
+
...k,
|
|
390
380
|
sort: e
|
|
391
381
|
});
|
|
392
382
|
}
|
|
393
383
|
});
|
|
394
384
|
}, [
|
|
395
|
-
|
|
396
|
-
|
|
385
|
+
U.sorts,
|
|
386
|
+
A,
|
|
387
|
+
k,
|
|
397
388
|
E,
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
]), ze = p(() => {
|
|
389
|
+
S
|
|
390
|
+
]), Ve = m(() => {
|
|
401
391
|
if (X.length === 0) return [];
|
|
402
392
|
let e = [];
|
|
403
393
|
for (let t of X) {
|
|
404
|
-
let n =
|
|
394
|
+
let n = w(t.label, S);
|
|
405
395
|
e.push({
|
|
406
396
|
id: t.id,
|
|
407
397
|
searchText: n,
|
|
408
|
-
node: /* @__PURE__ */
|
|
398
|
+
node: /* @__PURE__ */ _(me, {
|
|
409
399
|
label: n,
|
|
410
400
|
children: J(t)
|
|
411
401
|
})
|
|
@@ -413,238 +403,253 @@ var S = (e, t) => e(t), Ce = (e, t) => {
|
|
|
413
403
|
}
|
|
414
404
|
return e.length === 0 ? [] : [{
|
|
415
405
|
id: "backoffice.filters.sections.default",
|
|
416
|
-
title:
|
|
406
|
+
title: E("filters.sections.default"),
|
|
417
407
|
items: e
|
|
418
408
|
}];
|
|
419
409
|
}, [
|
|
420
410
|
X,
|
|
421
411
|
J,
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
]),
|
|
412
|
+
E,
|
|
413
|
+
S
|
|
414
|
+
]), He = m(() => ke ?? (H ? /* @__PURE__ */ _(ge, {
|
|
425
415
|
variant: "embedded",
|
|
426
|
-
ariaLabel:
|
|
427
|
-
}) : W.length > 0 ? /* @__PURE__ */
|
|
428
|
-
title:
|
|
429
|
-
description:
|
|
430
|
-
actions: /* @__PURE__ */
|
|
416
|
+
ariaLabel: E("common.loading")
|
|
417
|
+
}) : W.length > 0 ? /* @__PURE__ */ _(x, {
|
|
418
|
+
title: E("emptyState.listEmpty.title"),
|
|
419
|
+
description: E("emptyState.listEmptyFiltered.description"),
|
|
420
|
+
actions: /* @__PURE__ */ _(y, {
|
|
431
421
|
type: "button",
|
|
432
|
-
variant: "
|
|
422
|
+
variant: "soft",
|
|
433
423
|
size: "small",
|
|
434
424
|
onClick: G,
|
|
435
|
-
|
|
425
|
+
tone: "neutral",
|
|
426
|
+
children: E("emptyState.listEmptyFiltered.actions.reset")
|
|
436
427
|
})
|
|
437
|
-
}) : /* @__PURE__ */
|
|
438
|
-
title:
|
|
439
|
-
description:
|
|
428
|
+
}) : /* @__PURE__ */ _(x, {
|
|
429
|
+
title: E("emptyState.listEmpty.title"),
|
|
430
|
+
description: E("emptyState.listEmpty.description")
|
|
440
431
|
})), [
|
|
441
432
|
W.length,
|
|
442
|
-
|
|
433
|
+
ke,
|
|
443
434
|
G,
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
]),
|
|
447
|
-
shown:
|
|
448
|
-
total:
|
|
449
|
-
}) }) :
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
]), Q =
|
|
455
|
-
let e =
|
|
456
|
-
return
|
|
457
|
-
kind:
|
|
435
|
+
H,
|
|
436
|
+
E
|
|
437
|
+
]), Ue = m(() => Oe ?? (typeof V == "number" ? /* @__PURE__ */ _("span", { children: E("list.showing", {
|
|
438
|
+
shown: j.length,
|
|
439
|
+
total: V
|
|
440
|
+
}) }) : j.length === 0 ? null : /* @__PURE__ */ _("span", { children: E("list.loaded", { count: j.length }) })), [
|
|
441
|
+
Oe,
|
|
442
|
+
j.length,
|
|
443
|
+
E,
|
|
444
|
+
V
|
|
445
|
+
]), Q = m(() => {
|
|
446
|
+
let e = U.ui?.displayMode ?? U.responsive?.mode ?? "auto";
|
|
447
|
+
return ye({
|
|
448
|
+
kind: U.kind,
|
|
458
449
|
displayMode: e,
|
|
459
|
-
ui:
|
|
450
|
+
ui: U.ui
|
|
460
451
|
});
|
|
461
452
|
}, [
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
]),
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
entityId:
|
|
469
|
-
loadedCount:
|
|
470
|
-
totalCount:
|
|
453
|
+
U.kind,
|
|
454
|
+
U.responsive?.mode,
|
|
455
|
+
U.ui
|
|
456
|
+
]), We = typeof V == "number" && j.length < V && !F;
|
|
457
|
+
ae(() => {
|
|
458
|
+
We && Q.infiniteScroll.showInconsistentPageInfo && be() && console.warn("Backoffice list received inconsistent pageInfo: loaded rows are lower than totalCount but hasNextPage is false.", {
|
|
459
|
+
entityId: O.id,
|
|
460
|
+
loadedCount: j.length,
|
|
461
|
+
totalCount: V
|
|
471
462
|
});
|
|
472
463
|
}, [
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
464
|
+
O.id,
|
|
465
|
+
We,
|
|
466
|
+
j.length,
|
|
476
467
|
Q.infiniteScroll.showInconsistentPageInfo,
|
|
477
|
-
|
|
468
|
+
V
|
|
478
469
|
]);
|
|
479
|
-
let
|
|
480
|
-
enabled: !
|
|
481
|
-
hasNextPage:
|
|
482
|
-
isLoading:
|
|
483
|
-
onIntersect:
|
|
470
|
+
let Ge = g.virtualize === !0 || Q.virtualization.enabled, { sentinelRef: Ke } = l({
|
|
471
|
+
enabled: !Ge && Q.infiniteScroll.enabled && L == null,
|
|
472
|
+
hasNextPage: F,
|
|
473
|
+
isLoading: I,
|
|
474
|
+
onIntersect: z,
|
|
484
475
|
rootMargin: Q.infiniteScroll.rootMargin,
|
|
485
476
|
threshold: Q.infiniteScroll.threshold
|
|
486
|
-
}),
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
477
|
+
}), $ = je?.title ?? w(U.title, S), qe = je?.subtitle, Je = U.ui?.displayMode ?? U.responsive?.mode ?? "auto", Ye = U.ui?.density ?? U.responsive?.density ?? "compact", Xe = j.length > 0 || I || F ? /* @__PURE__ */ _(he, {
|
|
478
|
+
state: L != null && De != null ? {
|
|
479
|
+
kind: "error",
|
|
480
|
+
message: L.message,
|
|
481
|
+
onRetry: De
|
|
482
|
+
} : I ? { kind: "loading" } : F ? {
|
|
483
|
+
kind: "idle",
|
|
484
|
+
onLoadMore: z
|
|
485
|
+
} : { kind: "end" },
|
|
486
|
+
loadedCount: j.length,
|
|
487
|
+
totalCount: V,
|
|
488
|
+
labels: {
|
|
489
|
+
loaded: Ue,
|
|
490
|
+
loading: E("list.loadMore.loading"),
|
|
491
|
+
end: E("list.loadMore.end"),
|
|
492
|
+
retry: E("list.actions.retry"),
|
|
493
|
+
loadMore: E("list.loadMore.action")
|
|
494
|
+
}
|
|
495
|
+
}) : null, Ze = Ge ? /* @__PURE__ */ _(ue, {
|
|
496
|
+
"aria-label": $,
|
|
497
|
+
columns: Ie,
|
|
498
|
+
rows: j,
|
|
499
|
+
getRowId: M,
|
|
500
|
+
emptyState: He,
|
|
501
|
+
className: h,
|
|
502
|
+
gridTemplateColumns: P,
|
|
503
|
+
virtualization: {
|
|
504
|
+
enabled: !0,
|
|
505
|
+
rowHeightPx: Q.virtualization.rowHeightPx,
|
|
506
|
+
overscan: Q.virtualization.overscan
|
|
507
|
+
},
|
|
508
|
+
infiniteScroll: Q.infiniteScroll.enabled ? {
|
|
509
|
+
enabled: !0,
|
|
496
510
|
thresholdPx: Q.infiniteScroll.thresholdPx,
|
|
497
511
|
autoLoad: Q.infiniteScroll.autoLoad
|
|
498
|
-
},
|
|
499
|
-
hasNextPage:
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
512
|
+
} : { enabled: !1 },
|
|
513
|
+
hasNextPage: F,
|
|
514
|
+
totalRowCount: typeof V == "number" ? V : void 0,
|
|
515
|
+
isLoadingMore: I,
|
|
516
|
+
onLoadMore: L == null ? z : () => {},
|
|
517
|
+
bodyScrollMode: c,
|
|
518
|
+
bodyFooterNode: Xe
|
|
519
|
+
}) : /* @__PURE__ */ _(le, {
|
|
520
|
+
"aria-label": $,
|
|
521
|
+
columns: Ie,
|
|
522
|
+
rows: j,
|
|
523
|
+
getRowId: M,
|
|
524
|
+
emptyState: He,
|
|
525
|
+
className: h,
|
|
526
|
+
gridTemplateColumns: P,
|
|
510
527
|
mode: Je,
|
|
511
528
|
density: Ye,
|
|
512
529
|
bodyScrollMode: c,
|
|
513
|
-
bodyFooterNode:
|
|
514
|
-
|
|
530
|
+
bodyFooterNode: Xe,
|
|
531
|
+
infiniteScrollSentinelNode: Q.infiniteScroll.enabled ? /* @__PURE__ */ _("div", {
|
|
532
|
+
ref: Ke,
|
|
515
533
|
"aria-hidden": "true"
|
|
516
|
-
}) : null
|
|
517
|
-
|
|
518
|
-
}), Ze = /* @__PURE__ */ h(n, {
|
|
534
|
+
}) : null
|
|
535
|
+
}), Qe = /* @__PURE__ */ _(n, {
|
|
519
536
|
fallback: (e) => {
|
|
520
537
|
let { reset: t } = e;
|
|
521
|
-
return /* @__PURE__ */
|
|
538
|
+
return /* @__PURE__ */ _(se, {
|
|
539
|
+
"aria-live": "assertive",
|
|
540
|
+
role: "alert",
|
|
522
541
|
tone: "danger",
|
|
523
|
-
title:
|
|
524
|
-
actions: /* @__PURE__ */
|
|
542
|
+
title: E("list.errors.title"),
|
|
543
|
+
actions: /* @__PURE__ */ _(y, {
|
|
525
544
|
type: "button",
|
|
526
|
-
variant: "
|
|
545
|
+
variant: "soft",
|
|
527
546
|
size: "small",
|
|
528
547
|
onClick: () => {
|
|
529
|
-
t(),
|
|
548
|
+
t(), B?.();
|
|
530
549
|
},
|
|
531
|
-
|
|
550
|
+
tone: "neutral",
|
|
551
|
+
children: E("list.actions.retry")
|
|
532
552
|
}),
|
|
533
|
-
children:
|
|
553
|
+
children: E("list.errors.tableFailed")
|
|
534
554
|
});
|
|
535
555
|
},
|
|
536
|
-
children:
|
|
537
|
-
}),
|
|
538
|
-
stateKey: `backoffice:entity:${
|
|
539
|
-
sections:
|
|
556
|
+
children: Ze
|
|
557
|
+
}), $e = Pe ? /* @__PURE__ */ _(_e, {
|
|
558
|
+
stateKey: `backoffice:entity:${O.id}`,
|
|
559
|
+
sections: Ve,
|
|
540
560
|
activeFilters: W,
|
|
541
561
|
onResetFilters: G,
|
|
542
|
-
search:
|
|
543
|
-
primaryFilters:
|
|
544
|
-
sort:
|
|
545
|
-
utilityActions:
|
|
562
|
+
search: ze,
|
|
563
|
+
primaryFilters: Re,
|
|
564
|
+
sort: Be,
|
|
565
|
+
utilityActions: B == null ? null : /* @__PURE__ */ _(y, {
|
|
546
566
|
type: "button",
|
|
547
|
-
variant: "
|
|
567
|
+
variant: "soft",
|
|
548
568
|
size: "small",
|
|
549
|
-
|
|
550
|
-
|
|
569
|
+
loading: R,
|
|
570
|
+
loadingText: E("list.actions.refreshing"),
|
|
551
571
|
onClick: () => {
|
|
552
|
-
|
|
572
|
+
B();
|
|
553
573
|
},
|
|
554
|
-
|
|
574
|
+
tone: "neutral",
|
|
575
|
+
children: E("list.actions.refresh")
|
|
555
576
|
}),
|
|
556
577
|
density: "compact"
|
|
557
|
-
}) : null,
|
|
578
|
+
}) : null, et = /* @__PURE__ */ v("div", {
|
|
558
579
|
className: ie,
|
|
559
|
-
"aria-busy":
|
|
580
|
+
"aria-busy": R ? "true" : void 0,
|
|
560
581
|
children: [
|
|
561
|
-
|
|
582
|
+
R && !H ? /* @__PURE__ */ v("div", {
|
|
562
583
|
className: re,
|
|
563
584
|
role: "status",
|
|
564
|
-
children: [/* @__PURE__ */
|
|
585
|
+
children: [/* @__PURE__ */ _(fe, {
|
|
565
586
|
size: 14,
|
|
566
|
-
ariaLabel:
|
|
567
|
-
}), /* @__PURE__ */
|
|
587
|
+
ariaLabel: E("list.refreshingRows")
|
|
588
|
+
}), /* @__PURE__ */ _("span", { children: E("list.refreshingRows") })]
|
|
568
589
|
}) : null,
|
|
569
|
-
|
|
570
|
-
/* @__PURE__ */
|
|
571
|
-
|
|
572
|
-
entity: K?.entity ??
|
|
573
|
-
title: K?.label ??
|
|
590
|
+
Qe,
|
|
591
|
+
/* @__PURE__ */ _(r, {
|
|
592
|
+
open: K != null,
|
|
593
|
+
entity: K?.entity ?? O.id,
|
|
594
|
+
title: K?.label ?? E("picker.title"),
|
|
574
595
|
scope: K?.scope,
|
|
575
|
-
|
|
576
|
-
q(null);
|
|
596
|
+
onOpenChange: (e) => {
|
|
597
|
+
e || q(null);
|
|
577
598
|
},
|
|
578
599
|
onSelectId: (e) => {
|
|
579
600
|
if (K == null) return;
|
|
580
601
|
if (K.mode === "list") {
|
|
581
|
-
let t = K.currentIds ?? [], n = t.includes(e) ? t : [...t, e], r =
|
|
582
|
-
|
|
583
|
-
...
|
|
602
|
+
let t = K.currentIds ?? [], n = t.includes(e) ? t : [...t, e], r = C(k.where, K.whereKey, n, K.path);
|
|
603
|
+
A({
|
|
604
|
+
...k,
|
|
584
605
|
where: r
|
|
585
606
|
});
|
|
586
607
|
return;
|
|
587
608
|
}
|
|
588
|
-
let t =
|
|
589
|
-
|
|
590
|
-
...
|
|
609
|
+
let t = C(k.where, K.whereKey, e, K.path);
|
|
610
|
+
A({
|
|
611
|
+
...k,
|
|
591
612
|
where: t
|
|
592
613
|
});
|
|
593
614
|
}
|
|
594
615
|
})
|
|
595
616
|
]
|
|
596
|
-
})
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
loadedCount: O.length,
|
|
603
|
-
totalCount: z,
|
|
604
|
-
labels: {
|
|
605
|
-
loaded: Ve,
|
|
606
|
-
loading: w("list.loadMore.loading"),
|
|
607
|
-
end: w("list.loadMore.end"),
|
|
608
|
-
retry: w("list.actions.retry")
|
|
609
|
-
}
|
|
610
|
-
}) }) : null;
|
|
611
|
-
return Me === "embedded" ? /* @__PURE__ */ h(i, {
|
|
612
|
-
config: T,
|
|
613
|
-
state: E,
|
|
614
|
-
pushState: D,
|
|
615
|
-
children: /* @__PURE__ */ g("div", {
|
|
617
|
+
});
|
|
618
|
+
return Ne === "embedded" ? /* @__PURE__ */ _(i, {
|
|
619
|
+
config: O,
|
|
620
|
+
state: k,
|
|
621
|
+
pushState: A,
|
|
622
|
+
children: /* @__PURE__ */ v("div", {
|
|
616
623
|
className: d,
|
|
617
624
|
children: [
|
|
618
|
-
/* @__PURE__ */
|
|
625
|
+
/* @__PURE__ */ _("div", {
|
|
619
626
|
className: ee,
|
|
620
|
-
children:
|
|
627
|
+
children: $
|
|
621
628
|
}),
|
|
622
|
-
Qe,
|
|
623
|
-
ke,
|
|
624
629
|
$e,
|
|
625
|
-
|
|
630
|
+
Ae,
|
|
631
|
+
et
|
|
626
632
|
]
|
|
627
633
|
})
|
|
628
|
-
}) : /* @__PURE__ */
|
|
629
|
-
config:
|
|
630
|
-
state:
|
|
631
|
-
pushState:
|
|
632
|
-
children: /* @__PURE__ */
|
|
633
|
-
headerNode: /* @__PURE__ */
|
|
634
|
-
title:
|
|
635
|
-
|
|
636
|
-
actions:
|
|
634
|
+
}) : /* @__PURE__ */ _(i, {
|
|
635
|
+
config: O,
|
|
636
|
+
state: k,
|
|
637
|
+
pushState: A,
|
|
638
|
+
children: /* @__PURE__ */ _(ve, {
|
|
639
|
+
headerNode: /* @__PURE__ */ _(ce, {
|
|
640
|
+
title: $,
|
|
641
|
+
description: qe,
|
|
642
|
+
actions: Me
|
|
637
643
|
}),
|
|
638
|
-
toolbarNode:
|
|
639
|
-
statusNode:
|
|
640
|
-
tableNode:
|
|
641
|
-
tableFooterNode: $,
|
|
644
|
+
toolbarNode: $e,
|
|
645
|
+
statusNode: Ae,
|
|
646
|
+
tableNode: et,
|
|
642
647
|
presentation: "flat",
|
|
643
648
|
bodyScrollMode: c
|
|
644
649
|
})
|
|
645
650
|
});
|
|
646
651
|
};
|
|
647
652
|
//#endregion
|
|
648
|
-
export {
|
|
653
|
+
export { O as BackofficeEntityListScaffold, O as default };
|
|
649
654
|
|
|
650
655
|
//# sourceMappingURL=BackofficeEntityListScaffold.js.map
|