@gooddata/sdk-ui-dashboard 10.27.0-alpha.5 → 10.27.0-alpha.50

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 (287) hide show
  1. package/NOTICE +720 -41
  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/model/react/useDashboardAlerting/useDashboardAlertsData.d.ts.map +1 -1
  7. package/esm/model/react/useDashboardAlerting/useDashboardAlertsData.js +3 -3
  8. package/esm/model/react/useDashboardAlerting/useDashboardAlertsData.js.map +1 -1
  9. package/esm/model/store/automations/automationsSelectors.js +2 -2
  10. package/esm/model/store/automations/automationsSelectors.js.map +1 -1
  11. package/esm/model/store/config/configSelectors.d.ts +6 -0
  12. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  13. package/esm/model/store/config/configSelectors.js +8 -0
  14. package/esm/model/store/config/configSelectors.js.map +1 -1
  15. package/esm/model/store/index.d.ts +1 -1
  16. package/esm/model/store/index.d.ts.map +1 -1
  17. package/esm/model/store/index.js +1 -1
  18. package/esm/model/store/index.js.map +1 -1
  19. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
  20. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +24 -19
  21. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
  22. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts +2 -2
  23. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +1 -1
  24. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js +34 -36
  25. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js.map +1 -1
  26. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts +1 -1
  27. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +1 -1
  28. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +18 -19
  29. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js.map +1 -1
  30. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts +2 -2
  31. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +1 -1
  32. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.js +18 -20
  33. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.js.map +1 -1
  34. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +1 -1
  35. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.js +13 -14
  36. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.js.map +1 -1
  37. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js +1 -1
  38. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js.map +1 -1
  39. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogOld.js +1 -1
  40. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogOld.js.map +1 -1
  41. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
  42. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js +3 -5
  43. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
  44. package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts +1 -0
  45. package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts.map +1 -1
  46. package/esm/presentation/automationFilters/components/AutomationDateFilter.js +2 -3
  47. package/esm/presentation/automationFilters/components/AutomationDateFilter.js.map +1 -1
  48. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts +16 -1
  49. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  50. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +70 -9
  51. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  52. package/esm/presentation/automationFilters/useAutomationFilters.d.ts +3 -3
  53. package/esm/presentation/automationFilters/useAutomationFilters.d.ts.map +1 -1
  54. package/esm/presentation/automationFilters/useAutomationFilters.js +8 -2
  55. package/esm/presentation/automationFilters/useAutomationFilters.js.map +1 -1
  56. package/esm/presentation/automationFilters/useAutomationFiltersData.d.ts +1 -0
  57. package/esm/presentation/automationFilters/useAutomationFiltersData.d.ts.map +1 -1
  58. package/esm/presentation/automationFilters/useAutomationFiltersData.js +6 -1
  59. package/esm/presentation/automationFilters/useAutomationFiltersData.js.map +1 -1
  60. package/esm/presentation/automationFilters/utils.d.ts +11 -2
  61. package/esm/presentation/automationFilters/utils.d.ts.map +1 -1
  62. package/esm/presentation/automationFilters/utils.js +26 -8
  63. package/esm/presentation/automationFilters/utils.js.map +1 -1
  64. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.d.ts +1 -4
  65. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.d.ts.map +1 -1
  66. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js +67 -23
  67. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js.map +1 -1
  68. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
  69. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +64 -8
  70. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js.map +1 -1
  71. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.d.ts +5 -0
  72. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.d.ts.map +1 -0
  73. package/esm/presentation/drill/DrillSelect/{DrillSelectListItem.js → DrillSelectDropdownMenuItem.js} +13 -15
  74. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.js.map +1 -0
  75. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts +20 -0
  76. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts.map +1 -0
  77. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js +42 -0
  78. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js.map +1 -0
  79. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +0 -5
  80. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  81. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
  82. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +3 -1
  83. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
  84. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts.map +1 -1
  85. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +11 -2
  86. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
  87. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.d.ts.map +1 -1
  88. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.js +5 -1
  89. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.js.map +1 -1
  90. package/esm/presentation/layout/DashboardLayoutWidget.d.ts.map +1 -1
  91. package/esm/presentation/layout/DashboardLayoutWidget.js +6 -2
  92. package/esm/presentation/layout/DashboardLayoutWidget.js.map +1 -1
  93. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts.map +1 -1
  94. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +11 -2
  95. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
  96. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.d.ts.map +1 -1
  97. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.js +5 -1
  98. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.js.map +1 -1
  99. package/esm/presentation/localization/bundles/de-DE.json +45 -10
  100. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +35 -0
  101. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
  102. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +45 -10
  103. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js.map +1 -1
  104. package/esm/presentation/localization/bundles/en-AU.json +48 -13
  105. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +35 -0
  106. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
  107. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +48 -13
  108. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js.map +1 -1
  109. package/esm/presentation/localization/bundles/en-GB.json +47 -12
  110. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +35 -0
  111. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
  112. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +47 -12
  113. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js.map +1 -1
  114. package/esm/presentation/localization/bundles/en-US.json +17 -2
  115. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +16 -1
  116. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  117. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +17 -2
  118. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  119. package/esm/presentation/localization/bundles/es-419.json +45 -10
  120. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +35 -0
  121. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
  122. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +45 -10
  123. package/esm/presentation/localization/bundles/es-419.localization-bundle.js.map +1 -1
  124. package/esm/presentation/localization/bundles/es-ES.json +45 -10
  125. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +35 -0
  126. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
  127. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +45 -10
  128. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js.map +1 -1
  129. package/esm/presentation/localization/bundles/fi-FI.json +45 -10
  130. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +35 -0
  131. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
  132. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +45 -10
  133. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js.map +1 -1
  134. package/esm/presentation/localization/bundles/fr-CA.json +45 -10
  135. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +35 -0
  136. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
  137. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +45 -10
  138. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js.map +1 -1
  139. package/esm/presentation/localization/bundles/fr-FR.json +45 -10
  140. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +35 -0
  141. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
  142. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +45 -10
  143. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js.map +1 -1
  144. package/esm/presentation/localization/bundles/it-IT.json +45 -10
  145. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +35 -0
  146. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
  147. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +45 -10
  148. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js.map +1 -1
  149. package/esm/presentation/localization/bundles/ja-JP.json +45 -10
  150. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +35 -0
  151. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
  152. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +45 -10
  153. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js.map +1 -1
  154. package/esm/presentation/localization/bundles/nl-NL.json +45 -10
  155. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +35 -0
  156. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
  157. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +45 -10
  158. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js.map +1 -1
  159. package/esm/presentation/localization/bundles/pt-BR.json +45 -10
  160. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +35 -0
  161. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
  162. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +45 -10
  163. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js.map +1 -1
  164. package/esm/presentation/localization/bundles/pt-PT.json +47 -12
  165. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +35 -0
  166. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
  167. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +47 -12
  168. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js.map +1 -1
  169. package/esm/presentation/localization/bundles/ru-RU.json +2 -0
  170. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +2 -0
  171. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
  172. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +2 -0
  173. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js.map +1 -1
  174. package/esm/presentation/localization/bundles/zh-HK.json +45 -10
  175. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +35 -0
  176. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
  177. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +45 -10
  178. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js.map +1 -1
  179. package/esm/presentation/localization/bundles/zh-Hans.json +46 -11
  180. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +35 -0
  181. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
  182. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +46 -11
  183. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js.map +1 -1
  184. package/esm/presentation/localization/bundles/zh-Hant.json +45 -10
  185. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +35 -0
  186. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
  187. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +45 -10
  188. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js.map +1 -1
  189. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.d.ts +4 -0
  190. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.d.ts.map +1 -1
  191. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.js +2 -2
  192. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.js.map +1 -1
  193. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemVisualization.d.ts.map +1 -1
  194. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemVisualization.js +6 -2
  195. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemVisualization.js.map +1 -1
  196. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  197. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +29 -23
  198. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  199. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +1 -1
  200. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
  201. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js +1 -1
  202. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js.map +1 -1
  203. package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
  204. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +6 -9
  205. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js.map +1 -1
  206. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts.map +1 -1
  207. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js +5 -3
  208. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js.map +1 -1
  209. package/esm/presentation/topBar/menuButton/types.d.ts +1 -0
  210. package/esm/presentation/topBar/menuButton/types.d.ts.map +1 -1
  211. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
  212. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +6 -0
  213. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
  214. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts +2 -1
  215. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  216. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +12 -11
  217. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  218. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/{DrillModalFooter.d.ts → DrillDialogExportDropdown.d.ts} +3 -3
  219. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogExportDropdown.d.ts.map +1 -0
  220. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogExportDropdown.js +59 -0
  221. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogExportDropdown.js.map +1 -0
  222. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.d.ts +40 -0
  223. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.d.ts.map +1 -0
  224. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.js +100 -0
  225. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.js.map +1 -0
  226. package/esm/sdk-ui-dashboard.d.ts +8 -0
  227. package/package.json +18 -16
  228. package/styles/css/alerting.css +3 -19
  229. package/styles/css/alerting.css.map +1 -1
  230. package/styles/css/attributeFilterConfig.css +4 -1
  231. package/styles/css/attributeFilterConfig.css.map +1 -1
  232. package/styles/css/automationFilters.css +4 -25
  233. package/styles/css/automationFilters.css.map +1 -1
  234. package/styles/css/dashboard.css +14 -2
  235. package/styles/css/dashboard.css.map +1 -1
  236. package/styles/css/dateFilterConfig.css +4 -1
  237. package/styles/css/dateFilterConfig.css.map +1 -1
  238. package/styles/css/drillConfigPanel.css +9 -9
  239. package/styles/css/drillDialog.css +6 -3
  240. package/styles/css/drillDialog.css.map +1 -1
  241. package/styles/css/drillSelect.css +4 -1
  242. package/styles/css/drillSelect.css.map +1 -1
  243. package/styles/css/export.css +22 -0
  244. package/styles/css/export.css.map +1 -1
  245. package/styles/css/main.css +70 -64
  246. package/styles/css/main.css.map +1 -1
  247. package/styles/css/notifications_channels_dialog.css +8 -2
  248. package/styles/css/notifications_channels_dialog.css.map +1 -1
  249. package/styles/css/scheduled_mail_recipients.css +6 -0
  250. package/styles/css/scheduled_mail_recipients.css.map +1 -1
  251. package/styles/css/sharedFilterConfig.css +4 -1
  252. package/styles/css/sharedFilterConfig.css.map +1 -1
  253. package/styles/scss/alerting.scss +3 -28
  254. package/styles/scss/automationFilters.scss +4 -32
  255. package/styles/scss/drillConfigPanel.scss +5 -5
  256. package/styles/scss/drillDialog.scss +2 -1
  257. package/styles/scss/drillSelect.scss +5 -1
  258. package/styles/scss/export.scss +33 -0
  259. package/styles/scss/notifications_channels_dialog.scss +8 -2
  260. package/styles/scss/scheduled_mail_recipients.scss +7 -0
  261. package/styles/scss/sharedFilterConfig.scss +2 -1
  262. package/esm/presentation/automationFilters/AutomationFilters.d.ts +0 -19
  263. package/esm/presentation/automationFilters/AutomationFilters.d.ts.map +0 -1
  264. package/esm/presentation/automationFilters/AutomationFilters.js +0 -73
  265. package/esm/presentation/automationFilters/AutomationFilters.js.map +0 -1
  266. package/esm/presentation/drill/DrillSelect/DrillSelectList.d.ts +0 -9
  267. package/esm/presentation/drill/DrillSelect/DrillSelectList.d.ts.map +0 -1
  268. package/esm/presentation/drill/DrillSelect/DrillSelectList.js +0 -51
  269. package/esm/presentation/drill/DrillSelect/DrillSelectList.js.map +0 -1
  270. package/esm/presentation/drill/DrillSelect/DrillSelectListBody.d.ts +0 -10
  271. package/esm/presentation/drill/DrillSelect/DrillSelectListBody.d.ts.map +0 -1
  272. package/esm/presentation/drill/DrillSelect/DrillSelectListBody.js +0 -13
  273. package/esm/presentation/drill/DrillSelect/DrillSelectListBody.js.map +0 -1
  274. package/esm/presentation/drill/DrillSelect/DrillSelectListItem.d.ts +0 -11
  275. package/esm/presentation/drill/DrillSelect/DrillSelectListItem.d.ts.map +0 -1
  276. package/esm/presentation/drill/DrillSelect/DrillSelectListItem.js.map +0 -1
  277. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalExportOptions.d.ts +0 -12
  278. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalExportOptions.d.ts.map +0 -1
  279. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalExportOptions.js +0 -21
  280. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalExportOptions.js.map +0 -1
  281. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts.map +0 -1
  282. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js +0 -41
  283. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js.map +0 -1
  284. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts +0 -15
  285. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts.map +0 -1
  286. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js +0 -61
  287. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"DrillModalFooter.js","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.tsx"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- import React from "react";
