@gooddata/sdk-ui-dashboard 10.22.0-alpha.9 → 10.22.0

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
@@ -1,4 +1,4 @@
1
- // (C) 2007-2024 GoodData Corporation
1
+ // (C) 2007-2025 GoodData Corporation
2
2
  @use "variables";
3
3
  @use "zIndexes";
4
4
  @use "@gooddata/sdk-ui-kit/styles/scss/Button/variables" as button-variables;
@@ -606,12 +606,15 @@
606
606
 
607
607
  .gd-configuration-export-options {
608
608
  width: 100%;
609
+ .gd-export-options-pdf-presentation,
610
+ .gd-export-options-pptx-presentation,
609
611
  .gd-export-options-xlsx,
610
612
  .gd-export-options-csv,
611
613
  .gd-export-options-csv-raw {
612
614
  justify-content: flex-start;
613
615
  }
614
- .gd-icon-download {
616
+ .gd-export-icon {
615
617
  margin-right: 10px;
618
+ display: flex;
616
619
  }
617
620
  }
@@ -709,6 +709,14 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
709
709
  height: 100%;
710
710
  }
711
711
 
712
+ .insight-view-loader {
713
+ position: absolute;
714
+ top: 0;
715
+ left: 0;
716
+ bottom: 0;
717
+ right: 0;
718
+ }
719
+
712
720
  .bubble.options-menu-bubble {
713
721
  background-color: #fff;
714
722
 
@@ -71,3 +71,8 @@
71
71
  padding-bottom: 300px;
72
72
  }
73
73
  }
74
+
75
+ .gd-dashboard-meta {
76
+ display: none;
77
+ width: 100%;
78
+ }
@@ -1,4 +1,4 @@
1
- // (C) 2019-2024 GoodData Corporation
1
+ // (C) 2019-2025 GoodData Corporation
2
2
  @use "sass:color";
3
3
  @use "variables";
4
4
  @use "zIndexes";
@@ -1,4 +1,4 @@
1
- // (C) 2015-2024 GoodData Corporation
1
+ // (C) 2015-2025 GoodData Corporation
2
2
  @use "variables";
3
3
  @use "@gooddata/sdk-ui-kit/styles/scss/variables" as kit-variables;
4
4
 
@@ -126,6 +126,60 @@
126
126
  display: inline-block;
127
127
  }
128
128
  }
129
+ .gd-icon-type-pdf {
130
+ &::before {
131
+ content: "";
132
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
133
+ width: 16px;
134
+ height: 16px;
135
+ display: inline-block;
136
+ }
137
+ }
138
+ .gd-icon-type-sheet {
139
+ &::before {
140
+ content: "";
141
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
142
+ width: 16px;
143
+ height: 16px;
144
+ display: inline-block;
145
+ }
146
+ }
147
+ .gd-icon-type-slides {
148
+ &::before {
149
+ content: "";
150
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
151
+ width: 16px;
152
+ height: 16px;
153
+ display: inline-block;
154
+ }
155
+ }
156
+ .gd-icon-type-image {
157
+ &::before {
158
+ content: "";
159
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
160
+ width: 16px;
161
+ height: 16px;
162
+ display: inline-block;
163
+ }
164
+ }
165
+ .gd-icon-type-csv-raw {
166
+ &::before {
167
+ content: "";
168
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
169
+ width: 16px;
170
+ height: 16px;
171
+ display: inline-block;
172
+ }
173
+ }
174
+ .gd-icon-type-csv-formatted {
175
+ &::before {
176
+ content: "";
177
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
178
+ width: 16px;
179
+ height: 16px;
180
+ display: inline-block;
181
+ }
182
+ }
129
183
  }
130
184
 
