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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.d.ts.map +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/__version.js.map +1 -1
  5. package/esm/_staging/automation/index.d.ts +1 -0
  6. package/esm/_staging/automation/index.d.ts.map +1 -1
  7. package/esm/_staging/automation/index.js +14 -1
  8. package/esm/_staging/automation/index.js.map +1 -1
  9. package/esm/_staging/dashboard/flexibleLayout/builder/interfaces.d.ts +81 -0
  10. package/esm/_staging/dashboard/flexibleLayout/builder/interfaces.d.ts.map +1 -1
  11. package/esm/_staging/dashboard/flexibleLayout/builder/item.d.ts +4 -3
  12. package/esm/_staging/dashboard/flexibleLayout/builder/item.d.ts.map +1 -1
  13. package/esm/_staging/dashboard/flexibleLayout/builder/item.js +12 -4
  14. package/esm/_staging/dashboard/flexibleLayout/builder/item.js.map +1 -1
  15. package/esm/_staging/dashboard/flexibleLayout/builder/layout.d.ts +14 -10
  16. package/esm/_staging/dashboard/flexibleLayout/builder/layout.d.ts.map +1 -1
  17. package/esm/_staging/dashboard/flexibleLayout/builder/layout.js +160 -50
  18. package/esm/_staging/dashboard/flexibleLayout/builder/layout.js.map +1 -1
  19. package/esm/_staging/dashboard/flexibleLayout/builder/section.d.ts +0 -1
  20. package/esm/_staging/dashboard/flexibleLayout/builder/section.d.ts.map +1 -1
  21. package/esm/_staging/dashboard/flexibleLayout/builder/section.js +1 -5
  22. package/esm/_staging/dashboard/flexibleLayout/builder/section.js.map +1 -1
  23. package/esm/_staging/dashboard/flexibleLayout/facade/interfaces.d.ts +2 -1
  24. package/esm/_staging/dashboard/flexibleLayout/facade/interfaces.d.ts.map +1 -1
  25. package/esm/_staging/dashboard/flexibleLayout/facade/layout.d.ts +2 -1
  26. package/esm/_staging/dashboard/flexibleLayout/facade/layout.d.ts.map +1 -1
  27. package/esm/_staging/dashboard/flexibleLayout/facade/layout.js +18 -2
  28. package/esm/_staging/dashboard/flexibleLayout/facade/layout.js.map +1 -1
  29. package/esm/_staging/layout/coordinates.d.ts +1 -1
  30. package/esm/_staging/layout/coordinates.d.ts.map +1 -1
  31. package/esm/_staging/layout/coordinates.js +4 -5
  32. package/esm/_staging/layout/coordinates.js.map +1 -1
  33. package/esm/_staging/layout/sizing.d.ts +16 -7
  34. package/esm/_staging/layout/sizing.d.ts.map +1 -1
  35. package/esm/_staging/layout/sizing.js +108 -57
  36. package/esm/_staging/layout/sizing.js.map +1 -1
  37. package/esm/model/commandHandlers/layout/addLayoutSectionHandler.d.ts.map +1 -1
  38. package/esm/model/commandHandlers/layout/addLayoutSectionHandler.js +6 -2
  39. package/esm/model/commandHandlers/layout/addLayoutSectionHandler.js.map +1 -1
  40. package/esm/model/commandHandlers/layout/addSectionItemsHandler.d.ts.map +1 -1
  41. package/esm/model/commandHandlers/layout/addSectionItemsHandler.js +3 -1
  42. package/esm/model/commandHandlers/layout/addSectionItemsHandler.js.map +1 -1
  43. package/esm/model/commandHandlers/layout/containerHeightSanitization.d.ts +10 -0
  44. package/esm/model/commandHandlers/layout/containerHeightSanitization.d.ts.map +1 -0
  45. package/esm/model/commandHandlers/layout/containerHeightSanitization.js +82 -0
  46. package/esm/model/commandHandlers/layout/containerHeightSanitization.js.map +1 -0
  47. package/esm/model/commandHandlers/layout/moveLayoutSectionHandler.d.ts.map +1 -1
  48. package/esm/model/commandHandlers/layout/moveLayoutSectionHandler.js +5 -2
  49. package/esm/model/commandHandlers/layout/moveLayoutSectionHandler.js.map +1 -1
  50. package/esm/model/commandHandlers/layout/moveSectionItemHandler.d.ts.map +1 -1
  51. package/esm/model/commandHandlers/layout/moveSectionItemHandler.js +5 -2
  52. package/esm/model/commandHandlers/layout/moveSectionItemHandler.js.map +1 -1
  53. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.d.ts.map +1 -1
  54. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js +6 -3
  55. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js.map +1 -1
  56. package/esm/model/commandHandlers/layout/removeLayoutSectionHandler.d.ts.map +1 -1
  57. package/esm/model/commandHandlers/layout/removeLayoutSectionHandler.js +4 -2
  58. package/esm/model/commandHandlers/layout/removeLayoutSectionHandler.js.map +1 -1
  59. package/esm/model/commandHandlers/layout/removeSectionItemHandler.d.ts.map +1 -1
  60. package/esm/model/commandHandlers/layout/removeSectionItemHandler.js +4 -1
  61. package/esm/model/commandHandlers/layout/removeSectionItemHandler.js.map +1 -1
  62. package/esm/model/commandHandlers/layout/replaceSectionItemHandler.d.ts.map +1 -1
  63. package/esm/model/commandHandlers/layout/replaceSectionItemHandler.js +3 -1
  64. package/esm/model/commandHandlers/layout/replaceSectionItemHandler.js.map +1 -1
  65. package/esm/model/commandHandlers/layout/resizeHeightHandler.d.ts.map +1 -1
  66. package/esm/model/commandHandlers/layout/resizeHeightHandler.js +15 -10
  67. package/esm/model/commandHandlers/layout/resizeHeightHandler.js.map +1 -1
  68. package/esm/model/commandHandlers/layout/resizeWidthHandler.d.ts.map +1 -1
  69. package/esm/model/commandHandlers/layout/resizeWidthHandler.js +10 -6
  70. package/esm/model/commandHandlers/layout/resizeWidthHandler.js.map +1 -1
  71. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
  72. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +60 -15
  73. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js.map +1 -1
  74. package/esm/model/events/index.d.ts +4 -4
  75. package/esm/model/events/index.d.ts.map +1 -1
  76. package/esm/model/events/index.js +1 -1
  77. package/esm/model/events/index.js.map +1 -1
  78. package/esm/model/index.d.ts +1 -1
  79. package/esm/model/index.d.ts.map +1 -1
  80. package/esm/model/index.js +1 -1
  81. package/esm/model/index.js.map +1 -1
  82. package/esm/model/react/useDashboardCommand.d.ts +1 -1
  83. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  84. package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
  85. package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
  86. package/esm/model/store/config/configSelectors.d.ts +7 -3
  87. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  88. package/esm/model/store/config/configSelectors.js +10 -4
  89. package/esm/model/store/config/configSelectors.js.map +1 -1
  90. package/esm/model/store/index.d.ts +1 -1
  91. package/esm/model/store/index.d.ts.map +1 -1
  92. package/esm/model/store/index.js +1 -1
  93. package/esm/model/store/index.js.map +1 -1
  94. package/esm/model/store/layout/index.d.ts +6 -0
  95. package/esm/model/store/layout/index.d.ts.map +1 -1
  96. package/esm/model/store/layout/layoutReducers.d.ts +5 -1
  97. package/esm/model/store/layout/layoutReducers.d.ts.map +1 -1
  98. package/esm/model/store/layout/layoutReducers.js +19 -0
  99. package/esm/model/store/layout/layoutReducers.js.map +1 -1
  100. package/esm/model/store/layout/layoutSelectors.d.ts.map +1 -1
  101. package/esm/model/store/layout/layoutSelectors.js +29 -15
  102. package/esm/model/store/layout/layoutSelectors.js.map +1 -1
  103. package/esm/model/types/commonTypes.d.ts +33 -4
  104. package/esm/model/types/commonTypes.d.ts.map +1 -1
  105. package/esm/model/types/commonTypes.js.map +1 -1
  106. package/esm/model/types/layoutTypes.d.ts +10 -0
  107. package/esm/model/types/layoutTypes.d.ts.map +1 -1
  108. package/esm/model/types/layoutTypes.js +1 -1
  109. package/esm/model/types/layoutTypes.js.map +1 -1
  110. package/esm/plugins/customizationApis/fluidLayoutCustomizer.d.ts +5 -2
  111. package/esm/plugins/customizationApis/fluidLayoutCustomizer.d.ts.map +1 -1
  112. package/esm/plugins/customizationApis/fluidLayoutCustomizer.js +40 -19
  113. package/esm/plugins/customizationApis/fluidLayoutCustomizer.js.map +1 -1
  114. package/esm/plugins/customizer.d.ts +34 -1
  115. package/esm/plugins/customizer.d.ts.map +1 -1
  116. package/esm/presentation/dragAndDrop/types.d.ts +1 -0
  117. package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
  118. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts +1 -1
  119. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  120. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +15 -3
  121. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  122. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts +1 -1
  123. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
  124. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +12 -6
  125. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
  126. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts.map +1 -1
  127. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js +5 -4
  128. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js.map +1 -1
  129. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.d.ts.map +1 -1
  130. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js +5 -2
  131. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js.map +1 -1
  132. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts +1 -0
  133. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts.map +1 -1
  134. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js +3 -3
  135. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js.map +1 -1
  136. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts.map +1 -1
  137. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js +5 -3
  138. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js.map +1 -1
  139. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts +1 -0
  140. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts.map +1 -1
  141. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js +3 -2
  142. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js.map +1 -1
  143. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js +3 -3
  144. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js.map +1 -1
  145. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.js +2 -2
  146. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.js.map +1 -1
  147. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
  148. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +5 -2
  149. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  150. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
  151. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js +5 -2
  152. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js.map +1 -1
  153. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +2 -2
  154. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
  155. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +2 -2
  156. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
  157. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts +1 -1
  158. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts.map +1 -1
  159. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js +8 -7
  160. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js.map +1 -1
  161. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts +8 -0
  162. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts.map +1 -1
  163. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.d.ts +7 -0
  164. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.d.ts.map +1 -0
  165. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.js +18 -0
  166. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.js.map +1 -0
  167. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts +0 -9
  168. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts.map +1 -1
  169. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.js +2 -33
  170. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.js.map +1 -1
  171. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts +0 -12
  172. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts.map +1 -1
  173. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js +2 -4
  174. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js.map +1 -1
  175. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.d.ts +4 -3
  176. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.d.ts.map +1 -1
  177. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.js +9 -7
  178. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.js.map +1 -1
  179. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.d.ts +2 -1
  180. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.d.ts.map +1 -1
  181. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js +7 -7
  182. package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js.map +1 -1
  183. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.d.ts +3 -1
  184. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.d.ts.map +1 -1
  185. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js +13 -5
  186. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js.map +1 -1
  187. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts +1 -0
  188. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
  189. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +2 -1
  190. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +1 -1
  191. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.d.ts.map +1 -1
  192. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.js +4 -3
  193. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.js.map +1 -1
  194. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.d.ts +1 -0
  195. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.d.ts.map +1 -1
  196. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.js +17 -4
  197. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.js.map +1 -1
  198. package/esm/presentation/layout/DashboardLayoutWidget.js +2 -2
  199. package/esm/presentation/layout/DashboardLayoutWidget.js.map +1 -1
  200. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts.map +1 -1
  201. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js +4 -2
  202. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js.map +1 -1
  203. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts +0 -8
  204. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts.map +1 -1
  205. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.js +2 -2
  206. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.js.map +1 -1
  207. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.d.ts +4 -3
  208. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.d.ts.map +1 -1
  209. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.js +9 -7
  210. package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.js.map +1 -1
  211. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.d.ts.map +1 -1
  212. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.js +3 -2
  213. package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.js.map +1 -1
  214. package/esm/presentation/localization/bundles/de-DE.json +5 -1
  215. package/esm/presentation/localization/bundles/en-AU.json +5 -1
  216. package/esm/presentation/localization/bundles/en-GB.json +5 -1
  217. package/esm/presentation/localization/bundles/en-US.json +20 -0
  218. package/esm/presentation/localization/bundles/es-419.json +5 -1
  219. package/esm/presentation/localization/bundles/es-ES.json +5 -1
  220. package/esm/presentation/localization/bundles/fi-FI.json +5 -1
  221. package/esm/presentation/localization/bundles/fr-CA.json +5 -1
  222. package/esm/presentation/localization/bundles/fr-FR.json +5 -1
  223. package/esm/presentation/localization/bundles/it-IT.json +5 -1
  224. package/esm/presentation/localization/bundles/ja-JP.json +5 -1
  225. package/esm/presentation/localization/bundles/nl-NL.json +5 -1
  226. package/esm/presentation/localization/bundles/pt-BR.json +5 -1
  227. package/esm/presentation/localization/bundles/pt-PT.json +5 -1
  228. package/esm/presentation/localization/bundles/zh-HK.json +5 -1
  229. package/esm/presentation/localization/bundles/zh-Hans.json +5 -1
  230. package/esm/presentation/localization/bundles/zh-Hant.json +5 -1
  231. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts +1 -0
  232. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts.map +1 -1
  233. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js +5 -4
  234. package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js.map +1 -1
  235. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  236. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -2
  237. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  238. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts +8 -0
  239. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts.map +1 -1
  240. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js +10 -24
  241. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js.map +1 -1
  242. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts +8 -1
  243. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
  244. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +51 -22
  245. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
  246. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +2 -1
  247. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
  248. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +13 -4
  249. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js.map +1 -1
  250. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/utils/users.d.ts +5 -0
  251. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/utils/users.d.ts.map +1 -0
  252. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/utils/users.js +35 -0
  253. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/utils/users.js.map +1 -0
  254. package/esm/presentation/widget/common/useWidgetHighlighting.d.ts +7 -0
  255. package/esm/presentation/widget/common/useWidgetHighlighting.d.ts.map +1 -0
  256. package/esm/presentation/widget/common/useWidgetHighlighting.js +66 -0
  257. package/esm/presentation/widget/common/useWidgetHighlighting.js.map +1 -0
  258. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.d.ts +4 -4
  259. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.d.ts.map +1 -1
  260. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.js +2 -4
  261. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.js.map +1 -1
  262. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
  263. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +15 -5
  264. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js.map +1 -1
  265. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useAttributeValuesFromExecResults.d.ts +2 -1
  266. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useAttributeValuesFromExecResults.d.ts.map +1 -1
  267. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useAttributeValuesFromExecResults.js +54 -3
  268. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useAttributeValuesFromExecResults.js.map +1 -1
  269. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts +2 -1
  270. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
  271. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +41 -33
  272. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js.map +1 -1
  273. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useThresholdValue.d.ts +11 -0
  274. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useThresholdValue.d.ts.map +1 -0
  275. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useThresholdValue.js +40 -0
  276. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useThresholdValue.js.map +1 -0
  277. package/esm/presentation/widget/widget/DefaultDashboardWidget.d.ts.map +1 -1
  278. package/esm/presentation/widget/widget/DefaultDashboardWidget.js +32 -36
  279. package/esm/presentation/widget/widget/DefaultDashboardWidget.js.map +1 -1
  280. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.d.ts.map +1 -1
  281. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +6 -22
  282. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
  283. package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.d.ts.map +1 -1
  284. package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js +6 -2
  285. package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js.map +1 -1
  286. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.d.ts.map +1 -1
  287. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.js +6 -2
  288. package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.js.map +1 -1
  289. package/esm/presentation/widget/widget/types.d.ts +10 -0
  290. package/esm/presentation/widget/widget/types.d.ts.map +1 -1
  291. package/esm/sdk-ui-dashboard.d.ts +173 -15
  292. package/package.json +15 -15
  293. package/styles/css/dashboard.css +21 -7
  294. package/styles/css/dashboard.css.map +1 -1
  295. package/styles/css/dashboardNestedLayoutWidget.css +3 -0
  296. package/styles/css/dashboardNestedLayoutWidget.css.map +1 -1
  297. package/styles/css/dragAndDrop.css +10 -0
  298. package/styles/css/dragAndDrop.css.map +1 -1
  299. package/styles/css/export.css +10 -4
  300. package/styles/css/export.css.map +1 -1
  301. package/styles/css/layout.css +4 -0
  302. package/styles/css/layout.css.map +1 -1
  303. package/styles/css/main.css +46 -13
  304. package/styles/css/main.css.map +1 -1
  305. package/styles/css/resizing.css +2 -2
  306. package/styles/css/scheduled_mail_recipients.css +14 -4
  307. package/styles/css/scheduled_mail_recipients.css.map +1 -1
  308. package/styles/scss/_zIndexes.scss +2 -0
  309. package/styles/scss/dashboard.scss +3 -3
  310. package/styles/scss/dashboardNestedLayoutWidget.scss +4 -0
  311. package/styles/scss/dragAndDrop.scss +14 -0
  312. package/styles/scss/export.scss +23 -4
  313. package/styles/scss/layout.scss +6 -0
  314. package/styles/scss/resizing.scss +2 -2
  315. package/styles/scss/scheduled_mail_recipients.scss +5 -0
