@gooddata/sdk-ui-dashboard 11.33.0-alpha.4 → 11.33.0-alpha.7

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.
Files changed (344) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/_staging/dashboard/dashboardFilterContext.d.ts.map +1 -1
  4. package/esm/_staging/dashboard/dashboardFilterContext.js +1 -1
  5. package/esm/_staging/dashboard/dashboardFilterContext.js.map +1 -1
  6. package/esm/converters/filterConverters.d.ts +13 -1
  7. package/esm/converters/filterConverters.d.ts.map +1 -1
  8. package/esm/converters/filterConverters.js +40 -10
  9. package/esm/converters/filterConverters.js.map +1 -1
  10. package/esm/index.d.ts +21 -12
  11. package/esm/index.d.ts.map +1 -1
  12. package/esm/index.js +9 -6
  13. package/esm/index.js.map +1 -1
  14. package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts +5 -0
  15. package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts.map +1 -0
  16. package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js +22 -0
  17. package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js.map +1 -0
  18. package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts +13 -0
  19. package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts.map +1 -0
  20. package/esm/model/commandHandlers/dashboard/common/parameterHydration.js +28 -0
  21. package/esm/model/commandHandlers/dashboard/common/parameterHydration.js.map +1 -0
  22. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +3 -3
  23. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  24. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +21 -2
  25. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  26. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
  27. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +30 -2
  28. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
  29. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts +4 -0
  30. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts.map +1 -0
  31. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js +8 -0
  32. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js.map +1 -0
  33. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
  34. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +3 -2
  35. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
  36. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
  37. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +11 -0
  38. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
  39. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
  40. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +18 -7
  41. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
  42. package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
  43. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +5 -2
  44. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js.map +1 -1
  45. package/esm/model/commandHandlers/drill/getDrillToUrlFilters.d.ts.map +1 -1
  46. package/esm/model/commandHandlers/drill/getDrillToUrlFilters.js +9 -2
  47. package/esm/model/commandHandlers/drill/getDrillToUrlFilters.js.map +1 -1
  48. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
  49. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +42 -2
  50. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
  51. package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts +5 -0
  52. package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts.map +1 -0
  53. package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js +57 -0
  54. package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js.map +1 -0
  55. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.d.ts +5 -0
  56. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.d.ts.map +1 -0
  57. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js +29 -0
  58. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js.map +1 -0
  59. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts +5 -0
  60. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts.map +1 -0
  61. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js +25 -0
  62. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js.map +1 -0
  63. package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts +5 -0
  64. package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts.map +1 -0
  65. package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js +29 -0
  66. package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js.map +1 -0
  67. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts +5 -0
  68. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts.map +1 -0
  69. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js +20 -0
  70. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js.map +1 -0
  71. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  72. package/esm/model/commandHandlers/index.js +12 -0
  73. package/esm/model/commandHandlers/index.js.map +1 -1
  74. package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts.map +1 -1
  75. package/esm/model/commandHandlers/widgets/common/filterOperations.js +5 -2
  76. package/esm/model/commandHandlers/widgets/common/filterOperations.js.map +1 -1
  77. package/esm/model/commands/base.d.ts +1 -1
  78. package/esm/model/commands/base.d.ts.map +1 -1
  79. package/esm/model/commands/dashboard.d.ts +31 -0
  80. package/esm/model/commands/dashboard.d.ts.map +1 -1
  81. package/esm/model/commands/dashboard.js +17 -0
  82. package/esm/model/commands/dashboard.js.map +1 -1
  83. package/esm/model/commands/filters.d.ts +185 -1
  84. package/esm/model/commands/filters.d.ts.map +1 -1
  85. package/esm/model/commands/filters.js +123 -0
  86. package/esm/model/commands/filters.js.map +1 -1
  87. package/esm/model/commands/index.d.ts +3 -3
  88. package/esm/model/commands/index.d.ts.map +1 -1
  89. package/esm/model/events/base.d.ts +1 -1
  90. package/esm/model/events/base.d.ts.map +1 -1
  91. package/esm/model/events/base.js.map +1 -1
  92. package/esm/model/events/filters.d.ts +205 -1
  93. package/esm/model/events/filters.d.ts.map +1 -1
  94. package/esm/model/events/filters.js +123 -0
  95. package/esm/model/events/filters.js.map +1 -1
  96. package/esm/model/events/index.d.ts +2 -2
  97. package/esm/model/events/index.d.ts.map +1 -1
  98. package/esm/model/events/index.js.map +1 -1
  99. package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
  100. package/esm/model/queryServices/queryWidgetFilters.js +19 -2
  101. package/esm/model/queryServices/queryWidgetFilters.js.map +1 -1
  102. package/esm/model/react/useDashboardCommand.d.ts +6 -0
  103. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  104. package/esm/model/react/useDashboardCommandProcessing.d.ts +20 -0
  105. package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
  106. package/esm/model/store/catalog/catalogReducers.d.ts +5 -1
  107. package/esm/model/store/catalog/catalogReducers.d.ts.map +1 -1
  108. package/esm/model/store/catalog/catalogReducers.js +4 -0
  109. package/esm/model/store/catalog/catalogReducers.js.map +1 -1
  110. package/esm/model/store/catalog/catalogSelectors.d.ts +27 -1
  111. package/esm/model/store/catalog/catalogSelectors.d.ts.map +1 -1
  112. package/esm/model/store/catalog/catalogSelectors.js +27 -1
  113. package/esm/model/store/catalog/catalogSelectors.js.map +1 -1
  114. package/esm/model/store/catalog/catalogState.d.ts +18 -1
  115. package/esm/model/store/catalog/catalogState.d.ts.map +1 -1
  116. package/esm/model/store/catalog/catalogState.js +1 -0
  117. package/esm/model/store/catalog/catalogState.js.map +1 -1
  118. package/esm/model/store/catalog/index.d.ts +1 -0
  119. package/esm/model/store/catalog/index.d.ts.map +1 -1
  120. package/esm/model/store/config/configSelectors.d.ts +6 -0
  121. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  122. package/esm/model/store/config/configSelectors.js +8 -0
  123. package/esm/model/store/config/configSelectors.js.map +1 -1
  124. package/esm/model/store/dashboardStore.d.ts +2 -0
  125. package/esm/model/store/dashboardStore.d.ts.map +1 -1
  126. package/esm/model/store/dashboardStore.js +2 -0
  127. package/esm/model/store/dashboardStore.js.map +1 -1
  128. package/esm/model/store/meta/metaSelectors.d.ts +12 -1
  129. package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
  130. package/esm/model/store/meta/metaSelectors.js +39 -7
  131. package/esm/model/store/meta/metaSelectors.js.map +1 -1
  132. package/esm/model/store/parameters/index.d.ts +13 -0
  133. package/esm/model/store/parameters/index.d.ts.map +1 -0
  134. package/esm/model/store/parameters/index.js +15 -0
  135. package/esm/model/store/parameters/index.js.map +1 -0
  136. package/esm/model/store/parameters/parametersReducers.d.ts +47 -0
  137. package/esm/model/store/parameters/parametersReducers.d.ts.map +1 -0
  138. package/esm/model/store/parameters/parametersReducers.js +37 -0
  139. package/esm/model/store/parameters/parametersReducers.js.map +1 -0
  140. package/esm/model/store/parameters/parametersSelectors.d.ts +68 -0
  141. package/esm/model/store/parameters/parametersSelectors.d.ts.map +1 -0
  142. package/esm/model/store/parameters/parametersSelectors.js +123 -0
  143. package/esm/model/store/parameters/parametersSelectors.js.map +1 -0
  144. package/esm/model/store/parameters/parametersState.d.ts +29 -0
  145. package/esm/model/store/parameters/parametersState.d.ts.map +1 -0
  146. package/esm/model/store/parameters/parametersState.js +5 -0
  147. package/esm/model/store/parameters/parametersState.js.map +1 -0
  148. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +47 -2
  149. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
  150. package/esm/model/store/tabs/filterContext/filterContextReducers.js +127 -1
  151. package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
  152. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +33 -4
  153. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
  154. package/esm/model/store/tabs/filterContext/filterContextSelectors.js +45 -6
  155. package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
  156. package/esm/model/store/tabs/filterContext/filterContextState.d.ts +14 -3
  157. package/esm/model/store/tabs/filterContext/filterContextState.d.ts.map +1 -1
  158. package/esm/model/store/tabs/filterContext/filterContextState.js.map +1 -1
  159. package/esm/model/store/tabs/filterContext/filterContextUtils.d.ts.map +1 -1
  160. package/esm/model/store/tabs/filterContext/filterContextUtils.js +19 -1
  161. package/esm/model/store/tabs/filterContext/filterContextUtils.js.map +1 -1
  162. package/esm/model/store/tabs/index.d.ts +35 -0
  163. package/esm/model/store/tabs/index.d.ts.map +1 -1
  164. package/esm/model/store/tabs/index.js +2 -0
  165. package/esm/model/store/tabs/index.js.map +1 -1
  166. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts +33 -0
  167. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts.map +1 -0
  168. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.js +54 -0
  169. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.js.map +1 -0
  170. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts +23 -0
  171. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts.map +1 -0
  172. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js +63 -0
  173. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js.map +1 -0
  174. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsState.d.ts +12 -0
  175. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsState.d.ts.map +1 -0
  176. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsState.js +5 -0
  177. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsState.js.map +1 -0
  178. package/esm/model/store/tabs/tabsState.d.ts +2 -0
  179. package/esm/model/store/tabs/tabsState.d.ts.map +1 -1
  180. package/esm/model/store/tabs/tabsState.js.map +1 -1
  181. package/esm/model/store/types.d.ts +6 -0
  182. package/esm/model/store/types.d.ts.map +1 -1
  183. package/esm/model/types/commonTypes.d.ts +12 -2
  184. package/esm/model/types/commonTypes.d.ts.map +1 -1
  185. package/esm/model/types/commonTypes.js.map +1 -1
  186. package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
  187. package/esm/plugins/customizationApis/customizationBuilder.js +3 -0
  188. package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
  189. package/esm/plugins/customizationApis/filtersCustomizer.d.ts +3 -0
  190. package/esm/plugins/customizationApis/filtersCustomizer.d.ts.map +1 -1
  191. package/esm/plugins/customizationApis/filtersCustomizer.js +7 -0
  192. package/esm/plugins/customizationApis/filtersCustomizer.js.map +1 -1
  193. package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts +17 -0
  194. package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts.map +1 -0
  195. package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js +73 -0
  196. package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js.map +1 -0
  197. package/esm/plugins/customizer.d.ts +33 -1
  198. package/esm/plugins/customizer.d.ts.map +1 -1
  199. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  200. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +6 -1
  201. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  202. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
  203. package/esm/presentation/dashboard/components/DashboardRenderer.js +2 -2
  204. package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
  205. package/esm/presentation/dashboard/hooks/useDashboard.d.ts +2 -1
  206. package/esm/presentation/dashboard/hooks/useDashboard.d.ts.map +1 -1
  207. package/esm/presentation/dashboard/hooks/useDashboard.js +7 -1
  208. package/esm/presentation/dashboard/hooks/useDashboard.js.map +1 -1
  209. package/esm/presentation/dashboard/types.d.ts +7 -1
  210. package/esm/presentation/dashboard/types.d.ts.map +1 -1
  211. package/esm/presentation/dashboard/types.js.map +1 -1
  212. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +2 -1
  213. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
  214. package/esm/presentation/dashboardContexts/DashboardComponentsContext.js +1 -0
  215. package/esm/presentation/dashboardContexts/DashboardComponentsContext.js.map +1 -1
  216. package/esm/presentation/dashboardContexts/types.d.ts +10 -1
  217. package/esm/presentation/dashboardContexts/types.d.ts.map +1 -1
  218. package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
  219. package/esm/presentation/dragAndDrop/DeleteDropZone.js +2 -17
  220. package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
  221. package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts +15 -0
  222. package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts.map +1 -0
  223. package/esm/presentation/dragAndDrop/DraggableChipSource.js +14 -0
  224. package/esm/presentation/dragAndDrop/DraggableChipSource.js.map +1 -0
  225. package/esm/presentation/dragAndDrop/FilterDeleteOverlay.d.ts.map +1 -1
  226. package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js +2 -17
  227. package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js.map +1 -1
  228. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts.map +1 -1
  229. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +2 -1
  230. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js.map +1 -1
  231. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
  232. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +18 -11
  233. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
  234. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts +5 -0
  235. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts.map +1 -0
  236. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js +19 -0
  237. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js.map +1 -0
  238. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts +20 -0
  239. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts.map +1 -0
  240. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js +31 -0
  241. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js.map +1 -0
  242. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts +15 -0
  243. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts.map +1 -0
  244. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js +21 -0
  245. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js.map +1 -0
  246. package/esm/presentation/dragAndDrop/types.d.ts +30 -5
  247. package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
  248. package/esm/presentation/dragAndDrop/types.js +12 -0
  249. package/esm/presentation/dragAndDrop/types.js.map +1 -1
  250. package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts +12 -0
  251. package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts.map +1 -0
  252. package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js +35 -0
  253. package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js.map +1 -0
  254. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
  255. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
  256. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +94 -20
  257. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
  258. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts +10 -0
  259. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts.map +1 -0
  260. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js +25 -0
  261. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js.map +1 -0
  262. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts +28 -0
  263. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts.map +1 -0
  264. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js +84 -0
  265. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js.map +1 -0
  266. package/esm/presentation/filterBar/attributeFilter/types.d.ts +9 -3
  267. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  268. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  269. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +36 -8
  270. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  271. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
  272. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +17 -2
  273. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
  274. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts +2 -1
  275. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
  276. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +24 -5
  277. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
  278. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
  279. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +6 -3
  280. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
  281. package/esm/presentation/filterBar/filterBar/types.d.ts +9 -1
  282. package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
  283. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +15 -3
  284. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
  285. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +43 -6
  286. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
  287. package/esm/presentation/filterBar/filterSelectionTypes.d.ts +5 -0
  288. package/esm/presentation/filterBar/filterSelectionTypes.d.ts.map +1 -0
  289. package/esm/presentation/filterBar/filterSelectionTypes.js +3 -0
  290. package/esm/presentation/filterBar/filterSelectionTypes.js.map +1 -0
  291. package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts +29 -0
  292. package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts.map +1 -0
  293. package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js +24 -0
  294. package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js.map +1 -0
  295. package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.d.ts +7 -0
  296. package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.d.ts.map +1 -0
  297. package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +192 -0
  298. package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js.map +1 -0
  299. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts +21 -0
  300. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts.map +1 -0
  301. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js +21 -0
  302. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js.map +1 -0
  303. package/esm/presentation/filterBar/measureValueFilter/types.d.ts +43 -0
  304. package/esm/presentation/filterBar/measureValueFilter/types.d.ts.map +1 -0
  305. package/esm/presentation/filterBar/measureValueFilter/types.js +3 -0
  306. package/esm/presentation/filterBar/measureValueFilter/types.js.map +1 -0
  307. package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts +8 -0
  308. package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts.map +1 -0
  309. package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js +40 -0
  310. package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js.map +1 -0
  311. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts +15 -0
  312. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -0
  313. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +37 -0
  314. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js.map +1 -0
  315. package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts +15 -0
  316. package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts.map +1 -0
  317. package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js +37 -0
  318. package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js.map +1 -0
  319. package/esm/presentation/filterBar/utils.d.ts +1 -1
  320. package/esm/presentation/filterBar/utils.d.ts.map +1 -1
  321. package/esm/presentation/filterBar/utils.js +17 -3
  322. package/esm/presentation/filterBar/utils.js.map +1 -1
  323. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
  324. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js +4 -0
  325. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
  326. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +24 -0
  327. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  328. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +24 -0
  329. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  330. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
  331. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +6 -1
  332. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
  333. package/esm/sdk-ui-dashboard.d.ts +898 -22
  334. package/esm/types.d.ts +2 -2
  335. package/esm/types.d.ts.map +1 -1
  336. package/esm/types.js +2 -2
  337. package/esm/types.js.map +1 -1
  338. package/package.json +20 -20
  339. package/styles/css/filterBar.css +47 -11
  340. package/styles/css/filterBar.css.map +1 -1
  341. package/styles/css/main.css +3827 -399
  342. package/styles/css/main.css.map +1 -1
  343. package/styles/scss/filterBar.scss +28 -5
  344. package/styles/scss/main.scss +2 -0
