@gooddata/sdk-ui-dashboard 10.22.0-alpha.8 → 10.22.0-beta.1
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/NOTICE +4516 -4046
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterConverter.d.ts +5 -2
- package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterConverter.js +12 -7
- package/esm/_staging/dashboard/dashboardFilterConverter.js.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +2 -0
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js +8 -2
- package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
- package/esm/assets/type-csv-formatted.svg +1 -0
- package/esm/assets/type-csv-raw.svg +1 -0
- package/esm/assets/type-image.svg +1 -0
- package/esm/assets/type-pdf.svg +1 -0
- package/esm/assets/type-sheet.svg +1 -0
- package/esm/assets/type-slides.svg +1 -0
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts +18 -0
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js +36 -0
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +8 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +20 -7
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts +6 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js +26 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts +6 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +33 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts +6 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js +33 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +37 -4
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +19 -5
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +14 -7
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +12 -4
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/common.d.ts +4 -0
- package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/common.js +8 -1
- package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +15 -9
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js +9 -2
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +10 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +21 -16
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts +6 -0
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js +33 -0
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js.map +1 -0
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/dashboard.d.ts +51 -0
- package/esm/model/commands/dashboard.d.ts.map +1 -1
- package/esm/model/commands/dashboard.js +49 -1
- package/esm/model/commands/dashboard.js.map +1 -1
- package/esm/model/commands/filters.d.ts +74 -4
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +71 -4
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +10 -10
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/commands/index.js +3 -3
- package/esm/model/commands/index.js.map +1 -1
- package/esm/model/commands/insight.d.ts +51 -5
- package/esm/model/commands/insight.d.ts.map +1 -1
- package/esm/model/commands/insight.js +27 -2
- package/esm/model/commands/insight.js.map +1 -1
- package/esm/model/events/base.d.ts +1 -1
- package/esm/model/events/base.d.ts.map +1 -1
- package/esm/model/events/base.js.map +1 -1
- package/esm/model/events/dashboard.d.ts +144 -0
- package/esm/model/events/dashboard.d.ts.map +1 -1
- package/esm/model/events/dashboard.js +97 -1
- package/esm/model/events/dashboard.js.map +1 -1
- package/esm/model/events/index.d.ts +4 -4
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/index.js +1 -1
- package/esm/model/events/index.js.map +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +6 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +24 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +18 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +24 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.d.ts +11 -0
- package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.js +87 -28
- package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.d.ts +70 -5
- package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.js +124 -7
- package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextState.d.ts +44 -2
- package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextState.js +1 -0
- package/esm/model/store/filterContext/filterContextState.js.map +1 -1
- package/esm/model/store/filterContext/filterContextUtils.d.ts +10 -0
- package/esm/model/store/filterContext/filterContextUtils.d.ts.map +1 -0
- package/esm/model/store/filterContext/filterContextUtils.js +70 -0
- package/esm/model/store/filterContext/filterContextUtils.js.map +1 -0
- package/esm/model/store/filterContext/index.d.ts +4 -0
- package/esm/model/store/filterContext/index.d.ts.map +1 -1
- package/esm/model/store/index.d.ts +5 -4
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +4 -3
- package/esm/model/store/index.js.map +1 -1
- package/esm/model/store/topBar/topBarSelectors.d.ts +86 -0
- package/esm/model/store/topBar/topBarSelectors.d.ts.map +1 -0
- package/esm/model/store/topBar/topBarSelectors.js +160 -0
- package/esm/model/store/topBar/topBarSelectors.js.map +1 -0
- package/esm/presentation/dashboard/Dashboard.d.ts +1 -1
- package/esm/presentation/dashboard/Dashboard.d.ts.map +1 -1
- package/esm/presentation/dashboard/Dashboard.js +26 -6
- package/esm/presentation/dashboard/Dashboard.js.map +1 -1
- package/esm/presentation/dashboardContexts/useSlideData.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/useSlideData.js +1 -0
- package/esm/presentation/dashboardContexts/useSlideData.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
- package/esm/presentation/export/DefaultDashboardExportVariables.d.ts +13 -0
- package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -0
- package/esm/presentation/export/DefaultDashboardExportVariables.js +34 -0
- package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -0
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +17 -0
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts.map +1 -0
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +13 -0
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js.map +1 -0
- package/esm/presentation/export/index.d.ts +1 -0
- package/esm/presentation/export/index.d.ts.map +1 -1
- package/esm/presentation/export/index.js +1 -0
- package/esm/presentation/export/index.js.map +1 -1
- package/esm/presentation/export/types.d.ts +42 -1
- package/esm/presentation/export/types.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.d.ts +6 -2
- package/esm/presentation/export/useExportData.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.js +57 -3
- package/esm/presentation/export/useExportData.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +9 -2
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +14 -4
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +9 -3
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +8 -2
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/types.d.ts +2 -1
- package/esm/presentation/filterBar/dateFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +19 -10
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +15 -4
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +2 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +2 -0
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayout.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayout.js +2 -0
- package/esm/presentation/layout/DefaultDashboardLayout.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.json +14 -1
- package/esm/presentation/localization/bundles/en-AU.json +14 -1
- package/esm/presentation/localization/bundles/en-GB.json +14 -1
- package/esm/presentation/localization/bundles/en-US.json +46 -1
- package/esm/presentation/localization/bundles/es-419.json +14 -1
- package/esm/presentation/localization/bundles/es-ES.json +14 -1
- package/esm/presentation/localization/bundles/fi-FI.json +14 -1
- package/esm/presentation/localization/bundles/fr-CA.json +14 -1
- package/esm/presentation/localization/bundles/fr-FR.json +14 -1
- package/esm/presentation/localization/bundles/it-IT.json +14 -1
- package/esm/presentation/localization/bundles/ja-JP.json +14 -1
- package/esm/presentation/localization/bundles/nl-NL.json +14 -1
- package/esm/presentation/localization/bundles/pt-BR.json +14 -1
- package/esm/presentation/localization/bundles/pt-PT.json +14 -1
- package/esm/presentation/localization/bundles/ru-RU.json +1 -0
- package/esm/presentation/localization/bundles/zh-HK.json +14 -1
- package/esm/presentation/localization/bundles/zh-Hans.json +14 -1
- package/esm/presentation/localization/bundles/zh-Hant.json +14 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +2 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js +5 -4
- package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts +0 -5
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js +2 -27
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js +2 -2
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js +2 -3
- package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js +3 -4
- package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js.map +1 -1
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +53 -28
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.js.map +1 -1
- package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts +9 -0
- package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js +15 -0
- package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js.map +1 -0
- package/esm/presentation/topBar/menuButton/types.d.ts +18 -1
- package/esm/presentation/topBar/menuButton/types.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +105 -69
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
- package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts +5 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js +44 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts +5 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js +44 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts +5 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js +44 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts +5 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js +44 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js.map +1 -0
- package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js +2 -2
- package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts +8 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js +6 -3
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts +8 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js +6 -3
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.d.ts +8 -2
- package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.js +26 -4
- package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
- package/esm/presentation/widget/common/useRawExportHandler.d.ts.map +1 -1
- package/esm/presentation/widget/common/useRawExportHandler.js.map +1 -1
- package/esm/presentation/widget/common/useSlidesExportHandler.d.ts +5 -0
- package/esm/presentation/widget/common/useSlidesExportHandler.d.ts.map +1 -0
- package/esm/presentation/widget/common/useSlidesExportHandler.js +35 -0
- package/esm/presentation/widget/common/useSlidesExportHandler.js.map +1 -0
- package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.js +3 -3
- package/esm/presentation/widget/description/DescriptionClickTrigger.js.map +1 -1
- package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts +3 -2
- package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/DefaultDashboardInsight.js +13 -4
- package/esm/presentation/widget/insight/DefaultDashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +35 -9
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts +2 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +2 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts +2 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js +3 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts +2 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js +6 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +7 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts +14 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.js +30 -31
- package/esm/presentation/widget/insight/configuration/ExportOptions.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js +6 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js +4 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js.map +1 -1
- package/esm/presentation/widget/insight/types.d.ts +4 -0
- package/esm/presentation/widget/insight/types.d.ts.map +1 -1
- package/esm/presentation/widget/insight/types.js.map +1 -1
- package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts +6 -0
- package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts.map +1 -0
- package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js +26 -0
- package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js.map +1 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js +4 -3
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts +6 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +12 -4
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +7 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +7 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts +5 -0
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +23 -2
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +740 -27
- package/esm/types.d.ts +8 -0
- package/esm/types.d.ts.map +1 -1
- package/esm/types.js.map +1 -1
- package/package.json +15 -15
- package/styles/css/attributeFilterConfig.css +39 -9
- package/styles/css/attributeFilterConfig.css.map +1 -1
- package/styles/css/configurationPanel.css +4 -1
- package/styles/css/configurationPanel.css.map +1 -1
- package/styles/css/dashboard.css +8 -0
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dateFilterConfig.css +39 -9
- package/styles/css/dateFilterConfig.css.map +1 -1
- package/styles/css/export.css +5 -0
- package/styles/css/export.css.map +1 -1
- package/styles/css/icons.css +42 -0
- package/styles/css/icons.css.map +1 -1
- package/styles/css/main.css +150 -18
- package/styles/css/main.css.map +1 -1
- package/styles/css/sharedFilterConfig.css +39 -9
- package/styles/css/sharedFilterConfig.css.map +1 -1
- package/styles/scss/configurationPanel.scss +5 -2
- package/styles/scss/dashboard.scss +8 -0
- package/styles/scss/export.scss +5 -0
- package/styles/scss/filterBar.scss +1 -1
- package/styles/scss/icons.scss +55 -1
- package/styles/scss/sharedFilterConfig.scss +24 -1
- package/esm/presentation/topBar/buttonBar/button/selectors.d.ts +0 -40
- package/esm/presentation/topBar/buttonBar/button/selectors.d.ts.map +0 -1
- package/esm/presentation/topBar/buttonBar/button/selectors.js +0 -61
- package/esm/presentation/topBar/buttonBar/button/selectors.js.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DefaultFilterBarContainer.js","sourceRoot":"","sources":["../../../../src/presentation/filterBar/filterBar/DefaultFilterBarContainer.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"DefaultFilterBarContainer.js","sourceRoot":"","sources":["../../../../src/presentation/filterBar/filterBar/DefaultFilterBarContainer.tsx"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DashboardLayoutSection.d.ts","sourceRoot":"","sources":["../../../../src/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,qBAAqB,CAAC;AAGvE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,EAEH,6BAA6B,EAChC,MAAM,iEAAiE,CAAC;AAIzE,OAAO,EACH,+BAA+B,EAC/B,6BAA6B,EAC7B,4BAA4B,EAC5B,qCAAqC,EACrC,gCAAgC,EAChC,+BAA+B,EAC/B,8BAA8B,EACjC,MAAM,iBAAiB,CAAC;AASzB;;GAEG;AACH,MAAM,WAAW,4BAA4B,CAAC,OAAO;IACjD,OAAO,EAAE,6BAA6B,CAAC,OAAO,CAAC,CAAC;IAChD,gBAAgB,CAAC,EAAE,gCAAgC,CAAC,OAAO,CAAC,CAAC;IAC7D,eAAe,CAAC,EAAE,+BAA+B,CAAC,OAAO,CAAC,CAAC;IAC3D,qBAAqB,CAAC,EAAE,qCAAqC,CAAC,OAAO,CAAC,CAAC;IACvE,aAAa,CAAC,EAAE,6BAA6B,CAAC,OAAO,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,4BAA4B,CAAC,OAAO,CAAC,CAAC;IACrD,cAAc,EAAE,8BAA8B,CAAC,OAAO,CAAC,CAAC;IACxD,eAAe,CAAC,EAAE,+BAA+B,CAAC,OAAO,CAAC,CAAC;IAC3D,mBAAmB,EAAE,MAAM,OAAO,CAAC;IACnC,UAAU,EAAE,UAAU,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,oBAAoB,CAAC,EAAE,gCAAgC,CAAC;IACxD,gBAAgB,EAAE,eAAe,GAAG,SAAS,CAAC;CACjD;AAaD,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,KAAK,EAAE,4BAA4B,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,
|
1
|
+
{"version":3,"file":"DashboardLayoutSection.d.ts","sourceRoot":"","sources":["../../../../src/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,qBAAqB,CAAC;AAGvE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,EAEH,6BAA6B,EAChC,MAAM,iEAAiE,CAAC;AAIzE,OAAO,EACH,+BAA+B,EAC/B,6BAA6B,EAC7B,4BAA4B,EAC5B,qCAAqC,EACrC,gCAAgC,EAChC,+BAA+B,EAC/B,8BAA8B,EACjC,MAAM,iBAAiB,CAAC;AASzB;;GAEG;AACH,MAAM,WAAW,4BAA4B,CAAC,OAAO;IACjD,OAAO,EAAE,6BAA6B,CAAC,OAAO,CAAC,CAAC;IAChD,gBAAgB,CAAC,EAAE,gCAAgC,CAAC,OAAO,CAAC,CAAC;IAC7D,eAAe,CAAC,EAAE,+BAA+B,CAAC,OAAO,CAAC,CAAC;IAC3D,qBAAqB,CAAC,EAAE,qCAAqC,CAAC,OAAO,CAAC,CAAC;IACvE,aAAa,CAAC,EAAE,6BAA6B,CAAC,OAAO,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,4BAA4B,CAAC,OAAO,CAAC,CAAC;IACrD,cAAc,EAAE,8BAA8B,CAAC,OAAO,CAAC,CAAC;IACxD,eAAe,CAAC,EAAE,+BAA+B,CAAC,OAAO,CAAC,CAAC;IAC3D,mBAAmB,EAAE,MAAM,OAAO,CAAC;IACnC,UAAU,EAAE,UAAU,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,oBAAoB,CAAC,EAAE,gCAAgC,CAAC;IACxD,gBAAgB,EAAE,eAAe,GAAG,SAAS,CAAC;CACjD;AAaD,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,KAAK,EAAE,4BAA4B,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAyGzG"}
|
package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js
CHANGED
@@ -15,9 +15,8 @@ const defaultHeaderRenderer = (props) => (React.createElement(DashboardLayoutSec
|
|
15
15
|
const defaultItemKeyGetter = ({ item }) => serializeLayoutItemPath(item.index());
|
16
16
|
export function DashboardLayoutSection(props) {
|
17
17
|
const { section, sectionRenderer = defaultSectionRenderer, sectionHeaderRenderer = defaultHeaderRenderer, itemKeyGetter = defaultItemKeyGetter, gridRowRenderer, itemRenderer, widgetRenderer, getLayoutDimensions, renderMode, parentLayoutItemSize, parentLayoutPath, } = props;
|
18
|
-
const
|
19
|
-
const
|
20
|
-
const exportData = useSectionExportData(root);
|
18
|
+
const showBorders = parentLayoutPath === undefined || parentLayoutPath.length === 0;
|
19
|
+
const exportData = useSectionExportData(parentLayoutPath?.length ?? 0);
|
21
20
|
const exportStyles = useSlideSizeStyle(renderMode, "section", parentLayoutPath);
|
22
21
|
const renderProps = {
|
23
22
|
section,
|
package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DashboardLayoutSection.js","sourceRoot":"","sources":["../../../../src/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.tsx"],"names":[],"mappings":"AAEA,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAMvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAUrF,OAAO,EAAE,uCAAuC,EAAE,MAAM,2DAA2D,CAAC;AACpH,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAClC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAChG,OAAO,EAAE,aAAa,EAAE,MAAM,0DAA0D,CAAC;AACzF,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAqBrE,MAAM,sBAAsB,GAA6C,CAAC,KAAK,EAAE,EAAE,CAAC,CAChF,oBAAC,8BAA8B,OAAK,KAAK,GAAI,CAChD,CAAC;AAEF,MAAM,qBAAqB,GAAmD,CAAC,KAAK,EAAE,EAAE,CAAC,CACrF,oBAAC,oCAAoC,OAAK,KAAK,GAAI,CACtD,CAAC;AAEF,MAAM,oBAAoB,GAA2C,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAC9E,uBAAuB,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;AAE1C,MAAM,UAAU,sBAAsB,CAAU,KAA4C;IACxF,MAAM,EACF,OAAO,EACP,eAAe,GAAG,sBAAsB,EACxC,qBAAqB,GAAG,qBAAqB,EAC7C,aAAa,GAAG,oBAAoB,EACpC,eAAe,EACf,YAAY,EACZ,cAAc,EACd,mBAAmB,EACnB,UAAU,EACV,oBAAoB,EACpB,gBAAgB,GACnB,GAAG,KAAK,CAAC;IACV,MAAM,
|
1
|
+
{"version":3,"file":"DashboardLayoutSection.js","sourceRoot":"","sources":["../../../../src/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.tsx"],"names":[],"mappings":"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"}
|
@@ -12,7 +12,7 @@ export const DashboardLayoutViewSectionHeader = ({ section, exportData, }) => {
|
|
12
12
|
return null;
|
13
13
|
}
|
14
14
|
const isNestedLayout = section.layout().path() !== undefined;
|
15
|
-
return (React.createElement("div", { className: "gd-fluid-layout-row-header s-fluid-layout-row-header" },
|
15
|
+
return (React.createElement("div", { className: "gd-fluid-layout-row-header s-fluid-layout-row-header", ...exportData?.info },
|
16
16
|
React.createElement("div", { className: "gd-fluid-layout-row-header-container" },
|
17
17
|
React.createElement("div", { className: "gd-row-header-view" },
|
18
18
|
title ? (React.createElement("div", { className: "gd-row-header-title-wrapper", ...exportData?.title },
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DashboardLayoutViewSectionHeaderRenderer.js","sourceRoot":"","sources":["../../../../src/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAGxC,OAAO,EAAE,8BAA8B,EAAE,MAAM,uDAAuD,CAAC;AAEvG,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AAQvG,MAAM,CAAC,MAAM,gCAAgC,GAAiD,CAAC,EAC3F,OAAO,EACP,UAAU,GACb,EAAE,EAAE;IACD,MAAM,EAAE,wBAAwB,EAAE,GAAG,8BAA8B,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;IAC5F,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IAC9B,MAAM,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAC1C,IAAI,CAAC,wBAAwB,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,OAAO,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC;QACxE,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,MAAM,cAAc,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,KAAK,SAAS,CAAC;IAC7D,OAAO,CACH,6BAAK,SAAS,EAAC,sDAAsD;
|
1
|
+
{"version":3,"file":"DashboardLayoutViewSectionHeaderRenderer.js","sourceRoot":"","sources":["../../../../src/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAGxC,OAAO,EAAE,8BAA8B,EAAE,MAAM,uDAAuD,CAAC;AAEvG,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AAQvG,MAAM,CAAC,MAAM,gCAAgC,GAAiD,CAAC,EAC3F,OAAO,EACP,UAAU,GACb,EAAE,EAAE;IACD,MAAM,EAAE,wBAAwB,EAAE,GAAG,8BAA8B,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;IAC5F,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IAC9B,MAAM,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAC1C,IAAI,CAAC,wBAAwB,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,OAAO,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC;QACxE,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,MAAM,cAAc,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,KAAK,SAAS,CAAC;IAC7D,OAAO,CACH,6BAAK,SAAS,EAAC,sDAAsD,KAAK,UAAU,EAAE,IAAI;QACtF,6BAAK,SAAS,EAAE,sCAAsC;YAClD,6BAAK,SAAS,EAAC,oBAAoB;gBAC9B,KAAK,CAAC,CAAC,CAAC,CACL,6BAAK,SAAS,EAAC,6BAA6B,KAAK,UAAU,EAAE,KAAK;oBAC9D,8BAAM,SAAS,EAAC,OAAO;wBACnB,oBAAC,UAAU,IACP,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,EACrC,SAAS,EAAC,0BAA0B,IAEnC,KAAK,CACG,CACV,CACL,CACT,CAAC,CAAC,CAAC,IAAI;gBACP,WAAW,CAAC,CAAC,CAAC,CACX,oBAAC,uCAAuC,IACpC,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,UAAU,EAAE,WAAW,GACrC,CACL,CAAC,CAAC,CAAC,IAAI,CACN,CACJ,CACJ,CACT,CAAC;AACN,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DefaultFlexibleDashboardLayout.d.ts","sourceRoot":"","sources":["../../../src/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.tsx"],"names":[],"mappings":";AA2BA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;
|
1
|
+
{"version":3,"file":"DefaultFlexibleDashboardLayout.d.ts","sourceRoot":"","sources":["../../../src/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.tsx"],"names":[],"mappings":";AA2BA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAuEnD;;GAEG;AACH,eAAO,MAAM,8BAA8B,UAAW,qBAAqB,KAAG,WA4F7E,CAAC"}
|
@@ -16,6 +16,7 @@ import { EmptyDashboardNestedLayout } from "./EmptyDashboardNestedLayout.js";
|
|
16
16
|
import { useScreenSize } from "../dashboard/components/DashboardScreenSizeContext.js";
|
17
17
|
import { useDashboardItemPathAndSize } from "../dashboard/components/DashboardItemPathAndSizeContext.js";
|
18
18
|
import { useDashboardCustomizationsContext } from "../dashboardContexts/index.js";
|
19
|
+
import { DefaultDashboardExportVariables } from "../export/index.js";
|
19
20
|
/**
|
20
21
|
* Get dashboard layout for exports.
|
21
22
|
* - Create new extra rows if current row has width of widgets greater than 12
|
@@ -106,6 +107,7 @@ export const DefaultFlexibleDashboardLayout = (props) => {
|
|
106
107
|
return React.createElement(EmptyDashboardLayout, null);
|
107
108
|
}
|
108
109
|
return (React.createElement(React.Fragment, null,
|
110
|
+
React.createElement(DefaultDashboardExportVariables, { renderMode: renderMode }),
|
109
111
|
React.createElement(DashboardLayout, { className: cx(dashboardItemClasses, {
|
110
112
|
"export-mode": isExport,
|
111
113
|
}), layout: transformedLayout, parentLayoutItemSize: itemSize, parentLayoutPath: itemPath, exportTransformer: existingExportTransformFn, itemKeyGetter: itemKeyGetter, widgetRenderer: widgetRenderer, enableCustomHeight: enableWidgetCustomHeight, sectionRenderer: renderModeAwareDashboardLayoutSectionRenderer, sectionHeaderRenderer: renderModeAwareDashboardLayoutSectionHeaderRenderer, renderMode: renderMode, focusObject: dashboardFocusObject })));
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DefaultFlexibleDashboardLayout.js","sourceRoot":"","sources":["../../../src/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,EAGH,cAAc,EACd,QAAQ,GAGX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AACrC,OAAO,GAAG,MAAM,eAAe,CAAC;AAChC,OAAO,EAAE,MAAM,YAAY,CAAC;AAE5B,OAAO,EACH,oBAAoB,EACpB,cAAc,EACd,YAAY,EAEZ,iBAAiB,EACjB,8BAA8B,EAC9B,gBAAgB,EAChB,iBAAiB,GACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,OAAO,EACH,eAAe,EACf,sBAAsB,GAGzB,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,6CAA6C,EAAE,MAAM,mFAAmF,CAAC;AAClJ,OAAO,EAAE,mDAAmD,EAAE,MAAM,yFAAyF,CAAC;AAC9J,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AACtF,OAAO,EAAE,2BAA2B,EAAE,MAAM,4DAA4D,CAAC;AACzG,OAAO,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;
|
1
|
+
{"version":3,"file":"DefaultFlexibleDashboardLayout.js","sourceRoot":"","sources":["../../../src/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.tsx"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DefaultDashboardLayout.d.ts","sourceRoot":"","sources":["../../../src/presentation/layout/DefaultDashboardLayout.tsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"DefaultDashboardLayout.d.ts","sourceRoot":"","sources":["../../../src/presentation/layout/DefaultDashboardLayout.tsx"],"names":[],"mappings":";AA+BA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAqJnD;;GAEG;AACH,eAAO,MAAM,sBAAsB,UAAW,qBAAqB,KAAG,WAOrE,CAAC"}
|
@@ -6,6 +6,7 @@ import max from "lodash/max.js";
|
|
6
6
|
import { useDashboardSelector, selectIsExport, selectIsLayoutEmpty, selectLayout, selectInsightsMap, selectEnableWidgetCustomHeight, selectRenderMode, selectEnableFlexibleLayout, selectFocusObject, } from "../../model/index.js";
|
7
7
|
import { isInitialPlaceholderWidget } from "../../widgets/index.js";
|
8
8
|
import { DefaultFlexibleDashboardLayout } from "../flexibleLayout/index.js";
|
9
|
+
import { DefaultDashboardExportVariables } from "../export/index.js";
|
9
10
|
import { useDashboardCustomizationsContext } from "../dashboardContexts/index.js";
|
10
11
|
import { DashboardLayoutWidget } from "./DashboardLayoutWidget.js";
|
11
12
|
import { DashboardLayout, DashboardLayoutBuilder, } from "./DefaultDashboardLayoutRenderer/index.js";
|
@@ -95,6 +96,7 @@ const LegacyDefaultDashboardLayout = (props) => {
|
|
95
96
|
const shouldRenderSectionHotspot = transformedLayout.sections.length > 1 ||
|
96
97
|
transformedLayout.sections[0].items.some((i) => !isInitialPlaceholderWidget(i.widget));
|
97
98
|
return (React.createElement(React.Fragment, null,
|
99
|
+
React.createElement(DefaultDashboardExportVariables, { renderMode: renderMode }),
|
98
100
|
React.createElement(DashboardLayout, { className: isExport ? "export-mode" : "", layout: transformedLayout, itemKeyGetter: itemKeyGetter, widgetRenderer: widgetRenderer, enableCustomHeight: enableWidgetCustomHeight, sectionRenderer: renderModeAwareDashboardLayoutSectionRenderer, sectionHeaderRenderer: renderModeAwareDashboardLayoutSectionHeaderRenderer, exportTransformer: existingExportTransformFn, renderMode: renderMode, focusObject: dashboardFocusObject }),
|
99
101
|
!!shouldRenderSectionHotspot && (React.createElement(SectionHotspot, { index: transformedLayout.sections.length, targetPosition: "below" }))));
|
100
102
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DefaultDashboardLayout.js","sourceRoot":"","sources":["../../../src/presentation/layout/DefaultDashboardLayout.tsx"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"DefaultDashboardLayout.js","sourceRoot":"","sources":["../../../src/presentation/layout/DefaultDashboardLayout.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,EAGH,cAAc,EACd,QAAQ,GAGX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AACrC,OAAO,GAAG,MAAM,eAAe,CAAC;AAEhC,OAAO,EAEH,oBAAoB,EACpB,cAAc,EACd,mBAAmB,EACnB,YAAY,EACZ,iBAAiB,EACjB,8BAA8B,EAC9B,gBAAgB,EAChB,0BAA0B,EAC1B,iBAAiB,GACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AAElF,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,OAAO,EACH,eAAe,EACf,sBAAsB,GAGzB,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,6CAA6C,EAAE,MAAM,mFAAmF,CAAC;AAClJ,OAAO,EAAE,mDAAmD,EAAE,MAAM,yFAAyF,CAAC;AAC9J,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,iDAAiD,CAAC;AAEjF;;;;;;;GAOG;AACH,SAAS,2BAA2B,CAChC,MAAiD;IAEjD,MAAM,UAAU,GAAG,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtD,MAAM,YAAY,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC;IACzC,MAAM,QAAQ,GAAG,YAAY,CAAC,QAAQ,EAAE,CAAC;IACzC,MAAM,mBAAmB,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;QACnD,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC;QACvC,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE;KAC3B,CAAC,CAAC,CAAC;IAEJ,UAAU,CAAC,cAAc,EAAE,CAAC;IAC5B,mBAAmB,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,EAAE;QAC3C,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,KAAK,EAAE,EAAE;YAC/C,gFAAgF;YAChF,+DAA+D;YAC/D,8CAA8C;YAC9C,2EAA2E;YAC3E,MAAM,uBAAuB,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC;YACpF,MAAM,aAAa,GAAG,GAAG,CAAC,uBAAuB,CAAC,CAAC;YAEnD,UAAU,CAAC,aAAa,CAAC,CAAC,OAAO,EAAE,EAAE;gBACjC,UAAU,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;oBACxB,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC;wBACd,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;oBAC1C,CAAC;oBACD,OAAO,CAAC,UAAU,CAAC,EAAE,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,UAAU,EAAE,aAAa,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CACvE,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAC1B,CAAC;gBACN,CAAC,CAAC,CAAC;gBACH,OAAO,OAAO,CAAC;YACnB,CAAC,CAAC,CAAC;QACP,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;IAEH,OAAO,UAAU,CAAC,KAAK,EAAE,CAAC;AAC9B,CAAC;AAED,MAAM,aAAa,GAA2D,CAAC,cAAc,EAAE,EAAE;IAC7F,MAAM,MAAM,GAAG,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;IAC5C,IAAI,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;QACnB,OAAO,cAAc,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACtC,CAAC;IACD,OAAO,cAAc,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE,CAAC;AAClD,CAAC,CAAC;AAEF,MAAM,4BAA4B,GAAG,CAAC,KAA4B,EAAe,EAAE;IAC/E,MAAM,EAAE,eAAe,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAEpD,MAAM,MAAM,GAAG,oBAAoB,CAAC,YAAY,CAAC,CAAC;IAClD,MAAM,aAAa,GAAG,oBAAoB,CAAC,mBAAmB,CAAC,CAAC;IAChE,MAAM,wBAAwB,GAAG,oBAAoB,CAAC,8BAA8B,CAAC,CAAC;IACtF,MAAM,QAAQ,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IACzD,MAAM,QAAQ,GAAG,oBAAoB,CAAC,cAAc,CAAC,CAAC;IACtD,MAAM,UAAU,GAAG,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;IAC1D,MAAM,oBAAoB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IACrE,MAAM,EAAE,yBAAyB,EAAE,GAAG,iCAAiC,EAAE,CAAC;IAE1E,MAAM,eAAe,GAAG,WAAW,CAC/B,CAAC,UAAkB,EAAwB,EAAE;QACzC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC,EACD,CAAC,QAAQ,CAAC,CACb,CAAC;IAEF,MAAM,eAAe,GAAG,OAAO,CAAC,GAAG,EAAE;QACjC,oHAAoH;QACpH,MAAM,KAAK,GAAG,IAAI,QAAQ,CAAwD,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;QAChG,OAAO,0BAA0B,CAAC,KAAK,CAAC,CAAC;IAC7C,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,EAAE;QACnC,IAAI,QAAQ,EAAE,CAAC;YACX,OAAO,2BAA2B,CAAC,MAAM,CAAC,CAAC;QAC/C,CAAC;QAED,OAAO,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;aACpC,cAAc,CAAC,CAAC,OAAO,EAAE,EAAE,CACxB,OAAO,CAAC,WAAW,CAAC,eAAe,CAAC,eAAe,EAAE,wBAAwB,CAAC,CAAC,CAClF;aACA,KAAK,EAAE,CAAC;IACjB,CAAC,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,wBAAwB,EAAE,eAAe,CAAC,CAAC,CAAC;IAEnF,MAAM,cAAc,GAAG,WAAW,CAC9B,CAAC,WAAW,EAAE,EAAE;QACZ,OAAO,CACH,oBAAC,qBAAqB,IAClB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,EAChB,eAAe,EAAE,eAAe,KAC5B,WAAW,GACjB,CACL,CAAC;IACN,CAAC,EACD,CAAC,OAAO,EAAE,OAAO,EAAE,eAAe,CAAC,CACtC,CAAC;IAEF,IAAI,aAAa,EAAE,CAAC;QAChB,OAAO,oBAAC,oBAAoB,OAAG,CAAC;IACpC,CAAC;IAED,kIAAkI;IAClI,MAAM,0BAA0B,GAC5B,iBAAiB,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC;QACrC,iBAAiB,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;IAE3F,OAAO,CACH;QACI,oBAAC,+BAA+B,IAAC,UAAU,EAAE,UAAU,GAAI;QAC3D,oBAAC,eAAe,IACZ,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,EACxC,MAAM,EAAE,iBAAiB,EACzB,aAAa,EAAE,aAAa,EAC5B,cAAc,EAAE,cAAc,EAC9B,kBAAkB,EAAE,wBAAwB,EAC5C,eAAe,EAAE,6CAA6C,EAC9D,qBAAqB,EAAE,mDAAmD,EAC1E,iBAAiB,EAAE,yBAAyB,EAC5C,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,oBAAoB,GACnC;QACD,CAAC,CAAC,0BAA0B,IAAI,CAC7B,oBAAC,cAAc,IAAC,KAAK,EAAE,iBAAiB,CAAC,QAAQ,CAAC,MAAM,EAAE,cAAc,EAAC,OAAO,GAAG,CACtF,CACF,CACN,CAAC;AACN,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,KAA4B,EAAe,EAAE;IAChF,+FAA+F;IAC/F,MAAM,uBAAuB,GAAG,oBAAoB,CAAC,0BAA0B,CAAC,CAAC;IACjF,IAAI,uBAAuB,EAAE,CAAC;QAC1B,OAAO,oBAAC,8BAA8B,OAAK,KAAK,GAAI,CAAC;IACzD,CAAC;IACD,OAAO,oBAAC,4BAA4B,OAAK,KAAK,GAAI,CAAC;AACvD,CAAC,CAAC"}
|
@@ -13,7 +13,7 @@ const defaultHeaderRenderer = (props) => (React.createElement(DashboardLayoutSec
|
|
13
13
|
const defaultItemKeyGetter = ({ item }) => item.index().toString();
|
14
14
|
export function DashboardLayoutSection(props) {
|
15
15
|
const { section, sectionRenderer = defaultSectionRenderer, sectionHeaderRenderer = defaultHeaderRenderer, itemKeyGetter = defaultItemKeyGetter, gridRowRenderer, itemRenderer, widgetRenderer, getLayoutDimensions, screen, renderMode, } = props;
|
16
|
-
const exportData = useSectionExportData(
|
16
|
+
const exportData = useSectionExportData(0);
|
17
17
|
const exportStyles = useSlideSizeStyle(renderMode, "section");
|
18
18
|
const renderProps = { section, screen, renderMode, exportData: exportData?.section };
|
19
19
|
const items = useMemo(() => {
|
package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DashboardLayoutSection.js","sourceRoot":"","sources":["../../../../src/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.tsx"],"names":[],"mappings":"AAEA,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAMvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAUrF,OAAO,EAAE,uCAAuC,EAAE,MAAM,2DAA2D,CAAC;AACpH,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAClC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAoBrE,MAAM,sBAAsB,GAA6C,CAAC,KAAK,EAAE,EAAE,CAAC,CAChF,oBAAC,8BAA8B,OAAK,KAAK,GAAI,CAChD,CAAC;AAEF,MAAM,qBAAqB,GAAmD,CAAC,KAAK,EAAE,EAAE,CAAC,CACrF,oBAAC,oCAAoC,OAAK,KAAK,GAAI,CACtD,CAAC;AAEF,MAAM,oBAAoB,GAA2C,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE,CAAC;AAE3G,MAAM,UAAU,sBAAsB,CAAU,KAA4C;IACxF,MAAM,EACF,OAAO,EACP,eAAe,GAAG,sBAAsB,EACxC,qBAAqB,GAAG,qBAAqB,EAC7C,aAAa,GAAG,oBAAoB,EACpC,eAAe,EACf,YAAY,EACZ,cAAc,EACd,mBAAmB,EACnB,MAAM,EACN,UAAU,GACb,GAAG,KAAK,CAAC;IACV,MAAM,UAAU,GAAG,oBAAoB,CAAC,
|
1
|
+
{"version":3,"file":"DashboardLayoutSection.js","sourceRoot":"","sources":["../../../../src/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.tsx"],"names":[],"mappings":"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"}
|
package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js
CHANGED
@@ -4,7 +4,7 @@ import { Typography } from "@gooddata/sdk-ui-kit";
|
|
4
4
|
import { DashboardLayoutSectionHeaderDescription } from "./DashboardLayoutSectionHeaderDescription.js";
|
5
5
|
export const DashboardLayoutSectionHeader = (props) => {
|
6
6
|
const { title, description, renderBeforeHeader, renderHeader, exportData } = props;
|
7
|
-
return (React.createElement("div", { className: "gd-fluid-layout-row-header s-fluid-layout-row-header" },
|
7
|
+
return (React.createElement("div", { className: "gd-fluid-layout-row-header s-fluid-layout-row-header", ...exportData?.info },
|
8
8
|
renderBeforeHeader,
|
9
9
|
React.createElement("div", { className: "gd-fluid-layout-row-header-container" }, renderHeader ?? (React.createElement("div", { className: "gd-row-header-view" },
|
10
10
|
title ? (React.createElement("div", { className: "gd-row-header-title-wrapper", ...exportData?.title },
|
package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DashboardLayoutSectionHeader.js","sourceRoot":"","sources":["../../../../src/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AA4BvG,MAAM,CAAC,MAAM,4BAA4B,GAAiD,CAAC,KAAK,EAAE,EAAE;IAChG,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,YAAY,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IAEnF,OAAO,CACH,6BAAK,SAAS,EAAC,sDAAsD;
|
1
|
+
{"version":3,"file":"DashboardLayoutSectionHeader.js","sourceRoot":"","sources":["../../../../src/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AA4BvG,MAAM,CAAC,MAAM,4BAA4B,GAAiD,CAAC,KAAK,EAAE,EAAE;IAChG,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,YAAY,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IAEnF,OAAO,CACH,6BAAK,SAAS,EAAC,sDAAsD,KAAK,UAAU,EAAE,IAAI;QACrF,kBAAkB;QACnB,6BAAK,SAAS,EAAC,sCAAsC,IAChD,YAAY,IAAI,CACb,6BAAK,SAAS,EAAC,oBAAoB;YAC9B,KAAK,CAAC,CAAC,CAAC,CACL,6BAAK,SAAS,EAAC,6BAA6B,KAAK,UAAU,EAAE,KAAK;gBAC9D,8BAAM,SAAS,EAAC,OAAO;oBACnB,oBAAC,UAAU,IAAC,OAAO,EAAC,IAAI,EAAC,SAAS,EAAC,0BAA0B,IACxD,KAAK,CACG,CACV,CACL,CACT,CAAC,CAAC,CAAC,IAAI;YACP,WAAW,CAAC,CAAC,CAAC,CACX,oBAAC,uCAAuC,IACpC,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,UAAU,EAAE,WAAW,GACrC,CACL,CAAC,CAAC,CAAC,IAAI,CACN,CACT,CACC,CACJ,CACT,CAAC;AACN,CAAC,CAAC"}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Löschen",
|
133
133
|
"close": "Schließen",
|
134
134
|
"cancel": "Abbrechen",
|
135
|
+
"apply": "Übernehmen",
|
135
136
|
"gs.date.today": "Heute",
|
136
137
|
"gs.date.tomorrow": "Morgen",
|
137
138
|
"gs.date.yesterday": "Gestern",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Hier ablegen</b>{br}, um zum Container hinzuzufügen",
|
665
666
|
"insightAlert.config.accessbility.input": "Bedingungswert",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Bedingungsart",
|
667
|
-
"alert.accessibility.destination.label": "Auswählen, wie die Warnung gesendet werden soll"
|
668
|
+
"alert.accessibility.destination.label": "Auswählen, wie die Warnung gesendet werden soll",
|
669
|
+
"insightAlert.config.action": "Aktion",
|
670
|
+
"insightAlert.config.name": "Name",
|
671
|
+
"insightAlert.config.accessibility.title": "Benutzerdefinierter Name der Warnung",
|
672
|
+
"options.menu.export": "Exportieren",
|
673
|
+
"options.menu.export.header.data": "Daten",
|
674
|
+
"options.menu.export_to_pdf": "Nach PDF exportieren",
|
675
|
+
"options.menu.export.EXCEL": "Daten (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Foliendeck (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Foliendeck (PDF)",
|
678
|
+
"options.menu.export.in.progress": "Der Export ist im Gange. Warten Sie, bis er fertig ist, bevor Sie es erneut exportieren.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Name des plans",
|
680
|
+
"widget.options.menu.export": "Exportieren"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Delete",
|
133
133
|
"close": "Close",
|
134
134
|
"cancel": "Cancel",
|
135
|
+
"apply": "Apply",
|
135
136
|
"gs.date.today": "Today",
|
136
137
|
"gs.date.tomorrow": "Tomorrow",
|
137
138
|
"gs.date.yesterday": "Yesterday",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Drop here</b>{br}to add to the container",
|
665
666
|
"insightAlert.config.accessbility.input": "Condition value",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Condition type",
|
667
|
-
"alert.accessibility.destination.label": "Select how to send the alert"
|
668
|
+
"alert.accessibility.destination.label": "Select how to send the alert",
|
669
|
+
"insightAlert.config.action": "Action",
|
670
|
+
"insightAlert.config.name": "Name",
|
671
|
+
"insightAlert.config.accessibility.title": "Custom name of the alert",
|
672
|
+
"options.menu.export": "Export",
|
673
|
+
"options.menu.export.header.data": "Data",
|
674
|
+
"options.menu.export_to_pdf": "Export to PDF",
|
675
|
+
"options.menu.export.EXCEL": "Data (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Slide Deck (PPT)",
|
677
|
+
"options.menu.export.presentation.PDF": "Slide Deck (PDF)",
|
678
|
+
"options.menu.export.in.progress": "Export is in progress. Wait until it is finished before exporting again.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Timetable name",
|
680
|
+
"widget.options.menu.export": "Export"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Delete",
|
133
133
|
"close": "Close",
|
134
134
|
"cancel": "Cancel",
|
135
|
+
"apply": "Apply",
|
135
136
|
"gs.date.today": "Today",
|
136
137
|
"gs.date.tomorrow": "Tomorrow",
|
137
138
|
"gs.date.yesterday": "Yesterday",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Drop here</b>{br}to add to the container",
|
665
666
|
"insightAlert.config.accessbility.input": "Condition value",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Condition type",
|
667
|
-
"alert.accessibility.destination.label": "Select how to send the alert"
|
668
|
+
"alert.accessibility.destination.label": "Select how to send the alert",
|
669
|
+
"insightAlert.config.action": "Action",
|
670
|
+
"insightAlert.config.name": "Name",
|
671
|
+
"insightAlert.config.accessibility.title": "Custom name of the alert",
|
672
|
+
"options.menu.export": "Export",
|
673
|
+
"options.menu.export.header.data": "Data",
|
674
|
+
"options.menu.export_to_pdf": "Export to PDF",
|
675
|
+
"options.menu.export.EXCEL": "Data (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Slide Deck (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Slide Deck (PDF)",
|
678
|
+
"options.menu.export.in.progress": "Export is in progress. Please wait until it is completed before exporting again.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Timetable name",
|
680
|
+
"widget.options.menu.export": "Export"
|
668
681
|
}
|
@@ -117,11 +117,46 @@
|
|
117
117
|
"comment": "",
|
118
118
|
"limit": 0
|
119
119
|
},
|
120
|
-
"options.menu.export
|
120
|
+
"options.menu.export": {
|
121
|
+
"value": "Export",
|
122
|
+
"comment": "Export submenu",
|
123
|
+
"limit": 0
|
124
|
+
},
|
125
|
+
"options.menu.export.header.data": {
|
126
|
+
"value": "Data",
|
127
|
+
"comment": "Export submenu for data",
|
128
|
+
"limit": 0
|
129
|
+
},
|
130
|
+
"options.menu.export_to_pdf": {
|
121
131
|
"value": "Export to PDF",
|
122
132
|
"comment": "Export whole KPI dashboard to PDF",
|
123
133
|
"limit": 0
|
124
134
|
},
|
135
|
+
"options.menu.export.PDF": {
|
136
|
+
"value": "Snapshot (PDF)",
|
137
|
+
"comment": "Export whole KPI dashboard to PDF",
|
138
|
+
"limit": 0
|
139
|
+
},
|
140
|
+
"options.menu.export.EXCEL": {
|
141
|
+
"value": "Data (XLSX)",
|
142
|
+
"comment": "Export whole KPI dashboard to EXCEL",
|
143
|
+
"limit": 0
|
144
|
+
},
|
145
|
+
"options.menu.export.presentation.PPTX": {
|
146
|
+
"value": "Slide Deck (PPTX)",
|
147
|
+
"comment": "Export whole KPI dashboard to PowerPoint",
|
148
|
+
"limit": 0
|
149
|
+
},
|
150
|
+
"options.menu.export.presentation.PDF": {
|
151
|
+
"value": "Slide Deck (PDF)",
|
152
|
+
"comment": "Export whole KPI dashboard to PowerPoint",
|
153
|
+
"limit": 0
|
154
|
+
},
|
155
|
+
"options.menu.export.in.progress": {
|
156
|
+
"value": "Export is in progress. Wait until it is finished before exporting again.",
|
157
|
+
"comment": "Export whole KPI dashboard to PowerPoint",
|
158
|
+
"limit": 0
|
159
|
+
},
|
125
160
|
"options.menu.schedule.email": {
|
126
161
|
"value": "Schedule export",
|
127
162
|
"comment": "Translate as imperative. Schedule emailing whole KPI dashboard",
|
@@ -458,6 +493,11 @@
|
|
458
493
|
"comment": "Placeholder for schedule title input",
|
459
494
|
"limit": 0
|
460
495
|
},
|
496
|
+
"dialogs.schedule.accessibility.label.email.title": {
|
497
|
+
"value": "Schedule name",
|
498
|
+
"comment": "",
|
499
|
+
"limit": 0
|
500
|
+
},
|
461
501
|
"dialogs.schedule.email.message.label": {
|
462
502
|
"value": "Message",
|
463
503
|
"comment": "Message of the scheduled email.",
|
@@ -793,6 +833,11 @@
|
|
793
833
|
"comment": "",
|
794
834
|
"limit": 0
|
795
835
|
},
|
836
|
+
"apply": {
|
837
|
+
"value": "Apply",
|
838
|
+
"comment": "",
|
839
|
+
"limit": 0
|
840
|
+
},
|
796
841
|
"gs.date.today": {
|
797
842
|
"value": "Today",
|
798
843
|
"comment": "",
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Eliminar",
|
133
133
|
"close": "Cerrar",
|
134
134
|
"cancel": "Cancelar",
|
135
|
+
"apply": "Aplicar",
|
135
136
|
"gs.date.today": "Hoy",
|
136
137
|
"gs.date.tomorrow": "Mañana",
|
137
138
|
"gs.date.yesterday": "Ayer",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Suelta aquí</b>{br}para agregarlo al contenedor",
|
665
666
|
"insightAlert.config.accessbility.input": "Valor de la condición",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Tipo de condición",
|
667
|
-
"alert.accessibility.destination.label": "Seleccionar cómo enviar la alerta"
|
668
|
+
"alert.accessibility.destination.label": "Seleccionar cómo enviar la alerta",
|
669
|
+
"insightAlert.config.action": "Acción",
|
670
|
+
"insightAlert.config.name": "Nombre",
|
671
|
+
"insightAlert.config.accessibility.title": "Nombre personalizado de la alerta",
|
672
|
+
"options.menu.export": "Exportar",
|
673
|
+
"options.menu.export.header.data": "Datos",
|
674
|
+
"options.menu.export_to_pdf": "Exportar a PDF",
|
675
|
+
"options.menu.export.EXCEL": "Datos (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Diapositivas (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Diapositivas (PDF)",
|
678
|
+
"options.menu.export.in.progress": "La exportación está en curso. Espere a que finalice antes de volver a exportar.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nombre de la programación",
|
680
|
+
"widget.options.menu.export": "Exportar"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Eliminar",
|
133
133
|
"close": "Cerrar",
|
134
134
|
"cancel": "Cancelar",
|
135
|
+
"apply": "Aplicar",
|
135
136
|
"gs.date.today": "Hoy",
|
136
137
|
"gs.date.tomorrow": "Mañana",
|
137
138
|
"gs.date.yesterday": "Ayer",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Soltar aquí</b>{br}para añadir al contenedor",
|
665
666
|
"insightAlert.config.accessbility.input": "Valor de la condición",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Tipo de condición",
|
667
|
-
"alert.accessibility.destination.label": "Seleccione cómo enviar la alerta"
|
668
|
+
"alert.accessibility.destination.label": "Seleccione cómo enviar la alerta",
|
669
|
+
"insightAlert.config.action": "Acción",
|
670
|
+
"insightAlert.config.name": "Nombre",
|
671
|
+
"insightAlert.config.accessibility.title": "Nombre personalizado de la alerta",
|
672
|
+
"options.menu.export": "Exportar",
|
673
|
+
"options.menu.export.header.data": "Datos",
|
674
|
+
"options.menu.export_to_pdf": "Exportar a PDF",
|
675
|
+
"options.menu.export.EXCEL": "Datos (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Diapositivas (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Diapositivas (PDF)",
|
678
|
+
"options.menu.export.in.progress": "La exportación está en curso. Espere hasta que finalice antes de volver a exportar.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nombre de programación",
|
680
|
+
"widget.options.menu.export": "Exportar"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Poista",
|
133
133
|
"close": "Sulje",
|
134
134
|
"cancel": "Peruuta",
|
135
|
+
"apply": "Käytä",
|
135
136
|
"gs.date.today": "Tänään",
|
136
137
|
"gs.date.tomorrow": "Huomenna",
|
137
138
|
"gs.date.yesterday": "Eilen",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Pudota tänne</b>{br} lisättäväksi säiliöön",
|
665
666
|
"insightAlert.config.accessbility.input": "Kuntoarvo",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Kuntotyyppi",
|
667
|
-
"alert.accessibility.destination.label": "Valitse hälytyksen lähetystapa"
|
668
|
+
"alert.accessibility.destination.label": "Valitse hälytyksen lähetystapa",
|
669
|
+
"insightAlert.config.action": "Toiminta",
|
670
|
+
"insightAlert.config.name": "Nimi",
|
671
|
+
"insightAlert.config.accessibility.title": "Hälytyksen mukautettu nimi",
|
672
|
+
"options.menu.export": "Vie",
|
673
|
+
"options.menu.export.header.data": "Data",
|
674
|
+
"options.menu.export_to_pdf": "Vie PDF-muodossa",
|
675
|
+
"options.menu.export.EXCEL": "Tiedot (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Liukukansi (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Liukukansi (pdf)",
|
678
|
+
"options.menu.export.in.progress": "Vienti on käynnissä. Odota, kunnes se on valmis, ennen kuin viet sen uudelleen.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Aikataulun nimi",
|
680
|
+
"widget.options.menu.export": "Vie"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Supprimer",
|
133
133
|
"close": "Fermer",
|
134
134
|
"cancel": "Annuler",
|
135
|
+
"apply": "Appliquer",
|
135
136
|
"gs.date.today": "Aujourd'hui",
|
136
137
|
"gs.date.tomorrow": "Demain",
|
137
138
|
"gs.date.yesterday": "Hier",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Déposer icib</b>{br}à ajouter au conteneur",
|
665
666
|
"insightAlert.config.accessbility.input": "Valeur de la condition",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Type de condition",
|
667
|
-
"alert.accessibility.destination.label": "Sélectionner le mode d'envoi de l'alerte"
|
668
|
+
"alert.accessibility.destination.label": "Sélectionner le mode d'envoi de l'alerte",
|
669
|
+
"insightAlert.config.action": "Action",
|
670
|
+
"insightAlert.config.name": "Nom",
|
671
|
+
"insightAlert.config.accessibility.title": "Nom personnalisé de l'alerte",
|
672
|
+
"options.menu.export": "Exporter",
|
673
|
+
"options.menu.export.header.data": "Données",
|
674
|
+
"options.menu.export_to_pdf": "Exporter vers PDF",
|
675
|
+
"options.menu.export.EXCEL": "Données (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Diaporama (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Diaporama (PDF)",
|
678
|
+
"options.menu.export.in.progress": "L'exportation est en cours. Attendez qu'elle soit terminée avant de procéder à une nouvelle exportation.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nom de l'horaire",
|
680
|
+
"widget.options.menu.export": "Exporter"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Supprimer",
|
133
133
|
"close": "Fermer",
|
134
134
|
"cancel": "Annuler",
|
135
|
+
"apply": "Appliquer",
|
135
136
|
"gs.date.today": "Aujourd'hui",
|
136
137
|
"gs.date.tomorrow": "Demain",
|
137
138
|
"gs.date.yesterday": "Hier",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Déposer ici</b>{br}pour ajouter au conteneur",
|
665
666
|
"insightAlert.config.accessbility.input": "Valeur de la condition",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Type de condition",
|
667
|
-
"alert.accessibility.destination.label": "Sélectionner le mode d'envoi de l'alerte"
|
668
|
+
"alert.accessibility.destination.label": "Sélectionner le mode d'envoi de l'alerte",
|
669
|
+
"insightAlert.config.action": "Action",
|
670
|
+
"insightAlert.config.name": "Nom",
|
671
|
+
"insightAlert.config.accessibility.title": "Nom personnalisé de l'alerte",
|
672
|
+
"options.menu.export": "Exporter",
|
673
|
+
"options.menu.export.header.data": "Données",
|
674
|
+
"options.menu.export_to_pdf": "Exporter vers PDF",
|
675
|
+
"options.menu.export.EXCEL": "Données (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Diaporama (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Diaporama (PDF)",
|
678
|
+
"options.menu.export.in.progress": "L'exportation est en cours. Attendez qu'elle soit terminée avant de procéder à une nouvelle exportation.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nom de l'horaire",
|
680
|
+
"widget.options.menu.export": "Exporter"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Elimina",
|
133
133
|
"close": "Chiudi",
|
134
134
|
"cancel": "Annulla",
|
135
|
+
"apply": "Applica",
|
135
136
|
"gs.date.today": "Oggi",
|
136
137
|
"gs.date.tomorrow": "Domani",
|
137
138
|
"gs.date.yesterday": "Ieri",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Trascina qui</b>{br}per aggiungere al contenitore",
|
665
666
|
"insightAlert.config.accessbility.input": "Valore della condizione",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Tipo di condizione",
|
667
|
-
"alert.accessibility.destination.label": "Seleziona la modalità di invio dell'avviso"
|
668
|
+
"alert.accessibility.destination.label": "Seleziona la modalità di invio dell'avviso",
|
669
|
+
"insightAlert.config.action": "Azione",
|
670
|
+
"insightAlert.config.name": "Nome",
|
671
|
+
"insightAlert.config.accessibility.title": "Nome personalizzato dell'avviso",
|
672
|
+
"options.menu.export": "Esporta",
|
673
|
+
"options.menu.export.header.data": "Dati",
|
674
|
+
"options.menu.export_to_pdf": "Esporta in PDF",
|
675
|
+
"options.menu.export.EXCEL": "Dati (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Presentazione di diapositive (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Presentazione di diapositive (PDF)",
|
678
|
+
"options.menu.export.in.progress": "L'esportazione è in corso. Attendere che sia terminata prima di esportare nuovamente.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nome del programma",
|
680
|
+
"widget.options.menu.export": "Esporta"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "削除",
|
133
133
|
"close": "閉じる",
|
134
134
|
"cancel": "キャンセル",
|
135
|
+
"apply": "適用",
|
135
136
|
"gs.date.today": "今日",
|
136
137
|
"gs.date.tomorrow": "明日",
|
137
138
|
"gs.date.yesterday": "昨日",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>ここにドロップ</b>{br}してコンテナに追加する",
|
665
666
|
"insightAlert.config.accessbility.input": "コンディション値",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "コンディションタイプ",
|
667
|
-
"alert.accessibility.destination.label": "アラートの送信方法を選択"
|
668
|
+
"alert.accessibility.destination.label": "アラートの送信方法を選択",
|
669
|
+
"insightAlert.config.action": "アクション",
|
670
|
+
"insightAlert.config.name": "名前",
|
671
|
+
"insightAlert.config.accessibility.title": "アラートのカスタム名",
|
672
|
+
"options.menu.export": "エクスポート",
|
673
|
+
"options.menu.export.header.data": "データ",
|
674
|
+
"options.menu.export_to_pdf": "PDF にエクスポート",
|
675
|
+
"options.menu.export.EXCEL": "データ (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "スライド資料 (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "スライド資料 (PDF)",
|
678
|
+
"options.menu.export.in.progress": "エクスポート中です。終了するまで待ってから再度エクスポートしてください。",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "スケジュール名",
|
680
|
+
"widget.options.menu.export": "エクスポート"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Verwijderen",
|
133
133
|
"close": "Sluiten",
|
134
134
|
"cancel": "Annuleren",
|
135
|
+
"apply": "Toepassen",
|
135
136
|
"gs.date.today": "Vandaag",
|
136
137
|
"gs.date.tomorrow": "Morgen",
|
137
138
|
"gs.date.yesterday": "Gisteren",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Laat het hier los</b>{br}om toe te voegen aan de container",
|
665
666
|
"insightAlert.config.accessbility.input": "Conditiewaarde",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Type aandoening",
|
667
|
-
"alert.accessibility.destination.label": "Selecteer hoe u de waarschuwing wilt verzenden"
|
668
|
+
"alert.accessibility.destination.label": "Selecteer hoe u de waarschuwing wilt verzenden",
|
669
|
+
"insightAlert.config.action": "Actie",
|
670
|
+
"insightAlert.config.name": "Naam",
|
671
|
+
"insightAlert.config.accessibility.title": "Aangepaste naam van de waarschuwing",
|
672
|
+
"options.menu.export": "Exporteren",
|
673
|
+
"options.menu.export.header.data": "Data",
|
674
|
+
"options.menu.export_to_pdf": "Exporteren naar PDF",
|
675
|
+
"options.menu.export.EXCEL": "Data (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Slidedeck (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Slidedeck (PDF)",
|
678
|
+
"options.menu.export.in.progress": "Er wordt geëxporteerd. Wacht tot het klaar is voordat u opnieuw exporteert.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Naam schema",
|
680
|
+
"widget.options.menu.export": "Exporteren"
|
668
681
|
}
|