@gooddata/sdk-ui-dashboard 10.20.0-alpha.9 → 10.20.0
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 +3 -3
- 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/layout/sizing.d.ts +1 -1
- package/esm/_staging/layout/sizing.d.ts.map +1 -1
- package/esm/_staging/layout/sizing.js +4 -1
- package/esm/_staging/layout/sizing.js.map +1 -1
- package/esm/_staging/sharedHooks/useAttributes.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useAttributes.js +10 -4
- package/esm/_staging/sharedHooks/useAttributes.js.map +1 -1
- package/esm/_staging/slideshow/breakupSlideTransformer.d.ts +10 -0
- package/esm/_staging/slideshow/breakupSlideTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/breakupSlideTransformer.js +20 -0
- package/esm/_staging/slideshow/breakupSlideTransformer.js.map +1 -0
- package/esm/_staging/slideshow/containerSlideTransformer.d.ts +11 -0
- package/esm/_staging/slideshow/containerSlideTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/containerSlideTransformer.js +49 -0
- package/esm/_staging/slideshow/containerSlideTransformer.js.map +1 -0
- package/esm/_staging/slideshow/containerSwitcherSlideTransformer.d.ts +8 -0
- package/esm/_staging/slideshow/containerSwitcherSlideTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/containerSwitcherSlideTransformer.js +115 -0
- package/esm/_staging/slideshow/containerSwitcherSlideTransformer.js.map +1 -0
- package/esm/_staging/slideshow/index.d.ts +10 -0
- package/esm/_staging/slideshow/index.d.ts.map +1 -0
- package/esm/_staging/slideshow/index.js +11 -0
- package/esm/_staging/slideshow/index.js.map +1 -0
- package/esm/_staging/slideshow/itemsSlideTransformer.d.ts +9 -0
- package/esm/_staging/slideshow/itemsSlideTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/itemsSlideTransformer.js +13 -0
- package/esm/_staging/slideshow/itemsSlideTransformer.js.map +1 -0
- package/esm/_staging/slideshow/layoutTransformer.d.ts +9 -0
- package/esm/_staging/slideshow/layoutTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/layoutTransformer.js +24 -0
- package/esm/_staging/slideshow/layoutTransformer.js.map +1 -0
- package/esm/_staging/slideshow/sectionSlideTransformer.d.ts +4 -0
- package/esm/_staging/slideshow/sectionSlideTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/sectionSlideTransformer.js +19 -0
- package/esm/_staging/slideshow/sectionSlideTransformer.js.map +1 -0
- package/esm/_staging/slideshow/singleWidgetTransformer.d.ts +6 -0
- package/esm/_staging/slideshow/singleWidgetTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/singleWidgetTransformer.js +21 -0
- package/esm/_staging/slideshow/singleWidgetTransformer.js.map +1 -0
- package/esm/_staging/slideshow/switcherSlideTransformer.d.ts +9 -0
- package/esm/_staging/slideshow/switcherSlideTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/switcherSlideTransformer.js +37 -0
- package/esm/_staging/slideshow/switcherSlideTransformer.js.map +1 -0
- package/esm/_staging/slideshow/utils/index.d.ts +16 -0
- package/esm/_staging/slideshow/utils/index.d.ts.map +1 -0
- package/esm/_staging/slideshow/utils/index.js +57 -0
- package/esm/_staging/slideshow/utils/index.js.map +1 -0
- package/esm/_staging/slideshow/widgetSlideTransformer.d.ts +3 -0
- package/esm/_staging/slideshow/widgetSlideTransformer.d.ts.map +1 -0
- package/esm/_staging/slideshow/widgetSlideTransformer.js +24 -0
- package/esm/_staging/slideshow/widgetSlideTransformer.js.map +1 -0
- package/esm/model/commandHandlers/common/validateDrills.d.ts +2 -2
- package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.d.ts +7 -0
- package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.js +13 -0
- package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +3 -3
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts +7 -3
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +30 -28
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadUser.js +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadUser.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/preloadAttributeFiltersData.d.ts +5 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/preloadAttributeFiltersData.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/preloadAttributeFiltersData.js +16 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/preloadAttributeFiltersData.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.d.ts +10 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js +17 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +8 -2
- 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 +10 -2
- 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 +6 -1
- 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 +3 -8
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
- package/esm/model/index.d.ts +1 -1
- package/esm/model/index.d.ts.map +1 -1
- package/esm/model/index.js.map +1 -1
- package/esm/model/queryServices/queryAttributeByDisplayForm.d.ts.map +1 -1
- package/esm/model/queryServices/queryAttributeByDisplayForm.js +16 -9
- package/esm/model/queryServices/queryAttributeByDisplayForm.js.map +1 -1
- package/esm/model/queryServices/queryAttributeDataset.d.ts +1 -1
- package/esm/model/queryServices/queryAttributeDataset.d.ts.map +1 -1
- package/esm/model/queryServices/queryAttributeDataset.js +14 -6
- package/esm/model/queryServices/queryAttributeDataset.js.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.d.ts +1 -1
- package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.js +12 -13
- package/esm/model/queryServices/queryWidgetFilters.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +4 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +6 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/dashboardStore.d.ts.map +1 -1
- package/esm/model/store/dashboardStore.js +3 -2
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/executionResults/executionResultsSelectors.d.ts +4 -0
- package/esm/model/store/executionResults/executionResultsSelectors.d.ts.map +1 -1
- package/esm/model/store/executionResults/executionResultsSelectors.js +8 -1
- package/esm/model/store/executionResults/executionResultsSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.d.ts +5 -0
- package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.js +8 -1
- package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.d.ts +7 -0
- package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.js +9 -1
- package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextState.d.ts +6 -0
- package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextState.js +2 -1
- package/esm/model/store/filterContext/filterContextState.js.map +1 -1
- 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 +4 -4
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +4 -4
- package/esm/model/store/index.js.map +1 -1
- package/esm/model/store/renderMode/index.d.ts +1 -0
- package/esm/model/store/renderMode/index.d.ts.map +1 -1
- package/esm/model/store/renderMode/renderModeReducers.d.ts +1 -0
- package/esm/model/store/renderMode/renderModeReducers.d.ts.map +1 -1
- package/esm/model/store/renderMode/renderModeReducers.js +4 -0
- package/esm/model/store/renderMode/renderModeReducers.js.map +1 -1
- package/esm/model/store/renderMode/renderModeSelectors.d.ts +6 -0
- package/esm/model/store/renderMode/renderModeSelectors.d.ts.map +1 -1
- package/esm/model/store/renderMode/renderModeSelectors.js +7 -1
- package/esm/model/store/renderMode/renderModeSelectors.js.map +1 -1
- package/esm/model/types/commonTypes.d.ts +48 -3
- package/esm/model/types/commonTypes.d.ts.map +1 -1
- package/esm/model/types/commonTypes.js.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.js +1 -0
- package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
- package/esm/plugins/customizationApis/exportLayoutCustomizer.d.ts +13 -0
- package/esm/plugins/customizationApis/exportLayoutCustomizer.d.ts.map +1 -0
- package/esm/plugins/customizationApis/exportLayoutCustomizer.js +47 -0
- package/esm/plugins/customizationApis/exportLayoutCustomizer.js.map +1 -0
- package/esm/plugins/customizationApis/filterBarCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/filterBarCustomizer.js +2 -2
- package/esm/plugins/customizationApis/filterBarCustomizer.js.map +1 -1
- package/esm/plugins/customizationApis/layoutCustomizer.d.ts +5 -1
- package/esm/plugins/customizationApis/layoutCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/layoutCustomizer.js +57 -0
- package/esm/plugins/customizationApis/layoutCustomizer.js.map +1 -1
- package/esm/plugins/customizationApis/titleCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/titleCustomizer.js +2 -2
- package/esm/plugins/customizationApis/titleCustomizer.js.map +1 -1
- package/esm/plugins/customizationApis/topBarCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/topBarCustomizer.js +2 -2
- package/esm/plugins/customizationApis/topBarCustomizer.js.map +1 -1
- package/esm/plugins/customizationApis/types.d.ts +2 -1
- package/esm/plugins/customizationApis/types.d.ts.map +1 -1
- package/esm/plugins/customizationApis/types.js +1 -0
- package/esm/plugins/customizationApis/types.js.map +1 -1
- package/esm/plugins/customizer.d.ts +113 -0
- package/esm/plugins/customizer.d.ts.map +1 -1
- package/esm/plugins/index.d.ts +1 -1
- package/esm/plugins/index.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +3 -3
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js.map +1 -1
- package/esm/presentation/componentDefinition/renderModeAware.d.ts.map +1 -1
- package/esm/presentation/componentDefinition/renderModeAware.js +5 -3
- package/esm/presentation/componentDefinition/renderModeAware.js.map +1 -1
- package/esm/presentation/dashboard/components/DashboardInner.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardInner.js +11 -2
- package/esm/presentation/dashboard/components/DashboardInner.js.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.js +6 -6
- package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
- package/esm/presentation/dashboard/types.d.ts +42 -0
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboard/types.js +9 -1
- package/esm/presentation/dashboard/types.js.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts +3 -0
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.js +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.js.map +1 -1
- package/esm/presentation/dashboardContexts/index.d.ts +1 -0
- package/esm/presentation/dashboardContexts/index.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/index.js +2 -1
- package/esm/presentation/dashboardContexts/index.js.map +1 -1
- package/esm/presentation/dashboardContexts/useSlideData.d.ts +19 -0
- package/esm/presentation/dashboardContexts/useSlideData.d.ts.map +1 -0
- package/esm/presentation/dashboardContexts/useSlideData.js +39 -0
- package/esm/presentation/dashboardContexts/useSlideData.js.map +1 -0
- package/esm/presentation/export/index.d.ts +3 -0
- package/esm/presentation/export/index.d.ts.map +1 -0
- package/esm/presentation/export/index.js +4 -0
- package/esm/presentation/export/index.js.map +1 -0
- package/esm/presentation/export/types.d.ts +67 -0
- package/esm/presentation/export/types.d.ts.map +1 -0
- package/esm/presentation/export/types.js +3 -0
- package/esm/presentation/export/types.js.map +1 -0
- package/esm/presentation/export/useExportData.d.ts +15 -0
- package/esm/presentation/export/useExportData.d.ts.map +1 -0
- package/esm/presentation/export/useExportData.js +54 -0
- package/esm/presentation/export/useExportData.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +8 -5
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.js +8 -4
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.d.ts +6 -0
- package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.d.ts.map +1 -0
- package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.js +12 -0
- package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.js.map +1 -0
- package/esm/presentation/filterBar/filterBar/index.d.ts +1 -0
- package/esm/presentation/filterBar/filterBar/index.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/index.js +2 -1
- package/esm/presentation/filterBar/filterBar/index.js.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +6 -3
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js +24 -11
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts +4 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js +25 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts +2 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +16 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +3 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.js +3 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts +2 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +3 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts +3 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js +13 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts +9 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js +7 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js +3 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js +3 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts +27 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +5 -2
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +0 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +1 -1
- package/esm/presentation/index.d.ts +1 -0
- package/esm/presentation/index.d.ts.map +1 -1
- package/esm/presentation/index.js +2 -1
- package/esm/presentation/index.js.map +1 -1
- package/esm/presentation/layout/DashboardLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/layout/DashboardLayoutWidget.js +6 -3
- package/esm/presentation/layout/DashboardLayoutWidget.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayout.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayout.js +6 -3
- package/esm/presentation/layout/DefaultDashboardLayout.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.js +16 -6
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts +4 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts.map +1 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js +12 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js.map +1 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +4 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts +2 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +4 -4
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +3 -3
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts +3 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts.map +1 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js +18 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js.map +1 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js +3 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js +3 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/interfaces.d.ts +18 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/interfaces.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +16 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts +3 -0
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js +2 -2
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.d.ts +4 -0
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.js +3 -3
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.js.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.d.ts +1 -0
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.js +3 -2
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.js.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.d.ts +2 -0
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js +2 -2
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.d.ts +2 -0
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.js +5 -5
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.d.ts +2 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.js +8 -8
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +4 -3
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +4 -3
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.js +4 -3
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Input.d.ts +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Input.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Input.js +4 -4
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Input.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +6 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.d.ts +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.js +4 -4
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.js.map +1 -1
- package/esm/presentation/topBar/title/RenderModeAwareTitle.d.ts +2 -2
- package/esm/presentation/topBar/title/RenderModeAwareTitle.d.ts.map +1 -1
- package/esm/presentation/topBar/title/RenderModeAwareTitle.js +3 -1
- package/esm/presentation/topBar/title/RenderModeAwareTitle.js.map +1 -1
- package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.d.ts +6 -0
- package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.d.ts.map +1 -0
- package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.js +12 -0
- package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.js.map +1 -0
- package/esm/presentation/topBar/topBar/index.d.ts +1 -0
- package/esm/presentation/topBar/topBar/index.d.ts.map +1 -1
- package/esm/presentation/topBar/topBar/index.js +2 -1
- package/esm/presentation/topBar/topBar/index.js.map +1 -1
- package/esm/presentation/widget/common/useWidgetHighlighting.d.ts.map +1 -1
- package/esm/presentation/widget/common/useWidgetHighlighting.js +5 -2
- package/esm/presentation/widget/common/useWidgetHighlighting.js.map +1 -1
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts +9 -0
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts.map +1 -0
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js +19 -0
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js.map +1 -0
- package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.d.ts +12 -0
- package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.d.ts.map +1 -0
- package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.js +15 -0
- package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.js.map +1 -0
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js +8 -12
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js.map +1 -1
- package/esm/presentation/widget/description/types.d.ts +2 -0
- package/esm/presentation/widget/description/types.d.ts.map +1 -1
- package/esm/presentation/widget/description/useInsightWidgetDescription.d.ts +7 -0
- package/esm/presentation/widget/description/useInsightWidgetDescription.d.ts.map +1 -0
- package/esm/presentation/widget/description/useInsightWidgetDescription.js +21 -0
- package/esm/presentation/widget/description/useInsightWidgetDescription.js.map +1 -0
- package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/DefaultDashboardInsight.js +3 -1
- package/esm/presentation/widget/insight/DefaultDashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.d.ts +4 -0
- package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.d.ts.map +1 -0
- package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.js +7 -0
- package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.js.map +1 -0
- package/esm/presentation/widget/insight/ExportModeDashboardInsight/index.d.ts +2 -0
- package/esm/presentation/widget/insight/ExportModeDashboardInsight/index.d.ts.map +1 -0
- package/esm/presentation/widget/insight/ExportModeDashboardInsight/index.js +3 -0
- package/esm/presentation/widget/insight/ExportModeDashboardInsight/index.js.map +1 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +35 -16
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.js +3 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.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 +4 -2
- 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 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertMeasureSelect.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertMeasureSelect.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertMeasureSelect.js +3 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertMeasureSelect.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTriggerModeSelect.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTriggerModeSelect.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTriggerModeSelect.js +3 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTriggerModeSelect.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts +3 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.js +3 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts +3 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +6 -5
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js +4 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts +4 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +7 -7
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.js +8 -17
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/convertors.d.ts +3 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/convertors.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/convertors.js +2 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/convertors.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/getters.d.ts +12 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/getters.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/getters.js +26 -7
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/getters.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/transformation.d.ts +6 -5
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/transformation.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/transformation.js +43 -18
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/transformation.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlerts.js +4 -4
- package/esm/presentation/widget/insight/configuration/InsightAlerts.js.map +1 -1
- package/esm/presentation/widget/insight/types.d.ts +5 -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/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.js +2 -2
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.js.map +1 -1
- package/esm/presentation/widget/richText/DefaultDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/DefaultDashboardRichText.js +3 -1
- package/esm/presentation/widget/richText/DefaultDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts +4 -0
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts.map +1 -0
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.js +10 -0
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.js.map +1 -0
- package/esm/presentation/widget/richText/types.d.ts +7 -0
- package/esm/presentation/widget/richText/types.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.d.ts +2 -0
- package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.js +3 -3
- package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/DefaultDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/DefaultDashboardVisualizationSwitcher.js +3 -1
- package/esm/presentation/widget/visualizationSwitcher/DefaultDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.d.ts +7 -0
- package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.d.ts.map +1 -0
- package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.js +10 -0
- package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.js.map +1 -0
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +12 -7
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/types.d.ts +7 -0
- package/esm/presentation/widget/visualizationSwitcher/types.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/types.js +1 -1
- package/esm/presentation/widget/visualizationSwitcher/types.js.map +1 -1
- package/esm/presentation/widget/widget/DefaultDashboardWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/DefaultDashboardWidget.js +6 -6
- package/esm/presentation/widget/widget/DefaultDashboardWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +12 -6
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.d.ts +10 -0
- package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.d.ts.map +1 -0
- package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.js +16 -0
- package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.js.map +1 -0
- package/esm/presentation/widget/widget/InsightWidget/RenderModeAwareDashboardInsightWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/RenderModeAwareDashboardInsightWidget.js +3 -1
- package/esm/presentation/widget/widget/InsightWidget/RenderModeAwareDashboardInsightWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/types.d.ts +2 -0
- package/esm/presentation/widget/widget/InsightWidget/types.d.ts.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.d.ts +7 -0
- package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.d.ts.map +1 -0
- package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js +13 -0
- package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js.map +1 -0
- package/esm/presentation/widget/widget/RichTextWidget/RenderModeAwareDashboardRichTextWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/RenderModeAwareDashboardRichTextWidget.js +3 -1
- package/esm/presentation/widget/widget/RichTextWidget/RenderModeAwareDashboardRichTextWidget.js.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/types.d.ts +2 -0
- package/esm/presentation/widget/widget/RichTextWidget/types.d.ts.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.d.ts +7 -0
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.d.ts.map +1 -0
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.js +13 -0
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.js.map +1 -0
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/RenderModeAwareDashboardVisualizationSwitcherWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/RenderModeAwareDashboardVisualizationSwitcherWidget.js +3 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/RenderModeAwareDashboardVisualizationSwitcherWidget.js.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.d.ts +2 -0
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.d.ts.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js +5 -5
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/types.d.ts +2 -0
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/types.d.ts.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/types.js +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/types.js.map +1 -1
- package/esm/presentation/widget/widget/types.d.ts +7 -0
- package/esm/presentation/widget/widget/types.d.ts.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +386 -6
- package/esm/types.d.ts +1 -1
- package/esm/types.d.ts.map +1 -1
- package/esm/types.js +1 -1
- package/package.json +15 -15
- package/styles/css/dashboard.css +5 -2
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/kpi_alert_dialog.css.map +1 -1
- package/styles/css/layout.css +1 -1
- package/styles/css/layout.css.map +1 -1
- package/styles/css/main.css +21 -3
- package/styles/css/main.css.map +1 -1
- package/styles/css/remove.css +8 -0
- package/styles/css/remove.css.map +1 -0
- package/styles/css/resizing.css.map +1 -1
- package/styles/css/topBar.css.map +1 -1
- package/styles/scss/_zIndexes.scss +2 -2
- package/styles/scss/dashboard.scss +5 -1
- package/styles/scss/main.scss +2 -1
- package/styles/scss/remove.scss +9 -0
|
@@ -18,7 +18,6 @@ import { CaseReducer } from '@reduxjs/toolkit';
|
|
|
18
18
|
import { CaseReducerActions } from '@reduxjs/toolkit';
|
|
19
19
|
import { CatalogState as CatalogState_2 } from './catalogState.js';
|
|
20
20
|
import { CommandProcessingStatus as CommandProcessingStatus_2 } from '../../../model/index.js';
|
|
21
|
-
import { Component } from 'react';
|
|
22
21
|
import { ComponentPropsWithRef } from 'react';
|
|
23
22
|
import { ComponentType } from 'react';
|
|
24
23
|
import { CreateAttributeHierarchyRequested as CreateAttributeHierarchyRequested_2 } from '../events/attributeHierarchies.js';
|
|
@@ -145,6 +144,7 @@ import { IAttributeFilter } from '@gooddata/sdk-model';
|
|
|
145
144
|
import { IAttributeFilterBaseProps } from '@gooddata/sdk-ui-filters';
|
|
146
145
|
import { IAttributeMetadataObject } from '@gooddata/sdk-model';
|
|
147
146
|
import { IAttributeOrMeasure } from '@gooddata/sdk-model';
|
|
147
|
+
import { IAttributeWithReferences } from '@gooddata/sdk-backend-spi';
|
|
148
148
|
import { IAutomationMetadataObject } from '@gooddata/sdk-model';
|
|
149
149
|
import { IAutomationMetadataObjectDefinition } from '@gooddata/sdk-model';
|
|
150
150
|
import { IAvailableDrillTargets } from '@gooddata/sdk-ui';
|
|
@@ -183,6 +183,7 @@ import { IDashboardLayoutSectionHeader } from '@gooddata/sdk-model';
|
|
|
183
183
|
import { IDashboardLayoutSizeByScreenSize } from '@gooddata/sdk-model';
|
|
184
184
|
import { IDashboardObjectIdentity } from '@gooddata/sdk-model';
|
|
185
185
|
import { IDashboardPermissions } from '@gooddata/sdk-model';
|
|
186
|
+
import { IDashboardReferences } from '@gooddata/sdk-backend-spi';
|
|
186
187
|
import { IDashboardRichTextProps as IDashboardRichTextProps_2 } from './types.js';
|
|
187
188
|
import { IDashboardVisualizationSwitcherProps as IDashboardVisualizationSwitcherProps_2 } from './types.js';
|
|
188
189
|
import { IDashboardWidget } from '@gooddata/sdk-model';
|
|
@@ -212,6 +213,7 @@ import { IExecutionResult } from '@gooddata/sdk-backend-spi';
|
|
|
212
213
|
import { IExportResult } from '@gooddata/sdk-backend-spi';
|
|
213
214
|
import { IFilter } from '@gooddata/sdk-model';
|
|
214
215
|
import { IFilterableWidget } from '@gooddata/sdk-model';
|
|
216
|
+
import { IFilterBarProps as IFilterBarProps_2 } from './types.js';
|
|
215
217
|
import { IFilterContext } from '@gooddata/sdk-model';
|
|
216
218
|
import { IFilterContextDefinition } from '@gooddata/sdk-model';
|
|
217
219
|
import { IHeaderPredicate } from '@gooddata/sdk-ui';
|
|
@@ -255,6 +257,7 @@ import { ISharingApplyPayload as ISharingApplyPayload_2 } from '@gooddata/sdk-ui
|
|
|
255
257
|
import { ITempFilterContext } from '@gooddata/sdk-model';
|
|
256
258
|
import { ITheme } from '@gooddata/sdk-model';
|
|
257
259
|
import { ITitleProps as ITitleProps_2 } from './types.js';
|
|
260
|
+
import { ITopBarProps as ITopBarProps_2 } from './types.js';
|
|
258
261
|
import { ITranslations } from '@gooddata/sdk-ui';
|
|
259
262
|
import { IUser } from '@gooddata/sdk-model';
|
|
260
263
|
import { IUserWorkspaceSettings } from '@gooddata/sdk-backend-spi';
|
|
@@ -285,7 +288,6 @@ import { default as React_2 } from 'react';
|
|
|
285
288
|
import { ReactNode } from 'react';
|
|
286
289
|
import { ReactReduxContextValue } from 'react-redux';
|
|
287
290
|
import { Reducer } from '@reduxjs/toolkit';
|
|
288
|
-
import { RefAttributes } from 'react';
|
|
289
291
|
import { RenderMode as RenderMode_2 } from '../../../types.js';
|
|
290
292
|
import { RenderModeState as RenderModeState_2 } from './renderModeState.js';
|
|
291
293
|
import { SagaIterator } from 'redux-saga';
|
|
@@ -2091,6 +2093,15 @@ export declare type CommandProcessingStatus = "running" | "success" | "error";
|
|
|
2091
2093
|
*/
|
|
2092
2094
|
export declare function commandStartedEventHandler<TCommand extends IDashboardCommand>(type: TCommand["type"], handler: DashboardEventHandler<DashboardCommandStarted<TCommand>>["handler"]): DashboardEventHandler<DashboardCommandStarted<TCommand>>;
|
|
2093
2095
|
|
|
2096
|
+
/**
|
|
2097
|
+
* Data attributes with export specification for components.
|
|
2098
|
+
*
|
|
2099
|
+
* @alpha
|
|
2100
|
+
*/
|
|
2101
|
+
export declare type CommonExportDataAttributes = {
|
|
2102
|
+
"data-export-type": ExportElementType;
|
|
2103
|
+
};
|
|
2104
|
+
|
|
2094
2105
|
/**
|
|
2095
2106
|
* @public
|
|
2096
2107
|
*/
|
|
@@ -3159,6 +3170,21 @@ export declare interface DashboardConfig {
|
|
|
3159
3170
|
* @remarks Only provide one of the focus properties at a time.
|
|
3160
3171
|
*/
|
|
3161
3172
|
focusObject?: DashboardFocusObject;
|
|
3173
|
+
/**
|
|
3174
|
+
* @alpha
|
|
3175
|
+
*
|
|
3176
|
+
* Specify the slide configuration for the dashboard. This sizes will be used in export mode as size
|
|
3177
|
+
* of the slide where visualization will be fit and rendered.
|
|
3178
|
+
*
|
|
3179
|
+
*/
|
|
3180
|
+
slideConfig?: DashboardExportSlideConfig;
|
|
3181
|
+
/**
|
|
3182
|
+
* @alpha
|
|
3183
|
+
*
|
|
3184
|
+
* Dashboard referenced objects.
|
|
3185
|
+
* If provided, initialization of the dashboard avoid additional requests to resolve them.
|
|
3186
|
+
*/
|
|
3187
|
+
references?: IDashboardReferences;
|
|
3162
3188
|
}
|
|
3163
3189
|
|
|
3164
3190
|
/**
|
|
@@ -3973,6 +3999,22 @@ export declare type DashboardEvents = DashboardInitialized | DashboardDeinitiali
|
|
|
3973
3999
|
*/
|
|
3974
4000
|
export declare type DashboardEventType = "GDC.DASH/EVT.COMMAND.FAILED" | "GDC.DASH/EVT.COMMAND.REJECTED" | "GDC.DASH/EVT.COMMAND.STARTED" | "GDC.DASH/EVT.QUERY.FAILED" | "GDC.DASH/EVT.QUERY.REJECTED" | "GDC.DASH/EVT.QUERY.STARTED" | "GDC.DASH/EVT.QUERY.COMPLETED" | "GDC.DASH/EVT.USER_INTERACTION.TRIGGERED" | "GDC.DASH/EVT.INITIALIZED" | "GDC.DASH/EVT.DEINITIALIZED" | "GDC.DASH/EVT.SAVED" | "GDC.DASH/EVT.COPY_SAVED" | "GDC.DASH/EVT.RENAMED" | "GDC.DASH/EVT.RESET" | "GDC.DASH/EVT.DELETED" | "GDC.DASH/EVT.RENDER_MODE.CHANGED" | "GDC.DASH/EVT.EXPORT.PDF.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF.RESOLVED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.PARENT_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.DISPLAY_FORM_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.LIMITING_ITEMS_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.DISPLAY_AS_LABEL_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.TITLE_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_HEADER_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEM_WIDTH_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEMS_HEIGHT_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEMS_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REPLACED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED_TO_NEW_SECTION" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.LAYOUT_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SCREEN_SIZE_CHANGED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_SECTION_HEADERS_TOGGLED" | "GDC.DASH/EVT.KPI_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.MEASURE_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.COMPARISON_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_REMOVED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_SET" | "GDC.DASH/EVT.KPI_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.PROPERTIES_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.IGNORE_CROSS_FILTERING_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.INSIGHT_SWITCHED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_ADDED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_REQUESTED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_RESOLVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.REFRESHED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.CONTENT_CHANGED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATION_ADDED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATIONS_UPDATED" | "GDC.DASH/EVT.WIDGET.EXECUTION_STARTED" | "GDC.DASH/EVT.WIDGET.EXECUTION_FAILED" | "GDC.DASH/EVT.WIDGET.EXECUTION_SUCCEEDED" | "GDC.DASH/EVT.ALERT.CREATED" | "GDC.DASH/EVT.ALERT.SAVED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.CREATED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED" | "GDC.DASH/EVT.DRILL.REQUESTED" | "GDC.DASH/EVT.DRILL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILLABLE_ITEMS.CHANGED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.REQUESTED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.RESOLVED" | "GDC.DASH/EVT.DRILL_TARGETS.ADDED" | "GDC.DASH/EVT.RENDER.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.RESOLVED" | "GDC.DASH/EVT.RENDER.RESOLVED" | "GDC.DASH/EVT.SHARING.CHANGED" | "GDC.DASH/EVT.CREATE_INSIGHT_REQUESTED" | "GDC.DASH/EVT.CREATE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.DELETE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.FAILURE" | "GDC.DASH/EVT.AUTOMATIONS.REFRESHED";
|
|
3975
4001
|
|
|
4002
|
+
/**
|
|
4003
|
+
* @alpha
|
|
4004
|
+
*
|
|
4005
|
+
* Specifies the size of the slide where visualization will be fit and rendered.
|
|
4006
|
+
*/
|
|
4007
|
+
export declare interface DashboardExportSlideConfig {
|
|
4008
|
+
/**
|
|
4009
|
+
* Preferred width of slide in export mode.
|
|
4010
|
+
*/
|
|
4011
|
+
width: number;
|
|
4012
|
+
/**
|
|
4013
|
+
* Preferred height of slide in export mode.
|
|
4014
|
+
*/
|
|
4015
|
+
height: number;
|
|
4016
|
+
}
|
|
4017
|
+
|
|
3976
4018
|
/**
|
|
3977
4019
|
* This event is emitted at the start of the 'dashboard export to PDF' command processing.
|
|
3978
4020
|
*
|
|
@@ -4935,6 +4977,11 @@ export declare type DashboardLayoutDraggableListItem = BaseDraggableLayoutItem &
|
|
|
4935
4977
|
*/
|
|
4936
4978
|
export declare type DashboardLayoutDraggingComponent = ComponentType<IDashboardLayoutDraggingComponentProps>;
|
|
4937
4979
|
|
|
4980
|
+
/**
|
|
4981
|
+
* @public
|
|
4982
|
+
*/
|
|
4983
|
+
export declare type DashboardLayoutExportTransformFn = <TWidget>(layout: IDashboardLayout<TWidget>) => IDashboardLayout<TWidget> | undefined;
|
|
4984
|
+
|
|
4938
4985
|
/**
|
|
4939
4986
|
* This event is emitted when a new dashboard layout section is added.
|
|
4940
4987
|
*
|
|
@@ -5408,6 +5455,26 @@ export declare interface DashboardModelCustomizationFns {
|
|
|
5408
5455
|
* dashboard will be used as-is.
|
|
5409
5456
|
*/
|
|
5410
5457
|
existingDashboardTransformFn?: DashboardTransformFn;
|
|
5458
|
+
/**
|
|
5459
|
+
* Provide a function that will be used during dashboard export initialization of an existing dashboard.
|
|
5460
|
+
*
|
|
5461
|
+
* @remarks
|
|
5462
|
+
* This function will be called after the dashboard is loaded from backend transformed by another plugins
|
|
5463
|
+
* and before is rendered to the export. This will be not stored in the state.
|
|
5464
|
+
*
|
|
5465
|
+
* - If the function is not defined, results in an error or returns `undefined`, then the original
|
|
5466
|
+
* dashboard export transformation will be used as-is.
|
|
5467
|
+
*/
|
|
5468
|
+
existingExportTransformFn?: DashboardLayoutExportTransformFn;
|
|
5469
|
+
}
|
|
5470
|
+
|
|
5471
|
+
/**
|
|
5472
|
+
* @internal
|
|
5473
|
+
*/
|
|
5474
|
+
export declare enum DashboardPartId {
|
|
5475
|
+
MainContent = "mainContent",
|
|
5476
|
+
FiltersBar = "filtersBar",
|
|
5477
|
+
Sidebar = "sidebar"
|
|
5411
5478
|
}
|
|
5412
5479
|
|
|
5413
5480
|
/**
|
|
@@ -6413,7 +6480,7 @@ export declare const DefaultCancelEditDialog: React_2.FC<ICancelEditDialogProps>
|
|
|
6413
6480
|
*
|
|
6414
6481
|
* @alpha
|
|
6415
6482
|
*/
|
|
6416
|
-
export declare const DefaultDashboardAttributeFilter: (props: IDashboardAttributeFilterProps) => JSX.Element;
|
|
6483
|
+
export declare const DefaultDashboardAttributeFilter: (props: IDashboardAttributeFilterProps) => JSX.Element | null;
|
|
6417
6484
|
|
|
6418
6485
|
/**
|
|
6419
6486
|
* @internal
|
|
@@ -7367,6 +7434,13 @@ export declare interface ExportDashboardToPdf extends IDashboardCommand {
|
|
|
7367
7434
|
*/
|
|
7368
7435
|
export declare function exportDashboardToPdf(correlationId?: string): ExportDashboardToPdf;
|
|
7369
7436
|
|
|
7437
|
+
/**
|
|
7438
|
+
* Export element type.
|
|
7439
|
+
*
|
|
7440
|
+
* @alpha
|
|
7441
|
+
*/
|
|
7442
|
+
export declare type ExportElementType = "section" | "section-title" | "section-description" | "widget" | "widget-content" | "widget-title" | "widget-description";
|
|
7443
|
+
|
|
7370
7444
|
/**
|
|
7371
7445
|
* @beta
|
|
7372
7446
|
*/
|
|
@@ -7402,6 +7476,11 @@ export declare interface ExportInsightWidgetPayload {
|
|
|
7402
7476
|
readonly config: IExportConfig;
|
|
7403
7477
|
}
|
|
7404
7478
|
|
|
7479
|
+
/**
|
|
7480
|
+
* @alpha
|
|
7481
|
+
*/
|
|
7482
|
+
export declare type ExportLayoutCustomizationFn = <TWidget>(layout: IDashboardLayout, customizer: IExportLayoutCustomizer<TWidget>) => void;
|
|
7483
|
+
|
|
7405
7484
|
/**
|
|
7406
7485
|
* Specialization of the IDashboardLayoutItem which also includes the extended dashboard widgets - KPI and
|
|
7407
7486
|
* Insight placeholders.
|
|
@@ -7540,6 +7619,11 @@ export declare interface FilterContextState {
|
|
|
7540
7619
|
* @beta
|
|
7541
7620
|
*/
|
|
7542
7621
|
attributeFilterDisplayForms?: IAttributeDisplayFormMetadataObject[];
|
|
7622
|
+
/**
|
|
7623
|
+
* Attribute metadata objects with referenced objects for all attribute filters in the `filterContextDefinition`
|
|
7624
|
+
* @beta
|
|
7625
|
+
*/
|
|
7626
|
+
attributesWithReferences?: IAttributeWithReferences[];
|
|
7543
7627
|
}
|
|
7544
7628
|
|
|
7545
7629
|
/**
|
|
@@ -7782,6 +7866,16 @@ export declare function getDefaultInsightMenuItems(intl: IntlShape, config: {
|
|
|
7782
7866
|
*/
|
|
7783
7867
|
export declare function getDrillDownTitle(drillDefinition: IDrillDownDefinition, drillEvent: IDrillEvent, drillDownIntersectionIgnoredAttributes?: IDrillDownIntersectionIgnoredAttributes[], drillTargetDisplayForm?: IAttributeDisplayFormMetadataObject): string | null;
|
|
7784
7868
|
|
|
7869
|
+
/**
|
|
7870
|
+
* Data attributes for export mode to be added to the header.
|
|
7871
|
+
*
|
|
7872
|
+
* @alpha
|
|
7873
|
+
*/
|
|
7874
|
+
export declare type HeaderExportData = {
|
|
7875
|
+
title?: CommonExportDataAttributes;
|
|
7876
|
+
description?: CommonExportDataAttributes;
|
|
7877
|
+
};
|
|
7878
|
+
|
|
7785
7879
|
/**
|
|
7786
7880
|
* @internal
|
|
7787
7881
|
*/
|
|
@@ -8357,6 +8451,10 @@ export declare interface IDashboardBaseProps {
|
|
|
8357
8451
|
* logged-in user.
|
|
8358
8452
|
*/
|
|
8359
8453
|
permissions?: IWorkspacePermissions;
|
|
8454
|
+
/**
|
|
8455
|
+
* Specify tab index and addressable id for the dashboard components used by keyboard navigation
|
|
8456
|
+
*/
|
|
8457
|
+
keyboardNavigation?: KeyboardNavigationConfig;
|
|
8360
8458
|
}
|
|
8361
8459
|
|
|
8362
8460
|
/**
|
|
@@ -9516,6 +9614,10 @@ export declare interface IDashboardInsightProps {
|
|
|
9516
9614
|
* @internal
|
|
9517
9615
|
*/
|
|
9518
9616
|
pushData?: (data: IPushData) => void;
|
|
9617
|
+
/**
|
|
9618
|
+
* @alpha
|
|
9619
|
+
*/
|
|
9620
|
+
exportData?: WidgetExportDataAttributes;
|
|
9519
9621
|
}
|
|
9520
9622
|
|
|
9521
9623
|
/**
|
|
@@ -9689,6 +9791,23 @@ export declare interface IDashboardLayoutCustomizer {
|
|
|
9689
9791
|
* be called.
|
|
9690
9792
|
*/
|
|
9691
9793
|
customizeFluidLayout(fun: FluidLayoutCustomizationFn): IDashboardLayoutCustomizer;
|
|
9794
|
+
/**
|
|
9795
|
+
* Register customization of the export layout that is used to render the dashboard.
|
|
9796
|
+
*
|
|
9797
|
+
* @remarks
|
|
9798
|
+
* At this point, you can register a function which will be called after dashboard component loads
|
|
9799
|
+
* the dashboard and before it starts rendering the layout itself. The function will be called
|
|
9800
|
+
* with two arguments:
|
|
9801
|
+
*
|
|
9802
|
+
* - The actual dashboard layout
|
|
9803
|
+
* - Customizer that allows the plugin to work with export definition
|
|
9804
|
+
*
|
|
9805
|
+
* Your customization function may introspect the original layout and then register its customizations.
|
|
9806
|
+
*
|
|
9807
|
+
* If the dashboard is not rendering export layout, then the registered function will not
|
|
9808
|
+
* be called.
|
|
9809
|
+
*/
|
|
9810
|
+
customizeExportLayout(fun: ExportLayoutCustomizationFn): IDashboardLayoutCustomizer;
|
|
9692
9811
|
/**
|
|
9693
9812
|
* Register a provider for React components to render layout.
|
|
9694
9813
|
*
|
|
@@ -9950,6 +10069,12 @@ export declare interface IDashboardRichTextProps {
|
|
|
9950
10069
|
* @alpha
|
|
9951
10070
|
*/
|
|
9952
10071
|
clientWidth?: number;
|
|
10072
|
+
/**
|
|
10073
|
+
* Data for export in export mode.
|
|
10074
|
+
*
|
|
10075
|
+
* @alpha
|
|
10076
|
+
*/
|
|
10077
|
+
exportData?: WidgetExportDataAttributes;
|
|
9953
10078
|
}
|
|
9954
10079
|
|
|
9955
10080
|
/**
|
|
@@ -10059,6 +10184,12 @@ export declare interface IDashboardVisualizationSwitcherProps {
|
|
|
10059
10184
|
* @alpha
|
|
10060
10185
|
*/
|
|
10061
10186
|
clientWidth?: number;
|
|
10187
|
+
/**
|
|
10188
|
+
* Data for export in export mode.
|
|
10189
|
+
*
|
|
10190
|
+
* @alpha
|
|
10191
|
+
*/
|
|
10192
|
+
exportData?: WidgetExportData;
|
|
10062
10193
|
onLoadingChanged?: OnLoadingChanged;
|
|
10063
10194
|
onExportReady?: OnExportReady;
|
|
10064
10195
|
onError?: OnError;
|
|
@@ -10233,6 +10364,12 @@ export declare interface IDashboardWidgetProps {
|
|
|
10233
10364
|
* Once the flexible layout is the only one supported, it can be set as required.
|
|
10234
10365
|
*/
|
|
10235
10366
|
rowIndex?: number;
|
|
10367
|
+
/**
|
|
10368
|
+
* Data attributes for export mode to be added to the widget.
|
|
10369
|
+
*
|
|
10370
|
+
* @alpha
|
|
10371
|
+
*/
|
|
10372
|
+
exportData?: WidgetExportData;
|
|
10236
10373
|
}
|
|
10237
10374
|
|
|
10238
10375
|
/**
|
|
@@ -10417,6 +10554,15 @@ export declare interface IExecutionResultEnvelope {
|
|
|
10417
10554
|
*/
|
|
10418
10555
|
export declare type IExportConfig = ICsvExportConfig | IXlsxExportConfig;
|
|
10419
10556
|
|
|
10557
|
+
/**
|
|
10558
|
+
* Set of functions you can use to customize the export layout of the dashboard rendered.
|
|
10559
|
+
*
|
|
10560
|
+
* @alpha
|
|
10561
|
+
*/
|
|
10562
|
+
export declare interface IExportLayoutCustomizer<TWidget> {
|
|
10563
|
+
addTransformer(fn: SectionSlidesTransformer<TWidget>): IExportLayoutCustomizer<TWidget>;
|
|
10564
|
+
}
|
|
10565
|
+
|
|
10420
10566
|
/**
|
|
10421
10567
|
* Set of functions you can use to customize some aspects of the FilterBar.
|
|
10422
10568
|
*
|
|
@@ -10889,6 +11035,30 @@ export declare interface IInsightMenuSubmenuComponentProps {
|
|
|
10889
11035
|
enableTitleConfig?: boolean;
|
|
10890
11036
|
}
|
|
10891
11037
|
|
|
11038
|
+
/**
|
|
11039
|
+
* Configuration for keyboard navigation
|
|
11040
|
+
*
|
|
11041
|
+
* @internal
|
|
11042
|
+
*/
|
|
11043
|
+
export declare interface IKeyboardNavigationConfigItem {
|
|
11044
|
+
/**
|
|
11045
|
+
* id which will be set to the target element
|
|
11046
|
+
*/
|
|
11047
|
+
targetElementId?: string;
|
|
11048
|
+
/**
|
|
11049
|
+
* tabIndex which will be set to the target element
|
|
11050
|
+
*/
|
|
11051
|
+
tabIndex?: number;
|
|
11052
|
+
/**
|
|
11053
|
+
* aria-label which will be set to the target element
|
|
11054
|
+
*/
|
|
11055
|
+
ariaLabel?: string;
|
|
11056
|
+
/**
|
|
11057
|
+
* onFocus callback which will be called when the target element is focused
|
|
11058
|
+
*/
|
|
11059
|
+
onFocus?: () => void;
|
|
11060
|
+
}
|
|
11061
|
+
|
|
10892
11062
|
/**
|
|
10893
11063
|
* @internal
|
|
10894
11064
|
*/
|
|
@@ -13745,6 +13915,14 @@ export declare interface IXlsxExportConfig {
|
|
|
13745
13915
|
showFilters?: boolean;
|
|
13746
13916
|
}
|
|
13747
13917
|
|
|
13918
|
+
/**
|
|
13919
|
+
* Configurations for keyboard navigation for individual parts of the dashboard
|
|
13920
|
+
* @internal
|
|
13921
|
+
*/
|
|
13922
|
+
export declare type KeyboardNavigationConfig = {
|
|
13923
|
+
[key in DashboardPartId]?: IKeyboardNavigationConfigItem;
|
|
13924
|
+
};
|
|
13925
|
+
|
|
13748
13926
|
/**
|
|
13749
13927
|
* @internal
|
|
13750
13928
|
*/
|
|
@@ -14959,6 +15137,26 @@ export declare interface PlaceholderWidget extends ICustomWidget {
|
|
|
14959
15137
|
readonly isLoading?: boolean;
|
|
14960
15138
|
}
|
|
14961
15139
|
|
|
15140
|
+
/**
|
|
15141
|
+
* @internal
|
|
15142
|
+
*/
|
|
15143
|
+
export declare type PrivateDashboardContext = DashboardModelCustomizationFns & {
|
|
15144
|
+
/**
|
|
15145
|
+
* If specified, the dashboard initialization should use this dashboard definition instead of
|
|
15146
|
+
* loading dashboard from backend.
|
|
15147
|
+
*/
|
|
15148
|
+
preloadedDashboard?: IDashboard;
|
|
15149
|
+
/**
|
|
15150
|
+
* Provide a function that will be used during dashboard initialization and can add overlays with some info
|
|
15151
|
+
* about modification or insertion by plugin
|
|
15152
|
+
*
|
|
15153
|
+
* @remarks
|
|
15154
|
+
*
|
|
15155
|
+
* - If the function is not defined, then no overlays will be rendered
|
|
15156
|
+
*/
|
|
15157
|
+
widgetsOverlayFn?: WidgetsOverlayFn;
|
|
15158
|
+
};
|
|
15159
|
+
|
|
14962
15160
|
/**
|
|
14963
15161
|
* This is a specialization of toolkit's CaseReducerActions to correctly type the action creators.
|
|
14964
15162
|
*
|
|
@@ -15991,7 +16189,7 @@ export declare interface RenameDashboardPayload {
|
|
|
15991
16189
|
/**
|
|
15992
16190
|
* @beta
|
|
15993
16191
|
*/
|
|
15994
|
-
export declare type RenderMode = "view" | "edit";
|
|
16192
|
+
export declare type RenderMode = "view" | "edit" | "export";
|
|
15995
16193
|
|
|
15996
16194
|
/**
|
|
15997
16195
|
* Actions to control renderMode state of the dashboard.
|
|
@@ -16004,6 +16202,7 @@ payload: RenderMode_2;
|
|
|
16004
16202
|
type: string;
|
|
16005
16203
|
}) => void | RenderModeState_2 | WritableDraft<RenderModeState_2>;
|
|
16006
16204
|
setEditRenderMode: (state: WritableDraft<RenderModeState_2>, action: AnyAction) => void | RenderModeState_2 | WritableDraft<RenderModeState_2>;
|
|
16205
|
+
setExportRenderMode: (state: WritableDraft<RenderModeState_2>, action: AnyAction) => void | RenderModeState_2 | WritableDraft<RenderModeState_2>;
|
|
16007
16206
|
setViewRenderMode: (state: WritableDraft<RenderModeState_2>, action: AnyAction) => void | RenderModeState_2 | WritableDraft<RenderModeState_2>;
|
|
16008
16207
|
}, "renderModeSlice">;
|
|
16009
16208
|
|
|
@@ -16021,7 +16220,17 @@ export declare function renderModeAware<T extends ComponentType<any>>(components
|
|
|
16021
16220
|
/**
|
|
16022
16221
|
* @internal
|
|
16023
16222
|
*/
|
|
16024
|
-
export declare const
|
|
16223
|
+
export declare const RenderModeAwareFilterBar: React_2.ComponentType<IFilterBarProps_2>;
|
|
16224
|
+
|
|
16225
|
+
/**
|
|
16226
|
+
* @internal
|
|
16227
|
+
*/
|
|
16228
|
+
export declare const RenderModeAwareTitle: React_2.ComponentType<ITitleProps_2 | (ITitleProps_2 & React_2.RefAttributes<React_2.Component<ITitleProps_2, any, any>>)>;
|
|
16229
|
+
|
|
16230
|
+
/**
|
|
16231
|
+
* @internal
|
|
16232
|
+
*/
|
|
16233
|
+
export declare const RenderModeAwareTopBar: React_2.ComponentType<ITopBarProps_2>;
|
|
16025
16234
|
|
|
16026
16235
|
/**
|
|
16027
16236
|
* @beta
|
|
@@ -16484,7 +16693,7 @@ export declare interface ResolveAsyncRenderPayload {
|
|
|
16484
16693
|
*
|
|
16485
16694
|
* @public
|
|
16486
16695
|
*/
|
|
16487
|
-
export declare type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "exportId" | "focusObject"> & DashboardConfig;
|
|
16696
|
+
export declare type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "exportId" | "focusObject" | "slideConfig" | "references"> & DashboardConfig;
|
|
16488
16697
|
|
|
16489
16698
|
/**
|
|
16490
16699
|
* @alpha
|
|
@@ -16843,6 +17052,101 @@ export declare interface ScreenSizeChangedPayload {
|
|
|
16843
17052
|
readonly screenSize: ScreenSize;
|
|
16844
17053
|
}
|
|
16845
17054
|
|
|
17055
|
+
/**
|
|
17056
|
+
* Data attributes for export mode to be added to the layout section header and its components.
|
|
17057
|
+
*
|
|
17058
|
+
* @alpha
|
|
17059
|
+
*/
|
|
17060
|
+
export declare type SectionExportData = HeaderExportData & {
|
|
17061
|
+
section?: CommonExportDataAttributes;
|
|
17062
|
+
};
|
|
17063
|
+
|
|
17064
|
+
/**
|
|
17065
|
+
* @alpha
|
|
17066
|
+
*/
|
|
17067
|
+
export declare type SectionSlidesTransformer<TWidget> = (section: IDashboardLayoutSection<TWidget>, fn: SectionSlidesTransformerFunction<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17068
|
+
|
|
17069
|
+
/**
|
|
17070
|
+
* @alpha
|
|
17071
|
+
*/
|
|
17072
|
+
export declare interface SectionSlidesTransformerFunction<TWidget> {
|
|
17073
|
+
/**
|
|
17074
|
+
* Default transformer for the section. This is used as default transformation method for the section in
|
|
17075
|
+
* case that no plugin override it. Can be used to provide default transformation for the section in custom
|
|
17076
|
+
* plugin.
|
|
17077
|
+
*
|
|
17078
|
+
* @param section - Section to transform
|
|
17079
|
+
*/
|
|
17080
|
+
defaultSection: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17081
|
+
/**
|
|
17082
|
+
* Default transformer for the items. This is used as default transformation method for the items in
|
|
17083
|
+
* section in case that no plugin override it. Can be used to provide default transformation for the items in
|
|
17084
|
+
* custom plugin.
|
|
17085
|
+
*
|
|
17086
|
+
* @param section - Section to transform
|
|
17087
|
+
*/
|
|
17088
|
+
defaultItems: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17089
|
+
/**
|
|
17090
|
+
* This transformer ís used to extract break up slide from current section. Break up slide is created
|
|
17091
|
+
* from section title and description. This transformer only create slide when section has title or description.
|
|
17092
|
+
*
|
|
17093
|
+
* @param section - Section to transform
|
|
17094
|
+
*/
|
|
17095
|
+
breakUpSlide: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17096
|
+
/**
|
|
17097
|
+
* This transformer is used to extract widget slide from current section and provided item. Widget slide is created from
|
|
17098
|
+
* provided item. Widget slide always contains only one item that mean there will be one item on created slide.
|
|
17099
|
+
*
|
|
17100
|
+
* @param item - Layout item (widget, kpi, ...) to transform
|
|
17101
|
+
*/
|
|
17102
|
+
widgetSlide: (item: IDashboardLayoutItem<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17103
|
+
/**
|
|
17104
|
+
* This transformer is used to create multiple slides from switcher widget. Each slide contains one visualization
|
|
17105
|
+
* that is part of the switcher.
|
|
17106
|
+
*
|
|
17107
|
+
* @param item - Layout item specifically visualization switcher to transform
|
|
17108
|
+
*/
|
|
17109
|
+
switcherSlide: (item: IDashboardLayoutItem<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17110
|
+
/**
|
|
17111
|
+
* This is more complex transformer that is used to transform container item in the layout to a slide. Container item is
|
|
17112
|
+
* transformed as a structured slide, but if it contains a visualization switcher, it is transformed to a flat list of visualizations
|
|
17113
|
+
* that are part of container item.
|
|
17114
|
+
*
|
|
17115
|
+
* @param item - Layout item specifically container to transform
|
|
17116
|
+
* @param transform - function to transform each section in the layout
|
|
17117
|
+
*/
|
|
17118
|
+
containerSlide: (item: IDashboardLayoutItem<TWidget>, transform: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17119
|
+
/**
|
|
17120
|
+
* This is more complex transformer that is used to transform container item in the layout to a slide. Container item is
|
|
17121
|
+
* transformed as a structured slide, but if it contains a visualization switcher, switcher is spread into multiple slides
|
|
17122
|
+
* where each slide contains one visualization from each switcher.
|
|
17123
|
+
*
|
|
17124
|
+
* @remarks
|
|
17125
|
+
* If there are 2 switchers in the container, one with 3 visualizations and the other with 2 visualizations, then
|
|
17126
|
+
* this transformer will create 3 slides. First slide will contain first visualizations from both switchers, second slide
|
|
17127
|
+
* will contain second visualizations from both switchers and last slide will contain third visualization from the first
|
|
17128
|
+
* switcher and empty item from the second switcher.
|
|
17129
|
+
*
|
|
17130
|
+
* @param item - Layout item specifically container to transform
|
|
17131
|
+
* @param transform - function to transform each section in the layout
|
|
17132
|
+
*/
|
|
17133
|
+
containerSwitcherSlide: (item: IDashboardLayoutItem<TWidget>, transform: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17134
|
+
/**
|
|
17135
|
+
* This is helper function that is used to iterate all items in the section. On every item
|
|
17136
|
+
* it calls provided transform function. This function is used to transform all items in the section.
|
|
17137
|
+
*
|
|
17138
|
+
* @param section - Section to transform
|
|
17139
|
+
* @param transform - function to transform each item in the layout
|
|
17140
|
+
*/
|
|
17141
|
+
itemsSlide: (section: IDashboardLayoutSection<TWidget>, transform: (item: IDashboardLayoutItem<TWidget>) => IDashboardLayoutSection<TWidget>[]) => IDashboardLayoutSection<TWidget>[] | undefined;
|
|
17142
|
+
/**
|
|
17143
|
+
* This function is used to determine if the section contains visualization switcher.
|
|
17144
|
+
*
|
|
17145
|
+
* @param section - Section to check
|
|
17146
|
+
*/
|
|
17147
|
+
containsVisualisationSwitcher: (section: IDashboardLayoutSection<TWidget>) => boolean;
|
|
17148
|
+
}
|
|
17149
|
+
|
|
16846
17150
|
/**
|
|
16847
17151
|
* Select all accessible dashboard in project.
|
|
16848
17152
|
*
|
|
@@ -18139,6 +18443,11 @@ export declare const selectEnableRichTextDescriptions: DashboardSelector<boolean
|
|
|
18139
18443
|
*/
|
|
18140
18444
|
export declare const selectEnableScheduling: DashboardSelector<boolean>;
|
|
18141
18445
|
|
|
18446
|
+
/**
|
|
18447
|
+
* @internal
|
|
18448
|
+
*/
|
|
18449
|
+
export declare const selectEnableSlideshowExports: DashboardSelector<boolean>;
|
|
18450
|
+
|
|
18142
18451
|
/**
|
|
18143
18452
|
* Returns whether the unrelated data datasets are shown.
|
|
18144
18453
|
*
|
|
@@ -18374,6 +18683,11 @@ export declare const selectHasCatalogFacts: DashboardSelector<boolean>;
|
|
|
18374
18683
|
*/
|
|
18375
18684
|
export declare const selectHasCatalogMeasures: DashboardSelector<boolean>;
|
|
18376
18685
|
|
|
18686
|
+
/**
|
|
18687
|
+
* @alpha
|
|
18688
|
+
*/
|
|
18689
|
+
export declare const selectHasSomeExecutionResult: DashboardSelector<boolean>;
|
|
18690
|
+
|
|
18377
18691
|
/**
|
|
18378
18692
|
* Returns whether Kpi drills in embedded mode are disabled.
|
|
18379
18693
|
*
|
|
@@ -18692,6 +19006,13 @@ export declare const selectIsFilterViewsDialogOpen: DashboardSelector<boolean>;
|
|
|
18692
19006
|
*/
|
|
18693
19007
|
export declare const selectIsInEditMode: DashboardSelector<boolean>;
|
|
18694
19008
|
|
|
19009
|
+
/**
|
|
19010
|
+
* Returns whether the current Dashboard is on export mode.
|
|
19011
|
+
*
|
|
19012
|
+
* @internal
|
|
19013
|
+
*/
|
|
19014
|
+
export declare const selectIsInExportMode: DashboardSelector<boolean>;
|
|
19015
|
+
|
|
18695
19016
|
/**
|
|
18696
19017
|
* @internal
|
|
18697
19018
|
*/
|
|
@@ -19038,6 +19359,13 @@ export declare const selectPersistedDashboard: DashboardSelector<IDashboard | un
|
|
|
19038
19359
|
*/
|
|
19039
19360
|
export declare const selectPlatformEdition: DashboardSelector<PlatformEdition>;
|
|
19040
19361
|
|
|
19362
|
+
/**
|
|
19363
|
+
* Select preloaded attribute metadata objects with references for attribute filters.
|
|
19364
|
+
*
|
|
19365
|
+
* @internal
|
|
19366
|
+
*/
|
|
19367
|
+
export declare const selectPreloadedAttributesWithReferences: DashboardSelector<IAttributeWithReferences[] | undefined>;
|
|
19368
|
+
|
|
19041
19369
|
/**
|
|
19042
19370
|
* @internal
|
|
19043
19371
|
*/
|
|
@@ -21436,6 +21764,11 @@ export declare function useSaveAsNewButtonProps(): ISaveAsNewButtonProps;
|
|
|
21436
21764
|
*/
|
|
21437
21765
|
export declare function useSaveButtonProps(): ISaveButtonProps;
|
|
21438
21766
|
|
|
21767
|
+
/**
|
|
21768
|
+
* @alpha
|
|
21769
|
+
*/
|
|
21770
|
+
export declare const useSectionExportData: (firstLevel: boolean) => SectionExportData | undefined;
|
|
21771
|
+
|
|
21439
21772
|
/**
|
|
21440
21773
|
* @internal
|
|
21441
21774
|
*/
|
|
@@ -21446,6 +21779,11 @@ export declare function useShareButtonProps(): IShareButtonProps;
|
|
|
21446
21779
|
*/
|
|
21447
21780
|
export declare const useTopBarProps: () => ITopBarProps;
|
|
21448
21781
|
|
|
21782
|
+
/**
|
|
21783
|
+
* @alpha
|
|
21784
|
+
*/
|
|
21785
|
+
export declare const useVisualizationExportData: (widget: WidgetExportDataAttributes | undefined, loading: boolean, error: boolean) => Partial<WidgetExportDataAttributes> | undefined;
|
|
21786
|
+
|
|
21449
21787
|
/**
|
|
21450
21788
|
* @internal
|
|
21451
21789
|
*/
|
|
@@ -21462,6 +21800,11 @@ export declare function useWidgetExecutionsHandler(widgetRef: ObjRef): {
|
|
|
21462
21800
|
onPushData: (data: IPushData) => void;
|
|
21463
21801
|
};
|
|
21464
21802
|
|
|
21803
|
+
/**
|
|
21804
|
+
* @alpha
|
|
21805
|
+
*/
|
|
21806
|
+
export declare const useWidgetExportData: (widget: ExtendedDashboardWidget) => WidgetExportData | undefined;
|
|
21807
|
+
|
|
21465
21808
|
/**
|
|
21466
21809
|
* Hook for obtaining the effective filters for a widget.
|
|
21467
21810
|
*
|
|
@@ -21576,6 +21919,43 @@ export declare interface WidgetDescription {
|
|
|
21576
21919
|
description?: string;
|
|
21577
21920
|
}
|
|
21578
21921
|
|
|
21922
|
+
/**
|
|
21923
|
+
* Data attributes for export mode to be added to the widget and its components.
|
|
21924
|
+
*
|
|
21925
|
+
* When customizing a widget component, spread these properties in the element intended
|
|
21926
|
+
* for export.
|
|
21927
|
+
*
|
|
21928
|
+
* @example
|
|
21929
|
+
* ```tsx
|
|
21930
|
+
* const DashboardWidgetComponent: CustomDashboardWidgetComponent = ({ widget, exportData }) => {
|
|
21931
|
+
* return (
|
|
21932
|
+
* <div {...exportData?.widget}>
|
|
21933
|
+
* <div>My custom dashboard widget - {widget?.identifier}</div>
|
|
21934
|
+
* <div {...exportData?.title}>Widget title</div>
|
|
21935
|
+
* <div {...exportData?.description}>Widget description</div>
|
|
21936
|
+
* </div>
|
|
21937
|
+
* );
|
|
21938
|
+
* };
|
|
21939
|
+
* ```
|
|
21940
|
+
*
|
|
21941
|
+
* @alpha
|
|
21942
|
+
*/
|
|
21943
|
+
export declare type WidgetExportData = HeaderExportData & {
|
|
21944
|
+
section?: CommonExportDataAttributes;
|
|
21945
|
+
widget?: WidgetExportDataAttributes;
|
|
21946
|
+
};
|
|
21947
|
+
|
|
21948
|
+
/**
|
|
21949
|
+
* Data attributes for export mode to be added to the widget.
|
|
21950
|
+
*
|
|
21951
|
+
* @alpha
|
|
21952
|
+
*/
|
|
21953
|
+
export declare type WidgetExportDataAttributes = CommonExportDataAttributes & {
|
|
21954
|
+
"data-export-widget-type"?: string;
|
|
21955
|
+
"data-export-visualization-type"?: string;
|
|
21956
|
+
"data-export-visualization-status"?: "loading" | "loaded" | "error";
|
|
21957
|
+
};
|
|
21958
|
+
|
|
21579
21959
|
/**
|
|
21580
21960
|
* Widget's filter settings can be manipulated using multiple different granular operations. This is the union
|
|
21581
21961
|
* type containing all the available operations.
|