@gooddata/sdk-ui-dashboard 10.20.0-alpha.9 → 10.20.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 (561) hide show
  1. package/NOTICE +3 -3
  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/layout/sizing.d.ts +1 -1
  7. package/esm/_staging/layout/sizing.d.ts.map +1 -1
  8. package/esm/_staging/layout/sizing.js +4 -1
  9. package/esm/_staging/layout/sizing.js.map +1 -1
  10. package/esm/_staging/sharedHooks/useAttributes.d.ts.map +1 -1
  11. package/esm/_staging/sharedHooks/useAttributes.js +10 -4
  12. package/esm/_staging/sharedHooks/useAttributes.js.map +1 -1
  13. package/esm/_staging/slideshow/breakupSlideTransformer.d.ts +10 -0
  14. package/esm/_staging/slideshow/breakupSlideTransformer.d.ts.map +1 -0
  15. package/esm/_staging/slideshow/breakupSlideTransformer.js +20 -0
  16. package/esm/_staging/slideshow/breakupSlideTransformer.js.map +1 -0
  17. package/esm/_staging/slideshow/containerSlideTransformer.d.ts +11 -0
  18. package/esm/_staging/slideshow/containerSlideTransformer.d.ts.map +1 -0
  19. package/esm/_staging/slideshow/containerSlideTransformer.js +49 -0
  20. package/esm/_staging/slideshow/containerSlideTransformer.js.map +1 -0
  21. package/esm/_staging/slideshow/containerSwitcherSlideTransformer.d.ts +8 -0
  22. package/esm/_staging/slideshow/containerSwitcherSlideTransformer.d.ts.map +1 -0
  23. package/esm/_staging/slideshow/containerSwitcherSlideTransformer.js +115 -0
  24. package/esm/_staging/slideshow/containerSwitcherSlideTransformer.js.map +1 -0
  25. package/esm/_staging/slideshow/index.d.ts +10 -0
  26. package/esm/_staging/slideshow/index.d.ts.map +1 -0
  27. package/esm/_staging/slideshow/index.js +11 -0
  28. package/esm/_staging/slideshow/index.js.map +1 -0
  29. package/esm/_staging/slideshow/itemsSlideTransformer.d.ts +9 -0
  30. package/esm/_staging/slideshow/itemsSlideTransformer.d.ts.map +1 -0
  31. package/esm/_staging/slideshow/itemsSlideTransformer.js +13 -0
  32. package/esm/_staging/slideshow/itemsSlideTransformer.js.map +1 -0
  33. package/esm/_staging/slideshow/layoutTransformer.d.ts +9 -0
  34. package/esm/_staging/slideshow/layoutTransformer.d.ts.map +1 -0
  35. package/esm/_staging/slideshow/layoutTransformer.js +24 -0
  36. package/esm/_staging/slideshow/layoutTransformer.js.map +1 -0
  37. package/esm/_staging/slideshow/sectionSlideTransformer.d.ts +4 -0
  38. package/esm/_staging/slideshow/sectionSlideTransformer.d.ts.map +1 -0
  39. package/esm/_staging/slideshow/sectionSlideTransformer.js +19 -0
  40. package/esm/_staging/slideshow/sectionSlideTransformer.js.map +1 -0
  41. package/esm/_staging/slideshow/singleWidgetTransformer.d.ts +6 -0
  42. package/esm/_staging/slideshow/singleWidgetTransformer.d.ts.map +1 -0
  43. package/esm/_staging/slideshow/singleWidgetTransformer.js +21 -0
  44. package/esm/_staging/slideshow/singleWidgetTransformer.js.map +1 -0
  45. package/esm/_staging/slideshow/switcherSlideTransformer.d.ts +9 -0
  46. package/esm/_staging/slideshow/switcherSlideTransformer.d.ts.map +1 -0
  47. package/esm/_staging/slideshow/switcherSlideTransformer.js +37 -0
  48. package/esm/_staging/slideshow/switcherSlideTransformer.js.map +1 -0
  49. package/esm/_staging/slideshow/utils/index.d.ts +16 -0
  50. package/esm/_staging/slideshow/utils/index.d.ts.map +1 -0
  51. package/esm/_staging/slideshow/utils/index.js +57 -0
  52. package/esm/_staging/slideshow/utils/index.js.map +1 -0
  53. package/esm/_staging/slideshow/widgetSlideTransformer.d.ts +3 -0
  54. package/esm/_staging/slideshow/widgetSlideTransformer.d.ts.map +1 -0
  55. package/esm/_staging/slideshow/widgetSlideTransformer.js +24 -0
  56. package/esm/_staging/slideshow/widgetSlideTransformer.js.map +1 -0
  57. package/esm/model/commandHandlers/common/validateDrills.d.ts +2 -2
  58. package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.d.ts +7 -0
  59. package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.d.ts.map +1 -0
  60. package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.js +13 -0
  61. package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.js.map +1 -0
  62. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  63. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +3 -3
  64. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  65. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts +7 -3
  66. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
  67. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +30 -28
  68. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
  69. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadUser.js +1 -1
  70. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadUser.js.map +1 -1
  71. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/preloadAttributeFiltersData.d.ts +5 -0
  72. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/preloadAttributeFiltersData.d.ts.map +1 -0
  73. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/preloadAttributeFiltersData.js +16 -0
  74. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/preloadAttributeFiltersData.js.map +1 -0
  75. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.d.ts +10 -0
  76. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.d.ts.map +1 -1
  77. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js +17 -1
  78. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js.map +1 -1
  79. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
  80. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +8 -2
  81. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
  82. package/esm/model/commandHandlers/filterContext/common.d.ts +4 -0
  83. package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
  84. package/esm/model/commandHandlers/filterContext/common.js +10 -2
  85. package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
  86. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.d.ts.map +1 -1
  87. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +6 -1
  88. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js.map +1 -1
  89. package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
  90. package/esm/model/commandHandlers/filterContext/filterViewHandler.js +3 -8
  91. package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
  92. package/esm/model/index.d.ts +1 -1
  93. package/esm/model/index.d.ts.map +1 -1
  94. package/esm/model/index.js.map +1 -1
  95. package/esm/model/queryServices/queryAttributeByDisplayForm.d.ts.map +1 -1
  96. package/esm/model/queryServices/queryAttributeByDisplayForm.js +16 -9
  97. package/esm/model/queryServices/queryAttributeByDisplayForm.js.map +1 -1
  98. package/esm/model/queryServices/queryAttributeDataset.d.ts +1 -1
  99. package/esm/model/queryServices/queryAttributeDataset.d.ts.map +1 -1
  100. package/esm/model/queryServices/queryAttributeDataset.js +14 -6
  101. package/esm/model/queryServices/queryAttributeDataset.js.map +1 -1
  102. package/esm/model/queryServices/queryWidgetFilters.d.ts +1 -1
  103. package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
  104. package/esm/model/queryServices/queryWidgetFilters.js +12 -13
  105. package/esm/model/queryServices/queryWidgetFilters.js.map +1 -1
  106. package/esm/model/store/config/configSelectors.d.ts +4 -0
  107. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  108. package/esm/model/store/config/configSelectors.js +6 -0
  109. package/esm/model/store/config/configSelectors.js.map +1 -1
  110. package/esm/model/store/dashboardStore.d.ts.map +1 -1
  111. package/esm/model/store/dashboardStore.js +3 -2
  112. package/esm/model/store/dashboardStore.js.map +1 -1
  113. package/esm/model/store/executionResults/executionResultsSelectors.d.ts +4 -0
  114. package/esm/model/store/executionResults/executionResultsSelectors.d.ts.map +1 -1
  115. package/esm/model/store/executionResults/executionResultsSelectors.js +8 -1
  116. package/esm/model/store/executionResults/executionResultsSelectors.js.map +1 -1
  117. package/esm/model/store/filterContext/filterContextReducers.d.ts +5 -0
  118. package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
  119. package/esm/model/store/filterContext/filterContextReducers.js +8 -1
  120. package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
  121. package/esm/model/store/filterContext/filterContextSelectors.d.ts +7 -0
  122. package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
  123. package/esm/model/store/filterContext/filterContextSelectors.js +9 -1
  124. package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
  125. package/esm/model/store/filterContext/filterContextState.d.ts +6 -0
  126. package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
  127. package/esm/model/store/filterContext/filterContextState.js +2 -1
  128. package/esm/model/store/filterContext/filterContextState.js.map +1 -1
  129. package/esm/model/store/filterContext/index.d.ts +4 -0
  130. package/esm/model/store/filterContext/index.d.ts.map +1 -1
  131. package/esm/model/store/index.d.ts +4 -4
  132. package/esm/model/store/index.d.ts.map +1 -1
  133. package/esm/model/store/index.js +4 -4
  134. package/esm/model/store/index.js.map +1 -1
  135. package/esm/model/store/renderMode/index.d.ts +1 -0
  136. package/esm/model/store/renderMode/index.d.ts.map +1 -1
  137. package/esm/model/store/renderMode/renderModeReducers.d.ts +1 -0
  138. package/esm/model/store/renderMode/renderModeReducers.d.ts.map +1 -1
  139. package/esm/model/store/renderMode/renderModeReducers.js +4 -0
  140. package/esm/model/store/renderMode/renderModeReducers.js.map +1 -1
  141. package/esm/model/store/renderMode/renderModeSelectors.d.ts +6 -0
  142. package/esm/model/store/renderMode/renderModeSelectors.d.ts.map +1 -1
  143. package/esm/model/store/renderMode/renderModeSelectors.js +7 -1
  144. package/esm/model/store/renderMode/renderModeSelectors.js.map +1 -1
  145. package/esm/model/types/commonTypes.d.ts +48 -3
  146. package/esm/model/types/commonTypes.d.ts.map +1 -1
  147. package/esm/model/types/commonTypes.js.map +1 -1
  148. package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
  149. package/esm/plugins/customizationApis/customizationBuilder.js +1 -0
  150. package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
  151. package/esm/plugins/customizationApis/exportLayoutCustomizer.d.ts +13 -0
  152. package/esm/plugins/customizationApis/exportLayoutCustomizer.d.ts.map +1 -0
  153. package/esm/plugins/customizationApis/exportLayoutCustomizer.js +47 -0
  154. package/esm/plugins/customizationApis/exportLayoutCustomizer.js.map +1 -0
  155. package/esm/plugins/customizationApis/filterBarCustomizer.d.ts.map +1 -1
  156. package/esm/plugins/customizationApis/filterBarCustomizer.js +2 -2
  157. package/esm/plugins/customizationApis/filterBarCustomizer.js.map +1 -1
  158. package/esm/plugins/customizationApis/layoutCustomizer.d.ts +5 -1
  159. package/esm/plugins/customizationApis/layoutCustomizer.d.ts.map +1 -1
  160. package/esm/plugins/customizationApis/layoutCustomizer.js +57 -0
  161. package/esm/plugins/customizationApis/layoutCustomizer.js.map +1 -1
  162. package/esm/plugins/customizationApis/titleCustomizer.d.ts.map +1 -1
  163. package/esm/plugins/customizationApis/titleCustomizer.js +2 -2
  164. package/esm/plugins/customizationApis/titleCustomizer.js.map +1 -1
  165. package/esm/plugins/customizationApis/topBarCustomizer.d.ts.map +1 -1
  166. package/esm/plugins/customizationApis/topBarCustomizer.js +2 -2
  167. package/esm/plugins/customizationApis/topBarCustomizer.js.map +1 -1
  168. package/esm/plugins/customizationApis/types.d.ts +2 -1
  169. package/esm/plugins/customizationApis/types.d.ts.map +1 -1
  170. package/esm/plugins/customizationApis/types.js +1 -0
  171. package/esm/plugins/customizationApis/types.js.map +1 -1
  172. package/esm/plugins/customizer.d.ts +113 -0
  173. package/esm/plugins/customizer.d.ts.map +1 -1
  174. package/esm/plugins/index.d.ts +1 -1
  175. package/esm/plugins/index.d.ts.map +1 -1
  176. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +3 -3
  177. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js.map +1 -1
  178. package/esm/presentation/componentDefinition/renderModeAware.d.ts.map +1 -1
  179. package/esm/presentation/componentDefinition/renderModeAware.js +5 -3
  180. package/esm/presentation/componentDefinition/renderModeAware.js.map +1 -1
  181. package/esm/presentation/dashboard/components/DashboardInner.d.ts.map +1 -1
  182. package/esm/presentation/dashboard/components/DashboardInner.js +11 -2
  183. package/esm/presentation/dashboard/components/DashboardInner.js.map +1 -1
  184. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
  185. package/esm/presentation/dashboard/components/DashboardRenderer.js +6 -6
  186. package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
  187. package/esm/presentation/dashboard/types.d.ts +42 -0
  188. package/esm/presentation/dashboard/types.d.ts.map +1 -1
  189. package/esm/presentation/dashboard/types.js +9 -1
  190. package/esm/presentation/dashboard/types.js.map +1 -1
  191. package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts +3 -0
  192. package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts.map +1 -1
  193. package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.js +1 -1
  194. package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.js.map +1 -1
  195. package/esm/presentation/dashboardContexts/index.d.ts +1 -0
  196. package/esm/presentation/dashboardContexts/index.d.ts.map +1 -1
  197. package/esm/presentation/dashboardContexts/index.js +2 -1
  198. package/esm/presentation/dashboardContexts/index.js.map +1 -1
  199. package/esm/presentation/dashboardContexts/useSlideData.d.ts +19 -0
  200. package/esm/presentation/dashboardContexts/useSlideData.d.ts.map +1 -0
  201. package/esm/presentation/dashboardContexts/useSlideData.js +39 -0
  202. package/esm/presentation/dashboardContexts/useSlideData.js.map +1 -0
  203. package/esm/presentation/export/index.d.ts +3 -0
  204. package/esm/presentation/export/index.d.ts.map +1 -0
  205. package/esm/presentation/export/index.js +4 -0
  206. package/esm/presentation/export/index.js.map +1 -0
  207. package/esm/presentation/export/types.d.ts +67 -0
  208. package/esm/presentation/export/types.d.ts.map +1 -0
  209. package/esm/presentation/export/types.js +3 -0
  210. package/esm/presentation/export/types.js.map +1 -0
  211. package/esm/presentation/export/useExportData.d.ts +15 -0
  212. package/esm/presentation/export/useExportData.d.ts.map +1 -0
  213. package/esm/presentation/export/useExportData.js +54 -0
  214. package/esm/presentation/export/useExportData.js.map +1 -0
  215. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts +1 -1
  216. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  217. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +8 -5
  218. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  219. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.d.ts.map +1 -1
  220. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.js +8 -4
  221. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAttributeDataSet.js.map +1 -1
  222. package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.d.ts +6 -0
  223. package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.d.ts.map +1 -0
  224. package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.js +12 -0
  225. package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.js.map +1 -0
  226. package/esm/presentation/filterBar/filterBar/index.d.ts +1 -0
  227. package/esm/presentation/filterBar/filterBar/index.d.ts.map +1 -1
  228. package/esm/presentation/filterBar/filterBar/index.js +2 -1
  229. package/esm/presentation/filterBar/filterBar/index.js.map +1 -1
  230. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
  231. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +6 -3
  232. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
  233. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts.map +1 -1
  234. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js +24 -11
  235. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js.map +1 -1
  236. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts +4 -0
  237. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts.map +1 -0
  238. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js +25 -0
  239. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js.map +1 -0
  240. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts.map +1 -1
  241. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js +1 -1
  242. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js.map +1 -1
  243. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts.map +1 -1
  244. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js +1 -1
  245. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js.map +1 -1
  246. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts +2 -0
  247. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts.map +1 -1
  248. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js.map +1 -1
  249. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
  250. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +16 -2
  251. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  252. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -0
  253. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
  254. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +3 -3
  255. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
  256. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.d.ts.map +1 -1
  257. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.js +3 -3
  258. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.js.map +1 -1
  259. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts +2 -0
  260. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts.map +1 -1
  261. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +3 -3
  262. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
  263. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts +3 -0
  264. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts.map +1 -0
  265. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js +13 -0
  266. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js.map +1 -0
  267. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts +9 -0
  268. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts.map +1 -1
  269. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js +7 -2
  270. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js.map +1 -1
  271. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
  272. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js +3 -1
  273. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js.map +1 -1
  274. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.d.ts.map +1 -1
  275. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js +3 -1
  276. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js.map +1 -1
  277. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts +27 -1
  278. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts.map +1 -1
  279. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
  280. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +5 -2
  281. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
  282. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
  283. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +0 -1
  284. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +1 -1
  285. package/esm/presentation/index.d.ts +1 -0
  286. package/esm/presentation/index.d.ts.map +1 -1
  287. package/esm/presentation/index.js +2 -1
  288. package/esm/presentation/index.js.map +1 -1
  289. package/esm/presentation/layout/DashboardLayoutWidget.d.ts.map +1 -1
  290. package/esm/presentation/layout/DashboardLayoutWidget.js +6 -3
  291. package/esm/presentation/layout/DashboardLayoutWidget.js.map +1 -1
  292. package/esm/presentation/layout/DefaultDashboardLayout.d.ts.map +1 -1
  293. package/esm/presentation/layout/DefaultDashboardLayout.js +6 -3
  294. package/esm/presentation/layout/DefaultDashboardLayout.js.map +1 -1
  295. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts.map +1 -1
  296. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.js +16 -6
  297. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.js.map +1 -1
  298. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts +4 -0
  299. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts.map +1 -0
  300. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js +12 -0
  301. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js.map +1 -0
  302. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
  303. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +4 -1
  304. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  305. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts +2 -0
  306. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts.map +1 -1
  307. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +4 -4
  308. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
  309. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -0
  310. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
  311. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +3 -3
  312. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
  313. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts +3 -0
  314. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts.map +1 -0
  315. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js +18 -0
  316. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js.map +1 -0
  317. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
  318. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js +3 -1
  319. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js.map +1 -1
  320. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.d.ts.map +1 -1
  321. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js +3 -1
  322. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js.map +1 -1
  323. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/interfaces.d.ts +18 -0
  324. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/interfaces.d.ts.map +1 -1
  325. package/esm/presentation/localization/bundles/en-US.json +16 -1
  326. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts +3 -0
  327. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts.map +1 -1
  328. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js +2 -2
  329. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js.map +1 -1
  330. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.d.ts +4 -0
  331. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.d.ts.map +1 -1
  332. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.js +3 -3
  333. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.js.map +1 -1
  334. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.d.ts +1 -0
  335. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.d.ts.map +1 -1
  336. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.js +3 -2
  337. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.js.map +1 -1
  338. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.d.ts +2 -0
  339. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.d.ts.map +1 -1
  340. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js +2 -2
  341. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js.map +1 -1
  342. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.d.ts +2 -0
  343. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.d.ts.map +1 -1
  344. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.js +5 -5
  345. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.js.map +1 -1
  346. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  347. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -2
  348. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  349. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.d.ts +2 -0
  350. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.d.ts.map +1 -1
  351. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.js +8 -8
  352. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.js.map +1 -1
  353. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts.map +1 -1
  354. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +4 -3
  355. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js.map +1 -1
  356. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts.map +1 -1
  357. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +4 -3
  358. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js.map +1 -1
  359. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.d.ts.map +1 -1
  360. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.js +4 -3
  361. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.js.map +1 -1
  362. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Input.d.ts +1 -0
  363. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Input.d.ts.map +1 -1
  364. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Input.js +4 -4
  365. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Input.js.map +1 -1
  366. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
  367. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +6 -2
  368. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
  369. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.d.ts +1 -0
  370. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.d.ts.map +1 -1
  371. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.js +4 -4
  372. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.js.map +1 -1
  373. package/esm/presentation/topBar/title/RenderModeAwareTitle.d.ts +2 -2
  374. package/esm/presentation/topBar/title/RenderModeAwareTitle.d.ts.map +1 -1
  375. package/esm/presentation/topBar/title/RenderModeAwareTitle.js +3 -1
  376. package/esm/presentation/topBar/title/RenderModeAwareTitle.js.map +1 -1
  377. package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.d.ts +6 -0
  378. package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.d.ts.map +1 -0
  379. package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.js +12 -0
  380. package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.js.map +1 -0
  381. package/esm/presentation/topBar/topBar/index.d.ts +1 -0
  382. package/esm/presentation/topBar/topBar/index.d.ts.map +1 -1
  383. package/esm/presentation/topBar/topBar/index.js +2 -1
  384. package/esm/presentation/topBar/topBar/index.js.map +1 -1
  385. package/esm/presentation/widget/common/useWidgetHighlighting.d.ts.map +1 -1
  386. package/esm/presentation/widget/common/useWidgetHighlighting.js +5 -2
  387. package/esm/presentation/widget/common/useWidgetHighlighting.js.map +1 -1
  388. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts +9 -0
  389. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts.map +1 -0
  390. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js +19 -0
  391. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js.map +1 -0
  392. package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.d.ts +12 -0
  393. package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.d.ts.map +1 -0
  394. package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.js +15 -0
  395. package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.js.map +1 -0
  396. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.d.ts.map +1 -1
  397. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js +8 -12
  398. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js.map +1 -1
  399. package/esm/presentation/widget/description/types.d.ts +2 -0
  400. package/esm/presentation/widget/description/types.d.ts.map +1 -1
  401. package/esm/presentation/widget/description/useInsightWidgetDescription.d.ts +7 -0
  402. package/esm/presentation/widget/description/useInsightWidgetDescription.d.ts.map +1 -0
  403. package/esm/presentation/widget/description/useInsightWidgetDescription.js +21 -0
  404. package/esm/presentation/widget/description/useInsightWidgetDescription.js.map +1 -0
  405. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts.map +1 -1
  406. package/esm/presentation/widget/insight/DefaultDashboardInsight.js +3 -1
  407. package/esm/presentation/widget/insight/DefaultDashboardInsight.js.map +1 -1
  408. package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.d.ts +4 -0
  409. package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.d.ts.map +1 -0
  410. package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.js +7 -0
  411. package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.js.map +1 -0
  412. package/esm/presentation/widget/insight/ExportModeDashboardInsight/index.d.ts +2 -0
  413. package/esm/presentation/widget/insight/ExportModeDashboardInsight/index.d.ts.map +1 -0
  414. package/esm/presentation/widget/insight/ExportModeDashboardInsight/index.js +3 -0
  415. package/esm/presentation/widget/insight/ExportModeDashboardInsight/index.js.map +1 -0
  416. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
  417. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +35 -16
  418. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
  419. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.d.ts.map +1 -1
  420. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.js +3 -2
  421. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.js.map +1 -1
  422. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.d.ts.map +1 -1
  423. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js +4 -2
  424. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js.map +1 -1
  425. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.d.ts.map +1 -1
  426. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js +4 -2
  427. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js.map +1 -1
  428. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertMeasureSelect.d.ts +2 -1
  429. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertMeasureSelect.d.ts.map +1 -1
  430. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertMeasureSelect.js +3 -3
  431. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertMeasureSelect.js.map +1 -1
  432. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTriggerModeSelect.d.ts +2 -1
  433. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTriggerModeSelect.d.ts.map +1 -1
  434. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTriggerModeSelect.js +3 -3
  435. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTriggerModeSelect.js.map +1 -1
  436. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts +3 -2
  437. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts.map +1 -1
  438. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.js +3 -3
  439. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.js.map +1 -1
  440. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts +3 -2
  441. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
  442. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +6 -5
  443. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js.map +1 -1
  444. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.d.ts.map +1 -1
  445. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js +4 -4
  446. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js.map +1 -1
  447. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts +4 -3
  448. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
  449. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +7 -7
  450. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js.map +1 -1
  451. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.d.ts +1 -1
  452. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.d.ts.map +1 -1
  453. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.js +8 -17
  454. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.js.map +1 -1
  455. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/convertors.d.ts +3 -2
  456. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/convertors.d.ts.map +1 -1
  457. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/convertors.js +2 -2
  458. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/convertors.js.map +1 -1
  459. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/getters.d.ts +12 -2
  460. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/getters.d.ts.map +1 -1
  461. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/getters.js +26 -7
  462. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/getters.js.map +1 -1
  463. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/transformation.d.ts +6 -5
  464. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/transformation.d.ts.map +1 -1
  465. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/transformation.js +43 -18
  466. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/utils/transformation.js.map +1 -1
  467. package/esm/presentation/widget/insight/configuration/InsightAlerts.js +4 -4
  468. package/esm/presentation/widget/insight/configuration/InsightAlerts.js.map +1 -1
  469. package/esm/presentation/widget/insight/types.d.ts +5 -0
  470. package/esm/presentation/widget/insight/types.d.ts.map +1 -1
  471. package/esm/presentation/widget/insight/types.js.map +1 -1
  472. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.js +2 -2
  473. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.js.map +1 -1
  474. package/esm/presentation/widget/richText/DefaultDashboardRichText.d.ts.map +1 -1
  475. package/esm/presentation/widget/richText/DefaultDashboardRichText.js +3 -1
  476. package/esm/presentation/widget/richText/DefaultDashboardRichText.js.map +1 -1
  477. package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts +4 -0
  478. package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts.map +1 -0
  479. package/esm/presentation/widget/richText/ExportModeDashboardRichText.js +10 -0
  480. package/esm/presentation/widget/richText/ExportModeDashboardRichText.js.map +1 -0
  481. package/esm/presentation/widget/richText/types.d.ts +7 -0
  482. package/esm/presentation/widget/richText/types.d.ts.map +1 -1
  483. package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.d.ts +2 -0
  484. package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.d.ts.map +1 -1
  485. package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.js +3 -3
  486. package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.js.map +1 -1
  487. package/esm/presentation/widget/visualizationSwitcher/DefaultDashboardVisualizationSwitcher.d.ts.map +1 -1
  488. package/esm/presentation/widget/visualizationSwitcher/DefaultDashboardVisualizationSwitcher.js +3 -1
  489. package/esm/presentation/widget/visualizationSwitcher/DefaultDashboardVisualizationSwitcher.js.map +1 -1
  490. package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.d.ts +7 -0
  491. package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.d.ts.map +1 -0
  492. package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.js +10 -0
  493. package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.js.map +1 -0
  494. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
  495. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +12 -7
  496. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
  497. package/esm/presentation/widget/visualizationSwitcher/types.d.ts +7 -0
  498. package/esm/presentation/widget/visualizationSwitcher/types.d.ts.map +1 -1
  499. package/esm/presentation/widget/visualizationSwitcher/types.js +1 -1
  500. package/esm/presentation/widget/visualizationSwitcher/types.js.map +1 -1
  501. package/esm/presentation/widget/widget/DefaultDashboardWidget.d.ts.map +1 -1
  502. package/esm/presentation/widget/widget/DefaultDashboardWidget.js +6 -6
  503. package/esm/presentation/widget/widget/DefaultDashboardWidget.js.map +1 -1
  504. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.d.ts.map +1 -1
  505. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +12 -6
  506. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
  507. package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.d.ts +10 -0
  508. package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.d.ts.map +1 -0
  509. package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.js +16 -0
  510. package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.js.map +1 -0
  511. package/esm/presentation/widget/widget/InsightWidget/RenderModeAwareDashboardInsightWidget.d.ts.map +1 -1
  512. package/esm/presentation/widget/widget/InsightWidget/RenderModeAwareDashboardInsightWidget.js +3 -1
  513. package/esm/presentation/widget/widget/InsightWidget/RenderModeAwareDashboardInsightWidget.js.map +1 -1
  514. package/esm/presentation/widget/widget/InsightWidget/types.d.ts +2 -0
  515. package/esm/presentation/widget/widget/InsightWidget/types.d.ts.map +1 -1
  516. package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.d.ts +7 -0
  517. package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.d.ts.map +1 -0
  518. package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js +13 -0
  519. package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js.map +1 -0
  520. package/esm/presentation/widget/widget/RichTextWidget/RenderModeAwareDashboardRichTextWidget.d.ts.map +1 -1
  521. package/esm/presentation/widget/widget/RichTextWidget/RenderModeAwareDashboardRichTextWidget.js +3 -1
  522. package/esm/presentation/widget/widget/RichTextWidget/RenderModeAwareDashboardRichTextWidget.js.map +1 -1
  523. package/esm/presentation/widget/widget/RichTextWidget/types.d.ts +2 -0
  524. package/esm/presentation/widget/widget/RichTextWidget/types.d.ts.map +1 -1
  525. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.d.ts +7 -0
  526. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.d.ts.map +1 -0
  527. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.js +13 -0
  528. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.js.map +1 -0
  529. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/RenderModeAwareDashboardVisualizationSwitcherWidget.d.ts.map +1 -1
  530. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/RenderModeAwareDashboardVisualizationSwitcherWidget.js +3 -1
  531. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/RenderModeAwareDashboardVisualizationSwitcherWidget.js.map +1 -1
  532. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.d.ts +2 -0
  533. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.d.ts.map +1 -1
  534. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js +5 -5
  535. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js.map +1 -1
  536. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/types.d.ts +2 -0
  537. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/types.d.ts.map +1 -1
  538. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/types.js +1 -1
  539. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/types.js.map +1 -1
  540. package/esm/presentation/widget/widget/types.d.ts +7 -0
  541. package/esm/presentation/widget/widget/types.d.ts.map +1 -1
  542. package/esm/sdk-ui-dashboard.d.ts +386 -6
  543. package/esm/types.d.ts +1 -1
  544. package/esm/types.d.ts.map +1 -1
  545. package/esm/types.js +1 -1
  546. package/package.json +15 -15
  547. package/styles/css/dashboard.css +5 -2
  548. package/styles/css/dashboard.css.map +1 -1
  549. package/styles/css/kpi_alert_dialog.css.map +1 -1
  550. package/styles/css/layout.css +1 -1
  551. package/styles/css/layout.css.map +1 -1
  552. package/styles/css/main.css +21 -3
  553. package/styles/css/main.css.map +1 -1
  554. package/styles/css/remove.css +8 -0
  555. package/styles/css/remove.css.map +1 -0
  556. package/styles/css/resizing.css.map +1 -1
  557. package/styles/css/topBar.css.map +1 -1
  558. package/styles/scss/_zIndexes.scss +2 -2
  559. package/styles/scss/dashboard.scss +5 -1
  560. package/styles/scss/main.scss +2 -1
  561. package/styles/scss/remove.scss +9 -0
@@ -0,0 +1,9 @@
1
+ // (C) 2025 GoodData Corporation
2
+ // Remove browser agent stylesheet
3
+
4
+ figure {
5
+ margin-block-start: 0;
6
+ margin-block-end: 0;
7
+ margin-inline-start: 0;
8
+ margin-inline-end: 0;
9
+ }