@gooddata/sdk-ui-dashboard 10.44.0-alpha.3 → 10.44.0-alpha.4

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 (2308) hide show
  1. package/NOTICE +269 -228
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/_staging/dashboard/dashboardLayout.js +1 -1
  5. package/esm/_staging/dashboard/dashboardLayout.js.map +1 -1
  6. package/esm/_staging/layout/coordinates.d.ts +0 -5
  7. package/esm/_staging/layout/coordinates.d.ts.map +1 -1
  8. package/esm/_staging/layout/coordinates.js +0 -9
  9. package/esm/_staging/layout/coordinates.js.map +1 -1
  10. package/esm/_staging/layout/sizing.d.ts.map +1 -1
  11. package/esm/_staging/layout/sizing.js +4 -10
  12. package/esm/_staging/layout/sizing.js.map +1 -1
  13. package/esm/internal.d.ts +2 -2
  14. package/esm/internal.d.ts.map +1 -1
  15. package/esm/internal.js +2 -2
  16. package/esm/internal.js.map +1 -1
  17. package/esm/model/react/DashboardEventsContext.d.ts +2 -2
  18. package/esm/model/react/DashboardEventsContext.d.ts.map +1 -1
  19. package/esm/model/react/DashboardEventsContext.js +3 -2
  20. package/esm/model/react/DashboardEventsContext.js.map +1 -1
  21. package/esm/model/react/DashboardStoreProvider.d.ts +3 -4
  22. package/esm/model/react/DashboardStoreProvider.d.ts.map +1 -1
  23. package/esm/model/react/DashboardStoreProvider.js +6 -8
  24. package/esm/model/react/DashboardStoreProvider.js.map +1 -1
  25. package/esm/model/react/types.d.ts +3 -3
  26. package/esm/model/react/types.d.ts.map +1 -1
  27. package/esm/model/react/types.js +1 -0
  28. package/esm/model/react/types.js.map +1 -1
  29. package/esm/model/react/useAutomationsInvalidateRef.d.ts +1 -1
  30. package/esm/model/react/useAutomationsInvalidateRef.d.ts.map +1 -1
  31. package/esm/model/store/config/configSelectors.d.ts +0 -6
  32. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  33. package/esm/model/store/config/configSelectors.js +0 -8
  34. package/esm/model/store/config/configSelectors.js.map +1 -1
  35. package/esm/model/store/index.d.ts +1 -1
  36. package/esm/model/store/index.d.ts.map +1 -1
  37. package/esm/model/store/index.js +1 -1
  38. package/esm/model/store/index.js.map +1 -1
  39. package/esm/model/store/ui/uiReducers.d.ts +2 -1
  40. package/esm/model/store/ui/uiReducers.d.ts.map +1 -1
  41. package/esm/model/store/ui/uiReducers.js +1 -0
  42. package/esm/model/store/ui/uiReducers.js.map +1 -1
  43. package/esm/model/store/ui/uiState.d.ts +2 -1
  44. package/esm/model/store/ui/uiState.d.ts.map +1 -1
  45. package/esm/model/store/ui/uiState.js +1 -0
  46. package/esm/model/store/ui/uiState.js.map +1 -1
  47. package/esm/plugins/customizationApis/filterBarCustomizer.d.ts.map +1 -1
  48. package/esm/plugins/customizationApis/filterBarCustomizer.js +2 -2
  49. package/esm/plugins/customizationApis/filterBarCustomizer.js.map +1 -1
  50. package/esm/plugins/customizationApis/layoutCustomizer.d.ts.map +1 -1
  51. package/esm/plugins/customizationApis/layoutCustomizer.js +2 -2
  52. package/esm/plugins/customizationApis/layoutCustomizer.js.map +1 -1
  53. package/esm/plugins/customizationApis/loadingCustomizer.d.ts.map +1 -1
  54. package/esm/plugins/customizationApis/loadingCustomizer.js +2 -3
  55. package/esm/plugins/customizationApis/loadingCustomizer.js.map +1 -1
  56. package/esm/plugins/customizationApis/titleCustomizer.d.ts.map +1 -1
  57. package/esm/plugins/customizationApis/titleCustomizer.js +2 -2
  58. package/esm/plugins/customizationApis/titleCustomizer.js.map +1 -1
  59. package/esm/plugins/customizationApis/topBarCustomizer.d.ts.map +1 -1
  60. package/esm/plugins/customizationApis/topBarCustomizer.js +2 -2
  61. package/esm/plugins/customizationApis/topBarCustomizer.js.map +1 -1
  62. package/esm/plugins/engine.d.ts.map +1 -1
  63. package/esm/presentation/alerting/AlertingDialog.d.ts.map +1 -1
  64. package/esm/presentation/alerting/AlertingDialog.js +2 -3
  65. package/esm/presentation/alerting/AlertingDialog.js.map +1 -1
  66. package/esm/presentation/alerting/AlertingManagementDialog.d.ts.map +1 -1
  67. package/esm/presentation/alerting/AlertingManagementDialog.js +2 -3
  68. package/esm/presentation/alerting/AlertingManagementDialog.js.map +1 -1
  69. package/esm/presentation/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts +3 -3
  70. package/esm/presentation/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +1 -1
  71. package/esm/presentation/alerting/DefaultAlertingDialog/AlertingDialogHeader.js +9 -20
  72. package/esm/presentation/alerting/DefaultAlertingDialog/AlertingDialogHeader.js.map +1 -1
  73. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts +2 -3
  74. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
  75. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +34 -74
  76. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
  77. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogOld.d.ts +1 -2
  78. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogOld.d.ts.map +1 -1
  79. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogOld.js +3 -6
  80. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogOld.js.map +1 -1
  81. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts +1 -2
  82. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +1 -1
  83. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.js +3 -12
  84. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.js.map +1 -1
  85. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts +3 -3
  86. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +1 -1
  87. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js +23 -32
  88. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js.map +1 -1
  89. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.d.ts +1 -2
  90. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.d.ts.map +1 -1
  91. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.js +72 -103
  92. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.js.map +1 -1
  93. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts +1 -2
  94. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +1 -1
  95. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js +14 -14
  96. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js.map +1 -1
  97. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts +1 -2
  98. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +1 -1
  99. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +15 -15
  100. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js.map +1 -1
  101. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts +1 -2
  102. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +1 -1
  103. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.js +4 -6
  104. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.js.map +1 -1
  105. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts +1 -2
  106. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +1 -1
  107. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.js +6 -6
  108. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.js.map +1 -1
  109. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts +1 -2
  110. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +1 -1
  111. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.js +9 -9
  112. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.js.map +1 -1
  113. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts +1 -2
  114. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +1 -1
  115. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +7 -8
  116. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js.map +1 -1
  117. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +2 -2
  118. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts +3 -3
  119. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +1 -1
  120. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js.map +1 -1
  121. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts +1 -2
  122. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +1 -1
  123. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js +9 -25
  124. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js.map +1 -1
  125. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogOld.d.ts +1 -2
  126. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogOld.d.ts.map +1 -1
  127. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogOld.js +3 -17
  128. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogOld.js.map +1 -1
  129. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts +1 -2
  130. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts.map +1 -1
  131. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/Alert.js +13 -22
  132. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/Alert.js.map +1 -1
  133. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts +1 -2
  134. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +1 -1
  135. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.js +6 -10
  136. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.js.map +1 -1
  137. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertOld.d.ts +1 -2
  138. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertOld.d.ts.map +1 -1
  139. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertOld.js +10 -21
  140. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertOld.js.map +1 -1
  141. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts +1 -2
  142. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts.map +1 -1
  143. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsList.js +10 -12
  144. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsList.js.map +1 -1
  145. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsListOld.d.ts +1 -2
  146. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsListOld.d.ts.map +1 -1
  147. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsListOld.js +4 -7
  148. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsListOld.js.map +1 -1
  149. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts +1 -2
  150. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +1 -1
  151. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +4 -10
  152. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js.map +1 -1
  153. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.js +3 -3
  154. package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.js.map +1 -1
  155. package/esm/presentation/automationFilters/components/ApplyLatestFiltersConfirmDialog.d.ts +1 -2
  156. package/esm/presentation/automationFilters/components/ApplyLatestFiltersConfirmDialog.d.ts.map +1 -1
  157. package/esm/presentation/automationFilters/components/ApplyLatestFiltersConfirmDialog.js +4 -7
  158. package/esm/presentation/automationFilters/components/ApplyLatestFiltersConfirmDialog.js.map +1 -1
  159. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts +1 -2
  160. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
  161. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js +8 -10
  162. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
  163. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts +3 -3
  164. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts.map +1 -1
  165. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js +5 -4
  166. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js.map +1 -1
  167. package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts +1 -2
  168. package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts.map +1 -1
  169. package/esm/presentation/automationFilters/components/AutomationDateFilter.js +4 -4
  170. package/esm/presentation/automationFilters/components/AutomationDateFilter.js.map +1 -1
  171. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts +3 -3
  172. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts.map +1 -1
  173. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js +5 -4
  174. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js.map +1 -1
  175. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts +1 -2
  176. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  177. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +36 -55
  178. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  179. package/esm/presentation/cancelEditDialog/CancelEditDialog.d.ts +1 -2
  180. package/esm/presentation/cancelEditDialog/CancelEditDialog.d.ts.map +1 -1
  181. package/esm/presentation/cancelEditDialog/CancelEditDialog.js +2 -2
  182. package/esm/presentation/cancelEditDialog/CancelEditDialog.js.map +1 -1
  183. package/esm/presentation/cancelEditDialog/DefaultCancelEditDialog.d.ts +1 -2
  184. package/esm/presentation/cancelEditDialog/DefaultCancelEditDialog.d.ts.map +1 -1
  185. package/esm/presentation/cancelEditDialog/DefaultCancelEditDialog.js +3 -3
  186. package/esm/presentation/cancelEditDialog/DefaultCancelEditDialog.js.map +1 -1
  187. package/esm/presentation/componentDefinition/renderModeAware.d.ts.map +1 -1
  188. package/esm/presentation/componentDefinition/renderModeAware.js +2 -3
  189. package/esm/presentation/componentDefinition/renderModeAware.js.map +1 -1
  190. package/esm/presentation/constants/layout.d.ts +0 -2
  191. package/esm/presentation/constants/layout.d.ts.map +1 -1
  192. package/esm/presentation/constants/layout.js +1 -8
  193. package/esm/presentation/constants/layout.js.map +1 -1
  194. package/esm/presentation/dashboard/Dashboard.d.ts +1 -2
  195. package/esm/presentation/dashboard/Dashboard.d.ts.map +1 -1
  196. package/esm/presentation/dashboard/Dashboard.js +5 -4
  197. package/esm/presentation/dashboard/Dashboard.js.map +1 -1
  198. package/esm/presentation/dashboard/DashboardContent.d.ts.map +1 -1
  199. package/esm/presentation/dashboard/DashboardContent.js +3 -2
  200. package/esm/presentation/dashboard/DashboardContent.js.map +1 -1
  201. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.d.ts +1 -2
  202. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.d.ts.map +1 -1
  203. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.js +3 -3
  204. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.js.map +1 -1
  205. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.d.ts +1 -2
  206. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.d.ts.map +1 -1
  207. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.js +3 -5
  208. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.js.map +1 -1
  209. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderOld.d.ts +1 -2
  210. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderOld.d.ts.map +1 -1
  211. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderOld.js +2 -4
  212. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderOld.js.map +1 -1
  213. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts.map +1 -1
  214. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +9 -23
  215. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js.map +1 -1
  216. package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.d.ts +1 -2
  217. package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.d.ts.map +1 -1
  218. package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js +3 -5
  219. package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js.map +1 -1
  220. package/esm/presentation/dashboard/DashboardHeader/SettingsDialogProvider.d.ts.map +1 -1
  221. package/esm/presentation/dashboard/DashboardHeader/SettingsDialogProvider.js +3 -2
  222. package/esm/presentation/dashboard/DashboardHeader/SettingsDialogProvider.js.map +1 -1
  223. package/esm/presentation/dashboard/DashboardHeader/ShareDialogDashboardHeader.d.ts.map +1 -1
  224. package/esm/presentation/dashboard/DashboardHeader/ShareDialogDashboardHeader.js +3 -2
  225. package/esm/presentation/dashboard/DashboardHeader/ShareDialogDashboardHeader.js.map +1 -1
  226. package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.d.ts +1 -2
  227. package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.d.ts.map +1 -1
  228. package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js +6 -20
  229. package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js.map +1 -1
  230. package/esm/presentation/dashboard/DashboardSidebar/DashboardSidebar.d.ts.map +1 -1
  231. package/esm/presentation/dashboard/DashboardSidebar/DashboardSidebar.js +2 -3
  232. package/esm/presentation/dashboard/DashboardSidebar/DashboardSidebar.js.map +1 -1
  233. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.d.ts +1 -2
  234. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.d.ts.map +1 -1
  235. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.js +3 -4
  236. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.js.map +1 -1
  237. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.d.ts +1 -2
  238. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.d.ts.map +1 -1
  239. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.js +4 -4
  240. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.js.map +1 -1
  241. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.d.ts +2 -3
  242. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.d.ts.map +1 -1
  243. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.js +3 -5
  244. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.js.map +1 -1
  245. package/esm/presentation/dashboard/DashboardSidebar/RenderModeAwareDashboardSidebar.d.ts +2 -2
  246. package/esm/presentation/dashboard/DashboardSidebar/RenderModeAwareDashboardSidebar.d.ts.map +1 -1
  247. package/esm/presentation/dashboard/DashboardSidebar/RenderModeAwareDashboardSidebar.js +2 -3
  248. package/esm/presentation/dashboard/DashboardSidebar/RenderModeAwareDashboardSidebar.js.map +1 -1
  249. package/esm/presentation/dashboard/DashboardSidebar/SidebarConfigurationPanel.d.ts.map +1 -1
  250. package/esm/presentation/dashboard/DashboardSidebar/SidebarConfigurationPanel.js +2 -6
  251. package/esm/presentation/dashboard/DashboardSidebar/SidebarConfigurationPanel.js.map +1 -1
  252. package/esm/presentation/dashboard/DashboardSidebar/types.d.ts +1 -1
  253. package/esm/presentation/dashboard/DashboardSidebar/types.d.ts.map +1 -1
  254. package/esm/presentation/dashboard/DashboardSidebar/types.js +1 -0
  255. package/esm/presentation/dashboard/DashboardSidebar/types.js.map +1 -1
  256. package/esm/presentation/dashboard/DefaultDashboardContent/DefaultDashboardMainContent.d.ts +1 -2
  257. package/esm/presentation/dashboard/DefaultDashboardContent/DefaultDashboardMainContent.d.ts.map +1 -1
  258. package/esm/presentation/dashboard/DefaultDashboardContent/DefaultDashboardMainContent.js +8 -19
  259. package/esm/presentation/dashboard/DefaultDashboardContent/DefaultDashboardMainContent.js.map +1 -1
  260. package/esm/presentation/dashboard/components/DashboardInner.d.ts +1 -2
  261. package/esm/presentation/dashboard/components/DashboardInner.d.ts.map +1 -1
  262. package/esm/presentation/dashboard/components/DashboardInner.js +9 -28
  263. package/esm/presentation/dashboard/components/DashboardInner.js.map +1 -1
  264. package/esm/presentation/dashboard/components/DashboardItemPathAndSizeContext.d.ts +3 -3
  265. package/esm/presentation/dashboard/components/DashboardItemPathAndSizeContext.d.ts.map +1 -1
  266. package/esm/presentation/dashboard/components/DashboardItemPathAndSizeContext.js +5 -4
  267. package/esm/presentation/dashboard/components/DashboardItemPathAndSizeContext.js.map +1 -1
  268. package/esm/presentation/dashboard/components/DashboardLoading.d.ts +1 -2
  269. package/esm/presentation/dashboard/components/DashboardLoading.d.ts.map +1 -1
  270. package/esm/presentation/dashboard/components/DashboardLoading.js +4 -4
  271. package/esm/presentation/dashboard/components/DashboardLoading.js.map +1 -1
  272. package/esm/presentation/dashboard/components/DashboardMainContent.d.ts +1 -2
  273. package/esm/presentation/dashboard/components/DashboardMainContent.d.ts.map +1 -1
  274. package/esm/presentation/dashboard/components/DashboardMainContent.js +7 -17
  275. package/esm/presentation/dashboard/components/DashboardMainContent.js.map +1 -1
  276. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts +1 -2
  277. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
  278. package/esm/presentation/dashboard/components/DashboardRenderer.js +6 -18
  279. package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
  280. package/esm/presentation/dashboard/components/DashboardScreenSizeContext.d.ts +3 -3
  281. package/esm/presentation/dashboard/components/DashboardScreenSizeContext.d.ts.map +1 -1
  282. package/esm/presentation/dashboard/components/DashboardScreenSizeContext.js +4 -4
  283. package/esm/presentation/dashboard/components/DashboardScreenSizeContext.js.map +1 -1
  284. package/esm/presentation/dashboard/components/DateFilterConfigWarnings.d.ts +1 -2
  285. package/esm/presentation/dashboard/components/DateFilterConfigWarnings.d.ts.map +1 -1
  286. package/esm/presentation/dashboard/components/DateFilterConfigWarnings.js +8 -10
  287. package/esm/presentation/dashboard/components/DateFilterConfigWarnings.js.map +1 -1
  288. package/esm/presentation/dashboard/components/ToastMessages.d.ts +1 -2
  289. package/esm/presentation/dashboard/components/ToastMessages.d.ts.map +1 -1
  290. package/esm/presentation/dashboard/components/ToastMessages.js +3 -2
  291. package/esm/presentation/dashboard/components/ToastMessages.js.map +1 -1
  292. package/esm/presentation/dashboard/components/useDrillValidationMessages.d.ts.map +1 -1
  293. package/esm/presentation/dashboard/components/useDrillValidationMessages.js +4 -3
  294. package/esm/presentation/dashboard/components/useDrillValidationMessages.js.map +1 -1
  295. package/esm/presentation/dashboard/components/useFilterContextValidationMessages.d.ts.map +1 -1
  296. package/esm/presentation/dashboard/components/useFilterContextValidationMessages.js +4 -3
  297. package/esm/presentation/dashboard/components/useFilterContextValidationMessages.js.map +1 -1
  298. package/esm/presentation/dashboard/types.d.ts +4 -3
  299. package/esm/presentation/dashboard/types.d.ts.map +1 -1
  300. package/esm/presentation/dashboard/types.js +1 -0
  301. package/esm/presentation/dashboard/types.js.map +1 -1
  302. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +5 -5
  303. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
  304. package/esm/presentation/dashboardContexts/DashboardComponentsContext.js +3 -2
  305. package/esm/presentation/dashboardContexts/DashboardComponentsContext.js.map +1 -1
  306. package/esm/presentation/dashboardContexts/DashboardConfigContext.d.ts +3 -3
  307. package/esm/presentation/dashboardContexts/DashboardConfigContext.d.ts.map +1 -1
  308. package/esm/presentation/dashboardContexts/DashboardConfigContext.js +3 -2
  309. package/esm/presentation/dashboardContexts/DashboardConfigContext.js.map +1 -1
  310. package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts +2 -2
  311. package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts.map +1 -1
  312. package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.js +3 -2
  313. package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.js.map +1 -1
  314. package/esm/presentation/dashboardContexts/ExportDialogContext.d.ts +3 -3
  315. package/esm/presentation/dashboardContexts/ExportDialogContext.d.ts.map +1 -1
  316. package/esm/presentation/dashboardContexts/ExportDialogContext.js +3 -2
  317. package/esm/presentation/dashboardContexts/ExportDialogContext.js.map +1 -1
  318. package/esm/presentation/dashboardContexts/types.d.ts +1 -1
  319. package/esm/presentation/dashboardContexts/types.d.ts.map +1 -1
  320. package/esm/presentation/dashboardContexts/types.js +1 -0
  321. package/esm/presentation/dashboardContexts/types.js.map +1 -1
  322. package/esm/presentation/dashboardList/DashboardList.d.ts +1 -2
  323. package/esm/presentation/dashboardList/DashboardList.d.ts.map +1 -1
  324. package/esm/presentation/dashboardList/DashboardList.js +5 -4
  325. package/esm/presentation/dashboardList/DashboardList.js.map +1 -1
  326. package/esm/presentation/dashboardList/DashboardListButton.d.ts +1 -2
  327. package/esm/presentation/dashboardList/DashboardListButton.d.ts.map +1 -1
  328. package/esm/presentation/dashboardList/DashboardListButton.js +4 -6
  329. package/esm/presentation/dashboardList/DashboardListButton.js.map +1 -1
  330. package/esm/presentation/dashboardList/DashboardListItem.d.ts +1 -2
  331. package/esm/presentation/dashboardList/DashboardListItem.d.ts.map +1 -1
  332. package/esm/presentation/dashboardList/DashboardListItem.js +4 -8
  333. package/esm/presentation/dashboardList/DashboardListItem.js.map +1 -1
  334. package/esm/presentation/dashboardSettingsDialog/DashboardSettingsDialog.d.ts.map +1 -1
  335. package/esm/presentation/dashboardSettingsDialog/DashboardSettingsDialog.js +2 -3
  336. package/esm/presentation/dashboardSettingsDialog/DashboardSettingsDialog.js.map +1 -1
  337. package/esm/presentation/dashboardSettingsDialog/DefaultDashboardSettingsDialog.d.ts.map +1 -1
  338. package/esm/presentation/dashboardSettingsDialog/DefaultDashboardSettingsDialog.js +50 -69
  339. package/esm/presentation/dashboardSettingsDialog/DefaultDashboardSettingsDialog.js.map +1 -1
  340. package/esm/presentation/deleteDialog/DefaultDeleteDialog.d.ts.map +1 -1
  341. package/esm/presentation/deleteDialog/DefaultDeleteDialog.js +3 -5
  342. package/esm/presentation/deleteDialog/DefaultDeleteDialog.js.map +1 -1
  343. package/esm/presentation/deleteDialog/DeleteDialog.d.ts.map +1 -1
  344. package/esm/presentation/deleteDialog/DeleteDialog.js +2 -3
  345. package/esm/presentation/deleteDialog/DeleteDialog.js.map +1 -1
  346. package/esm/presentation/dialogs/ExportDialogProvider.d.ts +1 -2
  347. package/esm/presentation/dialogs/ExportDialogProvider.d.ts.map +1 -1
  348. package/esm/presentation/dialogs/ExportDialogProvider.js +2 -2
  349. package/esm/presentation/dialogs/ExportDialogProvider.js.map +1 -1
  350. package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts +1 -2
  351. package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
  352. package/esm/presentation/dragAndDrop/DeleteDropZone.js +2 -5
  353. package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
  354. package/esm/presentation/dragAndDrop/DraggableCreatePanelItem.d.ts +1 -2
  355. package/esm/presentation/dragAndDrop/DraggableCreatePanelItem.d.ts.map +1 -1
  356. package/esm/presentation/dragAndDrop/DraggableCreatePanelItem.js +2 -4
  357. package/esm/presentation/dragAndDrop/DraggableCreatePanelItem.js.map +1 -1
  358. package/esm/presentation/dragAndDrop/HoveredWidgetContext.d.ts +3 -3
  359. package/esm/presentation/dragAndDrop/HoveredWidgetContext.d.ts.map +1 -1
  360. package/esm/presentation/dragAndDrop/HoveredWidgetContext.js +7 -6
  361. package/esm/presentation/dragAndDrop/HoveredWidgetContext.js.map +1 -1
  362. package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts +2 -2
  363. package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts.map +1 -1
  364. package/esm/presentation/dragAndDrop/LayoutResizeContext.js +4 -3
  365. package/esm/presentation/dragAndDrop/LayoutResizeContext.js.map +1 -1
  366. package/esm/presentation/dragAndDrop/WrapCreatePanelItemWithDrag.d.ts +1 -2
  367. package/esm/presentation/dragAndDrop/WrapCreatePanelItemWithDrag.d.ts.map +1 -1
  368. package/esm/presentation/dragAndDrop/WrapCreatePanelItemWithDrag.js +2 -3
  369. package/esm/presentation/dragAndDrop/WrapCreatePanelItemWithDrag.js.map +1 -1
  370. package/esm/presentation/dragAndDrop/WrapInsightListItemWithDrag.d.ts +1 -2
  371. package/esm/presentation/dragAndDrop/WrapInsightListItemWithDrag.d.ts.map +1 -1
  372. package/esm/presentation/dragAndDrop/WrapInsightListItemWithDrag.js +2 -3
  373. package/esm/presentation/dragAndDrop/WrapInsightListItemWithDrag.js.map +1 -1
  374. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.d.ts +1 -2
  375. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.d.ts.map +1 -1
  376. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js +2 -6
  377. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js.map +1 -1
  378. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts +1 -2
  379. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts.map +1 -1
  380. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js +6 -9
  381. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js.map +1 -1
  382. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilterCreatePanelItem.d.ts +1 -2
  383. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilterCreatePanelItem.d.ts.map +1 -1
  384. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilterCreatePanelItem.js +2 -3
  385. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilterCreatePanelItem.js.map +1 -1
  386. package/esm/presentation/dragAndDrop/draggableDateFilter/DefaultDateFilterDraggingComponent.d.ts +1 -2
  387. package/esm/presentation/dragAndDrop/draggableDateFilter/DefaultDateFilterDraggingComponent.d.ts.map +1 -1
  388. package/esm/presentation/dragAndDrop/draggableDateFilter/DefaultDateFilterDraggingComponent.js +2 -6
  389. package/esm/presentation/dragAndDrop/draggableDateFilter/DefaultDateFilterDraggingComponent.js.map +1 -1
  390. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts +1 -2
  391. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts.map +1 -1
  392. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +5 -10
  393. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
  394. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts +1 -2
  395. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts.map +1 -1
  396. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +4 -12
  397. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js.map +1 -1
  398. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts +1 -2
  399. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
  400. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +2 -3
  401. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
  402. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.d.ts +1 -2
  403. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.d.ts.map +1 -1
  404. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +4 -16
  405. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js.map +1 -1
  406. package/esm/presentation/dragAndDrop/draggableWidget/AddKpiWidgetButton.d.ts +1 -2
  407. package/esm/presentation/dragAndDrop/draggableWidget/AddKpiWidgetButton.d.ts.map +1 -1
  408. package/esm/presentation/dragAndDrop/draggableWidget/AddKpiWidgetButton.js +2 -3
  409. package/esm/presentation/dragAndDrop/draggableWidget/AddKpiWidgetButton.js.map +1 -1
  410. package/esm/presentation/dragAndDrop/draggableWidget/AddRichTextWidgetButton.d.ts +1 -2
  411. package/esm/presentation/dragAndDrop/draggableWidget/AddRichTextWidgetButton.d.ts.map +1 -1
  412. package/esm/presentation/dragAndDrop/draggableWidget/AddRichTextWidgetButton.js +2 -4
  413. package/esm/presentation/dragAndDrop/draggableWidget/AddRichTextWidgetButton.js.map +1 -1
  414. package/esm/presentation/dragAndDrop/draggableWidget/AddVisualizationSwitcherWidgetButton.d.ts +1 -2
  415. package/esm/presentation/dragAndDrop/draggableWidget/AddVisualizationSwitcherWidgetButton.d.ts.map +1 -1
  416. package/esm/presentation/dragAndDrop/draggableWidget/AddVisualizationSwitcherWidgetButton.js +4 -12
  417. package/esm/presentation/dragAndDrop/draggableWidget/AddVisualizationSwitcherWidgetButton.js.map +1 -1
  418. package/esm/presentation/dragAndDrop/draggableWidget/DashboardLayoutDraggingComponent.d.ts +1 -2
  419. package/esm/presentation/dragAndDrop/draggableWidget/DashboardLayoutDraggingComponent.d.ts.map +1 -1
  420. package/esm/presentation/dragAndDrop/draggableWidget/DashboardLayoutDraggingComponent.js +2 -2
  421. package/esm/presentation/dragAndDrop/draggableWidget/DashboardLayoutDraggingComponent.js.map +1 -1
  422. package/esm/presentation/dragAndDrop/draggableWidget/DefaultEmptyLayoutDropZoneBody.d.ts +1 -2
  423. package/esm/presentation/dragAndDrop/draggableWidget/DefaultEmptyLayoutDropZoneBody.d.ts.map +1 -1
  424. package/esm/presentation/dragAndDrop/draggableWidget/DefaultEmptyLayoutDropZoneBody.js +2 -4
  425. package/esm/presentation/dragAndDrop/draggableWidget/DefaultEmptyLayoutDropZoneBody.js.map +1 -1
  426. package/esm/presentation/dragAndDrop/draggableWidget/DraggableDashboardLayoutCreatePanelItem.d.ts +1 -2
  427. package/esm/presentation/dragAndDrop/draggableWidget/DraggableDashboardLayoutCreatePanelItem.d.ts.map +1 -1
  428. package/esm/presentation/dragAndDrop/draggableWidget/DraggableDashboardLayoutCreatePanelItem.js +2 -2
  429. package/esm/presentation/dragAndDrop/draggableWidget/DraggableDashboardLayoutCreatePanelItem.js.map +1 -1
  430. package/esm/presentation/dragAndDrop/draggableWidget/DraggableInsightListItem.d.ts +1 -2
  431. package/esm/presentation/dragAndDrop/draggableWidget/DraggableInsightListItem.d.ts.map +1 -1
  432. package/esm/presentation/dragAndDrop/draggableWidget/DraggableInsightListItem.js +2 -4
  433. package/esm/presentation/dragAndDrop/draggableWidget/DraggableInsightListItem.js.map +1 -1
  434. package/esm/presentation/dragAndDrop/draggableWidget/DraggableKpiCreatePanelItem.d.ts +1 -2
  435. package/esm/presentation/dragAndDrop/draggableWidget/DraggableKpiCreatePanelItem.d.ts.map +1 -1
  436. package/esm/presentation/dragAndDrop/draggableWidget/DraggableKpiCreatePanelItem.js +2 -2
  437. package/esm/presentation/dragAndDrop/draggableWidget/DraggableKpiCreatePanelItem.js.map +1 -1
  438. package/esm/presentation/dragAndDrop/draggableWidget/DraggableRichTextCreatePanelItem.d.ts +1 -2
  439. package/esm/presentation/dragAndDrop/draggableWidget/DraggableRichTextCreatePanelItem.d.ts.map +1 -1
  440. package/esm/presentation/dragAndDrop/draggableWidget/DraggableRichTextCreatePanelItem.js +6 -9
  441. package/esm/presentation/dragAndDrop/draggableWidget/DraggableRichTextCreatePanelItem.js.map +1 -1
  442. package/esm/presentation/dragAndDrop/draggableWidget/DraggableVisualizationSwitcherCreatePanelItem.d.ts +1 -2
  443. package/esm/presentation/dragAndDrop/draggableWidget/DraggableVisualizationSwitcherCreatePanelItem.d.ts.map +1 -1
  444. package/esm/presentation/dragAndDrop/draggableWidget/DraggableVisualizationSwitcherCreatePanelItem.js +6 -9
  445. package/esm/presentation/dragAndDrop/draggableWidget/DraggableVisualizationSwitcherCreatePanelItem.js.map +1 -1
  446. package/esm/presentation/dragAndDrop/draggableWidget/InsightDraggingComponent.d.ts +1 -2
  447. package/esm/presentation/dragAndDrop/draggableWidget/InsightDraggingComponent.d.ts.map +1 -1
  448. package/esm/presentation/dragAndDrop/draggableWidget/InsightDraggingComponent.js +3 -3
  449. package/esm/presentation/dragAndDrop/draggableWidget/InsightDraggingComponent.js.map +1 -1
  450. package/esm/presentation/dragAndDrop/draggableWidget/KpiDraggingComponent.d.ts +1 -2
  451. package/esm/presentation/dragAndDrop/draggableWidget/KpiDraggingComponent.d.ts.map +1 -1
  452. package/esm/presentation/dragAndDrop/draggableWidget/KpiDraggingComponent.js +2 -3
  453. package/esm/presentation/dragAndDrop/draggableWidget/KpiDraggingComponent.js.map +1 -1
  454. package/esm/presentation/dragAndDrop/draggableWidget/LoadingDashboardWidget.d.ts +1 -2
  455. package/esm/presentation/dragAndDrop/draggableWidget/LoadingDashboardWidget.d.ts.map +1 -1
  456. package/esm/presentation/dragAndDrop/draggableWidget/LoadingDashboardWidget.js +2 -3
  457. package/esm/presentation/dragAndDrop/draggableWidget/LoadingDashboardWidget.js.map +1 -1
  458. package/esm/presentation/dragAndDrop/draggableWidget/RichTextDraggingComponent.d.ts +1 -2
  459. package/esm/presentation/dragAndDrop/draggableWidget/RichTextDraggingComponent.d.ts.map +1 -1
  460. package/esm/presentation/dragAndDrop/draggableWidget/RichTextDraggingComponent.js +2 -2
  461. package/esm/presentation/dragAndDrop/draggableWidget/RichTextDraggingComponent.js.map +1 -1
  462. package/esm/presentation/dragAndDrop/draggableWidget/VisualizationSwitcherDraggingComponent.d.ts +1 -2
  463. package/esm/presentation/dragAndDrop/draggableWidget/VisualizationSwitcherDraggingComponent.d.ts.map +1 -1
  464. package/esm/presentation/dragAndDrop/draggableWidget/VisualizationSwitcherDraggingComponent.js +2 -2
  465. package/esm/presentation/dragAndDrop/draggableWidget/VisualizationSwitcherDraggingComponent.js.map +1 -1
  466. package/esm/presentation/dragAndDrop/types.d.ts +5 -5
  467. package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
  468. package/esm/presentation/dragAndDrop/types.js +1 -0
  469. package/esm/presentation/dragAndDrop/types.js.map +1 -1
  470. package/esm/presentation/dragAndDrop/useDashboardDragScroll.d.ts +1 -1
  471. package/esm/presentation/dragAndDrop/useDashboardDragScroll.d.ts.map +1 -1
  472. package/esm/presentation/dragAndDrop/useDashboardDragScroll.js.map +1 -1
  473. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSection.d.ts +1 -2
  474. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSection.d.ts.map +1 -1
  475. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSection.js +3 -6
  476. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSection.js.map +1 -1
  477. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSectionItem.d.ts +1 -2
  478. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSectionItem.d.ts.map +1 -1
  479. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSectionItem.js +3 -7
  480. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSectionItem.js.map +1 -1
  481. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.d.ts +2 -3
  482. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.d.ts.map +1 -1
  483. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js +9 -19
  484. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js.map +1 -1
  485. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParameters.d.ts +1 -2
  486. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParameters.d.ts.map +1 -1
  487. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParameters.js +2 -12
  488. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParameters.js.map +1 -1
  489. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DashboardParametersSection.d.ts +1 -2
  490. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DashboardParametersSection.d.ts.map +1 -1
  491. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DashboardParametersSection.js +17 -21
  492. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DashboardParametersSection.js.map +1 -1
  493. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.d.ts +1 -2
  494. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.d.ts.map +1 -1
  495. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.js +2 -2
  496. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.js.map +1 -1
  497. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/IdentifierParametersSection.d.ts +1 -2
  498. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/IdentifierParametersSection.d.ts.map +1 -1
  499. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/IdentifierParametersSection.js +23 -27
  500. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/IdentifierParametersSection.js.map +1 -1
  501. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/InsightParametersSection.d.ts +1 -2
  502. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/InsightParametersSection.d.ts.map +1 -1
  503. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/InsightParametersSection.js +8 -13
  504. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/InsightParametersSection.js.map +1 -1
  505. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/Parameter.d.ts +2 -2
  506. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/Parameter.d.ts.map +1 -1
  507. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/Parameter.js +3 -11
  508. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/Parameter.js.map +1 -1
  509. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlSection.d.ts +3 -3
  510. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlSection.d.ts.map +1 -1
  511. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlSection.js +4 -11
  512. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlSection.js.map +1 -1
  513. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/DropdownSectionHeader.d.ts +3 -3
  514. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/DropdownSectionHeader.d.ts.map +1 -1
  515. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/DropdownSectionHeader.js +2 -4
  516. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/DropdownSectionHeader.js.map +1 -1
  517. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/AttributeDisplayFormParameterDetail.d.ts +1 -2
  518. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/AttributeDisplayFormParameterDetail.d.ts.map +1 -1
  519. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/AttributeDisplayFormParameterDetail.js +3 -2
  520. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/AttributeDisplayFormParameterDetail.js.map +1 -1
  521. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ClientIdParameterDetail.d.ts +1 -2
  522. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ClientIdParameterDetail.d.ts.map +1 -1
  523. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ClientIdParameterDetail.js +2 -2
  524. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ClientIdParameterDetail.js.map +1 -1
  525. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/DashboardIdParameterDetail.d.ts +1 -2
  526. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/DashboardIdParameterDetail.d.ts.map +1 -1
  527. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/DashboardIdParameterDetail.js +2 -2
  528. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/DashboardIdParameterDetail.js.map +1 -1
  529. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/DataProductIdParameterDetail.d.ts +1 -2
  530. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/DataProductIdParameterDetail.d.ts.map +1 -1
  531. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/DataProductIdParameterDetail.js +2 -2
  532. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/DataProductIdParameterDetail.js.map +1 -1
  533. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/InsightIdParameterDetail.d.ts +1 -2
  534. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/InsightIdParameterDetail.d.ts.map +1 -1
  535. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/InsightIdParameterDetail.js +2 -2
  536. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/InsightIdParameterDetail.js.map +1 -1
  537. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ParameterDetail.d.ts +1 -2
  538. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ParameterDetail.d.ts.map +1 -1
  539. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ParameterDetail.js +6 -22
  540. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ParameterDetail.js.map +1 -1
  541. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ProjectIdParameterDetail.d.ts +1 -2
  542. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ProjectIdParameterDetail.d.ts.map +1 -1
  543. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ProjectIdParameterDetail.js +2 -2
  544. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ProjectIdParameterDetail.js.map +1 -1
  545. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/WidgetIdParameterDetail.d.ts +1 -2
  546. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/WidgetIdParameterDetail.d.ts.map +1 -1
  547. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/WidgetIdParameterDetail.js +2 -2
  548. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/WidgetIdParameterDetail.js.map +1 -1
  549. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts +1 -2
  550. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
  551. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +4 -7
  552. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js.map +1 -1
  553. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.d.ts +1 -2
  554. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.d.ts.map +1 -1
  555. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.js +3 -13
  556. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.js.map +1 -1
  557. package/esm/presentation/drill/DrillSelect/WithDrillSelect.d.ts.map +1 -1
  558. package/esm/presentation/drill/DrillSelect/WithDrillSelect.js +4 -6
  559. package/esm/presentation/drill/DrillSelect/WithDrillSelect.js.map +1 -1
  560. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts +1 -2
  561. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -1
  562. package/esm/presentation/export/DefaultDashboardExportVariables.js +6 -24
  563. package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -1
  564. package/esm/presentation/export/ExportThemeProvider.d.ts +2 -2
  565. package/esm/presentation/export/ExportThemeProvider.d.ts.map +1 -1
  566. package/esm/presentation/export/ExportThemeProvider.js +2 -4
  567. package/esm/presentation/export/ExportThemeProvider.js.map +1 -1
  568. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts +4 -4
  569. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map +1 -1
  570. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js +5 -4
  571. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js.map +1 -1
  572. package/esm/presentation/filterBar/attributeFilter/CreatableAttributeFilter.d.ts +1 -2
  573. package/esm/presentation/filterBar/attributeFilter/CreatableAttributeFilter.d.ts.map +1 -1
  574. package/esm/presentation/filterBar/attributeFilter/CreatableAttributeFilter.js +3 -9
  575. package/esm/presentation/filterBar/attributeFilter/CreatableAttributeFilter.js.map +1 -1
  576. package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.d.ts +2 -3
  577. package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.d.ts.map +1 -1
  578. package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js +5 -18
  579. package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js.map +1 -1
  580. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  581. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +26 -26
  582. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  583. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterButton.d.ts +3 -3
  584. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterButton.d.ts.map +1 -1
  585. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterButton.js +2 -5
  586. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterButton.js.map +1 -1
  587. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterPlaceholder.d.ts +1 -2
  588. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterPlaceholder.d.ts.map +1 -1
  589. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterPlaceholder.js +2 -3
  590. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterPlaceholder.js.map +1 -1
  591. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts +1 -2
  592. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts.map +1 -1
  593. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js +3 -4
  594. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js.map +1 -1
  595. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -2
  596. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
  597. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +28 -30
  598. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
  599. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts +1 -2
  600. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts.map +1 -1
  601. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.js +3 -3
  602. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.js.map +1 -1
  603. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltip.d.ts.map +1 -1
  604. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltip.js +3 -6
  605. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltip.js.map +1 -1
  606. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltipContent.d.ts +1 -2
  607. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltipContent.d.ts.map +1 -1
  608. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltipContent.js +3 -15
  609. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltipContent.js.map +1 -1
  610. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/DeleteButton.d.ts +1 -2
  611. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/DeleteButton.d.ts.map +1 -1
  612. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/DeleteButton.js +2 -6
  613. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/DeleteButton.js.map +1 -1
  614. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/common/DropdownControls.d.ts +1 -2
  615. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/common/DropdownControls.d.ts.map +1 -1
  616. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/common/DropdownControls.js +2 -4
  617. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/common/DropdownControls.js.map +1 -1
  618. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.d.ts +1 -2
  619. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
  620. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js +4 -18
  621. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js.map +1 -1
  622. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationButton.d.ts +1 -2
  623. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationButton.d.ts.map +1 -1
  624. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationButton.js +3 -7
  625. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationButton.js.map +1 -1
  626. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationCategory.d.ts +1 -2
  627. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationCategory.d.ts.map +1 -1
  628. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationCategory.js +2 -3
  629. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationCategory.js.map +1 -1
  630. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationPanelHeader.d.ts +1 -2
  631. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationPanelHeader.d.ts.map +1 -1
  632. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationPanelHeader.js +2 -4
  633. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/ConfigurationPanelHeader.js.map +1 -1
  634. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeDropdown.d.ts +1 -2
  635. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeDropdown.d.ts.map +1 -1
  636. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeDropdown.js +3 -3
  637. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeDropdown.js.map +1 -1
  638. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeItem.d.ts +1 -2
  639. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeItem.d.ts.map +1 -1
  640. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeItem.js +2 -5
  641. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeItem.js.map +1 -1
  642. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormDropDownItem.d.ts +1 -2
  643. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormDropDownItem.d.ts.map +1 -1
  644. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormDropDownItem.js +2 -3
  645. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormDropDownItem.js.map +1 -1
  646. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormDropdownButton.d.ts +3 -3
  647. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormDropdownButton.d.ts.map +1 -1
  648. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormDropdownButton.js +2 -3
  649. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormDropdownButton.js.map +1 -1
  650. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormsDropdown.d.ts +1 -2
  651. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormsDropdown.d.ts.map +1 -1
  652. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormsDropdown.js +5 -5
  653. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/displayForms/AttributeDisplayFormsDropdown.js.map +1 -1
  654. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.d.ts +1 -2
  655. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.d.ts.map +1 -1
  656. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.js +4 -10
  657. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.js.map +1 -1
  658. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ActionSelectionPage.d.ts +1 -2
  659. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ActionSelectionPage.d.ts.map +1 -1
  660. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ActionSelectionPage.js +9 -19
  661. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ActionSelectionPage.js.map +1 -1
  662. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/AddLimitingItemDialog.d.ts +1 -2
  663. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/AddLimitingItemDialog.d.ts.map +1 -1
  664. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/AddLimitingItemDialog.js +3 -6
  665. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/AddLimitingItemDialog.js.map +1 -1
  666. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.d.ts +2 -3
  667. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.d.ts.map +1 -1
  668. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js +7 -11
  669. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js.map +1 -1
  670. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/LimitingItemsPage.d.ts +1 -2
  671. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/LimitingItemsPage.d.ts.map +1 -1
  672. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/LimitingItemsPage.js +5 -8
  673. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/LimitingItemsPage.js.map +1 -1
  674. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.d.ts +1 -2
  675. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.d.ts.map +1 -1
  676. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.js +10 -16
  677. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.js.map +1 -1
  678. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/PopupHeader.d.ts +1 -2
  679. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/PopupHeader.d.ts.map +1 -1
  680. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/PopupHeader.js +4 -8
  681. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/PopupHeader.js.map +1 -1
  682. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/WithDisabledParentFilterTooltip.d.ts +3 -3
  683. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/WithDisabledParentFilterTooltip.d.ts.map +1 -1
  684. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/WithDisabledParentFilterTooltip.js +3 -6
  685. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/WithDisabledParentFilterTooltip.js.map +1 -1
  686. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/LimitingItem.d.ts +3 -4
  687. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/LimitingItem.d.ts.map +1 -1
  688. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/LimitingItem.js +12 -18
  689. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/LimitingItem.js.map +1 -1
  690. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersDisabledItem.d.ts +1 -2
  691. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersDisabledItem.d.ts.map +1 -1
  692. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersDisabledItem.js +10 -18
  693. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersDisabledItem.js.map +1 -1
  694. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersList.d.ts +1 -2
  695. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersList.d.ts.map +1 -1
  696. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersList.js +13 -16
  697. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersList.js.map +1 -1
  698. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItem.d.ts +1 -2
  699. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItem.d.ts.map +1 -1
  700. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItem.js +4 -11
  701. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItem.js.map +1 -1
  702. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItemWithoutConnectingAttributes.d.ts +1 -2
  703. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItemWithoutConnectingAttributes.d.ts.map +1 -1
  704. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItemWithoutConnectingAttributes.js +4 -6
  705. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItemWithoutConnectingAttributes.js.map +1 -1
  706. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.d.ts +1 -2
  707. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.d.ts.map +1 -1
  708. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.js +5 -9
  709. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.js.map +1 -1
  710. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeButton.d.ts +1 -2
  711. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeButton.d.ts.map +1 -1
  712. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeButton.js +2 -2
  713. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeButton.js.map +1 -1
  714. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.d.ts +1 -2
  715. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.d.ts.map +1 -1
  716. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.js +2 -5
  717. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.js.map +1 -1
  718. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormButton.d.ts +3 -3
  719. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormButton.d.ts.map +1 -1
  720. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormButton.js +2 -3
  721. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormButton.js.map +1 -1
  722. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormDropdown.d.ts +1 -2
  723. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormDropdown.d.ts.map +1 -1
  724. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormDropdown.js +3 -3
  725. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormDropdown.js.map +1 -1
  726. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormItem.d.ts +1 -2
  727. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormItem.d.ts.map +1 -1
  728. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormItem.js +2 -4
  729. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/displayFormDropdown/DisplayFormItem.js.map +1 -1
  730. package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -2
  731. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  732. package/esm/presentation/filterBar/attributeFilter/types.js +1 -0
  733. package/esm/presentation/filterBar/attributeFilter/types.js.map +1 -1
  734. package/esm/presentation/filterBar/configuration/ConfigurationCategory.d.ts +1 -2
  735. package/esm/presentation/filterBar/configuration/ConfigurationCategory.d.ts.map +1 -1
  736. package/esm/presentation/filterBar/configuration/ConfigurationCategory.js +2 -3
  737. package/esm/presentation/filterBar/configuration/ConfigurationCategory.js.map +1 -1
  738. package/esm/presentation/filterBar/configuration/ConfigurationModeSelect.d.ts +1 -2
  739. package/esm/presentation/filterBar/configuration/ConfigurationModeSelect.d.ts.map +1 -1
  740. package/esm/presentation/filterBar/configuration/ConfigurationModeSelect.js +3 -5
  741. package/esm/presentation/filterBar/configuration/ConfigurationModeSelect.js.map +1 -1
  742. package/esm/presentation/filterBar/configuration/ConfigurationModeSelectItem.d.ts +2 -2
  743. package/esm/presentation/filterBar/configuration/ConfigurationModeSelectItem.d.ts.map +1 -1
  744. package/esm/presentation/filterBar/configuration/ConfigurationModeSelectItem.js +2 -7
  745. package/esm/presentation/filterBar/configuration/ConfigurationModeSelectItem.js.map +1 -1
  746. package/esm/presentation/filterBar/configuration/ConfigurationPanelHeader.d.ts +1 -2
  747. package/esm/presentation/filterBar/configuration/ConfigurationPanelHeader.d.ts.map +1 -1
  748. package/esm/presentation/filterBar/configuration/ConfigurationPanelHeader.js +2 -3
  749. package/esm/presentation/filterBar/configuration/ConfigurationPanelHeader.js.map +1 -1
  750. package/esm/presentation/filterBar/configuration/title/AttributeTitleRenaming.d.ts +1 -2
  751. package/esm/presentation/filterBar/configuration/title/AttributeTitleRenaming.d.ts.map +1 -1
  752. package/esm/presentation/filterBar/configuration/title/AttributeTitleRenaming.js +2 -6
  753. package/esm/presentation/filterBar/configuration/title/AttributeTitleRenaming.js.map +1 -1
  754. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
  755. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +4 -3
  756. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
  757. package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationActions.d.ts +1 -2
  758. package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationActions.d.ts.map +1 -1
  759. package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationActions.js +2 -6
  760. package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationActions.js.map +1 -1
  761. package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationBody.d.ts +1 -2
  762. package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationBody.d.ts.map +1 -1
  763. package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationBody.js +5 -13
  764. package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationBody.js.map +1 -1
  765. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  766. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +53 -60
  767. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  768. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts +3 -3
  769. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
  770. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +21 -43
  771. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
  772. package/esm/presentation/filterBar/filterBar/FilterBar.d.ts.map +1 -1
  773. package/esm/presentation/filterBar/filterBar/FilterBar.js +2 -3
  774. package/esm/presentation/filterBar/filterBar/FilterBar.js.map +1 -1
  775. package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.d.ts +1 -2
  776. package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.d.ts.map +1 -1
  777. package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.js +2 -2
  778. package/esm/presentation/filterBar/filterBar/RenderModeAwareFilterBar.js.map +1 -1
  779. package/esm/presentation/filterBar/filterBar/ResetFiltersButton.d.ts +1 -2
  780. package/esm/presentation/filterBar/filterBar/ResetFiltersButton.d.ts.map +1 -1
  781. package/esm/presentation/filterBar/filterBar/ResetFiltersButton.js +5 -6
  782. package/esm/presentation/filterBar/filterBar/ResetFiltersButton.js.map +1 -1
  783. package/esm/presentation/filterBar/filterBar/ShowAllFiltersButton.d.ts +1 -2
  784. package/esm/presentation/filterBar/filterBar/ShowAllFiltersButton.d.ts.map +1 -1
  785. package/esm/presentation/filterBar/filterBar/ShowAllFiltersButton.js +2 -6
  786. package/esm/presentation/filterBar/filterBar/ShowAllFiltersButton.js.map +1 -1
  787. package/esm/presentation/filterBar/filterBar/filterViews/AddFilterView.d.ts +1 -2
  788. package/esm/presentation/filterBar/filterBar/filterViews/AddFilterView.d.ts.map +1 -1
  789. package/esm/presentation/filterBar/filterBar/filterViews/AddFilterView.js +5 -23
  790. package/esm/presentation/filterBar/filterBar/filterViews/AddFilterView.js.map +1 -1
  791. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewDeleteConfirm.d.ts +1 -2
  792. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewDeleteConfirm.d.ts.map +1 -1
  793. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewDeleteConfirm.js +4 -7
  794. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewDeleteConfirm.js.map +1 -1
  795. package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.d.ts +1 -2
  796. package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.d.ts.map +1 -1
  797. package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.js +8 -14
  798. package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.js.map +1 -1
  799. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.d.ts +1 -2
  800. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.d.ts.map +1 -1
  801. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +30 -54
  802. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js.map +1 -1
  803. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +7 -7
  804. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
  805. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.d.ts +1 -2
  806. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.d.ts.map +1 -1
  807. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.js +7 -13
  808. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.js.map +1 -1
  809. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlayController.d.ts +1 -2
  810. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlayController.d.ts.map +1 -1
  811. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlayController.js +2 -2
  812. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlayController.js.map +1 -1
  813. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts +1 -2
  814. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
  815. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +17 -27
  816. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
  817. package/esm/presentation/flexibleLayout/DefaultDashboardLayout.d.ts.map +1 -0
  818. package/esm/presentation/flexibleLayout/DefaultDashboardLayout.js +9 -0
  819. package/esm/presentation/flexibleLayout/DefaultDashboardLayout.js.map +1 -0
  820. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts.map +1 -1
  821. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js +9 -11
  822. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js.map +1 -1
  823. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.d.ts +1 -2
  824. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.d.ts.map +1 -1
  825. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.js +5 -7
  826. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.js.map +1 -1
  827. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js +3 -5
  828. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js.map +1 -1
  829. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts.map +1 -1
  830. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js +4 -3
  831. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js.map +1 -1
  832. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts.map +1 -1
  833. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js +10 -11
  834. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js.map +1 -1
  835. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts.map +1 -1
  836. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js +13 -12
  837. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js.map +1 -1
  838. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts.map +1 -1
  839. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js +2 -3
  840. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js.map +1 -1
  841. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.d.ts.map +1 -1
  842. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js +4 -6
  843. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js.map +1 -1
  844. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.d.ts +1 -2
  845. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.d.ts.map +1 -1
  846. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.js +4 -3
  847. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.js.map +1 -1
  848. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
  849. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +13 -15
  850. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  851. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +3 -3
  852. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
  853. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +7 -8
  854. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
  855. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
  856. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js +4 -4
  857. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js.map +1 -1
  858. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.d.ts +1 -2
  859. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.d.ts.map +1 -1
  860. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.js +2 -2
  861. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.js.map +1 -1
  862. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts +1 -2
  863. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts.map +1 -1
  864. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +5 -11
  865. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
  866. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.d.ts.map +1 -1
  867. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.js +4 -3
  868. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.js.map +1 -1
  869. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableDashboardLayoutSectionRenderer.d.ts +1 -2
  870. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableDashboardLayoutSectionRenderer.d.ts.map +1 -1
  871. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableDashboardLayoutSectionRenderer.js +2 -2
  872. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableDashboardLayoutSectionRenderer.js.map +1 -1
  873. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.d.ts +2 -2
  874. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.d.ts.map +1 -1
  875. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.js +3 -4
  876. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.js.map +1 -1
  877. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
  878. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +10 -13
  879. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
  880. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts +1 -2
  881. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts.map +1 -1
  882. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js +2 -2
  883. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js.map +1 -1
  884. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts +3 -3
  885. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts.map +1 -1
  886. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js +3 -2
  887. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js.map +1 -1
  888. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts +8 -8
  889. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts.map +1 -1
  890. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.js +1 -0
  891. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.js.map +1 -1
  892. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/legacy.d.ts +3 -2
  893. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/legacy.d.ts.map +1 -1
  894. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/legacy.js +1 -0
  895. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/legacy.js.map +1 -1
  896. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.d.ts +2 -2
  897. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.d.ts.map +1 -1
  898. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.js +4 -4
  899. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.js.map +1 -1
  900. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
  901. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +12 -22
  902. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
  903. package/esm/presentation/flexibleLayout/EmptyDashboardError.d.ts +1 -2
  904. package/esm/presentation/flexibleLayout/EmptyDashboardError.d.ts.map +1 -1
  905. package/esm/presentation/flexibleLayout/EmptyDashboardError.js +2 -2
  906. package/esm/presentation/flexibleLayout/EmptyDashboardError.js.map +1 -1
  907. package/esm/presentation/flexibleLayout/ExportEmptyDashboardError.d.ts +1 -2
  908. package/esm/presentation/flexibleLayout/ExportEmptyDashboardError.d.ts.map +1 -1
  909. package/esm/presentation/flexibleLayout/ExportEmptyDashboardError.js +2 -3
  910. package/esm/presentation/flexibleLayout/ExportEmptyDashboardError.js.map +1 -1
  911. package/esm/presentation/flexibleLayout/ViewModeEmptyNestedLayout.d.ts +1 -2
  912. package/esm/presentation/flexibleLayout/ViewModeEmptyNestedLayout.d.ts.map +1 -1
  913. package/esm/presentation/flexibleLayout/ViewModeEmptyNestedLayout.js +2 -3
  914. package/esm/presentation/flexibleLayout/ViewModeEmptyNestedLayout.js.map +1 -1
  915. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.d.ts +1 -2
  916. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.d.ts.map +1 -1
  917. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.js +3 -3
  918. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.js.map +1 -1
  919. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts +1 -2
  920. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
  921. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js +4 -3
  922. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
  923. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/HeightResizerDragPreview.d.ts +1 -2
  924. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/HeightResizerDragPreview.d.ts.map +1 -1
  925. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/HeightResizerDragPreview.js +3 -3
  926. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/HeightResizerDragPreview.js.map +1 -1
  927. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts +1 -2
  928. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts.map +1 -1
  929. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js +4 -4
  930. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js.map +1 -1
  931. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.d.ts +2 -3
  932. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.d.ts.map +1 -1
  933. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.js +3 -8
  934. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.js.map +1 -1
  935. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizer.d.ts +1 -2
  936. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizer.d.ts.map +1 -1
  937. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizer.js +2 -6
  938. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizer.js.map +1 -1
  939. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.d.ts +1 -2
  940. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.d.ts.map +1 -1
  941. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.js +4 -5
  942. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.js.map +1 -1
  943. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HoverDetector.d.ts +3 -3
  944. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HoverDetector.d.ts.map +1 -1
  945. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HoverDetector.js +3 -2
  946. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HoverDetector.js.map +1 -1
  947. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/ResizeOverlay.d.ts +1 -2
  948. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/ResizeOverlay.d.ts.map +1 -1
  949. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/ResizeOverlay.js +3 -6
  950. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/ResizeOverlay.js.map +1 -1
  951. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizer.d.ts +1 -2
  952. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizer.d.ts.map +1 -1
  953. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizer.js +2 -7
  954. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizer.js.map +1 -1
  955. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.d.ts +1 -2
  956. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.d.ts.map +1 -1
  957. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js +4 -4
  958. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js.map +1 -1
  959. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.d.ts +3 -3
  960. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.d.ts.map +1 -1
  961. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.js +2 -6
  962. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.js.map +1 -1
  963. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.d.ts +1 -2
  964. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.d.ts.map +1 -1
  965. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.js +2 -5
  966. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.js.map +1 -1
  967. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.d.ts +1 -2
  968. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.d.ts.map +1 -1
  969. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.js +2 -5
  970. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.js.map +1 -1
  971. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.d.ts +1 -2
  972. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.d.ts.map +1 -1
  973. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.js +4 -11
  974. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.js.map +1 -1
  975. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.d.ts +3 -4
  976. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.d.ts.map +1 -1
  977. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js +9 -15
  978. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js.map +1 -1
  979. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts +1 -2
  980. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts.map +1 -1
  981. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js +6 -7
  982. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js.map +1 -1
  983. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts +1 -2
  984. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
  985. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +4 -6
  986. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +1 -1
  987. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/SectionDropZoneBox.d.ts +1 -2
  988. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/SectionDropZoneBox.d.ts.map +1 -1
  989. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/SectionDropZoneBox.js +5 -13
  990. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/SectionDropZoneBox.js.map +1 -1
  991. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/SectionHotspot.d.ts +1 -2
  992. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/SectionHotspot.d.ts.map +1 -1
  993. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/SectionHotspot.js +4 -4
  994. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/SectionHotspot.js.map +1 -1
  995. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.d.ts +1 -2
  996. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.d.ts.map +1 -1
  997. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.js +2 -3
  998. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.js.map +1 -1
  999. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.d.ts +1 -2
  1000. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.d.ts.map +1 -1
  1001. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.js +2 -8
  1002. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.js.map +1 -1
  1003. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts +1 -2
  1004. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts.map +1 -1
  1005. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js +3 -3
  1006. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js.map +1 -1
  1007. package/esm/presentation/flexibleLayout/index.d.ts +1 -0
  1008. package/esm/presentation/flexibleLayout/index.d.ts.map +1 -1
  1009. package/esm/presentation/flexibleLayout/index.js +1 -0
  1010. package/esm/presentation/flexibleLayout/index.js.map +1 -1
  1011. package/esm/presentation/index.d.ts +1 -1
  1012. package/esm/presentation/index.d.ts.map +1 -1
  1013. package/esm/presentation/index.js +1 -1
  1014. package/esm/presentation/index.js.map +1 -1
  1015. package/esm/presentation/insightList/InsightList.d.ts +1 -2
  1016. package/esm/presentation/insightList/InsightList.d.ts.map +1 -1
  1017. package/esm/presentation/insightList/InsightList.js +6 -5
  1018. package/esm/presentation/insightList/InsightList.js.map +1 -1
  1019. package/esm/presentation/insightList/InsightListNoData.d.ts +3 -3
  1020. package/esm/presentation/insightList/InsightListNoData.d.ts.map +1 -1
  1021. package/esm/presentation/insightList/InsightListNoData.js +3 -8
  1022. package/esm/presentation/insightList/InsightListNoData.js.map +1 -1
  1023. package/esm/presentation/kpiDeleteDialog/DefaultKpiDeleteDialog.d.ts.map +1 -1
  1024. package/esm/presentation/kpiDeleteDialog/DefaultKpiDeleteDialog.js +3 -4
  1025. package/esm/presentation/kpiDeleteDialog/DefaultKpiDeleteDialog.js.map +1 -1
  1026. package/esm/presentation/kpiDeleteDialog/KpiDeleteDialog.d.ts.map +1 -1
  1027. package/esm/presentation/kpiDeleteDialog/KpiDeleteDialog.js +2 -3
  1028. package/esm/presentation/kpiDeleteDialog/KpiDeleteDialog.js.map +1 -1
  1029. package/esm/presentation/localization/IntlWrapper.d.ts +3 -3
  1030. package/esm/presentation/localization/IntlWrapper.d.ts.map +1 -1
  1031. package/esm/presentation/localization/IntlWrapper.js +4 -3
  1032. package/esm/presentation/localization/IntlWrapper.js.map +1 -1
  1033. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts +4 -4
  1034. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts.map +1 -1
  1035. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js +4 -9
  1036. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js.map +1 -1
  1037. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.d.ts +9 -9
  1038. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.d.ts.map +1 -1
  1039. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.js +2 -11
  1040. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemBase.js.map +1 -1
  1041. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.d.ts +3 -3
  1042. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.d.ts.map +1 -1
  1043. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.js +4 -3
  1044. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContent.js.map +1 -1
  1045. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContentWrapper.d.ts +3 -3
  1046. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContentWrapper.d.ts.map +1 -1
  1047. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContentWrapper.js +7 -8
  1048. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemContentWrapper.js.map +1 -1
  1049. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.d.ts +1 -2
  1050. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.d.ts.map +1 -1
  1051. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js +4 -3
  1052. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js.map +1 -1
  1053. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.d.ts +3 -3
  1054. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.d.ts.map +1 -1
  1055. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.js +4 -4
  1056. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadlineContainer.js.map +1 -1
  1057. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemKpi.d.ts +1 -2
  1058. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemKpi.d.ts.map +1 -1
  1059. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemKpi.js +2 -2
  1060. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemKpi.js.map +1 -1
  1061. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemVisualization.d.ts +1 -2
  1062. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemVisualization.d.ts.map +1 -1
  1063. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemVisualization.js +2 -2
  1064. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemVisualization.js.map +1 -1
  1065. package/esm/presentation/presentationComponents/ThemedLoadingEqualizer.d.ts +1 -2
  1066. package/esm/presentation/presentationComponents/ThemedLoadingEqualizer.d.ts.map +1 -1
  1067. package/esm/presentation/presentationComponents/ThemedLoadingEqualizer.js +2 -5
  1068. package/esm/presentation/presentationComponents/ThemedLoadingEqualizer.js.map +1 -1
  1069. package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.d.ts +3 -4
  1070. package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.d.ts.map +1 -1
  1071. package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.js +4 -8
  1072. package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.js.map +1 -1
  1073. package/esm/presentation/saveAs/DefaultSaveAsDialog/index.d.ts.map +1 -1
  1074. package/esm/presentation/saveAs/DefaultSaveAsDialog/index.js +3 -2
  1075. package/esm/presentation/saveAs/DefaultSaveAsDialog/index.js.map +1 -1
  1076. package/esm/presentation/saveAs/SaveAsDialog.d.ts.map +1 -1
  1077. package/esm/presentation/saveAs/SaveAsDialog.js +2 -3
  1078. package/esm/presentation/saveAs/SaveAsDialog.js.map +1 -1
  1079. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultLoadingScheduledEmailDialog.d.ts +1 -2
  1080. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultLoadingScheduledEmailDialog.d.ts.map +1 -1
  1081. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultLoadingScheduledEmailDialog.js +3 -12
  1082. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultLoadingScheduledEmailDialog.js.map +1 -1
  1083. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts +2 -3
  1084. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  1085. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +33 -57
  1086. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  1087. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts +1 -2
  1088. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts.map +1 -1
  1089. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +25 -47
  1090. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js.map +1 -1
  1091. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.d.ts +4 -4
  1092. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.d.ts.map +1 -1
  1093. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.js +25 -41
  1094. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.js.map +1 -1
  1095. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsWrapper.d.ts +3 -3
  1096. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsWrapper.d.ts.map +1 -1
  1097. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsWrapper.js +2 -6
  1098. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsWrapper.js.map +1 -1
  1099. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts +1 -2
  1100. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts.map +1 -1
  1101. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +8 -12
  1102. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js.map +1 -1
  1103. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts +1 -2
  1104. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts.map +1 -1
  1105. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +6 -8
  1106. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js.map +1 -1
  1107. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFilters.d.ts +1 -2
  1108. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFilters.d.ts.map +1 -1
  1109. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFilters.js +6 -29
  1110. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFilters.js.map +1 -1
  1111. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFiltersList.d.ts +1 -2
  1112. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFiltersList.d.ts.map +1 -1
  1113. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFiltersList.js +3 -6
  1114. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFiltersList.js.map +1 -1
  1115. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentItems.d.ts +2 -3
  1116. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentItems.d.ts.map +1 -1
  1117. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentItems.js +18 -37
  1118. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentItems.js.map +1 -1
  1119. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.d.ts +3 -3
  1120. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.d.ts.map +1 -1
  1121. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.js +2 -6
  1122. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.js.map +1 -1
  1123. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.d.ts +1 -2
  1124. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.d.ts.map +1 -1
  1125. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.js +5 -9
  1126. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.js.map +1 -1
  1127. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.d.ts +1 -2
  1128. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.d.ts.map +1 -1
  1129. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.js +6 -15
  1130. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.js.map +1 -1
  1131. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.d.ts +1 -2
  1132. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.d.ts.map +1 -1
  1133. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.js +21 -27
  1134. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.js.map +1 -1
  1135. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/ErrorWrapper/ErrorWrapper.d.ts +3 -3
  1136. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/ErrorWrapper/ErrorWrapper.d.ts.map +1 -1
  1137. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/ErrorWrapper/ErrorWrapper.js +2 -7
  1138. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/ErrorWrapper/ErrorWrapper.js.map +1 -1
  1139. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/EvaluationModeCheckbox/EvaluationModeCheckbox.d.ts +1 -2
  1140. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/EvaluationModeCheckbox/EvaluationModeCheckbox.d.ts.map +1 -1
  1141. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/EvaluationModeCheckbox/EvaluationModeCheckbox.js +2 -6
  1142. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/EvaluationModeCheckbox/EvaluationModeCheckbox.js.map +1 -1
  1143. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.d.ts +4 -4
  1144. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.d.ts.map +1 -1
  1145. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.js +9 -20
  1146. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.js.map +1 -1
  1147. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/MessageForm/MessageForm.d.ts +1 -2
  1148. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/MessageForm/MessageForm.d.ts.map +1 -1
  1149. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/MessageForm/MessageForm.js +5 -6
  1150. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/MessageForm/MessageForm.js.map +1 -1
  1151. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts +3 -3
  1152. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts.map +1 -1
  1153. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js +3 -2
  1154. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js.map +1 -1
  1155. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts +3 -3
  1156. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
  1157. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +29 -78
  1158. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
  1159. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/SubjectForm/SubjectForm.d.ts +1 -2
  1160. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/SubjectForm/SubjectForm.d.ts.map +1 -1
  1161. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/SubjectForm/SubjectForm.js +5 -6
  1162. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/SubjectForm/SubjectForm.js.map +1 -1
  1163. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.d.ts +3 -3
  1164. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.d.ts.map +1 -1
  1165. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.js +2 -2
  1166. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Textarea.js.map +1 -1
  1167. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts +1 -2
  1168. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts.map +1 -1
  1169. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js +16 -34
  1170. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js.map +1 -1
  1171. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.d.ts +3 -3
  1172. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.d.ts.map +1 -1
  1173. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.js +4 -10
  1174. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.js.map +1 -1
  1175. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.d.ts +1 -2
  1176. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.d.ts.map +1 -1
  1177. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.js +10 -23
  1178. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.js.map +1 -1
  1179. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.d.ts +1 -2
  1180. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.d.ts.map +1 -1
  1181. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.js +7 -10
  1182. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.js.map +1 -1
  1183. package/esm/presentation/scheduledEmail/ScheduledEmailDialog.d.ts.map +1 -1
  1184. package/esm/presentation/scheduledEmail/ScheduledEmailDialog.js +2 -3
  1185. package/esm/presentation/scheduledEmail/ScheduledEmailDialog.js.map +1 -1
  1186. package/esm/presentation/scheduledEmail/ScheduledEmailManagementDialog.d.ts.map +1 -1
  1187. package/esm/presentation/scheduledEmail/ScheduledEmailManagementDialog.js +2 -3
  1188. package/esm/presentation/scheduledEmail/ScheduledEmailManagementDialog.js.map +1 -1
  1189. package/esm/presentation/shareDialog/DefaultShareDialog.d.ts.map +1 -1
  1190. package/esm/presentation/shareDialog/DefaultShareDialog.js +3 -2
  1191. package/esm/presentation/shareDialog/DefaultShareDialog.js.map +1 -1
  1192. package/esm/presentation/shareDialog/ShareDialog.d.ts.map +1 -1
  1193. package/esm/presentation/shareDialog/ShareDialog.js +2 -3
  1194. package/esm/presentation/shareDialog/ShareDialog.js.map +1 -1
  1195. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbar.d.ts +1 -2
  1196. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbar.d.ts.map +1 -1
  1197. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbar.js +2 -3
  1198. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbar.js.map +1 -1
  1199. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarButton.d.ts +1 -2
  1200. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarButton.d.ts.map +1 -1
  1201. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarButton.js +4 -8
  1202. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarButton.js.map +1 -1
  1203. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarGroup.d.ts +3 -3
  1204. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarGroup.d.ts.map +1 -1
  1205. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarGroup.js +2 -5
  1206. package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarGroup.js.map +1 -1
  1207. package/esm/presentation/toolbar/Toolbar.d.ts.map +1 -1
  1208. package/esm/presentation/toolbar/Toolbar.js +2 -3
  1209. package/esm/presentation/toolbar/Toolbar.js.map +1 -1
  1210. package/esm/presentation/toolbar/types.d.ts +2 -2
  1211. package/esm/presentation/toolbar/types.d.ts.map +1 -1
  1212. package/esm/presentation/toolbar/types.js +1 -0
  1213. package/esm/presentation/toolbar/types.js.map +1 -1
  1214. package/esm/presentation/topBar/buttonBar/ButtonBar.d.ts.map +1 -1
  1215. package/esm/presentation/topBar/buttonBar/ButtonBar.js +2 -3
  1216. package/esm/presentation/topBar/buttonBar/ButtonBar.js.map +1 -1
  1217. package/esm/presentation/topBar/buttonBar/DefaultButtonBar.d.ts.map +1 -1
  1218. package/esm/presentation/topBar/buttonBar/DefaultButtonBar.js +2 -11
  1219. package/esm/presentation/topBar/buttonBar/DefaultButtonBar.js.map +1 -1
  1220. package/esm/presentation/topBar/buttonBar/button/cancelButton/CancelButton.d.ts.map +1 -1
  1221. package/esm/presentation/topBar/buttonBar/button/cancelButton/CancelButton.js +2 -3
  1222. package/esm/presentation/topBar/buttonBar/button/cancelButton/CancelButton.js.map +1 -1
  1223. package/esm/presentation/topBar/buttonBar/button/cancelButton/DefaultCancelButton.d.ts +1 -2
  1224. package/esm/presentation/topBar/buttonBar/button/cancelButton/DefaultCancelButton.d.ts.map +1 -1
  1225. package/esm/presentation/topBar/buttonBar/button/cancelButton/DefaultCancelButton.js +3 -2
  1226. package/esm/presentation/topBar/buttonBar/button/cancelButton/DefaultCancelButton.js.map +1 -1
  1227. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.d.ts +1 -2
  1228. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.d.ts.map +1 -1
  1229. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js +3 -2
  1230. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js.map +1 -1
  1231. package/esm/presentation/topBar/buttonBar/button/editButton/EditButton.d.ts.map +1 -1
  1232. package/esm/presentation/topBar/buttonBar/button/editButton/EditButton.js +2 -3
  1233. package/esm/presentation/topBar/buttonBar/button/editButton/EditButton.js.map +1 -1
  1234. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts +1 -2
  1235. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts.map +1 -1
  1236. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js +3 -2
  1237. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js.map +1 -1
  1238. package/esm/presentation/topBar/buttonBar/button/saveAsButton/SaveAsNewButton.d.ts.map +1 -1
  1239. package/esm/presentation/topBar/buttonBar/button/saveAsButton/SaveAsNewButton.js +2 -3
  1240. package/esm/presentation/topBar/buttonBar/button/saveAsButton/SaveAsNewButton.js.map +1 -1
  1241. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.d.ts +1 -2
  1242. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.d.ts.map +1 -1
  1243. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js +4 -6
  1244. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js.map +1 -1
  1245. package/esm/presentation/topBar/buttonBar/button/saveButton/SaveButton.d.ts.map +1 -1
  1246. package/esm/presentation/topBar/buttonBar/button/saveButton/SaveButton.js +2 -3
  1247. package/esm/presentation/topBar/buttonBar/button/saveButton/SaveButton.js.map +1 -1
  1248. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts +1 -2
  1249. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts.map +1 -1
  1250. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.js +3 -5
  1251. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.js.map +1 -1
  1252. package/esm/presentation/topBar/buttonBar/button/settingButton/SettingButton.d.ts.map +1 -1
  1253. package/esm/presentation/topBar/buttonBar/button/settingButton/SettingButton.js +2 -3
  1254. package/esm/presentation/topBar/buttonBar/button/settingButton/SettingButton.js.map +1 -1
  1255. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.d.ts.map +1 -1
  1256. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js +4 -3
  1257. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js.map +1 -1
  1258. package/esm/presentation/topBar/buttonBar/button/shareButton/ShareButton.d.ts.map +1 -1
  1259. package/esm/presentation/topBar/buttonBar/button/shareButton/ShareButton.js +2 -3
  1260. package/esm/presentation/topBar/buttonBar/button/shareButton/ShareButton.js.map +1 -1
  1261. package/esm/presentation/topBar/buttonBar/types.d.ts +3 -3
  1262. package/esm/presentation/topBar/buttonBar/types.d.ts.map +1 -1
  1263. package/esm/presentation/topBar/buttonBar/types.js +1 -0
  1264. package/esm/presentation/topBar/buttonBar/types.js.map +1 -1
  1265. package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
  1266. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +25 -31
  1267. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js.map +1 -1
  1268. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts +1 -2
  1269. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts.map +1 -1
  1270. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js +4 -9
  1271. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js.map +1 -1
  1272. package/esm/presentation/topBar/menuButton/MenuButton.d.ts.map +1 -1
  1273. package/esm/presentation/topBar/menuButton/MenuButton.js +2 -3
  1274. package/esm/presentation/topBar/menuButton/MenuButton.js.map +1 -1
  1275. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +7 -6
  1276. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
  1277. package/esm/presentation/topBar/shareIndicators/lockedStatus/DefaultLockedStatus.d.ts.map +1 -1
  1278. package/esm/presentation/topBar/shareIndicators/lockedStatus/DefaultLockedStatus.js +2 -3
  1279. package/esm/presentation/topBar/shareIndicators/lockedStatus/DefaultLockedStatus.js.map +1 -1
  1280. package/esm/presentation/topBar/shareIndicators/lockedStatus/LockedStatusIndicator.d.ts.map +1 -1
  1281. package/esm/presentation/topBar/shareIndicators/lockedStatus/LockedStatusIndicator.js +2 -7
  1282. package/esm/presentation/topBar/shareIndicators/lockedStatus/LockedStatusIndicator.js.map +1 -1
  1283. package/esm/presentation/topBar/shareIndicators/shareStatus/DefaultShareStatus.d.ts.map +1 -1
  1284. package/esm/presentation/topBar/shareIndicators/shareStatus/DefaultShareStatus.js +2 -3
  1285. package/esm/presentation/topBar/shareIndicators/shareStatus/DefaultShareStatus.js.map +1 -1
  1286. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.d.ts.map +1 -1
  1287. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js +3 -9
  1288. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js.map +1 -1
  1289. package/esm/presentation/topBar/title/DefaultTitle.d.ts +1 -2
  1290. package/esm/presentation/topBar/title/DefaultTitle.d.ts.map +1 -1
  1291. package/esm/presentation/topBar/title/DefaultTitle.js +2 -3
  1292. package/esm/presentation/topBar/title/DefaultTitle.js.map +1 -1
  1293. package/esm/presentation/topBar/title/EditableTitle.d.ts +1 -2
  1294. package/esm/presentation/topBar/title/EditableTitle.d.ts.map +1 -1
  1295. package/esm/presentation/topBar/title/EditableTitle.js +2 -3
  1296. package/esm/presentation/topBar/title/EditableTitle.js.map +1 -1
  1297. package/esm/presentation/topBar/title/RenderModeAwareTitle.d.ts +1 -2
  1298. package/esm/presentation/topBar/title/RenderModeAwareTitle.d.ts.map +1 -1
  1299. package/esm/presentation/topBar/title/RenderModeAwareTitle.js +2 -2
  1300. package/esm/presentation/topBar/title/RenderModeAwareTitle.js.map +1 -1
  1301. package/esm/presentation/topBar/title/Title.d.ts.map +1 -1
  1302. package/esm/presentation/topBar/title/Title.js +2 -3
  1303. package/esm/presentation/topBar/title/Title.js.map +1 -1
  1304. package/esm/presentation/topBar/title/TitleWrapper.d.ts +3 -3
  1305. package/esm/presentation/topBar/title/TitleWrapper.d.ts.map +1 -1
  1306. package/esm/presentation/topBar/title/TitleWrapper.js +2 -3
  1307. package/esm/presentation/topBar/title/TitleWrapper.js.map +1 -1
  1308. package/esm/presentation/topBar/topBar/DefaultTopBar.d.ts.map +1 -1
  1309. package/esm/presentation/topBar/topBar/DefaultTopBar.js +6 -13
  1310. package/esm/presentation/topBar/topBar/DefaultTopBar.js.map +1 -1
  1311. package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.d.ts +1 -2
  1312. package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.d.ts.map +1 -1
  1313. package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.js +2 -2
  1314. package/esm/presentation/topBar/topBar/RenderModeAwareTopBar.js.map +1 -1
  1315. package/esm/presentation/topBar/topBar/TopBar.d.ts.map +1 -1
  1316. package/esm/presentation/topBar/topBar/TopBar.js +2 -3
  1317. package/esm/presentation/topBar/topBar/TopBar.js.map +1 -1
  1318. package/esm/presentation/types.d.ts +1 -1
  1319. package/esm/presentation/types.d.ts.map +1 -1
  1320. package/esm/presentation/types.js.map +1 -1
  1321. package/esm/presentation/widget/common/EditableHeadline.d.ts +1 -2
  1322. package/esm/presentation/widget/common/EditableHeadline.d.ts.map +1 -1
  1323. package/esm/presentation/widget/common/EditableHeadline.js +2 -3
  1324. package/esm/presentation/widget/common/EditableHeadline.js.map +1 -1
  1325. package/esm/presentation/widget/common/InsightDropdown.d.ts +1 -2
  1326. package/esm/presentation/widget/common/InsightDropdown.d.ts.map +1 -1
  1327. package/esm/presentation/widget/common/InsightDropdown.js +4 -5
  1328. package/esm/presentation/widget/common/InsightDropdown.js.map +1 -1
  1329. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.d.ts +1 -2
  1330. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
  1331. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.js +14 -13
  1332. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.js.map +1 -1
  1333. package/esm/presentation/widget/common/configuration/AttributeFilterConfigurationItem.d.ts +1 -2
  1334. package/esm/presentation/widget/common/configuration/AttributeFilterConfigurationItem.d.ts.map +1 -1
  1335. package/esm/presentation/widget/common/configuration/AttributeFilterConfigurationItem.js +3 -8
  1336. package/esm/presentation/widget/common/configuration/AttributeFilterConfigurationItem.js.map +1 -1
  1337. package/esm/presentation/widget/common/configuration/ConfigurationBubble.d.ts +3 -3
  1338. package/esm/presentation/widget/common/configuration/ConfigurationBubble.d.ts.map +1 -1
  1339. package/esm/presentation/widget/common/configuration/ConfigurationBubble.js +3 -10
  1340. package/esm/presentation/widget/common/configuration/ConfigurationBubble.js.map +1 -1
  1341. package/esm/presentation/widget/common/configuration/DateDatasetDropdown.d.ts +1 -2
  1342. package/esm/presentation/widget/common/configuration/DateDatasetDropdown.d.ts.map +1 -1
  1343. package/esm/presentation/widget/common/configuration/DateDatasetDropdown.js +32 -41
  1344. package/esm/presentation/widget/common/configuration/DateDatasetDropdown.js.map +1 -1
  1345. package/esm/presentation/widget/common/configuration/DateDatasetDuplicityWarning.d.ts +1 -2
  1346. package/esm/presentation/widget/common/configuration/DateDatasetDuplicityWarning.d.ts.map +1 -1
  1347. package/esm/presentation/widget/common/configuration/DateDatasetDuplicityWarning.js +2 -4
  1348. package/esm/presentation/widget/common/configuration/DateDatasetDuplicityWarning.js.map +1 -1
  1349. package/esm/presentation/widget/common/configuration/DateDatasetFilter.d.ts +1 -2
  1350. package/esm/presentation/widget/common/configuration/DateDatasetFilter.d.ts.map +1 -1
  1351. package/esm/presentation/widget/common/configuration/DateDatasetFilter.js +3 -5
  1352. package/esm/presentation/widget/common/configuration/DateDatasetFilter.js.map +1 -1
  1353. package/esm/presentation/widget/common/configuration/DateDatasetPicker.d.ts +1 -2
  1354. package/esm/presentation/widget/common/configuration/DateDatasetPicker.d.ts.map +1 -1
  1355. package/esm/presentation/widget/common/configuration/DateDatasetPicker.js +3 -10
  1356. package/esm/presentation/widget/common/configuration/DateDatasetPicker.js.map +1 -1
  1357. package/esm/presentation/widget/common/configuration/DateFilterCheckbox.d.ts +1 -2
  1358. package/esm/presentation/widget/common/configuration/DateFilterCheckbox.d.ts.map +1 -1
  1359. package/esm/presentation/widget/common/configuration/DateFilterCheckbox.js +3 -8
  1360. package/esm/presentation/widget/common/configuration/DateFilterCheckbox.js.map +1 -1
  1361. package/esm/presentation/widget/common/configuration/DateFilterConfigurationItem.d.ts +1 -2
  1362. package/esm/presentation/widget/common/configuration/DateFilterConfigurationItem.d.ts.map +1 -1
  1363. package/esm/presentation/widget/common/configuration/DateFilterConfigurationItem.js +3 -8
  1364. package/esm/presentation/widget/common/configuration/DateFilterConfigurationItem.js.map +1 -1
  1365. package/esm/presentation/widget/common/configuration/FilterConfiguration.d.ts +1 -2
  1366. package/esm/presentation/widget/common/configuration/FilterConfiguration.d.ts.map +1 -1
  1367. package/esm/presentation/widget/common/configuration/FilterConfiguration.js +23 -22
  1368. package/esm/presentation/widget/common/configuration/FilterConfiguration.js.map +1 -1
  1369. package/esm/presentation/widget/common/useWidgetHighlighting.d.ts +2 -1
  1370. package/esm/presentation/widget/common/useWidgetHighlighting.d.ts.map +1 -1
  1371. package/esm/presentation/widget/common/useWidgetHighlighting.js.map +1 -1
  1372. package/esm/presentation/widget/dashboardLayout/CreatableDashboardLayout.d.ts +1 -2
  1373. package/esm/presentation/widget/dashboardLayout/CreatableDashboardLayout.d.ts.map +1 -1
  1374. package/esm/presentation/widget/dashboardLayout/CreatableDashboardLayout.js +2 -3
  1375. package/esm/presentation/widget/dashboardLayout/CreatableDashboardLayout.js.map +1 -1
  1376. package/esm/presentation/widget/dashboardLayout/DashboardLayout.d.ts.map +1 -1
  1377. package/esm/presentation/widget/dashboardLayout/DashboardLayout.js +2 -3
  1378. package/esm/presentation/widget/dashboardLayout/DashboardLayout.js.map +1 -1
  1379. package/esm/presentation/widget/dashboardLayout/index.d.ts +1 -0
  1380. package/esm/presentation/widget/dashboardLayout/index.d.ts.map +1 -1
  1381. package/esm/presentation/widget/dashboardLayout/index.js +1 -0
  1382. package/esm/presentation/widget/dashboardLayout/index.js.map +1 -1
  1383. package/esm/presentation/widget/dashboardLayout/types.d.ts +1 -1
  1384. package/esm/presentation/widget/dashboardLayout/types.d.ts.map +1 -1
  1385. package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts +1 -2
  1386. package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
  1387. package/esm/presentation/widget/description/DescriptionClickTrigger.js +3 -5
  1388. package/esm/presentation/widget/description/DescriptionClickTrigger.js.map +1 -1
  1389. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts +1 -2
  1390. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts.map +1 -1
  1391. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js +3 -4
  1392. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js.map +1 -1
  1393. package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.d.ts +4 -4
  1394. package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.d.ts.map +1 -1
  1395. package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.js +3 -2
  1396. package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.js.map +1 -1
  1397. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.d.ts +1 -2
  1398. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.d.ts.map +1 -1
  1399. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js +2 -2
  1400. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js.map +1 -1
  1401. package/esm/presentation/widget/description/types.d.ts +2 -2
  1402. package/esm/presentation/widget/description/types.d.ts.map +1 -1
  1403. package/esm/presentation/widget/description/types.js +1 -0
  1404. package/esm/presentation/widget/description/types.js.map +1 -1
  1405. package/esm/presentation/widget/insight/DashboardInsight.d.ts.map +1 -1
  1406. package/esm/presentation/widget/insight/DashboardInsight.js +4 -3
  1407. package/esm/presentation/widget/insight/DashboardInsight.js.map +1 -1
  1408. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts +1 -2
  1409. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts.map +1 -1
  1410. package/esm/presentation/widget/insight/DefaultDashboardInsight.js +2 -2
  1411. package/esm/presentation/widget/insight/DefaultDashboardInsight.js.map +1 -1
  1412. package/esm/presentation/widget/insight/DefaultInsightBody/DefaultInsightBody.d.ts +1 -2
  1413. package/esm/presentation/widget/insight/DefaultInsightBody/DefaultInsightBody.d.ts.map +1 -1
  1414. package/esm/presentation/widget/insight/DefaultInsightBody/DefaultInsightBody.js +2 -2
  1415. package/esm/presentation/widget/insight/DefaultInsightBody/DefaultInsightBody.js.map +1 -1
  1416. package/esm/presentation/widget/insight/EditModeDashboardInsight/EditModeDashboardInsight.d.ts.map +1 -1
  1417. package/esm/presentation/widget/insight/EditModeDashboardInsight/EditModeDashboardInsight.js +2 -3
  1418. package/esm/presentation/widget/insight/EditModeDashboardInsight/EditModeDashboardInsight.js.map +1 -1
  1419. package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.d.ts.map +1 -1
  1420. package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.js +2 -3
  1421. package/esm/presentation/widget/insight/ExportModeDashboardInsight/ExportModeDashboardInsight.js.map +1 -1
  1422. package/esm/presentation/widget/insight/InsightBody.d.ts +1 -2
  1423. package/esm/presentation/widget/insight/InsightBody.d.ts.map +1 -1
  1424. package/esm/presentation/widget/insight/InsightBody.js +3 -2
  1425. package/esm/presentation/widget/insight/InsightBody.js.map +1 -1
  1426. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CompactContentError.d.ts +1 -2
  1427. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CompactContentError.d.ts.map +1 -1
  1428. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CompactContentError.js +2 -7
  1429. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CompactContentError.js.map +1 -1
  1430. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.d.ts +1 -2
  1431. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.d.ts.map +1 -1
  1432. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.js +5 -5
  1433. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.js.map +1 -1
  1434. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/DataTooLargeError.d.ts +1 -2
  1435. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/DataTooLargeError.d.ts.map +1 -1
  1436. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/DataTooLargeError.js +2 -6
  1437. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/DataTooLargeError.js.map +1 -1
  1438. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ErrorContainer.d.ts +3 -3
  1439. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ErrorContainer.d.ts.map +1 -1
  1440. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ErrorContainer.js +2 -5
  1441. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ErrorContainer.js.map +1 -1
  1442. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ExecuteProtectedError.d.ts +1 -2
  1443. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ExecuteProtectedError.d.ts.map +1 -1
  1444. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ExecuteProtectedError.js +2 -6
  1445. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ExecuteProtectedError.js.map +1 -1
  1446. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/NoDataError.d.ts +1 -2
  1447. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/NoDataError.d.ts.map +1 -1
  1448. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/NoDataError.js +2 -9
  1449. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/NoDataError.js.map +1 -1
  1450. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/OtherError.d.ts +1 -2
  1451. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/OtherError.d.ts.map +1 -1
  1452. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/OtherError.js +2 -6
  1453. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/OtherError.js.map +1 -1
  1454. package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.d.ts.map +1 -1
  1455. package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js +3 -4
  1456. package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js.map +1 -1
  1457. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
  1458. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +10 -19
  1459. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
  1460. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsightWithDrillSelect.d.ts.map +1 -1
  1461. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsightWithDrillSelect.js +5 -6
  1462. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsightWithDrillSelect.js.map +1 -1
  1463. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts +3 -3
  1464. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  1465. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +8 -21
  1466. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  1467. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogExportDropdown.d.ts +1 -2
  1468. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogExportDropdown.d.ts.map +1 -1
  1469. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogExportDropdown.js +11 -16
  1470. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogExportDropdown.js.map +1 -1
  1471. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.d.ts.map +1 -1
  1472. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js +6 -11
  1473. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js.map +1 -1
  1474. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
  1475. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +11 -20
  1476. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
  1477. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/PoweredByGDLogo.d.ts +1 -2
  1478. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/PoweredByGDLogo.d.ts.map +1 -1
  1479. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/PoweredByGDLogo.js +8 -9
  1480. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/PoweredByGDLogo.js.map +1 -1
  1481. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.js +2 -2
  1482. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.js.map +1 -1
  1483. package/esm/presentation/widget/insight/ViewModeDashboardInsight/ViewModeDashboardInsight.d.ts.map +1 -1
  1484. package/esm/presentation/widget/insight/ViewModeDashboardInsight/ViewModeDashboardInsight.js +2 -3
  1485. package/esm/presentation/widget/insight/ViewModeDashboardInsight/ViewModeDashboardInsight.js.map +1 -1
  1486. package/esm/presentation/widget/insight/ViewModeDashboardInsight/useInsightPositionStyle.d.ts +1 -2
  1487. package/esm/presentation/widget/insight/ViewModeDashboardInsight/useInsightPositionStyle.d.ts.map +1 -1
  1488. package/esm/presentation/widget/insight/ViewModeDashboardInsight/useInsightPositionStyle.js +3 -14
  1489. package/esm/presentation/widget/insight/ViewModeDashboardInsight/useInsightPositionStyle.js.map +1 -1
  1490. package/esm/presentation/widget/insight/configuration/ButtonWithIcon.d.ts +1 -2
  1491. package/esm/presentation/widget/insight/configuration/ButtonWithIcon.d.ts.map +1 -1
  1492. package/esm/presentation/widget/insight/configuration/ButtonWithIcon.js +2 -2
  1493. package/esm/presentation/widget/insight/configuration/ButtonWithIcon.js.map +1 -1
  1494. package/esm/presentation/widget/insight/configuration/DrillIntersectionIgnoredAttributes.d.ts +1 -2
  1495. package/esm/presentation/widget/insight/configuration/DrillIntersectionIgnoredAttributes.d.ts.map +1 -1
  1496. package/esm/presentation/widget/insight/configuration/DrillIntersectionIgnoredAttributes.js +4 -7
  1497. package/esm/presentation/widget/insight/configuration/DrillIntersectionIgnoredAttributes.js.map +1 -1
  1498. package/esm/presentation/widget/insight/configuration/DrillIntersectionIgnoredAttributesSelect.d.ts +1 -2
  1499. package/esm/presentation/widget/insight/configuration/DrillIntersectionIgnoredAttributesSelect.d.ts.map +1 -1
  1500. package/esm/presentation/widget/insight/configuration/DrillIntersectionIgnoredAttributesSelect.js +10 -18
  1501. package/esm/presentation/widget/insight/configuration/DrillIntersectionIgnoredAttributesSelect.js.map +1 -1
  1502. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.d.ts +1 -2
  1503. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.d.ts.map +1 -1
  1504. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.js +3 -3
  1505. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.js.map +1 -1
  1506. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.d.ts +1 -2
  1507. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.d.ts.map +1 -1
  1508. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.js +2 -11
  1509. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.js.map +1 -1
  1510. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.d.ts +1 -2
  1511. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.d.ts.map +1 -1
  1512. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.js +2 -3
  1513. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.js.map +1 -1
  1514. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.d.ts +1 -2
  1515. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.d.ts.map +1 -1
  1516. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.js +2 -3
  1517. package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.js.map +1 -1
  1518. package/esm/presentation/widget/insight/configuration/DrillOriginItem.d.ts +1 -2
  1519. package/esm/presentation/widget/insight/configuration/DrillOriginItem.d.ts.map +1 -1
  1520. package/esm/presentation/widget/insight/configuration/DrillOriginItem.js +2 -6
  1521. package/esm/presentation/widget/insight/configuration/DrillOriginItem.js.map +1 -1
  1522. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorItem.d.ts +1 -2
  1523. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorItem.d.ts.map +1 -1
  1524. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorItem.js +3 -3
  1525. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorItem.js.map +1 -1
  1526. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.d.ts +1 -2
  1527. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.d.ts.map +1 -1
  1528. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.js +2 -3
  1529. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.js.map +1 -1
  1530. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.d.ts +1 -2
  1531. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.d.ts.map +1 -1
  1532. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.js +2 -3
  1533. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.js.map +1 -1
  1534. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.d.ts +1 -2
  1535. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.d.ts.map +1 -1
  1536. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.js +2 -3
  1537. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.js.map +1 -1
  1538. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.d.ts +1 -2
  1539. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.d.ts.map +1 -1
  1540. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.js +3 -3
  1541. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.js.map +1 -1
  1542. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.d.ts +1 -2
  1543. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.d.ts.map +1 -1
  1544. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js +4 -19
  1545. package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js.map +1 -1
  1546. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.d.ts +1 -2
  1547. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.d.ts.map +1 -1
  1548. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.js +4 -4
  1549. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.js.map +1 -1
  1550. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.d.ts +1 -2
  1551. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.d.ts.map +1 -1
  1552. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.js +6 -9
  1553. package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.js.map +1 -1
  1554. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.d.ts +1 -2
  1555. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.d.ts.map +1 -1
  1556. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.js +3 -3
  1557. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.js.map +1 -1
  1558. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.d.ts +1 -2
  1559. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.d.ts.map +1 -1
  1560. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js +3 -4
  1561. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js.map +1 -1
  1562. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.d.ts +1 -2
  1563. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.d.ts.map +1 -1
  1564. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js +2 -4
  1565. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js.map +1 -1
  1566. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListItem.d.ts +1 -2
  1567. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListItem.d.ts.map +1 -1
  1568. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListItem.js +2 -10
  1569. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListItem.js.map +1 -1
  1570. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.d.ts +1 -2
  1571. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.d.ts.map +1 -1
  1572. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.js +6 -8
  1573. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.js.map +1 -1
  1574. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetDashboardItem.d.ts +1 -2
  1575. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetDashboardItem.d.ts.map +1 -1
  1576. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetDashboardItem.js +3 -2
  1577. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetDashboardItem.js.map +1 -1
  1578. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetInsightItem.d.ts +1 -2
  1579. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetInsightItem.d.ts.map +1 -1
  1580. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetInsightItem.js +2 -3
  1581. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetInsightItem.js.map +1 -1
  1582. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetUrlItem.d.ts +1 -2
  1583. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetUrlItem.d.ts.map +1 -1
  1584. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetUrlItem.js +10 -13
  1585. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetUrlItem.js.map +1 -1
  1586. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.d.ts +1 -2
  1587. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.d.ts.map +1 -1
  1588. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.js +5 -5
  1589. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.js.map +1 -1
  1590. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillingInsightDropdown.d.ts +1 -2
  1591. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillingInsightDropdown.d.ts.map +1 -1
  1592. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillingInsightDropdown.js +3 -2
  1593. package/esm/presentation/widget/insight/configuration/DrillTargets/DrillingInsightDropdown.js.map +1 -1
  1594. package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.d.ts +1 -2
  1595. package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.d.ts.map +1 -1
  1596. package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js +2 -8
  1597. package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js.map +1 -1
  1598. package/esm/presentation/widget/insight/configuration/DrillTargets/useAttributeHierarchy.d.ts +1 -1
  1599. package/esm/presentation/widget/insight/configuration/DrillTargets/useAttributeHierarchy.d.ts.map +1 -1
  1600. package/esm/presentation/widget/insight/configuration/DrillTargets/useAttributeHierarchy.js +1 -1
  1601. package/esm/presentation/widget/insight/configuration/DrillTargets/useAttributeHierarchy.js.map +1 -1
  1602. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts +1 -2
  1603. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts.map +1 -1
  1604. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.js +2 -2
  1605. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.js.map +1 -1
  1606. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertsList.d.ts +1 -2
  1607. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertsList.d.ts.map +1 -1
  1608. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertsList.js +12 -23
  1609. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertsList.js.map +1 -1
  1610. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts +1 -2
  1611. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts.map +1 -1
  1612. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.js +2 -3
  1613. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.js.map +1 -1
  1614. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts +1 -2
  1615. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
  1616. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +24 -71
  1617. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js.map +1 -1
  1618. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.d.ts +1 -2
  1619. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.d.ts.map +1 -1
  1620. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js +16 -30
  1621. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js.map +1 -1
  1622. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/NoAvailableAlerts.d.ts +1 -2
  1623. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/NoAvailableAlerts.d.ts.map +1 -1
  1624. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/NoAvailableAlerts.js +2 -11
  1625. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/NoAvailableAlerts.js.map +1 -1
  1626. package/esm/presentation/widget/insight/configuration/InsightAlerts.d.ts +1 -2
  1627. package/esm/presentation/widget/insight/configuration/InsightAlerts.d.ts.map +1 -1
  1628. package/esm/presentation/widget/insight/configuration/InsightAlerts.js +3 -3
  1629. package/esm/presentation/widget/insight/configuration/InsightAlerts.js.map +1 -1
  1630. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.d.ts +1 -2
  1631. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.d.ts.map +1 -1
  1632. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js +7 -9
  1633. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js.map +1 -1
  1634. package/esm/presentation/widget/insight/configuration/InsightAlertsOld.d.ts +1 -2
  1635. package/esm/presentation/widget/insight/configuration/InsightAlertsOld.d.ts.map +1 -1
  1636. package/esm/presentation/widget/insight/configuration/InsightAlertsOld.js +6 -9
  1637. package/esm/presentation/widget/insight/configuration/InsightAlertsOld.js.map +1 -1
  1638. package/esm/presentation/widget/insight/configuration/InsightConfiguration.d.ts +1 -2
  1639. package/esm/presentation/widget/insight/configuration/InsightConfiguration.d.ts.map +1 -1
  1640. package/esm/presentation/widget/insight/configuration/InsightConfiguration.js +17 -21
  1641. package/esm/presentation/widget/insight/configuration/InsightConfiguration.js.map +1 -1
  1642. package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.d.ts +1 -2
  1643. package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.d.ts.map +1 -1
  1644. package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.js +4 -12
  1645. package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.js.map +1 -1
  1646. package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.d.ts +1 -2
  1647. package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.d.ts.map +1 -1
  1648. package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.js +3 -2
  1649. package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.js.map +1 -1
  1650. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/IncludeMetrics.d.ts +1 -2
  1651. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/IncludeMetrics.d.ts.map +1 -1
  1652. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/IncludeMetrics.js +2 -6
  1653. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/IncludeMetrics.js.map +1 -1
  1654. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.d.ts +3 -3
  1655. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.d.ts.map +1 -1
  1656. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.js +5 -5
  1657. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.js.map +1 -1
  1658. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.d.ts +1 -2
  1659. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.d.ts.map +1 -1
  1660. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js +13 -16
  1661. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js.map +1 -1
  1662. package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.d.ts +1 -2
  1663. package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.d.ts.map +1 -1
  1664. package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js +5 -21
  1665. package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js.map +1 -1
  1666. package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.d.ts +1 -2
  1667. package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.d.ts.map +1 -1
  1668. package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.js +5 -7
  1669. package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.js.map +1 -1
  1670. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/InsightDrillConfigPanel.d.ts +1 -2
  1671. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/InsightDrillConfigPanel.d.ts.map +1 -1
  1672. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/InsightDrillConfigPanel.js +2 -9
  1673. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/InsightDrillConfigPanel.js.map +1 -1
  1674. package/esm/presentation/widget/insight/configuration/InsightFilters.d.ts +1 -2
  1675. package/esm/presentation/widget/insight/configuration/InsightFilters.d.ts.map +1 -1
  1676. package/esm/presentation/widget/insight/configuration/InsightFilters.js +2 -7
  1677. package/esm/presentation/widget/insight/configuration/InsightFilters.js.map +1 -1
  1678. package/esm/presentation/widget/insight/configuration/InsightInteractions.d.ts +2 -3
  1679. package/esm/presentation/widget/insight/configuration/InsightInteractions.d.ts.map +1 -1
  1680. package/esm/presentation/widget/insight/configuration/InsightInteractions.js +3 -5
  1681. package/esm/presentation/widget/insight/configuration/InsightInteractions.js.map +1 -1
  1682. package/esm/presentation/widget/insight/configuration/InsightTitleConfig.d.ts +1 -2
  1683. package/esm/presentation/widget/insight/configuration/InsightTitleConfig.d.ts.map +1 -1
  1684. package/esm/presentation/widget/insight/configuration/InsightTitleConfig.js +3 -5
  1685. package/esm/presentation/widget/insight/configuration/InsightTitleConfig.js.map +1 -1
  1686. package/esm/presentation/widget/insight/configuration/ZoomInsightConfiguration.d.ts +1 -2
  1687. package/esm/presentation/widget/insight/configuration/ZoomInsightConfiguration.d.ts.map +1 -1
  1688. package/esm/presentation/widget/insight/configuration/ZoomInsightConfiguration.js +3 -7
  1689. package/esm/presentation/widget/insight/configuration/ZoomInsightConfiguration.js.map +1 -1
  1690. package/esm/presentation/widget/insight/types.d.ts +2 -2
  1691. package/esm/presentation/widget/insight/types.d.ts.map +1 -1
  1692. package/esm/presentation/widget/insight/types.js +1 -0
  1693. package/esm/presentation/widget/insight/types.js.map +1 -1
  1694. package/esm/presentation/widget/insightMenu/DashboardInsightMenu.d.ts.map +1 -1
  1695. package/esm/presentation/widget/insightMenu/DashboardInsightMenu.js +3 -2
  1696. package/esm/presentation/widget/insightMenu/DashboardInsightMenu.js.map +1 -1
  1697. package/esm/presentation/widget/insightMenu/DashboardInsightMenuButton.d.ts.map +1 -1
  1698. package/esm/presentation/widget/insightMenu/DashboardInsightMenuButton.js +3 -2
  1699. package/esm/presentation/widget/insightMenu/DashboardInsightMenuButton.js.map +1 -1
  1700. package/esm/presentation/widget/insightMenu/DashboardInsightMenuTitle.d.ts.map +1 -1
  1701. package/esm/presentation/widget/insightMenu/DashboardInsightMenuTitle.js +3 -2
  1702. package/esm/presentation/widget/insightMenu/DashboardInsightMenuTitle.js.map +1 -1
  1703. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/CustomUiMenuComponents.d.ts +7 -7
  1704. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/CustomUiMenuComponents.d.ts.map +1 -1
  1705. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/CustomUiMenuComponents.js +9 -11
  1706. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/CustomUiMenuComponents.js.map +1 -1
  1707. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightEditMenuBubble.d.ts +3 -3
  1708. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightEditMenuBubble.d.ts.map +1 -1
  1709. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightEditMenuBubble.js +2 -3
  1710. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightEditMenuBubble.js.map +1 -1
  1711. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuBubble.d.ts +3 -3
  1712. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuBubble.d.ts.map +1 -1
  1713. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuBubble.js +2 -9
  1714. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuBubble.js.map +1 -1
  1715. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuContainer.d.ts +3 -3
  1716. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuContainer.d.ts.map +1 -1
  1717. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuContainer.js +2 -4
  1718. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuContainer.js.map +1 -1
  1719. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.d.ts +1 -2
  1720. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.d.ts.map +1 -1
  1721. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.js +3 -9
  1722. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.js.map +1 -1
  1723. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuContainer.d.ts +3 -3
  1724. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuContainer.d.ts.map +1 -1
  1725. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuContainer.js +2 -7
  1726. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuContainer.js.map +1 -1
  1727. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuHeader.d.ts +1 -2
  1728. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuHeader.d.ts.map +1 -1
  1729. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuHeader.js +4 -6
  1730. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuHeader.js.map +1 -1
  1731. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/index.d.ts +4 -4
  1732. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/index.d.ts.map +1 -1
  1733. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/index.js +6 -9
  1734. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/index.js.map +1 -1
  1735. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.d.ts.map +1 -1
  1736. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js +3 -3
  1737. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js.map +1 -1
  1738. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenu.d.ts.map +1 -1
  1739. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenu.js +2 -3
  1740. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenu.js.map +1 -1
  1741. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenuButton.d.ts.map +1 -1
  1742. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenuButton.js +2 -3
  1743. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenuButton.js.map +1 -1
  1744. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenuTitle.d.ts +1 -2
  1745. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenuTitle.d.ts.map +1 -1
  1746. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenuTitle.js +4 -7
  1747. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenuTitle.js.map +1 -1
  1748. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.d.ts.map +1 -1
  1749. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.js +2 -2
  1750. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.js.map +1 -1
  1751. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +3 -5
  1752. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
  1753. package/esm/presentation/widget/richText/CreatableRichText.d.ts +1 -2
  1754. package/esm/presentation/widget/richText/CreatableRichText.d.ts.map +1 -1
  1755. package/esm/presentation/widget/richText/CreatableRichText.js +2 -3
  1756. package/esm/presentation/widget/richText/CreatableRichText.js.map +1 -1
  1757. package/esm/presentation/widget/richText/DashboardRichText.d.ts.map +1 -1
  1758. package/esm/presentation/widget/richText/DashboardRichText.js +3 -2
  1759. package/esm/presentation/widget/richText/DashboardRichText.js.map +1 -1
  1760. package/esm/presentation/widget/richText/EditModeDashboardRichText.d.ts +1 -2
  1761. package/esm/presentation/widget/richText/EditModeDashboardRichText.d.ts.map +1 -1
  1762. package/esm/presentation/widget/richText/EditModeDashboardRichText.js +10 -23
  1763. package/esm/presentation/widget/richText/EditModeDashboardRichText.js.map +1 -1
  1764. package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts +1 -2
  1765. package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts.map +1 -1
  1766. package/esm/presentation/widget/richText/ExportModeDashboardRichText.js +3 -3
  1767. package/esm/presentation/widget/richText/ExportModeDashboardRichText.js.map +1 -1
  1768. package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts +1 -2
  1769. package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts.map +1 -1
  1770. package/esm/presentation/widget/richText/ViewModeDashboardRichText.js +2 -2
  1771. package/esm/presentation/widget/richText/ViewModeDashboardRichText.js.map +1 -1
  1772. package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.d.ts.map +1 -1
  1773. package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.js +3 -2
  1774. package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.js.map +1 -1
  1775. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.d.ts +3 -3
  1776. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.d.ts.map +1 -1
  1777. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.js +2 -7
  1778. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.js.map +1 -1
  1779. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.d.ts +4 -4
  1780. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.d.ts.map +1 -1
  1781. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.js +19 -21
  1782. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.js.map +1 -1
  1783. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.d.ts.map +1 -1
  1784. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.js +2 -3
  1785. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.js.map +1 -1
  1786. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.d.ts +1 -2
  1787. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.d.ts.map +1 -1
  1788. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.js +2 -4
  1789. package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.js.map +1 -1
  1790. package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/DefaultShowAsTableButton.d.ts.map +1 -1
  1791. package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/DefaultShowAsTableButton.js +2 -3
  1792. package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/DefaultShowAsTableButton.js.map +1 -1
  1793. package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.d.ts.map +1 -1
  1794. package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.js +3 -6
  1795. package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.js.map +1 -1
  1796. package/esm/presentation/widget/showAsTableButton/ShowAsTableButton.d.ts.map +1 -1
  1797. package/esm/presentation/widget/showAsTableButton/ShowAsTableButton.js +3 -2
  1798. package/esm/presentation/widget/showAsTableButton/ShowAsTableButton.js.map +1 -1
  1799. package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.d.ts +1 -2
  1800. package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.d.ts.map +1 -1
  1801. package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.js +15 -16
  1802. package/esm/presentation/widget/visualizationSwitcher/AllVisualizationsDashInsights.js.map +1 -1
  1803. package/esm/presentation/widget/visualizationSwitcher/CreatableVisualizationSwitcher.d.ts +1 -2
  1804. package/esm/presentation/widget/visualizationSwitcher/CreatableVisualizationSwitcher.d.ts.map +1 -1
  1805. package/esm/presentation/widget/visualizationSwitcher/CreatableVisualizationSwitcher.js +2 -3
  1806. package/esm/presentation/widget/visualizationSwitcher/CreatableVisualizationSwitcher.js.map +1 -1
  1807. package/esm/presentation/widget/visualizationSwitcher/DashboardVisualizationSwitcher.d.ts.map +1 -1
  1808. package/esm/presentation/widget/visualizationSwitcher/DashboardVisualizationSwitcher.js +3 -2
  1809. package/esm/presentation/widget/visualizationSwitcher/DashboardVisualizationSwitcher.js.map +1 -1
  1810. package/esm/presentation/widget/visualizationSwitcher/EditModeDashboardVisualizationSwitcher.d.ts +1 -2
  1811. package/esm/presentation/widget/visualizationSwitcher/EditModeDashboardVisualizationSwitcher.d.ts.map +1 -1
  1812. package/esm/presentation/widget/visualizationSwitcher/EditModeDashboardVisualizationSwitcher.js +3 -6
  1813. package/esm/presentation/widget/visualizationSwitcher/EditModeDashboardVisualizationSwitcher.js.map +1 -1
  1814. package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.d.ts +1 -2
  1815. package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.d.ts.map +1 -1
  1816. package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.js +2 -3
  1817. package/esm/presentation/widget/visualizationSwitcher/ExportModeDashboardVisualizationSwitcher.js.map +1 -1
  1818. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts +3 -4
  1819. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
  1820. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +15 -18
  1821. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
  1822. package/esm/presentation/widget/visualizationSwitcher/configuration/DefaultVisualizationSwitcherToolbar.d.ts.map +1 -1
  1823. package/esm/presentation/widget/visualizationSwitcher/configuration/DefaultVisualizationSwitcherToolbar.js +2 -3
  1824. package/esm/presentation/widget/visualizationSwitcher/configuration/DefaultVisualizationSwitcherToolbar.js.map +1 -1
  1825. package/esm/presentation/widget/visualizationSwitcher/configuration/InsightPicker.d.ts +1 -2
  1826. package/esm/presentation/widget/visualizationSwitcher/configuration/InsightPicker.d.ts.map +1 -1
  1827. package/esm/presentation/widget/visualizationSwitcher/configuration/InsightPicker.js +6 -10
  1828. package/esm/presentation/widget/visualizationSwitcher/configuration/InsightPicker.js.map +1 -1
  1829. package/esm/presentation/widget/visualizationSwitcher/configuration/Toolbar.d.ts +1 -2
  1830. package/esm/presentation/widget/visualizationSwitcher/configuration/Toolbar.d.ts.map +1 -1
  1831. package/esm/presentation/widget/visualizationSwitcher/configuration/Toolbar.js +4 -14
  1832. package/esm/presentation/widget/visualizationSwitcher/configuration/Toolbar.js.map +1 -1
  1833. package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarBottom.d.ts +1 -2
  1834. package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarBottom.d.ts.map +1 -1
  1835. package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarBottom.js +2 -3
  1836. package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarBottom.js.map +1 -1
  1837. package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarTop.d.ts +1 -2
  1838. package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarTop.d.ts.map +1 -1
  1839. package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarTop.js +6 -33
  1840. package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarTop.js.map +1 -1
  1841. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationConfig.d.ts +1 -2
  1842. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationConfig.d.ts.map +1 -1
  1843. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationConfig.js +3 -3
  1844. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationConfig.js.map +1 -1
  1845. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListItem.d.ts +1 -2
  1846. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListItem.d.ts.map +1 -1
  1847. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListItem.js +7 -15
  1848. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListItem.js.map +1 -1
  1849. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenu.d.ts +1 -2
  1850. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenu.d.ts.map +1 -1
  1851. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenu.js +10 -15
  1852. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenu.js.map +1 -1
  1853. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenuItem.d.ts +3 -3
  1854. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenuItem.d.ts.map +1 -1
  1855. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenuItem.js +2 -3
  1856. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenuItem.js.map +1 -1
  1857. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationsList.d.ts +1 -2
  1858. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationsList.d.ts.map +1 -1
  1859. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationsList.js +2 -3
  1860. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationsList.js.map +1 -1
  1861. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsPage.d.ts +1 -2
  1862. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsPage.d.ts.map +1 -1
  1863. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsPage.js +8 -18
  1864. package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsPage.js.map +1 -1
  1865. package/esm/presentation/widget/visualizationSwitcher/configuration/useVisualizationSwitcherEditableInsightMenu.d.ts.map +1 -1
  1866. package/esm/presentation/widget/visualizationSwitcher/configuration/useVisualizationSwitcherEditableInsightMenu.js +2 -2
  1867. package/esm/presentation/widget/visualizationSwitcher/configuration/useVisualizationSwitcherEditableInsightMenu.js.map +1 -1
  1868. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.d.ts +1 -2
  1869. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.d.ts.map +1 -1
  1870. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.js +11 -18
  1871. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.js.map +1 -1
  1872. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/LayoutDirectionConfigurationDialog.d.ts +1 -2
  1873. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/LayoutDirectionConfigurationDialog.d.ts.map +1 -1
  1874. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/LayoutDirectionConfigurationDialog.js +4 -10
  1875. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/LayoutDirectionConfigurationDialog.js.map +1 -1
  1876. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.d.ts +1 -2
  1877. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.d.ts.map +1 -1
  1878. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js +8 -16
  1879. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js.map +1 -1
  1880. package/esm/presentation/widget/widget/DashboardWidget.d.ts.map +1 -1
  1881. package/esm/presentation/widget/widget/DashboardWidget.js +8 -12
  1882. package/esm/presentation/widget/widget/DashboardWidget.js.map +1 -1
  1883. package/esm/presentation/widget/widget/DefaultDashboardWidget.d.ts +1 -2
  1884. package/esm/presentation/widget/widget/DefaultDashboardWidget.d.ts.map +1 -1
  1885. package/esm/presentation/widget/widget/DefaultDashboardWidget.js +11 -12
  1886. package/esm/presentation/widget/widget/DefaultDashboardWidget.js.map +1 -1
  1887. package/esm/presentation/widget/widget/InsightWidget/DashboardWidgetInsightGuard.d.ts +3 -3
  1888. package/esm/presentation/widget/widget/InsightWidget/DashboardWidgetInsightGuard.d.ts.map +1 -1
  1889. package/esm/presentation/widget/widget/InsightWidget/DashboardWidgetInsightGuard.js +2 -3
  1890. package/esm/presentation/widget/widget/InsightWidget/DashboardWidgetInsightGuard.js.map +1 -1
  1891. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.d.ts +1 -2
  1892. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.d.ts.map +1 -1
  1893. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +12 -15
  1894. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
  1895. package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidget.d.ts +1 -2
  1896. package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidget.d.ts.map +1 -1
  1897. package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidget.js +6 -6
  1898. package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidget.js.map +1 -1
  1899. package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidgetHeader.d.ts +1 -2
  1900. package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidgetHeader.d.ts.map +1 -1
  1901. package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidgetHeader.js +3 -3
  1902. package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidgetHeader.js.map +1 -1
  1903. package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.d.ts +1 -2
  1904. package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.d.ts.map +1 -1
  1905. package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.js +2 -3
  1906. package/esm/presentation/widget/widget/InsightWidget/ExportableDashboardInsightWidget.js.map +1 -1
  1907. package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.d.ts +1 -2
  1908. package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.d.ts.map +1 -1
  1909. package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js +3 -4
  1910. package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js.map +1 -1
  1911. package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.d.ts +1 -2
  1912. package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.d.ts.map +1 -1
  1913. package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.js +2 -3
  1914. package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.js.map +1 -1
  1915. package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.d.ts +1 -2
  1916. package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.d.ts.map +1 -1
  1917. package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js +2 -3
  1918. package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js.map +1 -1
  1919. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.d.ts +1 -2
  1920. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.d.ts.map +1 -1
  1921. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.js +3 -4
  1922. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.js.map +1 -1
  1923. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/EditableDashboardVisualizationSwitcherWidget.d.ts +1 -2
  1924. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/EditableDashboardVisualizationSwitcherWidget.d.ts.map +1 -1
  1925. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/EditableDashboardVisualizationSwitcherWidget.js +5 -6
  1926. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/EditableDashboardVisualizationSwitcherWidget.js.map +1 -1
  1927. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.d.ts +1 -2
  1928. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.d.ts.map +1 -1
  1929. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.js +2 -3
  1930. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/ExportableDashboardVisualizationSwitcherWidget.js.map +1 -1
  1931. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.d.ts +1 -2
  1932. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.d.ts.map +1 -1
  1933. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js +7 -7
  1934. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js.map +1 -1
  1935. package/esm/presentation/widgetDeleteDialog/DefaultWidgetDeleteDialog.d.ts.map +1 -1
  1936. package/esm/presentation/widgetDeleteDialog/DefaultWidgetDeleteDialog.js +3 -6
  1937. package/esm/presentation/widgetDeleteDialog/DefaultWidgetDeleteDialog.js.map +1 -1
  1938. package/esm/presentation/widgetDeleteDialog/WidgetDeleteDialog.d.ts.map +1 -1
  1939. package/esm/presentation/widgetDeleteDialog/WidgetDeleteDialog.js +2 -3
  1940. package/esm/presentation/widgetDeleteDialog/WidgetDeleteDialog.js.map +1 -1
  1941. package/esm/sdk-ui-dashboard.d.ts +75 -84
  1942. package/package.json +23 -24
  1943. package/styles/css/main.css +1245 -1333
  1944. package/styles/css/main.css.map +1 -1
  1945. package/esm/_staging/dashboard/legacyFluidLayout/builder/interfaces.d.ts +0 -435
  1946. package/esm/_staging/dashboard/legacyFluidLayout/builder/interfaces.d.ts.map +0 -1
  1947. package/esm/_staging/dashboard/legacyFluidLayout/builder/interfaces.js +0 -2
  1948. package/esm/_staging/dashboard/legacyFluidLayout/builder/interfaces.js.map +0 -1
  1949. package/esm/_staging/dashboard/legacyFluidLayout/builder/item.d.ts +0 -30
  1950. package/esm/_staging/dashboard/legacyFluidLayout/builder/item.d.ts.map +0 -1
  1951. package/esm/_staging/dashboard/legacyFluidLayout/builder/item.js +0 -85
  1952. package/esm/_staging/dashboard/legacyFluidLayout/builder/item.js.map +0 -1
  1953. package/esm/_staging/dashboard/legacyFluidLayout/builder/layout.d.ts +0 -36
  1954. package/esm/_staging/dashboard/legacyFluidLayout/builder/layout.d.ts.map +0 -1
  1955. package/esm/_staging/dashboard/legacyFluidLayout/builder/layout.js +0 -148
  1956. package/esm/_staging/dashboard/legacyFluidLayout/builder/layout.js.map +0 -1
  1957. package/esm/_staging/dashboard/legacyFluidLayout/builder/section.d.ts +0 -31
  1958. package/esm/_staging/dashboard/legacyFluidLayout/builder/section.d.ts.map +0 -1
  1959. package/esm/_staging/dashboard/legacyFluidLayout/builder/section.js +0 -143
  1960. package/esm/_staging/dashboard/legacyFluidLayout/builder/section.js.map +0 -1
  1961. package/esm/_staging/dashboard/legacyFluidLayout/config.d.ts +0 -2
  1962. package/esm/_staging/dashboard/legacyFluidLayout/config.d.ts.map +0 -1
  1963. package/esm/_staging/dashboard/legacyFluidLayout/config.js +0 -4
  1964. package/esm/_staging/dashboard/legacyFluidLayout/config.js.map +0 -1
  1965. package/esm/_staging/dashboard/legacyFluidLayout/facade/interfaces.d.ts +0 -117
  1966. package/esm/_staging/dashboard/legacyFluidLayout/facade/interfaces.d.ts.map +0 -1
  1967. package/esm/_staging/dashboard/legacyFluidLayout/facade/interfaces.js +0 -2
  1968. package/esm/_staging/dashboard/legacyFluidLayout/facade/interfaces.js.map +0 -1
  1969. package/esm/_staging/dashboard/legacyFluidLayout/facade/item.d.ts +0 -40
  1970. package/esm/_staging/dashboard/legacyFluidLayout/facade/item.d.ts.map +0 -1
  1971. package/esm/_staging/dashboard/legacyFluidLayout/facade/item.js +0 -114
  1972. package/esm/_staging/dashboard/legacyFluidLayout/facade/item.js.map +0 -1
  1973. package/esm/_staging/dashboard/legacyFluidLayout/facade/items.d.ts +0 -23
  1974. package/esm/_staging/dashboard/legacyFluidLayout/facade/items.d.ts.map +0 -1
  1975. package/esm/_staging/dashboard/legacyFluidLayout/facade/items.js +0 -72
  1976. package/esm/_staging/dashboard/legacyFluidLayout/facade/items.js.map +0 -1
  1977. package/esm/_staging/dashboard/legacyFluidLayout/facade/layout.d.ts +0 -20
  1978. package/esm/_staging/dashboard/legacyFluidLayout/facade/layout.d.ts.map +0 -1
  1979. package/esm/_staging/dashboard/legacyFluidLayout/facade/layout.js +0 -38
  1980. package/esm/_staging/dashboard/legacyFluidLayout/facade/layout.js.map +0 -1
  1981. package/esm/_staging/dashboard/legacyFluidLayout/facade/section.d.ts +0 -33
  1982. package/esm/_staging/dashboard/legacyFluidLayout/facade/section.d.ts.map +0 -1
  1983. package/esm/_staging/dashboard/legacyFluidLayout/facade/section.js +0 -86
  1984. package/esm/_staging/dashboard/legacyFluidLayout/facade/section.js.map +0 -1
  1985. package/esm/_staging/dashboard/legacyFluidLayout/facade/sections.d.ts +0 -23
  1986. package/esm/_staging/dashboard/legacyFluidLayout/facade/sections.d.ts.map +0 -1
  1987. package/esm/_staging/dashboard/legacyFluidLayout/facade/sections.js +0 -52
  1988. package/esm/_staging/dashboard/legacyFluidLayout/facade/sections.js.map +0 -1
  1989. package/esm/_staging/dashboard/legacyFluidLayout/index.d.ts +0 -11
  1990. package/esm/_staging/dashboard/legacyFluidLayout/index.d.ts.map +0 -1
  1991. package/esm/_staging/dashboard/legacyFluidLayout/index.js +0 -10
  1992. package/esm/_staging/dashboard/legacyFluidLayout/index.js.map +0 -1
  1993. package/esm/presentation/layout/DashboardItemOverlay/DashboardItemOverlay.d.ts +0 -11
  1994. package/esm/presentation/layout/DashboardItemOverlay/DashboardItemOverlay.d.ts.map +0 -1
  1995. package/esm/presentation/layout/DashboardItemOverlay/DashboardItemOverlay.js +0 -53
  1996. package/esm/presentation/layout/DashboardItemOverlay/DashboardItemOverlay.js.map +0 -1
  1997. package/esm/presentation/layout/DashboardItemOverlay/DashboardItemOverlayController.d.ts +0 -8
  1998. package/esm/presentation/layout/DashboardItemOverlay/DashboardItemOverlayController.d.ts.map +0 -1
  1999. package/esm/presentation/layout/DashboardItemOverlay/DashboardItemOverlayController.js +0 -17
  2000. package/esm/presentation/layout/DashboardItemOverlay/DashboardItemOverlayController.js.map +0 -1
  2001. package/esm/presentation/layout/DashboardLayout.d.ts +0 -7
  2002. package/esm/presentation/layout/DashboardLayout.d.ts.map +0 -1
  2003. package/esm/presentation/layout/DashboardLayout.js +0 -11
  2004. package/esm/presentation/layout/DashboardLayout.js.map +0 -1
  2005. package/esm/presentation/layout/DashboardLayoutWidget.d.ts +0 -9
  2006. package/esm/presentation/layout/DashboardLayoutWidget.d.ts.map +0 -1
  2007. package/esm/presentation/layout/DashboardLayoutWidget.js +0 -220
  2008. package/esm/presentation/layout/DashboardLayoutWidget.js.map +0 -1
  2009. package/esm/presentation/layout/DefaultDashboardLayout.d.ts.map +0 -1
  2010. package/esm/presentation/layout/DefaultDashboardLayout.js +0 -118
  2011. package/esm/presentation/layout/DefaultDashboardLayout.js.map +0 -1
  2012. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts +0 -9
  2013. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts.map +0 -1
  2014. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.js +0 -70
  2015. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayout.js.map +0 -1
  2016. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.d.ts +0 -4
  2017. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.d.ts.map +0 -1
  2018. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js +0 -20
  2019. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js.map +0 -1
  2020. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts +0 -4
  2021. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.d.ts.map +0 -1
  2022. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js +0 -17
  2023. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutExportSectionHeaderRenderer.js.map +0 -1
  2024. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts +0 -21
  2025. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts.map +0 -1
  2026. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js +0 -21
  2027. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js.map +0 -1
  2028. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts +0 -7
  2029. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts.map +0 -1
  2030. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js +0 -46
  2031. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js.map +0 -1
  2032. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts +0 -15
  2033. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts.map +0 -1
  2034. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js +0 -19
  2035. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js.map +0 -1
  2036. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.d.ts +0 -6
  2037. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.d.ts.map +0 -1
  2038. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js +0 -35
  2039. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js.map +0 -1
  2040. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.d.ts +0 -4
  2041. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.d.ts.map +0 -1
  2042. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.js +0 -40
  2043. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.js.map +0 -1
  2044. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts +0 -24
  2045. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +0 -1
  2046. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +0 -57
  2047. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +0 -1
  2048. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts +0 -29
  2049. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts.map +0 -1
  2050. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +0 -26
  2051. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +0 -1
  2052. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +0 -15
  2053. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +0 -1
  2054. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +0 -22
  2055. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +0 -1
  2056. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts +0 -4
  2057. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts.map +0 -1
  2058. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js +0 -12
  2059. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js.map +0 -1
  2060. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.d.ts +0 -4
  2061. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.d.ts.map +0 -1
  2062. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.js +0 -13
  2063. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionRenderer.js.map +0 -1
  2064. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.d.ts +0 -4
  2065. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.d.ts.map +0 -1
  2066. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.js +0 -36
  2067. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutWidgetRenderer.js.map +0 -1
  2068. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableDashboardLayoutSectionRenderer.d.ts +0 -4
  2069. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableDashboardLayoutSectionRenderer.d.ts.map +0 -1
  2070. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableDashboardLayoutSectionRenderer.js +0 -27
  2071. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableDashboardLayoutSectionRenderer.js.map +0 -1
  2072. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.d.ts +0 -16
  2073. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.d.ts.map +0 -1
  2074. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.js +0 -38
  2075. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.js.map +0 -1
  2076. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts +0 -8
  2077. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +0 -1
  2078. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +0 -82
  2079. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +0 -1
  2080. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/sectionHeaderHelper.d.ts +0 -7
  2081. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/sectionHeaderHelper.d.ts.map +0 -1
  2082. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/sectionHeaderHelper.js +0 -18
  2083. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/sectionHeaderHelper.js.map +0 -1
  2084. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts +0 -4
  2085. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts.map +0 -1
  2086. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js +0 -16
  2087. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js.map +0 -1
  2088. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.d.ts +0 -8
  2089. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.d.ts.map +0 -1
  2090. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js +0 -16
  2091. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.js.map +0 -1
  2092. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.d.ts +0 -8
  2093. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.d.ts.map +0 -1
  2094. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js +0 -16
  2095. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.js.map +0 -1
  2096. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/index.d.ts +0 -19
  2097. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/index.d.ts.map +0 -1
  2098. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/index.js +0 -14
  2099. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/index.js.map +0 -1
  2100. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/interfaces.d.ts +0 -359
  2101. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/interfaces.d.ts.map +0 -1
  2102. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/interfaces.js +0 -2
  2103. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/interfaces.js.map +0 -1
  2104. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/emptyFacade.d.ts +0 -3
  2105. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/emptyFacade.d.ts.map +0 -1
  2106. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/emptyFacade.js +0 -31
  2107. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/emptyFacade.js.map +0 -1
  2108. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/legacy.d.ts +0 -6
  2109. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/legacy.d.ts.map +0 -1
  2110. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/legacy.js +0 -33
  2111. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/legacy.js.map +0 -1
  2112. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts +0 -35
  2113. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts.map +0 -1
  2114. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.js +0 -344
  2115. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.js.map +0 -1
  2116. package/esm/presentation/layout/DefaultDashboardLayoutUtils.d.ts +0 -22
  2117. package/esm/presentation/layout/DefaultDashboardLayoutUtils.d.ts.map +0 -1
  2118. package/esm/presentation/layout/DefaultDashboardLayoutUtils.js +0 -96
  2119. package/esm/presentation/layout/DefaultDashboardLayoutUtils.js.map +0 -1
  2120. package/esm/presentation/layout/EmptyDashboardError.d.ts +0 -3
  2121. package/esm/presentation/layout/EmptyDashboardError.d.ts.map +0 -1
  2122. package/esm/presentation/layout/EmptyDashboardError.js +0 -10
  2123. package/esm/presentation/layout/EmptyDashboardError.js.map +0 -1
  2124. package/esm/presentation/layout/EmptyDashboardLayout.d.ts +0 -2
  2125. package/esm/presentation/layout/EmptyDashboardLayout.d.ts.map +0 -1
  2126. package/esm/presentation/layout/EmptyDashboardLayout.js +0 -11
  2127. package/esm/presentation/layout/EmptyDashboardLayout.js.map +0 -1
  2128. package/esm/presentation/layout/ExportEmptyDashboardError.d.ts +0 -3
  2129. package/esm/presentation/layout/ExportEmptyDashboardError.d.ts.map +0 -1
  2130. package/esm/presentation/layout/ExportEmptyDashboardError.js +0 -10
  2131. package/esm/presentation/layout/ExportEmptyDashboardError.js.map +0 -1
  2132. package/esm/presentation/layout/constants.d.ts +0 -3
  2133. package/esm/presentation/layout/constants.d.ts.map +0 -1
  2134. package/esm/presentation/layout/constants.js +0 -4
  2135. package/esm/presentation/layout/constants.js.map +0 -1
  2136. package/esm/presentation/layout/dragAndDrop/DragLayer.d.ts +0 -3
  2137. package/esm/presentation/layout/dragAndDrop/DragLayer.d.ts.map +0 -1
  2138. package/esm/presentation/layout/dragAndDrop/DragLayer.js +0 -60
  2139. package/esm/presentation/layout/dragAndDrop/DragLayer.js.map +0 -1
  2140. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts +0 -5
  2141. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +0 -1
  2142. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/ContentDragPreview.js +0 -48
  2143. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +0 -1
  2144. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/HeightResizerDragPreview.d.ts +0 -7
  2145. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/HeightResizerDragPreview.d.ts.map +0 -1
  2146. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/HeightResizerDragPreview.js +0 -56
  2147. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/HeightResizerDragPreview.js.map +0 -1
  2148. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts +0 -29
  2149. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts.map +0 -1
  2150. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js +0 -62
  2151. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js.map +0 -1
  2152. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/sizeLimiting.d.ts +0 -9
  2153. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/sizeLimiting.d.ts.map +0 -1
  2154. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/sizeLimiting.js +0 -24
  2155. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/sizeLimiting.js.map +0 -1
  2156. package/esm/presentation/layout/dragAndDrop/Resize/BulletsBar/Bullet.d.ts +0 -8
  2157. package/esm/presentation/layout/dragAndDrop/Resize/BulletsBar/Bullet.d.ts.map +0 -1
  2158. package/esm/presentation/layout/dragAndDrop/Resize/BulletsBar/Bullet.js +0 -14
  2159. package/esm/presentation/layout/dragAndDrop/Resize/BulletsBar/Bullet.js.map +0 -1
  2160. package/esm/presentation/layout/dragAndDrop/Resize/BulletsBar/BulletsBar.d.ts +0 -8
  2161. package/esm/presentation/layout/dragAndDrop/Resize/BulletsBar/BulletsBar.d.ts.map +0 -1
  2162. package/esm/presentation/layout/dragAndDrop/Resize/BulletsBar/BulletsBar.js +0 -14
  2163. package/esm/presentation/layout/dragAndDrop/Resize/BulletsBar/BulletsBar.js.map +0 -1
  2164. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizer.d.ts +0 -4
  2165. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizer.d.ts.map +0 -1
  2166. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizer.js +0 -11
  2167. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizer.js.map +0 -1
  2168. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.d.ts +0 -15
  2169. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.d.ts.map +0 -1
  2170. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.js +0 -88
  2171. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.js.map +0 -1
  2172. package/esm/presentation/layout/dragAndDrop/Resize/ResizeOverlay.d.ts +0 -10
  2173. package/esm/presentation/layout/dragAndDrop/Resize/ResizeOverlay.d.ts.map +0 -1
  2174. package/esm/presentation/layout/dragAndDrop/Resize/ResizeOverlay.js +0 -67
  2175. package/esm/presentation/layout/dragAndDrop/Resize/ResizeOverlay.js.map +0 -1
  2176. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizer.d.ts +0 -4
  2177. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizer.d.ts.map +0 -1
  2178. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizer.js +0 -10
  2179. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizer.js.map +0 -1
  2180. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.d.ts +0 -12
  2181. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.d.ts.map +0 -1
  2182. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.js +0 -65
  2183. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.js.map +0 -1
  2184. package/esm/presentation/layout/dragAndDrop/Resize/types.d.ts +0 -5
  2185. package/esm/presentation/layout/dragAndDrop/Resize/types.d.ts.map +0 -1
  2186. package/esm/presentation/layout/dragAndDrop/Resize/types.js +0 -3
  2187. package/esm/presentation/layout/dragAndDrop/Resize/types.js.map +0 -1
  2188. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.d.ts +0 -9
  2189. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.d.ts.map +0 -1
  2190. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.js +0 -10
  2191. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.js.map +0 -1
  2192. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.d.ts +0 -9
  2193. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.d.ts.map +0 -1
  2194. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.js +0 -11
  2195. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.js.map +0 -1
  2196. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.d.ts +0 -8
  2197. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.d.ts.map +0 -1
  2198. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.js +0 -13
  2199. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.js.map +0 -1
  2200. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/index.d.ts +0 -4
  2201. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/index.d.ts.map +0 -1
  2202. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/index.js +0 -4
  2203. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/index.js.map +0 -1
  2204. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/types.d.ts +0 -2
  2205. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/types.d.ts.map +0 -1
  2206. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/types.js +0 -2
  2207. package/esm/presentation/layout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/types.js.map +0 -1
  2208. package/esm/presentation/layout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.d.ts +0 -3
  2209. package/esm/presentation/layout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.d.ts.map +0 -1
  2210. package/esm/presentation/layout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.js +0 -81
  2211. package/esm/presentation/layout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.js.map +0 -1
  2212. package/esm/presentation/layout/dragAndDrop/draggableWidget/Hotspot.d.ts +0 -13
  2213. package/esm/presentation/layout/dragAndDrop/draggableWidget/Hotspot.d.ts.map +0 -1
  2214. package/esm/presentation/layout/dragAndDrop/draggableWidget/Hotspot.js +0 -93
  2215. package/esm/presentation/layout/dragAndDrop/draggableWidget/Hotspot.js.map +0 -1
  2216. package/esm/presentation/layout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts +0 -9
  2217. package/esm/presentation/layout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +0 -1
  2218. package/esm/presentation/layout/dragAndDrop/draggableWidget/RowEndHotspot.js +0 -22
  2219. package/esm/presentation/layout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +0 -1
  2220. package/esm/presentation/layout/dragAndDrop/draggableWidget/SectionDropZoneBox.d.ts +0 -6
  2221. package/esm/presentation/layout/dragAndDrop/draggableWidget/SectionDropZoneBox.d.ts.map +0 -1
  2222. package/esm/presentation/layout/dragAndDrop/draggableWidget/SectionDropZoneBox.js +0 -21
  2223. package/esm/presentation/layout/dragAndDrop/draggableWidget/SectionDropZoneBox.js.map +0 -1
  2224. package/esm/presentation/layout/dragAndDrop/draggableWidget/SectionHotspot.d.ts +0 -9
  2225. package/esm/presentation/layout/dragAndDrop/draggableWidget/SectionHotspot.d.ts.map +0 -1
  2226. package/esm/presentation/layout/dragAndDrop/draggableWidget/SectionHotspot.js +0 -97
  2227. package/esm/presentation/layout/dragAndDrop/draggableWidget/SectionHotspot.js.map +0 -1
  2228. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZone.d.ts +0 -9
  2229. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZone.d.ts.map +0 -1
  2230. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZone.js +0 -9
  2231. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZone.js.map +0 -1
  2232. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZoneBox.d.ts +0 -7
  2233. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZoneBox.d.ts.map +0 -1
  2234. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZoneBox.js +0 -14
  2235. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZoneBox.js.map +0 -1
  2236. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts +0 -10
  2237. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts.map +0 -1
  2238. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js +0 -84
  2239. package/esm/presentation/layout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js.map +0 -1
  2240. package/esm/presentation/layout/dragAndDrop/draggableWidget/useInsightListItemDropHandler.d.ts +0 -3
  2241. package/esm/presentation/layout/dragAndDrop/draggableWidget/useInsightListItemDropHandler.d.ts.map +0 -1
  2242. package/esm/presentation/layout/dragAndDrop/draggableWidget/useInsightListItemDropHandler.js +0 -67
  2243. package/esm/presentation/layout/dragAndDrop/draggableWidget/useInsightListItemDropHandler.js.map +0 -1
  2244. package/esm/presentation/layout/dragAndDrop/draggableWidget/useInsightPlaceholderDropHandler.d.ts +0 -2
  2245. package/esm/presentation/layout/dragAndDrop/draggableWidget/useInsightPlaceholderDropHandler.d.ts.map +0 -1
  2246. package/esm/presentation/layout/dragAndDrop/draggableWidget/useInsightPlaceholderDropHandler.js +0 -33
  2247. package/esm/presentation/layout/dragAndDrop/draggableWidget/useInsightPlaceholderDropHandler.js.map +0 -1
  2248. package/esm/presentation/layout/dragAndDrop/draggableWidget/useIsDraggingCurrentItem.d.ts +0 -2
  2249. package/esm/presentation/layout/dragAndDrop/draggableWidget/useIsDraggingCurrentItem.d.ts.map +0 -1
  2250. package/esm/presentation/layout/dragAndDrop/draggableWidget/useIsDraggingCurrentItem.js +0 -13
  2251. package/esm/presentation/layout/dragAndDrop/draggableWidget/useIsDraggingCurrentItem.js.map +0 -1
  2252. package/esm/presentation/layout/dragAndDrop/draggableWidget/useKpiPlaceholderDropHandler.d.ts +0 -2
  2253. package/esm/presentation/layout/dragAndDrop/draggableWidget/useKpiPlaceholderDropHandler.d.ts.map +0 -1
  2254. package/esm/presentation/layout/dragAndDrop/draggableWidget/useKpiPlaceholderDropHandler.js +0 -36
  2255. package/esm/presentation/layout/dragAndDrop/draggableWidget/useKpiPlaceholderDropHandler.js.map +0 -1
  2256. package/esm/presentation/layout/dragAndDrop/draggableWidget/useMoveWidgetHandler.d.ts +0 -3
  2257. package/esm/presentation/layout/dragAndDrop/draggableWidget/useMoveWidgetHandler.d.ts.map +0 -1
  2258. package/esm/presentation/layout/dragAndDrop/draggableWidget/useMoveWidgetHandler.js +0 -21
  2259. package/esm/presentation/layout/dragAndDrop/draggableWidget/useMoveWidgetHandler.js.map +0 -1
  2260. package/esm/presentation/layout/dragAndDrop/draggableWidget/useMoveWidgetToNewSectionDropHandler.d.ts +0 -3
  2261. package/esm/presentation/layout/dragAndDrop/draggableWidget/useMoveWidgetToNewSectionDropHandler.d.ts.map +0 -1
  2262. package/esm/presentation/layout/dragAndDrop/draggableWidget/useMoveWidgetToNewSectionDropHandler.js +0 -8
  2263. package/esm/presentation/layout/dragAndDrop/draggableWidget/useMoveWidgetToNewSectionDropHandler.js.map +0 -1
  2264. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionInsightListItemDropHandler.d.ts +0 -3
  2265. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionInsightListItemDropHandler.d.ts.map +0 -1
  2266. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionInsightListItemDropHandler.js +0 -70
  2267. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionInsightListItemDropHandler.js.map +0 -1
  2268. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionInsightPlaceholderDropHandler.d.ts +0 -2
  2269. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionInsightPlaceholderDropHandler.d.ts.map +0 -1
  2270. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionInsightPlaceholderDropHandler.js +0 -35
  2271. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionInsightPlaceholderDropHandler.js.map +0 -1
  2272. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionKpiPlaceholderDropHandler.d.ts +0 -2
  2273. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionKpiPlaceholderDropHandler.d.ts.map +0 -1
  2274. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionKpiPlaceholderDropHandler.js +0 -38
  2275. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionKpiPlaceholderDropHandler.js.map +0 -1
  2276. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionRichTextPlaceholderDropHandler.d.ts +0 -2
  2277. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionRichTextPlaceholderDropHandler.d.ts.map +0 -1
  2278. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionRichTextPlaceholderDropHandler.js +0 -56
  2279. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionRichTextPlaceholderDropHandler.js.map +0 -1
  2280. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionVisualizationSwitcherPlaceholderDropHandler.d.ts +0 -2
  2281. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionVisualizationSwitcherPlaceholderDropHandler.d.ts.map +0 -1
  2282. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionVisualizationSwitcherPlaceholderDropHandler.js +0 -45
  2283. package/esm/presentation/layout/dragAndDrop/draggableWidget/useNewSectionVisualizationSwitcherPlaceholderDropHandler.js.map +0 -1
  2284. package/esm/presentation/layout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.d.ts +0 -2
  2285. package/esm/presentation/layout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.d.ts.map +0 -1
  2286. package/esm/presentation/layout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.js +0 -56
  2287. package/esm/presentation/layout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.js.map +0 -1
  2288. package/esm/presentation/layout/dragAndDrop/draggableWidget/useVisualizationSwitcherPlaceholderDropHandler.d.ts +0 -2
  2289. package/esm/presentation/layout/dragAndDrop/draggableWidget/useVisualizationSwitcherPlaceholderDropHandler.d.ts.map +0 -1
  2290. package/esm/presentation/layout/dragAndDrop/draggableWidget/useVisualizationSwitcherPlaceholderDropHandler.js +0 -43
  2291. package/esm/presentation/layout/dragAndDrop/draggableWidget/useVisualizationSwitcherPlaceholderDropHandler.js.map +0 -1
  2292. package/esm/presentation/layout/dragAndDrop/draggableWidget/useWidgetDragHoverHandlers.d.ts +0 -9
  2293. package/esm/presentation/layout/dragAndDrop/draggableWidget/useWidgetDragHoverHandlers.d.ts.map +0 -1
  2294. package/esm/presentation/layout/dragAndDrop/draggableWidget/useWidgetDragHoverHandlers.js +0 -18
  2295. package/esm/presentation/layout/dragAndDrop/draggableWidget/useWidgetDragHoverHandlers.js.map +0 -1
  2296. package/esm/presentation/layout/index.d.ts +0 -4
  2297. package/esm/presentation/layout/index.d.ts.map +0 -1
  2298. package/esm/presentation/layout/index.js +0 -4
  2299. package/esm/presentation/layout/index.js.map +0 -1
  2300. package/esm/presentation/layout/refs.d.ts +0 -5
  2301. package/esm/presentation/layout/refs.d.ts.map +0 -1
  2302. package/esm/presentation/layout/refs.js +0 -7
  2303. package/esm/presentation/layout/refs.js.map +0 -1
  2304. package/esm/presentation/layout/types.d.ts +0 -22
  2305. package/esm/presentation/layout/types.d.ts.map +0 -1
  2306. package/esm/presentation/layout/types.js +0 -2
  2307. package/esm/presentation/layout/types.js.map +0 -1
  2308. /package/esm/presentation/{layout → flexibleLayout}/DefaultDashboardLayout.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardMainContent.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardMainContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAiBhE,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,eAAO,MAAM,oBAAoB,iFAiD/B,CAAC"}
