@gooddata/sdk-ui-dashboard 11.26.0 → 11.27.0-alpha.1

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 (275) hide show
  1. package/NOTICE +8691 -5639
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/__version.js.map +1 -1
  6. package/esm/_staging/dashboard/dashboardFilterContext.d.ts.map +1 -1
  7. package/esm/_staging/dashboard/dashboardFilterContext.js +36 -22
  8. package/esm/_staging/dashboard/dashboardFilterContext.js.map +1 -1
  9. package/esm/_staging/dashboard/dashboardFilterConverter.d.ts +8 -11
  10. package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
  11. package/esm/_staging/dashboard/dashboardFilterConverter.js +36 -38
  12. package/esm/_staging/dashboard/dashboardFilterConverter.js.map +1 -1
  13. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  14. package/esm/_staging/sharedHooks/useFiltersNamings.js +54 -3
  15. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  16. package/esm/converters/filterConverters.d.ts +14 -1
  17. package/esm/converters/filterConverters.d.ts.map +1 -1
  18. package/esm/converters/filterConverters.js +40 -9
  19. package/esm/converters/filterConverters.js.map +1 -1
  20. package/esm/index.d.ts +5 -5
  21. package/esm/index.d.ts.map +1 -1
  22. package/esm/index.js +4 -4
  23. package/esm/index.js.map +1 -1
  24. package/esm/internal.d.ts +2 -1
  25. package/esm/internal.d.ts.map +1 -1
  26. package/esm/internal.js +2 -1
  27. package/esm/internal.js.map +1 -1
  28. package/esm/kdaDialog/components/bars/AttributeBar.d.ts.map +1 -1
  29. package/esm/kdaDialog/components/bars/AttributeBar.js.map +1 -1
  30. package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +2 -2
  31. package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js.map +1 -1
  32. package/esm/kdaDialog/utils.d.ts +1 -2
  33. package/esm/kdaDialog/utils.d.ts.map +1 -1
  34. package/esm/kdaDialog/utils.js +1 -10
  35. package/esm/kdaDialog/utils.js.map +1 -1
  36. package/esm/model/commandHandlers/common/validateDrillToCustomUrlParams.js +4 -4
  37. package/esm/model/commandHandlers/common/validateDrillToCustomUrlParams.js.map +1 -1
  38. package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.d.ts.map +1 -1
  39. package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.js +18 -4
  40. package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.js.map +1 -1
  41. package/esm/model/commandHandlers/dashboard/changeAttributeFilterLimitingItemsHandler.js +3 -3
  42. package/esm/model/commandHandlers/dashboard/changeAttributeFilterLimitingItemsHandler.js.map +1 -1
  43. package/esm/model/commandHandlers/dashboard/changeAttributeFilterModeHandler.js +3 -3
  44. package/esm/model/commandHandlers/dashboard/changeAttributeFilterModeHandler.js.map +1 -1
  45. package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
  46. package/esm/model/commandHandlers/dashboard/common/filterViews.js +92 -3
  47. package/esm/model/commandHandlers/dashboard/common/filterViews.js.map +1 -1
  48. package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
  49. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +11 -8
  50. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js.map +1 -1
  51. package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.d.ts.map +1 -1
  52. package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js +9 -5
  53. package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js.map +1 -1
  54. package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.js +2 -2
  55. package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.js.map +1 -1
  56. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
  57. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +4 -12
  58. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
  59. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeSelectionModeHandler.js +3 -3
  60. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeSelectionModeHandler.js.map +1 -1
  61. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeTitleHandler.js +3 -3
  62. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeTitleHandler.js.map +1 -1
  63. package/esm/model/commandHandlers/filterContext/attributeFilter/moveAttributeFilterHandler.js +2 -2
  64. package/esm/model/commandHandlers/filterContext/attributeFilter/moveAttributeFilterHandler.js.map +1 -1
  65. package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.d.ts.map +1 -1
  66. package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.js +21 -16
  67. package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.js.map +1 -1
  68. package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.d.ts +5 -0
  69. package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.d.ts.map +1 -0
  70. package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.js +46 -0
  71. package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.js.map +1 -0
  72. package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.d.ts +10 -0
  73. package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.d.ts.map +1 -0
  74. package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.js +27 -0
  75. package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.js.map +1 -0
  76. package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterDependentDateFilterHandler.js +3 -3
  77. package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterDependentDateFilterHandler.js.map +1 -1
  78. package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterParentHandler.js +4 -4
  79. package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterParentHandler.js.map +1 -1
  80. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.d.ts +2 -2
  81. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.d.ts.map +1 -1
  82. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.js +8 -7
  83. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.js.map +1 -1
  84. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.d.ts +2 -2
  85. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.d.ts.map +1 -1
  86. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.js +3 -3
  87. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.js.map +1 -1
  88. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
  89. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +60 -7
  90. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
  91. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  92. package/esm/model/commandHandlers/index.js +2 -0
  93. package/esm/model/commandHandlers/index.js.map +1 -1
  94. package/esm/model/commandHandlers/layout/validation/itemValidation.d.ts.map +1 -1
  95. package/esm/model/commandHandlers/layout/validation/itemValidation.js +7 -6
  96. package/esm/model/commandHandlers/layout/validation/itemValidation.js.map +1 -1
  97. package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.d.ts.map +1 -1
  98. package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.js +3 -3
  99. package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.js.map +1 -1
  100. package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.d.ts.map +1 -1
  101. package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js +3 -3
  102. package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js.map +1 -1
  103. package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts +3 -3
  104. package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts.map +1 -1
  105. package/esm/model/commandHandlers/widgets/common/filterOperations.js +12 -10
  106. package/esm/model/commandHandlers/widgets/common/filterOperations.js.map +1 -1
  107. package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts +2 -2
  108. package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts.map +1 -1
  109. package/esm/model/commandHandlers/widgets/validation/filterValidation.js +6 -5
  110. package/esm/model/commandHandlers/widgets/validation/filterValidation.js.map +1 -1
  111. package/esm/model/commands/base.d.ts +1 -1
  112. package/esm/model/commands/base.d.ts.map +1 -1
  113. package/esm/model/commands/filters.d.ts +64 -2
  114. package/esm/model/commands/filters.d.ts.map +1 -1
  115. package/esm/model/commands/filters.js +69 -2
  116. package/esm/model/commands/filters.js.map +1 -1
  117. package/esm/model/commands/index.d.ts +2 -2
  118. package/esm/model/commands/index.d.ts.map +1 -1
  119. package/esm/model/events/base.d.ts +1 -1
  120. package/esm/model/events/base.d.ts.map +1 -1
  121. package/esm/model/events/base.js +1 -1
  122. package/esm/model/events/base.js.map +1 -1
  123. package/esm/model/events/filters.d.ts +55 -20
  124. package/esm/model/events/filters.d.ts.map +1 -1
  125. package/esm/model/events/filters.js +17 -0
  126. package/esm/model/events/filters.js.map +1 -1
  127. package/esm/model/events/index.d.ts +2 -2
  128. package/esm/model/events/index.d.ts.map +1 -1
  129. package/esm/model/events/index.js.map +1 -1
  130. package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
  131. package/esm/model/queryServices/queryWidgetFilters.js +3 -3
  132. package/esm/model/queryServices/queryWidgetFilters.js.map +1 -1
  133. package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.d.ts +0 -3
  134. package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.d.ts.map +1 -1
  135. package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.js +3 -12
  136. package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.js.map +1 -1
  137. package/esm/model/react/useDashboardCommand.d.ts +1 -0
  138. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  139. package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
  140. package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
  141. package/esm/model/react/useWidgetFilters.d.ts.map +1 -1
  142. package/esm/model/react/useWidgetFilters.js +21 -15
  143. package/esm/model/react/useWidgetFilters.js.map +1 -1
  144. package/esm/model/store/config/configSelectors.d.ts +23 -0
  145. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  146. package/esm/model/store/config/configSelectors.js +35 -0
  147. package/esm/model/store/config/configSelectors.js.map +1 -1
  148. package/esm/model/store/filtering/dashboardFilterSelectors.d.ts.map +1 -1
  149. package/esm/model/store/filtering/dashboardFilterSelectors.js +17 -13
  150. package/esm/model/store/filtering/dashboardFilterSelectors.js.map +1 -1
  151. package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
  152. package/esm/model/store/meta/metaSelectors.js +7 -3
  153. package/esm/model/store/meta/metaSelectors.js.map +1 -1
  154. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +32 -1
  155. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
  156. package/esm/model/store/tabs/filterContext/filterContextReducers.js +164 -14
  157. package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
  158. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +161 -14
  159. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
  160. package/esm/model/store/tabs/filterContext/filterContextSelectors.js +222 -30
  161. package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
  162. package/esm/model/store/tabs/filterContext/filterContextUtils.d.ts.map +1 -1
  163. package/esm/model/store/tabs/filterContext/filterContextUtils.js +54 -10
  164. package/esm/model/store/tabs/filterContext/filterContextUtils.js.map +1 -1
  165. package/esm/model/store/tabs/index.d.ts +8 -0
  166. package/esm/model/store/tabs/index.d.ts.map +1 -1
  167. package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
  168. package/esm/model/store/tabs/layout/layoutSelectors.js +7 -5
  169. package/esm/model/store/tabs/layout/layoutSelectors.js.map +1 -1
  170. package/esm/model/utils/alertsUtils.d.ts.map +1 -1
  171. package/esm/model/utils/alertsUtils.js +3 -2
  172. package/esm/model/utils/alertsUtils.js.map +1 -1
  173. package/esm/model/utils/filterResolver.d.ts.map +1 -1
  174. package/esm/model/utils/filterResolver.js +4 -4
  175. package/esm/model/utils/filterResolver.js.map +1 -1
  176. package/esm/plugins/customizationApis/attributeFiltersCustomizer.d.ts +2 -2
  177. package/esm/plugins/customizationApis/attributeFiltersCustomizer.d.ts.map +1 -1
  178. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts +2 -2
  179. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
  180. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
  181. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts +2 -2
  182. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts.map +1 -1
  183. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js +1 -1
  184. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js.map +1 -1
  185. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  186. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +10 -11
  187. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  188. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts +1 -1
  189. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts.map +1 -1
  190. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js +9 -4
  191. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js.map +1 -1
  192. package/esm/presentation/automationFilters/useAutomationFilters.d.ts.map +1 -1
  193. package/esm/presentation/automationFilters/useAutomationFilters.js +5 -13
  194. package/esm/presentation/automationFilters/useAutomationFilters.js.map +1 -1
  195. package/esm/presentation/automationFilters/utils.d.ts.map +1 -1
  196. package/esm/presentation/automationFilters/utils.js +17 -15
  197. package/esm/presentation/automationFilters/utils.js.map +1 -1
  198. package/esm/presentation/dashboardContexts/types.d.ts +2 -2
  199. package/esm/presentation/dashboardContexts/types.d.ts.map +1 -1
  200. package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
  201. package/esm/presentation/dragAndDrop/DeleteDropZone.js +4 -4
  202. package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
  203. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.d.ts.map +1 -1
  204. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js +2 -2
  205. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js.map +1 -1
  206. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts +4 -4
  207. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts.map +1 -1
  208. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js +6 -4
  209. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js.map +1 -1
  210. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
  211. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +2 -1
  212. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
  213. package/esm/presentation/dragAndDrop/types.d.ts +2 -2
  214. package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
  215. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js +4 -4
  216. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js.map +1 -1
  217. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.d.ts.map +1 -1
  218. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.js +5 -3
  219. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.js.map +1 -1
  220. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts +11 -0
  221. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map +1 -1
  222. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js +63 -7
  223. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js.map +1 -1
  224. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  225. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +119 -34
  226. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  227. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
  228. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js +11 -8
  229. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js.map +1 -1
  230. package/esm/presentation/filterBar/attributeFilter/types.d.ts +8 -5
  231. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  232. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts +2 -2
  233. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
  234. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +4 -3
  235. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
  236. package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts +2 -2
  237. package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
  238. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +6 -4
  239. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
  240. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
  241. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +1 -2
  242. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
  243. package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.d.ts.map +1 -1
  244. package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.js +52 -11
  245. package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.js.map +1 -1
  246. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  247. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +31 -3
  248. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  249. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
  250. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +12 -8
  251. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
  252. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +5 -5
  253. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
  254. package/esm/presentation/filterBar/filterBar/types.d.ts +2 -2
  255. package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
  256. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +3 -3
  257. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
  258. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +14 -9
  259. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
  260. package/esm/presentation/filterBar/utils.d.ts.map +1 -1
  261. package/esm/presentation/filterBar/utils.js +4 -2
  262. package/esm/presentation/filterBar/utils.js.map +1 -1
  263. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
  264. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.js +7 -6
  265. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.js.map +1 -1
  266. package/esm/presentation/widget/common/configuration/FilterConfiguration.d.ts.map +1 -1
  267. package/esm/presentation/widget/common/configuration/FilterConfiguration.js +12 -9
  268. package/esm/presentation/widget/common/configuration/FilterConfiguration.js.map +1 -1
  269. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.d.ts.map +1 -1
  270. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js +21 -2
  271. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js.map +1 -1
  272. package/esm/sdk-ui-dashboard.d.ts +371 -33
  273. package/package.json +20 -20
  274. package/styles/css/main.css +74 -50
  275. package/styles/css/main.css.map +1 -1
