@gooddata/sdk-ui-dashboard 10.22.0-alpha.8 → 10.22.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (380) 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/sharedHooks/useFiltersNamings.d.ts +2 -0
  11. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  12. package/esm/_staging/sharedHooks/useFiltersNamings.js +8 -2
  13. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  14. package/esm/assets/type-csv-formatted.svg +1 -0
  15. package/esm/assets/type-csv-raw.svg +1 -0
  16. package/esm/assets/type-image.svg +1 -0
  17. package/esm/assets/type-pdf.svg +1 -0
  18. package/esm/assets/type-sheet.svg +1 -0
  19. package/esm/assets/type-slides.svg +1 -0
  20. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts +18 -0
  21. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts.map +1 -0
  22. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js +36 -0
  23. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js.map +1 -0
  24. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +8 -2
  25. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  26. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +20 -7
  27. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  28. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts +6 -0
  29. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts.map +1 -0
  30. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js +26 -0
  31. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js.map +1 -0
  32. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts +6 -0
  33. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -0
  34. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +33 -0
  35. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -0
  36. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts +6 -0
  37. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts.map +1 -0
  38. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js +33 -0
  39. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js.map +1 -0
  40. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
  41. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +1 -1
  42. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
  43. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
  44. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +37 -4
  45. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
  46. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
  47. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +19 -5
  48. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
  49. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
  50. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +14 -7
  51. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
  52. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
  53. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +12 -4
  54. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
  55. package/esm/model/commandHandlers/filterContext/common.d.ts +4 -0
  56. package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
  57. package/esm/model/commandHandlers/filterContext/common.js +8 -1
  58. package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
  59. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.d.ts.map +1 -1
  60. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +15 -9
  61. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js.map +1 -1
  62. package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
  63. package/esm/model/commandHandlers/filterContext/filterViewHandler.js +9 -2
  64. package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
  65. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  66. package/esm/model/commandHandlers/index.js +10 -0
  67. package/esm/model/commandHandlers/index.js.map +1 -1
  68. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -1
  69. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +21 -16
  70. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -1
  71. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts +6 -0
  72. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts.map +1 -0
  73. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js +33 -0
  74. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js.map +1 -0
  75. package/esm/model/commands/base.d.ts +1 -1
  76. package/esm/model/commands/base.d.ts.map +1 -1
  77. package/esm/model/commands/dashboard.d.ts +51 -0
  78. package/esm/model/commands/dashboard.d.ts.map +1 -1
  79. package/esm/model/commands/dashboard.js +49 -1
  80. package/esm/model/commands/dashboard.js.map +1 -1
  81. package/esm/model/commands/filters.d.ts +74 -4
  82. package/esm/model/commands/filters.d.ts.map +1 -1
  83. package/esm/model/commands/filters.js +71 -4
  84. package/esm/model/commands/filters.js.map +1 -1
  85. package/esm/model/commands/index.d.ts +10 -10
  86. package/esm/model/commands/index.d.ts.map +1 -1
  87. package/esm/model/commands/index.js +3 -3
  88. package/esm/model/commands/index.js.map +1 -1
  89. package/esm/model/commands/insight.d.ts +51 -5
  90. package/esm/model/commands/insight.d.ts.map +1 -1
  91. package/esm/model/commands/insight.js +27 -2
  92. package/esm/model/commands/insight.js.map +1 -1
  93. package/esm/model/events/base.d.ts +1 -1
  94. package/esm/model/events/base.d.ts.map +1 -1
  95. package/esm/model/events/base.js.map +1 -1
  96. package/esm/model/events/dashboard.d.ts +144 -0
  97. package/esm/model/events/dashboard.d.ts.map +1 -1
  98. package/esm/model/events/dashboard.js +97 -1
  99. package/esm/model/events/dashboard.js.map +1 -1
  100. package/esm/model/events/index.d.ts +4 -4
  101. package/esm/model/events/index.d.ts.map +1 -1
  102. package/esm/model/events/index.js +1 -1
  103. package/esm/model/events/index.js.map +1 -1
  104. package/esm/model/react/useDashboardCommand.d.ts +6 -0
  105. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  106. package/esm/model/react/useDashboardCommandProcessing.d.ts +24 -0
  107. package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
  108. package/esm/model/store/config/configSelectors.d.ts +18 -0
  109. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  110. package/esm/model/store/config/configSelectors.js +24 -0
  111. package/esm/model/store/config/configSelectors.js.map +1 -1
  112. package/esm/model/store/filterContext/filterContextReducers.d.ts +11 -0
  113. package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
  114. package/esm/model/store/filterContext/filterContextReducers.js +87 -28
  115. package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
  116. package/esm/model/store/filterContext/filterContextSelectors.d.ts +70 -5
  117. package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
  118. package/esm/model/store/filterContext/filterContextSelectors.js +124 -7
  119. package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
  120. package/esm/model/store/filterContext/filterContextState.d.ts +44 -2
  121. package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
  122. package/esm/model/store/filterContext/filterContextState.js +1 -0
  123. package/esm/model/store/filterContext/filterContextState.js.map +1 -1
  124. package/esm/model/store/filterContext/filterContextUtils.d.ts +10 -0
  125. package/esm/model/store/filterContext/filterContextUtils.d.ts.map +1 -0
  126. package/esm/model/store/filterContext/filterContextUtils.js +70 -0
  127. package/esm/model/store/filterContext/filterContextUtils.js.map +1 -0
  128. package/esm/model/store/filterContext/index.d.ts +4 -0
  129. package/esm/model/store/filterContext/index.d.ts.map +1 -1
  130. package/esm/model/store/index.d.ts +5 -4
  131. package/esm/model/store/index.d.ts.map +1 -1
  132. package/esm/model/store/index.js +4 -3
  133. package/esm/model/store/index.js.map +1 -1
  134. package/esm/model/store/topBar/topBarSelectors.d.ts +86 -0
  135. package/esm/model/store/topBar/topBarSelectors.d.ts.map +1 -0
  136. package/esm/model/store/topBar/topBarSelectors.js +160 -0
  137. package/esm/model/store/topBar/topBarSelectors.js.map +1 -0
  138. package/esm/presentation/dashboard/Dashboard.d.ts +1 -1
  139. package/esm/presentation/dashboard/Dashboard.d.ts.map +1 -1
  140. package/esm/presentation/dashboard/Dashboard.js +26 -6
  141. package/esm/presentation/dashboard/Dashboard.js.map +1 -1
  142. package/esm/presentation/dashboardContexts/useSlideData.d.ts.map +1 -1
  143. package/esm/presentation/dashboardContexts/useSlideData.js +1 -0
  144. package/esm/presentation/dashboardContexts/useSlideData.js.map +1 -1
  145. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts +1 -1
  146. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts.map +1 -1
  147. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +1 -1
  148. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
  149. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts +13 -0
  150. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -0
  151. package/esm/presentation/export/DefaultDashboardExportVariables.js +34 -0
  152. package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -0
  153. package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +17 -0
  154. package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts.map +1 -0
  155. package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +13 -0
  156. package/esm/presentation/export/hooks/useDashboardRelatedFilters.js.map +1 -0
  157. package/esm/presentation/export/index.d.ts +1 -0
  158. package/esm/presentation/export/index.d.ts.map +1 -1
  159. package/esm/presentation/export/index.js +1 -0
  160. package/esm/presentation/export/index.js.map +1 -1
  161. package/esm/presentation/export/types.d.ts +42 -1
  162. package/esm/presentation/export/types.d.ts.map +1 -1
  163. package/esm/presentation/export/useExportData.d.ts +6 -2
  164. package/esm/presentation/export/useExportData.d.ts.map +1 -1
  165. package/esm/presentation/export/useExportData.js +57 -3
  166. package/esm/presentation/export/useExportData.js.map +1 -1
  167. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  168. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +9 -2
  169. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  170. package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -1
  171. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  172. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
  173. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +14 -4
  174. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
  175. package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
  176. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +9 -3
  177. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
  178. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
  179. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +8 -2
  180. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
  181. package/esm/presentation/filterBar/dateFilter/types.d.ts +2 -1
  182. package/esm/presentation/filterBar/dateFilter/types.d.ts.map +1 -1
  183. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  184. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +19 -10
  185. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  186. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
  187. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +15 -4
  188. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
  189. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
  190. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +2 -3
  191. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  192. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +1 -1
  193. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
  194. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
  195. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +2 -0
  196. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
  197. package/esm/presentation/layout/DefaultDashboardLayout.d.ts.map +1 -1
  198. package/esm/presentation/layout/DefaultDashboardLayout.js +2 -0
  199. package/esm/presentation/layout/DefaultDashboardLayout.js.map +1 -1
  200. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +1 -1
  201. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  202. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +1 -1
  203. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
  204. package/esm/presentation/localization/bundles/de-DE.json +14 -1
  205. package/esm/presentation/localization/bundles/en-AU.json +14 -1
  206. package/esm/presentation/localization/bundles/en-GB.json +14 -1
  207. package/esm/presentation/localization/bundles/en-US.json +46 -1
  208. package/esm/presentation/localization/bundles/es-419.json +14 -1
  209. package/esm/presentation/localization/bundles/es-ES.json +14 -1
  210. package/esm/presentation/localization/bundles/fi-FI.json +14 -1
  211. package/esm/presentation/localization/bundles/fr-CA.json +14 -1
  212. package/esm/presentation/localization/bundles/fr-FR.json +14 -1
  213. package/esm/presentation/localization/bundles/it-IT.json +14 -1
  214. package/esm/presentation/localization/bundles/ja-JP.json +14 -1
  215. package/esm/presentation/localization/bundles/nl-NL.json +14 -1
  216. package/esm/presentation/localization/bundles/pt-BR.json +14 -1
  217. package/esm/presentation/localization/bundles/pt-PT.json +14 -1
  218. package/esm/presentation/localization/bundles/ru-RU.json +1 -0
  219. package/esm/presentation/localization/bundles/zh-HK.json +14 -1
  220. package/esm/presentation/localization/bundles/zh-Hans.json +14 -1
  221. package/esm/presentation/localization/bundles/zh-Hant.json +14 -1
  222. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  223. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -0
  224. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  225. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +2 -0
  226. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
  227. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.d.ts.map +1 -1
  228. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js +5 -4
  229. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js.map +1 -1
  230. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts +0 -5
  231. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts.map +1 -1
  232. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js +2 -27
  233. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js.map +1 -1
  234. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts +1 -1
  235. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts.map +1 -1
  236. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js +2 -2
  237. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js.map +1 -1
  238. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.d.ts.map +1 -1
  239. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js +2 -3
  240. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js.map +1 -1
  241. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.d.ts.map +1 -1
  242. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js +3 -4
  243. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js.map +1 -1
  244. package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
  245. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +53 -28
  246. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js.map +1 -1
  247. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts +9 -0
  248. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts.map +1 -0
  249. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js +15 -0
  250. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js.map +1 -0
  251. package/esm/presentation/topBar/menuButton/types.d.ts +18 -1
  252. package/esm/presentation/topBar/menuButton/types.d.ts.map +1 -1
  253. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
  254. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +105 -69
  255. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
  256. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts +5 -0
  257. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts.map +1 -0
  258. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js +44 -0
  259. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js.map +1 -0
  260. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts +5 -0
  261. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts.map +1 -0
  262. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js +44 -0
  263. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js.map +1 -0
  264. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts +5 -0
  265. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts.map +1 -0
  266. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js +44 -0
  267. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js.map +1 -0
  268. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts +5 -0
  269. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts.map +1 -0
  270. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js +44 -0
  271. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js.map +1 -0
  272. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js +2 -2
  273. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js.map +1 -1
  274. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts +8 -1
  275. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts.map +1 -1
  276. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js +6 -3
  277. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js.map +1 -1
  278. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts +8 -1
  279. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts.map +1 -1
  280. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js +6 -3
  281. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js.map +1 -1
  282. package/esm/presentation/widget/common/useInsightExport.d.ts +8 -2
  283. package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
  284. package/esm/presentation/widget/common/useInsightExport.js +26 -4
  285. package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
  286. package/esm/presentation/widget/common/useRawExportHandler.d.ts.map +1 -1
  287. package/esm/presentation/widget/common/useRawExportHandler.js.map +1 -1
  288. package/esm/presentation/widget/common/useSlidesExportHandler.d.ts +5 -0
  289. package/esm/presentation/widget/common/useSlidesExportHandler.d.ts.map +1 -0
  290. package/esm/presentation/widget/common/useSlidesExportHandler.js +35 -0
  291. package/esm/presentation/widget/common/useSlidesExportHandler.js.map +1 -0
  292. package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
  293. package/esm/presentation/widget/description/DescriptionClickTrigger.js +3 -3
  294. package/esm/presentation/widget/description/DescriptionClickTrigger.js.map +1 -1
  295. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts +3 -2
  296. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts.map +1 -1
  297. package/esm/presentation/widget/insight/DefaultDashboardInsight.js +13 -4
  298. package/esm/presentation/widget/insight/DefaultDashboardInsight.js.map +1 -1
  299. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
  300. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +35 -9
  301. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
  302. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts +2 -0
  303. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  304. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +2 -2
  305. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  306. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts +2 -0
  307. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts.map +1 -1
  308. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js +3 -3
  309. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js.map +1 -1
  310. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts +2 -0
  311. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts.map +1 -1
  312. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js +6 -5
  313. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js.map +1 -1
  314. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
  315. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +7 -3
  316. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
  317. package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts +14 -1
  318. package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts.map +1 -1
  319. package/esm/presentation/widget/insight/configuration/ExportOptions.js +30 -31
  320. package/esm/presentation/widget/insight/configuration/ExportOptions.js.map +1 -1
  321. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.d.ts.map +1 -1
  322. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js +6 -3
  323. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js.map +1 -1
  324. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.d.ts.map +1 -1
  325. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js +4 -1
  326. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js.map +1 -1
  327. package/esm/presentation/widget/insight/types.d.ts +4 -0
  328. package/esm/presentation/widget/insight/types.d.ts.map +1 -1
  329. package/esm/presentation/widget/insight/types.js.map +1 -1
  330. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts +6 -0
  331. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts.map +1 -0
  332. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js +26 -0
  333. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js.map +1 -0
  334. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.d.ts.map +1 -1
  335. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js +4 -3
  336. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js.map +1 -1
  337. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts +6 -0
  338. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
  339. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +12 -4
  340. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
  341. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
  342. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +7 -1
  343. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
  344. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +7 -1
  345. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
  346. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts +5 -0
  347. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
  348. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +23 -2
  349. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
  350. package/esm/sdk-ui-dashboard.d.ts +740 -27
  351. package/esm/types.d.ts +8 -0
  352. package/esm/types.d.ts.map +1 -1
  353. package/esm/types.js.map +1 -1
  354. package/package.json +15 -15
  355. package/styles/css/attributeFilterConfig.css +39 -9
  356. package/styles/css/attributeFilterConfig.css.map +1 -1
  357. package/styles/css/configurationPanel.css +4 -1
  358. package/styles/css/configurationPanel.css.map +1 -1
  359. package/styles/css/dashboard.css +8 -0
  360. package/styles/css/dashboard.css.map +1 -1
  361. package/styles/css/dateFilterConfig.css +39 -9
  362. package/styles/css/dateFilterConfig.css.map +1 -1
  363. package/styles/css/export.css +5 -0
  364. package/styles/css/export.css.map +1 -1
  365. package/styles/css/icons.css +42 -0
  366. package/styles/css/icons.css.map +1 -1
  367. package/styles/css/main.css +150 -18
  368. package/styles/css/main.css.map +1 -1
  369. package/styles/css/sharedFilterConfig.css +39 -9
  370. package/styles/css/sharedFilterConfig.css.map +1 -1
  371. package/styles/scss/configurationPanel.scss +5 -2
  372. package/styles/scss/dashboard.scss +8 -0
  373. package/styles/scss/export.scss +5 -0
  374. package/styles/scss/filterBar.scss +1 -1
  375. package/styles/scss/icons.scss +55 -1
  376. package/styles/scss/sharedFilterConfig.scss +24 -1
  377. package/esm/presentation/topBar/buttonBar/button/selectors.d.ts +0 -40
  378. package/esm/presentation/topBar/buttonBar/button/selectors.d.ts.map +0 -1
  379. package/esm/presentation/topBar/buttonBar/button/selectors.js +0 -61
  380. 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
  }