1
+ {"version":3,"file":"DashboardMainContent.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardMainContent.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,eAAO,MAAM,oBAAoB,qGAkD/B,CAAC"}
@@ -1,20 +1,16 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  // (C) 2022-2025 GoodData Corporation
2
- import React, { forwardRef, useEffect } from "react";
3
+ import { forwardRef, useEffect } from "react";
3
4
  import cx from "classnames";
4
5
  import { DateFilterConfigWarnings } from "./DateFilterConfigWarnings.js";
5
- import { changeFilterContextSelection, selectEnableDashboardDescriptionDynamicHeight, selectEnableFlexibleLayout, useDashboardSelector, useDispatchDashboardCommand, useWidgetSelection, } from "../../../model/index.js";
6
+ import { changeFilterContextSelection, useDispatchDashboardCommand, useWidgetSelection, } from "../../../model/index.js";
6
7
  import { useDashboardDrop } from "../../dragAndDrop/index.js";
7
8
  import { useWidgetDragHoverHandlers as useFlexibleWidgetDragHoverHandlers } from "../../flexibleLayout/dragAndDrop/draggableWidget/useWidgetDragHoverHandlers.js";
8
- import { useWidgetDragHoverHandlers as useFluidWidgetDragHoverHandlers } from "../../layout/dragAndDrop/draggableWidget/useWidgetDragHoverHandlers.js";
9
- import { DashboardLayout } from "../../layout/index.js";
9
+ import { DashboardLayout } from "../../widget/index.js";
10
10
  export const DashboardMainContent = forwardRef(function DashboardMainContent(_, ref) {
11
11
  const onFiltersChange = useDispatchDashboardCommand(changeFilterContextSelection);
12
12
  const { deselectWidgets } = useWidgetSelection();
13
- const isFlexibleLayoutEnabled = useDashboardSelector(selectEnableFlexibleLayout);
14
- const isDescriptionDynamicHeight = useDashboardSelector(selectEnableDashboardDescriptionDynamicHeight);
15
- const useWidgetDragHoverHandlers = isFlexibleLayoutEnabled
16
- ? useFlexibleWidgetDragHoverHandlers
17
- : useFluidWidgetDragHoverHandlers;
13
+ const useWidgetDragHoverHandlers = useFlexibleWidgetDragHoverHandlers;
18
14
  const { handleDragHoverEnd } = useWidgetDragHoverHandlers();
19
15
  const [{ isOver }, dropRef] = useDashboardDrop([
20
16
  "insight",
@@ -34,13 +30,7 @@ export const DashboardMainContent = forwardRef(function DashboardMainContent(_,
34
30
  handleDragHoverEnd();
35
31
  }
36
32
  }, [handleDragHoverEnd, isOver]);
37
- const classNames = cx("gd-flex-container", "root-flex-maincontent", {
38
- "gd-grid-layout": isFlexibleLayoutEnabled,
39
- "gd-auto-resized-dashboard-descriptions": isFlexibleLayoutEnabled || isDescriptionDynamicHeight,
40
- });
41
- return (React.createElement("div", { className: "gd-flex-item-stretch dash-section dash-section-kpis", ref: ref },
42
- React.createElement("div", { className: classNames, ref: dropRef, onClick: deselectWidgets },
43
- React.createElement(DateFilterConfigWarnings, null),
44
- React.createElement(DashboardLayout, { onFiltersChange: onFiltersChange }))));
33
+ const classNames = cx("gd-flex-container", "root-flex-maincontent", "gd-grid-layout", "gd-auto-resized-dashboard-descriptions");
34
+ return (_jsx("div", { className: "gd-flex-item-stretch dash-section dash-section-kpis", ref: ref, children: _jsxs("div", { className: classNames, ref: dropRef, onClick: deselectWidgets, children: [_jsx(DateFilterConfigWarnings, {}), _jsx(DashboardLayout, { onFiltersChange: onFiltersChange })] }) }));
45
35
  });
46
36
  //# sourceMappingURL=DashboardMainContent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardMainContent.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardMainContent.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAa,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE5B,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EACH,4BAA4B,EAC5B,6CAA6C,EAC7C,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,kBAAkB,GACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,0BAA0B,IAAI,kCAAkC,EAAE,MAAM,gFAAgF,CAAC;AAClK,OAAO,EAAE,0BAA0B,IAAI,+BAA+B,EAAE,MAAM,wEAAwE,CAAC;AACvJ,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,MAAM,CAAC,MAAM,oBAAoB,GAAG,UAAU,CAAC,SAAS,oBAAoB,CAAC,CAAkB,EAAE,GAAG;IAChG,MAAM,eAAe,GAAG,2BAA2B,CAAC,4BAA4B,CAAC,CAAC;IAClF,MAAM,EAAE,eAAe,EAAE,GAAG,kBAAkB,EAAE,CAAC;IACjD,MAAM,uBAAuB,GAAG,oBAAoB,CAAC,0BAA0B,CAAC,CAAC;IACjF,MAAM,0BAA0B,GAAG,oBAAoB,CAAC,6CAA6C,CAAC,CAAC;IACvG,MAAM,0BAA0B,GAAG,uBAAuB;QACtD,CAAC,CAAC,kCAAkC;QACpC,CAAC,CAAC,+BAA+B,CAAC;IAEtC,MAAM,EAAE,kBAAkB,EAAE,GAAG,0BAA0B,EAAE,CAAC;IAC5D,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,OAAO,CAAC,GAAG,gBAAgB,CAC1C;QACI,SAAS;QACT,qBAAqB;QACrB,iBAAiB;QACjB,KAAK;QACL,iBAAiB;QACjB,UAAU;QACV,kBAAkB;QAClB,uBAAuB;QACvB,+BAA+B;QAC/B,iBAAiB;QACjB,yBAAyB;KAC5B,EACD,EAAE,CACL,CAAC;IAEF,SAAS,CAAC,GAAG,EAAE;QACX,IAAI,CAAC,MAAM,EAAE,CAAC;YACV,kBAAkB,EAAE,CAAC;QACzB,CAAC;IACL,CAAC,EAAE,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC;IAEjC,MAAM,UAAU,GAAG,EAAE,CAAC,mBAAmB,EAAE,uBAAuB,EAAE;QAChE,gBAAgB,EAAE,uBAAuB;QACzC,wCAAwC,EAAE,uBAAuB,IAAI,0BAA0B;KAClG,CAAC,CAAC;IAEH,OAAO,CACH,6BACI,SAAS,EAAC,qDAAqD,EAC/D,GAAG,EAAE,GAAgC;QAErC,6BAAK,SAAS,EAAE,UAAU,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,eAAe;YAC9D,oBAAC,wBAAwB,OAAG;YAC5B,oBAAC,eAAe,IAAC,eAAe,EAAE,eAAe,GAAI,CACnD,CACJ,CACT,CAAC;AACN,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"DashboardMainContent.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardMainContent.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAkB,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,MAAM,YAAY,CAAC;AAE5B,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EACH,4BAA4B,EAC5B,2BAA2B,EAC3B,kBAAkB,GACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,0BAA0B,IAAI,kCAAkC,EAAE,MAAM,gFAAgF,CAAC;AAClK,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,MAAM,CAAC,MAAM,oBAAoB,GAAG,UAAU,CAAC,SAAS,oBAAoB,CAAC,CAAkB,EAAE,GAAG;IAChG,MAAM,eAAe,GAAG,2BAA2B,CAAC,4BAA4B,CAAC,CAAC;IAClF,MAAM,EAAE,eAAe,EAAE,GAAG,kBAAkB,EAAE,CAAC;IACjD,MAAM,0BAA0B,GAAG,kCAAkC,CAAC;IACtE,MAAM,EAAE,kBAAkB,EAAE,GAAG,0BAA0B,EAAE,CAAC;IAC5D,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,OAAO,CAAC,GAAG,gBAAgB,CAC1C;QACI,SAAS;QACT,qBAAqB;QACrB,iBAAiB;QACjB,KAAK;QACL,iBAAiB;QACjB,UAAU;QACV,kBAAkB;QAClB,uBAAuB;QACvB,+BAA+B;QAC/B,iBAAiB;QACjB,yBAAyB;KAC5B,EACD,EAAE,CACL,CAAC;IAEF,SAAS,CAAC,GAAG,EAAE;QACX,IAAI,CAAC,MAAM,EAAE,CAAC;YACV,kBAAkB,EAAE,CAAC;QACzB,CAAC;IACL,CAAC,EAAE,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC;IAEjC,MAAM,UAAU,GAAG,EAAE,CACjB,mBAAmB,EACnB,uBAAuB,EACvB,gBAAgB,EAChB,wCAAwC,CAC3C,CAAC;IAEF,OAAO,CACH,cACI,SAAS,EAAC,qDAAqD,EAC/D,GAAG,EAAE,GAAgC,YAErC,eACI,SAAS,EAAE,UAAU,EACrB,GAAG,EAAE,OAAqD,EAC1D,OAAO,EAAE,eAAe,aAExB,KAAC,wBAAwB,KAAG,EAC5B,KAAC,eAAe,IAAC,eAAe,EAAE,eAAe,GAAI,IACnD,GACJ,CACT,CAAC;AACN,CAAC,CAAC,CAAC"}
@@ -1,7 +1,6 @@
1
- import React from "react";
2
1
  import { IDashboardProps } from "../types.js";
3
2
  /**
4
3
  * @internal
5
4
  */
6
- export declare function DashboardRenderer(props: IDashboardProps): React.JSX.Element;
5
+ export declare function DashboardRenderer(props: IDashboardProps): import("react/jsx-runtime").JSX.Element;
7
6
  //# sourceMappingURL=DashboardRenderer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardRenderer.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardRenderer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmD1B,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAG9C;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,eAAe,qBAgKvD"}
1
+ {"version":3,"file":"DashboardRenderer.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardRenderer.tsx"],"names":[],"mappings":"AAmDA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAG9C;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,eAAe,2CAgKvD"}
@@ -1,5 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  // (C) 2022-2025 GoodData Corporation
2
- import React from "react";
3
3
  import { DndProvider } from "@evil-internetmann/react-dnd";