@@ -21,6 +21,7 @@ import { ComponentType } from 'react';
21
21
  import { Context } from 'react';
22
22
  import { CurrentUserPermissions } from '@gooddata/sdk-ui-kit';
23
23
  import { DashboardAttributeFilterConfigMode } from '@gooddata/sdk-model';
24
+ import { DashboardAttributeFilterItem } from '@gooddata/sdk-model';
24
25
  import { DashboardAttributeFilterSelectionMode } from '@gooddata/sdk-model';
25
26
  import { DashboardDateFilterConfigMode } from '@gooddata/sdk-model';
26
27
  import { DashboardFiltersApplyMode } from '@gooddata/sdk-model';
@@ -229,6 +230,7 @@ export declare type ActionFailedErrorReason = "USER_ERROR" | "INTERNAL_ERROR";
229
230
  *
230
231
  * The filter will be set for the display form provided by reference. When created, the filter will be
231
232
  * no-op - all the elements will be selected.
233
+ * @remarks Does not support adding text filters.
232
234
  *
233
235
  * @param displayForm - specify attribute display form which will be used for filtering
234
236
  * @param index - specify index among the attribute filters at which the new filter should be placed.
@@ -530,7 +532,7 @@ export declare function anyEventHandler(handler: DashboardEventHandler["handler"
530
532
  *
531
533
  * @public
532
534
  */
533
- export declare function applyAttributeFilter(filterLocalId: string, filter: IAttributeFilter, correlationId?: string): ChangeAttributeFilterSelection | undefined;
535
+ export declare function applyAttributeFilter(filterLocalId: string, filter: IAttributeFilter, correlationId?: string): ChangeAttributeFilterSelection | ReplaceAttributeFilterItemSelection | undefined;
534
536
 
535
537
  /**
536
538
  * Creates the ChangeDateFilterSelection command.
@@ -577,7 +579,7 @@ export declare function applyFilterView(ref: ObjRef, correlationId?: string): IA
577
579
  /**
578
580
  * @public
579
581
  */
580
- export declare type AttributeFilterComponentProvider = (filter: IDashboardAttributeFilter) => CustomDashboardAttributeFilterComponent;
582
+ export declare type AttributeFilterComponentProvider = (filter: DashboardAttributeFilterItem) => CustomDashboardAttributeFilterComponent;
581
583
 
582
584
  /**
583
585
  * Definition of attribute filter components
@@ -598,7 +600,7 @@ export declare type AttributeFilterDraggableComponent = {
598
600
  */
599
601
  export declare type AttributeFilterDraggableItem = {
600
602
  type: "attributeFilter";
601
- filter: IDashboardAttributeFilter;
603
+ filter: DashboardAttributeFilterItem;
602
604
  filterIndex: number;
603
605
  };
604
606
 
@@ -1953,6 +1955,46 @@ export declare type DashboardAsyncRenderResolvedPayload = {
1953
1955
  readonly id: string;
1954
1956
  };
1955
1957
 
1958
+ /**
1959
+ * This event is emitted after an attribute filter item's selection is replaced.
1960
+ *
1961
+ * @remarks
1962
+ * Unlike {@link DashboardAttributeFilterSelectionChanged}, this event supports all attribute filter
1963
+ * types including text filters (arbitrary and match).
1964
+ *
1965
+ * @public
1966
+ */
1967
+ export declare type DashboardAttributeFilterItemSelectionReplaced = IDashboardEvent & {
1968
+ readonly type: "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.SELECTION_REPLACED";
1969
+ readonly payload: DashboardAttributeFilterItemSelectionReplacedPayload;
1970
+ };
1971
+
1972
+ /**
1973
+ * Payload of the {@link DashboardAttributeFilterItemSelectionReplaced} event.
1974
+ *
1975
+ * @public
1976
+ */
1977
+ export declare type DashboardAttributeFilterItemSelectionReplacedPayload = {
1978
+ /**
1979
+ * The updated definition of the dashboard attribute filter item.
1980
+ *
1981
+ * This can be any attribute filter type: element-based, arbitrary text, or match text filter.
1982
+ */
1983
+ readonly filter: DashboardAttributeFilterItem;
1984
+ };
1985
+
1986
+ /**
1987
+ * Converts any {@link @gooddata/sdk-model#DashboardAttributeFilterItem} to {@link @gooddata/sdk-model#IAttributeFilter} instance.
1988
+ *
1989
+ * @remarks
1990
+ * Handles all attribute filter types: element-based (positive/negative selection),
1991
+ * arbitrary value filters, and match (text) filters.
1992
+ *
1993
+ * @param filter - dashboard attribute filter item to convert
1994
+ * @public
1995
+ */
1996
+ export declare function dashboardAttributeFilterItemToAttributeFilter(filter: DashboardAttributeFilterItem): IAttributeFilter;
1997
+
1956
1998
  /**
1957
1999
  * This event is emitted after new elements are selected and applied in an attribute filter.
1958
2000
  *
@@ -1993,6 +2035,8 @@ export declare type DashboardAttributeFilterSelectionChangedPayload = {
1993
2035
  * Converts {@link @gooddata/sdk-backend-spi#IDashboardAttributeFilter} to {@link @gooddata/sdk-model#IAttributeFilter} instance.
1994
2036
  *
1995
2037
  * @param filter - filter context attribute filter to convert
2038
+ * @deprecated Use {@link dashboardAttributeFilterItemToAttributeFilter} instead,
2039
+ * which supports all attribute filter types including text filters.
1996
2040
  * @public
1997
2041
  */
1998
2042
  export declare function dashboardAttributeFilterToAttributeFilter(filter: IDashboardAttributeFilter): IAttributeFilter;
@@ -2007,7 +2051,7 @@ export declare function dashboardAttributeFilterToAttributeFilter(filter: IDashb
2007
2051
  *
2008
2052
  * @public
2009
2053
  */
2010
- export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | IChangeRenderMode | IChangeDashboardDensity | IRequestOpenDensityDialog | ISaveDashboard | IRenameDashboard | IResetDashboard | IExportDashboardToPdf | IExportDashboardToExcel | IExportDashboardToPdfPresentation | IExportDashboardToPptPresentation | IDeleteDashboard | ITriggerEvent | IUpsertExecutionResult | IAddAttributeFilter | 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 | 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;
2054
+ 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 | 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 | 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;
2011
2055
 
2012
2056
  /**
2013
2057
  * All available command types.
@@ -2020,7 +2064,7 @@ export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs |
2020
2064
  *
2021
2065
  * @public
2022
2066
  */
2023
- 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.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.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_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";
2067
+ 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.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_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";
2024
2068
 
2025
2069
  /**
2026
2070
  * Dashboard configuration can influence the available features, look and feel and behavior of the dashboard.
@@ -2559,7 +2603,7 @@ export declare type DashboardEventHandlerFn<TEvents extends DashboardEvents | IC
2559
2603
  *
2560
2604
  * @public
2561
2605
  */
2562
- 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 | 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;
2606
+ 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;
2563
2607
 
2564
2608
  /**
2565
2609
  * A union of all available built-in dashboard event type names.
@@ -2581,7 +2625,7 @@ export declare type DashboardEvents = DashboardInitialized | DashboardDeinitiali
2581
2625
  *
2582
2626
  * @public
2583
2627
  */
2584
- 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.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.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";
2628
+ 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.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";
2585
2629
 
2586
2630
  /**
2587
2631
  * This event is emitted after _any_ change to dashboard filters (be it date or attribute filter).
@@ -4598,9 +4642,9 @@ export declare function FilterBar(props: IFilterBarProps): ReactElement;
4598
4642
  * @internal
4599
4643
  */
4600
4644
  export declare type FilterBarAttributeFilterIndexed = {
4601
- filter: IDashboardAttributeFilter;
4645
+ filter: DashboardAttributeFilterItem;
4602
4646
  filterIndex: number;
4603
- workingFilter?: IDashboardAttributeFilter;
4647
+ workingFilter?: DashboardAttributeFilterItem;
4604
4648
  };
4605
4649
 
4606
4650
  /**
@@ -6213,6 +6257,15 @@ export declare interface IChangeSharingPayload {
6213
6257
  readonly newSharingProperties: ISharingApplyPayload_2;
6214
6258
  }
6215
6259
 
6260
+ /**
6261
+ * @internal
6262
+ */
6263
+ export declare interface IChangeTextFilterDisplayFormPayload {
6264
+ readonly filterLocalId: string;
6265
+ readonly displayForm: ObjRef;
6266
+ readonly tabLocalIdentifier?: string;
6267
+ }
6268
+
6216
6269
  /**
6217
6270
  * @internal
6218
6271
  */
@@ -6591,7 +6644,7 @@ export declare interface IDashboardAttributeFilterConfigLimitingItemsChangedPayl
6591
6644
  *
6592
6645
  * The definition of mode represents the new state.
6593
6646
  */
6594
- readonly filter: IDashboardAttributeFilter;
6647
+ readonly filter: DashboardAttributeFilterItem;
6595
6648
  }
6596
6649
 
6597
6650
  /**
@@ -6615,7 +6668,7 @@ export declare interface IDashboardAttributeFilterConfigModeChangedPayload {
6615
6668
  *
6616
6669
  * The definition of mode represents the new state.
6617
6670
  */
6618
- readonly filter: IDashboardAttributeFilter;
6671
+ readonly filter: DashboardAttributeFilterItem;
6619
6672
  }
6620
6673
 
6621
6674
  /**
@@ -6645,7 +6698,7 @@ export declare interface IDashboardAttributeFilterMovedPayload {
6645
6698
  /**
6646
6699
  * Definition of the dashboard attribute filter that was moved.
6647
6700
  */
6648
- readonly moved: IDashboardAttributeFilter;
6701
+ readonly moved: DashboardAttributeFilterItem;
6649
6702
  /**
6650
6703
  * The original position of the filter.
6651
6704
  */
@@ -6676,7 +6729,7 @@ export declare interface IDashboardAttributeFilterParentChangedPayload {
6676
6729
  *
6677
6730
  * The definition of parents represents the new state.
6678
6731
  */
6679
- readonly filter: IDashboardAttributeFilter;
6732
+ readonly filter: DashboardAttributeFilterItem;
6680
6733
  }
6681
6734
 
6682
6735
  /**
@@ -6719,12 +6772,15 @@ export declare interface IDashboardAttributeFilterPlaceholderProps {
6719
6772
  export declare interface IDashboardAttributeFilterProps {
6720
6773
  /**
6721
6774
  * Definition of filter to render.
6775
+ *
6776
+ * @remarks
6777
+ * This can be any attribute filter type: element-based, arbitrary, or match filter.
6722
6778
  */
6723
- filter: IDashboardAttributeFilter;
6779
+ filter: DashboardAttributeFilterItem;
6724
6780
  /**
6725
6781
  * Working filter which selection will be used to render.
6726
6782
  */
6727
- workingFilter?: IDashboardAttributeFilter;
6783
+ workingFilter?: DashboardAttributeFilterItem;
6728
6784
  /**
6729
6785
  * When the user interacts with the filter and changes its value, it MUST use this callback to propagate the
6730
6786
  * new filter value.
@@ -6737,7 +6793,7 @@ export declare interface IDashboardAttributeFilterProps {
6737
6793
  * metadata level.
6738
6794
  * @param isSelectionInvalid - specifies if filter selection is invalid
6739
6795
  */
6740
- onFilterChanged: (filter: IDashboardAttributeFilter, displayAsLabel?: ObjRef, isWorkingSelectionChange?: boolean, isResultOfMigration?: boolean, isSelectionInvalid?: boolean) => void;
6796
+ onFilterChanged: (filter: DashboardAttributeFilterItem, displayAsLabel?: ObjRef, isWorkingSelectionChange?: boolean, isResultOfMigration?: boolean, isSelectionInvalid?: boolean) => void;
6741
6797
  /**
6742
6798
  * Callback to be called, when user closes filter dropdown
6743
6799
  */
@@ -6827,7 +6883,7 @@ export declare interface IDashboardAttributeFilterRemovedPayload {
6827
6883
  /**
6828
6884
  * The dashboard attribute filter that has been removed.
6829
6885
  */
6830
- readonly removed: IDashboardAttributeFilter;
6886
+ readonly removed: DashboardAttributeFilterItem;
6831
6887
  /**
6832
6888
  * If the removed filter figured as a parent filter for some other filters, then
6833
6889
  * those children have lost their parent - the relationship was removed.
@@ -6835,7 +6891,7 @@ export declare interface IDashboardAttributeFilterRemovedPayload {
6835
6891
  * If any children filters were impacted by the removal, their new definition that does
6836
6892
  * not include the parent relationship is included here.
6837
6893
  */
6838
- readonly children?: ReadonlyArray<IDashboardAttributeFilter>;
6894
+ readonly children?: ReadonlyArray<DashboardAttributeFilterItem>;
6839
6895
  }
6840
6896
 
6841
6897
  /**
@@ -6858,8 +6914,9 @@ export declare interface IDashboardAttributeSelectionModeChangedPayload {
6858
6914
  * The updated definition of the dashboard attribute filter.
6859
6915
  *
6860
6916
  * The definition of selection mode represents the new state.
6917
+ * For text filters (arbitrary, match), selection mode has no effect.
6861
6918
  */
6862
- readonly filter: IDashboardAttributeFilter;
6919
+ readonly filter: DashboardAttributeFilterItem;
6863
6920
  }
