@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
|
@@ -6,7 +6,7 @@ export type { SavingState } from "./saving/savingState.js";
|
|
|
6
6
|
export type { BackendCapabilitiesState } from "./backendCapabilities/backendCapabilitiesState.js";
|
|
7
7
|
export { selectBackendCapabilities, selectSupportsElementsQueryParentFiltering, selectSupportsElementUris, selectSupportsKpiWidgetCapability, selectSupportsAccessControlCapability, selectSupportsHierarchicalWorkspacesCapability, selectSupportsObjectUris, selectSupportsSettingConnectingAttributes, selectSupportsKeepingDependentFiltersSelection, selectAllowMultipleInteractionsPerAttributeAndMeasure, selectSupportsAttributeHierarchies, selectSupportsSingleSelectDependentFilters, selectSupportsCrossFiltering, selectSupportsMultipleDateFilters, selectSupportsRichTextWidgets, } from "./backendCapabilities/backendCapabilitiesSelectors.js";
|
|
8
8
|
export type { ConfigState } from "./config/configState.js";
|
|
9
|
-
export { selectConfig, selectLocale, selectSeparators, selectSettings, selectColorPalette, selectDateFilterConfig, selectObjectAvailabilityConfig, selectIsReadOnly, selectMapboxToken, selectDateFormat, selectEnableInsightExportScheduling, selectEnableKPIDashboardSchedule, selectEnableKPIDashboardScheduleRecipients, selectEnableCompanyLogoInEmbeddedUI, selectIsEmbedded, selectIsExport, selectPlatformEdition, selectDisableDefaultDrills, selectEnableFilterValuesResolutionInDrillEvents, selectEnableKPIDashboardExportPDF, selectEnableKPIDashboardDrillToDashboard, selectEnableKPIDashboardSaveAsNew, selectEnableClickableAttributeURL, selectEnableKPIDashboardDrillToInsight, selectEnableKPIDashboardDrillToURL, selectEnableKPIDashboardImplicitDrillDown, selectHideKpiDrillInEmbedded, selectEnableWidgetCustomHeight, selectEnableRenamingProjectToWorkspace, selectEnableRenamingMeasureToMetric, selectShouldHidePixelPerfectExperience, selectDisableKpiDashboardHeadlineUnderline, selectIsWhiteLabeled, selectEnableAnalyticalDashboardPermissions, selectIsSaveAsNewButtonHidden, selectAllowUnfinishedFeatures, selectAllowCreateInsightRequest, selectIsAnalyticalDesignerEnabled, selectIsDeleteFilterButtonEnabled, selectIsKPIDashboardDependentFiltersEnabled, selectIsAlternativeDisplayFormSelectionEnabled, selectEnableKPIDashboardDrillFromAttribute, selectIsShareButtonHidden, selectWeekStart, selectTimezone, selectIsDrillDownEnabled, selectEnableUnavailableItemsVisibility, selectEnableKDDependentFilters, selectIsKDDependentFiltersEnabled, selectEnableKDCrossFiltering, selectEnableMultipleDateFilters, selectEnableKDRichText, selectEnableAttributeFilterValuesValidation, selectEnableKDAttributeFilterDatesValidation, selectEnableDuplicatedLabelValuesInAttributeFilter, selectEnableRichTextDescriptions, selectIsDisabledCrossFiltering, selectIsDisableUserFilterReset, selectEnableScheduling, selectEnableFilterViews, selectEnableAlerting, selectEnableAlertAttributes, selectEnableComparisonInAlerting, selectEnableVisualizationSwitcher, selectEnableIgnoreCrossFiltering, selectEnableAutomations, selectEnableCrossFilteringAliasTitles, selectEnableFlexibleLayout, selectEnableInPlatformNotifications, selectEnableExternalRecipients, selectEnableDrilledTooltip, selectFocusObject, selectEnableDashboardDescriptionDynamicHeight, selectEnableCriticalContentPerformanceOptimizations, } from "./config/configSelectors.js";
|
|
9
|
+
export { selectConfig, selectLocale, selectSeparators, selectSettings, selectColorPalette, selectDateFilterConfig, selectObjectAvailabilityConfig, selectIsReadOnly, selectMapboxToken, selectDateFormat, selectEnableInsightExportScheduling, selectEnableKPIDashboardSchedule, selectEnableKPIDashboardScheduleRecipients, selectEnableCompanyLogoInEmbeddedUI, selectIsEmbedded, selectIsExport, selectPlatformEdition, selectDisableDefaultDrills, selectEnableFilterValuesResolutionInDrillEvents, selectEnableKPIDashboardExportPDF, selectEnableKPIDashboardDrillToDashboard, selectEnableKPIDashboardSaveAsNew, selectEnableClickableAttributeURL, selectEnableKPIDashboardDrillToInsight, selectEnableKPIDashboardDrillToURL, selectEnableKPIDashboardImplicitDrillDown, selectHideKpiDrillInEmbedded, selectEnableWidgetCustomHeight, selectEnableRenamingProjectToWorkspace, selectEnableRenamingMeasureToMetric, selectShouldHidePixelPerfectExperience, selectDisableKpiDashboardHeadlineUnderline, selectIsWhiteLabeled, selectEnableAnalyticalDashboardPermissions, selectIsSaveAsNewButtonHidden, selectAllowUnfinishedFeatures, selectAllowCreateInsightRequest, selectIsAnalyticalDesignerEnabled, selectIsDeleteFilterButtonEnabled, selectIsKPIDashboardDependentFiltersEnabled, selectIsAlternativeDisplayFormSelectionEnabled, selectEnableKPIDashboardDrillFromAttribute, selectIsShareButtonHidden, selectWeekStart, selectTimezone, selectIsDrillDownEnabled, selectEnableUnavailableItemsVisibility, selectEnableKDDependentFilters, selectIsKDDependentFiltersEnabled, selectEnableKDCrossFiltering, selectEnableMultipleDateFilters, selectEnableKDRichText, selectEnableAttributeFilterValuesValidation, selectEnableKDAttributeFilterDatesValidation, selectEnableDuplicatedLabelValuesInAttributeFilter, selectEnableRichTextDescriptions, selectIsDisabledCrossFiltering, selectIsDisableUserFilterReset, selectEnableScheduling, selectEnableFilterViews, selectEnableAlerting, selectEnableAlertAttributes, selectEnableComparisonInAlerting, selectEnableVisualizationSwitcher, selectEnableIgnoreCrossFiltering, selectEnableAutomations, selectEnableCrossFilteringAliasTitles, selectEnableFlexibleLayout, selectEnableInPlatformNotifications, selectEnableExternalRecipients, selectEnableDrilledTooltip, selectFocusObject, selectEnableDashboardDescriptionDynamicHeight, selectEnableCriticalContentPerformanceOptimizations, selectEnableSlideshowExports, } from "./config/configSelectors.js";
|
|
10
10
|
export type { EntitlementsState } from "./entitlements/entitlementsState.js";
|
|
11
11
|
export { selectEntitlementExportPdf, selectEntitlementMaxAutomationRecipients, selectEntitlementMaxAutomations, selectEntitlementMinimumRecurrenceMinutes, selectEntitlementUnlimitedAutomations, } from "./entitlements/entitlementsSelectors.js";
|
|
12
12
|
export type { PermissionsState } from "./permissions/permissionsState.js";
|
|
@@ -14,7 +14,7 @@ export { selectPermissions, selectCanListUsersInWorkspace, selectCanManageWorksp
|
|
|
14
14
|
export type { DashboardPermissionsState } from "./dashboardPermissions/dashboardPermissionsState.js";
|
|
15
15
|
export { selectCanViewDashboardPermission, selectCanShareDashboardPermission, selectCanShareLockedDashboardPermission, selectCanEditDashboardPermission, selectCanEditLockedDashboardPermission, selectDashboardPermissions, } from "./dashboardPermissions/dashboardPermissionsSelectors.js";
|
|
16
16
|
export type { FilterContextState } from "./filterContext/filterContextState.js";
|
|
17
|
-
export { selectFilterContextDefinition, selectFilterContextIdentity, selectFilterContextFilters, selectFilterContextDateFilter, selectFilterContextDateFiltersWithDimension, selectFilterContextAttributeFilters, selectOtherContextAttributeFilters, selectAttributeFilterDisplayFormsMap, selectAttributeFilterDisplayForms, selectFilterContextAttributeFilterByLocalId, selectFilterContextAttributeFilterByDisplayForm, selectOriginalFilterContextDefinition, selectOriginalFilterContextFilters, selectAttributeFilterDescendants, selectAttributeFilterDisplayFormByLocalId, selectIsCircularDependency, selectCanAddMoreAttributeFilters, selectCanAddMoreFilters, selectIsAttributeFilterDependentByLocalIdentifier, selectFilterContextDateFilterByDataSet, } from "./filterContext/filterContextSelectors.js";
|
|
17
|
+
export { selectFilterContextDefinition, selectFilterContextIdentity, selectFilterContextFilters, selectFilterContextDateFilter, selectFilterContextDateFiltersWithDimension, selectFilterContextAttributeFilters, selectOtherContextAttributeFilters, selectAttributeFilterDisplayFormsMap, selectAttributeFilterDisplayForms, selectFilterContextAttributeFilterByLocalId, selectFilterContextAttributeFilterByDisplayForm, selectOriginalFilterContextDefinition, selectOriginalFilterContextFilters, selectAttributeFilterDescendants, selectAttributeFilterDisplayFormByLocalId, selectIsCircularDependency, selectCanAddMoreAttributeFilters, selectCanAddMoreFilters, selectIsAttributeFilterDependentByLocalIdentifier, selectFilterContextDateFilterByDataSet, selectPreloadedAttributesWithReferences, } from "./filterContext/filterContextSelectors.js";
|
|
18
18
|
export type { IImplicitDrillWithPredicates } from "./widgetDrills/widgetDrillSelectors.js";
|
|
19
19
|
export { selectImplicitDrillsDownByWidgetRef, selectConfiguredDrillsByWidgetRef, selectDrillableItemsByWidgetRef, selectConfiguredAndImplicitDrillsByWidgetRef, selectValidConfiguredDrillsByWidgetRef, selectImplicitDrillsByAvailableDrillTargets, selectDrillableItemsByAvailableDrillTargets, selectImplicitDrillsToUrlByWidgetRef, selectGlobalDrillsDownAttributeHierarchyByWidgetRef, } from "./widgetDrills/widgetDrillSelectors.js";
|
|
20
20
|
export { selectLegacyDashboards } from "./legacyDashboards/legacyDashboardsSelectors.js";
|
|
@@ -46,13 +46,13 @@ export { selectAccessibleDashboards, selectAccessibleDashboardsMap, } from "./ac
|
|
|
46
46
|
export { selectInaccessibleDashboards, selectInaccessibleDashboardsMap, } from "./inaccessibleDashboards/inaccessibleDashboardsSelectors.js";
|
|
47
47
|
export { selectDrillTargetsByWidgetRef, selectDrillTargets } from "./drillTargets/drillTargetsSelectors.js";
|
|
48
48
|
export type { IDrillTargets } from "./drillTargets/drillTargetsTypes.js";
|
|
49
|
-
export { selectExecutionResult, selectExecutionResultByRef, selectIsExecutionResultExportableToCsvByRef, selectIsExecutionResultExportableToXlsxByRef, selectIsExecutionResultReadyForExportByRef, } from "./executionResults/executionResultsSelectors.js";
|
|
49
|
+
export { selectExecutionResult, selectExecutionResultByRef, selectIsExecutionResultExportableToCsvByRef, selectIsExecutionResultExportableToXlsxByRef, selectIsExecutionResultReadyForExportByRef, selectHasSomeExecutionResult, } from "./executionResults/executionResultsSelectors.js";
|
|
50
50
|
export type { IExecutionResultEnvelope } from "./executionResults/types.js";
|
|
51
51
|
export type { UiState, InvalidCustomUrlDrillParameterInfo, FilterViewDialogMode } from "./ui/uiState.js";
|
|
52
52
|
export { selectIsScheduleEmailDialogOpen, selectIsScheduleEmailManagementDialogOpen, selectIsScheduleEmailDialogContext, selectIsScheduleEmailManagementDialogContext, selectIsSaveAsDialogOpen, selectIsShareDialogOpen, selectFilterBarExpanded, selectIsKpiAlertOpenedByWidgetRef, selectIsKpiAlertHighlightedByWidgetRef, selectMenuButtonItemsVisibility, selectScheduleEmailDialogDefaultAttachment, selectSelectedWidgetRef, selectConfigurationPanelOpened, selectWidgetDateDatasetAutoSelect, selectIsDeleteDialogOpen, selectIsKpiDeleteDialogOpen, selectKpiDeleteDialogWidgetLayoutPath, selectKpiDeleteDialogWidgetCoordinates, selectInsightListLastUpdateRequested, selectIsWidgetLoadingAdditionalDataByWidgetRef, selectIsFilterAttributeSelectionOpen, selectSelectedFilterIndex, selectIsDraggingWidget, selectActiveSection, selectActiveSectionIndex, selectIsCancelEditModeDialogOpen, selectDraggingWidgetSource, selectDraggingWidgetTargetLayoutPath, selectDraggingWidgetTarget, selectWidgetsOverlay, selectWidgetsOverlayState, selectWidgetsModification, selectSectionModification, selectIsSectionInsertedByPlugin, selectInvalidDrillWidgetRefs, selectInvalidUrlDrillParameterDrillLocalIdsByWidgetRef, selectInvalidUrlDrillParameterWidgetRefs, selectInvalidUrlDrillParameterWidgetWarnings, selectFilterViewsDialogMode, selectIsFilterViewsDialogOpen, selectIsAlertingDialogOpen, selectIsAlertsManagementDialogOpen, selectIsWidgetDeleteDialogOpen, selectWidgetDeleteDialogWidgetRef, } from "./ui/uiSelectors.js";
|
|
53
53
|
export { uiActions } from "./ui/index.js";
|
|
54
54
|
export type { RenderModeState } from "./renderMode/renderModeState.js";
|
|
55
|
-
export { selectIsInEditMode, selectIsInViewMode, selectRenderMode, } from "./renderMode/renderModeSelectors.js";
|
|
55
|
+
export { selectIsInEditMode, selectIsInExportMode, selectIsInViewMode, selectRenderMode, } from "./renderMode/renderModeSelectors.js";
|
|
56
56
|
export { renderModeActions } from "./renderMode/index.js";
|
|
57
57
|
export type { LegacyDashboardsState } from "./legacyDashboards/legacyDashboardsState.js";
|
|
58
58
|
export { queryAndWaitFor } from "./_infra/queryAndWaitFor.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/model/store/index.ts"],"names":[],"mappings":"AACA,YAAY,EACR,iBAAiB,EACjB,cAAc,EACd,iBAAiB,EACjB,0BAA0B,GAC7B,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACjG,YAAY,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAC7F,YAAY,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,YAAY,EAAE,wBAAwB,EAAE,MAAM,mDAAmD,CAAC;AAClG,OAAO,EACH,yBAAyB,EACzB,0CAA0C,EAC1C,yBAAyB,EACzB,iCAAiC,EACjC,qCAAqC,EACrC,8CAA8C,EAC9C,wBAAwB,EACxB,yCAAyC,EACzC,8CAA8C,EAC9C,qDAAqD,EACrD,kCAAkC,EAClC,0CAA0C,EAC1C,4BAA4B,EAC5B,iCAAiC,EACjC,6BAA6B,GAChC,MAAM,uDAAuD,CAAC;AAC/D,YAAY,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EACH,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,cAAc,EACd,kBAAkB,EAClB,sBAAsB,EACtB,8BAA8B,EAC9B,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EAChB,mCAAmC,EACnC,gCAAgC,EAChC,0CAA0C,EAC1C,mCAAmC,EACnC,gBAAgB,EAChB,cAAc,EACd,qBAAqB,EACrB,0BAA0B,EAC1B,+CAA+C,EAC/C,iCAAiC,EACjC,wCAAwC,EACxC,iCAAiC,EACjC,iCAAiC,EACjC,sCAAsC,EACtC,kCAAkC,EAClC,yCAAyC,EACzC,4BAA4B,EAC5B,8BAA8B,EAC9B,sCAAsC,EACtC,mCAAmC,EACnC,sCAAsC,EACtC,0CAA0C,EAC1C,oBAAoB,EACpB,0CAA0C,EAC1C,6BAA6B,EAC7B,6BAA6B,EAC7B,+BAA+B,EAC/B,iCAAiC,EACjC,iCAAiC,EACjC,2CAA2C,EAC3C,8CAA8C,EAC9C,0CAA0C,EAC1C,yBAAyB,EACzB,eAAe,EACf,cAAc,EACd,wBAAwB,EACxB,sCAAsC,EACtC,8BAA8B,EAC9B,iCAAiC,EACjC,4BAA4B,EAC5B,+BAA+B,EAC/B,sBAAsB,EACtB,2CAA2C,EAC3C,4CAA4C,EAC5C,kDAAkD,EAClD,gCAAgC,EAChC,8BAA8B,EAC9B,8BAA8B,EAC9B,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,gCAAgC,EAChC,iCAAiC,EACjC,gCAAgC,EAChC,uBAAuB,EACvB,qCAAqC,EACrC,0BAA0B,EAC1B,mCAAmC,EACnC,8BAA8B,EAC9B,0BAA0B,EAC1B,iBAAiB,EACjB,6CAA6C,EAC7C,mDAAmD,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/model/store/index.ts"],"names":[],"mappings":"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"}
|
package/esm/model/store/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { selectDashboardLoading, selectIsDashboardLoading } from "./loading/loadingSelectors.js";
|
|
2
2
|
export { selectDashboardSaving, selectIsDashboardSaving } from "./saving/savingSelectors.js";
|
|
3
3
|
export { selectBackendCapabilities, selectSupportsElementsQueryParentFiltering, selectSupportsElementUris, selectSupportsKpiWidgetCapability, selectSupportsAccessControlCapability, selectSupportsHierarchicalWorkspacesCapability, selectSupportsObjectUris, selectSupportsSettingConnectingAttributes, selectSupportsKeepingDependentFiltersSelection, selectAllowMultipleInteractionsPerAttributeAndMeasure, selectSupportsAttributeHierarchies, selectSupportsSingleSelectDependentFilters, selectSupportsCrossFiltering, selectSupportsMultipleDateFilters, selectSupportsRichTextWidgets, } from "./backendCapabilities/backendCapabilitiesSelectors.js";
|
|
4
|
-
export { selectConfig, selectLocale, selectSeparators, selectSettings, selectColorPalette, selectDateFilterConfig, selectObjectAvailabilityConfig, selectIsReadOnly, selectMapboxToken, selectDateFormat, selectEnableInsightExportScheduling, selectEnableKPIDashboardSchedule, selectEnableKPIDashboardScheduleRecipients, selectEnableCompanyLogoInEmbeddedUI, selectIsEmbedded, selectIsExport, selectPlatformEdition, selectDisableDefaultDrills, selectEnableFilterValuesResolutionInDrillEvents, selectEnableKPIDashboardExportPDF, selectEnableKPIDashboardDrillToDashboard, selectEnableKPIDashboardSaveAsNew, selectEnableClickableAttributeURL, selectEnableKPIDashboardDrillToInsight, selectEnableKPIDashboardDrillToURL, selectEnableKPIDashboardImplicitDrillDown, selectHideKpiDrillInEmbedded, selectEnableWidgetCustomHeight, selectEnableRenamingProjectToWorkspace, selectEnableRenamingMeasureToMetric, selectShouldHidePixelPerfectExperience, selectDisableKpiDashboardHeadlineUnderline, selectIsWhiteLabeled, selectEnableAnalyticalDashboardPermissions, selectIsSaveAsNewButtonHidden, selectAllowUnfinishedFeatures, selectAllowCreateInsightRequest, selectIsAnalyticalDesignerEnabled, selectIsDeleteFilterButtonEnabled, selectIsKPIDashboardDependentFiltersEnabled, selectIsAlternativeDisplayFormSelectionEnabled, selectEnableKPIDashboardDrillFromAttribute, selectIsShareButtonHidden, selectWeekStart, selectTimezone, selectIsDrillDownEnabled, selectEnableUnavailableItemsVisibility, selectEnableKDDependentFilters, selectIsKDDependentFiltersEnabled, selectEnableKDCrossFiltering, selectEnableMultipleDateFilters, selectEnableKDRichText, selectEnableAttributeFilterValuesValidation, selectEnableKDAttributeFilterDatesValidation, selectEnableDuplicatedLabelValuesInAttributeFilter, selectEnableRichTextDescriptions, selectIsDisabledCrossFiltering, selectIsDisableUserFilterReset, selectEnableScheduling, selectEnableFilterViews, selectEnableAlerting, selectEnableAlertAttributes, selectEnableComparisonInAlerting, selectEnableVisualizationSwitcher, selectEnableIgnoreCrossFiltering, selectEnableAutomations, selectEnableCrossFilteringAliasTitles, selectEnableFlexibleLayout, selectEnableInPlatformNotifications, selectEnableExternalRecipients, selectEnableDrilledTooltip, selectFocusObject, selectEnableDashboardDescriptionDynamicHeight, selectEnableCriticalContentPerformanceOptimizations, } from "./config/configSelectors.js";
|
|
4
|
+
export { selectConfig, selectLocale, selectSeparators, selectSettings, selectColorPalette, selectDateFilterConfig, selectObjectAvailabilityConfig, selectIsReadOnly, selectMapboxToken, selectDateFormat, selectEnableInsightExportScheduling, selectEnableKPIDashboardSchedule, selectEnableKPIDashboardScheduleRecipients, selectEnableCompanyLogoInEmbeddedUI, selectIsEmbedded, selectIsExport, selectPlatformEdition, selectDisableDefaultDrills, selectEnableFilterValuesResolutionInDrillEvents, selectEnableKPIDashboardExportPDF, selectEnableKPIDashboardDrillToDashboard, selectEnableKPIDashboardSaveAsNew, selectEnableClickableAttributeURL, selectEnableKPIDashboardDrillToInsight, selectEnableKPIDashboardDrillToURL, selectEnableKPIDashboardImplicitDrillDown, selectHideKpiDrillInEmbedded, selectEnableWidgetCustomHeight, selectEnableRenamingProjectToWorkspace, selectEnableRenamingMeasureToMetric, selectShouldHidePixelPerfectExperience, selectDisableKpiDashboardHeadlineUnderline, selectIsWhiteLabeled, selectEnableAnalyticalDashboardPermissions, selectIsSaveAsNewButtonHidden, selectAllowUnfinishedFeatures, selectAllowCreateInsightRequest, selectIsAnalyticalDesignerEnabled, selectIsDeleteFilterButtonEnabled, selectIsKPIDashboardDependentFiltersEnabled, selectIsAlternativeDisplayFormSelectionEnabled, selectEnableKPIDashboardDrillFromAttribute, selectIsShareButtonHidden, selectWeekStart, selectTimezone, selectIsDrillDownEnabled, selectEnableUnavailableItemsVisibility, selectEnableKDDependentFilters, selectIsKDDependentFiltersEnabled, selectEnableKDCrossFiltering, selectEnableMultipleDateFilters, selectEnableKDRichText, selectEnableAttributeFilterValuesValidation, selectEnableKDAttributeFilterDatesValidation, selectEnableDuplicatedLabelValuesInAttributeFilter, selectEnableRichTextDescriptions, selectIsDisabledCrossFiltering, selectIsDisableUserFilterReset, selectEnableScheduling, selectEnableFilterViews, selectEnableAlerting, selectEnableAlertAttributes, selectEnableComparisonInAlerting, selectEnableVisualizationSwitcher, selectEnableIgnoreCrossFiltering, selectEnableAutomations, selectEnableCrossFilteringAliasTitles, selectEnableFlexibleLayout, selectEnableInPlatformNotifications, selectEnableExternalRecipients, selectEnableDrilledTooltip, selectFocusObject, selectEnableDashboardDescriptionDynamicHeight, selectEnableCriticalContentPerformanceOptimizations, selectEnableSlideshowExports, } from "./config/configSelectors.js";
|
|
5
5
|
export { selectEntitlementExportPdf, selectEntitlementMaxAutomationRecipients, selectEntitlementMaxAutomations, selectEntitlementMinimumRecurrenceMinutes, selectEntitlementUnlimitedAutomations, } from "./entitlements/entitlementsSelectors.js";
|
|
6
6
|
export { selectPermissions, selectCanListUsersInWorkspace, selectCanManageWorkspace, selectCanExportReport, selectCanExportTabular, selectCanExportPdf, selectCanCreateAnalyticalDashboard, selectCanManageACL, selectCanManageAnalyticalDashboard, selectCanCreateScheduledMail, selectCanInitData, selectCanUploadNonProductionCSV, selectCanExecuteRaw, selectCanCreateVisualization, selectCanManageMetric, selectCanManageDomain, selectCanInviteUserToWorkspace, selectCanRefreshData, selectCanManageScheduledMail, selectCanManageAttributeHierarchy, selectCanCreateFilterView, selectCanCreateAutomation, } from "./permissions/permissionsSelectors.js";
|
|
7
7
|
export { selectCanViewDashboardPermission, selectCanShareDashboardPermission, selectCanShareLockedDashboardPermission, selectCanEditDashboardPermission, selectCanEditLockedDashboardPermission, selectDashboardPermissions, } from "./dashboardPermissions/dashboardPermissionsSelectors.js";
|
|
8
|
-
export { selectFilterContextDefinition, selectFilterContextIdentity, selectFilterContextFilters, selectFilterContextDateFilter, selectFilterContextDateFiltersWithDimension, selectFilterContextAttributeFilters, selectOtherContextAttributeFilters, selectAttributeFilterDisplayFormsMap, selectAttributeFilterDisplayForms, selectFilterContextAttributeFilterByLocalId, selectFilterContextAttributeFilterByDisplayForm, selectOriginalFilterContextDefinition, selectOriginalFilterContextFilters, selectAttributeFilterDescendants, selectAttributeFilterDisplayFormByLocalId, selectIsCircularDependency, selectCanAddMoreAttributeFilters, selectCanAddMoreFilters, selectIsAttributeFilterDependentByLocalIdentifier, selectFilterContextDateFilterByDataSet, } from "./filterContext/filterContextSelectors.js";
|
|
8
|
+
export { selectFilterContextDefinition, selectFilterContextIdentity, selectFilterContextFilters, selectFilterContextDateFilter, selectFilterContextDateFiltersWithDimension, selectFilterContextAttributeFilters, selectOtherContextAttributeFilters, selectAttributeFilterDisplayFormsMap, selectAttributeFilterDisplayForms, selectFilterContextAttributeFilterByLocalId, selectFilterContextAttributeFilterByDisplayForm, selectOriginalFilterContextDefinition, selectOriginalFilterContextFilters, selectAttributeFilterDescendants, selectAttributeFilterDisplayFormByLocalId, selectIsCircularDependency, selectCanAddMoreAttributeFilters, selectCanAddMoreFilters, selectIsAttributeFilterDependentByLocalIdentifier, selectFilterContextDateFilterByDataSet, selectPreloadedAttributesWithReferences, } from "./filterContext/filterContextSelectors.js";
|
|
9
9
|
export { selectImplicitDrillsDownByWidgetRef, selectConfiguredDrillsByWidgetRef, selectDrillableItemsByWidgetRef, selectConfiguredAndImplicitDrillsByWidgetRef, selectValidConfiguredDrillsByWidgetRef, selectImplicitDrillsByAvailableDrillTargets, selectDrillableItemsByAvailableDrillTargets, selectImplicitDrillsToUrlByWidgetRef, selectGlobalDrillsDownAttributeHierarchyByWidgetRef, } from "./widgetDrills/widgetDrillSelectors.js";
|
|
10
10
|
export { selectLegacyDashboards } from "./legacyDashboards/legacyDashboardsSelectors.js";
|
|
11
11
|
export { selectLayout, selectStash, selectScreen, selectWidgetByRef, selectAnalyticalWidgetByRef, selectFilterableWidgetByRef, selectWidgets, selectWidgetsMap, selectAllInsightWidgets, selectAllCustomWidgets, selectAllKpiWidgets, selectAllAnalyticalWidgets, selectIsLayoutEmpty, selectLayoutHasAnalyticalWidgets, selectWidgetDrills, selectWidgetPathByRef, selectWidgetCoordinatesByRef, selectWidgetPlaceholder, selectWidgetPlaceholderPath, selectWidgetPlaceholderCoordinates, selectInsightWidgetPlaceholder, selectInsightWidgetPlaceholderPath, selectInsightWidgetPlaceholderCoordinates, selectKpiWidgetPlaceholder, selectKpiWidgetPlaceholderPath, selectKpiWidgetPlaceholderCoordinates, selectIgnoredDrillDownHierarchiesByWidgetRef, } from "./layout/layoutSelectors.js";
|
|
@@ -24,10 +24,10 @@ export { selectListedDashboards, selectListedDashboardsMap, } from "./listedDash
|
|
|
24
24
|
export { selectAccessibleDashboards, selectAccessibleDashboardsMap, } from "./accessibleDashboards/accessibleDashboardsSelectors.js";
|
|
25
25
|
export { selectInaccessibleDashboards, selectInaccessibleDashboardsMap, } from "./inaccessibleDashboards/inaccessibleDashboardsSelectors.js";
|
|
26
26
|
export { selectDrillTargetsByWidgetRef, selectDrillTargets } from "./drillTargets/drillTargetsSelectors.js";
|
|
27
|
-
export { selectExecutionResult, selectExecutionResultByRef, selectIsExecutionResultExportableToCsvByRef, selectIsExecutionResultExportableToXlsxByRef, selectIsExecutionResultReadyForExportByRef, } from "./executionResults/executionResultsSelectors.js";
|
|
27
|
+
export { selectExecutionResult, selectExecutionResultByRef, selectIsExecutionResultExportableToCsvByRef, selectIsExecutionResultExportableToXlsxByRef, selectIsExecutionResultReadyForExportByRef, selectHasSomeExecutionResult, } from "./executionResults/executionResultsSelectors.js";
|
|
28
28
|
export { selectIsScheduleEmailDialogOpen, selectIsScheduleEmailManagementDialogOpen, selectIsScheduleEmailDialogContext, selectIsScheduleEmailManagementDialogContext, selectIsSaveAsDialogOpen, selectIsShareDialogOpen, selectFilterBarExpanded, selectIsKpiAlertOpenedByWidgetRef, selectIsKpiAlertHighlightedByWidgetRef, selectMenuButtonItemsVisibility, selectScheduleEmailDialogDefaultAttachment, selectSelectedWidgetRef, selectConfigurationPanelOpened, selectWidgetDateDatasetAutoSelect, selectIsDeleteDialogOpen, selectIsKpiDeleteDialogOpen, selectKpiDeleteDialogWidgetLayoutPath, selectKpiDeleteDialogWidgetCoordinates, selectInsightListLastUpdateRequested, selectIsWidgetLoadingAdditionalDataByWidgetRef, selectIsFilterAttributeSelectionOpen, selectSelectedFilterIndex, selectIsDraggingWidget, selectActiveSection, selectActiveSectionIndex, selectIsCancelEditModeDialogOpen, selectDraggingWidgetSource, selectDraggingWidgetTargetLayoutPath, selectDraggingWidgetTarget, selectWidgetsOverlay, selectWidgetsOverlayState, selectWidgetsModification, selectSectionModification, selectIsSectionInsertedByPlugin, selectInvalidDrillWidgetRefs, selectInvalidUrlDrillParameterDrillLocalIdsByWidgetRef, selectInvalidUrlDrillParameterWidgetRefs, selectInvalidUrlDrillParameterWidgetWarnings, selectFilterViewsDialogMode, selectIsFilterViewsDialogOpen, selectIsAlertingDialogOpen, selectIsAlertsManagementDialogOpen, selectIsWidgetDeleteDialogOpen, selectWidgetDeleteDialogWidgetRef, } from "./ui/uiSelectors.js";
|
|
29
29
|
export { uiActions } from "./ui/index.js";
|
|
30
|
-
export { selectIsInEditMode, selectIsInViewMode, selectRenderMode, } from "./renderMode/renderModeSelectors.js";
|
|
30
|
+
export { selectIsInEditMode, selectIsInExportMode, selectIsInViewMode, selectRenderMode, } from "./renderMode/renderModeSelectors.js";
|
|
31
31
|
export { renderModeActions } from "./renderMode/index.js";
|
|
32
32
|
export { queryAndWaitFor } from "./_infra/queryAndWaitFor.js";
|
|
33
33
|
export { dispatchAndWaitFor } from "./_infra/dispatchAndWaitFor.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/model/store/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEjG,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG7F,OAAO,EACH,yBAAyB,EACzB,0CAA0C,EAC1C,yBAAyB,EACzB,iCAAiC,EACjC,qCAAqC,EACrC,8CAA8C,EAC9C,wBAAwB,EACxB,yCAAyC,EACzC,8CAA8C,EAC9C,qDAAqD,EACrD,kCAAkC,EAClC,0CAA0C,EAC1C,4BAA4B,EAC5B,iCAAiC,EACjC,6BAA6B,GAChC,MAAM,uDAAuD,CAAC;AAE/D,OAAO,EACH,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,cAAc,EACd,kBAAkB,EAClB,sBAAsB,EACtB,8BAA8B,EAC9B,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EAChB,mCAAmC,EACnC,gCAAgC,EAChC,0CAA0C,EAC1C,mCAAmC,EACnC,gBAAgB,EAChB,cAAc,EACd,qBAAqB,EACrB,0BAA0B,EAC1B,+CAA+C,EAC/C,iCAAiC,EACjC,wCAAwC,EACxC,iCAAiC,EACjC,iCAAiC,EACjC,sCAAsC,EACtC,kCAAkC,EAClC,yCAAyC,EACzC,4BAA4B,EAC5B,8BAA8B,EAC9B,sCAAsC,EACtC,mCAAmC,EACnC,sCAAsC,EACtC,0CAA0C,EAC1C,oBAAoB,EACpB,0CAA0C,EAC1C,6BAA6B,EAC7B,6BAA6B,EAC7B,+BAA+B,EAC/B,iCAAiC,EACjC,iCAAiC,EACjC,2CAA2C,EAC3C,8CAA8C,EAC9C,0CAA0C,EAC1C,yBAAyB,EACzB,eAAe,EACf,cAAc,EACd,wBAAwB,EACxB,sCAAsC,EACtC,8BAA8B,EAC9B,iCAAiC,EACjC,4BAA4B,EAC5B,+BAA+B,EAC/B,sBAAsB,EACtB,2CAA2C,EAC3C,4CAA4C,EAC5C,kDAAkD,EAClD,gCAAgC,EAChC,8BAA8B,EAC9B,8BAA8B,EAC9B,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,gCAAgC,EAChC,iCAAiC,EACjC,gCAAgC,EAChC,uBAAuB,EACvB,qCAAqC,EACrC,0BAA0B,EAC1B,mCAAmC,EACnC,8BAA8B,EAC9B,0BAA0B,EAC1B,iBAAiB,EACjB,6CAA6C,EAC7C,mDAAmD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/model/store/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,7 @@ export declare const renderModeActions: import("@reduxjs/toolkit").CaseReducerAc
|
|
|
10
10
|
type: string;
|
|
11
11
|
}) => void | import("./renderModeState.js").RenderModeState | import("immer/dist/internal.js").WritableDraft<import("./renderModeState.js").RenderModeState>;
|
|
12
12
|
setEditRenderMode: (state: import("immer/dist/internal.js").WritableDraft<import("./renderModeState.js").RenderModeState>, action: import("@reduxjs/toolkit").AnyAction) => void | import("./renderModeState.js").RenderModeState | import("immer/dist/internal.js").WritableDraft<import("./renderModeState.js").RenderModeState>;
|
|
13
|
+
setExportRenderMode: (state: import("immer/dist/internal.js").WritableDraft<import("./renderModeState.js").RenderModeState>, action: import("@reduxjs/toolkit").AnyAction) => void | import("./renderModeState.js").RenderModeState | import("immer/dist/internal.js").WritableDraft<import("./renderModeState.js").RenderModeState>;
|
|
13
14
|
setViewRenderMode: (state: import("immer/dist/internal.js").WritableDraft<import("./renderModeState.js").RenderModeState>, action: import("@reduxjs/toolkit").AnyAction) => void | import("./renderModeState.js").RenderModeState | import("immer/dist/internal.js").WritableDraft<import("./renderModeState.js").RenderModeState>;
|
|
14
15
|
}, "renderModeSlice">;
|
|
15
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/model/store/renderMode/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,sBAAsB,oFAA0B,CAAC;AAE9D;;;;GAIG;AACH,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/model/store/renderMode/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,sBAAsB,oFAA0B,CAAC;AAE9D;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;qBAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderModeReducers.d.ts","sourceRoot":"","sources":["../../../../src/model/store/renderMode/renderModeReducers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAiB,MAAM,kBAAkB,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,KAAK,iBAAiB,CAAC,CAAC,SAAS,MAAM,GAAG,SAAS,IAAI,WAAW,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"renderModeReducers.d.ts","sourceRoot":"","sources":["../../../../src/model/store/renderMode/renderModeReducers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAiB,MAAM,kBAAkB,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,KAAK,iBAAiB,CAAC,CAAC,SAAS,MAAM,GAAG,SAAS,IAAI,WAAW,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;AAkBvF,eAAO,MAAM,kBAAkB;;;;;;;;CAK9B,CAAC"}
|
|
@@ -4,12 +4,16 @@ const setRenderMode = (state, action) => {
|
|
|
4
4
|
const setEditRenderMode = (state) => {
|
|
5
5
|
state.renderMode = "edit";
|
|
6
6
|
};
|
|
7
|
+
const setExportRenderMode = (state) => {
|
|
8
|
+
state.renderMode = "export";
|
|
9
|
+
};
|
|
7
10
|
const setViewRenderMode = (state) => {
|
|
8
11
|
state.renderMode = "view";
|
|
9
12
|
};
|
|
10
13
|
export const renderModeReducers = {
|
|
11
14
|
setRenderMode,
|
|
12
15
|
setEditRenderMode,
|
|
16
|
+
setExportRenderMode,
|
|
13
17
|
setViewRenderMode,
|
|
14
18
|
};
|
|
15
19
|
//# sourceMappingURL=renderModeReducers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderModeReducers.js","sourceRoot":"","sources":["../../../../src/model/store/renderMode/renderModeReducers.ts"],"names":[],"mappings":"AAOA,MAAM,aAAa,GAAiD,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;IAClF,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC,OAAO,CAAC;AACtC,CAAC,CAAC;AAEF,MAAM,iBAAiB,GAAsB,CAAC,KAAK,EAAE,EAAE;IACnD,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC;AAC9B,CAAC,CAAC;AAEF,MAAM,iBAAiB,GAAsB,CAAC,KAAK,EAAE,EAAE;IACnD,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC;AAC9B,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAC9B,aAAa;IACb,iBAAiB;IACjB,iBAAiB;CACpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"renderModeReducers.js","sourceRoot":"","sources":["../../../../src/model/store/renderMode/renderModeReducers.ts"],"names":[],"mappings":"AAOA,MAAM,aAAa,GAAiD,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;IAClF,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC,OAAO,CAAC;AACtC,CAAC,CAAC;AAEF,MAAM,iBAAiB,GAAsB,CAAC,KAAK,EAAE,EAAE;IACnD,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC;AAC9B,CAAC,CAAC;AAEF,MAAM,mBAAmB,GAAsB,CAAC,KAAK,EAAE,EAAE;IACrD,KAAK,CAAC,UAAU,GAAG,QAAQ,CAAC;AAChC,CAAC,CAAC;AAEF,MAAM,iBAAiB,GAAsB,CAAC,KAAK,EAAE,EAAE;IACnD,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC;AAC9B,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAC9B,aAAa;IACb,iBAAiB;IACjB,mBAAmB;IACnB,iBAAiB;CACpB,CAAC"}
|
|
@@ -14,4 +14,10 @@ export declare const selectIsInViewMode: DashboardSelector<boolean>;
|
|
|
14
14
|
* @public
|
|
15
15
|
*/
|
|
16
16
|
export declare const selectIsInEditMode: DashboardSelector<boolean>;
|
|
17
|
+
/**
|
|
18
|
+
* Returns whether the current Dashboard is on export mode.
|
|
19
|
+
*
|
|
20
|
+
* @internal
|
|
21
|
+
*/
|
|
22
|
+
export declare const selectIsInExportMode: DashboardSelector<boolean>;
|
|
17
23
|
//# sourceMappingURL=renderModeSelectors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderModeSelectors.d.ts","sourceRoot":"","sources":["../../../../src/model/store/renderMode/renderModeSelectors.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAkB,MAAM,aAAa,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAO/C;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,UAAU,CAG1D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,OAAO,CAGzD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,OAAO,CAGzD,CAAC"}
|
|
1
|
+
{"version":3,"file":"renderModeSelectors.d.ts","sourceRoot":"","sources":["../../../../src/model/store/renderMode/renderModeSelectors.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAkB,MAAM,aAAa,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAO/C;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,UAAU,CAG1D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,OAAO,CAGzD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,OAAO,CAGzD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,OAAO,CAG3D,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2021-
|
|
1
|
+
// (C) 2021-2025 GoodData Corporation
|
|
2
2
|
import { createSelector } from "@reduxjs/toolkit";
|
|
3
3
|
const selectSelf = createSelector((state) => state, (state) => state.renderMode);
|
|
4
4
|
/**
|
|
@@ -15,4 +15,10 @@ export const selectIsInViewMode = createSelector(selectRenderMode, (renderMode)
|
|
|
15
15
|
* @public
|
|
16
16
|
*/
|
|
17
17
|
export const selectIsInEditMode = createSelector(selectRenderMode, (renderMode) => renderMode === "edit");
|
|
18
|
+
/**
|
|
19
|
+
* Returns whether the current Dashboard is on export mode.
|
|
20
|
+
*
|
|
21
|
+
* @internal
|
|
22
|
+
*/
|
|
23
|
+
export const selectIsInExportMode = createSelector(selectRenderMode, (renderMode) => renderMode === "export");
|
|
18
24
|
//# sourceMappingURL=renderModeSelectors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderModeSelectors.js","sourceRoot":"","sources":["../../../../src/model/store/renderMode/renderModeSelectors.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAIlD,MAAM,UAAU,GAAG,cAAc,CAC7B,CAAC,KAAqB,EAAE,EAAE,CAAC,KAAK,EAChC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU,CAC9B,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAkC,cAAc,CACzE,UAAU,EACV,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU,CAC9B,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA+B,cAAc,CACxE,gBAAgB,EAChB,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,KAAK,MAAM,CACxC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA+B,cAAc,CACxE,gBAAgB,EAChB,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,KAAK,MAAM,CACxC,CAAC"}
|
|
1
|
+
{"version":3,"file":"renderModeSelectors.js","sourceRoot":"","sources":["../../../../src/model/store/renderMode/renderModeSelectors.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAIlD,MAAM,UAAU,GAAG,cAAc,CAC7B,CAAC,KAAqB,EAAE,EAAE,CAAC,KAAK,EAChC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU,CAC9B,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAkC,cAAc,CACzE,UAAU,EACV,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU,CAC9B,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA+B,cAAc,CACxE,gBAAgB,EAChB,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,KAAK,MAAM,CACxC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA+B,cAAc,CACxE,gBAAgB,EAChB,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,KAAK,MAAM,CACxC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,cAAc,CAC1E,gBAAgB,EAChB,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,KAAK,QAAQ,CAC1C,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IAnalyticalBackend } from "@gooddata/sdk-backend-spi";
|
|
2
|
-
import { IColorPalette, ObjRef, IDateFilterConfig, IDashboard, ISettings, ISeparators, IEntitlementDescriptor, Identifier } from "@gooddata/sdk-model";
|
|
1
|
+
import { IAnalyticalBackend, IDashboardReferences } from "@gooddata/sdk-backend-spi";
|
|
2
|
+
import { IColorPalette, ObjRef, IDateFilterConfig, IDashboard, ISettings, ISeparators, IEntitlementDescriptor, Identifier, IDashboardLayout } from "@gooddata/sdk-model";
|
|
3
3
|
import { ILocale } from "@gooddata/sdk-ui";
|
|
4
4
|
import { IDashboardFilter, IMenuButtonItemsVisibility, RenderMode } from "../../types.js";
|
|
5
5
|
import { ExtendedDashboardWidget } from "./layoutTypes.js";
|
|
@@ -202,6 +202,36 @@ export interface DashboardConfig {
|
|
|
202
202
|
* @remarks Only provide one of the focus properties at a time.
|
|
203
203
|
*/
|
|
204
204
|
focusObject?: DashboardFocusObject;
|
|
205
|
+
/**
|
|
206
|
+
* @alpha
|
|
207
|
+
*
|
|
208
|
+
* Specify the slide configuration for the dashboard. This sizes will be used in export mode as size
|
|
209
|
+
* of the slide where visualization will be fit and rendered.
|
|
210
|
+
*
|
|
211
|
+
*/
|
|
212
|
+
slideConfig?: DashboardExportSlideConfig;
|
|
213
|
+
/**
|
|
214
|
+
* @alpha
|
|
215
|
+
*
|
|
216
|
+
* Dashboard referenced objects.
|
|
217
|
+
* If provided, initialization of the dashboard avoid additional requests to resolve them.
|
|
218
|
+
*/
|
|
219
|
+
references?: IDashboardReferences;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* @alpha
|
|
223
|
+
*
|
|
224
|
+
* Specifies the size of the slide where visualization will be fit and rendered.
|
|
225
|
+
*/
|
|
226
|
+
export interface DashboardExportSlideConfig {
|
|
227
|
+
/**
|
|
228
|
+
* Preferred width of slide in export mode.
|
|
229
|
+
*/
|
|
230
|
+
width: number;
|
|
231
|
+
/**
|
|
232
|
+
* Preferred height of slide in export mode.
|
|
233
|
+
*/
|
|
234
|
+
height: number;
|
|
205
235
|
}
|
|
206
236
|
/**
|
|
207
237
|
* @beta
|
|
@@ -244,7 +274,7 @@ export interface DashboardFocusObject {
|
|
|
244
274
|
*
|
|
245
275
|
* @public
|
|
246
276
|
*/
|
|
247
|
-
export type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "exportId" | "focusObject"> & DashboardConfig;
|
|
277
|
+
export type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "exportId" | "focusObject" | "slideConfig" | "references"> & DashboardConfig;
|
|
248
278
|
/**
|
|
249
279
|
*
|
|
250
280
|
* @beta
|
|
@@ -326,6 +356,10 @@ export type PrivateDashboardContext = DashboardModelCustomizationFns & {
|
|
|
326
356
|
* @public
|
|
327
357
|
*/
|
|
328
358
|
export type DashboardTransformFn = (dashboard: IDashboard<ExtendedDashboardWidget>) => IDashboard<ExtendedDashboardWidget> | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
export type DashboardLayoutExportTransformFn = <TWidget>(layout: IDashboardLayout<TWidget>) => IDashboardLayout<TWidget> | undefined;
|
|
329
363
|
/**
|
|
330
364
|
* @public
|
|
331
365
|
*/
|
|
@@ -341,6 +375,17 @@ export interface DashboardModelCustomizationFns {
|
|
|
341
375
|
* dashboard will be used as-is.
|
|
342
376
|
*/
|
|
343
377
|
existingDashboardTransformFn?: DashboardTransformFn;
|
|
378
|
+
/**
|
|
379
|
+
* Provide a function that will be used during dashboard export initialization of an existing dashboard.
|
|
380
|
+
*
|
|
381
|
+
* @remarks
|
|
382
|
+
* This function will be called after the dashboard is loaded from backend transformed by another plugins
|
|
383
|
+
* and before is rendered to the export. This will be not stored in the state.
|
|
384
|
+
*
|
|
385
|
+
* - If the function is not defined, results in an error or returns `undefined`, then the original
|
|
386
|
+
* dashboard export transformation will be used as-is.
|
|
387
|
+
*/
|
|
388
|
+
existingExportTransformFn?: DashboardLayoutExportTransformFn;
|
|
344
389
|
}
|
|
345
390
|
/**
|
|
346
391
|
* @alpha
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commonTypes.d.ts","sourceRoot":"","sources":["../../../src/model/types/commonTypes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"commonTypes.d.ts","sourceRoot":"","sources":["../../../src/model/types/commonTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commonTypes.js","sourceRoot":"","sources":["../../../src/model/types/commonTypes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"commonTypes.js","sourceRoot":"","sources":["../../../src/model/types/commonTypes.ts"],"names":[],"mappings":"AAcA,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAClC,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAgU1C,MAAM,kBAAkB,GAA0B;IAC9C,kBAAkB;IAClB,QAAQ;IACR,YAAY;IACZ,cAAc;IACd,UAAU;CACb,CAAC;AAEF;;;;GAIG;AACH,MAAM,UAAU,gBAAgB,CAAC,MAAwB;IACrD,IAAI,CAAC,MAAM,EAAE,CAAC;QACV,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,MAAM,eAAe,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC;IAErC,OAAO,kBAAkB,CAAC,KAAK,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,QAAQ,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC,CAAC;AAC7E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customizationBuilder.d.ts","sourceRoot":"","sources":["../../../src/plugins/customizationApis/customizationBuilder.ts"],"names":[],"mappings":"AAaA,OAAO,EACH,2BAA2B,EAC3B,oBAAoB,EACpB,2BAA2B,EAC3B,uBAAuB,EACvB,0BAA0B,EAC1B,0BAA0B,EAC1B,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EACjB,gCAAgC,EACnC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAGvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAQ3D,OAAO,EAAoB,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAOjF;;GAEG;AACH,qBAAa,6BAA8B,YAAW,oBAAoB;IACtE,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAsC;IAChE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoE;IAC3F,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAGhC;IACF,OAAO,CAAC,QAAQ,CAAC,aAAa,CAG5B;IACF,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAqE;IACtG,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAG/B;IACF,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAGlC;IACF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAGhC;IACF,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAGjC;IACF,OAAO,CAAC,QAAQ,CAAC,+BAA+B,CAC4B;IAC5E,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAC4B;IACvE,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAG/B;IACF,OAAO,CAAC,QAAQ,CAAC,eAAe,CAG9B;IACF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAGhC;IACF,OAAO,CAAC,cAAc,CAA+C;IAErE,OAAO,CAAC,eAAe,CAYrB;IAEK,iBAAiB,oBAAqB,OAAO,MAAM,EAAE,uBAAuB,CAAC,UAElF;IAEK,cAAc,QAAO,2BAA2B,CAErD;IAEK,UAAU,QAAO,uBAAuB,CAE7C;IAEK,aAAa,QAAO,0BAA0B,CAEnD;IAEK,SAAS,QAAO,2BAA2B,CAEhD;IAEK,MAAM,QAAO,iBAAiB,CAEnC;IAEK,KAAK,QAAO,gBAAgB,CAEjC;IAEK,OAAO,QAAO,kBAAkB,CAErC;IAEK,MAAM,QAAO,0BAA0B,CAE5C;IAEK,SAAS,QAAO,oBAAoB,CAEzC;IAEK,OAAO,QAAO,kBAAkB,CAErC;IAEK,eAAe,QAAO,mBAAmB,CAE9C;IAEK,4BAA4B,QAAO,gCAAgC,CAExE;IAEK,sBAAsB,WAAY,2BAA2B,KAAG,IAAI,CAGzE;IAEK,qBAAqB,QAAO,IAAI,CAGrC;IAGK,qBAAqB,UAAW,GAAG,KAAG,IAAI,CAM/C;IAEK,KAAK,QAAO,wBAAwB,
|
|
1
|
+
{"version":3,"file":"customizationBuilder.d.ts","sourceRoot":"","sources":["../../../src/plugins/customizationApis/customizationBuilder.ts"],"names":[],"mappings":"AAaA,OAAO,EACH,2BAA2B,EAC3B,oBAAoB,EACpB,2BAA2B,EAC3B,uBAAuB,EACvB,0BAA0B,EAC1B,0BAA0B,EAC1B,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EACjB,gCAAgC,EACnC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAGvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAQ3D,OAAO,EAAoB,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAOjF;;GAEG;AACH,qBAAa,6BAA8B,YAAW,oBAAoB;IACtE,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAsC;IAChE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoE;IAC3F,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAGhC;IACF,OAAO,CAAC,QAAQ,CAAC,aAAa,CAG5B;IACF,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAqE;IACtG,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAG/B;IACF,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAGlC;IACF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAGhC;IACF,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAGjC;IACF,OAAO,CAAC,QAAQ,CAAC,+BAA+B,CAC4B;IAC5E,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAC4B;IACvE,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAG/B;IACF,OAAO,CAAC,QAAQ,CAAC,eAAe,CAG9B;IACF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAGhC;IACF,OAAO,CAAC,cAAc,CAA+C;IAErE,OAAO,CAAC,eAAe,CAYrB;IAEK,iBAAiB,oBAAqB,OAAO,MAAM,EAAE,uBAAuB,CAAC,UAElF;IAEK,cAAc,QAAO,2BAA2B,CAErD;IAEK,UAAU,QAAO,uBAAuB,CAE7C;IAEK,aAAa,QAAO,0BAA0B,CAEnD;IAEK,SAAS,QAAO,2BAA2B,CAEhD;IAEK,MAAM,QAAO,iBAAiB,CAEnC;IAEK,KAAK,QAAO,gBAAgB,CAEjC;IAEK,OAAO,QAAO,kBAAkB,CAErC;IAEK,MAAM,QAAO,0BAA0B,CAE5C;IAEK,SAAS,QAAO,oBAAoB,CAEzC;IAEK,OAAO,QAAO,kBAAkB,CAErC;IAEK,eAAe,QAAO,mBAAmB,CAE9C;IAEK,4BAA4B,QAAO,gCAAgC,CAExE;IAEK,sBAAsB,WAAY,2BAA2B,KAAG,IAAI,CAGzE;IAEK,qBAAqB,QAAO,IAAI,CAGrC;IAGK,qBAAqB,UAAW,GAAG,KAAG,IAAI,CAM/C;IAEK,KAAK,QAAO,wBAAwB,CAgDzC;IAEF,OAAO,CAAC,mBAAmB;CAkC9B"}
|
|
@@ -120,6 +120,7 @@ export class DashboardCustomizationBuilder {
|
|
|
120
120
|
VisualizationSwitcherToolbarComponentProvider: this.visualizationSwitcherCustomizer.getVisualizationSwitcherToolbarComponentProvider(),
|
|
121
121
|
customizationFns: {
|
|
122
122
|
existingDashboardTransformFn: this.layoutCustomizer.getExistingDashboardTransformFn(),
|
|
123
|
+
existingExportTransformFn: this.layoutCustomizer.getExistingLayoutTransformFn(),
|
|
123
124
|
},
|
|
124
125
|
widgetsOverlayFn: this.getWidgetsOverlayFn(),
|
|
125
126
|
// only set the value if there is anything to set
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customizationBuilder.js","sourceRoot":"","sources":["../../../src/plugins/customizationApis/customizationBuilder.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"customizationBuilder.js","sourceRoot":"","sources":["../../../src/plugins/customizationApis/customizationBuilder.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IDashboardLayout } from "@gooddata/sdk-model";
|
|
2
|
+
import { IExportLayoutCustomizer, SectionSlidesTransformer } from "../customizer.js";
|
|
3
|
+
import { IDashboardCustomizationLogger } from "./customizationLogging.js";
|
|
4
|
+
import { CustomizerMutationsContext } from "./types.js";
|
|
5
|
+
export declare class ExportLayoutCustomizer<TWidget> implements IExportLayoutCustomizer<TWidget> {
|
|
6
|
+
private readonly logger;
|
|
7
|
+
private readonly mutationContext;
|
|
8
|
+
private transformers;
|
|
9
|
+
constructor(logger: IDashboardCustomizationLogger, mutationContext: CustomizerMutationsContext);
|
|
10
|
+
addTransformer(fn: SectionSlidesTransformer<TWidget>): ExportLayoutCustomizer<TWidget>;
|
|
11
|
+
applyTransformations(layout: IDashboardLayout<TWidget>): IDashboardLayout<TWidget>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=exportLayoutCustomizer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exportLayoutCustomizer.d.ts","sourceRoot":"","sources":["../../../src/plugins/customizationApis/exportLayoutCustomizer.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAA2B,MAAM,qBAAqB,CAAC;AAEhF,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAarF,OAAO,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAC;AAExD,qBAAa,sBAAsB,CAAC,OAAO,CAAE,YAAW,uBAAuB,CAAC,OAAO,CAAC;IAIhF,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAJpC,OAAO,CAAC,YAAY,CAA2C;gBAG1C,MAAM,EAAE,6BAA6B,EACrC,eAAe,EAAE,0BAA0B;IAGzD,cAAc,CAAC,EAAE,EAAE,wBAAwB,CAAC,OAAO,CAAC,GAAG,sBAAsB,CAAC,OAAO,CAAC;IAKtF,oBAAoB,CAAC,MAAM,EAAE,gBAAgB,CAAC,OAAO,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC;CAuC5F"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { breakupSlideTransformer, containerSlideTransformer, itemsSlideTransformer, switcherSlideTransformer, widgetSlideTransformer, sectionItemsLayoutSection, sectionLayoutSection, containerSwitcherSlideTransformer, containsVisualizationSwitcher, } from "../../_staging/slideshow/index.js";
|
|
2
|
+
export class ExportLayoutCustomizer {
|
|
3
|
+
logger;
|
|
4
|
+
mutationContext;
|
|
5
|
+
transformers = [];
|
|
6
|
+
constructor(logger, mutationContext) {
|
|
7
|
+
this.logger = logger;
|
|
8
|
+
this.mutationContext = mutationContext;
|
|
9
|
+
}
|
|
10
|
+
addTransformer(fn) {
|
|
11
|
+
this.transformers.push(fn);
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
applyTransformations(layout) {
|
|
15
|
+
const transformers = this.transformers;
|
|
16
|
+
const { exports } = this.mutationContext;
|
|
17
|
+
const sections = layout?.sections.reduce((acc, section) => {
|
|
18
|
+
const created = transformers.reduce((subAcc, transformer) => {
|
|
19
|
+
const res = transformer(section, {
|
|
20
|
+
defaultSection: sectionLayoutSection,
|
|
21
|
+
defaultItems: sectionItemsLayoutSection,
|
|
22
|
+
breakUpSlide: breakupSlideTransformer,
|
|
23
|
+
widgetSlide: widgetSlideTransformer,
|
|
24
|
+
switcherSlide: switcherSlideTransformer,
|
|
25
|
+
containerSlide: containerSlideTransformer,
|
|
26
|
+
containerSwitcherSlide: containerSwitcherSlideTransformer,
|
|
27
|
+
itemsSlide: itemsSlideTransformer,
|
|
28
|
+
containsVisualisationSwitcher: containsVisualizationSwitcher,
|
|
29
|
+
});
|
|
30
|
+
return [...subAcc, ...(res ? res : [])];
|
|
31
|
+
}, []);
|
|
32
|
+
return [...acc, ...created];
|
|
33
|
+
}, []) ?? [];
|
|
34
|
+
if (sections.length === 0) {
|
|
35
|
+
this.logger.warn("Layout has no sections after applying transformations. The layout will be empty.");
|
|
36
|
+
}
|
|
37
|
+
if (transformers.length > 0) {
|
|
38
|
+
exports.push("transformed");
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
...layout,
|
|
42
|
+
type: "IDashboardLayout",
|
|
43
|
+
sections,
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=exportLayoutCustomizer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exportLayoutCustomizer.js","sourceRoot":"","sources":["../../../src/plugins/customizationApis/exportLayoutCustomizer.tsx"],"names":[],"mappings":"AAIA,OAAO,EACH,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,wBAAwB,EACxB,sBAAsB,EACtB,yBAAyB,EACzB,oBAAoB,EACpB,iCAAiC,EACjC,6BAA6B,GAChC,MAAM,mCAAmC,CAAC;AAK3C,MAAM,OAAO,sBAAsB;IAIV;IACA;IAJb,YAAY,GAAwC,EAAE,CAAC;IAE/D,YACqB,MAAqC,EACrC,eAA2C;QAD3C,WAAM,GAAN,MAAM,CAA+B;QACrC,oBAAe,GAAf,eAAe,CAA4B;IAC7D,CAAC;IAEG,cAAc,CAAC,EAAqC;QACvD,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,oBAAoB,CAAC,MAAiC;QACzD,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC;QACvC,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,eAAe,CAAC;QAEzC,MAAM,QAAQ,GACV,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE;YACrC,MAAM,OAAO,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,WAAW,EAAE,EAAE;gBACxD,MAAM,GAAG,GAAG,WAAW,CAAC,OAAO,EAAE;oBAC7B,cAAc,EAAE,oBAAoB;oBACpC,YAAY,EAAE,yBAAyB;oBACvC,YAAY,EAAE,uBAAuB;oBACrC,WAAW,EAAE,sBAAsB;oBACnC,aAAa,EAAE,wBAAwB;oBACvC,cAAc,EAAE,yBAAyB;oBACzC,sBAAsB,EAAE,iCAAiC;oBACzD,UAAU,EAAE,qBAAqB;oBACjC,6BAA6B,EAAE,6BAA6B;iBAC/D,CAAC,CAAC;gBACH,OAAO,CAAC,GAAG,MAAM,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAC5C,CAAC,EAAE,EAAwC,CAAC,CAAC;YAE7C,OAAO,CAAC,GAAG,GAAG,EAAE,GAAG,OAAO,CAAC,CAAC;QAChC,CAAC,EAAE,EAAwC,CAAC,IAAI,EAAE,CAAC;QAEvD,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACxB,IAAI,CAAC,MAAM,CAAC,IAAI,CACZ,kFAAkF,CACrF,CAAC;QACN,CAAC;QACD,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1B,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChC,CAAC;QAED,OAAO;YACH,GAAG,MAAM;YACT,IAAI,EAAE,kBAAkB;YACxB,QAAQ;SACX,CAAC;IACN,CAAC;CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterBarCustomizer.d.ts","sourceRoot":"","sources":["../../../src/plugins/customizationApis/filterBarCustomizer.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"filterBarCustomizer.d.ts","sourceRoot":"","sources":["../../../src/plugins/customizationApis/filterBarCustomizer.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEH,wBAAwB,EACxB,0BAA0B,EAC1B,kCAAkC,EAErC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAChF,OAAO,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAC;AAgBxD,UAAU,0BAA0B;IAChC,kBAAkB,EAAE,wBAAwB,GAAG,SAAS,CAAC;CAC5D;AAiHD;;GAEG;AACH,qBAAa,0BAA2B,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IACvD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA6B;IAC7D,OAAO,CAAC,KAAK,CAA4B;gBAGrC,MAAM,EAAE,6BAA6B,EACrC,eAAe,EAAE,0BAA0B,EAC3C,eAAe,GAAE,0BAA6D;IAOlF,gBAAgB,SAAU,sBAAsB,KAAG,IAAI,CAIrD;IAEK,kBAAkB,aAAc,kCAAkC,KAAG,oBAAoB,CAK9F;IAEK,mBAAmB,CACtB,eAAe,EAAE,CAAC,IAAI,EAAE,0BAA0B,KAAK,kCAAkC,GAC1F,oBAAoB;IA0BvB,mBAAmB,QAAO,0BAA0B,CAalD;IAEF,cAAc,QAAO,IAAI,CAIvB;CACL"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// (C) 2022-2025 GoodData Corporation
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { HiddenFilterBar, RenderModeAwareFilterBar, } from "../../presentation/index.js";
|
|
4
4
|
import { InvariantError } from "ts-invariant";
|
|
5
5
|
import union from "lodash/union.js";
|
|
6
6
|
const DefaultFilterBarRendererProvider = () => {
|
|
7
|
-
return
|
|
7
|
+
return RenderModeAwareFilterBar;
|
|
8
8
|
};
|
|
9
9
|
class FilterBarCustomizerState {
|
|
10
10
|
/*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterBarCustomizer.js","sourceRoot":"","sources":["../../../src/plugins/customizationApis/filterBarCustomizer.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,
|
|
1
|
+
{"version":3,"file":"filterBarCustomizer.js","sourceRoot":"","sources":["../../../src/plugins/customizationApis/filterBarCustomizer.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,eAAe,EAIf,wBAAwB,GAC3B,MAAM,6BAA6B,CAAC;AAIrC,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,MAAM,iBAAiB,CAAC;AAEpC,MAAM,gCAAgC,GAA+B,GAAG,EAAE;IACtE,OAAO,wBAAwB,CAAC;AACpC,CAAC,CAAC;AAcF,MAAM,wBAAwB;IAC1B;;;;;;;;OAQG;IACc,iBAAiB,CAA+B;IAEjE;;OAEG;IACc,YAAY,GAA+B,CAAC,SAAS,EAAE,EAAE;QACtE,MAAM,aAAa,GAAG,CAAC,GAAG,IAAI,CAAC,iBAAiB,CAAC,CAAC,OAAO,EAAE,CAAC;QAE5D,KAAK,MAAM,QAAQ,IAAI,aAAa,EAAE,CAAC;YACnC,MAAM,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC;YAEtC,IAAI,SAAS,EAAE,CAAC;gBACZ,OAAO,SAAS,CAAC;YACrB,CAAC;QACL,CAAC;QAED,mGAAmG;QACnG,yCAAyC;QACzC,MAAM,IAAI,cAAc,EAAE,CAAC;IAC/B,CAAC,CAAC;IAEF;;;;;;;OAOG;IACK,YAAY,GAA+B,IAAI,CAAC,YAAY,CAAC;IAE7D,aAAa,GAAuC,SAAS,CAAC;IAC9D,MAAM,CAAgC;IAE9C,YAAY,eAA2C,EAAE,MAAqC;QAC1F,IAAI,CAAC,iBAAiB,GAAG,CAAC,eAAe,CAAC,CAAC;QAC3C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,CAAC;IAED,gBAAgB,GAAG,GAA2B,EAAE;QAC5C,OAAO,IAAI,CAAC,aAAa,IAAI,SAAS,CAAC;IAC3C,CAAC,CAAC;IAEF,gBAAgB,GAAG,CAAC,aAAqC,EAAQ,EAAE;QAC/D,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;YACrB,IAAI,CAAC,MAAM,CAAC,IAAI,CACZ,4CAA4C,aAAa,2CAA2C,CACvG,CAAC;QACN,CAAC;QACD,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;IACvC,CAAC,CAAC;IAEF,iBAAiB,CAAC,QAAoC;QAClD,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAED,eAAe;QACX,OAAO,IAAI,CAAC,YAAY,CAAC;IAC7B,CAAC;IAED,kBAAkB,CAAC,QAAoC;QACnD,IAAI,CAAC,YAAY,GAAG,QAAQ,CAAC;IACjC,CAAC;CACJ;AAED,MAAM,8BAA8B;IAEX;IACA;IAFrB,YACqB,KAAgC,EAChC,MAAqC;QADrC,UAAK,GAAL,KAAK,CAA2B;QAChC,WAAM,GAAN,MAAM,CAA+B;IACvD,CAAC;IAEJ,gBAAgB,GAAG,GAA2B,EAAE;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,CAAC;IACzC,CAAC,CAAC;IAEF,gBAAgB,GAAG,CAAC,cAAsC,EAAQ,EAAE;QAChE,IAAI,CAAC,MAAM,CAAC,IAAI,CACZ,uFAAuF,CAC1F,CAAC;IACN,CAAC,CAAC;IAEK,iBAAiB,GAAG,CAAC,SAAqC,EAAQ,EAAE;QACvE,sCAAsC;QACtC,IAAI,CAAC,MAAM,CAAC,IAAI,CACZ,uFAAuF,CAC1F,CAAC;IACN,CAAC,CAAC;IAEF,0DAA0D;IACnD,kBAAkB,GAAG,CAAC,SAAqC,EAAQ,EAAE;QACxE,sCAAsC;QACtC,IAAI,CAAC,MAAM,CAAC,IAAI,CACZ,uFAAuF,CAC1F,CAAC;IACN,CAAC,CAAC;IAEK,eAAe,GAAG,GAA+B,EAAE;QACtD,OAAO,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC;IACxC,CAAC,CAAC;CACL;AAED;;GAEG;AACH,MAAM,OAAO,0BAA0B;IAClB,MAAM,CAAgC;IACtC,eAAe,CAA6B;IACrD,KAAK,CAA4B;IAEzC,YACI,MAAqC,EACrC,eAA2C,EAC3C,kBAA8C,gCAAgC;QAE9E,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACvC,IAAI,CAAC,KAAK,GAAG,IAAI,wBAAwB,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IACvE,CAAC;IAED,gBAAgB,GAAG,CAAC,IAA4B,EAAQ,EAAE;QACtD,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAElC,OAAO,IAAI,CAAC;IAChB,CAAC,CAAC;IAEK,kBAAkB,GAAG,CAAC,QAA4C,EAAwB,EAAE;QAC/F,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC;QACvC,IAAI,CAAC,eAAe,CAAC,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC;QAErF,OAAO,IAAI,CAAC;IAChB,CAAC,CAAC;IAEK,mBAAmB,CACtB,eAAyF;QAEzF,iCAAiC;QACjC,MAAM,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC;QAClD,oGAAoG;QACpG,kDAAkD;QAClD,MAAM,iBAAiB,GAAG,eAAe,CAAC,YAAY,CAAC,CAAC;QACxD,mGAAmG;QACnG,+CAA+C;QAC/C,MAAM,eAAe,GAA+B,CAAC,KAAK,EAAE,EAAE;YAC1D,MAAM,SAAS,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC;YAE3C,IAAI,SAAS,EAAE,CAAC;gBACZ,OAAO,SAAS,CAAC;YACrB,CAAC;YAED,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;QAC/B,CAAC,CAAC;QAEF,gGAAgG;QAChG,gCAAgC;QAChC,IAAI,CAAC,KAAK,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAAC;QAC/C,IAAI,CAAC,eAAe,CAAC,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;QAEtF,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,mBAAmB,GAAG,GAA+B,EAAE;QACnD,OAAO;YACH,wFAAwF;YACxF,0GAA0G;YAC1G,aAAa;YACb,kBAAkB,EACd,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,KAAK,QAAQ;gBACtC,CAAC,CAAC,eAAe;gBACjB,CAAC,CAAC,CAAC,KAAK,EAAE,EAAE;oBACN,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC,KAAK,CAAC,CAAC;oBACjD,OAAO,oBAAC,IAAI,OAAK,KAAK,GAAI,CAAC;gBAC/B,CAAC;SACd,CAAC;IACN,CAAC,CAAC;IAEF,cAAc,GAAG,GAAS,EAAE;QACxB,IAAI,CAAC,KAAK,GAAG,IAAI,8BAA8B,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QAEzE,OAAO,IAAI,CAAC;IAChB,CAAC,CAAC;CACL"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { FluidLayoutCustomizationFn, IDashboardLayoutCustomizer } from "../customizer.js";
|
|
1
|
+
import { ExportLayoutCustomizationFn, FluidLayoutCustomizationFn, IDashboardLayoutCustomizer } from "../customizer.js";
|
|
2
2
|
import { IDashboardCustomizationLogger } from "./customizationLogging.js";
|
|
3
|
+
import { DashboardLayoutExportTransformFn } from "../../model/types/commonTypes.js";
|
|
3
4
|
import { DashboardTransformFn } from "../../model/index.js";
|
|
4
5
|
import { CustomizerMutationsContext } from "./types.js";
|
|
5
6
|
import { CustomDashboardLayoutComponent, LayoutComponentProvider, OptionalLayoutComponentProvider } from "../../presentation/index.js";
|
|
@@ -10,15 +11,18 @@ export declare class DefaultLayoutCustomizer implements IDashboardLayoutCustomiz
|
|
|
10
11
|
private readonly logger;
|
|
11
12
|
private readonly mutationContext;
|
|
12
13
|
private readonly fluidLayoutTransformations;
|
|
14
|
+
private readonly exportLayoutTransformations;
|
|
13
15
|
private sealed;
|
|
14
16
|
private state;
|
|
15
17
|
constructor(logger: IDashboardCustomizationLogger, mutationContext: CustomizerMutationsContext, defaultProvider?: LayoutComponentProvider);
|
|
16
18
|
customizeFluidLayout: (customizationFn: FluidLayoutCustomizationFn) => IDashboardLayoutCustomizer;
|
|
19
|
+
customizeExportLayout: (customizationFn: ExportLayoutCustomizationFn) => IDashboardLayoutCustomizer;
|
|
17
20
|
withCustomProvider: (provider: OptionalLayoutComponentProvider) => IDashboardLayoutCustomizer;
|
|
18
21
|
withCustomDecorator(providerFactory: (next: LayoutComponentProvider) => OptionalLayoutComponentProvider): IDashboardLayoutCustomizer;
|
|
19
22
|
getCustomizerResult: () => ILayoutCustomizerResult;
|
|
20
23
|
sealCustomizer: () => IDashboardLayoutCustomizer;
|
|
21
24
|
getExistingDashboardTransformFn: () => DashboardTransformFn;
|
|
25
|
+
getExistingLayoutTransformFn: () => DashboardLayoutExportTransformFn;
|
|
22
26
|
}
|
|
23
27
|
export {};
|
|
24
28
|
//# sourceMappingURL=layoutCustomizer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layoutCustomizer.d.ts","sourceRoot":"","sources":["../../../src/plugins/customizationApis/layoutCustomizer.tsx"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"layoutCustomizer.d.ts","sourceRoot":"","sources":["../../../src/plugins/customizationApis/layoutCustomizer.tsx"],"names":[],"mappings":"AAGA,OAAO,EACH,2BAA2B,EAC3B,0BAA0B,EAC1B,0BAA0B,EAC7B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAI1E,OAAO,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,EAAE,oBAAoB,EAA2B,MAAM,sBAAsB,CAAC;AACrF,OAAO,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EACH,8BAA8B,EAC9B,uBAAuB,EACvB,+BAA+B,EAElC,MAAM,6BAA6B,CAAC;AASrC,UAAU,uBAAuB;IAC7B,eAAe,EAAE,8BAA8B,GAAG,SAAS,CAAC;CAC/D;AAgED,qBAAa,uBAAwB,YAAW,0BAA0B;IACtE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IACvD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA6B;IAC7D,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAoC;IAC/E,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAAqC;IACjF,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,KAAK,CAAyB;gBAGlC,MAAM,EAAE,6BAA6B,EACrC,eAAe,EAAE,0BAA0B,EAC3C,eAAe,GAAE,uBAAgD;IAO9D,oBAAoB,oBACN,0BAA0B,KAC5C,0BAA0B,CAU3B;IAEK,qBAAqB,oBACP,2BAA2B,KAC7C,0BAA0B,CAU3B;IAEK,kBAAkB,aAAc,+BAA+B,KAAG,0BAA0B,CAajG;IAEK,mBAAmB,CACtB,eAAe,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,+BAA+B,GACpF,0BAA0B;IAkC7B,mBAAmB,QAAO,uBAAuB,CAO/C;IAEK,cAAc,QAAO,0BAA0B,CAIpD;IAEF,+BAA+B,QAAO,oBAAoB,CAgDxD;IAEF,4BAA4B,QAAO,gCAAgC,CAwDjE;CACL"}
|