4
4
  import { HTML5Backend } from "react-dnd-html5-backend";
5
5
  import { BackendProvider, ErrorComponent as DefaultError, LoadingComponent as DefaultLoading, WorkspaceProvider, } from "@gooddata/sdk-ui";
@@ -14,7 +14,7 @@ import { DashboardComponentsProvider, DashboardConfigProvider, DashboardCustomiz
14
14
  import { DefaultDashboardSettingsDialog } from "../../dashboardSettingsDialog/index.js";
15
15
  import { DefaultEmptyLayoutDropZoneBody, HoveredWidgetProvider, LayoutResizeStateProvider, } from "../../dragAndDrop/index.js";
16
16
  import { RenderModeAwareFilterBar } from "../../filterBar/index.js";
17
- import { DefaultDashboardLayout } from "../../layout/index.js";
17
+ import { DefaultDashboardLayout } from "../../flexibleLayout/index.js";
18
18
  import { DefaultSaveAsDialog } from "../../saveAs/index.js";
19
19
  import { DefaultScheduledEmailDialog, DefaultScheduledEmailManagementDialog, } from "../../scheduledEmail/index.js";
20
20
  import { DefaultShareDialog } from "../../shareDialog/index.js";
@@ -29,29 +29,17 @@ const overlayController = OverlayController.getInstance(DASHBOARD_OVERLAYS_Z_IND
29
29
  */
30
30
  export function DashboardRenderer(props) {
31
31
  const { backend, workspace, hasThemeProvider, dashboardOrRef, attributeFilterProvider, dateFilterProvider, widgetProvider, insightProvider, insightBodyProvider, insightMenuButtonProvider, dashboardContentProvider, insightMenuProvider, richTextMenuProvider, richTextMenuTitleProvider, insightMenuTitleProvider, insightWidgetComponentSet, attributeFilterComponentSet, dateFilterComponentSet, richTextProvider, visualizationSwitcherProvider, richTextWidgetComponentSet, visualizationSwitcherWidgetComponentSet, visualizationSwitcherToolbarComponentProvider, dashboardLayoutWidgetComponentSet, showAsTableButtonComponentProvider, } = useDashboard(props);
32
- const dashboardRender = (React.createElement(BackendProvider, { backend: backend },
33
- React.createElement(WorkspaceProvider, { workspace: workspace },
34
- React.createElement(OverlayControllerProvider, { overlayController: overlayController },
35
- React.createElement(DashboardStoreProvider, { backend: props.backend, workspace: props.workspace, dashboard: dashboardOrRef, persistedDashboard: props.persistedDashboard, filterContextRef: props.filterContextRef, eventHandlers: props.eventHandlers, config: props.config, permissions: props.permissions, onStateChange: props.onStateChange, onEventingInitialized: props.onEventingInitialized, additionalReduxContext: props.additionalReduxContext, customizationFns: props.customizationFns, widgetsOverlayFn: props.widgetsOverlayFn },
36
- React.createElement(ExportDialogContextProvider, null,
37
- React.createElement(DashboardCustomizationsProvider, { insightMenuItemsProvider: props.insightMenuItemsProvider, richTextMenuItemsProvider: props.richTextMenuItemsProvider, existingExportTransformFn: props.customizationFns?.existingExportTransformFn, slideConfig: props.config?.slideConfig },
38
- React.createElement(DashboardComponentsProvider, { ErrorComponent: props.ErrorComponent ?? DefaultError, LoadingComponent: props.LoadingComponent ?? DefaultLoading, LayoutComponent: props.LayoutComponent ?? DefaultDashboardLayout, InsightComponentProvider: insightProvider, InsightBodyComponentProvider: insightBodyProvider, InsightMenuButtonComponentProvider: insightMenuButtonProvider, InsightMenuTitleComponentProvider: insightMenuTitleProvider, InsightMenuComponentProvider: insightMenuProvider, VisualizationSwitcherToolbarComponentProvider: visualizationSwitcherToolbarComponentProvider, RichTextComponentProvider: richTextProvider, RichTextMenuComponentProvider: richTextMenuProvider, RichTextMenuTitleComponentProvider: richTextMenuTitleProvider, VisualizationSwitcherComponentProvider: visualizationSwitcherProvider, WidgetComponentProvider: widgetProvider, ButtonBarComponent: props.ButtonBarComponent ?? DefaultButtonBar, MenuButtonComponent: props.MenuButtonComponent ?? DefaultMenuButton, TopBarComponent: props.TopBarComponent ?? RenderModeAwareTopBar, ToolbarComponent: props.ToolbarComponent ?? HiddenToolbar, TitleComponent: props.TitleComponent ?? RenderModeAwareTitle, ScheduledEmailDialogComponent: props.ScheduledEmailDialogComponent ?? DefaultScheduledEmailDialog, ScheduledEmailManagementDialogComponent: props.ScheduledEmailManagementDialogComponent ??
32
+ const dashboardRender = (_jsx(BackendProvider, { backend: backend, children: _jsx(WorkspaceProvider, { workspace: workspace, children: _jsx(OverlayControllerProvider, { overlayController: overlayController, children: _jsx(DashboardStoreProvider, { backend: props.backend, workspace: props.workspace, dashboard: dashboardOrRef, persistedDashboard: props.persistedDashboard, filterContextRef: props.filterContextRef, eventHandlers: props.eventHandlers, config: props.config, permissions: props.permissions, onStateChange: props.onStateChange, onEventingInitialized: props.onEventingInitialized, additionalReduxContext: props.additionalReduxContext, customizationFns: props.customizationFns, widgetsOverlayFn: props.widgetsOverlayFn, children: _jsx(ExportDialogContextProvider, { children: _jsx(DashboardCustomizationsProvider, { insightMenuItemsProvider: props.insightMenuItemsProvider, richTextMenuItemsProvider: props.richTextMenuItemsProvider, existingExportTransformFn: props.customizationFns?.existingExportTransformFn, slideConfig: props.config?.slideConfig, children: _jsx(DashboardComponentsProvider, { ErrorComponent: props.ErrorComponent ?? DefaultError, LoadingComponent: props.LoadingComponent ?? DefaultLoading, LayoutComponent: props.LayoutComponent ?? DefaultDashboardLayout, InsightComponentProvider: insightProvider, InsightBodyComponentProvider: insightBodyProvider, InsightMenuButtonComponentProvider: insightMenuButtonProvider, InsightMenuTitleComponentProvider: insightMenuTitleProvider, InsightMenuComponentProvider: insightMenuProvider, VisualizationSwitcherToolbarComponentProvider: visualizationSwitcherToolbarComponentProvider, RichTextComponentProvider: richTextProvider, RichTextMenuComponentProvider: richTextMenuProvider, RichTextMenuTitleComponentProvider: richTextMenuTitleProvider, VisualizationSwitcherComponentProvider: visualizationSwitcherProvider, WidgetComponentProvider: widgetProvider, ButtonBarComponent: props.ButtonBarComponent ?? DefaultButtonBar, MenuButtonComponent: props.MenuButtonComponent ?? DefaultMenuButton, TopBarComponent: props.TopBarComponent ?? RenderModeAwareTopBar, ToolbarComponent: props.ToolbarComponent ?? HiddenToolbar, TitleComponent: props.TitleComponent ?? RenderModeAwareTitle, ScheduledEmailDialogComponent: props.ScheduledEmailDialogComponent ?? DefaultScheduledEmailDialog, ScheduledEmailManagementDialogComponent: props.ScheduledEmailManagementDialogComponent ??
39
33
  DefaultScheduledEmailManagementDialog, ShareDialogComponent: props.ShareDialogComponent ?? DefaultShareDialog, AlertingManagementDialogComponent: props.AlertingManagementDialogComponent ??
40
34
  DefaultAlertingManagementDialogNew, AlertingDialogComponent: props.AlertingDialogComponent ?? DefaultAlertingDialogNew, SaveAsDialogComponent: props.SaveAsDialogComponent ?? DefaultSaveAsDialog, DashboardAttributeFilterComponentProvider: attributeFilterProvider, DashboardDateFilterComponentProvider: dateFilterProvider, FilterBarComponent: props.FilterBarComponent ?? RenderModeAwareFilterBar, SidebarComponent: props.SidebarComponent ?? RenderModeAwareDashboardSidebar, InsightWidgetComponentSet: insightWidgetComponentSet, RichTextWidgetComponentSet: richTextWidgetComponentSet, VisualizationSwitcherWidgetComponentSet: visualizationSwitcherWidgetComponentSet, DashboardLayoutWidgetComponentSet: dashboardLayoutWidgetComponentSet, AttributeFilterComponentSet: attributeFilterComponentSet, DateFilterComponentSet: dateFilterComponentSet, EmptyLayoutDropZoneBodyComponent: props.EmptyLayoutDropZoneBodyComponent ??
41
35
  DefaultEmptyLayoutDropZoneBody, SaveButtonComponent: props.SaveButtonComponent ?? DefaultSaveButton, DashboardContentComponentProvider: dashboardContentProvider, SettingButtonComponent: props.SettingButtonComponent ?? DefaultSettingButton, DashboardSettingsDialogComponent: props.DashboardSettingsDialogComponent ??
42
- DefaultDashboardSettingsDialog, ShowAsTableButtonComponentProvider: showAsTableButtonComponentProvider },
43
- React.createElement(DashboardConfigProvider, { menuButtonConfig: props.menuButtonConfig },
44
- React.createElement(DndProvider, { backend: HTML5Backend },
45
- React.createElement(LayoutResizeStateProvider, null,
46
- React.createElement(DashboardItemPathAndSizeProvider, null,
47
- React.createElement(HoveredWidgetProvider, null,
48
- React.createElement(DashboardLoading, { ...props }))))))))))))));
36
+ DefaultDashboardSettingsDialog, ShowAsTableButtonComponentProvider: showAsTableButtonComponentProvider, children: _jsx(DashboardConfigProvider, { menuButtonConfig: props.menuButtonConfig, children: _jsx(DndProvider, { backend: HTML5Backend, children: _jsx(LayoutResizeStateProvider, { children: _jsx(DashboardItemPathAndSizeProvider, { children: _jsx(HoveredWidgetProvider, { children: _jsx(DashboardLoading, { ...props }) }) }) }) }) }) }) }) }) }) }) }) }));
49
37
  if (props.theme || (!hasThemeProvider && !props.disableThemeLoading)) {
50
- return (React.createElement(ThemeProvider, { theme: props.theme, modifier: props.themeModifier ?? defaultDashboardThemeModifier, backend: backend, workspace: workspace,
38
+ return (_jsx(ThemeProvider, { theme: props.theme, modifier: props.themeModifier ?? defaultDashboardThemeModifier, backend: backend, workspace: workspace,
51
39
  // Do not remove global theme styles on unmount, if the theme is provided as a prop,
52
40
  // and the theme loading is disabled.
53
41
  // This avoids flickering of the theme, when switching between the dashboard plugin engine and the default engine.
54
- removeGlobalStylesOnUnmout: !props.disableThemeLoading }, dashboardRender));
42
+ removeGlobalStylesOnUnmout: !props.disableThemeLoading, children: dashboardRender }));
55
43
  }
56
44
  return dashboardRender;
57
45
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardRenderer.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardRenderer.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DashboardRenderer.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardRenderer.tsx"],"names":[],"mappings":"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"}
@@ -1,9 +1,9 @@
1
- import React from "react";
1
+ import { ReactNode } from "react";
2
2
  import { ScreenSize } from "@gooddata/sdk-model";
3
3
  export interface IDashboardSizeContextProps {
4
- children: React.ReactNode;
4
+ children: ReactNode;
5
5
  }
6
- export declare function DashboardScreenSizeProvider({ children }: IDashboardSizeContextProps): React.JSX.Element;
6
+ export declare function DashboardScreenSizeProvider({ children }: IDashboardSizeContextProps): import("react/jsx-runtime").JSX.Element;
7
7
  /**
8
8
  * Return current screen size.
9
9
  */
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardScreenSizeContext.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardScreenSizeContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAI/D,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAiDjD,MAAM,WAAW,0BAA0B;IACvC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAKD,wBAAgB,2BAA2B,CAAC,EAAE,QAAQ,EAAE,EAAE,0BAA0B,qBA2BnF;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,QAAO,UAGhC,CAAC"}
1
+ {"version":3,"file":"DashboardScreenSizeContext.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardScreenSizeContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,SAAS,EAAkE,MAAM,OAAO,CAAC;AAI5G,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAiDjD,MAAM,WAAW,0BAA0B;IACvC,QAAQ,EAAE,SAAS,CAAC;CACvB;AAKD,wBAAgB,2BAA2B,CAAC,EAAE,QAAQ,EAAE,EAAE,0BAA0B,2CA2BnF;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,QAAO,UAGhC,CAAC"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  // (C) 2024-2025 GoodData Corporation
2
- import React, { useContext, useEffect, useState } from "react";
3
+ import { createContext, useContext, useEffect, useState } from "react";
3
4
  import { selectScreen, setScreenSize as setScreenSizeAction, useDashboardDispatch, useDashboardSelector, } from "../../../model/index.js";
4
5
  import { DASHBOARD_LAYOUT_BREAK_POINTS } from "../../constants/index.js";
5
6
  const getCurrentScreenSize = () => {
@@ -32,7 +33,7 @@ function setNewSize(prevSize, setScreenSize, dispatch) {
32
33
  dispatch(setScreenSizeAction(newSize));
33
34
  }
34
35
  }
35
- const DashboardScreenSizeContext = React.createContext(undefined);
36
+ const DashboardScreenSizeContext = createContext(undefined);
36
37
  DashboardScreenSizeContext.displayName = "DashboardScreenSizeContext";
37
38
  export function DashboardScreenSizeProvider({ children }) {
38
39
  const [screenSize, setScreenSize] = useState();
@@ -50,8 +51,7 @@ export function DashboardScreenSizeProvider({ children }) {
50
51
  window.removeEventListener("resize", handleWindowResized, false);
51
52
  };
52
53
  }, [screenSize, dispatch]);
53
- return (React.createElement("div", { className: "s-screen-size-container" },
54
- React.createElement(DashboardScreenSizeContext.Provider, { value: screenSize }, appStateScreenSize ? children : null)));
54
+ return (_jsx("div", { className: "s-screen-size-container", children: _jsx(DashboardScreenSizeContext.Provider, { value: screenSize, children: appStateScreenSize ? children : null }) }));
55
55
  }
56
56
  /**
57
57
  * Return current screen size.
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardScreenSizeContext.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardScreenSizeContext.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DashboardScreenSizeContext.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DashboardScreenSizeContext.tsx"],"names":[],"mappings":"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"}
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- export declare function DateFilterConfigWarnings(): React.JSX.Element | null;
1
+ export declare function DateFilterConfigWarnings(): import("react/jsx-runtime").JSX.Element | null;
3
2
  //# sourceMappingURL=DateFilterConfigWarnings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DateFilterConfigWarnings.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DateFilterConfigWarnings.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+C1B,wBAAgB,wBAAwB,6BA0BvC"}
1
+ {"version":3,"file":"DateFilterConfigWarnings.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DateFilterConfigWarnings.tsx"],"names":[],"mappings":"AA+CA,wBAAgB,wBAAwB,mDA0BvC"}
@@ -1,5 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  // (C) 2022-2025 GoodData Corporation
2
- import React from "react";
3
3
  import { createSelector } from "@reduxjs/toolkit";
4
4
  import { FormattedMessage, defineMessage } from "react-intl";
5
5
  import { Message } from "@gooddata/sdk-ui-kit";
@@ -34,14 +34,12 @@ export function DateFilterConfigWarnings() {
34
34
  const effectiveMapping = enableRenamingProjectToWorkspace
35
35
  ? workspaceValidationMessagesMapping
36
36
  : projectValidationMessagesMapping;
37
- return isInEditMode && warnings.length > 0 ? (React.createElement(Message, { type: "warning", contrast: true, className: "gd-date-filter-config-warning-message" },
38
- React.createElement("ul", { className: "gd-date-filter-config-warning-message-items" }, warnings.map((warning) => {
39
- const message = effectiveMapping[warning];
40
- if (message) {
41
- return (React.createElement("li", { key: warning },
42
- React.createElement(FormattedMessage, { id: message.id })));
43
- }
44
- return null;
45
- })))) : null;
37
+ return isInEditMode && warnings.length > 0 ? (_jsx(Message, { type: "warning", contrast: true, className: "gd-date-filter-config-warning-message", children: _jsx("ul", { className: "gd-date-filter-config-warning-message-items", children: warnings.map((warning) => {
38
+ const message = effectiveMapping[warning];
39
+ if (message) {
40
+ return (_jsx("li", { children: _jsx(FormattedMessage, { id: message.id }) }, warning));
41
+ }
42
+ return null;
43
+ }) }) })) : null;
46
44
  }
47
45
  //# sourceMappingURL=DateFilterConfigWarnings.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DateFilterConfigWarnings.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DateFilterConfigWarnings.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAqB,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhF,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,OAAO,EACH,wCAAwC,EACxC,sCAAsC,EACtC,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,GACvB,MAAM,yBAAyB,CAAC;AAGjC,MAAM,kCAAkC,GAA8D;IAClG,sBAAsB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,+CAA+C,EAAE,CAAC;IAC9F,SAAS,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,+CAA+C,EAAE,CAAC;IACjF,gBAAgB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,yCAAyC,EAAE,CAAC;IAClF,qBAAqB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,+CAA+C,EAAE,CAAC;IAC7F,gBAAgB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,kDAAkD,EAAE,CAAC;CAC9F,CAAC;AAEF,MAAM,gCAAgC,GAA8D;IAChG,GAAG,kCAAkC;IACrC,SAAS,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,qCAAqC,EAAE,CAAC;IACvE,gBAAgB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,+CAA+C,EAAE,CAAC;CAC3F,CAAC;AAEF,2GAA2G;AAC3G,mEAAmE;AACnE,MAAM,qCAAqC,GAAG,IAAI,GAAG,CAA6B;IAC9E,kBAAkB;IAClB,uBAAuB;CAC1B,CAAC,CAAC;AAEH,MAAM,sBAAsB,GAAG,cAAc,CACzC,wCAAwC,EACxC,oBAAoB,EACpB,CAAC,QAAQ,EAAE,KAAK,EAAE,EAAE;IAChB,OAAO,KAAK;QACR,CAAC,CAAC,QAAQ;QACV,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,qCAAqC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC;AAC5F,CAAC,CACJ,CAAC;AAEF,MAAM,UAAU,wBAAwB;IACpC,MAAM,YAAY,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;IAC9D,MAAM,QAAQ,GAAG,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;IAC9D,MAAM,gCAAgC,GAAG,oBAAoB,CAAC,sCAAsC,CAAC,CAAC;IAEtG,MAAM,gBAAgB,GAAG,gCAAgC;QACrD,CAAC,CAAC,kCAAkC;QACpC,CAAC,CAAC,gCAAgC,CAAC;IAEvC,OAAO,YAAY,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACzC,oBAAC,OAAO,IAAC,IAAI,EAAC,SAAS,EAAC,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAC,uCAAuC;QACrF,4BAAI,SAAS,EAAC,6CAA6C,IACtD,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE;YACtB,MAAM,OAAO,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC;YAC1C,IAAI,OAAO,EAAE,CAAC;gBACV,OAAO,CACH,4BAAI,GAAG,EAAE,OAAO;oBACZ,oBAAC,gBAAgB,IAAC,EAAE,EAAE,OAAO,CAAC,EAAE,GAAI,CACnC,CACR,CAAC;YACN,CAAC;YACD,OAAO,IAAI,CAAC;QAChB,CAAC,CAAC,CACD,CACC,CACb,CAAC,CAAC,CAAC,IAAI,CAAC;AACb,CAAC"}
1
+ {"version":3,"file":"DateFilterConfigWarnings.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/DateFilterConfigWarnings.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAqB,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhF,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,OAAO,EACH,wCAAwC,EACxC,sCAAsC,EACtC,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,GACvB,MAAM,yBAAyB,CAAC;AAGjC,MAAM,kCAAkC,GAA8D;IAClG,sBAAsB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,+CAA+C,EAAE,CAAC;IAC9F,SAAS,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,+CAA+C,EAAE,CAAC;IACjF,gBAAgB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,yCAAyC,EAAE,CAAC;IAClF,qBAAqB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,+CAA+C,EAAE,CAAC;IAC7F,gBAAgB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,kDAAkD,EAAE,CAAC;CAC9F,CAAC;AAEF,MAAM,gCAAgC,GAA8D;IAChG,GAAG,kCAAkC;IACrC,SAAS,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,qCAAqC,EAAE,CAAC;IACvE,gBAAgB,EAAE,aAAa,CAAC,EAAE,EAAE,EAAE,+CAA+C,EAAE,CAAC;CAC3F,CAAC;AAEF,2GAA2G;AAC3G,mEAAmE;AACnE,MAAM,qCAAqC,GAAG,IAAI,GAAG,CAA6B;IAC9E,kBAAkB;IAClB,uBAAuB;CAC1B,CAAC,CAAC;AAEH,MAAM,sBAAsB,GAAG,cAAc,CACzC,wCAAwC,EACxC,oBAAoB,EACpB,CAAC,QAAQ,EAAE,KAAK,EAAE,EAAE;IAChB,OAAO,KAAK;QACR,CAAC,CAAC,QAAQ;QACV,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,qCAAqC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC;AAC5F,CAAC,CACJ,CAAC;AAEF,MAAM,UAAU,wBAAwB;IACpC,MAAM,YAAY,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;IAC9D,MAAM,QAAQ,GAAG,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;IAC9D,MAAM,gCAAgC,GAAG,oBAAoB,CAAC,sCAAsC,CAAC,CAAC;IAEtG,MAAM,gBAAgB,GAAG,gCAAgC;QACrD,CAAC,CAAC,kCAAkC;QACpC,CAAC,CAAC,gCAAgC,CAAC;IAEvC,OAAO,YAAY,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACzC,KAAC,OAAO,IAAC,IAAI,EAAC,SAAS,EAAC,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAC,uCAAuC,YACrF,aAAI,SAAS,EAAC,6CAA6C,YACtD,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE;gBACtB,MAAM,OAAO,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC;gBAC1C,IAAI,OAAO,EAAE,CAAC;oBACV,OAAO,CACH,uBACI,KAAC,gBAAgB,IAAC,EAAE,EAAE,OAAO,CAAC,EAAE,GAAI,IAD/B,OAAO,CAEX,CACR,CAAC;gBACN,CAAC;gBACD,OAAO,IAAI,CAAC;YAChB,CAAC,CAAC,GACD,GACC,CACb,CAAC,CAAC,CAAC,IAAI,CAAC;AACb,CAAC"}
@@ -1,6 +1,5 @@
1
- import React from "react";
2
1
  /**
3
2
  * @internal
4
3
  */
5
- export declare function ToastMessages(): React.JSX.Element;
4
+ export declare function ToastMessages(): import("react/jsx-runtime").JSX.Element;
6
5
  //# sourceMappingURL=ToastMessages.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToastMessages.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/ToastMessages.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAQpD;;GAEG;AACH,wBAAgB,aAAa,sBAuB5B"}
1
+ {"version":3,"file":"ToastMessages.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/ToastMessages.tsx"],"names":[],"mappings":"AAUA;;GAEG;AACH,wBAAgB,aAAa,4CAuB5B"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  // (C) 2022-2025 GoodData Corporation
2
- import React, { useCallback, useMemo } from "react";
3
+ import { useCallback, useMemo } from "react";
3
4
  import { NonContextToastsInterop } from "@gooddata/sdk-ui-kit";
4
5
  import { useCrossFilteringMessages } from "./useCrossFilteringMessages.js";
5
6
  import { useDrillValidationMessages } from "./useDrillValidationMessages.js";
@@ -18,6 +19,6 @@ export function ToastMessages() {
18
19
  removeDrillValidationMessage(id);
19
20
  removeFilterContextValidationMessage(id);
20
21
  }, [removeDrillValidationMessage, removeFilterContextValidationMessage]);
21
- return React.createElement(NonContextToastsInterop, { messages: messages, onDismissMessage: removeMessage });
22
+ return _jsx(NonContextToastsInterop, { messages: messages, onDismissMessage: removeMessage });
22
23
  }
