@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardRenderer.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardRenderer.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EACH,eAAe,EACf,iBAAiB,EACjB,cAAc,IAAI,YAAY,EAC9B,gBAAgB,IAAI,cAAc,GACrC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACH,yBAAyB,EACzB,iBAAiB,EACjB,2BAA2B,GAC9B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EACH,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC3B,uBAAuB,GAC1B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"DashboardRenderer.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardRenderer.tsx"],"names":[],"mappings":"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"}
|
|
@@ -496,6 +496,44 @@ export interface IDashboardEventing {
|
|
|
496
496
|
*/
|
|
497
497
|
onStateChange?: (state: DashboardState, dispatch: DashboardDispatch) => void;
|
|
498
498
|
}
|
|
499
|
+
/**
|
|
500
|
+
* @internal
|
|
501
|
+
*/
|
|
502
|
+
export declare enum DashboardPartId {
|
|
503
|
+
MainContent = "mainContent",
|
|
504
|
+
FiltersBar = "filtersBar",
|
|
505
|
+
Sidebar = "sidebar"
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* Configuration for keyboard navigation
|
|
509
|
+
*
|
|
510
|
+
* @internal
|
|
511
|
+
*/
|
|
512
|
+
export interface IKeyboardNavigationConfigItem {
|
|
513
|
+
/**
|
|
514
|
+
* id which will be set to the target element
|
|
515
|
+
*/
|
|
516
|
+
targetElementId?: string;
|
|
517
|
+
/**
|
|
518
|
+
* tabIndex which will be set to the target element
|
|
519
|
+
*/
|
|
520
|
+
tabIndex?: number;
|
|
521
|
+
/**
|
|
522
|
+
* aria-label which will be set to the target element
|
|
523
|
+
*/
|
|
524
|
+
ariaLabel?: string;
|
|
525
|
+
/**
|
|
526
|
+
* onFocus callback which will be called when the target element is focused
|
|
527
|
+
*/
|
|
528
|
+
onFocus?: () => void;
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* Configurations for keyboard navigation for individual parts of the dashboard
|
|
532
|
+
* @internal
|
|
533
|
+
*/
|
|
534
|
+
export type KeyboardNavigationConfig = {
|
|
535
|
+
[key in DashboardPartId]?: IKeyboardNavigationConfigItem;
|
|
536
|
+
};
|
|
499
537
|
/**
|
|
500
538
|
* @public
|
|
501
539
|
*/
|
|
@@ -553,6 +591,10 @@ export interface IDashboardBaseProps {
|
|
|
553
591
|
* logged-in user.
|
|
554
592
|
*/
|
|
555
593
|
permissions?: IWorkspacePermissions;
|
|
594
|
+
/**
|
|
595
|
+
* Specify tab index and addressable id for the dashboard components used by keyboard navigation
|
|
596
|
+
*/
|
|
597
|
+
keyboardNavigation?: KeyboardNavigationConfig;
|
|
556
598
|
}
|
|
557
599
|
/**
|
|
558
600
|
* Cumulative properties for {@link Dashboard} customization.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AACxF,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE9D,OAAO,EACH,eAAe,EACf,iBAAiB,EACjB,qBAAqB,EACrB,8BAA8B,EAC9B,cAAc,EACd,gBAAgB,EACnB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AAC5G,OAAO,EACH,mCAAmC,EACnC,6CAA6C,EAChD,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACH,wBAAwB,EACxB,yBAAyB,EACzB,yBAAyB,EACzB,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,EAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EACH,wBAAwB,EACxB,wCAAwC,EACxC,gCAAgC,EAChC,0CAA0C,EAC1C,oCAAoC,EACpC,oCAAoC,EACpC,4BAA4B,EAC5B,+BAA+B,EAC/B,mCAAmC,EACnC,yCAAyC,EACzC,yCAAyC,EACzC,iCAAiC,EACjC,8CAA8C,EAC9C,qDAAqD,EACrD,wCAAwC,EAC3C,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,6BAA6B,EAAE,uCAAuC,EAAE,MAAM,sBAAsB,CAAC;AAE9G;;;;;;;;;GASG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAE5C;;;;;;;;;;OAUG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,aAAa,CAAC,CAAC;IAEhD;;;;OAIG;IACH,eAAe,CAAC,EAAE,8BAA8B,CAAC;IAEjD;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,uBAAuB,CAAC,EAAE,+BAA+B,CAAC;IAE1D;;;;;;;;;;OAUG;IACH,wBAAwB,CAAC,EAAE,gCAAgC,CAAC;IAE5D;;;;;;;;;;OAUG;IACH,4BAA4B,CAAC,EAAE,oCAAoC,CAAC;IAEpE;;;;;;;;;;OAUG;IACH,kCAAkC,CAAC,EAAE,0CAA0C,CAAC;IAEhF;;;;;;;;;;OAUG;IACH,4BAA4B,CAAC,EAAE,oCAAoC,CAAC;IAEpE;;;;;;;;;;OAUG;IACH,iCAAiC,CAAC,EAAE,yCAAyC,CAAC;IAE9E;;;;;;;OAOG;IACH,2BAA2B,CAAC,EAAE,2BAA2B,CAAC;IAE1D;;;;;;;;;;OAUG;IACH,oBAAoB,CAAC,EAAE,4BAA4B,CAAC;IAEpD;;;;;;;;;;OAUG;IACH,yBAAyB,CAAC,EAAE,iCAAiC,CAAC;IAE9D;;;;;;;;;;OAUG;IACH,sCAAsC,CAAC,EAAE,8CAA8C,CAAC;IAExF;;;;;;;;;;OAUG;IACH,gCAAgC,CAAC,EAAE,wCAAwC,CAAC;IAE5E;;;;;;;;;;OAUG;IACH,6CAA6C,CAAC,EAAE,qDAAqD,CAAC;IAEtG;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,mCAAmC,CAAC;IAEpE;;;;OAIG;IACH,uCAAuC,CAAC,EAAE,6CAA6C,CAAC;IAExF;;;;OAIG;IACH,iCAAiC,CAAC,EAAE,uCAAuC,CAAC;IAE5E;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,6BAA6B,CAAC;IAExD;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,0BAA0B,CAAC;IAElD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,2BAA2B,CAAC;IAEpD;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;IAE9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;IAEhD;;;;;;;;OAQG;IACH,eAAe,CAAC,EAAE,qBAAqB,CAAC;IAExC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,sBAAsB,CAAC;IAE1C;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,oBAAoB,CAAC;IAEtC;;;;;;;;;;;;;;;;;;OAkBG;IACH,yCAAyC,CAAC,EAAE,wCAAwC,CAAC;IAErF;;;;OAIG;IACH,oCAAoC,CAAC,EAAE,mCAAmC,CAAC;IAE3E;;;;;;;;;;OAUG;IACH,iCAAiC,CAAC,EAAE,yCAAyC,CAAC;IAE9E;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;IAE9C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,sBAAsB,CAAC;IAE1C;;;;;;;;OAQG;IACH,gCAAgC,CAAC,EAAE,sCAAsC,CAAC;IAE1E;;;;;;;OAOG;IACH,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;CACnD;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,4BAA6B,SAAQ,8BAA8B;IAChF;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,wBAAwB,CAAC;IAE5C;;;;;;;OAOG;IACH,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;IAEpD;;;;;;;;OAQG;IACH,gBAAgB,CAAC,EAAE,8BAA8B,CAAC;CACrD;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACvC;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;;;;;;;OAWG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CAC7C;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAExC;;;;;;;;OAQG;IACH,qBAAqB,CAAC,EAAE,CACpB,oBAAoB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,EAC9D,sBAAsB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,KAC/D,IAAI,CAAC;IAEV;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAChF;AAED;;GAEG;AACH,oBAAY,eAAe;IACvB,WAAW,gBAAgB;IAC3B,UAAU,eAAe;IACzB,OAAO,YAAY;CACtB;AAED;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG;KAClC,GAAG,IAAI,eAAe,CAAC,CAAC,EAAE,6BAA6B;CAC3D,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC;IAEzC;;;;;;;;OAQG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,qBAAqB,CAAC;IAEpC;;OAEG;IACH,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;CACjD;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,wBACb,SAAQ,kBAAkB,EACtB,4BAA4B,EAC5B,6BAA6B,EAC7B,sBAAsB;IAC1B;;;;;;;;;;;OAWG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CAClE;AAED;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,wBAAwB;IAClF,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,CAAC,CAAC,SAAS,EAAE,GAAG,KAAK,GAAG,CAAC,OAAO,CAAC,CAAC;IAC3D;;;OAGG;IACH,kBAAkB,CAAC,EAAE,UAAU,CAAC;CACnC"}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @internal
|
|
3
|
+
*/
|
|
4
|
+
export var DashboardPartId;
|
|
5
|
+
(function (DashboardPartId) {
|
|
6
|
+
DashboardPartId["MainContent"] = "mainContent";
|
|
7
|
+
DashboardPartId["FiltersBar"] = "filtersBar";
|
|
8
|
+
DashboardPartId["Sidebar"] = "sidebar";
|
|
9
|
+
})(DashboardPartId || (DashboardPartId = {}));
|
|
2
10
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"AAokBA;;GAEG;AACH,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,8CAA2B,CAAA;IAC3B,4CAAyB,CAAA;IACzB,sCAAmB,CAAA;AACvB,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { DashboardLayoutExportTransformFn, DashboardExportSlideConfig } from "../../model/index.js";
|
|
2
3
|
import { InsightMenuItemsProvider } from "./types.js";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
7
|
interface IDashboardCustomizationsContext {
|
|
7
8
|
insightMenuItemsProvider?: InsightMenuItemsProvider;
|
|
9
|
+
existingExportTransformFn?: DashboardLayoutExportTransformFn;
|
|
10
|
+
slideConfig?: DashboardExportSlideConfig;
|
|
8
11
|
}
|
|
9
12
|
/**
|
|
10
13
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardCustomizationsContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardCustomizationsContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAEzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAEtD;;GAEG;AACH,UAAU,+BAA+B;IACrC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"DashboardCustomizationsContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardCustomizationsContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAEzD,OAAO,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAEpG,OAAO,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAEtD;;GAEG;AACH,UAAU,+BAA+B;IACrC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;IACpD,yBAAyB,CAAC,EAAE,gCAAgC,CAAC;IAC7D,WAAW,CAAC,EAAE,0BAA0B,CAAC;CAC5C;AAQD;;GAEG;AACH,eAAO,MAAM,iCAAiC,iCACZ,QAAQ,+BAA+B,CAAC,KACvE,+BAMF,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,+BAA+B;IAC1F,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,qCAAqC,GAAG,GAAG,CAAC,OAAO,CAOzG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardCustomizationsContext.js","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardCustomizationsContext.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DashboardCustomizationsContext.js","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardCustomizationsContext.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAezD;;GAEG;AACH,MAAM,8BAA8B,GAAG,aAAa,CAAkC,EAAE,CAAC,CAAC;AAC1F,8BAA8B,CAAC,WAAW,GAAG,gCAAgC,CAAC;AAE9E;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAC7C,2BAAsE,EACvC,EAAE;IACjC,MAAM,oBAAoB,GAAG,UAAU,CAAC,8BAA8B,CAAC,CAAC;IACxE,OAAO;QACH,GAAG,oBAAoB;QACvB,GAAG,2BAA2B;KACjC,CAAC;AACN,CAAC,CAAC;AASF;;GAEG;AACH,MAAM,UAAU,+BAA+B,CAAC,KAA4C;IACxF,MAAM,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC;IAC1C,OAAO,CACH,oBAAC,8BAA8B,CAAC,QAAQ,IAAC,KAAK,EAAE,UAAU,IACrD,QAAQ,CAC6B,CAC7C,CAAC;AACN,CAAC"}
|
|
@@ -2,5 +2,6 @@ export { DashboardComponentsProvider, useDashboardComponentsContext } from "./Da
|
|
|
2
2
|
export { DashboardCustomizationsProvider, useDashboardCustomizationsContext, } from "./DashboardCustomizationsContext.js";
|
|
3
3
|
export { DashboardConfigProvider, useDashboardConfigContext } from "./DashboardConfigContext.js";
|
|
4
4
|
export { ExportDialogContextProvider, useExportDialogContext } from "./ExportDialogContext.js";
|
|
5
|
+
export { useSlideData, useSlideSizeStyle } from "./useSlideData.js";
|
|
5
6
|
export * from "./types.js";
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAC7G,OAAO,EACH,+BAA+B,EAC/B,iCAAiC,GACpC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAC/F,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAC7G,OAAO,EACH,+BAA+B,EAC/B,iCAAiC,GACpC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAC/F,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACpE,cAAc,YAAY,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
// (C) 2021 GoodData Corporation
|
|
1
|
+
// (C) 2021-2025 GoodData Corporation
|
|
2
2
|
export { DashboardComponentsProvider, useDashboardComponentsContext } from "./DashboardComponentsContext.js";
|
|
3
3
|
export { DashboardCustomizationsProvider, useDashboardCustomizationsContext, } from "./DashboardCustomizationsContext.js";
|
|
4
4
|
export { DashboardConfigProvider, useDashboardConfigContext } from "./DashboardConfigContext.js";
|
|
5
5
|
export { ExportDialogContextProvider, useExportDialogContext } from "./ExportDialogContext.js";
|
|
6
|
+
export { useSlideData, useSlideSizeStyle } from "./useSlideData.js";
|
|
6
7
|
export * from "./types.js";
|
|
7
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAE,2BAA2B,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAC7G,OAAO,EACH,+BAA+B,EAC/B,iCAAiC,GACpC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAC/F,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACpE,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ILayoutItemPath, RenderMode } from "../../types.js";
|
|
2
|
+
type LayoutElementType = "root" | "nested" | "section" | "item" | "leaf-item";
|
|
3
|
+
export declare const DEFAULT_SLIDE_WIDTH = 1920;
|
|
4
|
+
export declare const DEFAULT_SLIDE_HEIGHT = 1080;
|
|
5
|
+
export declare function useSlideData(renderMode: RenderMode | undefined): {
|
|
6
|
+
slideWidth: number;
|
|
7
|
+
slideHeight: number;
|
|
8
|
+
} | undefined;
|
|
9
|
+
export declare function useSlideSizeStyle(renderMode: RenderMode | undefined, type: LayoutElementType, parentLayoutPath?: ILayoutItemPath): {
|
|
10
|
+
width?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
width: string;
|
|
13
|
+
} | {
|
|
14
|
+
gridTemplateRows?: string | undefined;
|
|
15
|
+
height: string;
|
|
16
|
+
width?: undefined;
|
|
17
|
+
};
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=useSlideData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSlideData.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/useSlideData.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE7D,KAAK,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,WAAW,CAAC;AAE9E,eAAO,MAAM,mBAAmB,OAAO,CAAC;AACxC,eAAO,MAAM,oBAAoB,OAAO,CAAC;AAEzC,wBAAgB,YAAY,CAAC,UAAU,EAAE,UAAU,GAAG,SAAS;;;cAW9D;AAED,wBAAgB,iBAAiB,CAC7B,UAAU,EAAE,UAAU,GAAG,SAAS,EAClC,IAAI,EAAE,iBAAiB,EACvB,gBAAgB,CAAC,EAAE,eAAe;;;;;;;;EA4BrC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
// (C) 2022-2025 GoodData Corporation
|
|
2
|
+
import { useDashboardCustomizationsContext } from "./DashboardCustomizationsContext.js";
|
|
3
|
+
export const DEFAULT_SLIDE_WIDTH = 1920;
|
|
4
|
+
export const DEFAULT_SLIDE_HEIGHT = 1080;
|
|
5
|
+
export function useSlideData(renderMode) {
|
|
6
|
+
const { slideConfig } = useDashboardCustomizationsContext();
|
|
7
|
+
if (renderMode !== "export") {
|
|
8
|
+
return undefined;
|
|
9
|
+
}
|
|
10
|
+
return {
|
|
11
|
+
slideWidth: slideConfig?.width ?? DEFAULT_SLIDE_WIDTH,
|
|
12
|
+
slideHeight: slideConfig?.height ?? DEFAULT_SLIDE_HEIGHT,
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export function useSlideSizeStyle(renderMode, type, parentLayoutPath) {
|
|
16
|
+
const data = useSlideData(renderMode);
|
|
17
|
+
if (!data) {
|
|
18
|
+
return {};
|
|
19
|
+
}
|
|
20
|
+
if (type === "root") {
|
|
21
|
+
return {
|
|
22
|
+
width: `${data.slideWidth}px`,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
if (type === "section") {
|
|
26
|
+
return {
|
|
27
|
+
height: `${data.slideHeight}px`,
|
|
28
|
+
...(parentLayoutPath && parentLayoutPath.length > 0
|
|
29
|
+
? {
|
|
30
|
+
gridTemplateRows: "max-content",
|
|
31
|
+
}
|
|
32
|
+
: {}),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
height: "100%",
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=useSlideData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSlideData.js","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/useSlideData.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAKxF,MAAM,CAAC,MAAM,mBAAmB,GAAG,IAAI,CAAC;AACxC,MAAM,CAAC,MAAM,oBAAoB,GAAG,IAAI,CAAC;AAEzC,MAAM,UAAU,YAAY,CAAC,UAAkC;IAC3D,MAAM,EAAE,WAAW,EAAE,GAAG,iCAAiC,EAAE,CAAC;IAE5D,IAAI,UAAU,KAAK,QAAQ,EAAE,CAAC;QAC1B,OAAO,SAAS,CAAC;IACrB,CAAC;IAED,OAAO;QACH,UAAU,EAAE,WAAW,EAAE,KAAK,IAAI,mBAAmB;QACrD,WAAW,EAAE,WAAW,EAAE,MAAM,IAAI,oBAAoB;KAC3D,CAAC;AACN,CAAC;AAED,MAAM,UAAU,iBAAiB,CAC7B,UAAkC,EAClC,IAAuB,EACvB,gBAAkC;IAElC,MAAM,IAAI,GAAG,YAAY,CAAC,UAAU,CAAC,CAAC;IAEtC,IAAI,CAAC,IAAI,EAAE,CAAC;QACR,OAAO,EAAE,CAAC;IACd,CAAC;IAED,IAAI,IAAI,KAAK,MAAM,EAAE,CAAC;QAClB,OAAO;YACH,KAAK,EAAE,GAAG,IAAI,CAAC,UAAU,IAAI;SAChC,CAAC;IACN,CAAC;IAED,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;QACrB,OAAO;YACH,MAAM,EAAE,GAAG,IAAI,CAAC,WAAW,IAAI;YAC/B,GAAG,CAAC,gBAAgB,IAAI,gBAAgB,CAAC,MAAM,GAAG,CAAC;gBAC/C,CAAC,CAAC;oBACI,gBAAgB,EAAE,aAAa;iBAClC;gBACH,CAAC,CAAC,EAAE,CAAC;SACZ,CAAC;IACN,CAAC;IAED,OAAO;QACH,MAAM,EAAE,MAAM;KACjB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/presentation/export/index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/presentation/export/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Export element type.
|
|
3
|
+
*
|
|
4
|
+
* @alpha
|
|
5
|
+
*/
|
|
6
|
+
export type ExportElementType = "section" | "section-title" | "section-description" | "widget" | "widget-content" | "widget-title" | "widget-description";
|
|
7
|
+
/**
|
|
8
|
+
* Data attributes with export specification for components.
|
|
9
|
+
*
|
|
10
|
+
* @alpha
|
|
11
|
+
*/
|
|
12
|
+
export type CommonExportDataAttributes = {
|
|
13
|
+
"data-export-type": ExportElementType;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Data attributes for export mode to be added to the header.
|
|
17
|
+
*
|
|
18
|
+
* @alpha
|
|
19
|
+
*/
|
|
20
|
+
export type HeaderExportData = {
|
|
21
|
+
title?: CommonExportDataAttributes;
|
|
22
|
+
description?: CommonExportDataAttributes;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Data attributes for export mode to be added to the widget.
|
|
26
|
+
*
|
|
27
|
+
* @alpha
|
|
28
|
+
*/
|
|
29
|
+
export type WidgetExportDataAttributes = CommonExportDataAttributes & {
|
|
30
|
+
"data-export-widget-type"?: string;
|
|
31
|
+
"data-export-visualization-type"?: string;
|
|
32
|
+
"data-export-visualization-status"?: "loading" | "loaded" | "error";
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Data attributes for export mode to be added to the widget and its components.
|
|
36
|
+
*
|
|
37
|
+
* When customizing a widget component, spread these properties in the element intended
|
|
38
|
+
* for export.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* ```tsx
|
|
42
|
+
* const DashboardWidgetComponent: CustomDashboardWidgetComponent = ({ widget, exportData }) => {
|
|
43
|
+
* return (
|
|
44
|
+
* <div {...exportData?.widget}>
|
|
45
|
+
* <div>My custom dashboard widget - {widget?.identifier}</div>
|
|
46
|
+
* <div {...exportData?.title}>Widget title</div>
|
|
47
|
+
* <div {...exportData?.description}>Widget description</div>
|
|
48
|
+
* </div>
|
|
49
|
+
* );
|
|
50
|
+
* };
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @alpha
|
|
54
|
+
*/
|
|
55
|
+
export type WidgetExportData = HeaderExportData & {
|
|
56
|
+
section?: CommonExportDataAttributes;
|
|
57
|
+
widget?: WidgetExportDataAttributes;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Data attributes for export mode to be added to the layout section header and its components.
|
|
61
|
+
*
|
|
62
|
+
* @alpha
|
|
63
|
+
*/
|
|
64
|
+
export type SectionExportData = HeaderExportData & {
|
|
65
|
+
section?: CommonExportDataAttributes;
|
|
66
|
+
};
|
|
67
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/presentation/export/types.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GACvB,SAAS,GACT,eAAe,GACf,qBAAqB,GACrB,QAAQ,GACR,gBAAgB,GAChB,cAAc,GACd,oBAAoB,CAAC;AAE3B;;;;GAIG;AACH,MAAM,MAAM,0BAA0B,GAAG;IAAE,kBAAkB,EAAE,iBAAiB,CAAA;CAAE,CAAC;AAEnF;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC3B,KAAK,CAAC,EAAE,0BAA0B,CAAC;IACnC,WAAW,CAAC,EAAE,0BAA0B,CAAC;CAC5C,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,0BAA0B,GAAG,0BAA0B,GAAG;IAClE,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAC1C,kCAAkC,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;CACvE,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,GAAG;IAC9C,OAAO,CAAC,EAAE,0BAA0B,CAAC;IACrC,MAAM,CAAC,EAAE,0BAA0B,CAAC;CACvC,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,GAAG;IAC/C,OAAO,CAAC,EAAE,0BAA0B,CAAC;CACxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/presentation/export/types.ts"],"names":[],"mappings":"AAAA,gCAAgC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ExtendedDashboardWidget } from "../../model/index.js";
|
|
2
|
+
import { SectionExportData, WidgetExportData, WidgetExportDataAttributes } from "./types.js";
|
|
3
|
+
/**
|
|
4
|
+
* @alpha
|
|
5
|
+
*/
|
|
6
|
+
export declare const useSectionExportData: (firstLevel: boolean) => SectionExportData | undefined;
|
|
7
|
+
/**
|
|
8
|
+
* @alpha
|
|
9
|
+
*/
|
|
10
|
+
export declare const useWidgetExportData: (widget: ExtendedDashboardWidget) => WidgetExportData | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* @alpha
|
|
13
|
+
*/
|
|
14
|
+
export declare const useVisualizationExportData: (widget: WidgetExportDataAttributes | undefined, loading: boolean, error: boolean) => Partial<WidgetExportDataAttributes> | undefined;
|
|
15
|
+
//# sourceMappingURL=useExportData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useExportData.d.ts","sourceRoot":"","sources":["../../../src/presentation/export/useExportData.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,uBAAuB,EAI1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAC;AAG7F;;GAEG;AACH,eAAO,MAAM,oBAAoB,eAAgB,OAAO,KAAG,iBAAiB,GAAG,SAY9E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,WAAY,uBAAuB,KAAG,gBAAgB,GAAG,SAkBxF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,WAC3B,0BAA0B,GAAG,SAAS,WACrC,OAAO,SACT,OAAO,KACf,QAAQ,0BAA0B,CAAC,GAAG,SAaxC,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// (C) 2025 GoodData Corporation
|
|
2
|
+
import { insightVisualizationType } from "@gooddata/sdk-model";
|
|
3
|
+
import { selectInsightByWidgetRef, selectIsInExportMode, useDashboardSelector, } from "../../model/index.js";
|
|
4
|
+
import { useMemo } from "react";
|
|
5
|
+
/**
|
|
6
|
+
* @alpha
|
|
7
|
+
*/
|
|
8
|
+
export const useSectionExportData = (firstLevel) => {
|
|
9
|
+
const isExportMode = useDashboardSelector(selectIsInExportMode);
|
|
10
|
+
if (!isExportMode || !firstLevel) {
|
|
11
|
+
return undefined;
|
|
12
|
+
}
|
|
13
|
+
return {
|
|
14
|
+
section: { "data-export-type": "section" },
|
|
15
|
+
title: { "data-export-type": "section-title" },
|
|
16
|
+
description: { "data-export-type": "section-description" },
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* @alpha
|
|
21
|
+
*/
|
|
22
|
+
export const useWidgetExportData = (widget) => {
|
|
23
|
+
const insight = useDashboardSelector(selectInsightByWidgetRef(widget.ref));
|
|
24
|
+
const isExportMode = useDashboardSelector(selectIsInExportMode);
|
|
25
|
+
if (!isExportMode) {
|
|
26
|
+
return undefined;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
section: { "data-export-type": "widget" },
|
|
30
|
+
widget: {
|
|
31
|
+
"data-export-type": "widget-content",
|
|
32
|
+
"data-export-widget-type": widget.type,
|
|
33
|
+
...(insight ? { "data-export-visualization-type": insightVisualizationType(insight) } : {}),
|
|
34
|
+
},
|
|
35
|
+
title: { "data-export-type": "widget-title" },
|
|
36
|
+
description: { "data-export-type": "widget-description" },
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @alpha
|
|
41
|
+
*/
|
|
42
|
+
export const useVisualizationExportData = (widget, loading, error) => {
|
|
43
|
+
const isExportMode = useDashboardSelector(selectIsInExportMode);
|
|
44
|
+
return useMemo(() => {
|
|
45
|
+
if (!isExportMode) {
|
|
46
|
+
return undefined;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
...widget,
|
|
50
|
+
"data-export-visualization-status": loading ? "loading" : error ? "error" : "loaded",
|
|
51
|
+
};
|
|
52
|
+
}, [widget, isExportMode, loading, error]);
|
|
53
|
+
};
|
|
54
|
+
//# sourceMappingURL=useExportData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useExportData.js","sourceRoot":"","sources":["../../../src/presentation/export/useExportData.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAEH,wBAAwB,EACxB,oBAAoB,EACpB,oBAAoB,GACvB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhC;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,UAAmB,EAAiC,EAAE;IACvF,MAAM,YAAY,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;IAEhE,IAAI,CAAC,YAAY,IAAI,CAAC,UAAU,EAAE,CAAC;QAC/B,OAAO,SAAS,CAAC;IACrB,CAAC;IAED,OAAO;QACH,OAAO,EAAE,EAAE,kBAAkB,EAAE,SAAS,EAAE;QAC1C,KAAK,EAAE,EAAE,kBAAkB,EAAE,eAAe,EAAE;QAC9C,WAAW,EAAE,EAAE,kBAAkB,EAAE,qBAAqB,EAAE;KAC7D,CAAC;AACN,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,MAA+B,EAAgC,EAAE;IACjG,MAAM,OAAO,GAAG,oBAAoB,CAAC,wBAAwB,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3E,MAAM,YAAY,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;IAEhE,IAAI,CAAC,YAAY,EAAE,CAAC;QAChB,OAAO,SAAS,CAAC;IACrB,CAAC;IAED,OAAO;QACH,OAAO,EAAE,EAAE,kBAAkB,EAAE,QAAQ,EAAE;QACzC,MAAM,EAAE;YACJ,kBAAkB,EAAE,gBAAgB;YACpC,yBAAyB,EAAE,MAAM,CAAC,IAAI;YACtC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,gCAAgC,EAAE,wBAAwB,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;SAC9F;QACD,KAAK,EAAE,EAAE,kBAAkB,EAAE,cAAc,EAAE;QAC7C,WAAW,EAAE,EAAE,kBAAkB,EAAE,oBAAoB,EAAE;KAC5D,CAAC;AACN,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CACtC,MAA8C,EAC9C,OAAgB,EAChB,KAAc,EACiC,EAAE;IACjD,MAAM,YAAY,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;IAEhE,OAAO,OAAO,CAAC,GAAG,EAAE;QAChB,IAAI,CAAC,YAAY,EAAE,CAAC;YAChB,OAAO,SAAS,CAAC;QACrB,CAAC;QAED,OAAO;YACH,GAAG,MAAM;YACT,kCAAkC,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ;SACvF,CAAC;IACN,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;AAC/C,CAAC,CAAC"}
|
|
@@ -7,5 +7,5 @@ import { IDashboardAttributeFilterProps } from "./types.js";
|
|
|
7
7
|
*
|
|
8
8
|
* @alpha
|
|
9
9
|
*/
|
|
10
|
-
export declare const DefaultDashboardAttributeFilter: (props: IDashboardAttributeFilterProps) => JSX.Element;
|
|
10
|
+
export declare const DefaultDashboardAttributeFilter: (props: IDashboardAttributeFilterProps) => JSX.Element | null;
|
|
11
11
|
//# sourceMappingURL=DefaultDashboardAttributeFilter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultDashboardAttributeFilter.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"DefaultDashboardAttributeFilter.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.tsx"],"names":[],"mappings":";AA+CA,OAAO,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAc5D;;;;;;GAMG;AACH,eAAO,MAAM,+BAA+B,UACjC,8BAA8B,KACtC,WAAW,GAAG,IAkBhB,CAAC"}
|
|
@@ -5,7 +5,7 @@ import { AttributeFilterButton, AttributeFilterDropdownButton, AttributeFilterEl
|
|
|
5
5
|
import { DashboardAttributeFilterConfigModeValues, filterObjRef } from "@gooddata/sdk-model";
|
|
6
6
|
import { LoadingMask, LOADING_HEIGHT } from "@gooddata/sdk-ui-kit";
|
|
7
7
|
import { attributeFilterToDashboardAttributeFilter, dashboardAttributeFilterToAttributeFilter, } from "../../../_staging/dashboard/dashboardFilterConverter.js";
|
|
8
|
-
import { removeAttributeFilter, useDashboardDispatch, selectLocale, useDashboardSelector, selectIsInEditMode, selectBackendCapabilities, selectAttributeFilterConfigsModeMap, useDashboardUserInteraction, selectIsAttributeFilterDependentByLocalIdentifier, selectIsFilterFromCrossFilteringByLocalIdentifier, selectEnableDuplicatedLabelValuesInAttributeFilter,
|
|
8
|
+
import { removeAttributeFilter, useDashboardDispatch, selectLocale, useDashboardSelector, selectIsInEditMode, selectBackendCapabilities, selectAttributeFilterConfigsModeMap, useDashboardUserInteraction, selectIsAttributeFilterDependentByLocalIdentifier, selectIsFilterFromCrossFilteringByLocalIdentifier, selectEnableDuplicatedLabelValuesInAttributeFilter, selectHasSomeExecutionResult, selectEnableCriticalContentPerformanceOptimizations, selectPreloadedAttributesWithReferences, selectIsDashboardExecuted, } from "../../../model/index.js";
|
|
9
9
|
import { useAttributes } from "../../../_staging/sharedHooks/useAttributes.js";
|
|
10
10
|
import { getVisibilityIcon } from "../utils.js";
|
|
11
11
|
import { useParentFilters } from "./useParentFilters.js";
|
|
@@ -23,12 +23,15 @@ import { useDependentDateFilters } from "./useDependentDateFilters.js";
|
|
|
23
23
|
*/
|
|
24
24
|
export const DefaultDashboardAttributeFilter = (props) => {
|
|
25
25
|
// In case, dashboard contains lot of filters,
|
|
26
|
-
// these are spawning lot of requests, which are potentially blocking execution(s).
|
|
27
|
-
//
|
|
28
|
-
|
|
26
|
+
// these are spawning lot of requests (collectLabelElements), which are potentially blocking execution(s).
|
|
27
|
+
// Wait at least for one executed result until we start loading them, so they are not blocking execution(s).
|
|
28
|
+
const isInEditMode = useDashboardSelector(selectIsInEditMode);
|
|
29
|
+
const hasSomeExecutionResult = useDashboardSelector(selectHasSomeExecutionResult);
|
|
30
|
+
const filtersPreloaded = useDashboardSelector(selectPreloadedAttributesWithReferences);
|
|
29
31
|
const isDashboardExecuted = useDashboardSelector(selectIsDashboardExecuted);
|
|
30
32
|
const enableCriticalContentPerformanceOptimizations = useDashboardSelector(selectEnableCriticalContentPerformanceOptimizations);
|
|
31
|
-
|
|
33
|
+
const showFilter = isInEditMode || isDashboardExecuted || (hasSomeExecutionResult && filtersPreloaded);
|
|
34
|
+
if (enableCriticalContentPerformanceOptimizations && !showFilter) {
|
|
32
35
|
return React.createElement(AttributeFilterLoading, null);
|
|
33
36
|
}
|
|
34
37
|
return React.createElement(DefaultDashboardAttributeFilterInner, { ...props });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultDashboardAttributeFilter.js","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"DefaultDashboardAttributeFilter.js","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAa,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EACH,qBAAqB,EAGrB,6BAA6B,EAC7B,6BAA6B,EAE7B,wCAAwC,EACxC,uCAAuC,EACvC,oBAAoB,EACpB,wBAAwB,EAExB,uCAAuC,EACvC,gCAAgC,EAChC,yBAAyB,EACzB,sBAAsB,GACzB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,wCAAwC,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7F,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEnE,OAAO,EACH,yCAAyC,EACzC,yCAAyC,GAC5C,MAAM,yDAAyD,CAAC;AACjE,OAAO,EACH,qBAAqB,EACrB,oBAAoB,EACpB,YAAY,EACZ,oBAAoB,EACpB,kBAAkB,EAClB,yBAAyB,EACzB,mCAAmC,EACnC,2BAA2B,EAC3B,iDAAiD,EACjD,iDAAiD,EACjD,kDAAkD,EAClD,4BAA4B,EAC5B,mDAAmD,EACnD,uCAAuC,EACvC,yBAAyB,GAC5B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,4BAA4B,EAAE,MAAM,uEAAuE,CAAC;AACrH,OAAO,EACH,oCAAoC,EACpC,6CAA6C,GAChD,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACH,sCAAsC,EACtC,iCAAiC,GACpC,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAC3C,KAAqC,EACnB,EAAE;IACpB,8CAA8C;IAC9C,0GAA0G;IAC1G,4GAA4G;IAC5G,MAAM,YAAY,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;IAC9D,MAAM,sBAAsB,GAAG,oBAAoB,CAAC,4BAA4B,CAAC,CAAC;IAClF,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,uCAAuC,CAAC,CAAC;IACvF,MAAM,mBAAmB,GAAG,oBAAoB,CAAC,yBAAyB,CAAC,CAAC;IAC5E,MAAM,6CAA6C,GAAG,oBAAoB,CACtE,mDAAmD,CACtD,CAAC;IACF,MAAM,UAAU,GAAG,YAAY,IAAI,mBAAmB,IAAI,CAAC,sBAAsB,IAAI,gBAAgB,CAAC,CAAC;IAEvG,IAAI,6CAA6C,IAAI,CAAC,UAAU,EAAE,CAAC;QAC/D,OAAO,oBAAC,sBAAsB,OAAG,CAAC;IACtC,CAAC;IAED,OAAO,oBAAC,oCAAoC,OAAK,KAAK,GAAI,CAAC;AAC/D,CAAC,CAAC;AAEF,MAAM,oCAAoC,GAAG,CAAC,KAAqC,EAAsB,EAAE;IACvG,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,KAAK,CAAC;IACpG,MAAM,EAAE,aAAa,EAAE,yBAAyB,EAAE,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC9E,MAAM,EAAE,oBAAoB,EAAE,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACjE,MAAM,MAAM,GAAG,oBAAoB,CAAC,YAAY,CAAC,CAAC;IAClD,MAAM,UAAU,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;IAC5D,MAAM,YAAY,GAAG,oBAAoB,CAAC,yBAAyB,CAAC,CAAC;IACrE,MAAM,6BAA6B,GAAG,oBAAoB,CAAC,mCAAmC,CAAC,CAAC;IAChG,MAAM,eAAe,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,yCAAyC,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IACnG,MAAM,CAAC,mBAAmB,EAAE,sBAAsB,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IACtE,MAAM,eAAe,GAAG,2BAA2B,EAAE,CAAC;IACtD,MAAM,0BAA0B,GAAG,oBAAoB,CACnD,iDAAiD,CAAC,MAAM,CAAC,eAAe,CAAC,eAAgB,CAAC,CAC7F,CAAC;IACF,MAAM,wBAAwB,GAAG,oBAAoB,CACjD,iDAAiD,CAAC,MAAM,CAAC,eAAe,CAAC,eAAgB,CAAC,CAC7F,CAAC;IACF,MAAM,4CAA4C,GAAG,oBAAoB,CACrE,kDAAkD,CACrD,CAAC;IAEF,MAAM,SAAS,GAAG,OAAO,CAAC,GAAG,EAAE;QAC3B,OAAO,YAAY,CAAC,eAAe,CAAC,CAAC;IACzC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,MAAM,2BAA2B,GAAG,WAAW,CAC3C,GAAG,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC,MAAM,CAAC,eAAe,CAAC,eAAgB,CAAC,CAAC,EAC9E,CAAC,MAAM,EAAE,QAAQ,CAAC,CACrB,CAAC;IAEF,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IAEvB,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,gBAAgB,EAAE,CAAC,CAAC;IAChE,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,yBAAyB,EAAE,CAAC,CAAC;IACvE,MAAM,SAAS,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,eAAe,EAAE,CAAC,CAAC;IAC9D,MAAM,mBAAmB,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,oCAAoC,EAAE,CAAC,CAAC;IAC7F,MAAM,YAAY,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,6BAA6B,EAAE,CAAC,CAAC;IAC/E,MAAM,SAAS,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,0BAA0B,EAAE,CAAC,CAAC;IACzE,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,gCAAgC,EAAE,CAAC,CAAC;IACpF,MAAM,kBAAkB,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,kCAAkC,EAAE,CAAC,CAAC;IAC1F,MAAM,wBAAwB,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,wCAAwC,EAAE,CAAC,CAAC;IACtG,MAAM,yBAAyB,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,yCAAyC,EAAE,CAAC,CAAC;IACxG,MAAM,8BAA8B,GAAG,IAAI,CAAC,aAAa,CAAC;QACtD,EAAE,EAAE,mDAAmD;KAC1D,CAAC,CAAC;IACH,MAAM,4BAA4B,GAAG,IAAI,CAAC,aAAa,CAAC;QACpD,EAAE,EAAE,kDAAkD;KACzD,CAAC,CAAC;IACH,MAAM,qBAAqB,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,iCAAiC,EAAE,CAAC,CAAC;IAE5F,MAAM,aAAa,GAAG,WAAW,CAAC,GAAG,EAAE;QACnC,IAAI,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;QACd,CAAC;IACL,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEd,MAAM,kBAAkB,GAAG,OAAO,CAAC,GAAG,EAAE;QACpC,OAAO,CAAC,SAAS,CAAC,CAAC;IACvB,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAEhB,MAAM,EAAE,UAAU,EAAE,GAAG,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAEzD,MAAM,cAAc,GAAG,OAAO,CAC1B,GAAG,EAAE,CACD,iBAAiB,CACb,6BAA6B,CAAC,GAAG,CAAC,MAAM,CAAC,eAAe,CAAC,eAAgB,CAAC,EAC1E,UAAU,EACV,CAAC,CAAC,YAAY,CAAC,kCAAkC,EACjD,IAAI,CACP,EACL;QACI,6BAA6B;QAC7B,MAAM,CAAC,eAAe,CAAC,eAAe;QACtC,UAAU;QACV,YAAY,CAAC,kCAAkC;QAC/C,IAAI;KACP,CACJ,CAAC;IAEF,MAAM,oBAAoB,GAAG,OAAO,CAAC,GAAG,EAAE;QACtC,OAAO,SAAS,cAAc,CAAC,KAA0C;YACrE,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;YACnE,uCAAuC,CAAC,KAAK,EAAE,aAAa,CAAC,CAAC;YAE9D,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,CAAC;YAChC,MAAM,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,0BAA0B,EAAE,GACtF,iCAAiC,EAAE,CAAC;YACxC,MAAM,EAAE,gBAAgB,EAAE,GAAG,mBAAmB,CAAC,0BAA0B,CAAC,CAAC;YAE7E,MAAM,uBAAuB,GAAG,UAAU,IAAI,uBAAuB,KAAK,SAAS,CAAC;YACpF,MAAM,2BAA2B,GAAG,IAAI,CAAC,aAAa,CAClD,EAAE,EAAE,EAAE,gCAAgC,EAAE,EACxC;gBACI,WAAW,EAAE,KAAK;gBAClB,8CAA8C;gBAC9C,MAAM,EAAE,CAAC,MAAiB,EAAE,EAAE,CAAC,oCAAS,MAAM,CAAU;aAC3D,CACJ,CAAC;YAEF,MAAM,sBAAsB,GAAG,OAAO,CAAC,GAAG,EAAE;gBACxC,IAAI,uBAAuB,IAAI,gBAAgB,IAAI,MAAM,EAAE,CAAC;oBACxD,OAAO,SAAS,gBAAgB;wBAC5B,OAAO,CACH,oBAAC,oBAAoB,IACjB,KAAK,EAAE,KAAK,EACZ,2BAA2B,EAAE,2BAA2B,EACxD,gBAAgB,EAAE,gBAAgB,GACpC,CACL,CAAC;oBACN,CAAC,CAAC;gBACN,CAAC;gBAED,OAAO,SAAS,CAAC;YACrB,CAAC,EAAE,CAAC,uBAAuB,EAAE,2BAA2B,EAAE,gBAAgB,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;YAE5F,MAAM,iBAAiB,GACnB,CAAC,CAAC,YAAY,CAAC,wCAAwC,IAAI,0BAA0B,CAAC;YAC1F,MAAM,cAAc,GAAG,iBAAiB,CAAC,CAAC,CAAC,CACvC,oBAAC,gCAAgC,IAAC,cAAc,EAAE,2BAA2B,GAAI,CACpF,CAAC,CAAC,CAAC,IAAI,CAAC;YAET,OAAO,CACH,oBAAC,6BAA6B,OACtB,KAAK,EACT,WAAW,EAAE,WAAW,EACxB,uBAAuB,EAAE,sBAAsB,EAC/C,cAAc,EAAE,cAAc,EAC9B,SAAS,EACL,wBAAwB,CAAC,CAAC,CAAC,6CAA6C,CAAC,CAAC,CAAC,SAAS,GAE1F,CACL,CAAC;QACN,CAAC,CAAC;IACN,CAAC,EAAE;QACC,QAAQ;QACR,aAAa;QACb,UAAU;QACV,IAAI;QACJ,YAAY,CAAC,wCAAwC;QACrD,0BAA0B;QAC1B,WAAW;QACX,wBAAwB;KAC3B,CAAC,CAAC;IAEH,MAAM,qBAAqB,GAAG,OAAO,CAAC,GAAG,EAAE;QACvC,OAAO,SAAS,eAAe,CAAC,KAA2C;YACvE,MAAM,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,GAAG,yBAAyB,EAAE,CAAC;YAE1F,MAAM,EACF,KAAK,EACL,oBAAoB,EACpB,kBAAkB,EAClB,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,WAAW,EACX,oBAAoB,EACpB,0CAA0C,GAC7C,GAAG,iCAAiC,EAAE,CAAC;YAExC,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,IAAI,KAAK,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC;YAC1D,MAAM,cAAc,GAAG,cAAc;gBACjC,CAAC,CAAC,CAAC,CACG,oBAAoB;oBACpB,kBAAkB;oBAClB,YAAY;oBACZ,oBAAoB;oBACpB,WAAW;oBACX,oBAAoB;oBACpB,0CAA0C,CAC7C;gBACH,CAAC,CAAC,IAAI,CAAC;YAEX,OAAO,CACH,0CACK,mBAAmB,CAAC,CAAC,CAAC,CACnB,oBAAC,6CAA6C,IAC1C,cAAc,EAAE,cAAc,EAC9B,iBAAiB,EAAE,GAAG,EAAE;oBACpB,mBAAmB,CAAC,qBAAqB,EAAE,0BAA0B,CAAC,CAAC;oBACvE,sBAAsB,CAAC,KAAK,CAAC,CAAC;gBAClC,CAAC,EACD,mBAAmB,EAAE,GAAG,EAAE;oBACtB,sBAAsB,CAAC,KAAK,CAAC,CAAC;gBAClC,CAAC,EACD,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,GACpB,CACL,CAAC,CAAC,CAAC,CACA,oBAAC,oCAAoC,OAC7B,KAAK,EACT,oBAAoB,EAAE,MAAM,CAAC,eAAe,CAAC,WAAW,EACxD,mBAAmB,EAAE,MAAM,CAAC,eAAe,CAAC,aAAa,EACzD,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,UAAU,EACtB,0BAA0B,EAAE,GAAG,EAAE;oBAC7B,sBAAsB,CAAC,IAAI,CAAC,CAAC;oBAC7B,oBAAoB,EAAE,CAAC;oBACvB,eAAe,CAAC,0BAA0B,CACtC,oCAAoC,CACvC,CAAC;gBACN,CAAC,EACD,mBAAmB,EAAE,GAAG,EAAE;oBACtB,2BAA2B,EAAE,CAAC;gBAClC,CAAC,EACD,UAAU,EAAE,UAAU,GACxB,CACL,CACF,CACN,CAAC;QACN,CAAC,CAAC;IACN,CAAC,EAAE;QACC,mBAAmB;QACnB,UAAU;QACV,QAAQ;QACR,MAAM,CAAC,eAAe,CAAC,WAAW;QAClC,MAAM,CAAC,eAAe,CAAC,aAAa;QACpC,SAAS;QACT,UAAU;QACV,2BAA2B;KAC9B,CAAC,CAAC;IAEH,MAAM,oBAAoB,GAAG,OAAO,CAAC,GAAG,EAAE;QACtC,OAAO,SAAS,cAAc,CAAC,KAA0C;YACrE,MAAM,EAAE,uBAAuB,EAAE,GAAG,iCAAiC,EAAE,CAAC;YAExE,MAAM,YAAY,GAAG,WAAW,CAAC,GAAG,EAAE;gBAClC,sBAAsB,CAAC,KAAK,CAAC,CAAC;YAClC,CAAC,EAAE,EAAE,CAAC,CAAC;YAEP,IAAI,uBAAuB,KAAK,SAAS,EAAE,CAAC;gBACxC,OAAO,oBAAC,WAAW,IAAC,MAAM,EAAE,cAAc,GAAI,CAAC;YACnD,CAAC;YAED,OAAO,CACH,0CACK,mBAAmB,CAAC,CAAC,CAAC,CACnB,oBAAC,4BAA4B,IACzB,IAAI,EAAE,IAAI,EACV,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACxC,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,EAC9B,kBAAkB,EAAE,kBAAkB,EACtC,wBAAwB,EAAE,wBAAwB,EAClD,yBAAyB,EAAE,yBAAyB,EACpD,qBAAqB,EAAE,qBAAqB,EAC5C,8BAA8B,EAAE,8BAA8B,EAC9D,4BAA4B,EAAE,4BAA4B,EAC1D,qBAAqB,EAAE,CAAC,CAAC,YAAY,CAAC,kCAAkC,GAC1E,CACL,CAAC,CAAC,CAAC,CACA,oBAAC,6BAA6B,OAAK,KAAK,GAAI,CAC/C,CACF,CACN,CAAC;QACN,CAAC,CAAC;IACN,CAAC,EAAE;QACC,mBAAmB;QACnB,SAAS;QACT,YAAY;QACZ,mBAAmB;QACnB,SAAS;QACT,cAAc;QACd,kBAAkB;QAClB,wBAAwB;QACxB,yBAAyB;QACzB,8BAA8B;QAC9B,4BAA4B;QAC5B,qBAAqB;QACrB,IAAI;QACJ,YAAY;KACf,CAAC,CAAC;IAEH,MAAM,wBAAwB,GAAG,OAAO,CAAC,GAAG,EAAE;QAC1C,OAAO,SAAS,SAAS,CAAC,KAAqC;YAC3D,MAAM,6BAA6B,GAAG,CAAC,CAAC,YAAY,CAAC,+BAA+B,CAAC;YACrF,MAAM,0BAA0B,GAAG,GAAG,EAAE;gBACpC,KAAK,CAAC,sBAAsB,EAAE,EAAE,CAAC;gBACjC,eAAe,CAAC,0BAA0B,CAAC,qCAAqC,CAAC,CAAC;YACtF,CAAC,CAAC;YAEF,IAAI,MAAM,CAAC,eAAe,CAAC,aAAa,KAAK,QAAQ,EAAE,CAAC;gBACpD,OAAO,CACH,oBAAC,uCAAuC,OAChC,KAAK,EACT,sBAAsB,EAAE,0BAA0B,EAClD,6BAA6B,EAAE,6BAA6B,EAC5D,mCAAmC,EAC/B,CAAC,MAAM,CAAC,eAAe,CAAC,kBAAkB,EAAE,MAAM,IAAI,CAAC,CAAC,GAAG,CAAC,GAElE,CACL,CAAC;YACN,CAAC;YAED,OAAO,CACH,oBAAC,wBAAwB,OACjB,KAAK,EACT,sBAAsB,EAAE,0BAA0B,EAClD,0BAA0B,EAAE,GAAG,EAAE;oBAC7B,KAAK,CAAC,0BAA0B,EAAE,EAAE,CAAC;oBACrC,eAAe,CAAC,0BAA0B,CACtC,6CAA6C,CAChD,CAAC;gBACN,CAAC,EACD,6BAA6B,EAAE,6BAA6B,EAC5D,mCAAmC,EAC/B,CAAC,MAAM,CAAC,eAAe,CAAC,kBAAkB,EAAE,MAAM,IAAI,CAAC,CAAC,GAAG,CAAC,GAElE,CACL,CAAC;QACN,CAAC,CAAC;IACN,CAAC,EAAE;QACC,MAAM,CAAC,eAAe,CAAC,aAAa;QACpC,MAAM,CAAC,eAAe,CAAC,kBAAkB;QACzC,YAAY,CAAC,+BAA+B;QAC5C,eAAe;KAClB,CAAC,CAAC;IAEH,OAAO,CACH,oBAAC,sCAAsC,IACnC,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,cAAc;QAE9B,oBAAC,qBAAqB,IAClB,KAAK,EAAE,MAAM,CAAC,eAAe,CAAC,KAAK,EACnC,yBAAyB,EAAE,KAAK,EAChC,MAAM,EAAE,eAAe,EACvB,cAAc,EAAE,cAAc,EAC9B,OAAO,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,gBAAgB,EAAE,cAAc,EAAE,EAAE;gBAClF,eAAe,CACX,yCAAyC,CACrC,SAAS,EACT,MAAM,CAAC,eAAe,CAAC,eAAe,EACtC,MAAM,CAAC,eAAe,CAAC,KAAK,CAC/B,EACD,cAAc,CACjB,CAAC;YACN,CAAC,EACD,aAAa,EAAE,aAAa,EAC5B,oBAAoB,EAAE,oBAAoB,EAC1C,yBAAyB,EAAE,yBAAyB,EACpD,kBAAkB,EAAE,MAAM,CAAC,eAAe,CAAC,kBAAkB,EAC7D,MAAM,EAAE,MAAM,EACd,uBAAuB,EAAE,oBAAoB,EAC7C,wBAAwB,EAAE,qBAAqB,EAC/C,uBAAuB,EAAE,oBAAoB,EAC7C,kBAAkB,QAClB,aAAa,EAAE,MAAM,CAAC,eAAe,CAAC,aAAa,EACnD,WAAW,EAAE,IAAI,EACjB,mBAAmB,EACf,QAAQ;gBACJ,CAAC,CAAC,wCAAwC,CAAC,QAAQ;gBACnD,CAAC,CAAC,wCAAwC,CAAC,MAAM,EAEzD,UAAU,EAAE,cAAc,EAC1B,kBAAkB,EAAE,wBAAwB,EAC5C,4CAA4C,EAAE,4CAA4C,GAC5F,CACmC,CAC5C,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributeDataSet.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"useAttributeDataSet.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAUrE;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,UAAO;;;;EAkCxE"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// (C) 2022-
|
|
1
|
+
// (C) 2022-2025 GoodData Corporation
|
|
2
2
|
import { useEffect, useMemo } from "react";
|
|
3
|
-
import { queryAttributeDataSet, useDashboardQueryProcessing, } from "../../../../../../model/index.js";
|
|
3
|
+
import { queryAttributeDataSet, selectPreloadedAttributesWithReferences, selectEnableCriticalContentPerformanceOptimizations, useDashboardQueryProcessing, useDashboardSelector, } from "../../../../../../model/index.js";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -8,11 +8,15 @@ export function useAttributeDataSet(displayForm, loadQuery = true) {
|
|
|
8
8
|
const { run: getAttributeDataSet, result: attributeDataSet, status: attributesDataSetLoadingStatus, error: attributesDataSetLoadingError, } = useDashboardQueryProcessing({
|
|
9
9
|
queryCreator: queryAttributeDataSet,
|
|
10
10
|
});
|
|
11
|
+
// First wait for preloaded filter attributes, otherwise we might be spawning lot of unnecessary requests
|
|
12
|
+
const attributesWithReferences = useDashboardSelector(selectPreloadedAttributesWithReferences);
|
|
13
|
+
const enablePerfOptimizations = useDashboardSelector(selectEnableCriticalContentPerformanceOptimizations);
|
|
11
14
|
useEffect(() => {
|
|
12
|
-
|
|
15
|
+
const shouldLoad = enablePerfOptimizations ? attributesWithReferences : true;
|
|
16
|
+
if (loadQuery && shouldLoad) {
|
|
13
17
|
getAttributeDataSet(displayForm);
|
|
14
18
|
}
|
|
15
|
-
}, [displayForm, loadQuery, getAttributeDataSet]);
|
|
19
|
+
}, [displayForm, loadQuery, getAttributeDataSet, enablePerfOptimizations, attributesWithReferences]);
|
|
16
20
|
const attributesDataSetLoading = useMemo(() => {
|
|
17
21
|
return attributesDataSetLoadingStatus === "pending" || attributesDataSetLoadingStatus === "running";
|
|
18
22
|
}, [attributesDataSetLoadingStatus]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributeDataSet.js","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EACH,qBAAqB,EAErB,2BAA2B,
|
|
1
|
+
{"version":3,"file":"useAttributeDataSet.js","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EACH,qBAAqB,EAErB,uCAAuC,EACvC,mDAAmD,EACnD,2BAA2B,EAC3B,oBAAoB,GACvB,MAAM,kCAAkC,CAAC;AAE1C;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,WAAmB,EAAE,SAAS,GAAG,IAAI;IACrE,MAAM,EACF,GAAG,EAAE,mBAAmB,EACxB,MAAM,EAAE,gBAAgB,EACxB,MAAM,EAAE,8BAA8B,EACtC,KAAK,EAAE,6BAA6B,GACvC,GAAG,2BAA2B,CAI7B;QACE,YAAY,EAAE,qBAAqB;KACtC,CAAC,CAAC;IAEH,yGAAyG;IACzG,MAAM,wBAAwB,GAAG,oBAAoB,CAAC,uCAAuC,CAAC,CAAC;IAC/F,MAAM,uBAAuB,GAAG,oBAAoB,CAAC,mDAAmD,CAAC,CAAC;IAE1G,SAAS,CAAC,GAAG,EAAE;QACX,MAAM,UAAU,GAAG,uBAAuB,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,IAAI,CAAC;QAC7E,IAAI,SAAS,IAAI,UAAU,EAAE,CAAC;YAC1B,mBAAmB,CAAC,WAAW,CAAC,CAAC;QACrC,CAAC;IACL,CAAC,EAAE,CAAC,WAAW,EAAE,SAAS,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,wBAAwB,CAAC,CAAC,CAAC;IAErG,MAAM,wBAAwB,GAAG,OAAO,CAAC,GAAG,EAAE;QAC1C,OAAO,8BAA8B,KAAK,SAAS,IAAI,8BAA8B,KAAK,SAAS,CAAC;IACxG,CAAC,EAAE,CAAC,8BAA8B,CAAC,CAAC,CAAC;IAErC,OAAO;QACH,gBAAgB;QAChB,wBAAwB;QACxB,6BAA6B;KAChC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RenderModeAwareFilterBar.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/filterBar/RenderModeAwareFilterBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;GAEG;AACH,eAAO,MAAM,wBAAwB,2DAGnC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// (C) 2022-2025 GoodData Corporation
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { DefaultFilterBar } from "./DefaultFilterBar.js";
|
|
4
|
+
import { renderModeAware } from "../../componentDefinition/index.js";
|
|
5
|
+
/**
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export const RenderModeAwareFilterBar = renderModeAware({
|
|
9
|
+
view: DefaultFilterBar,
|
|
10
|
+
export: () => React.createElement(React.Fragment, null),
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=RenderModeAwareFilterBar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RenderModeAwareFilterBar.js","sourceRoot":"","sources":["../../../../src/presentation/filterBar/filterBar/RenderModeAwareFilterBar.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AAErE;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,eAAe,CAAC;IACpD,IAAI,EAAE,gBAAgB;IACtB,MAAM,EAAE,GAAG,EAAE,CAAC,yCAAK;CACtB,CAAC,CAAC"}
|