@gooddata/sdk-ui-dashboard 10.22.0-alpha.5 → 10.22.0-alpha.51

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 (404) hide show
  1. package/NOTICE +4516 -4046
  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/dashboardFilterConverter.d.ts +5 -2
  7. package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
  8. package/esm/_staging/dashboard/dashboardFilterConverter.js +12 -7
  9. package/esm/_staging/dashboard/dashboardFilterConverter.js.map +1 -1
  10. package/esm/_staging/errors/errorPredicates.d.ts +12 -0
  11. package/esm/_staging/errors/errorPredicates.d.ts.map +1 -1
  12. package/esm/_staging/errors/errorPredicates.js +13 -1
  13. package/esm/_staging/errors/errorPredicates.js.map +1 -1
  14. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +2 -0
  15. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  16. package/esm/_staging/sharedHooks/useFiltersNamings.js +8 -2
  17. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  18. package/esm/assets/type-csv-formatted.svg +1 -0
  19. package/esm/assets/type-csv-raw.svg +1 -0
  20. package/esm/assets/type-image.svg +1 -0
  21. package/esm/assets/type-pdf.svg +1 -0
  22. package/esm/assets/type-sheet.svg +1 -0
  23. package/esm/assets/type-slides.svg +1 -0
  24. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts +18 -0
  25. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts.map +1 -0
  26. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js +36 -0
  27. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js.map +1 -0
  28. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +8 -2
  29. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  30. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +20 -7
  31. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  32. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts +6 -0
  33. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts.map +1 -0
  34. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js +26 -0
  35. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js.map +1 -0
  36. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts +6 -0
  37. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -0
  38. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +33 -0
  39. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -0
  40. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts +6 -0
  41. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts.map +1 -0
  42. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js +33 -0
  43. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js.map +1 -0
  44. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
  45. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +1 -1
  46. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
  47. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
  48. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +37 -4
  49. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
  50. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
  51. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +19 -5
  52. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
  53. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
  54. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +14 -7
  55. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
  56. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
  57. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +12 -4
  58. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
  59. package/esm/model/commandHandlers/filterContext/common.d.ts +4 -0
  60. package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
  61. package/esm/model/commandHandlers/filterContext/common.js +8 -1
  62. package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
  63. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.d.ts.map +1 -1
  64. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +15 -9
  65. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js.map +1 -1
  66. package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
  67. package/esm/model/commandHandlers/filterContext/filterViewHandler.js +9 -2
  68. package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
  69. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  70. package/esm/model/commandHandlers/index.js +12 -0
  71. package/esm/model/commandHandlers/index.js.map +1 -1
  72. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts +6 -0
  73. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -0
  74. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +36 -0
  75. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -0
  76. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts +6 -0
  77. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts.map +1 -0
  78. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js +33 -0
  79. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js.map +1 -0
  80. package/esm/model/commands/base.d.ts +1 -1
  81. package/esm/model/commands/base.d.ts.map +1 -1
  82. package/esm/model/commands/dashboard.d.ts +51 -0
  83. package/esm/model/commands/dashboard.d.ts.map +1 -1
  84. package/esm/model/commands/dashboard.js +49 -1
  85. package/esm/model/commands/dashboard.js.map +1 -1
  86. package/esm/model/commands/filters.d.ts +74 -4
  87. package/esm/model/commands/filters.d.ts.map +1 -1
  88. package/esm/model/commands/filters.js +71 -4
  89. package/esm/model/commands/filters.js.map +1 -1
  90. package/esm/model/commands/index.d.ts +10 -10
  91. package/esm/model/commands/index.d.ts.map +1 -1
  92. package/esm/model/commands/index.js +4 -4
  93. package/esm/model/commands/index.js.map +1 -1
  94. package/esm/model/commands/insight.d.ts +78 -1
  95. package/esm/model/commands/insight.d.ts.map +1 -1
  96. package/esm/model/commands/insight.js +45 -1
  97. package/esm/model/commands/insight.js.map +1 -1
  98. package/esm/model/events/base.d.ts +1 -1
  99. package/esm/model/events/base.d.ts.map +1 -1
  100. package/esm/model/events/base.js.map +1 -1
  101. package/esm/model/events/dashboard.d.ts +144 -0
  102. package/esm/model/events/dashboard.d.ts.map +1 -1
  103. package/esm/model/events/dashboard.js +97 -1
  104. package/esm/model/events/dashboard.js.map +1 -1
  105. package/esm/model/events/index.d.ts +4 -4
  106. package/esm/model/events/index.d.ts.map +1 -1
  107. package/esm/model/events/index.js +1 -1
  108. package/esm/model/events/index.js.map +1 -1
  109. package/esm/model/react/useDashboardCommand.d.ts +6 -0
  110. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  111. package/esm/model/react/useDashboardCommandProcessing.d.ts +24 -0
  112. package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
  113. package/esm/model/store/config/configSelectors.d.ts +18 -0
  114. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  115. package/esm/model/store/config/configSelectors.js +24 -0
  116. package/esm/model/store/config/configSelectors.js.map +1 -1
  117. package/esm/model/store/executionResults/executionResultsSelectors.d.ts +8 -0
  118. package/esm/model/store/executionResults/executionResultsSelectors.d.ts.map +1 -1
  119. package/esm/model/store/executionResults/executionResultsSelectors.js +19 -1
  120. package/esm/model/store/executionResults/executionResultsSelectors.js.map +1 -1
  121. package/esm/model/store/filterContext/filterContextReducers.d.ts +11 -0
  122. package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
  123. package/esm/model/store/filterContext/filterContextReducers.js +87 -28
  124. package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
  125. package/esm/model/store/filterContext/filterContextSelectors.d.ts +70 -5
  126. package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
  127. package/esm/model/store/filterContext/filterContextSelectors.js +124 -7
  128. package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
  129. package/esm/model/store/filterContext/filterContextState.d.ts +44 -2
  130. package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
  131. package/esm/model/store/filterContext/filterContextState.js +1 -0
  132. package/esm/model/store/filterContext/filterContextState.js.map +1 -1
  133. package/esm/model/store/filterContext/filterContextUtils.d.ts +10 -0
  134. package/esm/model/store/filterContext/filterContextUtils.d.ts.map +1 -0
  135. package/esm/model/store/filterContext/filterContextUtils.js +70 -0
  136. package/esm/model/store/filterContext/filterContextUtils.js.map +1 -0
  137. package/esm/model/store/filterContext/index.d.ts +4 -0
  138. package/esm/model/store/filterContext/index.d.ts.map +1 -1
  139. package/esm/model/store/index.d.ts +6 -5
  140. package/esm/model/store/index.d.ts.map +1 -1
  141. package/esm/model/store/index.js +5 -4
  142. package/esm/model/store/index.js.map +1 -1
  143. package/esm/model/store/topBar/topBarSelectors.d.ts +86 -0
  144. package/esm/model/store/topBar/topBarSelectors.d.ts.map +1 -0
  145. package/esm/model/store/topBar/topBarSelectors.js +160 -0
  146. package/esm/model/store/topBar/topBarSelectors.js.map +1 -0
  147. package/esm/presentation/dashboard/Dashboard.d.ts +1 -1
  148. package/esm/presentation/dashboard/Dashboard.d.ts.map +1 -1
  149. package/esm/presentation/dashboard/Dashboard.js +26 -6
  150. package/esm/presentation/dashboard/Dashboard.js.map +1 -1
  151. package/esm/presentation/dashboardContexts/useSlideData.d.ts.map +1 -1
  152. package/esm/presentation/dashboardContexts/useSlideData.js +1 -0
  153. package/esm/presentation/dashboardContexts/useSlideData.js.map +1 -1
  154. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts +1 -1
  155. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts.map +1 -1
  156. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +1 -1
  157. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
  158. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts +13 -0
  159. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -0
  160. package/esm/presentation/export/DefaultDashboardExportVariables.js +34 -0
  161. package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -0
  162. package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +17 -0
  163. package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts.map +1 -0
  164. package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +13 -0
  165. package/esm/presentation/export/hooks/useDashboardRelatedFilters.js.map +1 -0
  166. package/esm/presentation/export/index.d.ts +1 -0
  167. package/esm/presentation/export/index.d.ts.map +1 -1
  168. package/esm/presentation/export/index.js +1 -0
  169. package/esm/presentation/export/index.js.map +1 -1
  170. package/esm/presentation/export/types.d.ts +51 -1
  171. package/esm/presentation/export/types.d.ts.map +1 -1
  172. package/esm/presentation/export/useExportData.d.ts +6 -2
  173. package/esm/presentation/export/useExportData.d.ts.map +1 -1
  174. package/esm/presentation/export/useExportData.js +74 -5
  175. package/esm/presentation/export/useExportData.js.map +1 -1
  176. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  177. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +9 -2
  178. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  179. package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -1
  180. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  181. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
  182. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +14 -4
  183. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
  184. package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
  185. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +9 -3
  186. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
  187. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
  188. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +8 -2
  189. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
  190. package/esm/presentation/filterBar/dateFilter/types.d.ts +2 -1
  191. package/esm/presentation/filterBar/dateFilter/types.d.ts.map +1 -1
  192. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  193. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +19 -10
  194. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  195. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
  196. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +15 -4
  197. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
  198. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
  199. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +2 -3
  200. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  201. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -2
  202. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
  203. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +4 -1
  204. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
  205. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +1 -1
  206. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
  207. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
  208. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +2 -0
  209. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
  210. package/esm/presentation/layout/DefaultDashboardLayout.d.ts.map +1 -1
  211. package/esm/presentation/layout/DefaultDashboardLayout.js +2 -0
  212. package/esm/presentation/layout/DefaultDashboardLayout.js.map +1 -1
  213. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +1 -1
  214. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  215. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +1 -1
  216. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
  217. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -2
  218. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
  219. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +4 -1
  220. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
  221. package/esm/presentation/localization/bundles/de-DE.json +14 -1
  222. package/esm/presentation/localization/bundles/en-AU.json +14 -1
  223. package/esm/presentation/localization/bundles/en-GB.json +14 -1
  224. package/esm/presentation/localization/bundles/en-US.json +51 -1
  225. package/esm/presentation/localization/bundles/es-419.json +14 -1
  226. package/esm/presentation/localization/bundles/es-ES.json +14 -1
  227. package/esm/presentation/localization/bundles/fi-FI.json +14 -1
  228. package/esm/presentation/localization/bundles/fr-CA.json +14 -1
  229. package/esm/presentation/localization/bundles/fr-FR.json +14 -1
  230. package/esm/presentation/localization/bundles/it-IT.json +14 -1
  231. package/esm/presentation/localization/bundles/ja-JP.json +14 -1
  232. package/esm/presentation/localization/bundles/nl-NL.json +14 -1
  233. package/esm/presentation/localization/bundles/pt-BR.json +14 -1
  234. package/esm/presentation/localization/bundles/pt-PT.json +14 -1
  235. package/esm/presentation/localization/bundles/ru-RU.json +1 -0
  236. package/esm/presentation/localization/bundles/zh-HK.json +14 -1
  237. package/esm/presentation/localization/bundles/zh-Hans.json +14 -1
  238. package/esm/presentation/localization/bundles/zh-Hant.json +14 -1
  239. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  240. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -0
  241. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  242. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +2 -0
  243. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
  244. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.d.ts.map +1 -1
  245. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js +5 -4
  246. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js.map +1 -1
  247. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts +0 -5
  248. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts.map +1 -1
  249. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js +2 -27
  250. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js.map +1 -1
  251. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts +1 -1
  252. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts.map +1 -1
  253. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js +2 -2
  254. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js.map +1 -1
  255. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.d.ts.map +1 -1
  256. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js +2 -3
  257. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js.map +1 -1
  258. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.d.ts.map +1 -1
  259. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js +3 -4
  260. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js.map +1 -1
  261. package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
  262. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +53 -28
  263. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js.map +1 -1
  264. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts +9 -0
  265. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts.map +1 -0
  266. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js +15 -0
  267. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js.map +1 -0
  268. package/esm/presentation/topBar/menuButton/types.d.ts +18 -1
  269. package/esm/presentation/topBar/menuButton/types.d.ts.map +1 -1
  270. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
  271. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +105 -69
  272. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
  273. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts +5 -0
  274. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts.map +1 -0
  275. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js +44 -0
  276. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js.map +1 -0
  277. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts +5 -0
  278. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts.map +1 -0
  279. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js +44 -0
  280. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js.map +1 -0
  281. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts +5 -0
  282. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts.map +1 -0
  283. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js +44 -0
  284. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js.map +1 -0
  285. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts +5 -0
  286. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts.map +1 -0
  287. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js +44 -0
  288. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js.map +1 -0
  289. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js +2 -2
  290. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js.map +1 -1
  291. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts +8 -1
  292. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts.map +1 -1
  293. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js +6 -3
  294. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js.map +1 -1
  295. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts +8 -1
  296. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts.map +1 -1
  297. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js +6 -3
  298. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js.map +1 -1
  299. package/esm/presentation/widget/common/useInsightExport.d.ts +10 -2
  300. package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
  301. package/esm/presentation/widget/common/useInsightExport.js +38 -4
  302. package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
  303. package/esm/presentation/widget/common/useRawExportHandler.d.ts +5 -0
  304. package/esm/presentation/widget/common/useRawExportHandler.d.ts.map +1 -0
  305. package/esm/presentation/widget/common/useRawExportHandler.js +35 -0
  306. package/esm/presentation/widget/common/useRawExportHandler.js.map +1 -0
  307. package/esm/presentation/widget/common/useSlidesExportHandler.d.ts +5 -0
  308. package/esm/presentation/widget/common/useSlidesExportHandler.d.ts.map +1 -0
  309. package/esm/presentation/widget/common/useSlidesExportHandler.js +35 -0
  310. package/esm/presentation/widget/common/useSlidesExportHandler.js.map +1 -0
  311. package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
  312. package/esm/presentation/widget/description/DescriptionClickTrigger.js +3 -3
  313. package/esm/presentation/widget/description/DescriptionClickTrigger.js.map +1 -1
  314. package/esm/presentation/widget/description/types.d.ts +2 -2
  315. package/esm/presentation/widget/description/types.d.ts.map +1 -1
  316. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts +3 -2
  317. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts.map +1 -1
  318. package/esm/presentation/widget/insight/DefaultDashboardInsight.js +13 -4
  319. package/esm/presentation/widget/insight/DefaultDashboardInsight.js.map +1 -1
  320. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
  321. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +35 -9
  322. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
  323. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts +4 -0
  324. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  325. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +2 -2
  326. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  327. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts +4 -0
  328. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts.map +1 -1
  329. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js +12 -5
  330. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js.map +1 -1
  331. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts +15 -0
  332. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts.map +1 -0
  333. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js +56 -0
  334. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js.map +1 -0
  335. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
  336. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +7 -3
  337. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
  338. package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts +17 -0
  339. package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts.map +1 -0
  340. package/esm/presentation/widget/insight/configuration/ExportOptions.js +62 -0
  341. package/esm/presentation/widget/insight/configuration/ExportOptions.js.map +1 -0
  342. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.d.ts.map +1 -1
  343. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js +6 -3
  344. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js.map +1 -1
  345. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.d.ts.map +1 -1
  346. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js +4 -1
  347. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js.map +1 -1
  348. package/esm/presentation/widget/insight/types.d.ts +4 -0
  349. package/esm/presentation/widget/insight/types.d.ts.map +1 -1
  350. package/esm/presentation/widget/insight/types.js.map +1 -1
  351. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts +6 -0
  352. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts.map +1 -0
  353. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js +26 -0
  354. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js.map +1 -0
  355. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.d.ts.map +1 -1
  356. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js +4 -3
  357. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js.map +1 -1
  358. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts +7 -0
  359. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
  360. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +21 -4
  361. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
  362. package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts.map +1 -1
  363. package/esm/presentation/widget/richText/ExportModeDashboardRichText.js +4 -2
  364. package/esm/presentation/widget/richText/ExportModeDashboardRichText.js.map +1 -1
  365. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
  366. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +9 -1
  367. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
  368. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +9 -1
  369. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
  370. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts +7 -0
  371. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
  372. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +25 -2
  373. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
  374. package/esm/sdk-ui-dashboard.d.ts +789 -26
  375. package/esm/types.d.ts +8 -0
  376. package/esm/types.d.ts.map +1 -1
  377. package/esm/types.js.map +1 -1
  378. package/package.json +15 -15
  379. package/styles/css/attributeFilterConfig.css +39 -9
  380. package/styles/css/attributeFilterConfig.css.map +1 -1
  381. package/styles/css/configurationPanel.css +15 -0
  382. package/styles/css/configurationPanel.css.map +1 -1
  383. package/styles/css/dashboard.css +8 -0
  384. package/styles/css/dashboard.css.map +1 -1
  385. package/styles/css/dateFilterConfig.css +39 -9
  386. package/styles/css/dateFilterConfig.css.map +1 -1
  387. package/styles/css/export.css +5 -0
  388. package/styles/css/export.css.map +1 -1
  389. package/styles/css/icons.css +42 -0
  390. package/styles/css/icons.css.map +1 -1
  391. package/styles/css/main.css +161 -17
  392. package/styles/css/main.css.map +1 -1
  393. package/styles/css/sharedFilterConfig.css +39 -9
  394. package/styles/css/sharedFilterConfig.css.map +1 -1
  395. package/styles/scss/configurationPanel.scss +16 -1
  396. package/styles/scss/dashboard.scss +8 -0
  397. package/styles/scss/export.scss +5 -0
  398. package/styles/scss/filterBar.scss +1 -1
  399. package/styles/scss/icons.scss +55 -1
  400. package/styles/scss/sharedFilterConfig.scss +24 -1
  401. package/esm/presentation/topBar/buttonBar/button/selectors.d.ts +0 -40
  402. package/esm/presentation/topBar/buttonBar/button/selectors.d.ts.map +0 -1
  403. package/esm/presentation/topBar/buttonBar/button/selectors.js +0 -61
  404. package/esm/presentation/topBar/buttonBar/button/selectors.js.map +0 -1