23
24
  //# sourceMappingURL=ToastMessages.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToastMessages.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/ToastMessages.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F;;GAEG;AACH,MAAM,UAAU,aAAa;IACzB,MAAM,EAAE,QAAQ,EAAE,uBAAuB,EAAE,aAAa,EAAE,4BAA4B,EAAE,GACpF,0BAA0B,EAAE,CAAC;IACjC,MAAM,EAAE,QAAQ,EAAE,+BAA+B,EAAE,aAAa,EAAE,oCAAoC,EAAE,GACpG,kCAAkC,EAAE,CAAC;IAEzC,yBAAyB,EAAE,CAAC;IAE5B,MAAM,QAAQ,GAAG,OAAO,CACpB,GAAG,EAAE,CAAC,CAAC,GAAG,uBAAuB,EAAE,GAAG,+BAA+B,CAAC,EACtE,CAAC,uBAAuB,EAAE,+BAA+B,CAAC,CAC7D,CAAC;IAEF,MAAM,aAAa,GAAG,WAAW;IAC7B,4CAA4C;IAC5C,CAAC,EAAU,EAAE,EAAE;QACX,4BAA4B,CAAC,EAAE,CAAC,CAAC;QACjC,oCAAoC,CAAC,EAAE,CAAC,CAAC;IAC7C,CAAC,EACD,CAAC,4BAA4B,EAAE,oCAAoC,CAAC,CACvE,CAAC;IAEF,OAAO,oBAAC,uBAAuB,IAAC,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,aAAa,GAAI,CAAC;AAC5F,CAAC"}
