@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
@@ -1390,16 +1390,20 @@
1390
1390
  text-overflow: ellipsis;
1391
1391
  }
1392
1392
 
1393
- .gd-list-item:hover, .gd-list-item:focus {
1393
+ .gd-list-item:hover {
1394
1394
  color: var(--gd-palette-complementary-9, #000);
1395
1395
  background: var(--gd-palette-complementary-2, #ebeff4);
1396
1396
  text-decoration: none;
1397
1397
  }
1398
1398
 
1399
- .gd-list-item:hover.is-selected, .gd-list-item:focus.is-selected {
1399
+ .gd-list-item:hover.is-selected {
1400
1400
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
1401
1401
  }
1402
1402
 
1403
+ .gd-list-item:focus-visible {
1404
+ outline: auto;
1405
+ }
1406
+
1403
1407
  .gd-list-item.gd-menu-item-remove:hover {
1404
1408
  color: var(--gd-palette-error-base, #e54d42);
1405
1409
  background: var(--gd-palette-error-dimmed, #fcedec);
@@ -1637,6 +1641,10 @@
1637
1641
  border: none;
1638
1642
  }
1639
1643
 
1644
+ .gd-infinite-list .public_fixedDataTable_main:focus-visible {
1645
+ outline: auto;
1646
+ }
1647
+
1640
1648
  .gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
1641
1649
  border-color: transparent;
1642
1650
  }
@@ -3564,16 +3572,20 @@
3564
3572
  text-overflow: ellipsis;
3565
3573
  }
3566
3574
 
3567
- .gd-list-item:hover, .gd-list-item:focus {
3575
+ .gd-list-item:hover {
3568
3576
  color: var(--gd-palette-complementary-9, #000);
3569
3577
  background: var(--gd-palette-complementary-2, #ebeff4);
3570
3578
  text-decoration: none;
3571
3579
  }
3572
3580
 
3573
- .gd-list-item:hover.is-selected, .gd-list-item:focus.is-selected {
3581
+ .gd-list-item:hover.is-selected {
3574
3582
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
3575
3583
  }
3576
3584
 
3585
+ .gd-list-item:focus-visible {
3586
+ outline: auto;
3587
+ }
3588
+
3577
3589
  .gd-list-item.gd-menu-item-remove:hover {
3578
3590
  color: var(--gd-palette-error-base, #e54d42);
3579
3591
  background: var(--gd-palette-error-dimmed, #fcedec);
@@ -3811,6 +3823,10 @@
3811
3823
  border: none;
3812
3824
  }
3813
3825
 
3826
+ .gd-infinite-list .public_fixedDataTable_main:focus-visible {
3827
+ outline: auto;
3828
+ }
3829
+
3814
3830
  .gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
3815
3831
  border-color: transparent;
3816
3832
  }
@@ -5727,6 +5743,10 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
5727
5743
  min-width: 0;
5728
5744
  }
5729
5745
 
5746
+ input[type=search]::-webkit-search-cancel-button {
5747
+ display: none;
5748
+ }
5749
+
5730
5750
  .gd-invertable-select-all-checkbox,
5731
5751
  .gd-invertable-select-search-bar,
5732
5752
  .gd-invertable-select-status-bar {
@@ -8390,16 +8410,20 @@ div.gd-empty-item-bubble {
8390
8410
  text-overflow: ellipsis;
8391
8411
  }
8392
8412
 
8393
- .gd-list-item:hover, .gd-list-item:focus {
8413
+ .gd-list-item:hover {
8394
8414
  color: var(--gd-palette-complementary-9, #000);
8395
8415
  background: var(--gd-palette-complementary-2, #ebeff4);
8396
8416
  text-decoration: none;
8397
8417
  }
8398
8418
 
8399
- .gd-list-item:hover.is-selected, .gd-list-item:focus.is-selected {
8419
+ .gd-list-item:hover.is-selected {
8400
8420
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
8401
8421
  }
8402
8422
 
8423
+ .gd-list-item:focus-visible {
8424
+ outline: auto;
8425
+ }
8426
+
8403
8427
  .gd-list-item.gd-menu-item-remove:hover {
8404
8428
  color: var(--gd-palette-error-base, #e54d42);
8405
8429
  background: var(--gd-palette-error-dimmed, #fcedec);
@@ -8637,6 +8661,10 @@ div.gd-empty-item-bubble {
8637
8661
  border: none;
8638
8662
  }
8639
8663
 
8664
+ .gd-infinite-list .public_fixedDataTable_main:focus-visible {
8665
+ outline: auto;
8666
+ }
8667
+
8640
8668
  .gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
8641
8669
  border-color: transparent;
8642
8670
  }
@@ -8841,6 +8869,10 @@ div.gd-empty-item-bubble {
8841
8869
  text-align: center;
8842
8870
  }
8843
8871
 
8872
+ .gd-tab:focus-visible {
8873
+ outline: auto;
8874
+ }
8875
+
8844
8876
  .gd-tab:hover {
8845
8877
  color: var(--gd-palette-complementary-8-from-theme, var(--gd-palette-complementary-9, #000));
8846
8878
  border-bottom: 3px solid var(--gd-palette-complementary-3, #dde4eb);
@@ -12906,6 +12938,10 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
12906
12938
  min-width: 0;
12907
12939
  }
12908
12940
 
12941
+ input[type=search]::-webkit-search-cancel-button {
12942
+ display: none;
12943
+ }
12944
+
12909
12945
  .gd-invertable-select-all-checkbox,
12910
12946
  .gd-invertable-select-search-bar,
12911
12947
  .gd-invertable-select-status-bar {
@@ -14450,16 +14486,20 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
14450
14486
  text-overflow: ellipsis;
14451
14487
  }
14452
14488
 
14453
- .gd-list-item:hover, .gd-list-item:focus {
14489
+ .gd-list-item:hover {
14454
14490
  color: var(--gd-palette-complementary-9, #000);
14455
14491
  background: var(--gd-palette-complementary-2, #ebeff4);
14456
14492
  text-decoration: none;
14457
14493
  }
14458
14494
 
14459
- .gd-list-item:hover.is-selected, .gd-list-item:focus.is-selected {
14495
+ .gd-list-item:hover.is-selected {
14460
14496
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
14461
14497
  }
14462
14498
 
14499
+ .gd-list-item:focus-visible {
14500
+ outline: auto;
14501
+ }
14502
+
14463
14503
  .gd-list-item.gd-menu-item-remove:hover {
14464
14504
  color: var(--gd-palette-error-base, #e54d42);
14465
14505
  background: var(--gd-palette-error-dimmed, #fcedec);
@@ -14697,6 +14737,10 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
14697
14737
  border: none;
14698
14738
  }
14699
14739
 
14740
+ .gd-infinite-list .public_fixedDataTable_main:focus-visible {
14741
+ outline: auto;
14742
+ }
14743
+
14700
14744
  .gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
14701
14745
  border-color: transparent;
14702
14746
  }
@@ -20475,6 +20519,14 @@ figure {
20475
20519
  height: 100%;
20476
20520
  }
20477
20521
 
20522
+ .insight-view-loader {
20523
+ position: absolute;
20524
+ top: 0;
20525
+ left: 0;
20526
+ bottom: 0;
20527
+ right: 0;
20528
+ }
20529
+
20478
20530
  .bubble.options-menu-bubble {
20479
20531
  background-color: #fff;
20480
20532
  }
@@ -22706,6 +22758,11 @@ figure {
22706
22758
  padding-bottom: 300px;
22707
22759
  }
22708
22760
 
22761
+ .gd-dashboard-meta {
22762
+ display: none;
22763
+ width: 100%;
22764
+ }
22765
+
22709
22766
  .gd-dialog.save-as-new-dialog {
22710
22767
  max-width: 450px;
22711
22768
  }
@@ -23213,6 +23270,21 @@ figure {
23213
23270
  top: 4px;
23214
23271
  }
23215
23272
 
23273
+ .gd-configuration-export-options {
23274
+ width: 100%;
23275
+ }
23276
+ .gd-configuration-export-options .gd-export-options-pdf-presentation,
23277
+ .gd-configuration-export-options .gd-export-options-pptx-presentation,
23278
+ .gd-configuration-export-options .gd-export-options-xlsx,
23279
+ .gd-configuration-export-options .gd-export-options-csv,
23280
+ .gd-configuration-export-options .gd-export-options-csv-raw {
23281
+ justify-content: flex-start;
23282
+ }
23283
+ .gd-configuration-export-options .gd-export-icon {
23284
+ margin-right: 10px;
23285
+ display: flex;
23286
+ }
23287
+
23216
23288
  .edit-insight-config .bubble-content .widget-title > span.insight-title,
23217
23289
  .edit-insight-config .bubble-content .insight-configuration-panel-header > span.insight-title, .edit-insight-config .bubble-content .insight-title .original-insight-title {
23218
23290
  display: inline-block;
@@ -23668,6 +23740,48 @@ figure {
23668
23740
  height: 16px;
23669
23741
  display: inline-block;
23670
23742
  }
23743
+ .gd-list-item .gd-icon-type-pdf::before {
23744
+ content: "";
23745
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
23746
+ width: 16px;
23747
+ height: 16px;
23748
+ display: inline-block;
23749
+ }
23750
+ .gd-list-item .gd-icon-type-sheet::before {
23751
+ content: "";
23752
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
23753
+ width: 16px;
23754
+ height: 16px;
23755
+ display: inline-block;
23756
+ }
23757
+ .gd-list-item .gd-icon-type-slides::before {
23758
+ content: "";
23759
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
23760
+ width: 16px;
23761
+ height: 16px;
23762
+ display: inline-block;
23763
+ }
23764
+ .gd-list-item .gd-icon-type-image::before {
23765
+ content: "";
23766
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
23767
+ width: 16px;
23768
+ height: 16px;
23769
+ display: inline-block;
23770
+ }
23771
+ .gd-list-item .gd-icon-type-csv-raw::before {
23772
+ content: "";
23773
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
23774
+ width: 16px;
23775
+ height: 16px;
23776
+ display: inline-block;
23777
+ }
23778
+ .gd-list-item .gd-icon-type-csv-formatted::before {
23779
+ content: "";
23780
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
23781
+ width: 16px;
23782
+ height: 16px;
23783
+ display: inline-block;
23784
+ }
23671
23785
 
23672
23786
  .dropdown-body .gd-list-item.type-growIsGood::before, .dropdown-body .gd-list-item.type-growIsBad::before, .dropdown-body .gd-list-item.type-metric::before, .dropdown-body .gd-list-item.type-attribute::before, .dropdown-body .gd-list-item.type-date::before {
23673
23787
  margin-left: 1px;
@@ -23686,7 +23800,8 @@ figure {
23686
23800
  }
23687
23801
 
23688
23802
  .attribute-filter-dropdown-configuration .configuration-panel-header,
23689
- .date-filter-dropdown-configuration .configuration-panel-header {
23803
+ .date-filter-dropdown-configuration .configuration-panel-header,
23804
+ .gd-header-menu-overlay .configuration-panel-header {
23690
23805
  display: flex;
23691
23806
  align-items: center;
23692
23807
  width: 100%;
@@ -23695,43 +23810,72 @@ figure {
23695
23810
  background: var(--gd-palette-complementary-2, #ebeff4);
23696
23811
  }
23697
23812
  .attribute-filter-dropdown-configuration .configuration-panel-header-title,
23698
- .date-filter-dropdown-configuration .configuration-panel-header-title {
23813
+ .date-filter-dropdown-configuration .configuration-panel-header-title,
23814
+ .gd-header-menu-overlay .configuration-panel-header-title {
23699
23815
  color: var(--gd-palette-complementary-6, #94a1ad);
23700
23816
  font-size: 11px;
23701
23817
  font-weight: bold;
23702
23818
  text-transform: uppercase;
23819
+ width: 100%;
23820
+ }
23821
+ .attribute-filter-dropdown-configuration .configuration-panel-header-title.clickable,
23822
+ .date-filter-dropdown-configuration .configuration-panel-header-title.clickable,
23823
+ .gd-header-menu-overlay .configuration-panel-header-title.clickable {
23824
+ cursor: pointer;
23825
+ }
23826
+ .attribute-filter-dropdown-configuration .configuration-panel-header-title i,
23827
+ .date-filter-dropdown-configuration .configuration-panel-header-title i,
23828
+ .gd-header-menu-overlay .configuration-panel-header-title i {
23829
+ font-size: 14px;
23830
+ margin-right: 5px;
23831
+ position: relative;
23832
+ top: 2px;
23833
+ }
23834
+ .attribute-filter-dropdown-configuration .configuration-panel-header-close-button::before,
23835
+ .date-filter-dropdown-configuration .configuration-panel-header-close-button::before,
23836
+ .gd-header-menu-overlay .configuration-panel-header-close-button::before {
23837
+ font-size: 12px !important;
23838
+ padding-right: 0 !important;
23839
+ margin-right: 0 !important;
23703
23840
  }
23704
23841
  .attribute-filter-dropdown-configuration .configuration-category-title,
23705
- .date-filter-dropdown-configuration .configuration-category-title {
23842
+ .date-filter-dropdown-configuration .configuration-category-title,
23843
+ .gd-header-menu-overlay .configuration-category-title {
23706
23844
  display: flex;
23707
23845
  justify-content: space-between;
23708
23846
  }
23709
23847
  .attribute-filter-dropdown-configuration .configuration-category-title h3,
23710
- .date-filter-dropdown-configuration .configuration-category-title h3 {
23848
+ .date-filter-dropdown-configuration .configuration-category-title h3,
23849
+ .gd-header-menu-overlay .configuration-category-title h3 {
23711
23850
  flex-grow: 2;
23712
23851
  }
23713
23852
  .attribute-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset,
23714
- .date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset {
23853
+ .date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset,
23854
+ .gd-header-menu-overlay .configuration-category-title .attribute-filter-renaming-title-reset {
23715
23855
  padding: 15px 12px 0 0;
23716
23856
  font-size: 13px;
23717
23857
  font-weight: 400;
23718
23858
  }
23719
23859
  .attribute-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled,
23720
- .date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled {
23860
+ .date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled,
23861
+ .gd-header-menu-overlay .configuration-category-title .attribute-filter-renaming-title-reset.disabled {
23721
23862
  cursor: pointer;
23722
23863
  }
23723
23864
  .attribute-filter-dropdown-configuration .configuration-attribute-filter-title,
23724
- .date-filter-dropdown-configuration .configuration-attribute-filter-title {
23865
+ .date-filter-dropdown-configuration .configuration-attribute-filter-title,
23866
+ .gd-header-menu-overlay .configuration-attribute-filter-title {
23725
23867
  padding: 0 10px 10px;
23726
23868
  }
23727
23869
  .attribute-filter-dropdown-configuration .configuration-category,
23728
- .date-filter-dropdown-configuration .configuration-category {
23870
+ .date-filter-dropdown-configuration .configuration-category,
23871
+ .gd-header-menu-overlay .configuration-category {
23729
23872
  flex-grow: 2;
23730
23873
  margin-bottom: -5px;
23731
23874
  padding: 10px 10px 0;
23732
23875
  }
23733
23876
  .attribute-filter-dropdown-configuration .configuration-category ::after,
23734
- .date-filter-dropdown-configuration .configuration-category ::after {
23877
+ .date-filter-dropdown-configuration .configuration-category ::after,
23878
+ .gd-header-menu-overlay .configuration-category ::after {
23735
23879
  content: "";
23736
23880
  position: absolute;
23737
23881
  top: 50%;