@@ -59,8 +59,14 @@ import { DashboardDrillToInsightRequested as DashboardDrillToInsightRequested_2
59
59
  import { DashboardDrillToInsightResolved as DashboardDrillToInsightResolved_2 } from '../events/drill.js';
60
60
  import { DashboardDrillToLegacyDashboardRequested as DashboardDrillToLegacyDashboardRequested_2 } from '../events/drill.js';
61
61
  import { DashboardDrillToLegacyDashboardResolved as DashboardDrillToLegacyDashboardResolved_2 } from '../events/drill.js';
62
+ import { DashboardExportToExcelRequested as DashboardExportToExcelRequested_2 } from '../events/dashboard.js';
63
+ import { DashboardExportToExcelResolved as DashboardExportToExcelResolved_2 } from '../events/dashboard.js';
64
+ import { DashboardExportToPdfPresentationRequested as DashboardExportToPdfPresentationRequested_2 } from '../events/dashboard.js';
65
+ import { DashboardExportToPdfPresentationResolved as DashboardExportToPdfPresentationResolved_2 } from '../events/dashboard.js';
62
66
  import { DashboardExportToPdfRequested as DashboardExportToPdfRequested_2 } from '../events/dashboard.js';
63
67
  import { DashboardExportToPdfResolved as DashboardExportToPdfResolved_2 } from '../events/dashboard.js';
68
+ import { DashboardExportToPptPresentationRequested as DashboardExportToPptPresentationRequested_2 } from '../events/dashboard.js';
69
+ import { DashboardExportToPptPresentationResolved as DashboardExportToPptPresentationResolved_2 } from '../events/dashboard.js';
64
70
  import { DashboardFilterContextChanged as DashboardFilterContextChanged_2 } from '../events/filters.js';
65
71
  import { DashboardFiltersApplyMode } from '@gooddata/sdk-model';
66
72
  import { DashboardInitialized as DashboardInitialized_2 } from '../events/dashboard.js';
@@ -174,7 +180,6 @@ import { IDashboardDefinition } from '@gooddata/sdk-model';
174
180
  import { IDashboardDrillEvent as IDashboardDrillEvent_2 } from '../../../types.js';
175
181
  import { IDashboardFilterReference } from '@gooddata/sdk-model';
176
182
  import { IDashboardFilterView } from '@gooddata/sdk-model';
177
- import { IDashboardInsightProps as IDashboardInsightProps_2 } from './types.js';
178
183
  import { IDashboardLayout } from '@gooddata/sdk-model';
179
184
  import { IDashboardLayoutItem } from '@gooddata/sdk-model';
180
185
  import { IDashboardLayoutProps as IDashboardLayoutProps_2 } from './types.js';
@@ -877,6 +882,29 @@ export declare function applyAttributeFilter(filterLocalId: string, filter: IAtt
877
882
  */
878
883
  export declare function applyDateFilter(filter: IDateFilter, correlationId?: string): ChangeDateFilterSelection;
879
884
 
885
+ /**
886
+ * Command for applying all working filters staged for application.
887
+ * Usually used with setting dashboardApplyFiltersMode: ALL_AT_ONCE
888
+ *
889
+ * @remarks
890
+ * See {@link applyFilterContextWorkingSelection} for a factory function that will help you create this command.
891
+ *
892
+ * @alpha
893
+ */
894
+ export declare interface ApplyFilterContextWorkingSelection extends IDashboardCommand {
895
+ readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.APPLY_WORKING_SELECTION";
896
+ }
897
+
898
+ /**
899
+ * Creates the {@link ApplyFilterContextWorkingSelection} command.
900
+ *
901
+ * @param correlationId - specify correlation id. It will be included in all events that will be emitted during the command processing.
902
+ * @returns apply all filters command
903
+ *
904
+ * @alpha
905
+ */
906
+ export declare function applyFilterContextWorkingSelection(correlationId?: string): ApplyFilterContextWorkingSelection;
907
+
880
908
  /**
881
909
  * Command for application of a saved filter view.
882
910
  *
@@ -1186,7 +1214,7 @@ export declare interface ChangeAttributeFilterSelection extends IDashboardComman
1186
1214
  }
1187
1215
 
1188
1216
  /**
1189
- * Creates the ChangeAttributeFilterSelection command.
1217
+ * Creates the ChangeAttributeFilterSelection command for applied filters.
1190
1218
  *
1191
1219
  * @remarks
1192
1220
  * Dispatching this command will result in application of element selection for the dashboard attribute filter
@@ -1195,6 +1223,9 @@ export declare interface ChangeAttributeFilterSelection extends IDashboardComman
1195
1223
  * The attribute elements can be provided either using their URI (primary key) or value. Together with the
1196
1224
  * elements you must indicate the selection type - either 'IN' or 'NOT_IN'.
1197
1225
  *
1226
+ * If you want to change working filters use {@link changeWorkingAttributeFilterSelection}.
1227
+ * See {@link ChangeAttributeFilterSelectionPayload.isWorkingSelectionChange} for details.
1228
+ *
1198
1229
  * @remarks see {@link resetAttributeFilterSelection} for convenience function to select all attribute elements of
1199
1230
  * particular filter.
1200
1231
  *
@@ -1236,6 +1267,11 @@ export declare interface ChangeAttributeFilterSelectionPayload {
1236
1267
  * Selection type. Either 'IN' for positive selection or 'NOT_IN' for negative selection (All except selected items).
1237
1268
  */
1238
1269
  readonly selectionType: AttributeFilterSelectionType;
1270
+ /**
1271
+ * Determines if this command should change working (staged for application) filters or applied filters (used to compute data).
1272
+ * Default is false - command changes applied filters.
1273
+ */
1274
+ readonly isWorkingSelectionChange?: boolean;
1239
1275
  }
1240
1276
 
1241
1277
  /**
@@ -1270,7 +1306,7 @@ export declare interface ChangeDateFilterSelection extends IDashboardCommand {
1270
1306
  *
1271
1307
  * @public
1272
1308
  */
1273
- export declare function changeDateFilterSelection(type: DateFilterType, granularity: DateFilterGranularity, from?: DateString | number, to?: DateString | number, dateFilterOptionLocalId?: string, correlationId?: string, dataSet?: ObjRef): ChangeDateFilterSelection;
1309
+ export declare function changeDateFilterSelection(type: DateFilterType, granularity: DateFilterGranularity, from?: DateString | number, to?: DateString | number, dateFilterOptionLocalId?: string, correlationId?: string, dataSet?: ObjRef, isWorkingSelectionChange?: boolean): ChangeDateFilterSelection;
1274
1310
 
1275
1311
  /**
1276
1312
  * @alpha
@@ -2051,6 +2087,42 @@ export declare interface ChangeSharingPayload {
2051
2087
  readonly newSharingProperties: ISharingApplyPayload_2;
2052
2088
  }
2053
2089
 
2090
+ /**
2091
+ * Creates the ChangeAttributeFilterSelection command for working filter.
2092
+ *
2093
+ * @remarks
2094
+ * Dispatching this command will result in changing working element selection for the dashboard attribute filter
2095
+ * with the provided id, or error in case of invalid update (e.g. non-existing filterLocalId).
2096
+ *
2097
+ * The attribute elements can be provided either using their URI (primary key) or value. Together with the
2098
+ * elements you must indicate the selection type - either 'IN' or 'NOT_IN'.
2099
+ *
2100
+ * If you want to change applied filters use {@link changeAttributeFilterSelection}.
2101
+ * See {@link ChangeAttributeFilterSelectionPayload.isWorkingSelectionChange} for details.
2102
+ *
2103
+ * @remarks see {@link resetAttributeFilterSelection} for convenience function to select all attribute elements of
2104
+ * particular filter.
2105
+ *
2106
+ * See also {@link applyAttributeFilter} for convenient function when you have an {@link @gooddata/sdk-model#IAttributeFilter} instance.
2107
+ *
2108
+ * @example
2109
+ * ```
2110
+ * const selectionType = isPositiveAttributeFilter ? "IN" : "NOT_IN";
2111
+ * ```
2112
+ *
2113
+ * To create this command without a need to calculate the payload values from a {@link @gooddata/sdk-model#IFilter} object,
2114
+ * we recommend to use {@link applyAttributeFilter} command creator instead.
2115
+ *
2116
+ * @param filterLocalId - dashboard attribute filter's local id
2117
+ * @param elements - elements
2118
+ * @param selectionType - selection type. either 'IN' or 'NOT_IN'
2119
+ * @param correlationId - specify correlation id to use for this command. this will be included in all
2120
+ * events that will be emitted during the command processing
2121
+ *
2122
+ * @public
2123
+ */
2124
+ export declare function changeWorkingAttributeFilterSelection(filterLocalId: string, elements: IAttributeElements, selectionType: AttributeFilterSelectionType, correlationId?: string): ChangeAttributeFilterSelection;
2125
+
2054
2126
  /**
2055
2127
  * This convenience function will create ChangeDateFilterSelection configured so that the date filter will be
2056
2128
  * unbounded - showing data for 'All Time'.
@@ -2060,7 +2132,7 @@ export declare interface ChangeSharingPayload {
2060
2132
  *
2061
2133
  * @public
2062
2134
  */
2063
- export declare function clearDateFilterSelection(correlationId?: string, dataSet?: ObjRef): ChangeDateFilterSelection;
2135
+ export declare function clearDateFilterSelection(correlationId?: string, dataSet?: ObjRef, isWorkingSelectionChange?: boolean): ChangeDateFilterSelection;
2064
2136
 
2065
2137
  /**
2066
2138
  * Creates a {@link DashboardEventHandler} instance that will be invoked for a DashboardCommandFailed of a particular command.
@@ -2102,6 +2174,7 @@ export declare function commandStartedEventHandler<TCommand extends IDashboardCo
2102
2174
  */
2103
2175
  export declare type CommonExportDataAttributes = {
2104
2176
  "data-export-type": ExportElementType;
2177
+ "data-export-depth"?: string;
2105
2178
  };
2106
2179
 
2107
2180
  /**
@@ -2551,7 +2624,7 @@ export declare type CustomWidgetDraggableItem = BaseDraggableMovingItem & {
2551
2624
  };
2552
2625
 
2553
2626
  /**
2554
- * @internal
2627
+ * @public
2555
2628
  */
2556
2629
  export declare const Dashboard: React_2.FC<IDashboardProps>;
2557
2630
 
@@ -2962,7 +3035,7 @@ export declare interface DashboardCommandRejected extends IDashboardEvent {
2962
3035
  *
2963
3036
  * @public
2964
3037
  */
2965
- export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ChangeRenderMode | SaveDashboard | RenameDashboard | ResetDashboard | ExportDashboardToPdf | DeleteDashboard | TriggerEvent | UpsertExecutionResult | AddAttributeFilter | RemoveAttributeFilters | MoveAttributeFilter | SetAttributeFilterParents | SetAttributeFilterDependentDateFilters | AddLayoutSection | MoveLayoutSection | RemoveLayoutSection | ChangeLayoutSectionHeader | ResizeHeight | ResizeWidth | AddSectionItems | ReplaceSectionItem | MoveSectionItem | MoveSectionItemToNewSection | RemoveSectionItem | RemoveSectionItemByWidgetRef | UndoLayoutChanges | ChangeKpiWidgetHeader | ChangeKpiWidgetDescription | ChangeKpiWidgetConfiguration | ChangeKpiWidgetMeasure | ChangeKpiWidgetFilterSettings | ChangeKpiWidgetComparison | RefreshKpiWidget | SetDrillForKpiWidget | RemoveDrillForKpiWidget | ChangeInsightWidgetHeader | ChangeInsightWidgetDescription | ChangeInsightWidgetIgnoreCrossFiltering | ChangeInsightWidgetFilterSettings | ChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | ChangeInsightWidgetInsight | ModifyDrillsForInsightWidget | RemoveDrillsForInsightWidget | RefreshInsightWidget | ExportInsightWidget | CreateAlert | SaveAlert | CreateScheduledEmail | SaveScheduledEmail | ChangeSharing | SetAttributeFilterDisplayForm | SetAttributeFilterTitle | SetAttributeFilterSelectionMode | ChangeRichTextWidgetContent | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | SetScreenSize | LoadAllWorkspaceUsers;
3038
+ export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ChangeRenderMode | SaveDashboard | RenameDashboard | ResetDashboard | ExportDashboardToPdf | ExportDashboardToExcel | ExportDashboardToPdfPresentation | ExportDashboardToPptPresentation | DeleteDashboard | TriggerEvent | UpsertExecutionResult | AddAttributeFilter | RemoveAttributeFilters | MoveAttributeFilter | SetAttributeFilterParents | SetAttributeFilterDependentDateFilters | AddLayoutSection | MoveLayoutSection | RemoveLayoutSection | ChangeLayoutSectionHeader | ResizeHeight | ResizeWidth | AddSectionItems | ReplaceSectionItem | MoveSectionItem | MoveSectionItemToNewSection | RemoveSectionItem | RemoveSectionItemByWidgetRef | UndoLayoutChanges | ChangeKpiWidgetHeader | ChangeKpiWidgetDescription | ChangeKpiWidgetConfiguration | ChangeKpiWidgetMeasure | ChangeKpiWidgetFilterSettings | ChangeKpiWidgetComparison | RefreshKpiWidget | SetDrillForKpiWidget | RemoveDrillForKpiWidget | ChangeInsightWidgetHeader | ChangeInsightWidgetDescription | ChangeInsightWidgetIgnoreCrossFiltering | ChangeInsightWidgetFilterSettings | ChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | ChangeInsightWidgetInsight | ModifyDrillsForInsightWidget | RemoveDrillsForInsightWidget | RefreshInsightWidget | ExportInsightWidget | CreateAlert | SaveAlert | CreateScheduledEmail | SaveScheduledEmail | ChangeSharing | SetAttributeFilterDisplayForm | SetAttributeFilterTitle | SetAttributeFilterSelectionMode | ChangeRichTextWidgetContent | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | ApplyFilterContextWorkingSelection | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget | ExportSlidesInsightWidget;
2966
3039
 
2967
3040
  /**
2968
3041
  * This event is emitted when a particular command processing starts.
@@ -2996,7 +3069,7 @@ export declare interface DashboardCommandStartedPayload<TCommand extends IDashbo
2996
3069
  *
2997
3070
  * @public
2998
3071
  */
2999
- 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.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.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.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.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_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.USERS.LOAD_ALL";
3072
+ 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.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.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.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_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.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES";
3000
3073
 
3001
3074
  /**
3002
3075
  * Dashboard configuration can influence the available features, look and feel and behavior of the dashboard.
@@ -3983,7 +4056,7 @@ export declare type DashboardEventHandlerFn<TEvents extends DashboardEvents | IC
3983
4056
  *
3984
4057
  * @public
3985
4058
  */
3986
- export declare type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | DashboardRenderModeChanged | DashboardCommandStarted<any> | DashboardCommandFailed<any> | DashboardCommandRejected | DashboardQueryFailed | DashboardQueryRejected | DashboardQueryStarted | DashboardQueryCompleted<any, any> | DashboardRenamed | DashboardWasReset | DashboardExportToPdfRequested | DashboardExportToPdfResolved | DashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | DashboardAttributeFilterAdded | DashboardAttributeFilterRemoved | DashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeTitleChanged | DashboardAttributeSelectionModeChanged | DashboardAttributeFilterParentChanged | DashboardFilterContextChanged | DashboardLayoutSectionAdded | DashboardLayoutSectionMoved | DashboardLayoutSectionRemoved | DashboardLayoutSectionHeaderChanged | DashboardLayoutSectionItemsAdded | DashboardLayoutSectionItemReplaced | DashboardLayoutSectionItemMoved | DashboardLayoutSectionItemRemoved | DashboardLayoutSectionItemMovedToNewSection | DashboardLayoutChanged | DashboardKpiWidgetHeaderChanged | DashboardKpiWidgetDescriptionChanged | DashboardKpiWidgetConfigurationChanged | DashboardKpiWidgetMeasureChanged | DashboardKpiWidgetFilterSettingsChanged | DashboardKpiWidgetComparisonChanged | DashboardKpiWidgetDrillRemoved | DashboardKpiWidgetDrillSet | DashboardKpiWidgetChanged | DashboardInsightWidgetHeaderChanged | DashboardInsightWidgetDescriptionChanged | DashboardInsightWidgetFilterSettingsChanged | DashboardInsightWidgetVisPropertiesChanged | DashboardInsightWidgetVisConfigurationChanged | DashboardInsightWidgetInsightSwitched | DashboardInsightWidgetDrillsModified | DashboardInsightWidgetDrillsRemoved | DashboardInsightWidgetChanged | DashboardInsightWidgetExportRequested | DashboardInsightWidgetExportResolved | DashboardInsightWidgetRefreshed | DashboardRichTextWidgetContentChanged | DashboardVisualizationSwitcherWidgetVisualizationAdded | DashboardVisualizationSwitcherWidgetVisualizationsUpdated | DashboardWidgetExecutionStarted | DashboardWidgetExecutionSucceeded | DashboardWidgetExecutionFailed | DashboardAlertCreated | DashboardAlertSaved | DashboardScheduledEmailCreated | DashboardScheduledEmailSaved | DashboardAutomationsRefreshed | DashboardDrillDownResolved | DashboardDrillToAttributeUrlResolved | DashboardDrillToCustomUrlResolved | DashboardDrillToDashboardResolved | DashboardDrillToInsightResolved | DashboardDrillToLegacyDashboardResolved | DashboardDrillResolved | DashboardDrillDownRequested | DashboardDrillToAttributeUrlRequested | DashboardDrillToCustomUrlRequested | DashboardDrillToDashboardRequested | DashboardDrillToInsightRequested | DashboardDrillToLegacyDashboardRequested | DashboardDrillRequested | DashboardDrillableItemsChanged | CreateInsightRequested | CreateAttributeHierarchyRequested | DeleteAttributeHierarchyRequested;
4059
+ export declare type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | DashboardRenderModeChanged | DashboardCommandStarted<any> | DashboardCommandFailed<any> | DashboardCommandRejected | DashboardQueryFailed | DashboardQueryRejected | DashboardQueryStarted | DashboardQueryCompleted<any, any> | DashboardRenamed | DashboardWasReset | DashboardExportToPdfRequested | DashboardExportToPdfResolved | DashboardExportToExcelRequested | DashboardExportToExcelResolved | DashboardExportToPdfPresentationRequested | DashboardExportToPdfPresentationResolved | DashboardExportToPptPresentationResolved | DashboardExportToPptPresentationRequested | DashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | DashboardAttributeFilterAdded | DashboardAttributeFilterRemoved | DashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeTitleChanged | DashboardAttributeSelectionModeChanged | DashboardAttributeFilterParentChanged | DashboardFilterContextChanged | DashboardLayoutSectionAdded | DashboardLayoutSectionMoved | DashboardLayoutSectionRemoved | DashboardLayoutSectionHeaderChanged | DashboardLayoutSectionItemsAdded | DashboardLayoutSectionItemReplaced | DashboardLayoutSectionItemMoved | DashboardLayoutSectionItemRemoved | DashboardLayoutSectionItemMovedToNewSection | DashboardLayoutChanged | DashboardKpiWidgetHeaderChanged | DashboardKpiWidgetDescriptionChanged | DashboardKpiWidgetConfigurationChanged | DashboardKpiWidgetMeasureChanged | DashboardKpiWidgetFilterSettingsChanged | DashboardKpiWidgetComparisonChanged | DashboardKpiWidgetDrillRemoved | DashboardKpiWidgetDrillSet | DashboardKpiWidgetChanged | DashboardInsightWidgetHeaderChanged | DashboardInsightWidgetDescriptionChanged | DashboardInsightWidgetFilterSettingsChanged | DashboardInsightWidgetVisPropertiesChanged | DashboardInsightWidgetVisConfigurationChanged | DashboardInsightWidgetInsightSwitched | DashboardInsightWidgetDrillsModified | DashboardInsightWidgetDrillsRemoved | DashboardInsightWidgetChanged | DashboardInsightWidgetExportRequested | DashboardInsightWidgetExportResolved | DashboardInsightWidgetRefreshed | DashboardRichTextWidgetContentChanged | DashboardVisualizationSwitcherWidgetVisualizationAdded | DashboardVisualizationSwitcherWidgetVisualizationsUpdated | DashboardWidgetExecutionStarted | DashboardWidgetExecutionSucceeded | DashboardWidgetExecutionFailed | DashboardAlertCreated | DashboardAlertSaved | DashboardScheduledEmailCreated | DashboardScheduledEmailSaved | DashboardAutomationsRefreshed | DashboardDrillDownResolved | DashboardDrillToAttributeUrlResolved | DashboardDrillToCustomUrlResolved | DashboardDrillToDashboardResolved | DashboardDrillToInsightResolved | DashboardDrillToLegacyDashboardResolved | DashboardDrillResolved | DashboardDrillDownRequested | DashboardDrillToAttributeUrlRequested | DashboardDrillToCustomUrlRequested | DashboardDrillToDashboardRequested | DashboardDrillToInsightRequested | DashboardDrillToLegacyDashboardRequested | DashboardDrillRequested | DashboardDrillableItemsChanged | CreateInsightRequested | CreateAttributeHierarchyRequested | DeleteAttributeHierarchyRequested;
3987
4060
 
3988
4061
  /**
3989
4062
  * A union of all available built-in dashboard event type names.
@@ -4005,7 +4078,7 @@ export declare type DashboardEvents = DashboardInitialized | DashboardDeinitiali
4005
4078
  *
4006
4079
  * @public
4007
4080
  */
4008
- 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.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.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.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.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_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";
4081
+ 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.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.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.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.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_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";
4009
4082
 
4010
4083
  /**
4011
4084
  * @alpha
@@ -4023,6 +4096,76 @@ export declare interface DashboardExportSlideConfig {
4023
4096
  height: number;
4024
4097
  }
4025
4098
 
4099
+ /**
4100
+ * This event is emitted at the start of the 'dashboard export to Excel' command processing.
4101
+ *
4102
+ * @beta
4103
+ */
4104
+ export declare interface DashboardExportToExcelRequested extends IDashboardEvent {
4105
+ readonly type: "GDC.DASH/EVT.EXPORT.EXCEL.REQUESTED";
4106
+ }
4107
+
4108
+ /**
4109
+ * This event is emitted at the end of successful 'dashboard export to Excel' command processing.
4110
+ * In its payload, there is an uri of the resulting XLS file.
4111
+ *
4112
+ * @beta
4113
+ */
4114
+ export declare interface DashboardExportToExcelResolved extends IDashboardEvent {
4115
+ readonly type: "GDC.DASH/EVT.EXPORT.EXCEL.RESOLVED";
4116
+ readonly payload: DashboardExportToExcelResolvedPayload;
4117
+ }
4118
+
4119
+ /**
4120
+ * Payload of the {@link DashboardExportToExcelResolved} event.
4121
+ * @beta
4122
+ */
4123
+ export declare interface DashboardExportToExcelResolvedPayload {
4124
+ /**
4125
+ * URI of the resulting file that can be used to download it.
4126
+ */
4127
+ readonly resultUri: string;
4128
+ /**
4129
+ * Collection of information used to download the resulting file.
4130
+ */
4131
+ readonly result: IExportResult;
4132
+ }
4133
+
4134
+ /**
4135
+ * This event is emitted at the start of the 'dashboard export to PDF presentation' command processing.
4136
+ *
4137
+ * @beta
4138
+ */
4139
+ export declare interface DashboardExportToPdfPresentationRequested extends IDashboardEvent {
4140
+ readonly type: "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.REQUESTED";
4141
+ }
4142
+
4143
+ /**
4144
+ * This event is emitted at the end of successful 'dashboard export to PDF presentation' command processing.
4145
+ * In its payload, there is an uri of the resulting PDF file.
4146
+ *
4147
+ * @beta
4148
+ */
4149
+ export declare interface DashboardExportToPdfPresentationResolved extends IDashboardEvent {
4150
+ readonly type: "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.RESOLVED";
4151
+ readonly payload: DashboardExportToExcelResolvedPayload;
4152
+ }
4153
+
4154
+ /**
4155
+ * Payload of the {@link DashboardExportToPdfPresentationResolved} event.
4156
+ * @beta
4157
+ */
4158
+ export declare interface DashboardExportToPdfPresentationResolvedPayload {
4159
+ /**
4160
+ * URI of the resulting file that can be used to download it.
4161
+ */
4162
+ readonly resultUri: string;
4163
+ /**
4164
+ * Collection of information used to download the resulting file.
4165
+ */
4166
+ readonly result: IExportResult;
4167
+ }
4168
+
4026
4169
  /**
4027
4170
  * This event is emitted at the start of the 'dashboard export to PDF' command processing.
4028
4171
  *
@@ -4058,6 +4201,41 @@ export declare interface DashboardExportToPdfResolvedPayload {
4058
4201
  readonly result: IExportResult;
4059
4202
  }
4060
4203
 
4204
+ /**
4205
+ * This event is emitted at the start of the 'dashboard export to PPT presentation' command processing.
4206
+ *
4207
+ * @beta
4208
+ */
4209
+ export declare interface DashboardExportToPptPresentationRequested extends IDashboardEvent {
4210
+ readonly type: "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.REQUESTED";
4211
+ }
4212
+
4213
+ /**
4214
+ * This event is emitted at the end of successful 'dashboard export to PPT presentation' command processing.
4215
+ * In its payload, there is an uri of the resulting PDF file.
4216
+ *
4217
+ * @beta
4218
+ */
4219
+ export declare interface DashboardExportToPptPresentationResolved extends IDashboardEvent {
4220
+ readonly type: "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.RESOLVED";
4221
+ readonly payload: DashboardExportToExcelResolvedPayload;
4222
+ }
4223
+
4224
+ /**
4225
+ * Payload of the {@link DashboardExportToPptPresentationResolved} event.
4226
+ * @beta
4227
+ */
4228
+ export declare interface DashboardExportToPptPresentationResolvedPayload {
4229
+ /**
4230
+ * URI of the resulting file that can be used to download it.
4231
+ */
4232
+ readonly resultUri: string;
4233
+ /**
4234
+ * Collection of information used to download the resulting file.
4235
+ */
4236
+ readonly result: IExportResult;
4237
+ }
4238
+
4061
4239
  /**
4062
4240
  * This event is emitted after _any_ change to dashboard filters (be it date or attribute filter).
4063
4241
  * The event describes the new state of the entire filter context.
@@ -6437,6 +6615,10 @@ export declare interface DateFilterSelection {
6437
6615
  * The localId of the DateFilterOption selected.
6438
6616
  */
6439
6617
  readonly dateFilterOptionLocalId?: string;
6618
+ /**
6619
+ * Determines if this command should change working (staged for application) filters or applied filters (used to compute data).
6620
+ */
6621
+ readonly isWorkingSelectionChange?: boolean;
6440
6622
  }
6441
6623
 
6442
6624
  /**
@@ -6532,12 +6714,24 @@ export declare const DefaultDashboardDateFilter: (props: IDashboardDateFilterPro
6532
6714
  */
6533
6715
  export declare function DefaultDashboardDateFilterComponentSetFactory(dateFilterProvider: DateFilterComponentProvider): DateFilterComponentSet;
6534
6716
 
6717
+ /**
6718
+ * @alpha
6719
+ */
6720
+ export declare function DefaultDashboardExportVariables({ renderMode }: DefaultDashboardExportVariablesProps): React_2.JSX.Element | null;
6721
+
6722
+ /**
6723
+ * @alpha
6724
+ */
6725
+ export declare interface DefaultDashboardExportVariablesProps {
6726
+ renderMode: RenderMode;
6727
+ }
6728
+
6535
6729
  /**
6536
6730
  * Default implementation of the Dashboard Insight widget.
6537
6731
  *
6538
6732
  * @public
6539
6733
  */
6540
- export declare const DefaultDashboardInsight: ComponentType<IDashboardInsightProps_2>;
6734
+ export declare const DefaultDashboardInsight: (props: IDashboardInsightProps) => React_2.JSX.Element;
6541
6735
 
6542
6736
  /**
6543
6737
  * @internal
@@ -6783,6 +6977,16 @@ export declare interface DeleteFilterViewPayload {
6783
6977
  readonly ref: ObjRef;
6784
6978
  }
6785
6979
 
6980
+ /**
6981
+ * Data attributes for export mode to be added to the description.
6982
+ *
6983
+ * @alpha
6984
+ */
6985
+ export declare type DescriptionExportData = {
6986
+ description?: CommonExportDataAttributes;
6987
+ richText?: RichTextExportData;
6988
+ };
6989
+
6786
6990
  /**
6787
6991
  * @beta
6788
6992
  */
@@ -7431,6 +7635,25 @@ export declare interface ExecutedState {
7431
7635
  */
7432
7636
  export declare function existBlacklistHierarchyPredicate(reference: IDrillDownReference, attributeHierarchy: ICatalogAttributeHierarchy | ICatalogDateAttributeHierarchy, attributeIdentifier?: ObjRef): boolean;
7433
7637
 
7638
+ /**
7639
+ * @beta
7640
+ */
7641
+ export declare interface ExportDashboardToExcel extends IDashboardCommand {
7642
+ readonly type: "GDC.DASH/CMD.EXPORT.EXCEL";
7643
+ }
7644
+
7645
+ /**
7646
+ * Creates the {@link ExportDashboardToExcel} command. Dispatching this command will result in a request to export
7647
+ * the dashboard to a EXCEL file. If successful, an instance of {@link DashboardExportToExcelResolved} will be emitted
7648
+ * with the URL of the resulting file.
7649
+ *
7650
+ * @param correlationId - specify correlation id to use for this command. this will be included in all
7651
+ * events that will be emitted during the command processing
7652
+ *
7653
+ * @beta
7654
+ */
7655
+ export declare function exportDashboardToExcel(correlationId?: string): ExportDashboardToExcel;
7656
+
7434
7657
  /**
7435
7658
  * @beta
7436
7659
  */
@@ -7450,12 +7673,50 @@ export declare interface ExportDashboardToPdf extends IDashboardCommand {
7450
7673
  */
7451
7674
  export declare function exportDashboardToPdf(correlationId?: string): ExportDashboardToPdf;
7452
7675
 
7676
+ /**
7677
+ * @beta
7678
+ */
7679
+ export declare interface ExportDashboardToPdfPresentation extends IDashboardCommand {
7680
+ readonly type: "GDC.DASH/CMD.EXPORT.PDF_PRESENTATION";
7681
+ }
7682
+
7683
+ /**
7684
+ * Creates the {@link ExportDashboardToPdfPresentation} command. Dispatching this command will result in a request to export
7685
+ * the dashboard to a Pdf presentation file. If successful, an instance of {@link DashboardExportToPdfPresentationResolved} will be emitted
7686
+ * with the URL of the resulting file.
7687
+ *
7688
+ * @param correlationId - specify correlation id to use for this command. this will be included in all
7689
+ * events that will be emitted during the command processing
7690
+ *
7691
+ * @beta
7692
+ */
7693
+ export declare function exportDashboardToPdfPresentation(correlationId?: string): ExportDashboardToPdfPresentation;
7694
+
7695
+ /**
7696
+ * @beta
7697
+ */
7698
+ export declare interface ExportDashboardToPptPresentation extends IDashboardCommand {
7699
+ readonly type: "GDC.DASH/CMD.EXPORT.PPT_PRESENTATION";
7700
+ }
7701
+
7702
+ /**
7703
+ * Creates the {@link ExportDashboardToPptPresentation} command. Dispatching this command will result in a request to export
7704
+ * the dashboard to a Ppt presentation file. If successful, an instance of {@link DashboardExportToPptPresentationResolved} will be emitted
7705
+ * with the URL of the resulting file.
7706
+ *
7707
+ * @param correlationId - specify correlation id to use for this command. this will be included in all
7708
+ * events that will be emitted during the command processing
7709
+ *
7710
+ * @beta
7711
+ */
7712
+ export declare function exportDashboardToPptPresentation(correlationId?: string): ExportDashboardToPptPresentation;
7713
+
7453
7714
  /**
7454
7715
  * Export element type.
7455
7716
  *
7456
7717
  * @alpha
7457
7718
  */
7458
- export declare type ExportElementType = "section" | "section-title" | "section-description" | "widget" | "widget-content" | "widget-title" | "widget-description";
7719
+ export declare type ExportElementType = "meta" | "section" | "section-info" | "section-title" | "section-description" | "widget" | "widget-content" | "widget-title" | "widget-description";
7459
7720
 
7460
7721
  /**
7461
7722
  * @beta
@@ -7497,6 +7758,96 @@ export declare interface ExportInsightWidgetPayload {
7497
7758
  */
7498
7759
  export declare type ExportLayoutCustomizationFn = <TWidget>(layout: IDashboardLayout, customizer: IExportLayoutCustomizer<TWidget>) => void;
7499
7760
 
7761
+ /**
7762
+ * Export meta type.
7763
+ *
7764
+ * @alpha
7765
+ */
7766
+ export declare type ExportMetaType = "dashboard-id" | "dashboard-title" | "dashboard-description" | "dashboard-tags" | "dashboard-tag" | "dashboard-filters" | "dashboard-filter" | "dashboard-filter-name" | "dashboard-filter-value";
7767
+
7768
+ /**
7769
+ * @alpha
7770
+ */
7771
+ export declare interface ExportRawInsightWidget extends IDashboardCommand {
7772
+ readonly type: "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW";
7773
+ readonly payload: ExportRawInsightWidgetPayload;
7774
+ }
7775
+
7776
+ /**
7777
+ * Creates the ExportRawInsightWidget command. Dispatching this command will result in exporting of the widget to a CSV.
7778
+ *
7779
+ * @param insight - insight to export
7780
+ * @param filename - filename of the exported file
7781
+ * @param correlationId - specify correlation id to use for this command. this will be included in all
7782
+ * events that will be emitted during the command processing
7783
+ *
7784
+ * @alpha
7785
+ */
7786
+ export declare function exportRawInsightWidget(ref: ObjRef, widget: IInsightWidget, insight: IInsight, filename: string, correlationId?: string): ExportRawInsightWidget;
7787
+
7788
+ /**
7789
+ * Payload of the {@link ExportRawInsightWidget} command.
7790
+ * @alpha
7791
+ */
7792
+ export declare interface ExportRawInsightWidgetPayload {
7793
+ /**
7794
+ * Reference to Insight Widget to export.
7795
+ */
7796
+ readonly ref: ObjRef;
7797
+ /**
7798
+ * Reference to Insight Widget to export.
7799
+ */
7800
+ readonly widget: IInsightWidget;
7801
+ /**
7802
+ * Reference to Insight definition to export.
7803
+ */
7804
+ readonly insight: IInsight;
7805
+ /**
7806
+ * Reference to Insight title to export.
7807
+ */
7808
+ readonly filename: string;
7809
+ }
7810
+
7811
+ /**
7812
+ * @alpha
7813
+ */
7814
+ export declare interface ExportSlidesInsightWidget extends IDashboardCommand {
7815
+ readonly type: "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES";
7816
+ readonly payload: ExportSlidesInsightWidgetPayload;
7817
+ }
7818
+
7819
+ /**
7820
+ * Creates the ExportSlidesInsightWidget command. Dispatching this command will result in exporting of the widget to a slides type (pdf, pptx).
7821
+ *
7822
+ * @param ref - reference to the Insight to export
7823
+ * @param filename - filename of the exported file
7824
+ * @param exportType - type of export to perform
7825
+ * @param correlationId - specify correlation id to use for this command. this will be included in all
7826
+ * events that will be emitted during the command processing
7827
+ *
7828
+ * @alpha
7829
+ */
7830
+ export declare function exportSlidesInsightWidget(ref: ObjRef, filename: string, exportType: "pdf" | "pptx", correlationId?: string): ExportSlidesInsightWidget;
7831
+
7832
+ /**
7833
+ * Payload of the {@link ExportRawInsightWidget} command.
7834
+ * @alpha
7835
+ */
7836
+ export declare interface ExportSlidesInsightWidgetPayload {
7837
+ /**
7838
+ * Reference to Insight to export.
7839
+ */
7840
+ readonly ref: ObjRef;
7841
+ /**
7842
+ * Reference to Insight title to export.
7843
+ */
7844
+ readonly filename: string;
7845
+ /**
7846
+ * Type of export to perform.
7847
+ */
7848
+ readonly exportType: "pdf" | "pptx";
7849
+ }
7850
+
7500
7851
  /**
7501
7852
  * Specialization of the IDashboardLayoutItem which also includes the extended dashboard widgets - KPI and
7502
7853
  * Insight placeholders.
@@ -7604,10 +7955,27 @@ export declare function filterContextItemsToDashboardFiltersByWidget(filterConte
7604
7955
  */
7605
7956
  export declare interface FilterContextState {
7606
7957
  /**
7607
- * Filter context definition contains the actual filters to use. Filter context definition is present
7958
+ * Filter context definition contains the actual filters to use. They are applied and used to compute insights data.
7959
+ * Filter context definition is present.
7608
7960
  * @beta
7609
7961
  */
7610
7962
  filterContextDefinition?: IFilterContextDefinition;
7963
+ /**
7964
+ * Contains staged filters state which are not applied by the user yet.
7965
+ * They are used to show selected values in filters and when user requests, they are applied to the filterContextDefinition (above).
7966
+ *
7967
+ * @remarks
7968
+ * This working filter context contains only changed filters and their fields.
7969
+ * before using this working, this state is merged with filterContextDefinition.
7970
+ *
7971
+ * This way we do not need to synchronize other fields, which makes it easier to maintain.
7972
+ *
7973
+ * This state is used when DashboardFiltersApplyMode is ALL_AT_ONCE.
7974
+ * But can be used programatically when embedding the dashboard too.
7975
+ *
7976
+ * @alpha
7977
+ */
7978
+ workingFilterContextDefinition?: IWorkingFilterContextDefinition;
7611
7979
  /**
7612
7980
  * Filter context definition contains the original dashboard filters stored on the backend.
7613
7981
  * @beta
@@ -7861,13 +8229,20 @@ export declare function getDefaultInsightEditMenuItems(widget: IInsightWidget, {
7861
8229
  export declare function getDefaultInsightMenuItems(intl: IntlShape, config: {
7862
8230
  exportXLSXDisabled: boolean;
7863
8231
  exportCSVDisabled: boolean;
8232
+ exportCSVRawDisabled: boolean;
8233
+ isExporting: boolean;
7864
8234
  scheduleExportDisabled: boolean;
7865
8235
  scheduleExportDisabledReason?: SchedulingDisabledReason;
7866
8236
  scheduleExportManagementDisabled: boolean;
7867
8237
  onExportXLSX: () => void;
7868
8238
  onExportCSV: () => void;
8239
+ onExportRawCSV: () => void;
7869
8240
  onScheduleExport: () => void;
7870
8241
  onScheduleManagementExport: () => void;
8242
+ onExportPowerPointPresentation: () => void;
8243
+ onExportPdfPresentation: () => void;
8244
+ isExportRawVisible: boolean;
8245
+ isExportVisible: boolean;
7871
8246
  isScheduleExportVisible: boolean;
7872
8247
  isScheduleExportManagementVisible: boolean;
7873
8248
  isDataError: boolean;
@@ -7880,7 +8255,23 @@ export declare function getDefaultInsightMenuItems(intl: IntlShape, config: {
7880
8255
  /**
7881
8256
  * @internal
7882
8257
  */
7883
- export declare function getDrillDownTitle(drillDefinition: IDrillDownDefinition, drillEvent: IDrillEvent, drillDownIntersectionIgnoredAttributes?: IDrillDownIntersectionIgnoredAttributes[], drillTargetDisplayForm?: IAttributeDisplayFormMetadataObject): string | null;
8258
+ export declare function getDrillDownTitle(drillDefinition: IDrillDownDefinition, drillEvent: IDrillEvent, drillDownIntersectionIgnoredAttributes?: IDrillDownIntersectionIgnoredAttributes[], drillTargetDisplayForm?: IAttributeDisplayFormMetadataObject): string | null;
8259
+
8260
+ /**
8261
+ * Decide whether the user has the right to edit dashboard.
8262
+ * If dashboard permissions are enabled then use them, otherwise fallback to workspace permissions
8263
+ *
8264
+ * @internal
8265
+ */
8266
+ export declare const hasEditDashboardPermission: DashboardSelector<boolean>;
8267
+
8268
+ /**
8269
+ * Decide whether the user has the right to edit locked dashboard.
8270
+ * If dashboard permissions are enabled then use them, otherwise fallback to workspace permissions
8271
+ *
8272
+ * @internal
8273
+ */
8274
+ export declare const hasEditLockedDashboardPermission: DashboardSelector<boolean>;
7884
8275
 
7885
8276
  /**
7886
8277
  * Data attributes for export mode to be added to the header.
@@ -7888,8 +8279,9 @@ export declare function getDrillDownTitle(drillDefinition: IDrillDownDefinition,
7888
8279
  * @alpha
7889
8280
  */
7890
8281
  export declare type HeaderExportData = {
8282
+ info?: CommonExportDataAttributes;
7891
8283
  title?: CommonExportDataAttributes;
7892
- description?: CommonExportDataAttributes;
8284
+ description?: DescriptionExportData;
7893
8285
  };
7894
8286
 
7895
8287
  /**
@@ -8384,8 +8776,9 @@ export declare interface IDashboardAttributeFilterProps {
8384
8776
  *
8385
8777
  * @param filter - new attribute filter value.
8386
8778
  * @param displayAsLabel - label used for presentation of attribute filter elements in UI
8779
+ * @param isWorkingSelectionChange - if the change is to applied (application of filters) or unapplied filters (filters staged before application).
8387
8780
  */
8388
- onFilterChanged: (filter: IDashboardAttributeFilter, displayAsLabel?: ObjRef) => void;
8781
+ onFilterChanged: (filter: IDashboardAttributeFilter, displayAsLabel?: ObjRef, isWorkingSelectionChange?: boolean) => void;
8389
8782
  /**
8390
8783
  * Callback to be called, when user closes filter dropdown
8391
8784
  */
@@ -9091,8 +9484,9 @@ export declare interface IDashboardDateFilterProps {
9091
9484
  *
9092
9485
  * @param filter - new date filter value
9093
9486
  * @param dateFilterOptionLocalId - localId of the {@link @gooddata/sdk-backend-spi#IDateFilterOption} selected
9487
+ * @param isWorkingSelectionChange - determines if the change is in working filter state (staged for application but not applied yet)
9094
9488
  */
9095
- onFilterChanged: (filter: IDashboardDateFilter | undefined, dateFilterOptionLocalId?: string) => void;
9489
+ onFilterChanged: (filter: IDashboardDateFilter | undefined, dateFilterOptionLocalId?: string, isWorkingSelectionChange?: boolean) => void;
9096
9490
  /**
9097
9491
  * Additional DateFilter configuration.
9098
9492
  */
@@ -9630,6 +10024,10 @@ export declare interface IDashboardInsightProps {
9630
10024
  * @alpha
9631
10025
  */
9632
10026
  exportData?: WidgetExportDataAttributes;
10027
+ /**
10028
+ * @internal
10029
+ */
10030
+ afterRender?: () => void;
9633
10031
  }
9634
10032
 
9635
10033
  /**
@@ -11116,7 +11514,7 @@ export declare interface IMenuButtonConfiguration {
11116
11514
  /**
11117
11515
  * @alpha
11118
11516
  */
11119
- export declare type IMenuButtonItem = IMenuButtonItemButton | IMenuButtonItemSeparator | IMenuButtonItemHeader;
11517
+ export declare type IMenuButtonItem = IMenuButtonItemButton | IMenuButtonItemSeparator | IMenuButtonItemHeader | IMenuButtonItemMenu;
11120
11518
 
11121
11519
  /**
11122
11520
  * @alpha
@@ -11141,6 +11539,24 @@ export declare interface IMenuButtonItemHeader extends IMenuItemCommonProps {
11141
11539
  itemName: string;
11142
11540
  }
11143
11541
 
11542
+ /**
11543
+ * @alpha
11544
+ */
11545
+ export declare interface IMenuButtonItemMenu extends IMenuItemCommonProps {
11546
+ type: "menu";
11547
+ itemName: string;
11548
+ /**
11549
+ * If specified, the value is shown on hover of the item as a tooltip.
11550
+ */
11551
+ tooltip?: string | ReactNode;
11552
+ disabled?: boolean;
11553
+ icon?: string | ReactNode;
11554
+ items: [
11555
+ IMenuButtonItemButton | IMenuButtonItemSeparator | IMenuButtonItemHeader,
11556
+ ...(IMenuButtonItemButton | IMenuButtonItemSeparator | IMenuButtonItemHeader)[]
11557
+ ];
11558
+ }
11559
+
11144
11560
  /**
11145
11561
  * @alpha
11146
11562
  */
@@ -11160,6 +11576,14 @@ export declare interface IMenuButtonItemsVisibility {
11160
11576
  * If set to true, the Export to PDF button will be visible. Defaults to true.
11161
11577
  */
11162
11578
  pdfExportButton?: boolean;
11579
+ /**
11580
+ * If set to true, the Export to EXCEL button will be visible. Defaults to true.
11581
+ */
11582
+ excelExportButton?: boolean;
11583
+ /**
11584
+ * If set to true, the Export to PowerPoint button will be visible. Defaults to true.
11585
+ */
11586
+ powerPointExportButton?: boolean;
11163
11587
  /**
11164
11588
  * If set to true, the Schedule emailing button will be visible. Defaults to true.
11165
11589
  */
@@ -12365,6 +12789,38 @@ export declare function isDashboardEvent(obj: unknown): obj is IDashboardEvent;
12365
12789
  */
12366
12790
  export declare function isDashboardEventOrCustomDashboardEvent(obj: unknown): obj is IDashboardEvent | ICustomDashboardEvent;
12367
12791
 
12792
+ /**
12793
+ * Tests whether the provided object is an instance of {@link DashboardExportToExcelRequested}.
12794
+ *
12795
+ * @param obj - object to test
12796
+ * @beta
12797
+ */
12798
+ export declare const isDashboardExportToExcelRequested: (obj: unknown) => obj is DashboardExportToExcelRequested;
12799
+
12800
+ /**
12801
+ * Tests whether the provided object is an instance of {@link DashboardExportToExcelResolved}.
12802
+ *
12803
+ * @param obj - object to test
12804
+ * @beta
12805
+ */
12806
+ export declare const isDashboardExportToExcelResolved: (obj: unknown) => obj is DashboardExportToExcelResolved;
12807
+
12808
+ /**
12809
+ * Tests whether the provided object is an instance of {@link DashboardExportToPdfPresentationRequested}.
12810
+ *
12811
+ * @param obj - object to test
12812
+ * @beta
12813
+ */
12814
+ export declare const isDashboardExportToPdfPresentationRequested: (obj: unknown) => obj is DashboardExportToPdfPresentationRequested;
12815
+
12816
+ /**
12817
+ * Tests whether the provided object is an instance of {@link DashboardExportToPdfPresentationResolved}.
12818
+ *
12819
+ * @param obj - object to test
12820
+ * @beta
12821
+ */
12822
+ export declare const isDashboardExportToPdfPresentationResolved: (obj: unknown) => obj is DashboardExportToPdfPresentationResolved;
12823
+
12368
12824
  /**
12369
12825
  * Tests whether the provided object is an instance of {@link DashboardExportToPdfRequested}.
12370
12826
  *
@@ -12381,6 +12837,22 @@ export declare const isDashboardExportToPdfRequested: (obj: unknown) => obj is D
12381
12837
  */
12382
12838
  export declare const isDashboardExportToPdfResolved: (obj: unknown) => obj is DashboardExportToPdfResolved;
12383
12839
 
12840
+ /**
12841
+ * Tests whether the provided object is an instance of {@link DashboardExportToPptPresentationRequested}.
12842
+ *
12843
+ * @param obj - object to test
12844
+ * @beta
12845
+ */
12846
+ export declare const isDashboardExportToPptPresentationRequested: (obj: unknown) => obj is DashboardExportToPptPresentationRequested;
12847
+
12848
+ /**
12849
+ * Tests whether the provided object is an instance of {@link DashboardExportToPptPresentationResolved}.
12850
+ *
12851
+ * @param obj - object to test
12852
+ * @beta
12853
+ */
12854
+ export declare const isDashboardExportToPptPresentationResolved: (obj: unknown) => obj is DashboardExportToPptPresentationResolved;
12855
+
12384
12856
  /**
12385
12857
  * Type-guard testing whether the provided object is an instance of {@link IDashboardFilter}.
12386
12858
  *
@@ -13460,6 +13932,13 @@ export declare interface IUseCustomWidgetExecutionDataViewConfig {
13460
13932
  * Note: When the execution is not provided, hook is locked in a "pending" state.
13461
13933
  */
13462
13934
  execution?: Exclude<IExecutionConfiguration, "filters">;
13935
+ /**
13936
+ * Enable or disable real execution cancellation.
13937
+ *
13938
+ * This means that if the execution request is not yet finished and the execution changes,
13939
+ * the request will be cancelled and the new execution will be started.
13940
+ */
13941
+ enableExecutionCancelling?: boolean;
13463
13942
  }
13464
13943
 
13465
13944
  /**
@@ -13480,6 +13959,13 @@ export declare interface IUseCustomWidgetInsightDataViewConfig {
13480
13959
  * Note: When the insight is not provided, hook is locked in a "pending" state.
13481
13960
  */
13482
13961
  insight?: IInsightDefinition | ObjRef;
13962
+ /**
13963
+ * Enable or disable real execution cancellation.
13964
+ *
13965
+ * This means that if the execution request is not yet finished and the execution changes,
13966
+ * the request will be cancelled and the new execution will be started.
13967
+ */
13968
+ enableExecutionCancelling?: boolean;
13483
13969
  }
13484
13970
 
13485
13971
  /**
@@ -13720,6 +14206,18 @@ export declare interface IVisualizationSwitcherToolbarProps {
13720
14206
  onClose: () => void;
13721
14207
  }
13722
14208
 
14209
+ /**
14210
+ * Working filter context.
14211
+ *
14212
+ * @alpha
14213
+ */
14214
+ export declare interface IWorkingFilterContextDefinition {
14215
+ /**
14216
+ * Partial attribute or date filters
14217
+ */
14218
+ readonly filters: WorkingFilterContextItem[];
14219
+ }
14220
+
13723
14221
  /**
13724
14222
  * @internal
13725
14223
  */
@@ -13989,6 +14487,41 @@ export declare type MenuItemDependencies = {
13989
14487
  useWidgetDeleteDialog?: boolean;
13990
14488
  };
13991
14489
 
14490
+ /**
14491
+ * Data attributes for export mode to be added to the header.
14492
+ *
14493
+ * @alpha
14494
+ */
14495
+ export declare type MetaExportData = {
14496
+ root?: CommonExportDataAttributes;
14497
+ id?: MetaExportDataAttributes;
14498
+ title?: MetaExportDataAttributes;
14499
+ description?: MetaExportDataAttributes;
14500
+ tags?: {
14501
+ root: MetaExportDataAttributes;
14502
+ tag: MetaExportDataAttributes;
14503
+ };
14504
+ filters?: {
14505
+ root: MetaExportDataAttributes;
14506
+ dateFilter: MetaExportDataAttributes;
14507
+ attributeFilter: MetaExportDataAttributes;
14508
+ filter: {
14509
+ name: MetaExportDataAttributes;
14510
+ value: MetaExportDataAttributes;
14511
+ };
14512
+ };
14513
+ };
14514
+
14515
+ /**
14516
+ * Data attributes with export specification for meta.
14517
+ *
14518
+ * @alpha
14519
+ */
14520
+ export declare type MetaExportDataAttributes = {
14521
+ "data-export-meta-type": ExportMetaType;
14522
+ "data-export-meta-filter-type"?: "date" | "attribute";
14523
+ };
14524
+
13992
14525
  /**
13993
14526
  * @alpha
13994
14527
  */
@@ -17335,6 +17868,16 @@ export declare const selectCanEditDashboardPermission: DashboardSelector<boolean
17335
17868
  */
17336
17869
  export declare const selectCanEditLockedDashboardPermission: DashboardSelector<boolean>;
17337
17870
 
17871
+ /**
17872
+ * @internal
17873
+ */
17874
+ export declare const selectCanEnterEditMode: DashboardSelector<boolean>;
17875
+
17876
+ /**
17877
+ * @internal
17878
+ */
17879
+ export declare const selectCanEnterEditModeAndIsLoaded: DashboardSelector<boolean>;
17880
+
17338
17881
  /**
17339
17882
  * Returns whether the current user has permissions necessary to export insights to CSV..
17340
17883
  *
@@ -17440,6 +17983,11 @@ export declare const selectCanManageWorkspace: DashboardSelector<boolean>;
17440
17983
  */
17441
17984
  export declare const selectCanRefreshData: DashboardSelector<boolean>;
17442
17985
 
17986
+ /**
17987
+ * @internal
17988
+ */
17989
+ export declare function selectCanSaveDashboard(state: DashboardState): boolean;
17990
+
17443
17991
  /**
17444
17992
  * Returns whether the current user has permissions to share dashboard.
17445
17993
  *
@@ -17520,6 +18068,13 @@ export declare const selectCatalogMeasures: DashboardSelector<ICatalogMeasure[]>
17520
18068
  */
17521
18069
  export declare const selectColorPalette: DashboardSelector<IColorPalette>;
17522
18070
 
18071
+ /**
18072
+ * Selects whether the common export is available.
18073
+ *
18074
+ * @internal
18075
+ */
18076
+ export declare const selectCommonExportAvailable: DashboardSelector<boolean>;
18077
+
17523
18078
  /**
17524
18079
  * Returns dashboard's config.
17525
18080
  *
@@ -17634,6 +18189,13 @@ export declare const selectCurrentUserRef: DashboardSelector<ObjRef>;
17634
18189
  */
17635
18190
  export declare const selectDashboardDescription: DashboardSelector<string>;
17636
18191
 
18192
+ /**
18193
+ * Selects dashboard's descriptor.
18194
+ *
18195
+ * @internal
18196
+ */
18197
+ export declare const selectDashboardDescriptor: DashboardSelector<DashboardDescriptor>;
18198
+
17637
18199
  /**
17638
18200
  * Setting of dashboard filters apply mode. The value is resolved in the following order:
17639
18201
  * If set on workspace level, workspace setting is used.
@@ -17887,6 +18449,13 @@ export declare const selectDateFormat: DashboardSelector<string | undefined>;
17887
18449
  */
17888
18450
  export declare const selectDateHierarchyTemplates: DashboardSelector<IDateHierarchyTemplate[]>;
17889
18451
 
18452
+ /**
18453
+ * Selects whether the delete button is visible.
18454
+ *
18455
+ * @internal
18456
+ */
18457
+ export declare const selectDeleteVisible: DashboardSelector<boolean>;
18458
+
17890
18459
  /**
17891
18460
  * Selects whether dashboard cross filtering is disabled.
17892
18461
  *
@@ -18120,6 +18689,13 @@ export declare const selectEnableDashboardDescriptionDynamicHeight: DashboardSel
18120
18689
  */
18121
18690
  export declare const selectEnableDashboardFiltersApplyModes: DashboardSelector<boolean>;
18122
18691
 
18692
+ /**
18693
+ *
18694
+ *
18695
+ * @internal
18696
+ */
18697
+ export declare const selectEnableDashboardTabularExport: DashboardSelector<boolean>;
18698
+
18123
18699
  /**
18124
18700
  * Returns whether drill dialog tooltip is enabled.
18125
18701
  *
@@ -18174,6 +18750,13 @@ export declare const selectEnableFlexibleLayout: DashboardSelector<boolean>;
18174
18750
  */
18175
18751
  export declare const selectEnableIgnoreCrossFiltering: DashboardSelector<boolean>;
18176
18752
 
18753
+ /**
18754
+ * Returns whether attribute filter displays duplicated values when filter uses secondary label value.
18755
+ *
18756
+ * @internal
18757
+ */
18758
+ export declare const selectEnableImmediateAttributeFilterDisplayAsLabelMigration: DashboardSelector<boolean>;
18759
+
18177
18760
  /**
18178
18761
  * Returns whether in-platform notifications are enabled.
18179
18762
  *
@@ -18286,6 +18869,13 @@ export declare const selectEnableKPIDashboardScheduleRecipients: DashboardSelect
18286
18869
  */
18287
18870
  export declare const selectEnableMultipleDateFilters: DashboardSelector<boolean>;
18288
18871
 
18872
+ /**
18873
+ *
18874
+ *
18875
+ * @internal
18876
+ */
18877
+ export declare const selectEnableOrchestratedTabularExports: DashboardSelector<boolean>;
18878
+
18289
18879
  /**
18290
18880
  * Returns whether we should call measures metrics (true) or measures (false).
18291
18881
  *
@@ -18417,7 +19007,7 @@ export declare const selectFilterContextAttributeFilterByDisplayForm: (displayFo
18417
19007
  export declare const selectFilterContextAttributeFilterByLocalId: (localId: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
18418
19008
 
18419
19009
  /**
18420
- * This selector returns dashboard's filter context attribute filters.
19010
+ * This selector returns dashboard's applied filter context attribute filters.
18421
19011
  *
18422
19012
  * @remarks
18423
19013
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -18428,7 +19018,7 @@ export declare const selectFilterContextAttributeFilterByLocalId: (localId: stri
18428
19018
  export declare const selectFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
18429
19019
 
18430
19020
  /**
18431
- * This selector returns dashboard's filter context date filter.
19021
+ * This selector returns dashboard's applied filter context date filter.
18432
19022
  *
18433
19023
  * @remarks
18434
19024
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -18449,7 +19039,7 @@ export declare const selectFilterContextDateFilter: DashboardSelector<IDashboard
18449
19039
  export declare const selectFilterContextDateFilterByDataSet: (dataSet: ObjRef) => (state: DashboardState) => IDashboardDateFilter | undefined;
18450
19040
 
18451
19041
  /**
18452
- * This selector returns dashboard's filter context date filter with dimension specified.
19042
+ * This selector returns dashboard's applied filter context date filter with dimension specified.
18453
19043
  *
18454
19044
  * @remarks
18455
19045
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -18460,7 +19050,7 @@ export declare const selectFilterContextDateFilterByDataSet: (dataSet: ObjRef) =
18460
19050
  export declare const selectFilterContextDateFiltersWithDimension: DashboardSelector<IDashboardDateFilter[]>;
18461
19051
 
18462
19052
  /**
18463
- * This selector returns current dashboard's filter context definition.
19053
+ * This selector returns current applied dashboard's filter context definition.
18464
19054
  *
18465
19055
  * @remarks
18466
19056
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -18473,7 +19063,7 @@ export declare const selectFilterContextDateFiltersWithDimension: DashboardSelec
18473
19063
  export declare const selectFilterContextDefinition: DashboardSelector<IFilterContextDefinition>;
18474
19064
 
18475
19065
  /**
18476
- * This selector returns dashboard's filter context filters.
19066
+ * This selector returns dashboard's applied filter context filters.
18477
19067
  *
18478
19068
  * @remarks
18479
19069
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -18520,6 +19110,13 @@ export declare const selectFilterViewsAreLoading: DashboardSelector<boolean>;
18520
19110
  */
18521
19111
  export declare const selectFilterViewsDialogMode: DashboardSelector<FilterViewDialogMode>;
18522
19112
 
19113
+ /**
19114
+ * Selects whether the filter views are visible.
19115
+ *
19116
+ * @internal
19117
+ */
19118
+ export declare const selectFilterViewsVisible: DashboardSelector<boolean>;
19119
+
18523
19120
  /**
18524
19121
  * Returns dashboard focus object.
18525
19122
  *
@@ -18750,6 +19347,11 @@ export declare const selectIsCircularDependency: (currentFilterLocalId: string,
18750
19347
  */
18751
19348
  export declare const selectIsCrossFiltering: DashboardSelector<boolean>;
18752
19349
 
19350
+ /**
19351
+ * @internal
19352
+ */
19353
+ export declare const selectIsCurrentDashboardVisibleInList: DashboardSelector<boolean>;
19354
+
18753
19355
  /**
18754
19356
  * Selects a boolean indication if he dashboard has any changes compared to the persisted version (if any)
18755
19357
  *
@@ -18835,6 +19437,11 @@ export declare const selectIsEmbedded: DashboardSelector<boolean>;
18835
19437
  */
18836
19438
  export declare const selectIsExecutionResultExportableToCsvByRef: (ref: ObjRef) => DashboardSelector<boolean>;
18837
19439
 
19440
+ /**
19441
+ * @alpha
19442
+ */
19443
+ export declare const selectIsExecutionResultExportableToCsvRawByRef: (ref: ObjRef) => DashboardSelector<boolean>;
19444
+
18838
19445
  /**
18839
19446
  * @alpha
18840
19447
  */
@@ -18938,6 +19545,11 @@ export declare const selectIsNewDashboard: DashboardSelector<boolean>;
18938
19545
  */
18939
19546
  export declare const selectIsNewDashboardWithContent: DashboardSelector<boolean>;
18940
19547
 
19548
+ /**
19549
+ * @internal
19550
+ */
19551
+ export declare const selectIsPrivateDashboard: DashboardSelector<boolean>;
19552
+
18941
19553
  /**
18942
19554
  * Returns whether the Dashboard is executed in read-only mode.
18943
19555
  *
@@ -18997,6 +19609,11 @@ export declare const selectIsSectionInsertedByPlugin: (refs: (ObjRef | undefined
18997
19609
  */
18998
19610
  export declare const selectIsShareButtonHidden: DashboardSelector<boolean>;
18999
19611
 
19612
+ /**
19613
+ * @internal
19614
+ */
19615
+ export declare const selectIsShareButtonVisible: DashboardSelector<boolean>;
19616
+
19000
19617
  /**
19001
19618
  * @alpha
19002
19619
  */
@@ -19019,6 +19636,20 @@ export declare const selectIsWidgetDeleteDialogOpen: DashboardSelector<boolean>;
19019
19636
  */
19020
19637
  export declare const selectIsWidgetLoadingAdditionalDataByWidgetRef: (refs: ObjRef) => DashboardSelector<boolean>;
19021
19638
 
19639
+ /**
19640
+ * Returns true if working filters and applied filters are same.
19641
+ *
19642
+ * Attribute filters are considered equal if
19643
+ * - they have same localIdentifier
19644
+ * - they have same elements (order does not matter)
19645
+ * - all other fields are deep equal EXCEPT displayForm
19646
+ * We exclude diplayForm becuase of primary display form migration code.
19647
+ * Which changes display forms after update.
19648
+ *
19649
+ * @alpha
19650
+ */
19651
+ export declare const selectIsWorkingFilterContextChanged: DashboardSelector<boolean | undefined>;
19652
+
19022
19653
  /**
19023
19654
  * @internal
19024
19655
  *
@@ -19174,6 +19805,13 @@ export declare const selectOriginalFilterContextFilters: DashboardSelector<Filte
19174
19805
  */
19175
19806
  export declare const selectOtherContextAttributeFilters: (ref?: ObjRef) => DashboardSelector<IDashboardAttributeFilter[]>;
19176
19807
 
19808
+ /**
19809
+ * Selects whether the PDF export is visible.
19810
+ *
19811
+ * @internal
19812
+ */
19813
+ export declare const selectPdfExportVisible: DashboardSelector<boolean>;
19814
+
19177
19815
  /**
19178
19816
  * This selector returns user's permissions in the workspace where the dashboard is stored.
19179
19817
  *
@@ -19241,6 +19879,13 @@ export declare const selectPreloadedAttributesWithReferences: DashboardSelector<
19241
19879
  */
19242
19880
  export declare const selectRenderMode: DashboardSelector<RenderMode>;
19243
19881
 
19882
+ /**
19883
+ * Selects whether the save as new button is visible.
19884
+ *
19885
+ * @internal
19886
+ */
19887
+ export declare const selectSaveAsVisible: DashboardSelector<boolean>;
19888
+
19244
19889
  /**
19245
19890
  * @alpha
19246
19891
  */
@@ -19291,6 +19936,20 @@ export declare const selectSettings: DashboardSelector<ISettings>;
19291
19936
  */
19292
19937
  export declare const selectShouldHidePixelPerfectExperience: DashboardSelector<string | number | boolean | object>;
19293
19938
 
19939
+ /**
19940
+ * Selects whether the slideshow export is available.
19941
+ *
19942
+ * @internal
19943
+ */
19944
+ export declare const selectSlideShowExportAvailable: DashboardSelector<boolean>;
19945
+
19946
+ /**
19947
+ * Selects whether the slideshow export is visible.
19948
+ *
19949
+ * @internal
19950
+ */
19951
+ export declare const selectSlideShowExportVisible: DashboardSelector<boolean>;
19952
+
19294
19953
  /**
19295
19954
  * This selector returns current layout's stash. This stash can contain items that were removed from the layout with the
19296
19955
  * intent of further using the item elsewhere on the layout. The stash is a mapping of stashIdentifier to an array
@@ -19521,6 +20180,63 @@ export declare const selectWidgetsOverlay: DashboardSelector<Record<string, IDas
19521
20180
  */
19522
20181
  export declare const selectWidgetsOverlayState: (refs: (ObjRef | undefined)[]) => DashboardSelector<boolean>;
19523
20182
 
20183
+ /**
20184
+ * This selector returns dashboard's working filter context attribute filters.
20185
+ *
20186
+ * @remarks
20187
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
20188
+ * Invocations before initialization lead to invariant errors.
20189
+ *
20190
+ * @public
20191
+ */
20192
+ export declare const selectWorkingFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
20193
+
20194
+ /**
20195
+ * This selector returns dashboard's working filter context date filter.
20196
+ *
20197
+ * @remarks
20198
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
20199
+ * Invocations before initialization lead to invariant errors.
20200
+ *
20201
+ * @public
20202
+ */
20203
+ export declare const selectWorkingFilterContextDateFilter: DashboardSelector<IDashboardDateFilter | undefined>;
20204
+
20205
+ /**
20206
+ * This selector returns dashboard's working filter context date filter with dimension specified.
20207
+ *
20208
+ * @remarks
20209
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
20210
+ * Invocations before initialization lead to invariant errors.
20211
+ *
20212
+ * @public
20213
+ */
20214
+ export declare const selectWorkingFilterContextDateFiltersWithDimension: DashboardSelector<IDashboardDateFilter[]>;
20215
+
20216
+ /**
20217
+ * This selector returns current working dashboard's filter context definition.
20218
+ *
20219
+ * @remarks
20220
+ * It is expected that the selector is called only after the wokring filter context state is correctly initialized.
20221
+ * Invocations before initialization lead to invariant errors.
20222
+ *
20223
+ * @returns a {@link @gooddata/sdk-backend-spi#IFilterContextDefinition}
20224
+ *
20225
+ * @alpha
20226
+ */
20227
+ export declare const selectWorkingFilterContextDefinition: DashboardSelector<IFilterContextDefinition>;
20228
+
20229
+ /**
20230
+ * This selector returns dashboard's working filter context filters.
20231
+ *
20232
+ * @remarks
20233
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
20234
+ * Invocations before initialization lead to invariant errors.
20235
+ *
20236
+ * @public
20237
+ */
20238
+ export declare const selectWorkingFilterContextFilters: DashboardSelector<FilterContextItem[]>;
20239
+
19524
20240
  /**
19525
20241
  * @beta
19526
20242
  */
@@ -19575,9 +20291,10 @@ export declare interface SetAttributeFilterDisplayForm extends IDashboardCommand
19575
20291
  * @beta
19576
20292
  * @param filterLocalId - local identifier of the filter the display form is changed for
19577
20293
  * @param displayForm - newly selected display form
20294
+ * @param isWorkingSelectionChange - determines if command updates working filter context or applied filter context. Applied filter context is default.
19578
20295
  * @returns change filter display form command
19579
20296
  */
19580
- export declare function setAttributeFilterDisplayForm(filterLocalId: string, displayForm: ObjRef): SetAttributeFilterDisplayForm;
20297
+ export declare function setAttributeFilterDisplayForm(filterLocalId: string, displayForm: ObjRef, isWorkingSelectionChange?: boolean): SetAttributeFilterDisplayForm;
19581
20298
 
19582
20299
  /**
19583
20300
  * @beta
@@ -19585,6 +20302,7 @@ export declare function setAttributeFilterDisplayForm(filterLocalId: string, dis
19585
20302
  export declare interface SetAttributeFilterDisplayFormPayload {
19586
20303
  filterLocalId: string;
19587
20304
  displayForm: ObjRef;
20305
+ isWorkingSelectionChange?: boolean;
19588
20306
  }
19589
20307
 
19590
20308
  /**
@@ -20707,7 +21425,7 @@ export declare const useCancelEditDialog: () => {
20707
21425
  *
20708
21426
  * @public
20709
21427
  */
20710
- export declare function useCustomWidgetExecutionDataView({ widget, execution, onCancel, onError, onLoading, onPending, onSuccess, }: IUseCustomWidgetExecutionDataViewConfig & UseCustomWidgetExecutionDataViewCallbacks): UseCancelablePromiseState<DataViewFacade, GoodDataSdkError>;
21428
+ export declare function useCustomWidgetExecutionDataView({ enableExecutionCancelling, widget, execution, onCancel, onError, onLoading, onPending, onSuccess, }: IUseCustomWidgetExecutionDataViewConfig & UseCustomWidgetExecutionDataViewCallbacks): UseCancelablePromiseState<DataViewFacade, GoodDataSdkError>;
20711
21429
 
20712
21430
  /**
20713
21431
  * Callbacks for {@link useCustomWidgetExecutionDataView} hook.
@@ -20722,7 +21440,7 @@ export declare type UseCustomWidgetExecutionDataViewCallbacks = UseCancelablePro
20722
21440
  *
20723
21441
  * @public
20724
21442
  */
20725
- export declare function useCustomWidgetInsightDataView({ widget, insight, onCancel, onError, onLoading, onPending, onSuccess, }: IUseCustomWidgetInsightDataViewConfig & UseCustomWidgetInsightDataViewCallbacks): UseCancelablePromiseState<DataViewFacade, GoodDataSdkError>;
21443
+ export declare function useCustomWidgetInsightDataView({ widget, insight, enableExecutionCancelling, onCancel, onError, onLoading, onPending, onSuccess, }: IUseCustomWidgetInsightDataViewConfig & UseCustomWidgetInsightDataViewCallbacks): UseCancelablePromiseState<DataViewFacade, GoodDataSdkError>;
20726
21444
 
20727
21445
  /**
20728
21446
  * Callbacks for {@link useCustomWidgetInsightDataView} hook.
@@ -20849,6 +21567,18 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
20849
21567
  type: TSuccessEventType;
20850
21568
  }> | Extract<DashboardExportToPdfResolved_2, {
20851
21569
  type: TSuccessEventType;
21570
+ }> | Extract<DashboardExportToExcelRequested_2, {
21571
+ type: TSuccessEventType;
21572
+ }> | Extract<DashboardExportToExcelResolved_2, {
21573
+ type: TSuccessEventType;
21574
+ }> | Extract<DashboardExportToPdfPresentationRequested_2, {
21575
+ type: TSuccessEventType;
21576
+ }> | Extract<DashboardExportToPdfPresentationResolved_2, {
21577
+ type: TSuccessEventType;
21578
+ }> | Extract<DashboardExportToPptPresentationRequested_2, {
21579
+ type: TSuccessEventType;
21580
+ }> | Extract<DashboardExportToPptPresentationResolved_2, {
21581
+ type: TSuccessEventType;
20852
21582
  }> | Extract<DashboardSharingChanged_2, {
20853
21583
  type: TSuccessEventType;
20854
21584
  }> | Extract<DashboardDateFilterSelectionChanged_2, {
@@ -21034,6 +21764,18 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
21034
21764
  type: TErrorEventType;
21035
21765
  }> | Extract<DashboardExportToPdfResolved_2, {
21036
21766
  type: TErrorEventType;
21767
+ }> | Extract<DashboardExportToExcelRequested_2, {
21768
+ type: TErrorEventType;
21769
+ }> | Extract<DashboardExportToExcelResolved_2, {
21770
+ type: TErrorEventType;
21771
+ }> | Extract<DashboardExportToPdfPresentationRequested_2, {
21772
+ type: TErrorEventType;
21773
+ }> | Extract<DashboardExportToPdfPresentationResolved_2, {
21774
+ type: TErrorEventType;
21775
+ }> | Extract<DashboardExportToPptPresentationRequested_2, {
21776
+ type: TErrorEventType;
21777
+ }> | Extract<DashboardExportToPptPresentationResolved_2, {
21778
+ type: TErrorEventType;
21037
21779
  }> | Extract<DashboardSharingChanged_2, {
21038
21780
  type: TErrorEventType;
21039
21781
  }> | Extract<DashboardDateFilterSelectionChanged_2, {
@@ -21526,6 +22268,11 @@ export declare function useInsightWidgetDataView(config: IUseInsightWidgetDataVi
21526
22268
  */
21527
22269
  export declare type UseInsightWidgetInsightDataViewCallbacks = UseCancelablePromiseCallbacks<DataViewFacade, GoodDataSdkError>;
21528
22270
 
22271
+ /**
22272
+ * @alpha
22273
+ */
22274
+ export declare const useMetaExportData: () => MetaExportData | undefined;
22275
+
21529
22276
  /**
21530
22277
  * Returns parent filtering input props for {@link @gooddata/sdk-ui-filters#AttributeFilter} for particular dashboard attribute filter.
21531
22278
  *
@@ -21642,7 +22389,7 @@ export declare function useSaveButtonProps(): ISaveButtonProps;
21642
22389
  /**
21643
22390
  * @alpha
21644
22391
  */
21645
- export declare const useSectionExportData: (firstLevel: boolean) => SectionExportData | undefined;
22392
+ export declare const useSectionExportData: (depth: number) => SectionExportData | undefined;
21646
22393
 
21647
22394
  /**
21648
22395
  * @internal
@@ -21893,4 +22640,20 @@ export declare interface WithDrillSelectProps {
21893
22640
  }) => JSX.Element;
21894
22641
  }
21895
22642
 
22643
+ /**
22644
+ * Partial working attribute filter used in working filter context.
22645
+ *
22646
+ * @alpha
22647
+ */
22648
+ export declare type WorkingDashboardAttributeFilter = {
22649
+ attributeFilter: Partial<IDashboardAttributeFilter["attributeFilter"]>;
22650
+ };
22651
+
22652
+ /**
22653
+ * Partial working filter context item.
22654
+ *
22655
+ * @alpha
22656
+ */
22657
+ export declare type WorkingFilterContextItem = WorkingDashboardAttributeFilter | IDashboardDateFilter;
22658
+
21896
22659
  export { }