1
+ {"version":3,"file":"ToastMessages.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/ToastMessages.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAE7C,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F;;GAEG;AACH,MAAM,UAAU,aAAa;IACzB,MAAM,EAAE,QAAQ,EAAE,uBAAuB,EAAE,aAAa,EAAE,4BAA4B,EAAE,GACpF,0BAA0B,EAAE,CAAC;IACjC,MAAM,EAAE,QAAQ,EAAE,+BAA+B,EAAE,aAAa,EAAE,oCAAoC,EAAE,GACpG,kCAAkC,EAAE,CAAC;IAEzC,yBAAyB,EAAE,CAAC;IAE5B,MAAM,QAAQ,GAAG,OAAO,CACpB,GAAG,EAAE,CAAC,CAAC,GAAG,uBAAuB,EAAE,GAAG,+BAA+B,CAAC,EACtE,CAAC,uBAAuB,EAAE,+BAA+B,CAAC,CAC7D,CAAC;IAEF,MAAM,aAAa,GAAG,WAAW;IAC7B,4CAA4C;IAC5C,CAAC,EAAU,EAAE,EAAE;QACX,4BAA4B,CAAC,EAAE,CAAC,CAAC;QACjC,oCAAoC,CAAC,EAAE,CAAC,CAAC;IAC7C,CAAC,EACD,CAAC,4BAA4B,EAAE,oCAAoC,CAAC,CACvE,CAAC;IAEF,OAAO,KAAC,uBAAuB,IAAC,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,aAAa,GAAI,CAAC;AAC5F,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useDrillValidationMessages.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/useDrillValidationMessages.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AA6BhD,wBAAgB,0BAA0B;;wBAsD7B,MAAM;;EAqBlB"}
1
+ {"version":3,"file":"useDrillValidationMessages.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/useDrillValidationMessages.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AA6BhD,wBAAgB,0BAA0B;;wBAsD7B,MAAM;;EAqBlB"}
@@ -1,12 +1,13 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  // (C) 2021-2025 GoodData Corporation
2
- import React, { useCallback, useMemo } from "react";
3
+ import { useCallback, useMemo } from "react";
3
4
  import compact from "lodash/compact.js";
