@gooddata/sdk-ui-dashboard 11.33.0-alpha.5 → 11.33.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/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/index.d.ts +15 -10
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +8 -6
- package/esm/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts +5 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js +22 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts +13 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.js +28 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +3 -3
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +12 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +30 -2
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts +4 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js +8 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +3 -2
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +11 -0
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +18 -7
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js +57 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js +7 -3
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js +25 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js +29 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js +20 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +10 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/dashboard.d.ts +31 -0
- package/esm/model/commands/dashboard.d.ts.map +1 -1
- package/esm/model/commands/dashboard.js +17 -0
- package/esm/model/commands/dashboard.js.map +1 -1
- package/esm/model/commands/filters.d.ts +145 -0
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +100 -0
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +3 -3
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/events/base.d.ts +1 -1
- package/esm/model/events/base.d.ts.map +1 -1
- package/esm/model/events/base.js.map +1 -1
- package/esm/model/events/filters.d.ts +168 -0
- package/esm/model/events/filters.d.ts.map +1 -1
- package/esm/model/events/filters.js +104 -0
- package/esm/model/events/filters.js.map +1 -1
- package/esm/model/events/index.d.ts +2 -2
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/index.js.map +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +5 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +20 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogReducers.d.ts +5 -1
- package/esm/model/store/catalog/catalogReducers.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogReducers.js +4 -0
- package/esm/model/store/catalog/catalogReducers.js.map +1 -1
- package/esm/model/store/catalog/catalogSelectors.d.ts +27 -1
- package/esm/model/store/catalog/catalogSelectors.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogSelectors.js +27 -1
- package/esm/model/store/catalog/catalogSelectors.js.map +1 -1
- package/esm/model/store/catalog/catalogState.d.ts +18 -1
- package/esm/model/store/catalog/catalogState.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogState.js +1 -0
- package/esm/model/store/catalog/catalogState.js.map +1 -1
- package/esm/model/store/catalog/index.d.ts +1 -0
- package/esm/model/store/catalog/index.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +6 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +8 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/dashboardStore.d.ts +2 -0
- package/esm/model/store/dashboardStore.d.ts.map +1 -1
- package/esm/model/store/dashboardStore.js +2 -0
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/meta/metaSelectors.d.ts +12 -1
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +39 -7
- package/esm/model/store/meta/metaSelectors.js.map +1 -1
- package/esm/model/store/parameters/index.d.ts +13 -0
- package/esm/model/store/parameters/index.d.ts.map +1 -0
- package/esm/model/store/parameters/index.js +15 -0
- package/esm/model/store/parameters/index.js.map +1 -0
- package/esm/model/store/parameters/parametersReducers.d.ts +47 -0
- package/esm/model/store/parameters/parametersReducers.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersReducers.js +37 -0
- package/esm/model/store/parameters/parametersReducers.js.map +1 -0
- package/esm/model/store/parameters/parametersSelectors.d.ts +68 -0
- package/esm/model/store/parameters/parametersSelectors.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersSelectors.js +123 -0
- package/esm/model/store/parameters/parametersSelectors.js.map +1 -0
- package/esm/model/store/parameters/parametersState.d.ts +29 -0
- package/esm/model/store/parameters/parametersState.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersState.js +5 -0
- package/esm/model/store/parameters/parametersState.js.map +1 -0
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +39 -2
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.js +111 -5
- package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +10 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js +22 -5
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextState.d.ts +14 -3
- package/esm/model/store/tabs/filterContext/filterContextState.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextState.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.js +15 -6
- package/esm/model/store/tabs/filterContext/filterContextUtils.js.map +1 -1
- package/esm/model/store/tabs/index.d.ts +18 -2
- package/esm/model/store/tabs/index.d.ts.map +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts +0 -10
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js +4 -14
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js.map +1 -1
- package/esm/model/store/types.d.ts +6 -0
- package/esm/model/store/types.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.js +3 -0
- package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
- package/esm/plugins/customizationApis/filtersCustomizer.d.ts +3 -0
- package/esm/plugins/customizationApis/filtersCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/filtersCustomizer.js +7 -0
- package/esm/plugins/customizationApis/filtersCustomizer.js.map +1 -1
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts +17 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts.map +1 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js +73 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js.map +1 -0
- package/esm/plugins/customizer.d.ts +33 -1
- package/esm/plugins/customizer.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +6 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/DeleteDropZone.js +2 -17
- package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
- package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts +15 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.js +14 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.js.map +1 -0
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js +2 -17
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +2 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +18 -11
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts +5 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js +19 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js.map +1 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts +3 -7
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js +14 -9
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts +15 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js +21 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js.map +1 -0
- package/esm/presentation/dragAndDrop/types.d.ts +30 -5
- package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/types.js +12 -0
- package/esm/presentation/dragAndDrop/types.js.map +1 -1
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts +12 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js +35 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +94 -20
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts +10 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js +25 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts +28 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js +84 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +9 -3
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +23 -9
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts +2 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +8 -7
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +6 -3
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts +1 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +2 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +22 -10
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
- package/esm/presentation/filterBar/filterSelectionTypes.d.ts +5 -0
- package/esm/presentation/filterBar/filterSelectionTypes.d.ts.map +1 -0
- package/esm/presentation/filterBar/filterSelectionTypes.js +3 -0
- package/esm/presentation/filterBar/filterSelectionTypes.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts +29 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js +24 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +147 -55
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts +21 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js +21 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/types.d.ts +1 -1
- package/esm/presentation/filterBar/measureValueFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts +8 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js +40 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts +15 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +37 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts +15 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js +37 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js.map +1 -0
- package/esm/presentation/filterBar/utils.d.ts +1 -1
- package/esm/presentation/filterBar/utils.d.ts.map +1 -1
- package/esm/presentation/filterBar/utils.js +17 -3
- package/esm/presentation/filterBar/utils.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js +4 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +24 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +24 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +6 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +675 -18
- package/package.json +20 -20
- package/styles/css/filterBar.css +12 -43
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/main.css +169 -75
- package/styles/css/main.css.map +1 -1
- package/styles/scss/filterBar.scss +15 -68
|
@@ -97,6 +97,7 @@ import { IDashboardLayoutSizeByScreenSize } from '@gooddata/sdk-model';
|
|
|
97
97
|
import { IDashboardMeasureValueFilter } from '@gooddata/sdk-model';
|
|
98
98
|
import { IDashboardMeasureValueFilterConfig } from '@gooddata/sdk-model';
|
|
99
99
|
import { IDashboardObjectIdentity } from '@gooddata/sdk-model';
|
|
100
|
+
import { IDashboardParameter } from '@gooddata/sdk-model';
|
|
100
101
|
import { IDashboardPermissions } from '@gooddata/sdk-model';
|
|
101
102
|
import { IDashboardReferences } from '@gooddata/sdk-backend-spi';
|
|
102
103
|
import { IDashboardWidget } from '@gooddata/sdk-model';
|
|
@@ -132,6 +133,7 @@ import { IFilterContextDefinition } from '@gooddata/sdk-model';
|
|
|
132
133
|
import { IHeaderPredicate } from '@gooddata/sdk-ui';
|
|
133
134
|
import { IInsight } from '@gooddata/sdk-model';
|
|
134
135
|
import { IInsightDefinition } from '@gooddata/sdk-model';
|
|
136
|
+
import { IInsightParameterValue } from '@gooddata/sdk-model';
|
|
135
137
|
import { IInsightWidget } from '@gooddata/sdk-model';
|
|
136
138
|
import { IInsightWidgetBase } from '@gooddata/sdk-model';
|
|
137
139
|
import { IInsightWidgetConfiguration } from '@gooddata/sdk-model';
|
|
@@ -159,6 +161,7 @@ import { INotificationChannelMetadataObjectBase } from '@gooddata/sdk-model';
|
|
|
159
161
|
import { InsightDisplayFormUsage } from '@gooddata/sdk-model';
|
|
160
162
|
import { InsightDrillDefinition } from '@gooddata/sdk-model';
|
|
161
163
|
import { IntlShape } from 'react-intl';
|
|
164
|
+
import { IParameterMetadataObject } from '@gooddata/sdk-model';
|
|
162
165
|
import { IPositiveAttributeFilter } from '@gooddata/sdk-model';
|
|
163
166
|
import { IPushData } from '@gooddata/sdk-ui';
|
|
164
167
|
import { IRawExportCustomOverrides } from '@gooddata/sdk-backend-spi';
|
|
@@ -389,6 +392,20 @@ export declare function addDrillTargets(ref: ObjRef, availableDrillTargets: IAva
|
|
|
389
392
|
*/
|
|
390
393
|
export declare function addLayoutSection(index: number, initialHeader?: IDashboardLayoutSectionHeader, initialItems?: DashboardItemDefinition[], autoResolveDateFilterDataset?: boolean, correlationId?: string): IAddLayoutSection;
|
|
391
394
|
|
|
395
|
+
/**
|
|
396
|
+
* Creates the AddMeasureValueFilter command.
|
|
397
|
+
*
|
|
398
|
+
* @param measure - catalog measure whose value should be filtered
|
|
399
|
+
* @param index - position among draggable filters where the new filter should be placed
|
|
400
|
+
* @param correlationId - correlation id propagated through emitted events
|
|
401
|
+
* @param localIdentifier - optional local identifier for the new filter
|
|
402
|
+
* @param title - optional custom title for the new filter
|
|
403
|
+
* @param mode - optional visibility mode for the new filter
|
|
404
|
+
*
|
|
405
|
+
* @alpha
|
|
406
|
+
*/
|
|
407
|
+
export declare function addMeasureValueFilter(measure: ObjRef, index: number, correlationId?: string, localIdentifier?: string, title?: string, mode?: DashboardAttributeFilterConfigMode): IAddMeasureValueFilter;
|
|
408
|
+
|
|
392
409
|
/**
|
|
393
410
|
* Creates the AddLayoutSection command.
|
|
394
411
|
*
|
|
@@ -667,7 +684,7 @@ export declare function attributeHierarchyModified(correlationId?: string): IAtt
|
|
|
667
684
|
/**
|
|
668
685
|
* @internal
|
|
669
686
|
*/
|
|
670
|
-
export declare function AttributesDropdown({ id, className, bodyClassName, onClose, onOpen, onSelect, attributes, dateDatasets, openOnInit, DropdownButtonComponent, DropdownTitleComponent, renderNoData, overlayPositionType, getCustomItemTitle, accessibilityConfig, returnFocusTo }: IDashboardAttributeFilterPlaceholderProps): JSX.Element;
|
|
687
|
+
export declare function AttributesDropdown({ id, className, bodyClassName, onClose, onOpen, onSelect, attributes, dateDatasets, measures, openOnInit, DropdownButtonComponent, DropdownTitleComponent, renderNoData, overlayPositionType, getCustomItemTitle, accessibilityConfig, returnFocusTo }: IDashboardAttributeFilterPlaceholderProps): JSX.Element;
|
|
671
688
|
|
|
672
689
|
/**
|
|
673
690
|
* @alpha
|
|
@@ -793,8 +810,16 @@ export declare const catalogActions: {
|
|
|
793
810
|
addAttributeHierarchy: ActionCreatorWithPayload<ICatalogAttributeHierarchy, "catalog/addAttributeHierarchy">;
|
|
794
811
|
updateAttributeHierarchy: ActionCreatorWithPayload<ICatalogAttributeHierarchy, "catalog/updateAttributeHierarchy">;
|
|
795
812
|
deleteAttributeHierarchy: ActionCreatorWithPayload<ICatalogAttributeHierarchy, "catalog/deleteAttributeHierarchy">;
|
|
813
|
+
setCatalogParameters: ActionCreatorWithPayload<ICatalogParametersState, "catalog/setCatalogParameters">;
|
|
796
814
|
};
|
|
797
815
|
|
|
816
|
+
/**
|
|
817
|
+
* Status of catalog parameters loading.
|
|
818
|
+
*
|
|
819
|
+
* @alpha
|
|
820
|
+
*/
|
|
821
|
+
export declare type CatalogParametersStatus = "uninitialized" | "loading" | "loaded" | "failed" | "gated-off";
|
|
822
|
+
|
|
798
823
|
/**
|
|
799
824
|
* @public
|
|
800
825
|
*/
|
|
@@ -811,6 +836,8 @@ export declare type CatalogState = {
|
|
|
811
836
|
attributeHierarchies?: ICatalogAttributeHierarchy[];
|
|
812
837
|
/** @beta */
|
|
813
838
|
dateHierarchyTemplates?: IDateHierarchyTemplate[];
|
|
839
|
+
/** @alpha */
|
|
840
|
+
parameters: ICatalogParametersState;
|
|
814
841
|
};
|
|
815
842
|
|
|
816
843
|
/**
|
|
@@ -1457,6 +1484,17 @@ export declare function changeSharing(newSharingProperties: ISharingApplyPayload
|
|
|
1457
1484
|
*/
|
|
1458
1485
|
export declare function changeWorkingAttributeFilterSelection(filterLocalId: string, elements: IAttributeElements, selectionType: AttributeFilterSelectionType, correlationId?: string, isSelectionInvalid?: boolean): ChangeAttributeFilterSelection;
|
|
1459
1486
|
|
|
1487
|
+
/**
|
|
1488
|
+
* Creates the ChangeMeasureValueFilterCondition command for working filter context changes.
|
|
1489
|
+
*
|
|
1490
|
+
* @alpha
|
|
1491
|
+
* @param localIdentifier - local identifier of the measure value filter to update
|
|
1492
|
+
* @param conditions - new conditions to apply, or undefined to clear
|
|
1493
|
+
* @param correlationId - correlation id propagated through emitted events
|
|
1494
|
+
* @returns change measure value filter condition command
|
|
1495
|
+
*/
|
|
1496
|
+
export declare function changeWorkingMeasureValueFilterCondition(localIdentifier: string, conditions?: MeasureValueFilterCondition[], correlationId?: string): IChangeMeasureValueFilterCondition;
|
|
1497
|
+
|
|
1460
1498
|
/**
|
|
1461
1499
|
* This convenience function will create ChangeDateFilterSelection configured so that the date filter will be
|
|
1462
1500
|
* unbounded - showing data for 'All Time'.
|
|
@@ -2092,7 +2130,7 @@ export declare function dashboardAttributeFilterToAttributeFilter(filter: IDashb
|
|
|
2092
2130
|
*
|
|
2093
2131
|
* @public
|
|
2094
2132
|
*/
|
|
2095
|
-
export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ReplaceAttributeFilterItemSelection | IChangeRenderMode | IChangeDashboardDensity | IRequestOpenDensityDialog | ISaveDashboard | IRenameDashboard | IResetDashboard | IExportDashboardToPdf | IExportDashboardToExcel | IExportDashboardToPdfPresentation | IExportDashboardToPptPresentation | IDeleteDashboard | ITriggerEvent | IUpsertExecutionResult | IAddAttributeFilter | IAddTextAttributeFilter | IRemoveAttributeFilters | IMoveAttributeFilter | ISetAttributeFilterParents | ISetAttributeFilterDependentDateFilters | IAddLayoutSection | IMoveLayoutSection | IRemoveLayoutSection | ChangeLayoutSectionHeader | IResizeHeight | IResizeWidth | IAddSectionItems | IReplaceSectionItem | IMoveSectionItem | IMoveSectionItemToNewSection | IRemoveSectionItem | IRemoveSectionItemByWidgetRef | IUndoLayoutChanges | IChangeKpiWidgetHeader | IChangeKpiWidgetDescription | IChangeKpiWidgetConfiguration | IChangeKpiWidgetMeasure | IChangeKpiWidgetFilterSettings | IChangeKpiWidgetComparison | IRefreshKpiWidget | ISetDrillForKpiWidget | IRemoveDrillForKpiWidget | IChangeInsightWidgetHeader | IChangeInsightWidgetDescription | IChangeInsightWidgetIgnoreCrossFiltering | IChangeInsightWidgetFilterSettings | IChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | IChangeInsightWidgetInsight | IModifyDrillsForInsightWidget | IRemoveDrillsForInsightWidget | IRefreshInsightWidget | IExportInsightWidget | ICreateAlert | ISaveAlert | ICreateScheduledEmail | ISaveScheduledEmail | IChangeSharing | ISetAttributeFilterDisplayForm | ISetAttributeFilterTitle | ISetAttributeFilterSelectionMode | IChangeRichTextWidgetContent | IChangeRichTextWidgetFilterSettings | IAddVisualizationToVisualizationSwitcherWidgetContent | IUpdateVisualizationsFromVisualizationSwitcherWidgetContent | IDrill | IDrillDown | IDrillToAttributeUrl | IDrillToCustomUrl | IDrillToDashboard | IDrillToInsight | IDrillToLegacyDashboard | IChangeDrillableItems | IAddDrillTargets | ISetDashboardDateFilterConfigMode | ISetDashboardAttributeFilterConfigMode | ISetDashboardAttributeFilterSelectionType | ISetDashboardAttributeFilterConfigDisplayAsLabel | IRemoveDrillDownForInsightWidget | IRemoveDrillToUrlForInsightWidget | IAddDrillDownForInsightWidget | IModifyDrillDownForInsightWidget | ICrossFiltering | IKeyDriverAnalysis | IAttributeHierarchyModified | IAddDateFilter | IRemoveDateFilters | IMoveDateFilter | IChangeMeasureValueFilterCondition | ISetDashboardDateFilterWithDimensionConfigMode | ISetDateFilterConfigTitle | IInitializeAutomations | IRefreshAutomations | ISetAttributeFilterLimitingItems | ISaveFilterView | IDeleteFilterView | IApplyFilterView | ISetFilterViewAsDefault | IReloadFilterViews | IToggleLayoutSectionHeaders | IToggleLayoutDirection | IApplyFilterContextWorkingSelection | IResetFilterContextWorkingSelection | IChangeIgnoreExecutionTimestamp | ISwitchDashboardTab | IConvertDashboardTabFromDefault | ICreateDashboardTab | IRepositionDashboardTab | IDeleteDashboardTab | IStartRenamingDashboardTab | ICancelRenamingDashboardTab | IRenameDashboardTab | ISetScreenSize | ILoadAllWorkspaceUsers | IExportRawInsightWidget | IExportSlidesInsightWidget | IExportImageInsightWidget | ISetShowWidgetAsTable;
|
|
2133
|
+
export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ReplaceAttributeFilterItemSelection | IChangeRenderMode | IChangeDashboardDensity | IRequestOpenDensityDialog | ISaveDashboard | IRenameDashboard | IResetDashboard | IExportDashboardToPdf | IExportDashboardToExcel | IExportDashboardToPdfPresentation | IExportDashboardToPptPresentation | IDeleteDashboard | ITriggerEvent | IUpsertExecutionResult | IAddAttributeFilter | IAddTextAttributeFilter | IRemoveAttributeFilters | IMoveAttributeFilter | ISetAttributeFilterParents | ISetAttributeFilterDependentDateFilters | IAddLayoutSection | IMoveLayoutSection | IRemoveLayoutSection | ChangeLayoutSectionHeader | IResizeHeight | IResizeWidth | IAddSectionItems | IReplaceSectionItem | IMoveSectionItem | IMoveSectionItemToNewSection | IRemoveSectionItem | IRemoveSectionItemByWidgetRef | IUndoLayoutChanges | IChangeKpiWidgetHeader | IChangeKpiWidgetDescription | IChangeKpiWidgetConfiguration | IChangeKpiWidgetMeasure | IChangeKpiWidgetFilterSettings | IChangeKpiWidgetComparison | IRefreshKpiWidget | ISetDrillForKpiWidget | IRemoveDrillForKpiWidget | IChangeInsightWidgetHeader | IChangeInsightWidgetDescription | IChangeInsightWidgetIgnoreCrossFiltering | IChangeInsightWidgetFilterSettings | IChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | IChangeInsightWidgetInsight | IModifyDrillsForInsightWidget | IRemoveDrillsForInsightWidget | IRefreshInsightWidget | IExportInsightWidget | ICreateAlert | ISaveAlert | ICreateScheduledEmail | ISaveScheduledEmail | IChangeSharing | ISetAttributeFilterDisplayForm | ISetAttributeFilterTitle | ISetMeasureValueFilterTitle | ISetAttributeFilterSelectionMode | IChangeRichTextWidgetContent | IChangeRichTextWidgetFilterSettings | IAddVisualizationToVisualizationSwitcherWidgetContent | IUpdateVisualizationsFromVisualizationSwitcherWidgetContent | IDrill | IDrillDown | IDrillToAttributeUrl | IDrillToCustomUrl | IDrillToDashboard | IDrillToInsight | IDrillToLegacyDashboard | IChangeDrillableItems | IAddDrillTargets | ISetDashboardDateFilterConfigMode | ISetDashboardAttributeFilterConfigMode | ISetDashboardMeasureValueFilterConfigMode | ISetDashboardAttributeFilterSelectionType | ISetDashboardAttributeFilterConfigDisplayAsLabel | IRemoveDrillDownForInsightWidget | IRemoveDrillToUrlForInsightWidget | IAddDrillDownForInsightWidget | IModifyDrillDownForInsightWidget | ICrossFiltering | IKeyDriverAnalysis | IAttributeHierarchyModified | IAddDateFilter | IAddMeasureValueFilter | IRemoveMeasureValueFilter | IRemoveDateFilters | IMoveDateFilter | IChangeMeasureValueFilterCondition | IMoveMeasureValueFilter | ISetDashboardDateFilterWithDimensionConfigMode | ISetDateFilterConfigTitle | IInitializeAutomations | IRefreshAutomations | ISetAttributeFilterLimitingItems | ISaveFilterView | IDeleteFilterView | IApplyFilterView | ISetFilterViewAsDefault | IReloadFilterViews | IToggleLayoutSectionHeaders | IToggleLayoutDirection | IApplyFilterContextWorkingSelection | IResetFilterContextWorkingSelection | IChangeIgnoreExecutionTimestamp | ISwitchDashboardTab | IConvertDashboardTabFromDefault | ICreateDashboardTab | IRepositionDashboardTab | IDeleteDashboardTab | IStartRenamingDashboardTab | ICancelRenamingDashboardTab | IRenameDashboardTab | ISetScreenSize | ILoadAllWorkspaceUsers | IExportRawInsightWidget | IExportSlidesInsightWidget | IExportImageInsightWidget | ISetShowWidgetAsTable;
|
|
2096
2134
|
|
|
2097
2135
|
/**
|
|
2098
2136
|
* All available command types.
|
|
@@ -2105,7 +2143,7 @@ export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs |
|
|
|
2105
2143
|
*
|
|
2106
2144
|
* @public
|
|
2107
2145
|
*/
|
|
2108
|
-
export declare type DashboardCommandType = "GDC.DASH/CMD.INITIALIZE" | "GDC.DASH/CMD.SAVE" | "GDC.DASH/CMD.SAVEAS" | "GDC.DASH/CMD.RESET" | "GDC.DASH/CMD.RENAME" | "GDC.DASH/CMD.DELETE" | "GDC.DASH/CMD.CHANGE_RENDER_MODE" | "GDC.DASH/CMD.SHARING.CHANGE" | "GDC.DASH/CMD.EXPORT.PDF" | "GDC.DASH/CMD.EXPORT.EXCEL" | "GDC.DASH/CMD.EXPORT.PDF_PRESENTATION" | "GDC.DASH/CMD.EXPORT.PPT_PRESENTATION" | "GDC.DASH/CMD.EVENT.TRIGGER" | "GDC.DASH/CMD.EXECUTION_RESULT.UPSERT" | "GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.TEXT_ATTRIBUTE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.REPLACE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_PARENTS" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DISPLAY_FORM" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_TITLE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_SELECTION_MODE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DEPENDENT_DATE_FILTERS" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.CHANGE_CONDITION" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_AVAILABLE_MODE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_LIMITING_ITEMS" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_DISPLAY_AS_LABEL" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_WITH_DIMENSION_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_TITLE" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM_TO_NEW_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.CHANGE_SECTION_HEADER" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_ITEMS" | "GDC.DASH/CMD.FLUID_LAYOUT.REPLACE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM_BY_WIDGET_REF" | "GDC.DASH/CMD.FLUID_LAYOUT.UNDO" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_HEIGHT" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_WIDTH" | "GDC.DASH/CMD.FLUID_LAYOUT.SET_SCREEN_SIZE" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_SECTION_HEADERS" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_DIRECTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_MEASURE" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_COMPARISON" | "GDC.DASH/CMD.KPI_WIDGET.REFRESH" | "GDC.DASH/CMD.KPI_WIDGET.SET_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.REMOVE_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_PROPERTIES" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_INSIGHT" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_IGNORE_CROSS_FILTERING" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_TO_URL" | "GDC.DASH/CMD.INSIGHT_WIDGET.ADD_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REFRESH" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_CONTENT" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.ADD_VISUALIZATION" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.UPDATE_VISUALIZATIONS" | "GDC.DASH/CMD.ALERT.CREATE" | "GDC.DASH/CMD.ALERT.SAVE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.CREATE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.SAVE" | "GDC.DASH/CMD.DRILL" | "GDC.DASH/CMD.DRILL.DRILL_DOWN" | "GDC.DASH/CMD.DRILL.DRILL_TO_INSIGHT" | "GDC.DASH/CMD.DRILL.DRILL_TO_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILL_TO_ATTRIBUTE_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_CUSTOM_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_LEGACY_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILLABLE_ITEMS.CHANGE" | "GDC.DASH/CMD.DRILL.CROSS_FILTERING" | "GDC.DASH/CMD.DRILL.KEY_DRIVER_ANALYSIS" | "GDC.DASH/CMD.DRILL_TARGETS.ADD" | "GDC.DASH/CMD.RENDER.ASYNC.REQUEST" | "GDC.DASH/CMD.RENDER.ASYNC.RESOLVE" | "GDC.DASH/CMD.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/CMD.AUTOMATIONS.INITIALIZE" | "GDC.DASH/CMD.AUTOMATIONS.REFRESH" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.SAVE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.DELETE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.APPLY" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.RELOAD" | "GDC.DASH/CMD.FILTER_CONTEXT.APPLY_WORKING_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.RESET_WORKING_SELECTION" | "GDC.DASH/CMD.CHANGE_IGNORE_EXECUTION_TIMESTAMP" | "GDC.DASH/CMD.TAB.SWITCH" | "GDC.DASH/CMD.TAB.REPOSITION" | "GDC.DASH/CMD.TAB.CREATE" | "GDC.DASH/CMD.TAB.CONVERT_FROM_DEFAULT" | "GDC.DASH/CMD.TAB.DELETE" | "GDC.DASH/CMD.TAB.RENAME_MODE.START" | "GDC.DASH/CMD.TAB.RENAME_MODE.CANCEL" | "GDC.DASH/CMD.TAB.RENAME" | "GDC.DASH/CMD.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_IMAGE" | "GDC.DASH/CMD.SHOW_WIDGET_AS_TABLE.SET" | "GDC.DASH/CMD.CHANGE_DENSITY" | "GDC.DASH/CMD.OPEN_DENSITY_DIALOG";
|
|
2146
|
+
export declare type DashboardCommandType = "GDC.DASH/CMD.INITIALIZE" | "GDC.DASH/CMD.SAVE" | "GDC.DASH/CMD.SAVEAS" | "GDC.DASH/CMD.RESET" | "GDC.DASH/CMD.RENAME" | "GDC.DASH/CMD.DELETE" | "GDC.DASH/CMD.CHANGE_RENDER_MODE" | "GDC.DASH/CMD.SHARING.CHANGE" | "GDC.DASH/CMD.EXPORT.PDF" | "GDC.DASH/CMD.EXPORT.EXCEL" | "GDC.DASH/CMD.EXPORT.PDF_PRESENTATION" | "GDC.DASH/CMD.EXPORT.PPT_PRESENTATION" | "GDC.DASH/CMD.EVENT.TRIGGER" | "GDC.DASH/CMD.EXECUTION_RESULT.UPSERT" | "GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.TEXT_ATTRIBUTE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.REPLACE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_PARENTS" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DISPLAY_FORM" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_TITLE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_SELECTION_MODE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DEPENDENT_DATE_FILTERS" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.CHANGE_CONDITION" | "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.SET_TITLE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.MEASURE_VALUE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_AVAILABLE_MODE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_LIMITING_ITEMS" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_DISPLAY_AS_LABEL" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_WITH_DIMENSION_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_TITLE" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM_TO_NEW_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.CHANGE_SECTION_HEADER" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_ITEMS" | "GDC.DASH/CMD.FLUID_LAYOUT.REPLACE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM_BY_WIDGET_REF" | "GDC.DASH/CMD.FLUID_LAYOUT.UNDO" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_HEIGHT" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_WIDTH" | "GDC.DASH/CMD.FLUID_LAYOUT.SET_SCREEN_SIZE" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_SECTION_HEADERS" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_DIRECTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_MEASURE" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_COMPARISON" | "GDC.DASH/CMD.KPI_WIDGET.REFRESH" | "GDC.DASH/CMD.KPI_WIDGET.SET_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.REMOVE_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_PROPERTIES" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_INSIGHT" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_IGNORE_CROSS_FILTERING" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_TO_URL" | "GDC.DASH/CMD.INSIGHT_WIDGET.ADD_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REFRESH" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_CONTENT" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.ADD_VISUALIZATION" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.UPDATE_VISUALIZATIONS" | "GDC.DASH/CMD.ALERT.CREATE" | "GDC.DASH/CMD.ALERT.SAVE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.CREATE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.SAVE" | "GDC.DASH/CMD.DRILL" | "GDC.DASH/CMD.DRILL.DRILL_DOWN" | "GDC.DASH/CMD.DRILL.DRILL_TO_INSIGHT" | "GDC.DASH/CMD.DRILL.DRILL_TO_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILL_TO_ATTRIBUTE_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_CUSTOM_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_LEGACY_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILLABLE_ITEMS.CHANGE" | "GDC.DASH/CMD.DRILL.CROSS_FILTERING" | "GDC.DASH/CMD.DRILL.KEY_DRIVER_ANALYSIS" | "GDC.DASH/CMD.DRILL_TARGETS.ADD" | "GDC.DASH/CMD.RENDER.ASYNC.REQUEST" | "GDC.DASH/CMD.RENDER.ASYNC.RESOLVE" | "GDC.DASH/CMD.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/CMD.AUTOMATIONS.INITIALIZE" | "GDC.DASH/CMD.AUTOMATIONS.REFRESH" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.SAVE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.DELETE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.APPLY" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.RELOAD" | "GDC.DASH/CMD.FILTER_CONTEXT.APPLY_WORKING_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.RESET_WORKING_SELECTION" | "GDC.DASH/CMD.CHANGE_IGNORE_EXECUTION_TIMESTAMP" | "GDC.DASH/CMD.TAB.SWITCH" | "GDC.DASH/CMD.TAB.REPOSITION" | "GDC.DASH/CMD.TAB.CREATE" | "GDC.DASH/CMD.TAB.CONVERT_FROM_DEFAULT" | "GDC.DASH/CMD.TAB.DELETE" | "GDC.DASH/CMD.TAB.RENAME_MODE.START" | "GDC.DASH/CMD.TAB.RENAME_MODE.CANCEL" | "GDC.DASH/CMD.TAB.RENAME" | "GDC.DASH/CMD.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_IMAGE" | "GDC.DASH/CMD.SHOW_WIDGET_AS_TABLE.SET" | "GDC.DASH/CMD.CHANGE_DENSITY" | "GDC.DASH/CMD.OPEN_DENSITY_DIALOG";
|
|
2109
2147
|
|
|
2110
2148
|
/**
|
|
2111
2149
|
* Dashboard configuration can influence the available features, look and feel and behavior of the dashboard.
|
|
@@ -2648,7 +2686,7 @@ export declare type DashboardEventHandlerFn<TEvents extends DashboardEvents | IC
|
|
|
2648
2686
|
*
|
|
2649
2687
|
* @public
|
|
2650
2688
|
*/
|
|
2651
|
-
export declare type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | IDashboardRenderModeChanged | IDashboardCommandStarted<any> | IDashboardCommandFailed<any> | IDashboardCommandRejected | IDashboardQueryFailed | IDashboardQueryRejected | IDashboardQueryStarted | IDashboardQueryCompleted<any, any> | IDashboardRenamed | IDashboardWasReset | IDashboardExportToPdfRequested | IDashboardExportToPdfResolved | IDashboardExportToExcelRequested | IDashboardExportToExcelResolved | IDashboardExportToPdfPresentationRequested | IDashboardExportToPdfPresentationResolved | IDashboardExportToPptPresentationResolved | IDashboardExportToPptPresentationRequested | IDashboardExportToImageRequested | IDashboardExportToImageResolved | IDashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | IDashboardAttributeFilterAdded | IDashboardAttributeFilterRemoved | IDashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeFilterItemSelectionReplaced | IDashboardAttributeTitleChanged | IDashboardAttributeSelectionModeChanged | IDashboardAttributeFilterParentChanged | DashboardFilterContextChanged | IDashboardLayoutSectionAdded | IDashboardLayoutSectionMoved | IDashboardLayoutSectionRemoved | IDashboardLayoutSectionHeaderChanged | IDashboardLayoutSectionItemsAdded | IDashboardLayoutSectionItemReplaced | IDashboardLayoutSectionItemMoved | IDashboardLayoutSectionItemRemoved | IDashboardLayoutSectionItemMovedToNewSection | IDashboardLayoutChanged | IDashboardKpiWidgetHeaderChanged | IDashboardKpiWidgetDescriptionChanged | IDashboardKpiWidgetConfigurationChanged | IDashboardKpiWidgetMeasureChanged | IDashboardKpiWidgetFilterSettingsChanged | IDashboardKpiWidgetComparisonChanged | IDashboardKpiWidgetDrillRemoved | IDashboardKpiWidgetDrillSet | IDashboardKpiWidgetChanged | IDashboardInsightWidgetHeaderChanged | IDashboardInsightWidgetDescriptionChanged | IDashboardInsightWidgetFilterSettingsChanged | IDashboardInsightWidgetVisPropertiesChanged | IDashboardInsightWidgetVisConfigurationChanged | IDashboardInsightWidgetInsightSwitched | IDashboardInsightWidgetDrillsModified | IDashboardInsightWidgetDrillsRemoved | IDashboardInsightWidgetChanged | IDashboardInsightWidgetExportRequested | IDashboardInsightWidgetExportResolved | IDashboardInsightWidgetRefreshed | IDashboardRichTextWidgetContentChanged | IDashboardRichTextWidgetFilterSettingsChanged | IDashboardVisualizationSwitcherWidgetVisualizationAdded | IDashboardVisualizationSwitcherWidgetVisualizationsUpdated | IDashboardWidgetExecutionStarted | IDashboardWidgetExecutionSucceeded | IDashboardWidgetExecutionFailed | IDashboardAlertCreated | IDashboardAlertSaved | IDashboardScheduledEmailCreated | IDashboardScheduledEmailSaved | IDashboardAutomationsRefreshed | IShowWidgetAsTableSet | IDashboardDrillDownResolved | IDashboardDrillToAttributeUrlResolved | IDashboardDrillToCustomUrlResolved | IDashboardDrillToDashboardResolved | IDashboardDrillToInsightResolved | IDashboardDrillToLegacyDashboardResolved | IDashboardKeyDriverAnalysisResolved | IDashboardKeyDriverAnalysisRequested | IDashboardDrillResolved | IDashboardDrillDownRequested | IDashboardDrillToAttributeUrlRequested | IDashboardDrillToCustomUrlRequested | IDashboardDrillToDashboardRequested | IDashboardDrillToInsightRequested | IDashboardDrillToLegacyDashboardRequested | IDashboardDrillRequested | IDashboardDrillableItemsChanged | IDashboardIgnoreExecutionTimestampChanged | IDashboardTabSwitched | IDashboardTabConvertedFromDefault | IDashboardTabCreated | IDashboardTabDeleted | IDashboardTabRenamingStarted | IDashboardTabRenamingCanceled | IDashboardTabRenamed | ICreateInsightRequested | ICreateAttributeHierarchyRequested | IDeleteAttributeHierarchyRequested;
|
|
2689
|
+
export declare type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | IDashboardRenderModeChanged | IDashboardCommandStarted<any> | IDashboardCommandFailed<any> | IDashboardCommandRejected | IDashboardQueryFailed | IDashboardQueryRejected | IDashboardQueryStarted | IDashboardQueryCompleted<any, any> | IDashboardRenamed | IDashboardWasReset | IDashboardExportToPdfRequested | IDashboardExportToPdfResolved | IDashboardExportToExcelRequested | IDashboardExportToExcelResolved | IDashboardExportToPdfPresentationRequested | IDashboardExportToPdfPresentationResolved | IDashboardExportToPptPresentationResolved | IDashboardExportToPptPresentationRequested | IDashboardExportToImageRequested | IDashboardExportToImageResolved | IDashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | IDashboardAttributeFilterAdded | IDashboardAttributeFilterRemoved | IDashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeFilterItemSelectionReplaced | IDashboardAttributeTitleChanged | IDashboardAttributeSelectionModeChanged | IDashboardAttributeFilterParentChanged | IDashboardMeasureValueFilterAdded | IDashboardMeasureValueFilterMoved | IDashboardMeasureValueFilterRemoved | IDashboardMeasureValueFilterTitleChanged | IDashboardMeasureValueFilterConfigModeChanged | DashboardFilterContextChanged | IDashboardLayoutSectionAdded | IDashboardLayoutSectionMoved | IDashboardLayoutSectionRemoved | IDashboardLayoutSectionHeaderChanged | IDashboardLayoutSectionItemsAdded | IDashboardLayoutSectionItemReplaced | IDashboardLayoutSectionItemMoved | IDashboardLayoutSectionItemRemoved | IDashboardLayoutSectionItemMovedToNewSection | IDashboardLayoutChanged | IDashboardKpiWidgetHeaderChanged | IDashboardKpiWidgetDescriptionChanged | IDashboardKpiWidgetConfigurationChanged | IDashboardKpiWidgetMeasureChanged | IDashboardKpiWidgetFilterSettingsChanged | IDashboardKpiWidgetComparisonChanged | IDashboardKpiWidgetDrillRemoved | IDashboardKpiWidgetDrillSet | IDashboardKpiWidgetChanged | IDashboardInsightWidgetHeaderChanged | IDashboardInsightWidgetDescriptionChanged | IDashboardInsightWidgetFilterSettingsChanged | IDashboardInsightWidgetVisPropertiesChanged | IDashboardInsightWidgetVisConfigurationChanged | IDashboardInsightWidgetInsightSwitched | IDashboardInsightWidgetDrillsModified | IDashboardInsightWidgetDrillsRemoved | IDashboardInsightWidgetChanged | IDashboardInsightWidgetExportRequested | IDashboardInsightWidgetExportResolved | IDashboardInsightWidgetRefreshed | IDashboardRichTextWidgetContentChanged | IDashboardRichTextWidgetFilterSettingsChanged | IDashboardVisualizationSwitcherWidgetVisualizationAdded | IDashboardVisualizationSwitcherWidgetVisualizationsUpdated | IDashboardWidgetExecutionStarted | IDashboardWidgetExecutionSucceeded | IDashboardWidgetExecutionFailed | IDashboardAlertCreated | IDashboardAlertSaved | IDashboardScheduledEmailCreated | IDashboardScheduledEmailSaved | IDashboardAutomationsRefreshed | IShowWidgetAsTableSet | IDashboardDrillDownResolved | IDashboardDrillToAttributeUrlResolved | IDashboardDrillToCustomUrlResolved | IDashboardDrillToDashboardResolved | IDashboardDrillToInsightResolved | IDashboardDrillToLegacyDashboardResolved | IDashboardKeyDriverAnalysisResolved | IDashboardKeyDriverAnalysisRequested | IDashboardDrillResolved | IDashboardDrillDownRequested | IDashboardDrillToAttributeUrlRequested | IDashboardDrillToCustomUrlRequested | IDashboardDrillToDashboardRequested | IDashboardDrillToInsightRequested | IDashboardDrillToLegacyDashboardRequested | IDashboardDrillRequested | IDashboardDrillableItemsChanged | IDashboardIgnoreExecutionTimestampChanged | IDashboardTabSwitched | IDashboardTabConvertedFromDefault | IDashboardTabCreated | IDashboardTabDeleted | IDashboardTabRenamingStarted | IDashboardTabRenamingCanceled | IDashboardTabRenamed | ICreateInsightRequested | ICreateAttributeHierarchyRequested | IDeleteAttributeHierarchyRequested;
|
|
2652
2690
|
|
|
2653
2691
|
/**
|
|
2654
2692
|
* A union of all available built-in dashboard event type names.
|
|
@@ -2670,7 +2708,7 @@ export declare type DashboardEvents = DashboardInitialized | DashboardDeinitiali
|
|
|
2670
2708
|
*
|
|
2671
2709
|
* @public
|
|
2672
2710
|
*/
|
|
2673
|
-
export declare type DashboardEventType = "GDC.DASH/EVT.COMMAND.FAILED" | "GDC.DASH/EVT.COMMAND.REJECTED" | "GDC.DASH/EVT.COMMAND.STARTED" | "GDC.DASH/EVT.QUERY.FAILED" | "GDC.DASH/EVT.QUERY.REJECTED" | "GDC.DASH/EVT.QUERY.STARTED" | "GDC.DASH/EVT.QUERY.COMPLETED" | "GDC.DASH/EVT.USER_INTERACTION.TRIGGERED" | "GDC.DASH/EVT.INITIALIZED" | "GDC.DASH/EVT.DEINITIALIZED" | "GDC.DASH/EVT.SAVED" | "GDC.DASH/EVT.COPY_SAVED" | "GDC.DASH/EVT.RENAMED" | "GDC.DASH/EVT.RESET" | "GDC.DASH/EVT.DELETED" | "GDC.DASH/EVT.RENDER_MODE.CHANGED" | "GDC.DASH/EVT.EXPORT.PDF.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF.RESOLVED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.IMAGE.REQUESTED" | "GDC.DASH/EVT.EXPORT.IMAGE.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.REQUESTED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.CONDITION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.SELECTION_REPLACED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.PARENT_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.DISPLAY_FORM_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.LIMITING_ITEMS_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.DISPLAY_AS_LABEL_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.TITLE_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_HEADER_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEM_WIDTH_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEMS_HEIGHT_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEMS_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REPLACED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED_TO_NEW_SECTION" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.LAYOUT_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SCREEN_SIZE_CHANGED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_SECTION_HEADERS_TOGGLED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_DIRECTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.MEASURE_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.COMPARISON_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_REMOVED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_SET" | "GDC.DASH/EVT.KPI_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.PROPERTIES_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.IGNORE_CROSS_FILTERING_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.INSIGHT_SWITCHED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_MODIFIED" | "GDC.DASH/EVT.SHOW_WIDGET_AS_TABLE.SET" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_ADDED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_REQUESTED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_RESOLVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.REFRESHED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.CONTENT_CHANGED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATION_ADDED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATIONS_UPDATED" | "GDC.DASH/EVT.WIDGET.EXECUTION_STARTED" | "GDC.DASH/EVT.WIDGET.EXECUTION_FAILED" | "GDC.DASH/EVT.WIDGET.EXECUTION_SUCCEEDED" | "GDC.DASH/EVT.ALERT.CREATED" | "GDC.DASH/EVT.ALERT.SAVED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.CREATED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED" | "GDC.DASH/EVT.DRILL.REQUESTED" | "GDC.DASH/EVT.DRILL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILLABLE_ITEMS.CHANGED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.REQUESTED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.RESOLVED" | "GDC.DASH/EVT.DRILL.KEY_DRIVER_ANALYSIS.REQUESTED" | "GDC.DASH/EVT.DRILL.KEY_DRIVER_ANALYSIS.RESOLVED" | "GDC.DASH/EVT.DRILL_TARGETS.ADDED" | "GDC.DASH/EVT.RENDER.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.RESOLVED" | "GDC.DASH/EVT.RENDER.RESOLVED" | "GDC.DASH/EVT.SHARING.CHANGED" | "GDC.DASH/EVT.CREATE_INSIGHT_REQUESTED" | "GDC.DASH/EVT.CREATE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.DELETE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.FAILURE" | "GDC.DASH/EVT.AUTOMATIONS.REFRESHED" | "GDC.DASH/EVT.IGNORE_EXECUTION_TIMESTAMP_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.SELECTION.RESET" | "GDC.DASH/EVT.FILTER_CONTEXT.WORKING_SELECTION.APPLIED" | "GDC.DASH/EVT.TAB.SWITCHED" | "GDC.DASH/EVT.TAB.REPOSITIONED" | "GDC.DASH/EVT.TAB.CONVERTED_FROM_DEFAULT" | "GDC.DASH/EVT.TAB.CREATED" | "GDC.DASH/EVT.TAB.DELETED" | "GDC.DASH/EVT.TAB.RENAME_MODE.STARTED" | "GDC.DASH/EVT.TAB.RENAME_MODE.CANCELED" | "GDC.DASH/EVT.TAB.RENAMED";
|
|
2711
|
+
export declare type DashboardEventType = "GDC.DASH/EVT.COMMAND.FAILED" | "GDC.DASH/EVT.COMMAND.REJECTED" | "GDC.DASH/EVT.COMMAND.STARTED" | "GDC.DASH/EVT.QUERY.FAILED" | "GDC.DASH/EVT.QUERY.REJECTED" | "GDC.DASH/EVT.QUERY.STARTED" | "GDC.DASH/EVT.QUERY.COMPLETED" | "GDC.DASH/EVT.USER_INTERACTION.TRIGGERED" | "GDC.DASH/EVT.INITIALIZED" | "GDC.DASH/EVT.DEINITIALIZED" | "GDC.DASH/EVT.SAVED" | "GDC.DASH/EVT.COPY_SAVED" | "GDC.DASH/EVT.RENAMED" | "GDC.DASH/EVT.RESET" | "GDC.DASH/EVT.DELETED" | "GDC.DASH/EVT.RENDER_MODE.CHANGED" | "GDC.DASH/EVT.EXPORT.PDF.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF.RESOLVED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.IMAGE.REQUESTED" | "GDC.DASH/EVT.EXPORT.IMAGE.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.REQUESTED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.CONDITION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.SELECTION_REPLACED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.PARENT_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.DISPLAY_FORM_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.MEASURE_VALUE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.LIMITING_ITEMS_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.DISPLAY_AS_LABEL_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.TITLE_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_HEADER_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEM_WIDTH_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEMS_HEIGHT_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEMS_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REPLACED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED_TO_NEW_SECTION" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.LAYOUT_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SCREEN_SIZE_CHANGED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_SECTION_HEADERS_TOGGLED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_DIRECTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.MEASURE_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.COMPARISON_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_REMOVED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_SET" | "GDC.DASH/EVT.KPI_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.PROPERTIES_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.IGNORE_CROSS_FILTERING_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.INSIGHT_SWITCHED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_MODIFIED" | "GDC.DASH/EVT.SHOW_WIDGET_AS_TABLE.SET" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_ADDED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_REQUESTED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_RESOLVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.REFRESHED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.CONTENT_CHANGED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATION_ADDED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATIONS_UPDATED" | "GDC.DASH/EVT.WIDGET.EXECUTION_STARTED" | "GDC.DASH/EVT.WIDGET.EXECUTION_FAILED" | "GDC.DASH/EVT.WIDGET.EXECUTION_SUCCEEDED" | "GDC.DASH/EVT.ALERT.CREATED" | "GDC.DASH/EVT.ALERT.SAVED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.CREATED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED" | "GDC.DASH/EVT.DRILL.REQUESTED" | "GDC.DASH/EVT.DRILL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILLABLE_ITEMS.CHANGED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.REQUESTED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.RESOLVED" | "GDC.DASH/EVT.DRILL.KEY_DRIVER_ANALYSIS.REQUESTED" | "GDC.DASH/EVT.DRILL.KEY_DRIVER_ANALYSIS.RESOLVED" | "GDC.DASH/EVT.DRILL_TARGETS.ADDED" | "GDC.DASH/EVT.RENDER.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.RESOLVED" | "GDC.DASH/EVT.RENDER.RESOLVED" | "GDC.DASH/EVT.SHARING.CHANGED" | "GDC.DASH/EVT.CREATE_INSIGHT_REQUESTED" | "GDC.DASH/EVT.CREATE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.DELETE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.FAILURE" | "GDC.DASH/EVT.AUTOMATIONS.REFRESHED" | "GDC.DASH/EVT.IGNORE_EXECUTION_TIMESTAMP_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.SELECTION.RESET" | "GDC.DASH/EVT.FILTER_CONTEXT.WORKING_SELECTION.APPLIED" | "GDC.DASH/EVT.TAB.SWITCHED" | "GDC.DASH/EVT.TAB.REPOSITIONED" | "GDC.DASH/EVT.TAB.CONVERTED_FROM_DEFAULT" | "GDC.DASH/EVT.TAB.CREATED" | "GDC.DASH/EVT.TAB.DELETED" | "GDC.DASH/EVT.TAB.RENAME_MODE.STARTED" | "GDC.DASH/EVT.TAB.RENAME_MODE.CANCELED" | "GDC.DASH/EVT.TAB.RENAMED";
|
|
2674
2712
|
|
|
2675
2713
|
/**
|
|
2676
2714
|
* This event is emitted after _any_ change to dashboard filters (be it date or attribute filter).
|
|
@@ -2720,6 +2758,11 @@ export declare type DashboardFilterContextChangedPayload = {
|
|
|
2720
2758
|
readonly tabLocalIdentifier?: string;
|
|
2721
2759
|
};
|
|
2722
2760
|
|
|
2761
|
+
/**
|
|
2762
|
+
* @internal
|
|
2763
|
+
*/
|
|
2764
|
+
export declare type DashboardFilterSelectionType = "attribute" | "dateDataset" | "measure";
|
|
2765
|
+
|
|
2723
2766
|
/**
|
|
2724
2767
|
* This event is emitted when a dashboard is successfully initialized.
|
|
2725
2768
|
*
|
|
@@ -3172,6 +3215,11 @@ export declare type DashboardState = {
|
|
|
3172
3215
|
users: IUsersState;
|
|
3173
3216
|
/** @alpha */
|
|
3174
3217
|
notificationChannels: INotificationChannelsState;
|
|
3218
|
+
/**
|
|
3219
|
+
* Dashboard-level parameter overrides slice.
|
|
3220
|
+
* @alpha
|
|
3221
|
+
*/
|
|
3222
|
+
parameters: IParametersState;
|
|
3175
3223
|
/**
|
|
3176
3224
|
* Internal state for dashboard summary AI workflow.
|
|
3177
3225
|
*
|
|
@@ -4103,12 +4151,12 @@ export declare type DraggableComponent = {
|
|
|
4103
4151
|
/**
|
|
4104
4152
|
* @internal
|
|
4105
4153
|
*/
|
|
4106
|
-
export declare type DraggableContentItem = AttributeFilterDraggableItem | AttributeFilterPlaceholderDraggableItem | DateFilterDraggableItem | InsightDraggableItem | InsightDraggableListItem | InsightPlaceholderDraggableItem | KpiDraggableItem | KpiPlaceholderDraggableItem | RichTextDraggableItem | RichTextDraggableListItem | VisualizationSwitcherDraggableItem | VisualizationSwitcherDraggableListItem | DashboardLayoutDraggableItem | DashboardLayoutDraggableListItem | CustomWidgetDraggableItem | CustomDraggableItem;
|
|
4154
|
+
export declare type DraggableContentItem = AttributeFilterDraggableItem | AttributeFilterPlaceholderDraggableItem | DateFilterDraggableItem | ParameterDraggableItem | MeasureValueFilterDraggableItem | InsightDraggableItem | InsightDraggableListItem | InsightPlaceholderDraggableItem | KpiDraggableItem | KpiPlaceholderDraggableItem | RichTextDraggableItem | RichTextDraggableListItem | VisualizationSwitcherDraggableItem | VisualizationSwitcherDraggableListItem | DashboardLayoutDraggableItem | DashboardLayoutDraggableListItem | CustomWidgetDraggableItem | CustomDraggableItem;
|
|
4107
4155
|
|
|
4108
4156
|
/**
|
|
4109
4157
|
* @internal
|
|
4110
4158
|
*/
|
|
4111
|
-
export declare type DraggableContentItemType = "attributeFilter" | "dateFilter" | "attributeFilter-placeholder" | "insightListItem" | "insight" | "insight-placeholder" | "kpi" | "kpi-placeholder" | "richText" | "richTextListItem" | "visualizationSwitcher" | "visualizationSwitcherListItem" | "dashboardLayout" | "dashboardLayoutListItem" | "custom";
|
|
4159
|
+
export declare type DraggableContentItemType = "attributeFilter" | "dateFilter" | "parameter" | "measureValueFilter" | "attributeFilter-placeholder" | "insightListItem" | "insight" | "insight-placeholder" | "kpi" | "kpi-placeholder" | "richText" | "richTextListItem" | "visualizationSwitcher" | "visualizationSwitcherListItem" | "dashboardLayout" | "dashboardLayoutListItem" | "custom";
|
|
4112
4160
|
|
|
4113
4161
|
/**
|
|
4114
4162
|
* @internal
|
|
@@ -4136,6 +4184,8 @@ export declare type DraggableItem = DraggableContentItem | DraggableInternalItem
|
|
|
4136
4184
|
export declare type DraggableItemComponentTypeMapping = {
|
|
4137
4185
|
attributeFilter: AttributeFilterDraggableItem;
|
|
4138
4186
|
dateFilter: DateFilterDraggableItem;
|
|
4187
|
+
measureValueFilter: MeasureValueFilterDraggableItem;
|
|
4188
|
+
parameter: ParameterDraggableItem;
|
|
4139
4189
|
"attributeFilter-placeholder": AttributeFilterPlaceholderDraggableItem;
|
|
4140
4190
|
insight: InsightDraggableItem;
|
|
4141
4191
|
insightListItem: InsightDraggableListItem;
|
|
@@ -5278,6 +5328,40 @@ export declare interface IAddLayoutSectionPayload {
|
|
|
5278
5328
|
readonly autoResolveDateFilterDataset?: boolean;
|
|
5279
5329
|
}
|
|
5280
5330
|
|
|
5331
|
+
/**
|
|
5332
|
+
* Command for adding a new dashboard measure value filter.
|
|
5333
|
+
*
|
|
5334
|
+
* @alpha
|
|
5335
|
+
*/
|
|
5336
|
+
export declare interface IAddMeasureValueFilter extends IDashboardCommand {
|
|
5337
|
+
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.ADD";
|
|
5338
|
+
readonly payload: IAddMeasureValueFilterPayload;
|
|
5339
|
+
}
|
|
5340
|
+
|
|
5341
|
+
/**
|
|
5342
|
+
* Payload of the {@link IAddMeasureValueFilter} command.
|
|
5343
|
+
*
|
|
5344
|
+
* @alpha
|
|
5345
|
+
*/
|
|
5346
|
+
export declare interface IAddMeasureValueFilterPayload {
|
|
5347
|
+
readonly index: number;
|
|
5348
|
+
readonly measure: ObjRef;
|
|
5349
|
+
readonly localIdentifier?: string;
|
|
5350
|
+
readonly title?: string;
|
|
5351
|
+
readonly mode?: DashboardAttributeFilterConfigMode;
|
|
5352
|
+
}
|
|
5353
|
+
|
|
5354
|
+
/**
|
|
5355
|
+
* Add a parameter to the dashboard. Initial `runtimeOverride` is `parameter.value`
|
|
5356
|
+
* (when pinned) otherwise the workspace default supplied by the caller.
|
|
5357
|
+
*
|
|
5358
|
+
* @alpha
|
|
5359
|
+
*/
|
|
5360
|
+
export declare interface IAddParameterPayload {
|
|
5361
|
+
parameter: IDashboardParameter;
|
|
5362
|
+
workspaceDefault: number;
|
|
5363
|
+
}
|
|
5364
|
+
|
|
5281
5365
|
/**
|
|
5282
5366
|
* @beta
|
|
5283
5367
|
*/
|
|
@@ -5872,6 +5956,16 @@ export declare interface ICancelRenamingDashboardTabPayload {
|
|
|
5872
5956
|
readonly tabId?: string;
|
|
5873
5957
|
}
|
|
5874
5958
|
|
|
5959
|
+
/**
|
|
5960
|
+
* Catalog parameters slice.
|
|
5961
|
+
*
|
|
5962
|
+
* @alpha
|
|
5963
|
+
*/
|
|
5964
|
+
export declare interface ICatalogParametersState {
|
|
5965
|
+
status: CatalogParametersStatus;
|
|
5966
|
+
parameters: IParameterMetadataObject[];
|
|
5967
|
+
}
|
|
5968
|
+
|
|
5875
5969
|
/**
|
|
5876
5970
|
* @internal
|
|
5877
5971
|
*/
|
|
@@ -6312,14 +6406,27 @@ export declare interface IChangeMeasureValueFilterConditionPayload {
|
|
|
6312
6406
|
* as "All" (no filtering).
|
|
6313
6407
|
*/
|
|
6314
6408
|
readonly conditions?: MeasureValueFilterCondition[];
|
|
6409
|
+
/**
|
|
6410
|
+
* Indicates that the change should be staged in the working filter context.
|
|
6411
|
+
*/
|
|
6412
|
+
readonly isWorkingSelectionChange?: boolean;
|
|
6315
6413
|
}
|
|
6316
6414
|
|
|
6415
|
+
/**
|
|
6416
|
+
* @internal
|
|
6417
|
+
*/
|
|
6418
|
+
export declare type IChangeMeasureValueFilterConditionReducerPayload = {
|
|
6419
|
+
readonly localIdentifier: string;
|
|
6420
|
+
readonly conditions?: MeasureValueFilterCondition[];
|
|
6421
|
+
readonly isWorkingSelectionChange?: boolean;
|
|
6422
|
+
};
|
|
6423
|
+
|
|
6317
6424
|
/**
|
|
6318
6425
|
* @internal
|
|
6319
6426
|
*/
|
|
6320
6427
|
export declare interface IChangeMeasureValueFilterConfigModePayload {
|
|
6321
6428
|
localIdentifier: string;
|
|
6322
|
-
mode
|
|
6429
|
+
mode?: DashboardAttributeFilterConfigMode;
|
|
6323
6430
|
}
|
|
6324
6431
|
|
|
6325
6432
|
/**
|
|
@@ -6899,18 +7006,23 @@ export declare interface IDashboardAttributeFilterPlaceholderProps {
|
|
|
6899
7006
|
id?: string;
|
|
6900
7007
|
className?: string;
|
|
6901
7008
|
bodyClassName?: string;
|
|
6902
|
-
|
|
7009
|
+
/**
|
|
7010
|
+
* Called when the user selects a filter source. When `selectionType` is omitted,
|
|
7011
|
+
* the selection is treated as an attribute.
|
|
7012
|
+
*/
|
|
7013
|
+
onSelect: (ref: ObjRef, selectionType?: DashboardFilterSelectionType) => void;
|
|
6903
7014
|
onOpen?: () => void;
|
|
6904
7015
|
onClose?: () => void;
|
|
6905
7016
|
returnFocusTo?: RefObject<HTMLElement> | string;
|
|
6906
7017
|
attributes: ICatalogAttribute[];
|
|
6907
7018
|
dateDatasets: ICatalogDateDataset[];
|
|
7019
|
+
measures?: ICatalogMeasure[];
|
|
6908
7020
|
openOnInit?: boolean;
|
|
6909
7021
|
DropdownButtonComponent?: ComponentType<IAddAttributeFilterButtonProps>;
|
|
6910
7022
|
DropdownTitleComponent?: ComponentType;
|
|
6911
7023
|
renderNoData?: (props: IDropdownListNoDataRenderProps) => ReactNode;
|
|
6912
7024
|
overlayPositionType?: OverlayPositionType;
|
|
6913
|
-
getCustomItemTitle?: (item: ICatalogAttribute | ICatalogDateDataset) => string | undefined;
|
|
7025
|
+
getCustomItemTitle?: (item: ICatalogAttribute | ICatalogDateDataset | ICatalogMeasure) => string | undefined;
|
|
6914
7026
|
accessibilityConfig?: IDashboardAttributeFilterAccessibilityConfig;
|
|
6915
7027
|
}
|
|
6916
7028
|
|
|
@@ -10720,6 +10832,32 @@ export declare interface IDashboardLayoutSectionRemovedPayload {
|
|
|
10720
10832
|
readonly stashIdentifier?: StashedDashboardItemsId;
|
|
10721
10833
|
}
|
|
10722
10834
|
|
|
10835
|
+
/**
|
|
10836
|
+
* This event is emitted after a new dashboard measure value filter is successfully added.
|
|
10837
|
+
*
|
|
10838
|
+
* @alpha
|
|
10839
|
+
*/
|
|
10840
|
+
export declare interface IDashboardMeasureValueFilterAdded extends IDashboardEvent {
|
|
10841
|
+
readonly type: "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.ADDED";
|
|
10842
|
+
readonly payload: IDashboardMeasureValueFilterAddedPayload;
|
|
10843
|
+
}
|
|
10844
|
+
|
|
10845
|
+
/**
|
|
10846
|
+
* Payload of the {@link IDashboardMeasureValueFilterAdded} event.
|
|
10847
|
+
*
|
|
10848
|
+
* @alpha
|
|
10849
|
+
*/
|
|
10850
|
+
export declare interface IDashboardMeasureValueFilterAddedPayload {
|
|
10851
|
+
/**
|
|
10852
|
+
* Definition of the created measure value filter.
|
|
10853
|
+
*/
|
|
10854
|
+
readonly added: IDashboardMeasureValueFilter;
|
|
10855
|
+
/**
|
|
10856
|
+
* Zero-based index indicating the position of the measure value filter among the draggable filters.
|
|
10857
|
+
*/
|
|
10858
|
+
readonly index: number;
|
|
10859
|
+
}
|
|
10860
|
+
|
|
10723
10861
|
/**
|
|
10724
10862
|
* This event is emitted after the conditions of a dashboard measure value filter have been changed.
|
|
10725
10863
|
*
|
|
@@ -10750,6 +10888,58 @@ export declare interface IDashboardMeasureValueFilterConditionChangedPayload {
|
|
|
10750
10888
|
readonly conditions?: MeasureValueFilterCondition[];
|
|
10751
10889
|
}
|
|
10752
10890
|
|
|
10891
|
+
/**
|
|
10892
|
+
* This event is emitted when the measure value filter mode changes.
|
|
10893
|
+
*
|
|
10894
|
+
* @alpha
|
|
10895
|
+
*/
|
|
10896
|
+
export declare interface IDashboardMeasureValueFilterConfigModeChanged extends IDashboardEvent {
|
|
10897
|
+
readonly type: "GDC.DASH/EVT.MEASURE_VALUE_FILTER_CONFIG.MODE_CHANGED";
|
|
10898
|
+
readonly payload: IDashboardMeasureValueFilterConfigModeChangedPayload;
|
|
10899
|
+
}
|
|
10900
|
+
|
|
10901
|
+
/**
|
|
10902
|
+
* Payload of the {@link IDashboardMeasureValueFilterConfigModeChanged} event.
|
|
10903
|
+
*
|
|
10904
|
+
* @alpha
|
|
10905
|
+
*/
|
|
10906
|
+
export declare interface IDashboardMeasureValueFilterConfigModeChangedPayload {
|
|
10907
|
+
/**
|
|
10908
|
+
* Updated measure value filter.
|
|
10909
|
+
*/
|
|
10910
|
+
readonly filter: IDashboardMeasureValueFilter;
|
|
10911
|
+
}
|
|
10912
|
+
|
|
10913
|
+
/**
|
|
10914
|
+
* This event is emitted after a dashboard measure value filter is moved.
|
|
10915
|
+
*
|
|
10916
|
+
* @alpha
|
|
10917
|
+
*/
|
|
10918
|
+
export declare interface IDashboardMeasureValueFilterMoved extends IDashboardEvent {
|
|
10919
|
+
readonly type: "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.MOVED";
|
|
10920
|
+
readonly payload: IDashboardMeasureValueFilterMovedPayload;
|
|
10921
|
+
}
|
|
10922
|
+
|
|
10923
|
+
/**
|
|
10924
|
+
* Payload of the {@link IDashboardMeasureValueFilterMoved} event.
|
|
10925
|
+
*
|
|
10926
|
+
* @alpha
|
|
10927
|
+
*/
|
|
10928
|
+
export declare interface IDashboardMeasureValueFilterMovedPayload {
|
|
10929
|
+
/**
|
|
10930
|
+
* Moved measure value filter.
|
|
10931
|
+
*/
|
|
10932
|
+
readonly filter: IDashboardMeasureValueFilter;
|
|
10933
|
+
/**
|
|
10934
|
+
* Original zero-based index among draggable filters.
|
|
10935
|
+
*/
|
|
10936
|
+
readonly index: number;
|
|
10937
|
+
/**
|
|
10938
|
+
* New zero-based index among draggable filters.
|
|
10939
|
+
*/
|
|
10940
|
+
readonly newIndex: number;
|
|
10941
|
+
}
|
|
10942
|
+
|
|
10753
10943
|
/**
|
|
10754
10944
|
* @alpha
|
|
10755
10945
|
*/
|
|
@@ -10778,7 +10968,7 @@ export declare interface IDashboardMeasureValueFilterProps {
|
|
|
10778
10968
|
* @param filter - the dashboard measure value filter being updated
|
|
10779
10969
|
* @param conditions - the new conditions; empty or undefined means "All"
|
|
10780
10970
|
*/
|
|
10781
|
-
onMeasureValueFilterChanged: (filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined) => void;
|
|
10971
|
+
onMeasureValueFilterChanged: (filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined, isWorkingSelectionChange?: boolean) => void;
|
|
10782
10972
|
/**
|
|
10783
10973
|
* Optional tab identifier to read filter config from. When provided, the visibility
|
|
10784
10974
|
* icon and any other tab-scoped state will be sourced from this specific tab. When
|
|
@@ -10787,6 +10977,50 @@ export declare interface IDashboardMeasureValueFilterProps {
|
|
|
10787
10977
|
tabId?: string;
|
|
10788
10978
|
}
|
|
10789
10979
|
|
|
10980
|
+
/**
|
|
10981
|
+
* This event is emitted after a dashboard measure value filter is removed.
|
|
10982
|
+
*
|
|
10983
|
+
* @alpha
|
|
10984
|
+
*/
|
|
10985
|
+
export declare interface IDashboardMeasureValueFilterRemoved extends IDashboardEvent {
|
|
10986
|
+
readonly type: "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVED";
|
|
10987
|
+
readonly payload: IDashboardMeasureValueFilterRemovedPayload;
|
|
10988
|
+
}
|
|
10989
|
+
|
|
10990
|
+
/**
|
|
10991
|
+
* Payload of the {@link IDashboardMeasureValueFilterRemoved} event.
|
|
10992
|
+
*
|
|
10993
|
+
* @alpha
|
|
10994
|
+
*/
|
|
10995
|
+
export declare interface IDashboardMeasureValueFilterRemovedPayload {
|
|
10996
|
+
/**
|
|
10997
|
+
* Removed measure value filter.
|
|
10998
|
+
*/
|
|
10999
|
+
readonly removed: IDashboardMeasureValueFilter;
|
|
11000
|
+
}
|
|
11001
|
+
|
|
11002
|
+
/**
|
|
11003
|
+
* This event is emitted when the measure value filter title changes.
|
|
11004
|
+
*
|
|
11005
|
+
* @alpha
|
|
11006
|
+
*/
|
|
11007
|
+
export declare interface IDashboardMeasureValueFilterTitleChanged extends IDashboardEvent {
|
|
11008
|
+
readonly type: "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.TITLE_CHANGED";
|
|
11009
|
+
readonly payload: IDashboardMeasureValueFilterTitleChangedPayload;
|
|
11010
|
+
}
|
|
11011
|
+
|
|
11012
|
+
/**
|
|
11013
|
+
* Payload of the {@link IDashboardMeasureValueFilterTitleChanged} event.
|
|
11014
|
+
*
|
|
11015
|
+
* @alpha
|
|
11016
|
+
*/
|
|
11017
|
+
export declare interface IDashboardMeasureValueFilterTitleChangedPayload {
|
|
11018
|
+
/**
|
|
11019
|
+
* Updated measure value filter.
|
|
11020
|
+
*/
|
|
11021
|
+
readonly filter: IDashboardMeasureValueFilter;
|
|
11022
|
+
}
|
|
11023
|
+
|
|
10790
11024
|
/**
|
|
10791
11025
|
* @beta
|
|
10792
11026
|
*/
|
|
@@ -10812,6 +11046,27 @@ export declare interface IDashboardMetaState {
|
|
|
10812
11046
|
initialContent?: boolean;
|
|
10813
11047
|
}
|
|
10814
11048
|
|
|
11049
|
+
/**
|
|
11050
|
+
* Per-parameter state tracked by the dashboard store.
|
|
11051
|
+
*
|
|
11052
|
+
* `parameter` is the persisted-shape entry (mutated only on Save / on load). `runtimeOverride`
|
|
11053
|
+
* is session-ephemeral and tracks the chip's currently-applied value. The two are kept distinct
|
|
11054
|
+
* so Cancel can discard a draft cleanly and so future Reset / view-mode flows can promote one
|
|
11055
|
+
* to the other independently.
|
|
11056
|
+
*
|
|
11057
|
+
* @alpha
|
|
11058
|
+
*/
|
|
11059
|
+
export declare interface IDashboardParameterEntry {
|
|
11060
|
+
parameter: IDashboardParameter;
|
|
11061
|
+
/**
|
|
11062
|
+
* Currently-applied value for the chip. `undefined` means "use the workspace default" — used
|
|
11063
|
+
* when the parameter has no persisted `value` and the workspace catalog is unresolved (gated
|
|
11064
|
+
* off, failed, or missing for the ref). Such entries are skipped when building widget
|
|
11065
|
+
* execution overrides so the backend keeps using the parameter's own default.
|
|
11066
|
+
*/
|
|
11067
|
+
runtimeOverride: number | undefined;
|
|
11068
|
+
}
|
|
11069
|
+
|
|
10815
11070
|
/**
|
|
10816
11071
|
* Raw, low-level interface that the dashboard plugins need to implement.
|
|
10817
11072
|
*
|
|
@@ -12831,7 +13086,7 @@ export declare interface IFilterBarProps {
|
|
|
12831
13086
|
* @param filter - the dashboard measure value filter being updated
|
|
12832
13087
|
* @param conditions - the new conditions; empty or undefined means the filter is set to "All"
|
|
12833
13088
|
*/
|
|
12834
|
-
onMeasureValueFilterChanged?: (filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined) => void;
|
|
13089
|
+
onMeasureValueFilterChanged?: (filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined, isWorkingSelectionChange?: boolean) => void;
|
|
12835
13090
|
/**
|
|
12836
13091
|
* Contains reference to default implementation of the filter bar. If you are implementing a custom
|
|
12837
13092
|
* filter bar that decorates default filter bar, then use this component to render the default filter
|
|
@@ -13013,6 +13268,12 @@ export declare interface IFiltersCustomizer {
|
|
|
13013
13268
|
* Customize how rendering of attribute filters is done.
|
|
13014
13269
|
*/
|
|
13015
13270
|
attribute(): IAttributeFiltersCustomizer;
|
|
13271
|
+
/**
|
|
13272
|
+
* Customize how rendering of measure value filters is done.
|
|
13273
|
+
*
|
|
13274
|
+
* @alpha
|
|
13275
|
+
*/
|
|
13276
|
+
measureValue(): IMeasureValueFiltersCustomizer;
|
|
13016
13277
|
/**
|
|
13017
13278
|
* Customize how rendering of filter groups is done.
|
|
13018
13279
|
*/
|
|
@@ -14089,6 +14350,33 @@ export declare interface IMeasureValueFilterConfigsState {
|
|
|
14089
14350
|
measureValueFilterConfigs?: IDashboardMeasureValueFilterConfig[];
|
|
14090
14351
|
}
|
|
14091
14352
|
|
|
14353
|
+
/**
|
|
14354
|
+
* Set of functions you can use to customize how measure value filters are rendered.
|
|
14355
|
+
*
|
|
14356
|
+
* @alpha
|
|
14357
|
+
*/
|
|
14358
|
+
export declare interface IMeasureValueFiltersCustomizer {
|
|
14359
|
+
/**
|
|
14360
|
+
* Register a provider for React components to render measure value filters.
|
|
14361
|
+
*
|
|
14362
|
+
* @remarks
|
|
14363
|
+
* A provider takes the measure value filter as input and is expected to return
|
|
14364
|
+
* a React component that should be used to render that filter.
|
|
14365
|
+
*
|
|
14366
|
+
* If the provider returns `undefined` then:
|
|
14367
|
+
*
|
|
14368
|
+
* - if there are other providers registered, they will be called to see if they can provide
|
|
14369
|
+
* a component to render the measure value filter
|
|
14370
|
+
* - if there are no other providers registered, the default, built-in component will be used.
|
|
14371
|
+
*
|
|
14372
|
+
* You may register multiple providers. They will be evaluated in the order you register them.
|
|
14373
|
+
*
|
|
14374
|
+
* @param provider - provider to register
|
|
14375
|
+
* @returns self, for call chaining sakes
|
|
14376
|
+
*/
|
|
14377
|
+
withCustomProvider(provider: OptionalMeasureValueFilterComponentProvider): IMeasureValueFiltersCustomizer;
|
|
14378
|
+
}
|
|
14379
|
+
|
|
14092
14380
|
/**
|
|
14093
14381
|
* @alpha
|
|
14094
14382
|
*/
|
|
@@ -14381,6 +14669,24 @@ export declare interface IMoveLayoutSectionPayload {
|
|
|
14381
14669
|
readonly toIndex: number | ILayoutSectionPath;
|
|
14382
14670
|
}
|
|
14383
14671
|
|
|
14672
|
+
/**
|
|
14673
|
+
* Command for moving a measure value filter.
|
|
14674
|
+
*
|
|
14675
|
+
* @alpha
|
|
14676
|
+
*/
|
|
14677
|
+
export declare interface IMoveMeasureValueFilter extends IDashboardCommand {
|
|
14678
|
+
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.MOVE";
|
|
14679
|
+
readonly payload: MoveMeasureValueFilterPayload;
|
|
14680
|
+
}
|
|
14681
|
+
|
|
14682
|
+
/**
|
|
14683
|
+
* @internal
|
|
14684
|
+
*/
|
|
14685
|
+
export declare interface IMoveMeasureValueFilterPayload {
|
|
14686
|
+
readonly localIdentifier: string;
|
|
14687
|
+
readonly index: number;
|
|
14688
|
+
}
|
|
14689
|
+
|
|
14384
14690
|
/**
|
|
14385
14691
|
* @beta
|
|
14386
14692
|
*/
|
|
@@ -14879,6 +15185,13 @@ export declare interface IObjRefMapConfig<T> {
|
|
|
14879
15185
|
readonly type?: ObjectType;
|
|
14880
15186
|
}
|
|
14881
15187
|
|
|
15188
|
+
/**
|
|
15189
|
+
* @alpha
|
|
15190
|
+
*/
|
|
15191
|
+
export declare interface IParametersState {
|
|
15192
|
+
parameters: IDashboardParameterEntry[];
|
|
15193
|
+
}
|
|
15194
|
+
|
|
14882
15195
|
/**
|
|
14883
15196
|
* @internal
|
|
14884
15197
|
*/
|
|
@@ -15307,6 +15620,42 @@ export declare interface IRemoveLayoutSectionPayload {
|
|
|
15307
15620
|
readonly stashIdentifier?: StashedDashboardItemsId;
|
|
15308
15621
|
}
|
|
15309
15622
|
|
|
15623
|
+
/**
|
|
15624
|
+
* Command for removing a measure value filter.
|
|
15625
|
+
*
|
|
15626
|
+
* @alpha
|
|
15627
|
+
*/
|
|
15628
|
+
export declare interface IRemoveMeasureValueFilter extends IDashboardCommand {
|
|
15629
|
+
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVE";
|
|
15630
|
+
readonly payload: IRemoveMeasureValueFilterPayload;
|
|
15631
|
+
}
|
|
15632
|
+
|
|
15633
|
+
/**
|
|
15634
|
+
* Payload of the {@link IRemoveMeasureValueFilter} command.
|
|
15635
|
+
*
|
|
15636
|
+
* @alpha
|
|
15637
|
+
*/
|
|
15638
|
+
export declare interface IRemoveMeasureValueFilterPayload {
|
|
15639
|
+
/**
|
|
15640
|
+
* Local identifier of the measure value filter to remove.
|
|
15641
|
+
*/
|
|
15642
|
+
readonly localIdentifier: string;
|
|
15643
|
+
}
|
|
15644
|
+
|
|
15645
|
+
/**
|
|
15646
|
+
* @internal
|
|
15647
|
+
*/
|
|
15648
|
+
export declare interface IRemoveMeasureValueFilterReducerPayload {
|
|
15649
|
+
readonly localIdentifier: string;
|
|
15650
|
+
}
|
|
15651
|
+
|
|
15652
|
+
/**
|
|
15653
|
+
* @alpha
|
|
15654
|
+
*/
|
|
15655
|
+
export declare interface IRemoveParameterPayload {
|
|
15656
|
+
ref: ObjRef;
|
|
15657
|
+
}
|
|
15658
|
+
|
|
15310
15659
|
/**
|
|
15311
15660
|
* @beta
|
|
15312
15661
|
*/
|
|
@@ -15935,7 +16284,7 @@ export declare function isAnyPlaceholderWidget(obj: unknown): obj is IPlaceholde
|
|
|
15935
16284
|
/**
|
|
15936
16285
|
* @internal
|
|
15937
16286
|
*/
|
|
15938
|
-
export declare function isAttributeFilterDraggableItem(item:
|
|
16287
|
+
export declare function isAttributeFilterDraggableItem(item: DraggableContentItem): item is AttributeFilterDraggableItem;
|
|
15939
16288
|
|
|
15940
16289
|
/**
|
|
15941
16290
|
* @internal
|
|
@@ -17166,6 +17515,14 @@ export declare const isDashboardLayoutSectionMoved: (obj: unknown) => obj is IDa
|
|
|
17166
17515
|
*/
|
|
17167
17516
|
export declare const isDashboardLayoutSectionRemoved: (obj: unknown) => obj is IDashboardLayoutSectionRemoved;
|
|
17168
17517
|
|
|
17518
|
+
/**
|
|
17519
|
+
* Tests whether the provided object is an instance of {@link IDashboardMeasureValueFilterAdded}.
|
|
17520
|
+
*
|
|
17521
|
+
* @param obj - object to test
|
|
17522
|
+
* @alpha
|
|
17523
|
+
*/
|
|
17524
|
+
export declare const isDashboardMeasureValueFilterAdded: (obj: unknown) => obj is IDashboardMeasureValueFilterAdded;
|
|
17525
|
+
|
|
17169
17526
|
/**
|
|
17170
17527
|
* Tests whether the provided object is an instance of {@link IDashboardMeasureValueFilterConditionChanged}.
|
|
17171
17528
|
*
|
|
@@ -17174,6 +17531,34 @@ export declare const isDashboardLayoutSectionRemoved: (obj: unknown) => obj is I
|
|
|
17174
17531
|
*/
|
|
17175
17532
|
export declare const isDashboardMeasureValueFilterConditionChanged: (obj: unknown) => obj is IDashboardMeasureValueFilterConditionChanged;
|
|
17176
17533
|
|
|
17534
|
+
/**
|
|
17535
|
+
* Tests whether the provided object is an instance of {@link IDashboardMeasureValueFilterConfigModeChanged}.
|
|
17536
|
+
*
|
|
17537
|
+
* @alpha
|
|
17538
|
+
*/
|
|
17539
|
+
export declare const isDashboardMeasureValueFilterConfigModeChanged: (obj: unknown) => obj is IDashboardMeasureValueFilterConfigModeChanged;
|
|
17540
|
+
|
|
17541
|
+
/**
|
|
17542
|
+
* Tests whether the provided object is an instance of {@link IDashboardMeasureValueFilterMoved}.
|
|
17543
|
+
*
|
|
17544
|
+
* @alpha
|
|
17545
|
+
*/
|
|
17546
|
+
export declare const isDashboardMeasureValueFilterMoved: (obj: unknown) => obj is IDashboardMeasureValueFilterMoved;
|
|
17547
|
+
|
|
17548
|
+
/**
|
|
17549
|
+
* Tests whether the provided object is an instance of {@link IDashboardMeasureValueFilterRemoved}.
|
|
17550
|
+
*
|
|
17551
|
+
* @alpha
|
|
17552
|
+
*/
|
|
17553
|
+
export declare const isDashboardMeasureValueFilterRemoved: (obj: unknown) => obj is IDashboardMeasureValueFilterRemoved;
|
|
17554
|
+
|
|
17555
|
+
/**
|
|
17556
|
+
* Tests whether the provided object is an instance of {@link IDashboardMeasureValueFilterTitleChanged}.
|
|
17557
|
+
*
|
|
17558
|
+
* @alpha
|
|
17559
|
+
*/
|
|
17560
|
+
export declare const isDashboardMeasureValueFilterTitleChanged: (obj: unknown) => obj is IDashboardMeasureValueFilterTitleChanged;
|
|
17561
|
+
|
|
17177
17562
|
/**
|
|
17178
17563
|
* Tests whether the provided object is an instance of {@link IDashboardQueryCompleted}.
|
|
17179
17564
|
*
|
|
@@ -17400,7 +17785,7 @@ export declare const isDashboardWidgetExecutionSucceeded: (obj: unknown) => obj
|
|
|
17400
17785
|
/**
|
|
17401
17786
|
* @internal
|
|
17402
17787
|
*/
|
|
17403
|
-
export declare function isDateFilterDraggableItem(item:
|
|
17788
|
+
export declare function isDateFilterDraggableItem(item: DraggableContentItem): item is DateFilterDraggableItem;
|
|
17404
17789
|
|
|
17405
17790
|
/**
|
|
17406
17791
|
* Tests whether the provided object is an instance of {@link DateFilterValidationFailed}.
|
|
@@ -17754,6 +18139,30 @@ export declare interface ISetDashboardDateFilterWithDimensionConfigModePayload {
|
|
|
17754
18139
|
mode?: DashboardDateFilterConfigMode;
|
|
17755
18140
|
}
|
|
17756
18141
|
|
|
18142
|
+
/**
|
|
18143
|
+
* Command for changing measure value filter mode.
|
|
18144
|
+
* @alpha
|
|
18145
|
+
*/
|
|
18146
|
+
export declare interface ISetDashboardMeasureValueFilterConfigMode extends IDashboardCommand {
|
|
18147
|
+
readonly type: "GDC.DASH/CMD.MEASURE_VALUE_FILTER_CONFIG.SET_MODE";
|
|
18148
|
+
readonly payload: ISetDashboardMeasureValueFilterConfigModePayload;
|
|
18149
|
+
}
|
|
18150
|
+
|
|
18151
|
+
/**
|
|
18152
|
+
* Payload of the {@link ISetDashboardMeasureValueFilterConfigMode} command.
|
|
18153
|
+
* @alpha
|
|
18154
|
+
*/
|
|
18155
|
+
export declare interface ISetDashboardMeasureValueFilterConfigModePayload {
|
|
18156
|
+
/**
|
|
18157
|
+
* Local identifier of the measure value filter to change mode.
|
|
18158
|
+
*/
|
|
18159
|
+
localIdentifier: string;
|
|
18160
|
+
/**
|
|
18161
|
+
* Mode of the measure value filter.
|
|
18162
|
+
*/
|
|
18163
|
+
mode?: DashboardAttributeFilterConfigMode;
|
|
18164
|
+
}
|
|
18165
|
+
|
|
17757
18166
|
/**
|
|
17758
18167
|
* Command for changing date filter title.
|
|
17759
18168
|
* @beta
|
|
@@ -17829,6 +18238,40 @@ export declare interface ISetMeasureValueFilterConfigsPayload {
|
|
|
17829
18238
|
measureValueFilterConfigs?: IDashboardMeasureValueFilterConfig[];
|
|
17830
18239
|
}
|
|
17831
18240
|
|
|
18241
|
+
/**
|
|
18242
|
+
* Command for changing measure value filter title.
|
|
18243
|
+
*
|
|
18244
|
+
* @alpha
|
|
18245
|
+
*/
|
|
18246
|
+
export declare interface ISetMeasureValueFilterTitle extends IDashboardCommand {
|
|
18247
|
+
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.SET_TITLE";
|
|
18248
|
+
readonly payload: ISetMeasureValueFilterTitlePayload;
|
|
18249
|
+
}
|
|
18250
|
+
|
|
18251
|
+
/**
|
|
18252
|
+
* Payload of the {@link ISetMeasureValueFilterTitle} command.
|
|
18253
|
+
*
|
|
18254
|
+
* @alpha
|
|
18255
|
+
*/
|
|
18256
|
+
export declare interface ISetMeasureValueFilterTitlePayload {
|
|
18257
|
+
/**
|
|
18258
|
+
* Local identifier of the measure value filter to update.
|
|
18259
|
+
*/
|
|
18260
|
+
filterLocalId: string;
|
|
18261
|
+
/**
|
|
18262
|
+
* Custom title to set. Pass undefined to reset to the default metric title.
|
|
18263
|
+
*/
|
|
18264
|
+
title?: string;
|
|
18265
|
+
}
|
|
18266
|
+
|
|
18267
|
+
/**
|
|
18268
|
+
* @alpha
|
|
18269
|
+
*/
|
|
18270
|
+
export declare interface ISetParameterRuntimeValuePayload {
|
|
18271
|
+
ref: ObjRef;
|
|
18272
|
+
value: number;
|
|
18273
|
+
}
|
|
18274
|
+
|
|
17832
18275
|
/**
|
|
17833
18276
|
* @internal
|
|
17834
18277
|
*/
|
|
@@ -18219,6 +18662,16 @@ export declare function isLayoutSectionPath(obj: unknown): obj is ILayoutSection
|
|
|
18219
18662
|
*/
|
|
18220
18663
|
export declare function isLoadingPlaceholderWidget(obj: unknown): obj is IPlaceholderWidget;
|
|
18221
18664
|
|
|
18665
|
+
/**
|
|
18666
|
+
* @internal
|
|
18667
|
+
*/
|
|
18668
|
+
export declare function isMeasureValueFilterDraggableItem(item: DraggableContentItem): item is MeasureValueFilterDraggableItem;
|
|
18669
|
+
|
|
18670
|
+
/**
|
|
18671
|
+
* @internal
|
|
18672
|
+
*/
|
|
18673
|
+
export declare function isParameterDraggableItem(item: DraggableContentItem): item is ParameterDraggableItem;
|
|
18674
|
+
|
|
18222
18675
|
/**
|
|
18223
18676
|
* Tests whether an object is a {@link IPlaceholderWidget}.
|
|
18224
18677
|
*
|
|
@@ -19377,7 +19830,7 @@ export declare interface IWithDrillSelectProps {
|
|
|
19377
19830
|
*/
|
|
19378
19831
|
export declare interface IWorkingFilterContextDefinition {
|
|
19379
19832
|
/**
|
|
19380
|
-
* Partial attribute or
|
|
19833
|
+
* Partial attribute, date, or measure value filters
|
|
19381
19834
|
*/
|
|
19382
19835
|
readonly filters: WorkingFilterContextItem[];
|
|
19383
19836
|
}
|
|
@@ -19573,6 +20026,15 @@ export declare function LockedStatusIndicator(props: ILockedStatusProps): ReactE
|
|
|
19573
20026
|
*/
|
|
19574
20027
|
export declare type MeasureValueFilterComponentProvider = (filter: IDashboardMeasureValueFilter) => CustomDashboardMeasureValueFilterComponent;
|
|
19575
20028
|
|
|
20029
|
+
/**
|
|
20030
|
+
* @internal
|
|
20031
|
+
*/
|
|
20032
|
+
export declare type MeasureValueFilterDraggableItem = {
|
|
20033
|
+
type: "measureValueFilter";
|
|
20034
|
+
filter: IDashboardMeasureValueFilter;
|
|
20035
|
+
filterIndex: number;
|
|
20036
|
+
};
|
|
20037
|
+
|
|
19576
20038
|
/**
|
|
19577
20039
|
* @internal
|
|
19578
20040
|
*/
|
|
@@ -19756,6 +20218,33 @@ export declare type MoveDateFilterPayload = {
|
|
|
19756
20218
|
*/
|
|
19757
20219
|
export declare function moveLayoutSection(sectionIndex: number, toIndex: number, correlationId?: string): IMoveLayoutSection;
|
|
19758
20220
|
|
|
20221
|
+
/**
|
|
20222
|
+
* Creates the MoveMeasureValueFilter command.
|
|
20223
|
+
*
|
|
20224
|
+
* @alpha
|
|
20225
|
+
* @param localIdentifier - local identifier of the measure value filter
|
|
20226
|
+
* @param index - target index among draggable filters
|
|
20227
|
+
* @param correlationId - correlation id propagated through emitted events
|
|
20228
|
+
* @returns move measure value filter command
|
|
20229
|
+
*/
|
|
20230
|
+
export declare function moveMeasureValueFilter(localIdentifier: string, index: number, correlationId?: string): IMoveMeasureValueFilter;
|
|
20231
|
+
|
|
20232
|
+
/**
|
|
20233
|
+
* Payload of the {@link IMoveMeasureValueFilter} command.
|
|
20234
|
+
*
|
|
20235
|
+
* @alpha
|
|
20236
|
+
*/
|
|
20237
|
+
export declare type MoveMeasureValueFilterPayload = {
|
|
20238
|
+
/**
|
|
20239
|
+
* Local identifier of the measure value filter to move.
|
|
20240
|
+
*/
|
|
20241
|
+
readonly localIdentifier: string;
|
|
20242
|
+
/**
|
|
20243
|
+
* Index among draggable filters to move the filter to.
|
|
20244
|
+
*/
|
|
20245
|
+
readonly index: number;
|
|
20246
|
+
};
|
|
20247
|
+
|
|
19759
20248
|
/**
|
|
19760
20249
|
* Creates the MoveLayoutSection command. Dispatching this command will result in move of the section located at `sectionIndex`
|
|
19761
20250
|
* to a new place indicated by `toIndex`.
|
|
@@ -20340,6 +20829,24 @@ export declare type OptionalVisualizationSwitcherToolbarComponentProvider = Opti
|
|
|
20340
20829
|
*/
|
|
20341
20830
|
export declare type OptionalWidgetComponentProvider = OptionalProvider<WidgetComponentProvider>;
|
|
20342
20831
|
|
|
20832
|
+
/**
|
|
20833
|
+
* @internal
|
|
20834
|
+
*/
|
|
20835
|
+
export declare type ParameterDraggableItem = {
|
|
20836
|
+
type: "parameter";
|
|
20837
|
+
ref: ObjRef;
|
|
20838
|
+
};
|
|
20839
|
+
|
|
20840
|
+
/**
|
|
20841
|
+
* @internal
|
|
20842
|
+
*/
|
|
20843
|
+
export declare const parametersActions: {
|
|
20844
|
+
addParameter: ActionCreatorWithPayload<IAddParameterPayload, "parameters/addParameter">;
|
|
20845
|
+
setParameterRuntimeValue: ActionCreatorWithPayload<ISetParameterRuntimeValuePayload, "parameters/setParameterRuntimeValue">;
|
|
20846
|
+
removeParameter: ActionCreatorWithPayload<IRemoveParameterPayload, "parameters/removeParameter">;
|
|
20847
|
+
setParameterEntries: ActionCreatorWithPayload<IDashboardParameterEntry[], "parameters/setParameterEntries">;
|
|
20848
|
+
};
|
|
20849
|
+
|
|
20343
20850
|
/**
|
|
20344
20851
|
* @beta
|
|
20345
20852
|
*/
|
|
@@ -20862,6 +21369,16 @@ export declare function removeIgnoredWidgetFilters(filters: FilterContextItem[],
|
|
|
20862
21369
|
*/
|
|
20863
21370
|
export declare function removeLayoutSection(index: number, stashIdentifier?: StashedDashboardItemsId, correlationId?: string): IRemoveLayoutSection;
|
|
20864
21371
|
|
|
21372
|
+
/**
|
|
21373
|
+
* Creates the RemoveMeasureValueFilter command.
|
|
21374
|
+
*
|
|
21375
|
+
* @alpha
|
|
21376
|
+
* @param localIdentifier - local identifier of the measure value filter
|
|
21377
|
+
* @param correlationId - correlation id propagated through emitted events
|
|
21378
|
+
* @returns remove measure value filter command
|
|
21379
|
+
*/
|
|
21380
|
+
export declare function removeMeasureValueFilter(localIdentifier: string, correlationId?: string): IRemoveMeasureValueFilter;
|
|
21381
|
+
|
|
20865
21382
|
/**
|
|
20866
21383
|
* Creates the RemoveLayoutSection command.
|
|
20867
21384
|
*
|
|
@@ -22358,6 +22875,27 @@ export declare const selectCatalogIsLoaded: DashboardSelector<boolean>;
|
|
|
22358
22875
|
*/
|
|
22359
22876
|
export declare const selectCatalogMeasures: DashboardSelector<ICatalogMeasure[]>;
|
|
22360
22877
|
|
|
22878
|
+
/**
|
|
22879
|
+
* Returns the workspace parameters loaded into the dashboard catalog.
|
|
22880
|
+
*
|
|
22881
|
+
* @alpha
|
|
22882
|
+
*/
|
|
22883
|
+
export declare const selectCatalogParameters: DashboardSelector<IParameterMetadataObject[]>;
|
|
22884
|
+
|
|
22885
|
+
/**
|
|
22886
|
+
* Returns true once the catalog parameters loader has succeeded.
|
|
22887
|
+
*
|
|
22888
|
+
* @alpha
|
|
22889
|
+
*/
|
|
22890
|
+
export declare const selectCatalogParametersIsLoaded: DashboardSelector<boolean>;
|
|
22891
|
+
|
|
22892
|
+
/**
|
|
22893
|
+
* Returns the load status of catalog parameters.
|
|
22894
|
+
*
|
|
22895
|
+
* @alpha
|
|
22896
|
+
*/
|
|
22897
|
+
export declare const selectCatalogParametersStatus: DashboardSelector<CatalogParametersStatus>;
|
|
22898
|
+
|
|
22361
22899
|
/**
|
|
22362
22900
|
* Returns the color palette for dashboard charts.
|
|
22363
22901
|
*
|
|
@@ -22569,6 +23107,20 @@ export declare const selectDashboardLockedFilters: DashboardSelector<FilterConte
|
|
|
22569
23107
|
*/
|
|
22570
23108
|
export declare const selectDashboardLockStatus: DashboardSelector<boolean>;
|
|
22571
23109
|
|
|
23110
|
+
/**
|
|
23111
|
+
* Returns the full per-parameter entries (persisted shape + ephemeral `runtimeOverride`).
|
|
23112
|
+
*
|
|
23113
|
+
* @internal
|
|
23114
|
+
*/
|
|
23115
|
+
export declare const selectDashboardParameterEntries: DashboardSelector<IDashboardParameterEntry[]>;
|
|
23116
|
+
|
|
23117
|
+
/**
|
|
23118
|
+
* Returns the persisted-shape parameter entries currently held by the dashboard.
|
|
23119
|
+
*
|
|
23120
|
+
* @alpha
|
|
23121
|
+
*/
|
|
23122
|
+
export declare const selectDashboardParameters: DashboardSelector<IDashboardParameter[]>;
|
|
23123
|
+
|
|
22572
23124
|
/**
|
|
22573
23125
|
* This selector returns user's dashboard permissions.
|
|
22574
23126
|
*
|
|
@@ -23030,6 +23582,20 @@ export declare const selectEffectiveDateFiltersModeMap: DashboardSelector<Map<st
|
|
|
23030
23582
|
*/
|
|
23031
23583
|
export declare const selectEffectiveDateFilterTitle: DashboardSelector<string | undefined>;
|
|
23032
23584
|
|
|
23585
|
+
/**
|
|
23586
|
+
* Returns the parameter values to inject into the widget's `IExecutionConfig.parameterValues`.
|
|
23587
|
+
*
|
|
23588
|
+
* @remarks
|
|
23589
|
+
* The result is the intersection of dashboard parameter entries and the parameters referenced
|
|
23590
|
+
* by the widget's insight (per `insightParameters`). Dashboard parameters not referenced by the
|
|
23591
|
+
* widget's insight are excluded so that adding/removing unrelated parameters does not invalidate
|
|
23592
|
+
* the widget's `defFingerprint`. Returns an empty array when `enableParameters` is off so
|
|
23593
|
+
* persisted parameter values cannot silently affect execution while the UI is hidden.
|
|
23594
|
+
*
|
|
23595
|
+
* @alpha
|
|
23596
|
+
*/
|
|
23597
|
+
export declare const selectEffectiveParameterValuesForWidget: (ref: ObjRef | undefined) => DashboardSelector<IInsightParameterValue[]>;
|
|
23598
|
+
|
|
23033
23599
|
/**
|
|
23034
23600
|
* Selector for the accessible mode feature flag
|
|
23035
23601
|
*
|
|
@@ -23315,6 +23881,13 @@ export declare const selectEnableNewScheduledExport: DashboardSelector<boolean>;
|
|
|
23315
23881
|
*/
|
|
23316
23882
|
export declare const selectEnableOrchestratedTabularExports: DashboardSelector<boolean>;
|
|
23317
23883
|
|
|
23884
|
+
/**
|
|
23885
|
+
* Returns whether dashboard-level parameter controls are enabled.
|
|
23886
|
+
*
|
|
23887
|
+
* @alpha
|
|
23888
|
+
*/
|
|
23889
|
+
export declare const selectEnableParameters: DashboardSelector<boolean>;
|
|
23890
|
+
|
|
23318
23891
|
/**
|
|
23319
23892
|
* Returns whether rich text in descriptions is enabled.
|
|
23320
23893
|
*
|
|
@@ -24396,6 +24969,13 @@ export declare const selectIsNewDashboard: DashboardSelector<boolean>;
|
|
|
24396
24969
|
*/
|
|
24397
24970
|
export declare const selectIsNewDashboardWithContent: DashboardSelector<boolean>;
|
|
24398
24971
|
|
|
24972
|
+
/**
|
|
24973
|
+
* Returns true if the dashboard parameters that would be persisted differ from the persisted version.
|
|
24974
|
+
*
|
|
24975
|
+
* @alpha
|
|
24976
|
+
*/
|
|
24977
|
+
export declare const selectIsParametersChanged: DashboardSelector<boolean>;
|
|
24978
|
+
|
|
24399
24979
|
/**
|
|
24400
24980
|
* @internal
|
|
24401
24981
|
*/
|
|
@@ -24780,6 +25360,14 @@ export declare const selectOtherContextAttributeFilterItems: (ref?: ObjRef) => D
|
|
|
24780
25360
|
*/
|
|
24781
25361
|
export declare const selectOtherContextAttributeFilters: (ref?: ObjRef) => DashboardSelector<IDashboardAttributeFilter[]>;
|
|
24782
25362
|
|
|
25363
|
+
/**
|
|
25364
|
+
* Returns a selector that yields the current `runtimeOverride` for a given parameter ref,
|
|
25365
|
+
* or `undefined` if the dashboard does not hold an entry for that ref.
|
|
25366
|
+
*
|
|
25367
|
+
* @alpha
|
|
25368
|
+
*/
|
|
25369
|
+
export declare const selectParameterRuntimeOverrideByRef: (ref: ObjRef) => DashboardSelector<number | undefined>;
|
|
25370
|
+
|
|
24783
25371
|
/**
|
|
24784
25372
|
* Selects whether the PDF export is visible.
|
|
24785
25373
|
*
|
|
@@ -25532,6 +26120,16 @@ export declare function setDashboardDateFilterConfigMode(mode: DashboardDateFilt
|
|
|
25532
26120
|
*/
|
|
25533
26121
|
export declare function setDashboardDateFilterWithDimensionConfigMode(dataSet: ObjRef, mode?: DashboardDateFilterConfigMode): ISetDashboardDateFilterWithDimensionConfigMode;
|
|
25534
26122
|
|
|
26123
|
+
/**
|
|
26124
|
+
* Creates the {@link ISetDashboardMeasureValueFilterConfigMode} command.
|
|
26125
|
+
*
|
|
26126
|
+
* @alpha
|
|
26127
|
+
* @param localIdentifier - local identifier of the measure value filter
|
|
26128
|
+
* @param mode - newly selected mode
|
|
26129
|
+
* @returns change measure value filter mode command
|
|
26130
|
+
*/
|
|
26131
|
+
export declare function setDashboardMeasureValueFilterConfigMode(localIdentifier: string, mode?: DashboardAttributeFilterConfigMode): ISetDashboardMeasureValueFilterConfigMode;
|
|
26132
|
+
|
|
25535
26133
|
/**
|
|
25536
26134
|
* Creates the {@link ISetDateFilterConfigTitle} command.
|
|
25537
26135
|
*
|
|
@@ -25599,6 +26197,17 @@ export declare function setExecutionResultLoading(id: ObjRef | string, correlati
|
|
|
25599
26197
|
*/
|
|
25600
26198
|
export declare function setFilterViewAsDefault(ref: ObjRef, isDefault: boolean, correlationId?: string): ISetFilterViewAsDefault;
|
|
25601
26199
|
|
|
26200
|
+
/**
|
|
26201
|
+
* Creates the {@link ISetMeasureValueFilterTitle} command.
|
|
26202
|
+
*
|
|
26203
|
+
* @alpha
|
|
26204
|
+
* @param filterLocalId - local identifier of the measure value filter
|
|
26205
|
+
* @param title - custom title, or undefined to reset to the default metric title
|
|
26206
|
+
* @param correlationId - correlation id propagated through emitted events
|
|
26207
|
+
* @returns change measure value filter title command
|
|
26208
|
+
*/
|
|
26209
|
+
export declare function setMeasureValueFilterTitle(filterLocalId: string, title?: string, correlationId?: string): ISetMeasureValueFilterTitle;
|
|
26210
|
+
|
|
25602
26211
|
/**
|
|
25603
26212
|
* Creates the SetScreenSize command.
|
|
25604
26213
|
*
|
|
@@ -25938,6 +26547,18 @@ readonly addTextAttributeFilter: (state: WritableDraft<ITabsState>, action: {
|
|
|
25938
26547
|
payload: IAddTextAttributeFilterReducerPayload;
|
|
25939
26548
|
type: string;
|
|
25940
26549
|
}) => void | ITabsState | WritableDraft<ITabsState>;
|
|
26550
|
+
readonly addMeasureValueFilter: (state: WritableDraft<ITabsState>, action: {
|
|
26551
|
+
payload: IAddMeasureValueFilterPayload;
|
|
26552
|
+
type: string;
|
|
26553
|
+
}) => void | ITabsState | WritableDraft<ITabsState>;
|
|
26554
|
+
readonly removeMeasureValueFilter: (state: WritableDraft<ITabsState>, action: {
|
|
26555
|
+
payload: IRemoveMeasureValueFilterReducerPayload;
|
|
26556
|
+
type: string;
|
|
26557
|
+
}) => void | ITabsState | WritableDraft<ITabsState>;
|
|
26558
|
+
readonly moveMeasureValueFilter: (state: WritableDraft<ITabsState>, action: {
|
|
26559
|
+
payload: IMoveMeasureValueFilterPayload;
|
|
26560
|
+
type: string;
|
|
26561
|
+
}) => void | ITabsState | WritableDraft<ITabsState>;
|
|
25941
26562
|
readonly removeAttributeFilter: (state: WritableDraft<ITabsState>, action: {
|
|
25942
26563
|
payload: IRemoveAttributeFilterPayload;
|
|
25943
26564
|
type: string;
|
|
@@ -26019,9 +26640,13 @@ payload: FilterContextItem[];
|
|
|
26019
26640
|
type: string;
|
|
26020
26641
|
}) => void | ITabsState | WritableDraft<ITabsState>;
|
|
26021
26642
|
readonly changeMeasureValueFilterCondition: (state: WritableDraft<ITabsState>, action: {
|
|
26643
|
+
payload: IChangeMeasureValueFilterConditionReducerPayload;
|
|
26644
|
+
type: string;
|
|
26645
|
+
}) => void | ITabsState | WritableDraft<ITabsState>;
|
|
26646
|
+
readonly changeMeasureValueFilterTitle: (state: WritableDraft<ITabsState>, action: {
|
|
26022
26647
|
payload: {
|
|
26023
|
-
readonly
|
|
26024
|
-
readonly
|
|
26648
|
+
readonly filterLocalId: string;
|
|
26649
|
+
readonly title?: string | undefined;
|
|
26025
26650
|
};
|
|
26026
26651
|
type: string;
|
|
26027
26652
|
}) => void | ITabsState | WritableDraft<ITabsState>;
|
|
@@ -26962,6 +27587,16 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
|
|
|
26962
27587
|
type: TSuccessEventType;
|
|
26963
27588
|
}> | Extract<IDashboardLayoutSectionRemoved, {
|
|
26964
27589
|
type: TSuccessEventType;
|
|
27590
|
+
}> | Extract<IDashboardMeasureValueFilterAdded, {
|
|
27591
|
+
type: TSuccessEventType;
|
|
27592
|
+
}> | Extract<IDashboardMeasureValueFilterConfigModeChanged, {
|
|
27593
|
+
type: TSuccessEventType;
|
|
27594
|
+
}> | Extract<IDashboardMeasureValueFilterMoved, {
|
|
27595
|
+
type: TSuccessEventType;
|
|
27596
|
+
}> | Extract<IDashboardMeasureValueFilterRemoved, {
|
|
27597
|
+
type: TSuccessEventType;
|
|
27598
|
+
}> | Extract<IDashboardMeasureValueFilterTitleChanged, {
|
|
27599
|
+
type: TSuccessEventType;
|
|
26965
27600
|
}> | Extract<IDashboardQueryCompleted<any, any>, {
|
|
26966
27601
|
type: TSuccessEventType;
|
|
26967
27602
|
}> | Extract<IDashboardQueryFailed, {
|
|
@@ -27189,6 +27824,16 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
|
|
|
27189
27824
|
type: TErrorEventType;
|
|
27190
27825
|
}> | Extract<IDashboardLayoutSectionRemoved, {
|
|
27191
27826
|
type: TErrorEventType;
|
|
27827
|
+
}> | Extract<IDashboardMeasureValueFilterAdded, {
|
|
27828
|
+
type: TErrorEventType;
|
|
27829
|
+
}> | Extract<IDashboardMeasureValueFilterConfigModeChanged, {
|
|
27830
|
+
type: TErrorEventType;
|
|
27831
|
+
}> | Extract<IDashboardMeasureValueFilterMoved, {
|
|
27832
|
+
type: TErrorEventType;
|
|
27833
|
+
}> | Extract<IDashboardMeasureValueFilterRemoved, {
|
|
27834
|
+
type: TErrorEventType;
|
|
27835
|
+
}> | Extract<IDashboardMeasureValueFilterTitleChanged, {
|
|
27836
|
+
type: TErrorEventType;
|
|
27192
27837
|
}> | Extract<IDashboardQueryCompleted<any, any>, {
|
|
27193
27838
|
type: TErrorEventType;
|
|
27194
27839
|
}> | Extract<IDashboardQueryFailed, {
|
|
@@ -27870,11 +28515,23 @@ export declare type WorkingDashboardAttributeFilter = {
|
|
|
27870
28515
|
attributeFilter: Partial<IDashboardAttributeFilter["attributeFilter"]>;
|
|
27871
28516
|
};
|
|
27872
28517
|
|
|
28518
|
+
/**
|
|
28519
|
+
* Partial working measure value filter used in working filter context.
|
|
28520
|
+
*
|
|
28521
|
+
* @alpha
|
|
28522
|
+
*/
|
|
28523
|
+
export declare type WorkingDashboardMeasureValueFilter = {
|
|
28524
|
+
dashboardMeasureValueFilter: {
|
|
28525
|
+
localIdentifier: string;
|
|
28526
|
+
conditions?: MeasureValueFilterCondition[];
|
|
28527
|
+
};
|
|
28528
|
+
};
|
|
28529
|
+
|
|
27873
28530
|
/**
|
|
27874
28531
|
* Partial working filter context item.
|
|
27875
28532
|
*
|
|
27876
28533
|
* @alpha
|
|
27877
28534
|
*/
|
|
27878
|
-
export declare type WorkingFilterContextItem = WorkingDashboardAttributeFilter | IDashboardDateFilter;
|
|
28535
|
+
export declare type WorkingFilterContextItem = WorkingDashboardAttributeFilter | IDashboardDateFilter | WorkingDashboardMeasureValueFilter;
|
|
27879
28536
|
|
|
27880
28537
|
export { }
|