@@ -94,7 +94,10 @@ import { IDashboardLayoutItem } from '@gooddata/sdk-model';
94
94
  import { IDashboardLayoutSection } from '@gooddata/sdk-model';
95
95
  import { IDashboardLayoutSectionHeader } from '@gooddata/sdk-model';
96
96
  import { IDashboardLayoutSizeByScreenSize } from '@gooddata/sdk-model';
97
+ import { IDashboardMeasureValueFilter } from '@gooddata/sdk-model';
98
+ import { IDashboardMeasureValueFilterConfig } from '@gooddata/sdk-model';
97
99
  import { IDashboardObjectIdentity } from '@gooddata/sdk-model';
100
+ import { IDashboardParameter } from '@gooddata/sdk-model';
98
101
  import { IDashboardPermissions } from '@gooddata/sdk-model';
99
102
  import { IDashboardReferences } from '@gooddata/sdk-backend-spi';
100
103
  import { IDashboardWidget } from '@gooddata/sdk-model';
@@ -130,6 +133,7 @@ import { IFilterContextDefinition } from '@gooddata/sdk-model';
130
133
  import { IHeaderPredicate } from '@gooddata/sdk-ui';
131
134
  import { IInsight } from '@gooddata/sdk-model';
132
135
  import { IInsightDefinition } from '@gooddata/sdk-model';