4
5
  import { defineMessages, useIntl } from "react-intl";
5
6
  import { isWidget, widgetTitle } from "@gooddata/sdk-model";
6
7
  import { selectInvalidDrillWidgetRefs, selectInvalidUrlDrillParameterWidgetWarnings, selectIsInEditMode, selectWidgetsMap, uiActions, useDashboardDispatch, useDashboardSelector, } from "../../../model/index.js";
7
8
  const commonReplacements = {
8
- b: (chunks) => React.createElement("b", null, chunks),
9
- i: (chunks) => React.createElement("i", null, chunks),
9
+ b: (chunks) => _jsx("b", { children: chunks }),
10
+ i: (chunks) => _jsx("i", { children: chunks }),
10
11
  };
11
12
  const localizationMessages = defineMessages({
12
13
  invalidDrillTitle: { id: "messages.dashboard.invalidDrills.title" },
@@ -1 +1 @@
1
- {"version":3,"file":"useDrillValidationMessages.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/useDrillValidationMessages.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"useDrillValidationMessages.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/useDrillValidationMessages.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFilterContextValidationMessages.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/useFilterContextValidationMessages.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAqBhD,wBAAgB,kCAAkC;;wBA0BrC,MAAM;;EAiBlB"}
1
+ {"version":3,"file":"useFilterContextValidationMessages.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/useFilterContextValidationMessages.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAqBhD,wBAAgB,kCAAkC;;wBA0BrC,MAAM;;EAiBlB"}
@@ -1,10 +1,11 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  // (C) 2021-2025 GoodData Corporation
2
- import React, { useCallback, useMemo } from "react";
3
+ import { useCallback, useMemo } from "react";
3
4
  import { defineMessages, useIntl } from "react-intl";
4
5
  import { selectFilterValidationIncompatibleDefaultFiltersOverride, selectIsInExportMode, uiActions, useDashboardDispatch, useDashboardSelector, } from "../../../model/index.js";
5
6
  const commonReplacements = {
6
- b: (chunks) => React.createElement("b", null, chunks),
7
- i: (chunks) => React.createElement("i", null, chunks),
7
+ b: (chunks) => _jsx("b", { children: chunks }),
8
+ i: (chunks) => _jsx("i", { children: chunks }),
8
9
  };
9
10
  const localizationMessages = defineMessages({
10
11
  invalidDrillTitle: { id: "messages.dashboard.incompatibleDefaultFilters.title" },
@@ -1 +1 @@
1
- {"version":3,"file":"useFilterContextValidationMessages.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/useFilterContextValidationMessages.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAIrD,OAAO,EACH,wDAAwD,EACxD,oBAAoB,EACpB,SAAS,EACT,oBAAoB,EACpB,oBAAoB,GACvB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,kBAAkB,GAAG;IACvB,CAAC,EAAE,CAAC,MAAuB,EAAE,EAAE,CAAC,+BAAI,MAAM,CAAK;IAC/C,CAAC,EAAE,CAAC,MAAuB,EAAE,EAAE,CAAC,+BAAI,MAAM,CAAK;CAClD,CAAC;AAEF,MAAM,oBAAoB,GAAG,cAAc,CAAC;IACxC,iBAAiB,EAAE,EAAE,EAAE,EAAE,qDAAqD,EAAE;CACnF,CAAC,CAAC;AAEH,MAAM,uCAAuC,GAAG,sCAAsC,CAAC;AAEvF,MAAM,UAAU,kCAAkC;IAC9C,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,MAAM,kCAAkC,GAAG,oBAAoB,CAC3D,wDAAwD,CAC3D,CAAC;IACF,MAAM,YAAY,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;IAEhE,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAe,EAAE;QACtC,IAAI,CAAC,kCAAkC,IAAI,YAAY,EAAE,CAAC;YACtD,OAAO,EAAE,CAAC;QACd,CAAC;QAED,OAAO;YACH;gBACI,EAAE,EAAE,uCAAuC;gBAC3C,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,kBAAkB,CAAC;gBACpF,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;gBAC/B,QAAQ,EAAE,QAAQ;aACrB;SACiB,CAAC;IAC3B,CAAC,EAAE,CAAC,kCAAkC,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC;IAE7D,MAAM,aAAa,GAAG,WAAW,CAC7B,CAAC,EAAU,EAAE,EAAE;QACX,IAAI,EAAE,KAAK,uCAAuC,EAAE,CAAC;YACjD,QAAQ,CAAC,SAAS,CAAC,8CAA8C,EAAE,CAAC,CAAC;QACzE,CAAC;IACL,CAAC,EACD,CAAC,QAAQ,CAAC,CACb,CAAC;IAEF,MAAM,iBAAiB,GAAG,WAAW,CAAC,GAAG,EAAE;QACvC,QAAQ,CAAC,SAAS,CAAC,8CAA8C,EAAE,CAAC,CAAC;IACzE,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,OAAO;QACH,QAAQ;QACR,aAAa;QACb,iBAAiB;KACpB,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"useFilterContextValidationMessages.js","sourceRoot":"","sources":["../../../../src/presentation/dashboard/components/useFilterContextValidationMessages.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAa,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAIrD,OAAO,EACH,wDAAwD,EACxD,oBAAoB,EACpB,SAAS,EACT,oBAAoB,EACpB,oBAAoB,GACvB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,kBAAkB,GAAG;IACvB,CAAC,EAAE,CAAC,MAAiB,EAAE,EAAE,CAAC,sBAAI,MAAM,GAAK;IACzC,CAAC,EAAE,CAAC,MAAiB,EAAE,EAAE,CAAC,sBAAI,MAAM,GAAK;CAC5C,CAAC;AAEF,MAAM,oBAAoB,GAAG,cAAc,CAAC;IACxC,iBAAiB,EAAE,EAAE,EAAE,EAAE,qDAAqD,EAAE;CACnF,CAAC,CAAC;AAEH,MAAM,uCAAuC,GAAG,sCAAsC,CAAC;AAEvF,MAAM,UAAU,kCAAkC;IAC9C,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,MAAM,kCAAkC,GAAG,oBAAoB,CAC3D,wDAAwD,CAC3D,CAAC;IACF,MAAM,YAAY,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;IAEhE,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAe,EAAE;QACtC,IAAI,CAAC,kCAAkC,IAAI,YAAY,EAAE,CAAC;YACtD,OAAO,EAAE,CAAC;QACd,CAAC;QAED,OAAO;YACH;gBACI,EAAE,EAAE,uCAAuC;gBAC3C,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,kBAAkB,CAAC;gBACpF,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;gBAC/B,QAAQ,EAAE,QAAQ;aACrB;SACiB,CAAC;IAC3B,CAAC,EAAE,CAAC,kCAAkC,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC;IAE7D,MAAM,aAAa,GAAG,WAAW,CAC7B,CAAC,EAAU,EAAE,EAAE;QACX,IAAI,EAAE,KAAK,uCAAuC,EAAE,CAAC;YACjD,QAAQ,CAAC,SAAS,CAAC,8CAA8C,EAAE,CAAC,CAAC;QACzE,CAAC;IACL,CAAC,EACD,CAAC,QAAQ,CAAC,CACb,CAAC;IAEF,MAAM,iBAAiB,GAAG,WAAW,CAAC,GAAG,EAAE;QACvC,QAAQ,CAAC,SAAS,CAAC,8CAA8C,EAAE,CAAC,CAAC;IACzE,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,OAAO;QACH,QAAQ;QACR,aAAa;QACb,iBAAiB;KACpB,CAAC;AACN,CAAC"}
@@ -1,4 +1,4 @@
1
- import React, { ComponentType, ReactElement } from "react";
1
+ import { ComponentType, Context, ReactElement } from "react";
2
2
  import { ReactReduxContextValue } from "react-redux";
3
3
  import { IAnalyticalBackend } from "@gooddata/sdk-backend-spi";
4
4
  import { IDashboard, ITheme, IWorkspacePermissions, ObjRef } from "@gooddata/sdk-model";
@@ -10,12 +10,13 @@ import { InsightComponentSetProvider } from "../componentDefinition/types.js";
10
10
  import { InsightMenuItemsProvider, OptionalAttributeFilterComponentProvider, OptionalDashboardContentComponentProvider, OptionalDashboardLayoutComponentProvider, OptionalDateFilterComponentProvider, OptionalInsightBodyComponentProvider, OptionalInsightComponentProvider, OptionalInsightMenuButtonComponentProvider, OptionalInsightMenuComponentProvider, OptionalInsightMenuTitleComponentProvider, OptionalRichTextComponentProvider, OptionalRichTextMenuComponentProvider, OptionalRichTextMenuTitleComponentProvider, OptionalShowAsTableButtonComponentProvider, OptionalVisualizationSwitcherComponentProvider, OptionalVisualizationSwitcherToolbarComponentProvider, OptionalWidgetComponentProvider, RichTextMenuItemsProvider } from "../dashboardContexts/index.js";
11
11
  import { CustomDashboardSettingsDialogComponent } from "../dashboardSettingsDialog/index.js";
12
12
  import { CustomFilterBarComponent } from "../filterBar/index.js";
13
- import { CustomDashboardLayoutComponent, CustomEmptyLayoutDropZoneBodyComponent } from "../layout/index.js";
13
+ import { CustomEmptyLayoutDropZoneBodyComponent } from "../flexibleLayout/index.js";
14
14
  import { CustomSaveAsDialogComponent } from "../saveAs/index.js";
15
15
  import { CustomScheduledEmailDialogComponent, CustomScheduledEmailManagementDialogComponent } from "../scheduledEmail/index.js";
16
16
  import { CustomShareDialogComponent } from "../shareDialog/index.js";
17
17
  import { CustomToolbarComponent } from "../toolbar/index.js";
18
18
  import { CustomButtonBarComponent, CustomMenuButtonComponent, CustomSaveButtonComponent, CustomSettingButtonComponent, CustomTitleComponent, CustomTopBarComponent, IMenuButtonConfiguration } from "../topBar/index.js";
19
+ import { CustomDashboardNestedLayoutComponent as CustomDashboardLayoutComponent } from "../widget/index.js";
19
20
  /**
20
21
  * These props allow you to specify custom components or custom component providers that the Dashboard
21
22
  * component will use for rendering different parts of the dashboard.
@@ -667,7 +668,7 @@ export interface IDashboardExtensionProps extends IDashboardEventing, IDashboard
667
668
  *
668
669
  * Note: there is no need to use this prop unless you are dynamically loading the engine bundle.
669
670
  */
670
- additionalReduxContext?: React.Context<ReactReduxContextValue>;
671
+ additionalReduxContext?: Context<ReactReduxContextValue | null>;
671
672
  }
672
673
  /**
673
674
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ // (C) 2021-2025 GoodData Corporation
1
2
  /**
2
3
  * @internal
3
4
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"AAgoBA;;GAEG;AACH,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,8CAA2B,CAAA;IAC3B,4CAAyB,CAAA;IACzB,sCAAmB,CAAA;AACvB,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAkoBrC;;GAEG;AACH,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,8CAA2B,CAAA;IAC3B,4CAAyB,CAAA;IACzB,sCAAmB,CAAA;AACvB,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
@@ -1,4 +1,4 @@
1
- import React, { ReactElement } from "react";
1
+ import { ComponentType, ReactElement, ReactNode } from "react";
2
2
  import { IErrorProps, ILoadingProps } from "@gooddata/sdk-ui";
3
3
  import { AttributeFilterComponentProvider, DashboardContentComponentProvider, DateFilterComponentProvider, InsightBodyComponentProvider, InsightComponentProvider, InsightMenuButtonComponentProvider, InsightMenuComponentProvider, InsightMenuTitleComponentProvider, RichTextComponentProvider, RichTextMenuComponentProvider, RichTextMenuTitleComponentProvider, ShowAsTableButtonComponentProvider, VisualizationSwitcherComponentProvider, VisualizationSwitcherToolbarComponentProvider, WidgetComponentProvider } from "./types.js";
4
4
  import { CustomAlertingDialogComponent, CustomAlertingManagementDialogComponent } from "../alerting/types.js";
@@ -6,7 +6,7 @@ import { AttributeFilterComponentSet, DashboardLayoutWidgetComponentSet, DateFil
6
6
  import { CustomSidebarComponent } from "../dashboard/DashboardSidebar/types.js";
7
7
  import { CustomDashboardSettingsDialogComponent } from "../dashboardSettingsDialog/types.js";
8
8
  import { CustomFilterBarComponent } from "../filterBar/types.js";
9
- import { CustomDashboardLayoutComponent, CustomEmptyLayoutDropZoneBodyComponent } from "../layout/types.js";
9
+ import { CustomDashboardLayoutComponent, CustomEmptyLayoutDropZoneBodyComponent } from "../flexibleLayout/types.js";
10
10
  import { CustomSaveAsDialogComponent } from "../saveAs/types.js";
11
11
  import { CustomScheduledEmailDialogComponent, CustomScheduledEmailManagementDialogComponent } from "../scheduledEmail/types.js";
12
12
  import { CustomShareDialogComponent } from "../shareDialog/types.js";
@@ -16,8 +16,8 @@ import { CustomButtonBarComponent, CustomMenuButtonComponent, CustomSaveButtonCo
16
16
  * @internal
17
17
  */
18
18
  interface IDashboardComponentsContext {
19
- ErrorComponent: React.ComponentType<IErrorProps>;
20
- LoadingComponent: React.ComponentType<ILoadingProps>;
19
+ ErrorComponent: ComponentType<IErrorProps>;
20
+ LoadingComponent: ComponentType<ILoadingProps>;
21
21
  LayoutComponent: CustomDashboardLayoutComponent;
22
22
  WidgetComponentProvider: WidgetComponentProvider;
23
23
  InsightComponentProvider: InsightComponentProvider;
@@ -66,7 +66,7 @@ export declare const useDashboardComponentsContext: (localComponentOverrides?: P
66
66
  * @internal
67
67
  */
68
68
  export interface IDashboardComponentsProviderProps extends IDashboardComponentsContext {
69
- children: React.ReactNode;
69
+ children: ReactNode;
70
70
  }
71
71
  /**
72
72
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardComponentsContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardComponentsContext.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DashboardComponentsContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardComponentsContext.tsx"],"names":[],"mappings":"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"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  // (C) 2019-2025 GoodData Corporation
2
- import React, { createContext, useContext } from "react";
3
+ import { createContext, useContext } from "react";
3
4
  import { ErrorComponent, LoadingComponent, UnexpectedSdkError, } from "@gooddata/sdk-ui";
4
5
  const ThrowMissingComponentError = (componentName) => () => {
5
6
  throw new UnexpectedSdkError(`Component: ${componentName} is missing in the DashboardComponentsProvider.`);
@@ -67,6 +68,6 @@ export const useDashboardComponentsContext = (localComponentOverrides) => {
67
68
  */
68
69
  export function DashboardComponentsProvider(props) {
69
70
  const { children, ...components } = props;
70
- return (React.createElement(DashboardComponentsContext.Provider, { value: components }, children));
71
+ return (_jsx(DashboardComponentsContext.Provider, { value: components, children: children }));
71
72
  }
72
73
  //# sourceMappingURL=DashboardComponentsContext.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardComponentsContext.js","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardComponentsContext.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DashboardComponentsContext.js","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardComponentsContext.tsx"],"names":[],"mappings":"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"}
@@ -1,8 +1,8 @@
1
- import React from "react";
1
+ import { ReactNode } from "react";
2
2
  import { IMenuButtonConfiguration } from "../topBar/types.js";
3
3
  interface IDashboardConfigContext {
4
4
  menuButtonConfig: IMenuButtonConfiguration | undefined;
5
- children?: React.ReactNode;
5
+ children?: ReactNode;
6
6
  }
7
7
  /**
8
8
  * Context for all the dashboard level configuration of the presentation components.
@@ -12,6 +12,6 @@ export declare const useDashboardConfigContext: () => IDashboardConfigContext;
12
12
  /**
13
13
  * @internal
14
14
  */
15
- export declare function DashboardConfigProvider(props: IDashboardConfigContext): React.JSX.Element;
15
+ export declare function DashboardConfigProvider(props: IDashboardConfigContext): import("react/jsx-runtime").JSX.Element;
16
16
  export {};
17
17
  //# sourceMappingURL=DashboardConfigContext.d.ts.map