@@ -23216,13 +23273,16 @@ figure {
23216
23273
  .gd-configuration-export-options {
23217
23274
  width: 100%;
23218
23275
  }
23276
+ .gd-configuration-export-options .gd-export-options-pdf-presentation,
23277
+ .gd-configuration-export-options .gd-export-options-pptx-presentation,
23219
23278
  .gd-configuration-export-options .gd-export-options-xlsx,
23220
23279
  .gd-configuration-export-options .gd-export-options-csv,
23221
23280
  .gd-configuration-export-options .gd-export-options-csv-raw {
23222
23281
  justify-content: flex-start;
23223
23282
  }
23224
- .gd-configuration-export-options .gd-icon-download {
23283
+ .gd-configuration-export-options .gd-export-icon {
23225
23284
  margin-right: 10px;
23285
+ display: flex;
23226
23286
  }
23227
23287
 
23228
23288
  .edit-insight-config .bubble-content .widget-title > span.insight-title,
@@ -23680,6 +23740,48 @@ figure {
23680
23740
  height: 16px;
23681
23741
  display: inline-block;
23682
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
+ }
23683
23785
 
23684
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 {
23685
23787
  margin-left: 1px;
@@ -23698,7 +23800,8 @@ figure {
23698
23800
  }
23699
23801
 
23700
23802
  .attribute-filter-dropdown-configuration .configuration-panel-header,
23701
- .date-filter-dropdown-configuration .configuration-panel-header {
23803
+ .date-filter-dropdown-configuration .configuration-panel-header,
23804
+ .gd-header-menu-overlay .configuration-panel-header {
23702
23805
  display: flex;
23703
23806
  align-items: center;
23704
23807
  width: 100%;
@@ -23707,43 +23810,72 @@ figure {
23707
23810
  background: var(--gd-palette-complementary-2, #ebeff4);
23708
23811
  }
23709
23812
  .attribute-filter-dropdown-configuration .configuration-panel-header-title,
23710
- .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 {
23711
23815
  color: var(--gd-palette-complementary-6, #94a1ad);
23712
23816
  font-size: 11px;
23713
23817
  font-weight: bold;
23714
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;
23715
23840
  }
23716
23841
  .attribute-filter-dropdown-configuration .configuration-category-title,
23717
- .date-filter-dropdown-configuration .configuration-category-title {
23842
+ .date-filter-dropdown-configuration .configuration-category-title,
23843
+ .gd-header-menu-overlay .configuration-category-title {
23718
23844
  display: flex;
23719
23845
  justify-content: space-between;
23720
23846
  }
23721
23847
  .attribute-filter-dropdown-configuration .configuration-category-title h3,
23722
- .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 {
23723
23850
  flex-grow: 2;
23724
23851
  }
23725
23852
  .attribute-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset,
23726
- .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 {
23727
23855
  padding: 15px 12px 0 0;
23728
23856
  font-size: 13px;
23729
23857
  font-weight: 400;
23730
23858
  }
23731
23859
  .attribute-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled,
23732
- .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 {
23733
23862
  cursor: pointer;
23734
23863
  }
23735
23864
  .attribute-filter-dropdown-configuration .configuration-attribute-filter-title,
23736
- .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 {
23737
23867
  padding: 0 10px 10px;
23738
23868
  }
23739
23869
  .attribute-filter-dropdown-configuration .configuration-category,
23740
- .date-filter-dropdown-configuration .configuration-category {
23870
+ .date-filter-dropdown-configuration .configuration-category,
23871
+ .gd-header-menu-overlay .configuration-category {
23741
23872
  flex-grow: 2;
23742
23873
  margin-bottom: -5px;
23743
23874
  padding: 10px 10px 0;
23744
23875
  }
23745
23876
  .attribute-filter-dropdown-configuration .configuration-category ::after,
23746
- .date-filter-dropdown-configuration .configuration-category ::after {
23877
+ .date-filter-dropdown-configuration .configuration-category ::after,
23878
+ .gd-header-menu-overlay .configuration-category ::after {
23747
23879
  content: "";
23748
23880
  position: absolute;
23749
23881
  top: 50%;