@gooddata/sdk-ui-dashboard 11.13.0-alpha.0 → 11.13.0-alpha.2

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 (366) hide show
  1. package/NOTICE +3 -3
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/_staging/drills/drillingUtils.d.ts +2 -2
  5. package/esm/_staging/drills/drillingUtils.d.ts.map +1 -1
  6. package/esm/_staging/drills/drillingUtils.js.map +1 -1
  7. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  8. package/esm/_staging/sharedHooks/useFiltersNamings.js +2 -2
  9. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  10. package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
  11. package/esm/model/commandHandlers/dashboard/common/filterViews.js +9 -4
  12. package/esm/model/commandHandlers/dashboard/common/filterViews.js.map +1 -1
  13. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  14. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +6 -2
  15. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  16. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.d.ts.map +1 -1
  17. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js +20 -17
  18. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js.map +1 -1
  19. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
  20. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +8 -4
  21. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
  22. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
  23. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +37 -23
  24. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
  25. package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts.map +1 -1
  26. package/esm/model/commandHandlers/drill/crossFilteringHandler.js +41 -33
  27. package/esm/model/commandHandlers/drill/crossFilteringHandler.js.map +1 -1
  28. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
  29. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +73 -26
  30. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
  31. package/esm/model/commandHandlers/filterContext/common.d.ts +1 -1
  32. package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
  33. package/esm/model/commandHandlers/filterContext/common.js +20 -6
  34. package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
  35. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  36. package/esm/model/commandHandlers/index.js +2 -0
  37. package/esm/model/commandHandlers/index.js.map +1 -1
  38. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.d.ts.map +1 -1
  39. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js +59 -38
  40. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js.map +1 -1
  41. package/esm/model/commandHandlers/layout/removeSectionItemHandler.d.ts.map +1 -1
  42. package/esm/model/commandHandlers/layout/removeSectionItemHandler.js +23 -6
  43. package/esm/model/commandHandlers/layout/removeSectionItemHandler.js.map +1 -1
  44. package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.d.ts.map +1 -1
  45. package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.js +11 -3
  46. package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.js.map +1 -1
  47. package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.d.ts.map +1 -1
  48. package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.js +11 -3
  49. package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.js.map +1 -1
  50. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -1
  51. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +7 -3
  52. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -1
  53. package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.d.ts +10 -0
  54. package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.d.ts.map +1 -0
  55. package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.js +20 -0
  56. package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.js.map +1 -0
  57. package/esm/model/commands/base.d.ts +1 -1
  58. package/esm/model/commands/base.d.ts.map +1 -1
  59. package/esm/model/commands/dashboard.d.ts +7 -0
  60. package/esm/model/commands/dashboard.d.ts.map +1 -1
  61. package/esm/model/commands/dashboard.js.map +1 -1
  62. package/esm/model/commands/filters.d.ts +19 -1
  63. package/esm/model/commands/filters.d.ts.map +1 -1
  64. package/esm/model/commands/filters.js +2 -1
  65. package/esm/model/commands/filters.js.map +1 -1
  66. package/esm/model/commands/index.d.ts +4 -4
  67. package/esm/model/commands/index.d.ts.map +1 -1
  68. package/esm/model/commands/index.js +1 -1
  69. package/esm/model/commands/index.js.map +1 -1
  70. package/esm/model/commands/insight.d.ts +32 -0
  71. package/esm/model/commands/insight.d.ts.map +1 -1
  72. package/esm/model/commands/insight.js +18 -0
  73. package/esm/model/commands/insight.js.map +1 -1
  74. package/esm/model/events/filters.d.ts +8 -1
  75. package/esm/model/events/filters.d.ts.map +1 -1
  76. package/esm/model/events/filters.js +2 -1
  77. package/esm/model/events/filters.js.map +1 -1
  78. package/esm/model/react/useAutomationsInvalidateRef.d.ts +8 -4
  79. package/esm/model/react/useAutomationsInvalidateRef.d.ts.map +1 -1
  80. package/esm/model/react/useAutomationsInvalidateRef.js +12 -11
  81. package/esm/model/react/useAutomationsInvalidateRef.js.map +1 -1
  82. package/esm/model/store/config/configSelectors.d.ts +13 -0
  83. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  84. package/esm/model/store/config/configSelectors.js +18 -1
  85. package/esm/model/store/config/configSelectors.js.map +1 -1
  86. package/esm/model/store/dashboardStore.js +2 -2
  87. package/esm/model/store/dashboardStore.js.map +1 -1
  88. package/esm/model/store/filterViews/filterViewsReducersSelectors.d.ts.map +1 -1
  89. package/esm/model/store/filterViews/filterViewsReducersSelectors.js +7 -3
  90. package/esm/model/store/filterViews/filterViewsReducersSelectors.js.map +1 -1
  91. package/esm/model/store/index.d.ts +6 -6
  92. package/esm/model/store/index.d.ts.map +1 -1
  93. package/esm/model/store/index.js +5 -5
  94. package/esm/model/store/index.js.map +1 -1
  95. package/esm/model/store/insights/insightsSelectors.d.ts +8 -0
  96. package/esm/model/store/insights/insightsSelectors.d.ts.map +1 -1
  97. package/esm/model/store/insights/insightsSelectors.js +112 -7
  98. package/esm/model/store/insights/insightsSelectors.js.map +1 -1
  99. package/esm/model/store/meta/metaSelectors.d.ts +3 -0
  100. package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
  101. package/esm/model/store/meta/metaSelectors.js +5 -2
  102. package/esm/model/store/meta/metaSelectors.js.map +1 -1
  103. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.d.ts.map +1 -1
  104. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.js +11 -11
  105. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.js.map +1 -1
  106. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.d.ts +10 -0
  107. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.d.ts.map +1 -1
  108. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.js +19 -0
  109. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.js.map +1 -1
  110. package/esm/model/store/tabs/dateFilterConfigs/dateFilterConfigsSelectors.d.ts +10 -0
  111. package/esm/model/store/tabs/dateFilterConfigs/dateFilterConfigsSelectors.d.ts.map +1 -1
  112. package/esm/model/store/tabs/dateFilterConfigs/dateFilterConfigsSelectors.js +19 -0
  113. package/esm/model/store/tabs/dateFilterConfigs/dateFilterConfigsSelectors.js.map +1 -1
  114. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +37 -1
  115. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
  116. package/esm/model/store/tabs/filterContext/filterContextReducers.js +44 -41
  117. package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
  118. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +134 -0
  119. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
  120. package/esm/model/store/tabs/filterContext/filterContextSelectors.js +75 -0
  121. package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
  122. package/esm/model/store/tabs/index.d.ts +10 -3
  123. package/esm/model/store/tabs/index.d.ts.map +1 -1
  124. package/esm/model/store/tabs/index.js +1 -1
  125. package/esm/model/store/tabs/index.js.map +1 -1
  126. package/esm/model/store/tabs/layout/layoutReducers.d.ts +5 -0
  127. package/esm/model/store/tabs/layout/layoutReducers.d.ts.map +1 -1
  128. package/esm/model/store/tabs/layout/layoutReducers.js +11 -0
  129. package/esm/model/store/tabs/layout/layoutReducers.js.map +1 -1
  130. package/esm/model/store/tabs/layout/layoutSelectors.d.ts +30 -9
  131. package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
  132. package/esm/model/store/tabs/layout/layoutSelectors.js +40 -10
  133. package/esm/model/store/tabs/layout/layoutSelectors.js.map +1 -1
  134. package/esm/model/store/tabs/tabsSelectors.d.ts +6 -0
  135. package/esm/model/store/tabs/tabsSelectors.d.ts.map +1 -1
  136. package/esm/model/store/tabs/tabsSelectors.js +6 -0
  137. package/esm/model/store/tabs/tabsSelectors.js.map +1 -1
  138. package/esm/model/store/tabs/tabsState.d.ts +10 -0
  139. package/esm/model/store/tabs/tabsState.d.ts.map +1 -1
  140. package/esm/model/store/tabs/tabsState.js +18 -0
  141. package/esm/model/store/tabs/tabsState.js.map +1 -1
  142. package/esm/model/store/ui/index.d.ts +1 -1
  143. package/esm/model/store/ui/uiReducers.d.ts +2 -3
  144. package/esm/model/store/ui/uiReducers.d.ts.map +1 -1
  145. package/esm/model/store/ui/uiReducers.js +4 -4
  146. package/esm/model/store/ui/uiReducers.js.map +1 -1
  147. package/esm/model/store/ui/uiState.d.ts +1 -2
  148. package/esm/model/store/ui/uiState.d.ts.map +1 -1
  149. package/esm/model/store/ui/uiState.js +1 -1
  150. package/esm/model/store/ui/uiState.js.map +1 -1
  151. package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts +7 -3
  152. package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts.map +1 -1
  153. package/esm/model/store/widgetDrills/widgetDrillSelectors.js +93 -38
  154. package/esm/model/store/widgetDrills/widgetDrillSelectors.js.map +1 -1
  155. package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
  156. package/esm/plugins/customizationApis/customizationBuilder.js +3 -1
  157. package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
  158. package/esm/plugins/customizationApis/layoutCustomizer.d.ts.map +1 -1
  159. package/esm/plugins/customizationApis/layoutCustomizer.js +10 -2
  160. package/esm/plugins/customizationApis/layoutCustomizer.js.map +1 -1
  161. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
  162. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +6 -2
  163. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
  164. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
  165. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +8 -2
  166. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.js.map +1 -1
  167. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +1 -1
  168. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js +20 -11
  169. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js.map +1 -1
  170. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +2 -2
  171. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js.map +1 -1
  172. package/esm/presentation/alerting/hooks/useGetSupportedMeasures.d.ts.map +1 -1
  173. package/esm/presentation/alerting/hooks/useGetSupportedMeasures.js +8 -2
  174. package/esm/presentation/alerting/hooks/useGetSupportedMeasures.js.map +1 -1
  175. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +2 -1
  176. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  177. package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
  178. package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js +40 -44
  179. package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js.map +1 -1
  180. package/esm/presentation/automationFilters/useAutomationFiltersSelect.d.ts.map +1 -1
  181. package/esm/presentation/automationFilters/useAutomationFiltersSelect.js +49 -20
  182. package/esm/presentation/automationFilters/useAutomationFiltersSelect.js.map +1 -1
  183. package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.d.ts.map +1 -1
  184. package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js +85 -57
  185. package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js.map +1 -1
  186. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
  187. package/esm/presentation/dashboard/components/DashboardRenderer.js +45 -6
  188. package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
  189. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
  190. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +6 -1
  191. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js.map +1 -1
  192. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts +2 -1
  193. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts.map +1 -1
  194. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js +18 -2
  195. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js.map +1 -1
  196. package/esm/presentation/drill/types.d.ts +1 -0
  197. package/esm/presentation/drill/types.d.ts.map +1 -1
  198. package/esm/presentation/drill/types.js.map +1 -1
  199. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts +2 -2
  200. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts.map +1 -1
  201. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js +1 -2
  202. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js.map +1 -1
  203. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +2 -2
  204. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
  205. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts +2 -2
  206. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts.map +1 -1
  207. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.js +1 -2
  208. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.js.map +1 -1
  209. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.d.ts +2 -2
  210. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.d.ts.map +1 -1
  211. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js +1 -2
  212. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js.map +1 -1
  213. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +1 -1
  214. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js.map +1 -1
  215. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
  216. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +58 -52
  217. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
  218. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
  219. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +44 -44
  220. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
  221. package/esm/presentation/index.d.ts +1 -1
  222. package/esm/presentation/index.d.ts.map +1 -1
  223. package/esm/presentation/index.js +1 -1
  224. package/esm/presentation/index.js.map +1 -1
  225. package/esm/presentation/localization/IntlWrapper.d.ts +1 -1
  226. package/esm/presentation/localization/IntlWrapper.d.ts.map +1 -1
  227. package/esm/presentation/localization/IntlWrapper.js +7 -6
  228. package/esm/presentation/localization/IntlWrapper.js.map +1 -1
  229. package/esm/presentation/localization/bundles/en-US.json +4 -0
  230. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +1 -0
  231. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  232. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +1 -0
  233. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  234. package/esm/presentation/localization/createInternalIntl.js +2 -2
  235. package/esm/presentation/localization/createInternalIntl.js.map +1 -1
  236. package/esm/presentation/localization/index.d.ts +1 -1
  237. package/esm/presentation/localization/index.d.ts.map +1 -1
  238. package/esm/presentation/localization/index.js +1 -1
  239. package/esm/presentation/localization/index.js.map +1 -1
  240. package/esm/presentation/localization/translations.d.ts +13 -5
  241. package/esm/presentation/localization/translations.d.ts.map +1 -1
  242. package/esm/presentation/localization/translations.js +59 -49
  243. package/esm/presentation/localization/translations.js.map +1 -1
  244. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
  245. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +69 -40
  246. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
  247. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js +2 -2
  248. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js.map +1 -1
  249. package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.d.ts.map +1 -1
  250. package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.js +20 -25
  251. package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.js.map +1 -1
  252. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts.map +1 -1
  253. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js +47 -33
  254. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js.map +1 -1
  255. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts.map +1 -1
  256. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js +40 -36
  257. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js.map +1 -1
  258. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.d.ts.map +1 -1
  259. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js +3 -2
  260. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js.map +1 -1
  261. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.js +1 -1
  262. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.js.map +1 -1
  263. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.d.ts +1 -2
  264. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.d.ts.map +1 -1
  265. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.js +2 -3
  266. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.js.map +1 -1
  267. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.d.ts +1 -2
  268. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.d.ts.map +1 -1
  269. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.js +1 -2
  270. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.js.map +1 -1
  271. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.d.ts +1 -2
  272. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.d.ts.map +1 -1
  273. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.js +2 -3
  274. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.js.map +1 -1
  275. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.d.ts +1 -2
  276. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.d.ts.map +1 -1
  277. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.js +1 -2
  278. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.js.map +1 -1
  279. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.d.ts +1 -2
  280. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.d.ts.map +1 -1
  281. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.js +1 -2
  282. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.js.map +1 -1
  283. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.d.ts +1 -2
  284. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.d.ts.map +1 -1
  285. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.js +2 -3
  286. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.js.map +1 -1
  287. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.js +1 -1
  288. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.js.map +1 -1
  289. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.d.ts +1 -2
  290. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.d.ts.map +1 -1
  291. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js +3 -4
  292. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js.map +1 -1
  293. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.js +1 -1
  294. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.js.map +1 -1
  295. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.d.ts +2 -2
  296. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.d.ts.map +1 -1
  297. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.js +1 -2
  298. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.js.map +1 -1
  299. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.d.ts +2 -2
  300. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.d.ts.map +1 -1
  301. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.js +1 -2
  302. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.js.map +1 -1
  303. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js +1 -1
  304. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js.map +1 -1
  305. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.d.ts +2 -2
  306. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.d.ts.map +1 -1
  307. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js +1 -2
  308. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js.map +1 -1
  309. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.d.ts +2 -2
  310. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.d.ts.map +1 -1
  311. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.js +3 -4
  312. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.js.map +1 -1
  313. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.js +1 -1
  314. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.js.map +1 -1
  315. package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.d.ts +2 -2
  316. package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.d.ts.map +1 -1
  317. package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js +1 -2
  318. package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js.map +1 -1
  319. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts.map +1 -1
  320. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +10 -4
  321. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js.map +1 -1
  322. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.d.ts.map +1 -1
  323. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js +8 -2
  324. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js.map +1 -1
  325. package/esm/presentation/widget/insight/configuration/InsightConfiguration.js +1 -1
  326. package/esm/presentation/widget/insight/configuration/InsightConfiguration.js.map +1 -1
  327. package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.d.ts +1 -1
  328. package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.d.ts.map +1 -1
  329. package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.js +1 -1
  330. package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.js.map +1 -1
  331. package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.d.ts +1 -2
  332. package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.d.ts.map +1 -1
  333. package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js +1 -2
  334. package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js.map +1 -1
  335. package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.js +2 -2
  336. package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.js.map +1 -1
  337. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.d.ts +6 -2
  338. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.d.ts.map +1 -1
  339. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.js +28 -0
  340. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.js.map +1 -1
  341. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.d.ts.map +1 -1
  342. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js +25 -6
  343. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js.map +1 -1
  344. package/esm/presentation/widget/insight/configuration/InsightFilters.d.ts +1 -1
  345. package/esm/presentation/widget/insight/configuration/InsightFilters.d.ts.map +1 -1
  346. package/esm/presentation/widget/insight/configuration/InsightFilters.js +2 -2
  347. package/esm/presentation/widget/insight/configuration/InsightFilters.js.map +1 -1
  348. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
  349. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +101 -102
  350. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
  351. package/esm/sdk-ui-dashboard.d.ts +331 -23
  352. package/esm/tools/index.d.ts +1 -2
  353. package/esm/tools/index.d.ts.map +1 -1
  354. package/esm/tools/index.js +2 -1
  355. package/esm/tools/index.js.map +1 -1
  356. package/esm/types.d.ts +14 -0
  357. package/esm/types.d.ts.map +1 -1
  358. package/package.json +18 -18
  359. package/styles/css/automationFilters.css +8 -4
  360. package/styles/css/automationFilters.css.map +1 -1
  361. package/styles/css/dashboard.css +1 -1
  362. package/styles/css/main.css +9 -5
  363. package/styles/css/main.css.map +1 -1
  364. package/styles/css/notifications_channels_dialog.css +1 -1
  365. package/styles/scss/automationFilters.scss +10 -4
  366. package/styles/scss/notifications_channels_dialog.scss +1 -1