@@ -583,4 +583,8 @@
583
583
  grid-template-columns: repeat(12, 1fr);
584
584
  }
585
585
 
586
+ .rich-text-tooltip {
587
+ z-index: 6001 !important;
588
+ }
589
+
586
590
  /*# sourceMappingURL=layout.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/layout.scss","../scss/_variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"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","file":"layout.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/layout.scss","../scss/_variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"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","file":"layout.css"}
@@ -18273,6 +18273,10 @@ div.gd-empty-item-bubble {
18273
18273
  grid-template-columns: repeat(12, 1fr);
18274
18274
  }
18275
18275
 
18276
+ .rich-text-tooltip {
18277
+ z-index: 6001 !important;
18278
+ }
18279
+
18276
18280
  .kpi {
18277
18281
  min-height: 138px;
18278
18282
  text-align: center;
@@ -19630,33 +19634,39 @@ div.gd-empty-item-bubble {
19630
19634
  margin: 0;
19631
19635
  padding: 0;
19632
19636
  }
19633
- .gd-recipients-field .gd-recipient-value-item.not-valid, .gd-recipients-field .gd-recipient-value-item.invalid-external, .gd-recipients-field .gd-recipient-value-item.invalid-email,
19637
+ .gd-recipients-field .gd-recipient-value-item.not-valid, .gd-recipients-field .gd-recipient-value-item.invalid-external, .gd-recipients-field .gd-recipient-value-item.invalid-user, .gd-recipients-field .gd-recipient-value-item.invalid-email,
19634
19638
  .gd-recipients-field .gd-recipients__single-value.not-valid,
19635
19639
  .gd-recipients-field .gd-recipients__single-value.invalid-external,
19640
+ .gd-recipients-field .gd-recipients__single-value.invalid-user,
19636
19641
  .gd-recipients-field .gd-recipients__single-value.invalid-email {
19637
19642
  color: var(--gd-palette-error-base, #e54d42);
19638
19643
  background: var(--gd-palette-error-dimmed, #fcedec);
19639
19644
  }
19640
- .gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-label,
19645
+ .gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-label,
19641
19646
  .gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipient-label,
19642
19647
  .gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipient-label,
19648
+ .gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipient-label,
19643
19649
  .gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipient-label {
19644
19650
  color: var(--gd-palette-error-base, #e54d42);
19645
19651
  }
19646
- .gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-quest,
19652
+ .gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-quest,
19647
19653
  .gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipient-quest,
19648
19654
  .gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipient-quest,
19655
+ .gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipient-quest,
19649
19656
  .gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipient-quest {
19650
19657
  color: var(--gd-palette-error-dimmed90, #e75e54);
19651
19658
  }
19652
19659
  .gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipients__multi-value__remove,
19653
19660
  .gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipients__multi-value__remove,
19654
- .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipients__multi-value__remove,
19661
+ .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipients__multi-value__remove,
19662
+ .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipients__multi-value__remove,
19655
19663
  .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipients__multi-value__remove:hover,
19656
19664
  .gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipients__multi-value__remove,
19657
19665
  .gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipients__multi-value__remove:hover,
19658
19666
  .gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipients__multi-value__remove,
19659
19667
  .gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipients__multi-value__remove:hover,
19668
+ .gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipients__multi-value__remove,
19669
+ .gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipients__multi-value__remove:hover,
19660
19670
  .gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipients__multi-value__remove,
19661
19671
  .gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipients__multi-value__remove:hover {
19662
19672
  color: var(--gd-palette-error-base, #e54d42);
@@ -19696,6 +19706,9 @@ div.gd-empty-item-bubble {
19696
19706
  padding: 6px 8px;
19697
19707
  font-size: 13px;
19698
19708
  line-height: 15px;
19709
+ white-space: nowrap;
19710
+ text-overflow: ellipsis;
19711
+ overflow: hidden;
19699
19712
  }
19700
19713
  .gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-value-item {
19701
19714
  margin-left: 10px;
@@ -19704,6 +19717,7 @@ div.gd-empty-item-bubble {
19704
19717
  .gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-label-external-warning {
19705
19718
  margin: 5px -8px -6px -8px;
19706
19719
  background: #fff;
19720
+ white-space: normal;
19707
19721
  }
19708
19722
  .gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-label-external-warning .gd-message {
19709
19723
  font-size: 13px;
@@ -19960,7 +19974,7 @@ div.gd-empty-item-bubble {
19960
19974
  .dash-item .is-selectable.is-selected.dash-item-content:hover {
19961
19975
  border-color: var(--gd-palette-primary-base, #14b2e2);
19962
19976
  }
19963
- .dash-item.gd-highlighted .dash-item-content {
19977
+ .dash-item.gd-highlighted > .dash-item-content-wrapper > .dash-item-content {
19964
19978
  border-color: var(--gd-palette-primary-base, #14b2e2);
19965
19979
  }
19966
19980
  .dash-item.is-selected .dash-item-action-lw-options {
@@ -20472,10 +20486,10 @@ div.gd-empty-item-bubble {
20472
20486
  .gd-grid-layout .dash-item .is-dragging-widget.dash-item-content {
20473
20487
  border-color: var(--gd-palette-complementary-2, #ebeff4);
20474
20488
  }
20475
- .gd-grid-layout .dash-item:not(.gd-dashboard-nested-layout-widget):not(.gd-first-in-container):not(.drag-info-placeholder) {
20489
+ .gd-grid-layout .dash-item:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
20476
20490
  padding: 10px 0;
20477
20491
  }
20478
- .gd-grid-layout .dash-item.gd-first-in-container:not(.gd-dashboard-nested-layout-widget) {
20492
+ .gd-grid-layout .dash-item.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
20479
20493
  padding: 0 0 10px 0;
20480
20494
  }
20481
20495
  .gd-grid-layout .gd-empty-nested-layout {
@@ -20863,6 +20877,13 @@ div.gd-empty-item-bubble {
20863
20877
  margin-right: 10px;
20864
20878
  }
20865
20879
 
20880
+ .gd-dashboard-nested-layout-widget-visualization-content .drag-info-placeholder-box p {
20881
+ margin-top: 0;
20882
+ }
20883
+ .gd-dashboard-nested-layout-widget-visualization-content .drop-target-message {
20884
+ line-height: 28px;
20885
+ }
20886
+
20866
20887
  .drag-info-placeholder-drop-target,
20867
20888
  .drop-target-inner {
20868
20889
  position: absolute;
@@ -21174,6 +21195,9 @@ div.gd-empty-item-bubble {
21174
21195
  .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-inner {
21175
21196
  padding: 0;
21176
21197
  }
21198
+ .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-first-container-row-dropzone .widget-dropzone-box {
21199
+ padding-top: 0;
21200
+ }
21177
21201
  .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-drop-target,
21178
21202
  .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drop-target-inner {
21179
21203
  position: unset;
@@ -22634,14 +22658,14 @@ div.gd-empty-item-bubble {
22634
22658
  .export-mode .gd-fluidlayout-row .gd-fluidlayout-column .dashboard-widget-draggable-wrapper {
22635
22659
  min-height: inherit;
22636
22660
  }
22637
- .export-mode .gd-grid-layout__item {
22638
- display: block !important; /* stylelint-disable-line declaration-no-important */
22661
+ .export-mode .gd-grid-layout__item--leaf {
22639
22662
  page-break-inside: avoid;
22663
+ border: 1px solid red !important; /* stylelint-disable-line declaration-no-important */
22640
22664
  }