131
185
  .dropdown-body .gd-list-item {
@@ -1,5 +1,8 @@
1
+ // (C) 2025 GoodData Corporation
2
+
1
3
  .attribute-filter-dropdown-configuration,
2
- .date-filter-dropdown-configuration {
4
+ .date-filter-dropdown-configuration,
5
+ .gd-header-menu-overlay {
3
6
  .configuration-panel-header {
4
7
  display: flex;
5
8
  align-items: center;
@@ -14,6 +17,26 @@
14
17
  font-size: 11px;
15
18
  font-weight: bold;
16
19
  text-transform: uppercase;
20
+ width: 100%;
21
+ }
22
+ .configuration-panel-header-title.clickable {
23
+ cursor: pointer;
24
+ }
25
+
26
+ .configuration-panel-header-title i {
27
+ font-size: 14px;
28
+ margin-right: 5px;
29
+ position: relative;
30
+ top: 2px;
31
+ }
32
+
33
+ .configuration-panel-header-close-button::before {
34
+ //stylelint-disable-next-line declaration-no-important
35
+ font-size: 12px !important;
36
+ //stylelint-disable-next-line declaration-no-important
37
+ padding-right: 0 !important;
38
+ //stylelint-disable-next-line declaration-no-important
39
+ margin-right: 0 !important;
17
40
  }
18
41
 
19
42
  .configuration-category-title {
@@ -1,40 +0,0 @@
1
- import { DashboardState, DashboardSelector } from "../../../../model/index.js";
2
- /**
3
- * Decide whether the user has the right to edit dashboard.
4
- * If dashboard permissions are enabled then use them, otherwise fallback to workspace permissions
5
- *
6
- * @internal
7
- */
8
- export declare const hasEditDashboardPermission: DashboardSelector<boolean>;
9
- /**
10
- * Decide whether the user has the right to edit locked dashboard.
11
- * If dashboard permissions are enabled then use them, otherwise fallback to workspace permissions
12
- *
13
- * @internal
14
- */
15
- export declare const hasEditLockedDashboardPermission: DashboardSelector<boolean>;
16
- /**
17
- * @internal
18
- */
19
- export declare const selectCanEnterEditMode: DashboardSelector<boolean>;
20
- /**
21
- * @internal
22
- */
23
- export declare const selectCanEnterEditModeAndIsLoaded: DashboardSelector<boolean>;
24
- /**
25
- * @internal
26
- */
27
- export declare const selectIsPrivateDashboard: DashboardSelector<boolean>;
28
- /**
29
- * @internal
30
- */
31
- export declare function selectCanSaveDashboard(state: DashboardState): boolean;
32
- /**
33
- * @internal
34
- */
35
- export declare const selectIsCurrentDashboardVisibleInList: DashboardSelector<boolean>;
36
- /**
37
- * @internal
38
- */
39
- export declare const selectIsShareButtonVisible: DashboardSelector<boolean>;
40
- //# sourceMappingURL=selectors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/topBar/buttonBar/button/selectors.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,cAAc,EAoBd,iBAAiB,EACpB,MAAM,4BAA4B,CAAC;AAEpC;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,OAAO,CAUjE,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gCAAgC,EAAE,iBAAiB,CAAC,OAAO,CAiBvE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,OAAO,CAO7D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,iBAAiB,CAAC,OAAO,CAIxE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,CAAC,OAAO,CAM/D,CAAC;AAEF;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,cAAc,WAE3D;AAED;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,iBAAiB,CAAC,OAAO,CAK5E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,OAAO,CA0BjE,CAAC"}
@@ -1,61 +0,0 @@
1
- // (C) 2022-2023 GoodData Corporation
2
- import { createSelector } from "@reduxjs/toolkit";
3
- import { selectDashboardLockStatus, selectDashboardRef, selectEnableAnalyticalDashboardPermissions, selectIsDashboardDirty, selectIsDashboardLoading, selectIsDashboardPrivate, selectIsInEditMode, selectIsLayoutEmpty, selectIsNewDashboard, selectIsReadOnly, selectListedDashboardsMap, selectIsShareButtonHidden, selectCanEditDashboardPermission, selectCanEditLockedDashboardPermission, selectCanShareDashboardPermission, selectCanShareLockedDashboardPermission, selectCanManageWorkspace, selectCanManageAnalyticalDashboard, selectSupportsHierarchicalWorkspacesCapability, } from "../../../../model/index.js";
4
- /**
5
- * Decide whether the user has the right to edit dashboard.
6
- * If dashboard permissions are enabled then use them, otherwise fallback to workspace permissions
7
- *
8
- * @internal
9
- */
10
- export const hasEditDashboardPermission = createSelector(selectEnableAnalyticalDashboardPermissions, selectCanEditDashboardPermission, selectCanManageAnalyticalDashboard, (dashboardPermissionsEnabled, canEditDashboardPermission, canManageAnalyticalDashboard) => {
11
- if (dashboardPermissionsEnabled) {
12
- return canEditDashboardPermission;
13
- }
14
- return canManageAnalyticalDashboard;
15
- });
16
- /**
17
- * Decide whether the user has the right to edit locked dashboard.
18
- * If dashboard permissions are enabled then use them, otherwise fallback to workspace permissions
19
- *
20
- * @internal
21
- */
22
- export const hasEditLockedDashboardPermission = createSelector(selectEnableAnalyticalDashboardPermissions, selectCanEditLockedDashboardPermission, selectCanManageWorkspace, selectSupportsHierarchicalWorkspacesCapability, (dashboardPermissionsEnabled, canEditLockedDashboardPermission, canManageWorkspace, hierarchicalWorkspacesSupported) => {
23
- if (dashboardPermissionsEnabled) {
24
- return canEditLockedDashboardPermission;
25
- }
26
- // editing locked dashboard is always disabled when hierarchical workspaces are supported (Tiger)
27
- return canManageWorkspace && !hierarchicalWorkspacesSupported;
28
- });
29
- /**
30
- * @internal
31
- */
32
- export const selectCanEnterEditMode = createSelector(hasEditDashboardPermission, hasEditLockedDashboardPermission, selectDashboardLockStatus, selectIsReadOnly, (hasEditDashboardPermission, hasEditLockedDashboardPermission, isLocked, isReadOnly) => !isReadOnly && hasEditDashboardPermission && (!isLocked || hasEditLockedDashboardPermission));
33
- /**
34
- * @internal
35
- */
36
- export const selectCanEnterEditModeAndIsLoaded = createSelector(selectIsDashboardLoading, selectCanEnterEditMode, (isLoading, canEnterEditMode) => !isLoading && canEnterEditMode);
37
- /**
38
- * @internal
39
- */
40
- export const selectIsPrivateDashboard = createSelector(selectEnableAnalyticalDashboardPermissions, selectIsDashboardPrivate, selectIsNewDashboard, (arePermissionsEnabled, isPrivate, isCreatingNewDashboard) => arePermissionsEnabled && (isCreatingNewDashboard || isPrivate));
41
- /**
42
- * @internal
43
- */
44
- export function selectCanSaveDashboard(state) {
45
- return selectIsNewDashboard(state) ? !selectIsLayoutEmpty(state) : selectIsDashboardDirty(state);
46
- }
47
- /**
48
- * @internal
49
- */
50
- export const selectIsCurrentDashboardVisibleInList = createSelector(selectDashboardRef, selectListedDashboardsMap, (currentDashboardRef, dashboardsList) => Boolean(currentDashboardRef && dashboardsList.has(currentDashboardRef)));
51
- /**
52
- * @internal
53
- */
54
- export const selectIsShareButtonVisible = createSelector(selectEnableAnalyticalDashboardPermissions, selectCanShareDashboardPermission, selectCanShareLockedDashboardPermission, selectDashboardLockStatus, selectIsCurrentDashboardVisibleInList, selectIsReadOnly, selectIsInEditMode, selectIsShareButtonHidden, (dashboardPermissionsEnabled, canShareDashboardPermission, canShareLockedDashboardPermission, isLocked, isCurrentDashboardVisibleInList, isReadOnly, isInEditMode, isShareButtonHidden) => dashboardPermissionsEnabled &&
55
- canShareDashboardPermission &&
56
- (!isLocked || canShareLockedDashboardPermission) &&
57
- isCurrentDashboardVisibleInList &&
58
- !isReadOnly &&
59
- !isInEditMode &&
60
- !isShareButtonHidden);
61
- //# sourceMappingURL=selectors.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"selectors.js","sourceRoot":"","sources":["../../../../../src/presentation/topBar/buttonBar/button/selectors.ts"],"names":[],"mappings":"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"}