136
+ import { IInsightParameterValue } from '@gooddata/sdk-model';
133
137
  import { IInsightWidget } from '@gooddata/sdk-model';
134
138
  import { IInsightWidgetBase } from '@gooddata/sdk-model';
135
139
  import { IInsightWidgetConfiguration } from '@gooddata/sdk-model';
@@ -149,6 +153,7 @@ import { IMatchAttributeFilter } from '@gooddata/sdk-model';
149
153
  import { IMeasure } from '@gooddata/sdk-model';
150
154
  import { IMeasureDescriptor } from '@gooddata/sdk-model';
151
155
  import { IMeasureMetadataObject } from '@gooddata/sdk-model';
156
+ import { IMeasureValueFilter } from '@gooddata/sdk-model';
152
157
  import { INegativeAttributeFilter } from '@gooddata/sdk-model';
153
158
  import { INotificationChannelIdentifier } from '@gooddata/sdk-model';
154
159
  import { INotificationChannelMetadataObject } from '@gooddata/sdk-model';
@@ -156,6 +161,7 @@ import { INotificationChannelMetadataObjectBase } from '@gooddata/sdk-model';
156
161
  import { InsightDisplayFormUsage } from '@gooddata/sdk-model';
157
162
  import { InsightDrillDefinition } from '@gooddata/sdk-model';
158
163
  import { IntlShape } from 'react-intl';
164
+ import { IParameterMetadataObject } from '@gooddata/sdk-model';
159
165
  import { IPositiveAttributeFilter } from '@gooddata/sdk-model';
160
166
  import { IPushData } from '@gooddata/sdk-ui';
161
167
  import { IRawExportCustomOverrides } from '@gooddata/sdk-backend-spi';
@@ -184,6 +190,7 @@ import { IWorkspacePermissions } from '@gooddata/sdk-model';
184
190
  import { IWorkspaceUser } from '@gooddata/sdk-model';
185
191
  import { JSX } from 'react/jsx-runtime';
186
192
  import { LocalIdRef } from '@gooddata/sdk-model';
193
+ import { MeasureValueFilterCondition } from '@gooddata/sdk-model';
187
194
  import { MessageDescriptor } from 'react-intl';
188
195
  import { MouseEvent as MouseEvent_2 } from 'react';
189
196
  import { MutableRefObject } from 'react';