2
- export interface IDrillModalRawExportOptionsProps {
3
- showDropdown: boolean;
4
- toggleShowDropdown(): void;
5
- exportXLSXEnabled: boolean;
6
- onExportXLSX: () => void;
7
- exportCSVEnabled: boolean;
8
- exportCSVRawEnabled: boolean;
9
- isExporting: boolean;
10
- onExportCSV: () => void;
11
- onExportCSVRaw: () => void;
12
- }
13
- declare const DrillModalRawExportOptions: React.FC<IDrillModalRawExportOptionsProps>;
14
- export default DrillModalRawExportOptions;
15
- //# sourceMappingURL=DrillModalRawExportOptions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DrillModalRawExportOptions.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2C1B,MAAM,WAAW,gCAAgC;IAC7C,YAAY,EAAE,OAAO,CAAC;IACtB,kBAAkB,IAAI,IAAI,CAAC;IAC3B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,cAAc,EAAE,MAAM,IAAI,CAAC;CAC9B;AAuDD,QAAA,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,gCAAgC,CAmD1E,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
@@ -1,61 +0,0 @@
1
- // (C) 2024-2025 GoodData Corporation
2
- import React from "react";
3
- import { defineMessages, FormattedMessage } from "react-intl";
4
- import { Overlay, ItemsWrapper, Item, BubbleHoverTrigger, Bubble } from "@gooddata/sdk-ui-kit";
5
- import { idRef } from "@gooddata/sdk-model";
6
- import { selectExecutionResultByRef, selectSettings, useDashboardSelector, } from "../../../../../model/index.js";
7
- import { isDataError, isDataErrorTooLarge } from "../../../../../_staging/errors/errorPredicates.js";
8
- const exportMessages = defineMessages({
9
- xlsx: { id: "widget.drill.dialog.exportToXLSX" },
10
- csvFormatted: { id: "widget.drill.dialog.exportToCSV.formatted" },
11
- csvRaw: { id: "widget.drill.dialog.exportToCSV.raw" },
12
- });
13
- const overlayAlignPoints = [
14
- {
15
- align: "tc bc",
16
- offset: {
17
- x: -10,
18
- y: -5,
19
- },
20
- },
21
- ];
22
- const bubbleAlignPoints = [{ align: "cl br" }];
23
- const getExportTooltip = (execution, enableRawExports) => {
24
- if (isDataErrorTooLarge(execution?.error)) {
25
- return "options.menu.data.too.large";
26
- }
27
- else if (isDataError(execution?.error)) {
28
- if (enableRawExports) {
29
- return "options.menu.unsupported.raw.error";
30
- }
31
- else {
32
- return "options.menu.unsupported.error";
33
- }
34
- }
35
- return "options.menu.unsupported.loading";
36
- };
37
- const DrillModalExportItem = ({ className, messageId, disabled, onClick, }) => {
38
- return (React.createElement(Item, { onClick: onClick, className: className, disabled: disabled },
39
- React.createElement(FormattedMessage, { id: messageId })));
40
- };
41
- const DrillModalExportMenuItem = ({ className, disabled, messageId, bubbleTextId, onClick, }) => {
42
- return disabled ? (React.createElement(BubbleHoverTrigger, null,
43
- React.createElement(DrillModalExportItem, { className: className, messageId: messageId, disabled: disabled }),
44
- React.createElement(Bubble, { className: "bubble-primary", alignPoints: bubbleAlignPoints },
45
- React.createElement(FormattedMessage, { id: bubbleTextId })))) : (React.createElement(DrillModalExportItem, { onClick: onClick, className: className, messageId: messageId, disabled: disabled }));
46
- };
47
- const DRILL_MODAL_EXECUTION_PSEUDO_REF = idRef("@@GDC_DRILL_MODAL");
48
- const DrillModalRawExportOptions = ({ showDropdown, exportXLSXEnabled, exportCSVEnabled, exportCSVRawEnabled, isExporting, toggleShowDropdown, onExportXLSX, onExportCSV, onExportCSVRaw, }) => {
49
- const execution = useDashboardSelector(selectExecutionResultByRef(DRILL_MODAL_EXECUTION_PSEUDO_REF));
50
- const settings = useDashboardSelector(selectSettings);
51
- const tooltip = isExporting
52
- ? "options.menu.export.in.progress"
53
- : getExportTooltip(execution, settings?.enableRawExports);
54
- return showDropdown ? (React.createElement(Overlay, { key: "DrillModalOptionsMenu", alignTo: ".export-drilled-insight", alignPoints: overlayAlignPoints, className: "gd-header-menu-overlay s-drill-modal-export-options", closeOnOutsideClick: true, onClose: toggleShowDropdown },
55
- React.createElement(ItemsWrapper, { smallItemsSpacing: true },
56
- React.createElement(DrillModalExportMenuItem, { onClick: onExportXLSX, className: "options-menu-export-xlsx s-export-drilled-insight-xlsx", disabled: !exportXLSXEnabled, bubbleTextId: tooltip, messageId: exportMessages.xlsx.id }),
57
- React.createElement(DrillModalExportMenuItem, { onClick: onExportCSV, className: "options-menu-export-csv-formatted s-export-drilled-insight-csv-formatted", disabled: !exportCSVEnabled, bubbleTextId: tooltip, messageId: exportMessages.csvFormatted.id }),
58
- React.createElement(DrillModalExportMenuItem, { onClick: onExportCSVRaw, className: "options-menu-export-csv-formatted s-export-drilled-insight-csv-raw", disabled: !exportCSVRawEnabled, bubbleTextId: tooltip, messageId: exportMessages.csvRaw.id })))) : null;
59
- };
60
- export default DrillModalRawExportOptions;
61
- //# sourceMappingURL=DrillModalRawExportOptions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DrillModalRawExportOptions.js","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.tsx"],"names":[],"mappings":"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"}