@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
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2025-
|
|
10
|
+
Date generated: 2025-2-6
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 9cc6ae57779c2872baf1022307b8ff16e023a568
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -72660,4 +72660,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
72660
72660
|
--------------------------------------------------------------------------------
|
|
72661
72661
|
--------------------------------------------------------------------------------
|
|
72662
72662
|
|
|
72663
|
-
Report Generated by FOSSA on 2025-
|
|
72663
|
+
Report Generated by FOSSA on 2025-2-6
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "10.20.0
|
|
1
|
+
export declare const LIB_VERSION = "10.20.0";
|
|
2
2
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,YAAY,CAAC"}
|
package/esm/__version.js
CHANGED
package/esm/__version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAC"}
|
|
@@ -50,7 +50,7 @@ export declare function normalizeItemSizeToParent(itemToCheck: IDashboardLayoutI
|
|
|
50
50
|
/**
|
|
51
51
|
* @internal
|
|
52
52
|
*/
|
|
53
|
-
export declare function calculateWidgetMinHeight(layoutItem: IDashboardLayoutItem<ExtendedDashboardWidget>, currentSize: IDashboardLayoutSize | undefined, insightMap: ObjRefMap<IInsight>, settings: ISettings): number | undefined;
|
|
53
|
+
export declare function calculateWidgetMinHeight(layoutItem: IDashboardLayoutItem<ExtendedDashboardWidget>, currentSize: IDashboardLayoutSize | undefined, insightMap: ObjRefMap<IInsight>, settings: ISettings, isExportMode?: boolean): number | undefined;
|
|
54
54
|
export declare const getDashboardLayoutItemHeight: (size: IDashboardLayoutSize) => number | undefined;
|
|
55
55
|
export declare const getDashboardLayoutItemHeightForGrid: (gridHeight: number) => number;
|
|
56
56
|
export declare const determineSizeForScreen: (screen: ScreenSize, layoutItemSize?: IDashboardLayoutSizeByScreenSize) => IDashboardLayoutSize;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sizing.d.ts","sourceRoot":"","sources":["../../../src/_staging/layout/sizing.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"sizing.d.ts","sourceRoot":"","sources":["../../../src/_staging/layout/sizing.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,oBAAoB,EACpB,oBAAoB,EACpB,QAAQ,EACR,kBAAkB,EAClB,IAAI,EAEJ,SAAS,EAWT,UAAU,EACV,oBAAoB,EACpB,gCAAgC,EAChC,gBAAgB,EACnB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAMH,sBAAsB,EASzB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAMrD,OAAO,EAAE,uBAAuB,EAAkB,MAAM,kCAAkC,CAAC;AAK3F,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjD;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,GAAG,IAAI,CAAC;AAEhE;;GAEG;AACH,wBAAgB,WAAW,CACvB,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,oBAAoB,GAAG,uBAAuB,CAAC,MAAM,CAAC,EAClE,aAAa,CAAC,EAAE,uBAAuB,GACxC,sBAAsB,CAgBxB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,QAAQ,EAAE,SAAS,GAAG,sBAAsB,CAEzF;AAgCD;;GAEG;AACH,wBAAgB,qCAAqC,CACjD,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,oBAAoB,EAChC,aAAa,CAAC,EAAE,uBAAuB,GACxC,MAAM,CAGR;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CACjD,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,oBAAoB,GAAG,uBAAuB,CAAC,MAAM,CAAC,EAClE,aAAa,CAAC,EAAE,uBAAuB,GACxC,MAAM,CAGR;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CACjD,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,oBAAoB,GAAG,uBAAuB,CAAC,MAAM,CAAC,EAClE,aAAa,CAAC,EAAE,uBAAuB,GACxC,MAAM,CAGR;AA0CD;;GAEG;AACH,wBAAgB,YAAY,CACxB,OAAO,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,EAAE,EACxD,UAAU,EAAE,SAAS,CAAC,QAAQ,CAAC,EAC/B,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,SAAS,EACnB,UAAU,SAAI,GACf,MAAM,CAyBR;AAmBD;;GAEG;AACH,wBAAgB,YAAY,CACxB,WAAW,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,EAAE,EAC5D,UAAU,EAAE,SAAS,CAAC,QAAQ,CAAC,EAC/B,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,SAAS,GACpB,MAAM,CA8BR;AAED;;GAEG;AACH,wBAAgB,oCAAoC,CAChD,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,oBAAoB,GAAG,uBAAuB,CAAC,MAAM,CAAC,EAClE,aAAa,CAAC,EAAE,uBAAuB,GACxC,MAAM,CAGR;AAuBD;;GAEG;AACH,wBAAgB,WAAW,CACvB,MAAM,EAAE,uBAAuB,EAC/B,UAAU,EAAE,SAAS,CAAC,QAAQ,CAAC,EAC/B,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,SAAS,GACpB,MAAM,CA0BR;AAED,wBAAgB,yBAAyB,CACrC,WAAW,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,EAC1D,QAAQ,EAAE,eAAe,GAAG,SAAS,EACrC,MAAM,EAAE,gBAAgB,CAAC,uBAAuB,CAAC,EACjD,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,SAAS,CAAC,QAAQ,CAAC,EAChC,MAAM,GAAE,UAAiB,GAC1B;IACC,IAAI,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,CAAC;IACpD,WAAW,EAAE,OAAO,CAAC;CACxB,CAoBA;AAkBD;;GAEG;AACH,wBAAgB,wBAAwB,CACpC,UAAU,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,EACzD,WAAW,EAAE,oBAAoB,GAAG,SAAS,EAC7C,UAAU,EAAE,SAAS,CAAC,QAAQ,CAAC,EAC/B,QAAQ,EAAE,SAAS,EACnB,YAAY,CAAC,EAAE,OAAO,GACvB,MAAM,GAAG,SAAS,CAyBpB;AAED,eAAO,MAAM,4BAA4B,SAAU,oBAAoB,KAAG,MAAM,GAAG,SAOlF,CAAC;AAEF,eAAO,MAAM,mCAAmC,eAAgB,MAAM,KAAG,MACnC,CAAC;AAEvC,eAAO,MAAM,sBAAsB,WACvB,UAAU,mBACD,gCAAgC,KAClD,oBAKF,CAAC;AAEF,eAAO,MAAM,uBAAuB,WACxB,UAAU,mBACD,gCAAgC,WAgBpD,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,gCAAgC,CAC5C,MAAM,EAAE,oBAAoB,GAC7B,gCAAgC,CA6BlC;AAwED;;;;;;;GAOG;AACH,wBAAgB,2CAA2C,CAAC,OAAO,EAC/D,KAAK,EAAE,oBAAoB,CAAC,OAAO,CAAC,EAAE,EACtC,gBAAgB,EAAE,gCAAgC,GAAG,SAAS,EAC9D,MAAM,EAAE,UAAU,GACnB,oBAAoB,CAAC,OAAO,CAAC,EAAE,EAAE,CA8BnC"}
|
|
@@ -221,10 +221,13 @@ function normalizeSizeToParent(itemSize, itemMinWidth, parent, screen = "xl") {
|
|
|
221
221
|
/**
|
|
222
222
|
* @internal
|
|
223
223
|
*/
|
|
224
|
-
export function calculateWidgetMinHeight(layoutItem, currentSize, insightMap, settings) {
|
|
224
|
+
export function calculateWidgetMinHeight(layoutItem, currentSize, insightMap, settings, isExportMode) {
|
|
225
225
|
let widgetType;
|
|
226
226
|
let content;
|
|
227
227
|
const widget = layoutItem.widget;
|
|
228
|
+
if (isExportMode) {
|
|
229
|
+
return undefined;
|
|
230
|
+
}
|
|
228
231
|
if (isWidget(widget)) {
|
|
229
232
|
widgetType = getWidgetType(widget);
|
|
230
233
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sizing.js","sourceRoot":"","sources":["../../../src/_staging/layout/sizing.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sizing.js","sourceRoot":"","sources":["../../../src/_staging/layout/sizing.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributes.d.ts","sourceRoot":"","sources":["../../../src/_staging/sharedHooks/useAttributes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"useAttributes.d.ts","sourceRoot":"","sources":["../../../src/_staging/sharedHooks/useAttributes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAUvE;;GAEG;AACH,wBAAgB,aAAa,CAAC,YAAY,EAAE,MAAM,EAAE;;;;EAkCnD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// (C) 2022 GoodData Corporation
|
|
1
|
+
// (C) 2022-2025 GoodData Corporation
|
|
2
2
|
import { useEffect, useMemo } from "react";
|
|
3
|
-
import { queryAttributeByDisplayForm, useDashboardQueryProcessing, } from "../../model/index.js";
|
|
3
|
+
import { queryAttributeByDisplayForm, useDashboardQueryProcessing, selectPreloadedAttributesWithReferences, selectEnableCriticalContentPerformanceOptimizations, useDashboardSelector, } from "../../model/index.js";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -8,9 +8,15 @@ export function useAttributes(displayForms) {
|
|
|
8
8
|
const { run: getAttributes, result: attributes, status: attributesLoadingStatus, error: attributesLoadingError, } = useDashboardQueryProcessing({
|
|
9
9
|
queryCreator: queryAttributeByDisplayForm,
|
|
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
|
-
|
|
13
|
-
|
|
15
|
+
const shouldLoad = enablePerfOptimizations ? attributesWithReferences : true;
|
|
16
|
+
if (shouldLoad) {
|
|
17
|
+
getAttributes(displayForms);
|
|
18
|
+
}
|
|
19
|
+
}, [displayForms, getAttributes, enablePerfOptimizations, attributesWithReferences]);
|
|
14
20
|
const attributesLoading = useMemo(() => {
|
|
15
21
|
return attributesLoadingStatus === "pending" || attributesLoadingStatus === "running";
|
|
16
22
|
}, [attributesLoadingStatus]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributes.js","sourceRoot":"","sources":["../../../src/_staging/sharedHooks/useAttributes.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"useAttributes.js","sourceRoot":"","sources":["../../../src/_staging/sharedHooks/useAttributes.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EACH,2BAA2B,EAE3B,2BAA2B,EAC3B,uCAAuC,EACvC,mDAAmD,EACnD,oBAAoB,GACvB,MAAM,sBAAsB,CAAC;AAE9B;;GAEG;AACH,MAAM,UAAU,aAAa,CAAC,YAAsB;IAChD,MAAM,EACF,GAAG,EAAE,aAAa,EAClB,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,uBAAuB,EAC/B,KAAK,EAAE,sBAAsB,GAChC,GAAG,2BAA2B,CAI7B;QACE,YAAY,EAAE,2BAA2B;KAC5C,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,UAAU,EAAE,CAAC;YACb,aAAa,CAAC,YAAY,CAAC,CAAC;QAChC,CAAC;IACL,CAAC,EAAE,CAAC,YAAY,EAAE,aAAa,EAAE,uBAAuB,EAAE,wBAAwB,CAAC,CAAC,CAAC;IAErF,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,EAAE;QACnC,OAAO,uBAAuB,KAAK,SAAS,IAAI,uBAAuB,KAAK,SAAS,CAAC;IAC1F,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAE9B,OAAO;QACH,UAAU;QACV,iBAAiB;QACjB,sBAAsB;KACzB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IDashboardLayoutSection } from "@gooddata/sdk-model";
|
|
2
|
+
/**
|
|
3
|
+
* This function is used to transform each section title and description in the layout to a breakup slide.
|
|
4
|
+
* Create slide only if section has title or description. Breakup slide is standalone slide with title
|
|
5
|
+
* and description only.
|
|
6
|
+
*
|
|
7
|
+
* @param section - current section to transform
|
|
8
|
+
*/
|
|
9
|
+
export declare function breakupSlideTransformer<TWidget>(section: IDashboardLayoutSection<TWidget>): IDashboardLayoutSection<TWidget>[] | undefined;
|
|
10
|
+
//# sourceMappingURL=breakupSlideTransformer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breakupSlideTransformer.d.ts","sourceRoot":"","sources":["../../../src/_staging/slideshow/breakupSlideTransformer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAE9D;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAC3C,OAAO,EAAE,uBAAuB,CAAC,OAAO,CAAC,GAC1C,uBAAuB,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS,CAWhD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This function is used to transform each section title and description in the layout to a breakup slide.
|
|
3
|
+
* Create slide only if section has title or description. Breakup slide is standalone slide with title
|
|
4
|
+
* and description only.
|
|
5
|
+
*
|
|
6
|
+
* @param section - current section to transform
|
|
7
|
+
*/
|
|
8
|
+
export function breakupSlideTransformer(section) {
|
|
9
|
+
if (section.header?.title || section.header?.description) {
|
|
10
|
+
return [
|
|
11
|
+
{
|
|
12
|
+
header: section.header,
|
|
13
|
+
type: "IDashboardLayoutSection",
|
|
14
|
+
items: [],
|
|
15
|
+
},
|
|
16
|
+
];
|
|
17
|
+
}
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=breakupSlideTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breakupSlideTransformer.js","sourceRoot":"","sources":["../../../src/_staging/slideshow/breakupSlideTransformer.ts"],"names":[],"mappings":"AAGA;;;;;;GAMG;AACH,MAAM,UAAU,uBAAuB,CACnC,OAAyC;IAEzC,IAAI,OAAO,CAAC,MAAM,EAAE,KAAK,IAAI,OAAO,CAAC,MAAM,EAAE,WAAW,EAAE,CAAC;QACvD,OAAO;YACH;gBACI,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,IAAI,EAAE,yBAAyB;gBAC/B,KAAK,EAAE,EAAE;aACZ;SACJ,CAAC;IACN,CAAC;IACD,OAAO,SAAS,CAAC;AACrB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IDashboardLayoutItem, IDashboardLayoutSection } from "@gooddata/sdk-model";
|
|
2
|
+
/**
|
|
3
|
+
* This function is used to transform inner container item in the layout to a slide. Container item is
|
|
4
|
+
* transformed as a structured slide, but if it contains a visualization switcher, it is transformed
|
|
5
|
+
* to a flat list of visualizations.
|
|
6
|
+
*
|
|
7
|
+
* @param item - current item to transform
|
|
8
|
+
* @param transformLayoutSection - function to transform each section in the layout
|
|
9
|
+
*/
|
|
10
|
+
export declare function containerSlideTransformer<TWidget>(item: IDashboardLayoutItem<TWidget>, transformLayoutSection: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined): IDashboardLayoutSection<TWidget>[] | undefined;
|
|
11
|
+
//# sourceMappingURL=containerSlideTransformer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerSlideTransformer.d.ts","sourceRoot":"","sources":["../../../src/_staging/slideshow/containerSlideTransformer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAqB,MAAM,qBAAqB,CAAC;AAIvG;;;;;;;GAOG;AACH,wBAAgB,yBAAyB,CAAC,OAAO,EAC7C,IAAI,EAAE,oBAAoB,CAAC,OAAO,CAAC,EACnC,sBAAsB,EAAE,CACpB,OAAO,EAAE,uBAAuB,CAAC,OAAO,CAAC,KACxC,uBAAuB,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS,GACpD,uBAAuB,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS,CAqChD"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// (C) 2022-2025 GoodData Corporation
|
|
2
|
+
import { isDashboardLayout } from "@gooddata/sdk-model";
|
|
3
|
+
import { containsVisualizationSwitcher } from "./utils/index.js";
|
|
4
|
+
/**
|
|
5
|
+
* This function is used to transform inner container item in the layout to a slide. Container item is
|
|
6
|
+
* transformed as a structured slide, but if it contains a visualization switcher, it is transformed
|
|
7
|
+
* to a flat list of visualizations.
|
|
8
|
+
*
|
|
9
|
+
* @param item - current item to transform
|
|
10
|
+
* @param transformLayoutSection - function to transform each section in the layout
|
|
11
|
+
*/
|
|
12
|
+
export function containerSlideTransformer(item, transformLayoutSection) {
|
|
13
|
+
if (isDashboardLayout(item.widget)) {
|
|
14
|
+
// If the layout contains a visualization switcher, transform it to a flat list of visualizations
|
|
15
|
+
if (containsVisualizationSwitcher(item.widget)) {
|
|
16
|
+
return item.widget.sections.reduce((acc, section) => {
|
|
17
|
+
const res = transformLayoutSection(section);
|
|
18
|
+
return [...acc, ...(res ? res : [])];
|
|
19
|
+
}, []);
|
|
20
|
+
// If the layout does not contain a visualization switcher use whole content as a single slide
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
const base = {
|
|
24
|
+
...item.size?.xl,
|
|
25
|
+
gridWidth: 12,
|
|
26
|
+
gridHeight: 22,
|
|
27
|
+
};
|
|
28
|
+
return [
|
|
29
|
+
{
|
|
30
|
+
type: "IDashboardLayoutSection",
|
|
31
|
+
items: [
|
|
32
|
+
{
|
|
33
|
+
...item,
|
|
34
|
+
size: {
|
|
35
|
+
xl: base,
|
|
36
|
+
lg: base,
|
|
37
|
+
xs: base,
|
|
38
|
+
sm: base,
|
|
39
|
+
md: base,
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return undefined;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=containerSlideTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerSlideTransformer.js","sourceRoot":"","sources":["../../../src/_staging/slideshow/containerSlideTransformer.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAiD,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAEvG,OAAO,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AAEjE;;;;;;;GAOG;AACH,MAAM,UAAU,yBAAyB,CACrC,IAAmC,EACnC,sBAEmD;IAEnD,IAAI,iBAAiB,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACjC,iGAAiG;QACjG,IAAI,6BAA6B,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC7C,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE;gBAChD,MAAM,GAAG,GAAG,sBAAsB,CAAC,OAA2C,CAAC,CAAC;gBAChF,OAAO,CAAC,GAAG,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YACzC,CAAC,EAAE,EAAwC,CAAC,CAAC;YAE7C,8FAA8F;QAClG,CAAC;aAAM,CAAC;YACJ,MAAM,IAAI,GAAG;gBACT,GAAG,IAAI,CAAC,IAAI,EAAE,EAAE;gBAChB,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;aACjB,CAAC;YAEF,OAAO;gBACH;oBACI,IAAI,EAAE,yBAAyB;oBAC/B,KAAK,EAAE;wBACH;4BACI,GAAG,IAAI;4BACP,IAAI,EAAE;gCACF,EAAE,EAAE,IAAI;gCACR,EAAE,EAAE,IAAI;gCACR,EAAE,EAAE,IAAI;gCACR,EAAE,EAAE,IAAI;gCACR,EAAE,EAAE,IAAI;6BACX;yBACJ;qBACJ;iBACJ;aACJ,CAAC;QACN,CAAC;IACL,CAAC;IACD,OAAO,SAAS,CAAC;AACrB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IDashboardLayoutItem, IDashboardLayoutSection } from "@gooddata/sdk-model";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* @param item - current item to transform
|
|
5
|
+
* @param transformLayoutSection - function to transform each section in the layout
|
|
6
|
+
*/
|
|
7
|
+
export declare function containerSwitcherSlideTransformer<TWidget>(item: IDashboardLayoutItem<TWidget>, transformLayoutSection: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined): IDashboardLayoutSection<TWidget>[] | undefined;
|
|
8
|
+
//# sourceMappingURL=containerSwitcherSlideTransformer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerSwitcherSlideTransformer.d.ts","sourceRoot":"","sources":["../../../src/_staging/slideshow/containerSwitcherSlideTransformer.ts"],"names":[],"mappings":"AACA,OAAO,EACH,oBAAoB,EACpB,uBAAuB,EAG1B,MAAM,qBAAqB,CAAC;AAO7B;;;;GAIG;AACH,wBAAgB,iCAAiC,CAAC,OAAO,EACrD,IAAI,EAAE,oBAAoB,CAAC,OAAO,CAAC,EACnC,sBAAsB,EAAE,CACpB,OAAO,EAAE,uBAAuB,CAAC,OAAO,CAAC,KACxC,uBAAuB,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS,GACpD,uBAAuB,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS,CAoBhD"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
// (C) 2022-2025 GoodData Corporation
|
|
2
|
+
import { isDashboardLayout, isVisualizationSwitcherWidget, } from "@gooddata/sdk-model";
|
|
3
|
+
import cloneDeep from "lodash/cloneDeep.js";
|
|
4
|
+
import { containsVisualizationSwitcher } from "./utils/index.js";
|
|
5
|
+
import { containerSlideTransformer } from "./containerSlideTransformer.js";
|
|
6
|
+
import { objRef } from "../../model/utils/objRef.js";
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @param item - current item to transform
|
|
10
|
+
* @param transformLayoutSection - function to transform each section in the layout
|
|
11
|
+
*/
|
|
12
|
+
export function containerSwitcherSlideTransformer(item, transformLayoutSection) {
|
|
13
|
+
if (isDashboardLayout(item.widget)) {
|
|
14
|
+
// If the layout contains a visualization switcher, iterate over all visualizations in
|
|
15
|
+
// all switchers and create a slide for each visualization
|
|
16
|
+
if (containsVisualizationSwitcher(item.widget)) {
|
|
17
|
+
const totalIterations = calculateMaximumVisualisationsInSwitcher(item.widget, 0);
|
|
18
|
+
const slides = [];
|
|
19
|
+
for (let i = 0; i < totalIterations; i++) {
|
|
20
|
+
slides.push({
|
|
21
|
+
type: "IDashboardLayoutSection",
|
|
22
|
+
items: [pickVisualisationFromSwitchersOnIndex(cloneDeep(item), i)],
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
return slides;
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
//Default behaviour
|
|
29
|
+
return containerSlideTransformer(item, transformLayoutSection);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* This method get maximum count of visualizations in one of the switchers in the layout
|
|
36
|
+
*
|
|
37
|
+
* @param widget - current widget
|
|
38
|
+
* @param current - current maximum count of visualizations in switcher
|
|
39
|
+
*/
|
|
40
|
+
function calculateMaximumVisualisationsInSwitcher(widget, current) {
|
|
41
|
+
if (!isDashboardLayout(widget)) {
|
|
42
|
+
return current;
|
|
43
|
+
}
|
|
44
|
+
for (const section of widget.sections) {
|
|
45
|
+
for (const item of section.items) {
|
|
46
|
+
if (isDashboardLayout(item.widget)) {
|
|
47
|
+
return calculateMaximumVisualisationsInSwitcher(item.widget, current);
|
|
48
|
+
}
|
|
49
|
+
else if (isVisualizationSwitcherWidget(item.widget)) {
|
|
50
|
+
return Math.max(item.widget.visualizations.length, current);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return current;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* This visualisation retrieve visualisation from all nested switchers on index and create a
|
|
58
|
+
* copy of layout where all switchers are replaced by single visualisation
|
|
59
|
+
*
|
|
60
|
+
* @param item - current item to transform
|
|
61
|
+
* @param index - index of visualisation in switcher
|
|
62
|
+
*/
|
|
63
|
+
function pickVisualisationFromSwitchersOnIndex(item, index) {
|
|
64
|
+
if (isDashboardLayout(item.widget)) {
|
|
65
|
+
const sections = item.widget.sections.map((section) => {
|
|
66
|
+
return {
|
|
67
|
+
...section,
|
|
68
|
+
items: section.items.map((item) => {
|
|
69
|
+
return pickVisualisationFromSwitchersOnIndex(item, index);
|
|
70
|
+
}),
|
|
71
|
+
};
|
|
72
|
+
});
|
|
73
|
+
return {
|
|
74
|
+
...item,
|
|
75
|
+
widget: {
|
|
76
|
+
...item.widget,
|
|
77
|
+
sections,
|
|
78
|
+
},
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
else if (isVisualizationSwitcherWidget(item.widget)) {
|
|
82
|
+
const vis = item.widget.visualizations[index];
|
|
83
|
+
if (!vis) {
|
|
84
|
+
return {
|
|
85
|
+
widget: createEmptyText(),
|
|
86
|
+
type: "IDashboardLayoutItem",
|
|
87
|
+
size: item.size,
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
return {
|
|
91
|
+
widget: vis,
|
|
92
|
+
type: "IDashboardLayoutItem",
|
|
93
|
+
size: item.size,
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
return {
|
|
98
|
+
...item,
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
function createEmptyText() {
|
|
103
|
+
return {
|
|
104
|
+
type: "richText",
|
|
105
|
+
content: "",
|
|
106
|
+
title: "",
|
|
107
|
+
description: "",
|
|
108
|
+
ignoreDashboardFilters: false,
|
|
109
|
+
drills: [],
|
|
110
|
+
ref: objRef("", ""),
|
|
111
|
+
uri: "",
|
|
112
|
+
identifier: "",
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
//# sourceMappingURL=containerSwitcherSlideTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerSwitcherSlideTransformer.js","sourceRoot":"","sources":["../../../src/_staging/slideshow/containerSwitcherSlideTransformer.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./layoutTransformer.js";
|
|
2
|
+
export * from "./breakupSlideTransformer.js";
|
|
3
|
+
export * from "./itemsSlideTransformer.js";
|
|
4
|
+
export * from "./containerSlideTransformer.js";
|
|
5
|
+
export * from "./switcherSlideTransformer.js";
|
|
6
|
+
export * from "./widgetSlideTransformer.js";
|
|
7
|
+
export * from "./sectionSlideTransformer.js";
|
|
8
|
+
export * from "./containerSwitcherSlideTransformer.js";
|
|
9
|
+
export * from "./utils/index.js";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_staging/slideshow/index.ts"],"names":[],"mappings":"AACA,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// (C) 2022-2025 GoodData Corporation
|
|
2
|
+
export * from "./layoutTransformer.js";
|
|
3
|
+
export * from "./breakupSlideTransformer.js";
|
|
4
|
+
export * from "./itemsSlideTransformer.js";
|
|
5
|
+
export * from "./containerSlideTransformer.js";
|
|
6
|
+
export * from "./switcherSlideTransformer.js";
|
|
7
|
+
export * from "./widgetSlideTransformer.js";
|
|
8
|
+
export * from "./sectionSlideTransformer.js";
|
|
9
|
+
export * from "./containerSwitcherSlideTransformer.js";
|
|
10
|
+
export * from "./utils/index.js";
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_staging/slideshow/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IDashboardLayoutItem, IDashboardLayoutSection } from "@gooddata/sdk-model";
|
|
2
|
+
/**
|
|
3
|
+
* This function is used to transform each item in the section to a slide.
|
|
4
|
+
*
|
|
5
|
+
* @param section - current section to transform
|
|
6
|
+
* @param transform - function to transform each item in the section
|
|
7
|
+
*/
|
|
8
|
+
export declare function itemsSlideTransformer<TWidget>(section: IDashboardLayoutSection<TWidget>, transform: (item: IDashboardLayoutItem<TWidget>) => IDashboardLayoutSection<TWidget>[]): IDashboardLayoutSection<TWidget>[] | undefined;
|
|
9
|
+
//# sourceMappingURL=itemsSlideTransformer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"itemsSlideTransformer.d.ts","sourceRoot":"","sources":["../../../src/_staging/slideshow/itemsSlideTransformer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAEpF;;;;;GAKG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EACzC,OAAO,EAAE,uBAAuB,CAAC,OAAO,CAAC,EACzC,SAAS,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC,OAAO,CAAC,KAAK,uBAAuB,CAAC,OAAO,CAAC,EAAE,kDAOzF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This function is used to transform each item in the section to a slide.
|
|
3
|
+
*
|
|
4
|
+
* @param section - current section to transform
|
|
5
|
+
* @param transform - function to transform each item in the section
|
|
6
|
+
*/
|
|
7
|
+
export function itemsSlideTransformer(section, transform) {
|
|
8
|
+
const items = section.items.reduce((acc, item) => {
|
|
9
|
+
return [...acc, ...transform(item)];
|
|
10
|
+
}, []);
|
|
11
|
+
return items.length > 0 ? items : undefined;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=itemsSlideTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"itemsSlideTransformer.js","sourceRoot":"","sources":["../../../src/_staging/slideshow/itemsSlideTransformer.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,MAAM,UAAU,qBAAqB,CACjC,OAAyC,EACzC,SAAsF;IAEtF,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;QAC7C,OAAO,CAAC,GAAG,GAAG,EAAE,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;IACxC,CAAC,EAAE,EAAwC,CAAC,CAAC;IAE7C,OAAO,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;AAChD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IDashboardLayout } from "@gooddata/sdk-model";
|
|
2
|
+
import { DashboardFocusObject } from "../../model/index.js";
|
|
3
|
+
/**
|
|
4
|
+
* Transforms layout to export format
|
|
5
|
+
*
|
|
6
|
+
* @param layout - layout to transform
|
|
7
|
+
*/
|
|
8
|
+
export declare function layoutTransformer<TWidget>(layout: IDashboardLayout<TWidget>, focusObject?: DashboardFocusObject): IDashboardLayout<TWidget>;
|
|
9
|
+
//# sourceMappingURL=layoutTransformer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layoutTransformer.d.ts","sourceRoot":"","sources":["../../../src/_staging/slideshow/layoutTransformer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAA2B,MAAM,qBAAqB,CAAC;AAGhF,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAI5D;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EACrC,MAAM,EAAE,gBAAgB,CAAC,OAAO,CAAC,EACjC,WAAW,CAAC,EAAE,oBAAoB,GACnC,gBAAgB,CAAC,OAAO,CAAC,CAiB3B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { sectionLayoutSection } from "./sectionSlideTransformer.js";
|
|
2
|
+
import { findFocusedWidget } from "./utils/index.js";
|
|
3
|
+
import { singleWidgetTransformer } from "./singleWidgetTransformer.js";
|
|
4
|
+
/**
|
|
5
|
+
* Transforms layout to export format
|
|
6
|
+
*
|
|
7
|
+
* @param layout - layout to transform
|
|
8
|
+
*/
|
|
9
|
+
export function layoutTransformer(layout, focusObject) {
|
|
10
|
+
const focusedWidget = findFocusedWidget(layout, focusObject?.widgetId);
|
|
11
|
+
if (focusedWidget) {
|
|
12
|
+
return singleWidgetTransformer(layout, focusedWidget);
|
|
13
|
+
}
|
|
14
|
+
const sections = layout?.sections.reduce((acc, section) => {
|
|
15
|
+
const res = sectionLayoutSection(section);
|
|
16
|
+
return [...acc, ...(res ? res : [])];
|
|
17
|
+
}, []) ?? [];
|
|
18
|
+
return {
|
|
19
|
+
...layout,
|
|
20
|
+
type: "IDashboardLayout",
|
|
21
|
+
sections,
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=layoutTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layoutTransformer.js","sourceRoot":"","sources":["../../../src/_staging/slideshow/layoutTransformer.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE;;;;GAIG;AACH,MAAM,UAAU,iBAAiB,CAC7B,MAAiC,EACjC,WAAkC;IAElC,MAAM,aAAa,GAAG,iBAAiB,CAAC,MAAM,EAAE,WAAW,EAAE,QAAQ,CAAC,CAAC;IACvE,IAAI,aAAa,EAAE,CAAC;QAChB,OAAO,uBAAuB,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IAC1D,CAAC;IAED,MAAM,QAAQ,GACV,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE;QACrC,MAAM,GAAG,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC;QAC1C,OAAO,CAAC,GAAG,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACzC,CAAC,EAAE,EAAwC,CAAC,IAAI,EAAE,CAAC;IAEvD,OAAO;QACH,GAAG,MAAM;QACT,IAAI,EAAE,kBAAkB;QACxB,QAAQ;KACX,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IDashboardLayoutSection } from "@gooddata/sdk-model";
|
|
2
|
+
export declare function sectionLayoutSection<TWidget>(section: IDashboardLayoutSection<TWidget>): IDashboardLayoutSection<TWidget>[] | undefined;
|
|
3
|
+
export declare function sectionItemsLayoutSection<TWidget>(section: IDashboardLayoutSection<TWidget>): IDashboardLayoutSection<TWidget>[] | undefined;
|
|
4
|
+
//# sourceMappingURL=sectionSlideTransformer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sectionSlideTransformer.d.ts","sourceRoot":"","sources":["../../../src/_staging/slideshow/sectionSlideTransformer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAO9D,wBAAgB,oBAAoB,CAAC,OAAO,EACxC,OAAO,EAAE,uBAAuB,CAAC,OAAO,CAAC,GAC1C,uBAAuB,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS,CAKhD;AAED,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,OAAO,EAAE,uBAAuB,CAAC,OAAO,CAAC,kDAQ3F"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { breakupSlideTransformer } from "./breakupSlideTransformer.js";
|
|
2
|
+
import { itemsSlideTransformer } from "./itemsSlideTransformer.js";
|
|
3
|
+
import { containerSlideTransformer } from "./containerSlideTransformer.js";
|
|
4
|
+
import { switcherSlideTransformer } from "./switcherSlideTransformer.js";
|
|
5
|
+
import { widgetSlideTransformer } from "./widgetSlideTransformer.js";
|
|
6
|
+
export function sectionLayoutSection(section) {
|
|
7
|
+
const slidesBreakup = breakupSlideTransformer(section);
|
|
8
|
+
const slides = sectionItemsLayoutSection(section);
|
|
9
|
+
const res = [...(slidesBreakup ? slidesBreakup : []), ...(slides ? slides : [])];
|
|
10
|
+
return res.length ? res : undefined;
|
|
11
|
+
}
|
|
12
|
+
export function sectionItemsLayoutSection(section) {
|
|
13
|
+
return itemsSlideTransformer(section, (item) => {
|
|
14
|
+
return (containerSlideTransformer(item, sectionLayoutSection) ||
|
|
15
|
+
switcherSlideTransformer(item) ||
|
|
16
|
+
widgetSlideTransformer(item));
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=sectionSlideTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sectionSlideTransformer.js","sourceRoot":"","sources":["../../../src/_staging/slideshow/sectionSlideTransformer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,MAAM,UAAU,oBAAoB,CAChC,OAAyC;IAEzC,MAAM,aAAa,GAAG,uBAAuB,CAAC,OAAO,CAAC,CAAC;IACvD,MAAM,MAAM,GAAG,yBAAyB,CAAC,OAAO,CAAC,CAAC;IAClD,MAAM,GAAG,GAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACjF,OAAO,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAU,OAAyC;IACxF,OAAO,qBAAqB,CAAC,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE;QAC3C,OAAO,CACH,yBAAyB,CAAC,IAAI,EAAE,oBAAoB,CAAC;YACrD,wBAAwB,CAAC,IAAI,CAAC;YAC9B,sBAAsB,CAAC,IAAI,CAAC,CAC/B,CAAC;IACN,CAAC,CAAC,CAAC;AACP,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IDashboardLayout } from "@gooddata/sdk-model";
|
|
2
|
+
/**
|
|
3
|
+
* Returns definition of whole layout with single widget.
|
|
4
|
+
*/
|
|
5
|
+
export declare function singleWidgetTransformer<TWidget>(layout: IDashboardLayout<TWidget>, widget: TWidget): IDashboardLayout<TWidget>;
|
|
6
|
+
//# sourceMappingURL=singleWidgetTransformer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"singleWidgetTransformer.d.ts","sourceRoot":"","sources":["../../../src/_staging/slideshow/singleWidgetTransformer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAC3C,MAAM,EAAE,gBAAgB,CAAC,OAAO,CAAC,EACjC,MAAM,EAAE,OAAO,GAChB,gBAAgB,CAAC,OAAO,CAAC,CAc3B"}
|