6864
6921
 
6865
6922
  /**
@@ -6882,7 +6939,7 @@ export declare interface IDashboardAttributeTitleChangedPayload {
6882
6939
  *
6883
6940
  * The definition of parents represents the new state.
6884
6941
  */
6885
- readonly filter: IDashboardAttributeFilter;
6942
+ readonly filter: DashboardAttributeFilterItem;
6886
6943
  }
6887
6944
 
6888
6945
  /**
@@ -8790,7 +8847,7 @@ export declare interface IDashboardFilterContextSelectionReset extends IDashboar
8790
8847
  */
8791
8848
  export declare interface IDashboardFilterGroupProps {
8792
8849
  groupItem: IFilterBarFilterGroupItem;
8793
- onAttributeFilterChanged: (filter: IDashboardAttributeFilter) => void;
8850
+ onAttributeFilterChanged: (filter: DashboardAttributeFilterItem) => void;
8794
8851
  DashboardAttributeFilterComponent?: CustomDashboardAttributeFilterComponent;
8795
8852
  }
8796
8853
 
@@ -12503,7 +12560,7 @@ export declare interface IFilterBarProps {
12503
12560
  *
12504
12561
  * @param filter - filter that has changed
12505
12562
  */
12506
- onAttributeFilterChanged: (filter: IDashboardAttributeFilter, displayAsLabel?: ObjRef) => void;
12563
+ onAttributeFilterChanged: (filter: DashboardAttributeFilterItem, displayAsLabel?: ObjRef) => void;
12507
12564
  /**
12508
12565
  * When value of a date filter that is part of the FilterBar changes, the filter bar MUST propagate the event
12509
12566
  * using this callback.
@@ -15185,6 +15242,22 @@ export declare interface IRenderModeState {
15185
15242
  renderMode: RenderMode;
15186
15243
  }
15187
15244
 
15245
+ /**
15246
+ * Payload for replacing an attribute filter item (standard, arbitrary, or match) in the filter context.
15247
+ * @internal
15248
+ */
15249
+ export declare interface IReplaceAttributeFilterItemPayload {
15250
+ readonly filterLocalId: string;
15251
+ readonly filter: DashboardAttributeFilterItem;
15252
+ readonly isWorkingSelectionChange?: boolean;
15253
+ readonly isSelectionInvalid?: boolean;
15254
+ /**
15255
+ * Optional tab local identifier to target a specific tab.
15256
+ * If not provided, the active tab will be used.
15257
+ */
15258
+ readonly tabLocalIdentifier?: string;
15259
+ }
15260
+
15188
15261
  /**
15189
15262
  * @beta
15190
15263
  */
@@ -16053,6 +16126,14 @@ export declare const isDashboardAttributeFilterConfigLimitingItemsChanged: (obj:
16053
16126
  */
16054
16127
  export declare const isDashboardAttributeFilterConfigModeChanged: (obj: unknown) => obj is IDashboardAttributeFilterConfigModeChanged;
16055
16128
 
16129
+ /**
16130
+ * Tests whether the provided object is an instance of {@link DashboardAttributeFilterItemSelectionReplaced}.
16131
+ *
16132
+ * @param obj - object to test
16133
+ * @public
16134
+ */
16135
+ export declare const isDashboardAttributeFilterItemSelectionReplaced: (obj: unknown) => obj is DashboardAttributeFilterItemSelectionReplaced;
16136
+
16056
16137
  /**
16057
16138
  * Tests whether the provided object is an instance of {@link IDashboardAttributeFilterMoved}.
16058
16139
  *
@@ -20585,6 +20666,60 @@ export declare const RenderModeAwareTitle: ComponentType<ITitleProps>;
20585
20666
  */
20586
20667
  export declare const RenderModeAwareTopBar: ComponentType<ITopBarProps>;
20587
20668
 
20669
+ /**
20670
+ * Command for replacing an attribute filter item's selection.
20671
+ *
20672
+ * @remarks
20673
+ * This command replaces the entire filter item in the filter context. It supports all attribute filter
20674
+ * types including standard element-based, arbitrary text, and match text filters.
20675
+ *
20676
+ * @public
20677
+ */
20678
+ export declare type ReplaceAttributeFilterItemSelection = IDashboardCommand & {
20679
+ readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.REPLACE_SELECTION";
20680
+ readonly payload: ReplaceAttributeFilterItemSelectionPayload;
20681
+ };
20682
+
20683
+ /**
20684
+ * Creates the ReplaceAttributeFilterItemSelection command for applied filters.
20685
+ *
20686
+ * @remarks
20687
+ * Dispatching this command will result in replacement of the attribute filter item with the provided
20688
+ * filter in the dashboard filter context.
20689
+ *
20690
+ * @param filterLocalId - dashboard attribute filter's local id
20691
+ * @param filter - the replacement filter item
20692
+ * @param correlationId - specify correlation id to use for this command
20693
+ *
20694
+ * @internal
20695
+ */
20696
+ export declare function replaceAttributeFilterItemSelection(filterLocalId: string, filter: DashboardAttributeFilterItem, correlationId?: string, isSelectionInvalid?: boolean): ReplaceAttributeFilterItemSelection;
20697
+
20698
+ /**
20699
+ * Payload type for {@link ReplaceAttributeFilterItemSelection} command.
20700
+ *
20701
+ * @internal
20702
+ */
20703
+ export declare type ReplaceAttributeFilterItemSelectionPayload = {
20704
+ /**
20705
+ * Dashboard attribute filter's local identifier.
20706
+ */
20707
+ readonly filterLocalId: string;
20708
+ /**
20709
+ * The full replacement filter item (can be standard, arbitrary, or match attribute filter).
20710
+ */
20711
+ readonly filter: DashboardAttributeFilterItem;
20712
+ /**
20713
+ * Determines if this command should change working (staged for application) filters or applied filters.
20714
+ * Default is false - command changes applied filters.
20715
+ */
20716
+ readonly isWorkingSelectionChange?: boolean;
20717
+ /**
20718
+ * Specifies if filter selection is invalid (e.g. text filter with missing value/literal).
20719
+ */
20720
+ readonly isSelectionInvalid?: boolean;
20721
+ };
20722
+
20588
20723
  /**
20589
20724
  * Creates the ChangeInsightWidgetFilterSettings command for {@link IFilterOpReplaceAll} operation.
20590
20725
  *
@@ -20684,6 +20819,17 @@ export declare function replaceNestedLayoutSectionItem(itemPath: ILayoutItemPath
20684
20819
  */
20685
20820
  export declare function replaceSectionItem(sectionIndex: number, itemIndex: number, item: DashboardItemDefinition, stashIdentifier?: StashedDashboardItemsId, autoResolveDateFilterDataset?: boolean, correlationId?: string): IReplaceSectionItem;
20686
20821
 
20822
+ /**
20823
+ * Creates the ReplaceAttributeFilterItemSelection command for working filters.
20824
+ *
20825
+ * @param filterLocalId - dashboard attribute filter's local id
20826
+ * @param filter - the replacement filter item
20827
+ * @param correlationId - specify correlation id to use for this command
20828
+ *
20829
+ * @internal
20830
+ */
20831
+ export declare function replaceWorkingAttributeFilterItemSelection(filterLocalId: string, filter: DashboardAttributeFilterItem, correlationId?: string, isSelectionInvalid?: boolean): ReplaceAttributeFilterItemSelection;
20832
+
20687
20833
  /**
20688
20834
  * Creates the RepositionDashboardTab command.
20689
20835
  *
@@ -21475,9 +21621,10 @@ export declare const selectAttributeFilterConfigsOverridesByTab: DashboardSelect
21475
21621
  export declare const selectAttributeFilterDescendants: (localId: string) => DashboardSelector<string[]>;
21476
21622
 
21477
21623
  /**
21478
- * Creates a selector to get a display form of the filter defined by its local identifier.
21624
+ * Creates a selector to get a display form of an element-based filter defined by its local identifier.
21479
21625
  *
21480
21626
  * @internal
21627
+ * @deprecated Use {@link selectAttributeFilterItemDisplayFormByLocalId} to include all attribute filter types.
21481
21628
  */
21482
21629
  export declare const selectAttributeFilterDisplayFormByLocalId: (localId: string) => DashboardSelector<ObjRef>;
21483
21630
 
@@ -21505,6 +21652,14 @@ export declare const selectAttributeFilterDisplayForms: DashboardSelector<IAttri
21505
21652
  */
21506
21653
  export declare const selectAttributeFilterDisplayFormsMap: DashboardSelector<ObjRefMap<IAttributeDisplayFormMetadataObject>>;
21507
21654
 
21655
+ /**
21656
+ * Creates a selector to get a display form of any attribute-based filter defined by its local identifier.
21657
+ * Matches element-based, arbitrary, and match attribute filters.
21658
+ *
21659
+ * @internal
21660
+ */
21661
+ export declare const selectAttributeFilterItemDisplayFormByLocalId: (localId: string) => DashboardSelector<ObjRef>;
21662
+
21508
21663
  /**
21509
21664
  * @alpha
21510
21665
  */
@@ -22942,49 +23097,131 @@ export declare const selectFilterableWidgetByRef: (ref: ObjRef | undefined) => D
22942
23097
  export declare const selectFilterBarExpanded: DashboardSelector<boolean>;
22943
23098
 
22944
23099
  /**
22945
- * Creates a selector for selecting attribute filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
23100
+ * Creates a selector for selecting element-based attribute filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
22946
23101
  *
22947
23102
  * @remarks
22948
23103
  * Invocations before initialization lead to invariant errors.
22949
23104
  *
23105
+ * Note: This selector does not match arbitrary or match (text) attribute filters.
23106
+ * Use {@link selectFilterContextAttributeFilterItemByDisplayForm} to match all attribute filter types.
23107
+ *
22950
23108
  * @public
23109
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemByDisplayForm} to include all attribute filter types.
22951
23110
  */
22952
23111
  export declare const selectFilterContextAttributeFilterByDisplayForm: (displayForm: ObjRef) => (state: DashboardState) => IDashboardAttributeFilter | undefined;
22953
23112
 
22954
23113
  /**
22955
- * Creates a selector for selecting attribute filter by its display form from a specific tab.
23114
+ * Creates a selector for selecting element-based attribute filter by its display form from a specific tab.
22956
23115
  *
22957
23116
  * @param displayForm - Display form ref
22958
23117
  * @param tabLocalIdentifier - Tab local identifier
22959
23118
  * @returns Attribute filter matching the display form, or undefined if not found
22960
23119
  *
22961
23120
  * @internal
23121
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemByDisplayFormForTab} to include all attribute filter types.
22962
23122
  */
22963
23123
  export declare const selectFilterContextAttributeFilterByDisplayFormForTab: (displayForm: ObjRef, tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
22964
23124
 
22965
23125
  /**
22966
- * Creates a selector for selecting attribute filter by its localId.
23126
+ * Creates a selector for selecting element-based attribute filter by its localId.
22967
23127
  *
22968
23128
  * @remarks
22969
23129
  * Invocations before initialization lead to invariant errors.
22970
23130
  *
23131
+ * Note: This selector does not match arbitrary or match (text) attribute filters.
23132
+ * Use {@link selectFilterContextAttributeFilterItemByLocalId} to match all attribute filter types.
23133
+ *
22971
23134
  * @public
23135
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemByLocalId} to include all attribute filter types.
22972
23136
  */
22973
23137
  export declare const selectFilterContextAttributeFilterByLocalId: (localId: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
22974
23138
 
22975
23139
  /**
22976
- * Creates a selector for selecting attribute filter by its localId from a specific tab.
23140
+ * Creates a selector for selecting element-based attribute filter by its localId from a specific tab.
22977
23141
  *
22978
23142
  * @param localId - Filter local identifier
22979
23143
  * @param tabLocalIdentifier - Tab local identifier
22980
23144
  * @returns Attribute filter matching the local id, or undefined if not found
22981
23145
  *
22982
23146
  * @internal
23147
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemByLocalIdForTab} to include all attribute filter types.
22983
23148
  */
22984
23149
  export declare const selectFilterContextAttributeFilterByLocalIdForTab: (localId: string, tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
22985
23150
 
22986
23151
  /**
22987
- * This selector returns dashboard's applied filter context attribute filters.
23152
+ * Creates a selector for selecting element-based attribute filter index by its localId.
23153
+ *
23154
+ * @remarks
23155
+ * Invocations before initialization lead to invariant errors.
23156
+ *
23157
+ * Note: This selector does not match arbitrary or match (text) attribute filters.
23158
+ * Use {@link selectFilterContextAttributeFilterItemIndexByLocalId} to match all attribute filter types.
23159
+ *
23160
+ * @public
23161
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemIndexByLocalId} to include all attribute filter types.
23162
+ */
23163
+ export declare const selectFilterContextAttributeFilterIndexByLocalId: (localId: string) => DashboardSelector<number>;
23164
+
23165
+ /**
23166
+ * Creates a selector for selecting any attribute-based filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
23167
+ * Matches element-based, arbitrary, and match attribute filters.
23168
+ *
23169
+ * @remarks
23170
+ * Invocations before initialization lead to invariant errors.
23171
+ *
23172
+ * @public
23173
+ */
23174
+ export declare const selectFilterContextAttributeFilterItemByDisplayForm: (displayForm: ObjRef) => (state: DashboardState) => DashboardAttributeFilterItem | undefined;
23175
+
23176
+ /**
23177
+ * Creates a selector for selecting any attribute-based filter by its display form from a specific tab.
23178
+ * Matches element-based, arbitrary, and match attribute filters.
23179
+ *
23180
+ * @param displayForm - Display form ref
23181
+ * @param tabLocalIdentifier - Tab local identifier
23182
+ * @returns Attribute filter item matching the display form, or undefined if not found
23183
+ *
23184
+ * @internal
23185
+ */
23186
+ export declare const selectFilterContextAttributeFilterItemByDisplayFormForTab: (displayForm: ObjRef, tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
23187
+
23188
+ /**
23189
+ * Creates a selector for selecting any attribute-based filter by its localId.
23190
+ * Matches element-based, arbitrary, and match attribute filters.
23191
+ *
23192
+ * @remarks
23193
+ * Invocations before initialization lead to invariant errors.
23194
+ *
23195
+ * @public
23196
+ */
23197
+ export declare const selectFilterContextAttributeFilterItemByLocalId: (localId: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
23198
+
23199
+ /**
23200
+ * Creates a selector for selecting any attribute-based filter by its localId from a specific tab.
23201
+ * Matches element-based, arbitrary, and match attribute filters.
23202
+ *
23203
+ * @param localId - Filter local identifier
23204
+ * @param tabLocalIdentifier - Tab local identifier
23205
+ * @returns Attribute filter item matching the local id, or undefined if not found
23206
+ *
23207
+ * @internal
23208
+ */
23209
+ export declare const selectFilterContextAttributeFilterItemByLocalIdForTab: (localId: string, tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
23210
+
23211
+ /**
23212
+ * Creates a selector for selecting any attribute-based filter index by its localId.
23213
+ * Matches element-based, arbitrary, and match attribute filters.
23214
+ *
23215
+ * @remarks
23216
+ * Invocations before initialization lead to invariant errors.
23217
+ *
23218
+ * @public
23219
+ */
23220
+ export declare const selectFilterContextAttributeFilterItemIndexByLocalId: (localId: string) => DashboardSelector<number>;
23221
+
23222
+ /**
23223
+ * This selector returns all dashboard's applied filter context attribute-based filters,
23224
+ * including element-based, arbitrary, and match filters.
22988
23225
  *
22989
23226
  * @remarks
22990
23227
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -22992,15 +23229,41 @@ export declare const selectFilterContextAttributeFilterByLocalIdForTab: (localId
22992
23229
  *
22993
23230
  * @public
22994
23231
  */
23232
+ export declare const selectFilterContextAttributeFilterItems: DashboardSelector<DashboardAttributeFilterItem[]>;
23233
+
23234
+ /**
23235
+ * Returns all attribute-based filters (element-based, arbitrary, and match) for a specific tab.
23236
+ *
23237
+ * @param tabLocalIdentifier - Tab local identifier
23238
+ * @returns All attribute-based filters for the specified tab
23239
+ *
23240
+ * @internal
23241
+ */
23242
+ export declare const selectFilterContextAttributeFilterItemsForTab: (tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem[]>;
23243
+
23244
+ /**
23245
+ * This selector returns dashboard's applied filter context attribute filters with element-based selection only.
23246
+ *
23247
+ * @remarks
23248
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
23249
+ * Invocations before initialization lead to invariant errors.
23250
+ *
23251
+ * Note: This selector does not include arbitrary or match (text) attribute filters.
23252
+ * Use {@link selectFilterContextAttributeFilterItems} to get all attribute-based filters.
23253
+ *
23254
+ * @public
23255
+ * @deprecated Use {@link selectFilterContextAttributeFilterItems} to include all attribute filter types.
23256
+ */
22995
23257
  export declare const selectFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
22996
23258
 
22997
23259
  /**
22998
- * Returns attribute filters for a specific tab.
23260
+ * Returns element-based attribute filters for a specific tab.
22999
23261
  *
23000
23262
  * @param tabLocalIdentifier - Tab local identifier
23001
23263
  * @returns Attribute filters for the specified tab
23002
23264
  *
23003
23265
  * @internal
23266
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemsForTab} to include all attribute filter types.
23004
23267
  */
23005
23268
  export declare const selectFilterContextAttributeFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
23006
23269
 
@@ -23080,6 +23343,33 @@ export declare const selectFilterContextDateFiltersWithDimensionForTab: (tabLoca
23080
23343
  */
23081
23344
  export declare const selectFilterContextDefinition: DashboardSelector<IFilterContextDefinition>;
23082
23345
 
23346
+ /**
23347
+ * This selector returns all dashboard's filter context draggable filters,
23348
+ * including date filters and all attribute-based filters (element-based, arbitrary, and match).
23349
+ *
23350
+ * @remarks
23351
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
23352
+ * Invocations before initialization lead to invariant errors.
23353
+ *
23354
+ * @public
23355
+ */
23356
+ export declare const selectFilterContextDraggableFilterItems: DashboardSelector<Array<IDashboardDateFilter | DashboardAttributeFilterItem>>;
23357
+
23358
+ /**
23359
+ * This selector returns dashboard's filter context draggable filters (element-based attribute filters and date filters).
23360
+ *
23361
+ * @remarks
23362
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
23363
+ * Invocations before initialization lead to invariant errors.
23364
+ *
23365
+ * Note: This selector does not include arbitrary or match (text) attribute filters.
23366
+ * Use {@link selectFilterContextDraggableFilterItems} to get all draggable filters.
23367
+ *
23368
+ * @public
23369
+ * @deprecated Use {@link selectFilterContextDraggableFilterItems} to include all attribute filter types.
23370
+ */
23371
+ export declare const selectFilterContextDraggableFilters: DashboardSelector<Array<IDashboardDateFilter | IDashboardAttributeFilter>>;
23372
+
23083
23373
  /**
23084
23374
  * This selector returns dashboard's applied filter context filters.
23085
23375
  *
@@ -24096,10 +24386,19 @@ export declare const selectOriginalFilterContextFiltersByTab: ((state: Dashboard
24096
24386
  };
24097
24387
 
24098
24388
  /**
24099
- * Creates a selector for selecting all filters with different reference than the given one.
24389
+ * Creates a selector for selecting all attribute-based filters with different reference than the given one.
24390
+ * Includes element-based, arbitrary, and match attribute filters.
24100
24391
  *
24101
24392
  * @internal
24102
24393
  */
24394
+ export declare const selectOtherContextAttributeFilterItems: (ref?: ObjRef) => DashboardSelector<DashboardAttributeFilterItem[]>;
24395
+
24396
+ /**
24397
+ * Creates a selector for selecting all element-based filters with different reference than the given one.
24398
+ *
24399
+ * @internal
24400
+ * @deprecated Use {@link selectOtherContextAttributeFilterItems} to include all attribute filter types.
24401
+ */
24103
24402
  export declare const selectOtherContextAttributeFilters: (ref?: ObjRef) => DashboardSelector<IDashboardAttributeFilter[]>;
24104
24403
 
24105
24404
  /**
@@ -24533,7 +24832,8 @@ export declare const selectWidgetsOverlay: DashboardSelector<Record<string, IDas
24533
24832
  export declare const selectWidgetsOverlayState: (refs: (ObjRef | undefined)[]) => DashboardSelector<boolean>;
24534
24833
 
24535
24834
  /**
24536
- * This selector returns dashboard's working filter context attribute filters.
24835
+ * This selector returns all dashboard's working filter context attribute-based filters,
24836
+ * including element-based, arbitrary, and match filters.
24537
24837
  *
24538
24838
  * @remarks
24539
24839
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -24541,15 +24841,41 @@ export declare const selectWidgetsOverlayState: (refs: (ObjRef | undefined)[]) =
24541
24841
  *
24542
24842
  * @public
24543
24843
  */
24844
+ export declare const selectWorkingFilterContextAttributeFilterItems: DashboardSelector<DashboardAttributeFilterItem[]>;
24845
+
24846
+ /**
24847
+ * Returns all working attribute-based filters (element-based, arbitrary, and match) for a specific tab.
24848
+ *
24849
+ * @param tabLocalIdentifier - Tab local identifier
24850
+ * @returns All working attribute-based filters for the specified tab
24851
+ *
24852
+ * @internal
24853
+ */
24854
+ export declare const selectWorkingFilterContextAttributeFilterItemsForTab: (tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem[]>;
24855
+
24856
+ /**
24857
+ * This selector returns dashboard's working filter context attribute filters with element-based selection only.
24858
+ *
24859
+ * @remarks
24860
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
24861
+ * Invocations before initialization lead to invariant errors.
24862
+ *
24863
+ * Note: This selector does not include arbitrary or match (text) attribute filters.
24864
+ * Use {@link selectWorkingFilterContextAttributeFilterItems} to get all attribute-based filters.
24865
+ *
24866
+ * @public
24867
+ * @deprecated Use {@link selectWorkingFilterContextAttributeFilterItems} to include all attribute filter types.
24868
+ */
24544
24869
  export declare const selectWorkingFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
24545
24870
 
24546
24871
  /**
24547
- * Returns working attribute filters for a specific tab.
24872
+ * Returns working element-based attribute filters for a specific tab.
24548
24873
  *
24549
24874
  * @param tabLocalIdentifier - Tab local identifier
24550
24875
  * @returns Working attribute filters for the specified tab
24551
24876
  *
24552
24877
  * @internal
24878
+ * @deprecated Use {@link selectWorkingFilterContextAttributeFilterItemsForTab} to include all attribute filter types.
24553
24879
  */
24554
24880
  export declare const selectWorkingFilterContextAttributeFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
24555
24881
 
@@ -25239,6 +25565,10 @@ readonly updateAttributeFilterSelection: (state: WritableDraft<ITabsState>, acti
25239
25565
  payload: IUpdateAttributeFilterSelectionPayload;
25240
25566
  type: string;
25241
25567
  }) => void | ITabsState | WritableDraft<ITabsState>;
25568
+ readonly replaceAttributeFilterItem: (state: WritableDraft<ITabsState>, action: {
25569
+ payload: IReplaceAttributeFilterItemPayload;
25570
+ type: string;
25571
+ }) => void | ITabsState | WritableDraft<ITabsState>;
25242
25572
  readonly setAttributeFilterParents: (state: WritableDraft<ITabsState>, action: {
25243
25573
  payload: ISetAttributeFilterParentsPayload;
25244
25574
  type: string;
@@ -25259,6 +25589,10 @@ readonly changeAttributeDisplayForm: (state: WritableDraft<ITabsState>, action:
25259
25589
  payload: IChangeAttributeDisplayFormPayload;
25260
25590
  type: string;
25261
25591
  }) => void | ITabsState | WritableDraft<ITabsState>;
25592
+ readonly changeTextFilterDisplayForm: (state: WritableDraft<ITabsState>, action: {
25593
+ payload: IChangeTextFilterDisplayFormPayload;
25594
+ type: string;
25595
+ }) => void | ITabsState | WritableDraft<ITabsState>;
25262
25596
  readonly changeAttributeTitle: (state: WritableDraft<ITabsState>, action: {
25263
25597
  payload: IChangeAttributeTitlePayload;
25264
25598
  type: string;
@@ -26268,6 +26602,8 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
26268
26602
  type: TSuccessEventType;
26269
26603
  }> | Extract<DashboardAsyncRenderResolved, {
26270
26604
  type: TSuccessEventType;
26605
+ }> | Extract<DashboardAttributeFilterItemSelectionReplaced, {
26606
+ type: TSuccessEventType;
26271
26607
  }> | Extract<DashboardAttributeFilterSelectionChanged, {
26272
26608
  type: TSuccessEventType;
26273
26609
  }> | Extract<DashboardCopySaved, {
@@ -26493,6 +26829,8 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
26493
26829
  type: TErrorEventType;
26494
26830
  }> | Extract<DashboardAsyncRenderResolved, {
26495
26831
  type: TErrorEventType;
26832
+ }> | Extract<DashboardAttributeFilterItemSelectionReplaced, {
26833
+ type: TErrorEventType;
26496
26834
  }> | Extract<DashboardAttributeFilterSelectionChanged, {
26497
26835
  type: TErrorEventType;
26498
26836
  }> | Extract<DashboardCopySaved, {
@@ -26799,7 +27137,7 @@ export declare function useMinimalSizeValidation(minimalWidth?: number, minimalH
26799
27137
  *
26800
27138
  * @public
26801
27139
  */
26802
- export declare const useParentFilters: (filter: IDashboardAttributeFilter, tabId?: string | undefined) => UseParentFiltersResult;
27140
+ export declare const useParentFilters: (filter: DashboardAttributeFilterItem, tabId?: string | undefined) => UseParentFiltersResult;
26803
27141
 
26804
27142
  /**
26805
27143
  * Result of the {@link useParentFilters} hook, that can be used as parent filtering input props for {@link @gooddata/sdk-ui-filters#AttributeFilter}.