package/esm/types.d.ts CHANGED
@@ -287,6 +287,20 @@ export interface IGlobalDrillDownAttributeHierarchyDefinition {
287
287
  */
288
288
  target: ObjRef;
289
289
  }
290
+ /**
291
+ * @internal
292
+ */
293
+ export interface IDrillToUrlAttributeDefinition {
294
+ type: "drillToUrl";
295
+ /**
296
+ * Local identifier of the attribute that triggered the drill to url.
297
+ */
298
+ origin: LocalIdRef;
299
+ /**
300
+ * Target attribute display form for drill to url.
301
+ */
302
+ target: ObjRef;
303
+ }
290
304
  /**
291
305
  * @internal
292
306
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.13.0-alpha.0",
3
+ "version": "11.13.0-alpha.2",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,19 +60,19 @@
60
60
  "ts-invariant": "^0.7.5",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "^11.1.0",
63
- "@gooddata/sdk-backend-base": "11.13.0-alpha.0",
64
- "@gooddata/sdk-backend-spi": "11.13.0-alpha.0",
65
- "@gooddata/sdk-model": "11.13.0-alpha.0",
66
- "@gooddata/sdk-ui": "11.13.0-alpha.0",
67
- "@gooddata/sdk-ui-charts": "11.13.0-alpha.0",
68
- "@gooddata/sdk-ui-ext": "11.13.0-alpha.0",
69
- "@gooddata/sdk-ui-filters": "11.13.0-alpha.0",
70
- "@gooddata/sdk-ui-geo": "11.13.0-alpha.0",
71
- "@gooddata/sdk-ui-pivot": "11.13.0-alpha.0",
72
- "@gooddata/sdk-ui-theme-provider": "11.13.0-alpha.0",
73
- "@gooddata/sdk-ui-kit": "11.13.0-alpha.0",
74
- "@gooddata/sdk-ui-vis-commons": "11.13.0-alpha.0",
75
- "@gooddata/util": "11.13.0-alpha.0"
63
+ "@gooddata/sdk-backend-base": "11.13.0-alpha.2",
64
+ "@gooddata/sdk-model": "11.13.0-alpha.2",
65
+ "@gooddata/sdk-backend-spi": "11.13.0-alpha.2",
66
+ "@gooddata/sdk-ui": "11.13.0-alpha.2",
67
+ "@gooddata/sdk-ui-charts": "11.13.0-alpha.2",
68
+ "@gooddata/sdk-ui-ext": "11.13.0-alpha.2",
69
+ "@gooddata/sdk-ui-filters": "11.13.0-alpha.2",
70
+ "@gooddata/sdk-ui-geo": "11.13.0-alpha.2",
71
+ "@gooddata/sdk-ui-kit": "11.13.0-alpha.2",
72
+ "@gooddata/sdk-ui-pivot": "11.13.0-alpha.2",
73
+ "@gooddata/sdk-ui-theme-provider": "11.13.0-alpha.2",
74
+ "@gooddata/sdk-ui-vis-commons": "11.13.0-alpha.2",
75
+ "@gooddata/util": "11.13.0-alpha.2"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@microsoft/api-documenter": "^7.17.0",
@@ -118,10 +118,10 @@
118
118
  "typescript": "5.8.3",
119
119
  "vitest": "3.2.4",
120
120
  "vitest-dom": "0.1.1",
121
- "@gooddata/eslint-config": "11.13.0-alpha.0",
122
- "@gooddata/i18n-toolkit": "11.13.0-alpha.0",
123
- "@gooddata/reference-workspace": "11.13.0-alpha.0",
124
- "@gooddata/sdk-backend-mockingbird": "11.13.0-alpha.0"
121
+ "@gooddata/eslint-config": "11.13.0-alpha.2",
122
+ "@gooddata/i18n-toolkit": "11.13.0-alpha.2",
123
+ "@gooddata/reference-workspace": "11.13.0-alpha.2",
124
+ "@gooddata/sdk-backend-mockingbird": "11.13.0-alpha.2"
125
125
  },
126
126
  "peerDependencies": {
127
127
  "react": "^18.0.0 || ^19.0.0",
@@ -91,8 +91,15 @@
91
91
  display: flex;
92
92
  flex-direction: column;
93
93
  width: 140px;
94
+ max-width: 140px;
94
95
  flex-shrink: 0;
95
96
  }
97
+ .gd-automation-filters__tab-header * {
98
+ max-width: 100%;
99
+ overflow: hidden;
100
+ text-overflow: ellipsis;
101
+ white-space: nowrap;
102
+ }
96
103
  .gd-automation-filters__tab-label {
97
104
  color: var(--gd-palette-complementary-6);
98
105
  font-size: 10px;
@@ -102,14 +109,11 @@
102
109
  letter-spacing: 0.5px;
103
110
  }
104
111
  .gd-automation-filters__tab-title {
105
- color: var(--gd-palette-complementary-8);
106
112
  font-size: 14px;
107
113
  font-weight: 400;
108
114
  line-height: 20px;
109
- overflow: hidden;
110
- text-overflow: ellipsis;
111
- white-space: nowrap;
112
115
  display: block;
116
+ max-width: 300px;
113
117
  }
114
118
  .gd-automation-filters__tab-filters {
115
119
  display: flex;
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../scss/automationFilters.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,OCyBkB;EDxBlB;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,YCkDgB;;ADhDhB;EACI,OC1CW;ED2CX;EACA;EACA;EACA;;AAIR;EACI;EACA,OCpDe;EDqDf;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,OC3DI;ED4DJ;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA","file":"automationFilters.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../scss/automationFilters.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,OCyBkB;EDxBlB;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,YCkDgB;;ADhDhB;EACI,OC1CW;ED2CX;EACA;EACA;EACA;;AAIR;EACI;EACA,OCpDe;EDqDf;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,OC3DI;ED4DJ;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA","file":"automationFilters.css"}
@@ -1788,7 +1788,7 @@
1788
1788
  display: flex;
1789
1789
  flex-direction: column;
1790
1790
  box-sizing: content-box;
1791
- max-height: 544px;
1791
+ max-height: 499px;
1792
1792
  width: 100%;
1793
1793
  overflow-y: auto;
1794
1794
  overflow-x: hidden;
@@ -20323,7 +20323,7 @@ figure {
20323
20323
  display: flex;
20324
20324
  flex-direction: column;
20325
20325
  box-sizing: content-box;
20326
- max-height: 544px;
20326
+ max-height: 499px;
20327
20327
  width: 100%;
20328
20328
  overflow-y: auto;
20329
20329
  overflow-x: hidden;
@@ -28172,8 +28172,15 @@ figure {
28172
28172
  display: flex;
28173
28173
  flex-direction: column;
28174
28174
  width: 140px;
28175
+ max-width: 140px;
28175
28176
  flex-shrink: 0;
28176
28177
  }
28178
+ .gd-automation-filters__tab-header * {
28179
+ max-width: 100%;
28180
+ overflow: hidden;
28181
+ text-overflow: ellipsis;
28182
+ white-space: nowrap;
28183
+ }
28177
28184
  .gd-automation-filters__tab-label {
28178
28185
  color: var(--gd-palette-complementary-6);
28179
28186
  font-size: 10px;
@@ -28183,14 +28190,11 @@ figure {
28183
28190
  letter-spacing: 0.5px;
28184
28191
  }
28185
28192
  .gd-automation-filters__tab-title {
28186
- color: var(--gd-palette-complementary-8);
28187
28193
  font-size: 14px;
28188
28194
  font-weight: 400;
28189
28195
  line-height: 20px;
28190
- overflow: hidden;
28191
- text-overflow: ellipsis;
28192
- white-space: nowrap;
28193
28196
  display: block;
28197
+ max-width: 300px;
28194
28198
  }
28195
28199
  .gd-automation-filters__tab-filters {
28196
28200
  display: flex;