22641
- .export-mode .gd-grid-layout__item .dash-item {
22665
+ .export-mode .gd-grid-layout__item--leaf .dash-item {
22642
22666
  min-height: inherit;
22643
22667
  }
22644
- .export-mode .gd-grid-layout__item .dashboard-widget-draggable-wrapper {
22668
+ .export-mode .gd-grid-layout__item--leaf .dashboard-widget-draggable-wrapper {
22645
22669
  min-height: inherit;
22646
22670
  }
22647
22671
  .export-mode .gd-row-header-view .description .more-link.active {
@@ -22654,6 +22678,12 @@ div.gd-empty-item-bubble {
22654
22678
  right: 0;
22655
22679
  bottom: 0;
22656
22680
  }
22681
+ .export-mode .gd-grid-layout__container--root {
22682
+ padding-bottom: 500px;
22683
+ }
22684
+ .export-mode .gd-grid-layout__container--nested {
22685
+ padding-bottom: 300px;
22686
+ }
22657
22687
 
22658
22688
  .gd-dialog.save-as-new-dialog {
22659
22689
  max-width: 450px;
@@ -24169,7 +24199,7 @@ div.gd-empty-item-bubble {
24169
24199
  .gd-grid-layout-width-resizer-drag-preview {
24170
24200
  padding: 0 0 0 30px;
24171
24201
  }
24172
- .gd-grid-layout-width-resizer-drag-preview.gd-first-in-container .gd-fluidlayout-width-resizer__container {
24202
+ .gd-grid-layout-width-resizer-drag-preview.gd-first-container-row-widget .gd-fluidlayout-width-resizer__container {
24173
24203
  padding-top: 0;
24174
24204
  }
24175
24205
 
@@ -24249,7 +24279,7 @@ div.gd-empty-item-bubble {
24249
24279
  right: 0;
24250
24280
  width: 0;
24251
24281
  }
24252
- .gd-grid-layout .dash-width-resizer-container.gd-first-in-container .gd-fluidlayout-width-resizer__container {
24282
+ .gd-grid-layout .dash-width-resizer-container.gd-first-container-row-widget .gd-fluidlayout-width-resizer__container {
24253
24283
  padding-top: 0;
24254
24284
  }
24255
24285
  .gd-grid-layout .gd-fluidlayout-width-resizer__container {
@@ -26096,6 +26126,9 @@ div.gd-empty-item-bubble {
26096
26126
  width: 10px;
26097
26127
  height: 100%;
26098
26128
  }
26129
+ .gd-grid-layout .gd-first-container-row-dropzone .gd-hotspot-border__container {
26130
+ padding-top: 0;
26131
+ }
26099
26132
  .gd-grid-layout .gd-hotspot-border__drop-target {
26100
26133
  width: 100%;
26101
26134
  height: 100%;