@@ -385,6 +392,20 @@ export declare function addDrillTargets(ref: ObjRef, availableDrillTargets: IAva
385
392
  */
386
393
  export declare function addLayoutSection(index: number, initialHeader?: IDashboardLayoutSectionHeader, initialItems?: DashboardItemDefinition[], autoResolveDateFilterDataset?: boolean, correlationId?: string): IAddLayoutSection;
387
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
+
388
409
  /**
389
410
  * Creates the AddLayoutSection command.
390
411
  *
@@ -663,7 +684,7 @@ export declare function attributeHierarchyModified(correlationId?: string): IAtt
663
684
  /**
664
685
  * @internal
665
686
  */
666
- 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;
667
688
 
668
689
  /**
669
690
  * @alpha
@@ -789,8 +810,16 @@ export declare const catalogActions: {
789
810
  addAttributeHierarchy: ActionCreatorWithPayload<ICatalogAttributeHierarchy, "catalog/addAttributeHierarchy">;
790
811
  updateAttributeHierarchy: ActionCreatorWithPayload<ICatalogAttributeHierarchy, "catalog/updateAttributeHierarchy">;
791
812
  deleteAttributeHierarchy: ActionCreatorWithPayload<ICatalogAttributeHierarchy, "catalog/deleteAttributeHierarchy">;
813
+ setCatalogParameters: ActionCreatorWithPayload<ICatalogParametersState, "catalog/setCatalogParameters">;
792
814
  };
793
815
 
816
+ /**
817
+ * Status of catalog parameters loading.
818
+ *
819
+ * @alpha
820
+ */
821
+ export declare type CatalogParametersStatus = "uninitialized" | "loading" | "loaded" | "failed" | "gated-off";
822
+
794
823
  /**
795
824
  * @public
796
825
  */
@@ -807,6 +836,8 @@ export declare type CatalogState = {
807
836
  attributeHierarchies?: ICatalogAttributeHierarchy[];
808
837
  /** @beta */
809
838
  dateHierarchyTemplates?: IDateHierarchyTemplate[];
839
+ /** @alpha */
840
+ parameters: ICatalogParametersState;
810
841
  };
811
842
 
812
843
  /**
@@ -1316,6 +1347,21 @@ export declare type ChangeLayoutSectionHeaderPayload = {
1316
1347
  readonly merge?: boolean;
1317
1348
  };
1318
1349
 
1350
+ /**
1351
+ * Creates the ChangeMeasureValueFilterCondition command.
1352
+ *
1353
+ * @remarks
1354
+ * Dispatching this command updates the conditions of an existing measure value filter. To clear
1355
+ * the filter (set it back to "All"), pass undefined or an empty array.
1356
+ *
1357
+ * @param localIdentifier - local identifier of the measure value filter to update
1358
+ * @param conditions - new conditions to apply, or undefined to clear
1359
+ * @param correlationId - correlation id propagated through emitted events
1360
+ *
1361
+ * @alpha
1362
+ */
1363
+ export declare function changeMeasureValueFilterCondition(localIdentifier: string, conditions?: MeasureValueFilterCondition[], correlationId?: string): IChangeMeasureValueFilterCondition;
1364
+
1319
1365
  /**
1320
1366
  * Creates the ChangeAttributeFilterSelection command for adhoc migrated attribute filter.
1321
1367
  *
@@ -1438,6 +1484,17 @@ export declare function changeSharing(newSharingProperties: ISharingApplyPayload
1438
1484
  */
1439
1485
  export declare function changeWorkingAttributeFilterSelection(filterLocalId: string, elements: IAttributeElements, selectionType: AttributeFilterSelectionType, correlationId?: string, isSelectionInvalid?: boolean): ChangeAttributeFilterSelection;
1440
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
+
1441
1498
  /**
1442
1499
  * This convenience function will create ChangeDateFilterSelection configured so that the date filter will be
1443
1500
  * unbounded - showing data for 'All Time'.
@@ -1730,6 +1787,11 @@ declare type CustomDashboardLayoutComponent = ComponentType<IDashboardLayoutProp
1730
1787
  export { CustomDashboardLayoutComponent }
1731
1788
  export { CustomDashboardLayoutComponent as CustomDashboardNestedLayoutComponent }
1732
1789
 
1790
+ /**
1791
+ * @alpha
1792
+ */
1793
+ export declare type CustomDashboardMeasureValueFilterComponent = ComponentType<IDashboardMeasureValueFilterProps>;
1794
+
1733
1795
  /**
1734
1796
  * @public
1735
1797
  */
@@ -2068,7 +2130,7 @@ export declare function dashboardAttributeFilterToAttributeFilter(filter: IDashb
2068
2130
  *
2069
2131
  * @public
2070
2132
  */
2071
- 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 | 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;
2072
2134
 
2073
2135
  /**
2074
2136
  * All available command types.
@@ -2081,7 +2143,7 @@ export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs |
2081
2143
  *
2082
2144
  * @public
2083
2145
  */
2084
- 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.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";
2085
2147
 
2086
2148
  /**
2087
2149
  * Dashboard configuration can influence the available features, look and feel and behavior of the dashboard.
@@ -2624,7 +2686,7 @@ export declare type DashboardEventHandlerFn<TEvents extends DashboardEvents | IC
2624
2686
  *
2625
2687
  * @public
2626
2688
  */
2627
- 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;
2628
2690
 
2629
2691
  /**
2630
2692
  * A union of all available built-in dashboard event type names.
@@ -2646,7 +2708,7 @@ export declare type DashboardEvents = DashboardInitialized | DashboardDeinitiali
2646
2708
  *
2647
2709
  * @public
2648
2710
  */
2649
- 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.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";
2650
2712
 
2651
2713
  /**
2652
2714
  * This event is emitted after _any_ change to dashboard filters (be it date or attribute filter).
@@ -2696,6 +2758,11 @@ export declare type DashboardFilterContextChangedPayload = {
2696
2758
  readonly tabLocalIdentifier?: string;
2697
2759
  };
2698
2760
 
2761
+ /**
2762
+ * @internal
2763
+ */
2764
+ export declare type DashboardFilterSelectionType = "attribute" | "dateDataset" | "measure";
2765
+
2699
2766
  /**
2700
2767
  * This event is emitted when a dashboard is successfully initialized.
2701
2768
  *
@@ -3148,6 +3215,11 @@ export declare type DashboardState = {
3148
3215
  users: IUsersState;
3149
3216
  /** @alpha */
3150
3217
  notificationChannels: INotificationChannelsState;
3218
+ /**
3219
+ * Dashboard-level parameter overrides slice.
3220
+ * @alpha
3221
+ */
3222
+ parameters: IParametersState;
3151
3223
  /**
3152
3224
  * Internal state for dashboard summary AI workflow.
3153
3225
  *
@@ -3749,6 +3821,11 @@ export declare function DefaultDashboardLayoutComponentSetFactory(dashboardLayou
3749
3821
  */
3750
3822
  export declare function DefaultDashboardMainContent(_: IDashboardProps): JSX.Element;
3751
3823
 
3824
+ /**
3825
+ * @alpha
3826
+ */
3827
+ export declare function DefaultDashboardMeasureValueFilter(props: IDashboardMeasureValueFilterProps): ReactElement | null;
3828
+
3752
3829
  /**
3753
3830
  * Default implementation of the dashboard layout widget.
3754
3831
  *
@@ -4074,12 +4151,12 @@ export declare type DraggableComponent = {
4074
4151
  /**
4075
4152
  * @internal
4076
4153
  */
4077
- 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;
4078
4155
 
4079
4156
  /**
4080
4157
  * @internal
4081
4158
  */
4082
- 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";
4083
4160
 
4084
4161
  /**
4085
4162
  * @internal
@@ -4107,6 +4184,8 @@ export declare type DraggableItem = DraggableContentItem | DraggableInternalItem
4107
4184
  export declare type DraggableItemComponentTypeMapping = {
4108
4185
  attributeFilter: AttributeFilterDraggableItem;
4109
4186
  dateFilter: DateFilterDraggableItem;
4187
+ measureValueFilter: MeasureValueFilterDraggableItem;
4188
+ parameter: ParameterDraggableItem;
4110
4189
  "attributeFilter-placeholder": AttributeFilterPlaceholderDraggableItem;
4111
4190
  insight: InsightDraggableItem;
4112
4191
  insightListItem: InsightDraggableListItem;
@@ -4707,7 +4786,15 @@ export declare type FilterBarFilterPlaceholder = {
4707
4786
  /**
4708
4787
  * @internal
4709
4788
  */
4710
- export declare type FilterBarItem = FilterBarFilterPlaceholder | FilterBarAttributeFilterIndexed | FilterBarDateFilterIndexed | IFilterBarFilterGroupItem;
4789
+ export declare type FilterBarItem = FilterBarFilterPlaceholder | FilterBarAttributeFilterIndexed | FilterBarDateFilterIndexed | FilterBarMeasureValueFilterIndexed | IFilterBarFilterGroupItem;
4790
+
4791
+ /**
4792
+ * @internal
4793
+ */
4794
+ export declare type FilterBarMeasureValueFilterIndexed = {
4795
+ filter: IDashboardMeasureValueFilter;
4796
+ filterIndex: number;
4797
+ };
4711
4798
 
4712
4799
  /**
4713
4800
  * Mode of rendering of the FilterBar.
@@ -5241,6 +5328,40 @@ export declare interface IAddLayoutSectionPayload {
5241
5328
  readonly autoResolveDateFilterDataset?: boolean;
5242
5329
  }
5243
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
+
5244
5365
  /**
5245
5366
  * @beta
5246
5367
  */
@@ -5835,6 +5956,16 @@ export declare interface ICancelRenamingDashboardTabPayload {
5835
5956
  readonly tabId?: string;
5836
5957
  }
5837
5958
 
5959
+ /**
5960
+ * Catalog parameters slice.
5961
+ *
5962
+ * @alpha
5963
+ */
5964
+ export declare interface ICatalogParametersState {
5965
+ status: CatalogParametersStatus;
5966
+ parameters: IParameterMetadataObject[];
5967
+ }
5968
+
5838
5969
  /**
5839
5970
  * @internal
5840
5971
  */
@@ -6250,6 +6381,54 @@ export declare interface IChangeKpiWidgetMeasurePayload {
6250
6381
  readonly header?: IWidgetHeader | "from-measure";
6251
6382
  }
6252
6383
 
6384
+ /**
6385
+ * Command for changing the condition definition of an existing measure value filter.
6386
+ *
6387
+ * @alpha
6388
+ */
6389
+ export declare interface IChangeMeasureValueFilterCondition extends IDashboardCommand {
6390
+ readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.CHANGE_CONDITION";
6391
+ readonly payload: IChangeMeasureValueFilterConditionPayload;
6392
+ }
6393
+
6394
+ /**
6395
+ * Payload of the {@link IChangeMeasureValueFilterCondition} command.
6396
+ *
6397
+ * @alpha
6398
+ */
6399
+ export declare interface IChangeMeasureValueFilterConditionPayload {
6400
+ /**
6401
+ * Local identifier of the measure value filter to update.
6402
+ */
6403
+ readonly localIdentifier: string;
6404
+ /**
6405
+ * New conditions to apply on the filter. When empty or undefined, the filter is treated
6406
+ * as "All" (no filtering).
6407
+ */
6408
+ readonly conditions?: MeasureValueFilterCondition[];
6409
+ /**
6410
+ * Indicates that the change should be staged in the working filter context.
6411
+ */
6412
+ readonly isWorkingSelectionChange?: boolean;
6413
+ }
6414
+
6415
+ /**
6416
+ * @internal
6417
+ */
6418
+ export declare type IChangeMeasureValueFilterConditionReducerPayload = {
6419
+ readonly localIdentifier: string;
6420
+ readonly conditions?: MeasureValueFilterCondition[];
6421
+ readonly isWorkingSelectionChange?: boolean;
6422
+ };
6423
+
6424
+ /**
6425
+ * @internal
6426
+ */
6427
+ export declare interface IChangeMeasureValueFilterConfigModePayload {
6428
+ localIdentifier: string;
6429
+ mode?: DashboardAttributeFilterConfigMode;
6430
+ }
6431
+
6253
6432
  /**
6254
6433
  * @beta
6255
6434
  */
@@ -6827,18 +7006,23 @@ export declare interface IDashboardAttributeFilterPlaceholderProps {
6827
7006
  id?: string;
6828
7007
  className?: string;
6829
7008
  bodyClassName?: string;
6830
- onSelect: (displayForm: ObjRef) => void;
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;
6831
7014
  onOpen?: () => void;
6832
7015
  onClose?: () => void;
6833
7016
  returnFocusTo?: RefObject<HTMLElement> | string;
6834
7017
  attributes: ICatalogAttribute[];
6835
7018
  dateDatasets: ICatalogDateDataset[];
7019
+ measures?: ICatalogMeasure[];
6836
7020
  openOnInit?: boolean;
6837
7021
  DropdownButtonComponent?: ComponentType<IAddAttributeFilterButtonProps>;
6838
7022
  DropdownTitleComponent?: ComponentType;
6839
7023
  renderNoData?: (props: IDropdownListNoDataRenderProps) => ReactNode;
6840
7024
  overlayPositionType?: OverlayPositionType;
6841
- getCustomItemTitle?: (item: ICatalogAttribute | ICatalogDateDataset) => string | undefined;
7025
+ getCustomItemTitle?: (item: ICatalogAttribute | ICatalogDateDataset | ICatalogMeasure) => string | undefined;
6842
7026
  accessibilityConfig?: IDashboardAttributeFilterAccessibilityConfig;
6843
7027
  }
6844
7028
 
@@ -7679,6 +7863,12 @@ export declare interface IDashboardCustomComponentProps {
7679
7863
  * @alpha
7680
7864
  */
7681
7865
  DashboardDateFilterComponentProvider?: OptionalDateFilterComponentProvider;
7866
+ /**
7867
+ * Specify component to use for rendering the measure value filters.
7868
+ *
7869
+ * @alpha
7870
+ */
7871
+ DashboardMeasureValueFilterComponentProvider?: OptionalMeasureValueFilterComponentProvider;
7682
7872
  /**
7683
7873
  * Specify custom component to use for rendering all filter groups or a factory function to customize the component
7684
7874
  * per different filter group.
@@ -8907,7 +9097,7 @@ export declare interface IDashboardExtensionProps extends IDashboardEventing, ID
8907
9097
  * Supported dashboard filter type.
8908
9098
  * @public
8909
9099
  */
8910
- export declare type IDashboardFilter = IAbsoluteDateFilter | IRelativeDateFilter | IPositiveAttributeFilter | INegativeAttributeFilter | IArbitraryAttributeFilter | IMatchAttributeFilter;
9100
+ export declare type IDashboardFilter = IAbsoluteDateFilter | IRelativeDateFilter | IPositiveAttributeFilter | INegativeAttributeFilter | IArbitraryAttributeFilter | IMatchAttributeFilter | IMeasureValueFilter;
8911
9101
 
8912
9102
  /**
8913
9103
  * This event is emitted after dashboard selection filters have been reset.
@@ -10642,6 +10832,195 @@ export declare interface IDashboardLayoutSectionRemovedPayload {
10642
10832
  readonly stashIdentifier?: StashedDashboardItemsId;
10643
10833
  }
10644
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
+
10861
+ /**
10862
+ * This event is emitted after the conditions of a dashboard measure value filter have been changed.
10863
+ *
10864
+ * @alpha
10865
+ */
10866
+ export declare interface IDashboardMeasureValueFilterConditionChanged extends IDashboardEvent {
10867
+ readonly type: "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.CONDITION_CHANGED";
10868
+ readonly payload: IDashboardMeasureValueFilterConditionChangedPayload;
10869
+ }
10870
+
10871
+ /**
10872
+ * Payload of the {@link IDashboardMeasureValueFilterConditionChanged} event.
10873
+ *
10874
+ * @alpha
10875
+ */
10876
+ export declare interface IDashboardMeasureValueFilterConditionChangedPayload {
10877
+ /**
10878
+ * Local identifier of the measure value filter whose condition was changed.
10879
+ */
10880
+ readonly localIdentifier: string;
10881
+ /**
10882
+ * Updated definition of the filter.
10883
+ */
10884
+ readonly filter: IDashboardMeasureValueFilter;
10885
+ /**
10886
+ * The new conditions applied to the filter. Empty or undefined when filter is set to "All".
10887
+ */
10888
+ readonly conditions?: MeasureValueFilterCondition[];
10889
+ }
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
+
10943
+ /**
10944
+ * @alpha
10945
+ */
10946
+ export declare interface IDashboardMeasureValueFilterProps {
10947
+ /**
10948
+ * Definition of the dashboard measure value filter to render. Always reflects the applied
10949
+ * filter — if/when "Apply together" mode for MVF is added, the working state is meant to be
10950
+ * resolved internally via dashboard selectors rather than threaded through props.
10951
+ */
10952
+ filter: IDashboardMeasureValueFilter;
10953
+ /**
10954
+ * Index of the filter among the other dashboard filters.
10955
+ */
10956
+ filterIndex: number;
10957
+ /**
10958
+ * Whether the filter is rendered in read-only mode.
10959
+ */
10960
+ readonly?: boolean;
10961
+ /**
10962
+ * Whether the dropdown should automatically open on mount. Used to focus newly added filters.
10963
+ */
10964
+ autoOpen?: boolean;
10965
+ /**
10966
+ * Callback fired when the user changes the filter's conditions.
10967
+ *
10968
+ * @param filter - the dashboard measure value filter being updated
10969
+ * @param conditions - the new conditions; empty or undefined means "All"
10970
+ */
10971
+ onMeasureValueFilterChanged: (filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined, isWorkingSelectionChange?: boolean) => void;
10972
+ /**
10973
+ * Optional tab identifier to read filter config from. When provided, the visibility
10974
+ * icon and any other tab-scoped state will be sourced from this specific tab. When
10975
+ * undefined, the active tab's state is used.
10976
+ */
10977
+ tabId?: string;
10978
+ }
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
+
10645
11024
  /**
10646
11025
  * @beta
10647
11026
  */
@@ -10667,6 +11046,27 @@ export declare interface IDashboardMetaState {
10667
11046
  initialContent?: boolean;
10668
11047
  }
10669
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
+
10670
11070
  /**
10671
11071
  * Raw, low-level interface that the dashboard plugins need to implement.
10672
11072
  *
@@ -12679,6 +13079,14 @@ export declare interface IFilterBarProps {
12679
13079
  * @param dateFilterOptionLocalId - localId of the {@link @gooddata/sdk-backend-spi#IDateFilterOption} selected
12680
13080
  */
12681
13081
  onDateFilterChanged: (filter: IDashboardDateFilter | undefined, dateFilterOptionLocalId?: string) => void;
13082
+ /**
13083
+ * When the condition of a dashboard measure value filter changes, the filter bar MUST propagate the event
13084
+ * using this callback.
13085
+ *
13086
+ * @param filter - the dashboard measure value filter being updated
13087
+ * @param conditions - the new conditions; empty or undefined means the filter is set to "All"
13088
+ */
13089
+ onMeasureValueFilterChanged?: (filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined, isWorkingSelectionChange?: boolean) => void;
12682
13090
  /**
12683
13091
  * Contains reference to default implementation of the filter bar. If you are implementing a custom
12684
13092
  * filter bar that decorates default filter bar, then use this component to render the default filter
@@ -12860,6 +13268,12 @@ export declare interface IFiltersCustomizer {
12860
13268
  * Customize how rendering of attribute filters is done.
12861
13269
  */
12862
13270
  attribute(): IAttributeFiltersCustomizer;
13271
+ /**
13272
+ * Customize how rendering of measure value filters is done.
13273
+ *
13274
+ * @alpha
13275
+ */
13276
+ measureValue(): IMeasureValueFiltersCustomizer;
12863
13277
  /**
12864
13278
  * Customize how rendering of filter groups is done.
12865
13279
  */
@@ -13929,11 +14343,48 @@ export declare interface IMeasureDateDatasets {
13929
14343
  /**
13930
14344
  * @alpha
13931
14345
  */
13932
- export declare interface IMenuButtonConfiguration {
14346
+ export declare interface IMeasureValueFilterConfigsState {
13933
14347
  /**
13934
- * Specify custom items that will be in the menu.
13935
- *
13936
- * @remarks
14348
+ * Dashboard-level overrides of the measure value filter configs (e.g. visibility/lock mode).
14349
+ */
14350
+ measureValueFilterConfigs?: IDashboardMeasureValueFilterConfig[];
14351
+ }
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
+
14380
+ /**
14381
+ * @alpha
14382
+ */
14383
+ export declare interface IMenuButtonConfiguration {
14384
+ /**
14385
+ * Specify custom items that will be in the menu.
14386
+ *
14387
+ * @remarks
13937
14388
  * Using this setting fully overrides the menu items. The default items will not be shown.
13938
14389
  */
13939
14390
  menuItems?: ReadonlyArray<IMenuButtonItem>;
@@ -14218,6 +14669,24 @@ export declare interface IMoveLayoutSectionPayload {
14218
14669
  readonly toIndex: number | ILayoutSectionPath;
14219
14670
  }
14220
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
+
14221
14690
  /**
14222
14691
  * @beta
14223
14692
  */
@@ -14716,6 +15185,13 @@ export declare interface IObjRefMapConfig<T> {
14716
15185
  readonly type?: ObjectType;
14717
15186
  }
14718
15187
 
15188
+ /**
15189
+ * @alpha
15190
+ */
15191
+ export declare interface IParametersState {
15192
+ parameters: IDashboardParameterEntry[];
15193
+ }
15194
+
14719
15195
  /**
14720
15196
  * @internal
14721
15197
  */
@@ -15144,6 +15620,42 @@ export declare interface IRemoveLayoutSectionPayload {
15144
15620
  readonly stashIdentifier?: StashedDashboardItemsId;
15145
15621
  }
15146
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
+
15147
15659
  /**
15148
15660
  * @beta
15149
15661
  */
@@ -15772,7 +16284,7 @@ export declare function isAnyPlaceholderWidget(obj: unknown): obj is IPlaceholde
15772
16284
  /**
15773
16285
  * @internal
15774
16286
  */
15775
- export declare function isAttributeFilterDraggableItem(item: any): item is AttributeFilterDraggableItem;
16287
+ export declare function isAttributeFilterDraggableItem(item: DraggableContentItem): item is AttributeFilterDraggableItem;
15776
16288
 
15777
16289
  /**
15778
16290
  * @internal
@@ -17003,6 +17515,50 @@ export declare const isDashboardLayoutSectionMoved: (obj: unknown) => obj is IDa
17003
17515
  */
17004
17516
  export declare const isDashboardLayoutSectionRemoved: (obj: unknown) => obj is IDashboardLayoutSectionRemoved;
17005
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
+
17526
+ /**
17527
+ * Tests whether the provided object is an instance of {@link IDashboardMeasureValueFilterConditionChanged}.
17528
+ *
17529
+ * @param obj - object to test
17530
+ * @alpha
17531
+ */
17532
+ export declare const isDashboardMeasureValueFilterConditionChanged: (obj: unknown) => obj is IDashboardMeasureValueFilterConditionChanged;
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
+
17006
17562
  /**
17007
17563
  * Tests whether the provided object is an instance of {@link IDashboardQueryCompleted}.
17008
17564
  *
@@ -17229,7 +17785,7 @@ export declare const isDashboardWidgetExecutionSucceeded: (obj: unknown) => obj
17229
17785
  /**
17230
17786
  * @internal
17231
17787
  */
17232
- export declare function isDateFilterDraggableItem(item: any): item is DateFilterDraggableItem;
17788
+ export declare function isDateFilterDraggableItem(item: DraggableContentItem): item is DateFilterDraggableItem;
17233
17789
 
17234
17790
  /**
17235
17791
  * Tests whether the provided object is an instance of {@link DateFilterValidationFailed}.
@@ -17583,6 +18139,30 @@ export declare interface ISetDashboardDateFilterWithDimensionConfigModePayload {
17583
18139
  mode?: DashboardDateFilterConfigMode;
17584
18140
  }
17585
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
+
17586
18166
  /**
17587
18167
  * Command for changing date filter title.
17588
18168
  * @beta
@@ -17651,6 +18231,47 @@ export declare interface ISetFilterViewAsDefaultPayload {
17651
18231
  readonly isDefault: boolean;
17652
18232
  }
17653
18233
 
18234
+ /**
18235
+ * @internal
18236
+ */
18237
+ export declare interface ISetMeasureValueFilterConfigsPayload {
18238
+ measureValueFilterConfigs?: IDashboardMeasureValueFilterConfig[];
18239
+ }
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
+
17654
18275
  /**
17655
18276
  * @internal
17656
18277
  */
@@ -18041,6 +18662,16 @@ export declare function isLayoutSectionPath(obj: unknown): obj is ILayoutSection
18041
18662
  */
18042
18663
  export declare function isLoadingPlaceholderWidget(obj: unknown): obj is IPlaceholderWidget;
18043
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
+
18044
18675
  /**
18045
18676
  * Tests whether an object is a {@link IPlaceholderWidget}.
18046
18677
  *
@@ -18174,6 +18805,7 @@ export declare interface ITabState {
18174
18805
  dateFilterConfig?: IDateFilterConfigState;
18175
18806
  dateFilterConfigs?: IDateFilterConfigsState;
18176
18807
  attributeFilterConfigs?: IAttributeFilterConfigsState;
18808
+ measureValueFilterConfigs?: IMeasureValueFilterConfigsState;
18177
18809
  filterContext?: FilterContextState;
18178
18810
  filterGroupsConfig?: IDashboardFilterGroupsConfig;
18179
18811
  layout?: ILayoutState;
@@ -19198,7 +19830,7 @@ export declare interface IWithDrillSelectProps {
19198
19830
  */
19199
19831
  export declare interface IWorkingFilterContextDefinition {
19200
19832
  /**
19201
- * Partial attribute or date filters
19833
+ * Partial attribute, date, or measure value filters
19202
19834
  */
19203
19835
  readonly filters: WorkingFilterContextItem[];
19204
19836
  }
@@ -19389,6 +20021,20 @@ export declare type LoadingComponentProvider = (props: ILoadingProps) => Compone
19389
20021
  */
19390
20022
  export declare function LockedStatusIndicator(props: ILockedStatusProps): ReactElement | null;
19391
20023
 
20024
+ /**
20025
+ * @alpha
20026
+ */
20027
+ export declare type MeasureValueFilterComponentProvider = (filter: IDashboardMeasureValueFilter) => CustomDashboardMeasureValueFilterComponent;
20028
+
20029
+ /**
20030
+ * @internal
20031
+ */
20032
+ export declare type MeasureValueFilterDraggableItem = {
20033
+ type: "measureValueFilter";
20034
+ filter: IDashboardMeasureValueFilter;
20035
+ filterIndex: number;
20036
+ };
20037
+
19392
20038
  /**
19393
20039
  * @internal
19394
20040
  */
@@ -19572,6 +20218,33 @@ export declare type MoveDateFilterPayload = {
19572
20218
  */
19573
20219
  export declare function moveLayoutSection(sectionIndex: number, toIndex: number, correlationId?: string): IMoveLayoutSection;
19574
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
+
19575
20248
  /**
19576
20249
  * Creates the MoveLayoutSection command. Dispatching this command will result in move of the section located at `sectionIndex`
19577
20250
  * to a new place indicated by `toIndex`.
@@ -20101,6 +20774,11 @@ export declare type OptionalLayoutComponentProvider = OptionalProvider<LayoutCom
20101
20774
  */
20102
20775
  export declare type OptionalLoadingComponentProvider = OptionalProvider<LoadingComponentProvider>;
20103
20776
 
20777
+ /**
20778
+ * @alpha
20779
+ */
20780
+ export declare type OptionalMeasureValueFilterComponentProvider = OptionalProvider<MeasureValueFilterComponentProvider>;
20781
+
20104
20782
  /**
20105
20783
  * @public
20106
20784
  */
@@ -20151,6 +20829,24 @@ export declare type OptionalVisualizationSwitcherToolbarComponentProvider = Opti
20151
20829
  */
20152
20830
  export declare type OptionalWidgetComponentProvider = OptionalProvider<WidgetComponentProvider>;
20153
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
+
20154
20850
  /**
20155
20851
  * @beta
20156
20852
  */
@@ -20673,6 +21369,16 @@ export declare function removeIgnoredWidgetFilters(filters: FilterContextItem[],
20673
21369
  */
20674
21370
  export declare function removeLayoutSection(index: number, stashIdentifier?: StashedDashboardItemsId, correlationId?: string): IRemoveLayoutSection;
20675
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
+
20676
21382
  /**
20677
21383
  * Creates the RemoveLayoutSection command.
20678
21384
  *
@@ -21149,9 +21855,19 @@ export declare function resizeWidth(sectionIndex: number, itemIndex: number, wid
21149
21855
  /**
21150
21856
  * Supported dashboard filter types for values resolution.
21151
21857
  *
21858
+ * @remarks
21859
+ * Excludes {@link @gooddata/sdk-model#IMeasureValueFilter} — measure value filters carry static
21860
+ * comparison values, not values that need to be resolved against the backend.
21861
+ *
21862
+ * TODO INE: drill payload coverage of MVF will be finalised in
21863
+ * https://gooddata.atlassian.net/browse/CQ-2285 (drill-to-dashboard) and
21864
+ * https://gooddata.atlassian.net/browse/CQ-2286 (drill-to-URL); audit callers of
21865
+ * `resolveFilterValues` and any signatures previously typed as `IDashboardFilter[]`
21866
+ * when those tickets land.
21867
+ *
21152
21868
  * @alpha
21153
21869
  */
21154
- export declare type ResolvableFilter = IDashboardFilter;
21870
+ export declare type ResolvableFilter = Exclude<IDashboardFilter, IMeasureValueFilter>;
21155
21871
 
21156
21872
  /**
21157
21873
  * @public
@@ -22159,6 +22875,27 @@ export declare const selectCatalogIsLoaded: DashboardSelector<boolean>;
22159
22875
  */
22160
22876
  export declare const selectCatalogMeasures: DashboardSelector<ICatalogMeasure[]>;
22161
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
+
22162
22899
  /**
22163
22900
  * Returns the color palette for dashboard charts.
22164
22901
  *
@@ -22370,6 +23107,20 @@ export declare const selectDashboardLockedFilters: DashboardSelector<FilterConte
22370
23107
  */
22371
23108
  export declare const selectDashboardLockStatus: DashboardSelector<boolean>;
22372
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
+
22373
23124
  /**
22374
23125
  * This selector returns user's dashboard permissions.
22375
23126
  *
@@ -22831,6 +23582,20 @@ export declare const selectEffectiveDateFiltersModeMap: DashboardSelector<Map<st
22831
23582
  */
22832
23583
  export declare const selectEffectiveDateFilterTitle: DashboardSelector<string | undefined>;
22833
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
+
22834
23599
  /**
22835
23600
  * Selector for the accessible mode feature flag
22836
23601
  *
@@ -23116,6 +23881,13 @@ export declare const selectEnableNewScheduledExport: DashboardSelector<boolean>;
23116
23881
  */
23117
23882
  export declare const selectEnableOrchestratedTabularExports: DashboardSelector<boolean>;
23118
23883
 
23884
+ /**
23885
+ * Returns whether dashboard-level parameter controls are enabled.
23886
+ *
23887
+ * @alpha
23888
+ */
23889
+ export declare const selectEnableParameters: DashboardSelector<boolean>;
23890
+
23119
23891
  /**
23120
23892
  * Returns whether rich text in descriptions is enabled.
23121
23893
  *
@@ -23519,7 +24291,8 @@ export declare const selectFilterContextDefinition: DashboardSelector<IFilterCon
23519
24291
 
23520
24292
  /**
23521
24293
  * This selector returns all dashboard's filter context draggable filters,
23522
- * including date filters and all attribute-based filters (element-based, arbitrary, and match).
24294
+ * including date filters, all attribute-based filters (element-based, arbitrary, and match),
24295
+ * and measure value filters.
23523
24296
  *
23524
24297
  * @remarks
23525
24298
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -23527,7 +24300,7 @@ export declare const selectFilterContextDefinition: DashboardSelector<IFilterCon
23527
24300
  *
23528
24301
  * @public
23529
24302
  */
23530
- export declare const selectFilterContextDraggableFilterItems: DashboardSelector<Array<IDashboardDateFilter | DashboardAttributeFilterItem>>;
24303
+ export declare const selectFilterContextDraggableFilterItems: DashboardSelector<Array<IDashboardDateFilter | DashboardAttributeFilterItem | IDashboardMeasureValueFilter>>;
23531
24304
 
23532
24305
  /**
23533
24306
  * This selector returns dashboard's filter context draggable filters (element-based attribute filters and date filters).
@@ -24196,6 +24969,13 @@ export declare const selectIsNewDashboard: DashboardSelector<boolean>;
24196
24969
  */
24197
24970
  export declare const selectIsNewDashboardWithContent: DashboardSelector<boolean>;
24198
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
+
24199
24979
  /**
24200
24980
  * @internal
24201
24981
  */
@@ -24580,6 +25360,14 @@ export declare const selectOtherContextAttributeFilterItems: (ref?: ObjRef) => D
24580
25360
  */
24581
25361
  export declare const selectOtherContextAttributeFilters: (ref?: ObjRef) => DashboardSelector<IDashboardAttributeFilter[]>;
24582
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
+
24583
25371
  /**
24584
25372
  * Selects whether the PDF export is visible.
24585
25373
  *
@@ -25332,6 +26120,16 @@ export declare function setDashboardDateFilterConfigMode(mode: DashboardDateFilt
25332
26120
  */
25333
26121
  export declare function setDashboardDateFilterWithDimensionConfigMode(dataSet: ObjRef, mode?: DashboardDateFilterConfigMode): ISetDashboardDateFilterWithDimensionConfigMode;
25334
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
+
25335
26133
  /**
25336
26134
  * Creates the {@link ISetDateFilterConfigTitle} command.
25337
26135
  *
@@ -25399,6 +26197,17 @@ export declare function setExecutionResultLoading(id: ObjRef | string, correlati
25399
26197
  */
25400
26198
  export declare function setFilterViewAsDefault(ref: ObjRef, isDefault: boolean, correlationId?: string): ISetFilterViewAsDefault;
25401
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
+
25402
26211
  /**
25403
26212
  * Creates the SetScreenSize command.
25404
26213
  *
@@ -25738,6 +26547,18 @@ readonly addTextAttributeFilter: (state: WritableDraft<ITabsState>, action: {
25738
26547
  payload: IAddTextAttributeFilterReducerPayload;
25739
26548
  type: string;
25740
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>;
25741
26562
  readonly removeAttributeFilter: (state: WritableDraft<ITabsState>, action: {
25742
26563
  payload: IRemoveAttributeFilterPayload;
25743
26564
  type: string;
@@ -25818,6 +26639,17 @@ readonly setDefaultFilterOverrides: (state: WritableDraft<ITabsState>, action: {
25818
26639
  payload: FilterContextItem[];
25819
26640
  type: string;
25820
26641
  }) => void | ITabsState | WritableDraft<ITabsState>;
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: {
26647
+ payload: {
26648
+ readonly filterLocalId: string;
26649
+ readonly title?: string | undefined;
26650
+ };
26651
+ type: string;
26652
+ }) => void | ITabsState | WritableDraft<ITabsState>;
25821
26653
  readonly setLayout: (state: WritableDraft<ITabsState>, action: {
25822
26654
  payload: IDashboardLayout<ExtendedDashboardWidget>;
25823
26655
  type: string;
@@ -26122,6 +26954,18 @@ itemsWithSizes: IItemWithWidth[];
26122
26954
  };
26123
26955
  type: string;
26124
26956
  }) => void | ITabsState | WritableDraft<ITabsState>;
26957
+ readonly changeMeasureValueFilterConfigMode: (state: WritableDraft<ITabsState>, action: {
26958
+ payload: IChangeMeasureValueFilterConfigModePayload;
26959
+ type: string;
26960
+ }) => void | ITabsState | WritableDraft<ITabsState>;
26961
+ readonly setMeasureValueFilterConfigs: (state: WritableDraft<ITabsState>, action: {
26962
+ payload: ISetMeasureValueFilterConfigsPayload;
26963
+ type: string;
26964
+ }) => void | ITabsState | WritableDraft<ITabsState>;
26965
+ readonly removeMeasureValueFilterConfig: (state: WritableDraft<ITabsState>, action: {
26966
+ payload: string;
26967
+ type: string;
26968
+ }) => void | ITabsState | WritableDraft<ITabsState>;
26125
26969
  }, "tabs">;
26126
26970
 
26127
26971
  /**
@@ -26743,6 +27587,16 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
26743
27587
  type: TSuccessEventType;
26744
27588
  }> | Extract<IDashboardLayoutSectionRemoved, {
26745
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;
26746
27600
  }> | Extract<IDashboardQueryCompleted<any, any>, {
26747
27601
  type: TSuccessEventType;
26748
27602
  }> | Extract<IDashboardQueryFailed, {
@@ -26970,6 +27824,16 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
26970
27824
  type: TErrorEventType;
26971
27825
  }> | Extract<IDashboardLayoutSectionRemoved, {
26972
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;
26973
27837
  }> | Extract<IDashboardQueryCompleted<any, any>, {
26974
27838
  type: TErrorEventType;
26975
27839
  }> | Extract<IDashboardQueryFailed, {
@@ -27651,11 +28515,23 @@ export declare type WorkingDashboardAttributeFilter = {
27651
28515
  attributeFilter: Partial<IDashboardAttributeFilter["attributeFilter"]>;
27652
28516
  };
27653
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
+
27654
28530
  /**
27655
28531
  * Partial working filter context item.
27656
28532
  *
27657
28533
  * @alpha
27658
28534
  */
27659
- export declare type WorkingFilterContextItem = WorkingDashboardAttributeFilter | IDashboardDateFilter;
28535
+ export declare type WorkingFilterContextItem = WorkingDashboardAttributeFilter | IDashboardDateFilter | WorkingDashboardMeasureValueFilter;
27660
28536
 
27661
28537
  export { }