@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
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/scheduled_mail_recipients.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACGI;EACI,cCkDgB;;ADjDhB;EACI,cCgDY;;;AD1CpB;EACI;;AAGJ;EAEI;EACA,YAnBO;EAoBP;EACA;EACA;EACA;EACA;EACA;EACA,aCgEU;ED/DV;EACA;EACA;EACA,OCJQ;EDKR,YClBS;EDmBT;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI,OCWgB;EDVhB;EACA;EACA;;AAEA;EACI;EACA;;AAKR;AAAA;EAEI,cCpBkB;EDqBlB;EACA;;AAIJ;EACI;EACA;EACA,YAlEO;EAmEP;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA,OCzDI;ED0DJ;;AAEA;EAGI;EACA;;AAKZ;EACI;IAEI;IACA;IACA;;;AAIR;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA,kBCRgB;EDShB;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA,OChGI;EDiGJ,aCjCM;EDkCN;EACA;EACA;;AAGJ;AAAA;EACI,OC/GW;EDgHX;EACA;;AAGJ;AAAA;EACI;EACA;;AAIJ;AAAA;EACI;EACA;EACA;EACA,ODpIU;ECqIV;EACA;;AAEA;AAAA;EACI;EACA,OC7HA;;ADiIR;AAAA;EACI;;AAEA;AAAA;EACI,OClJC;;ADsJL;AAAA;AAAA;AAAA;EAEI;EACA,OCzJC;;AD6JT;AAAA;EACI;EACA;;AAGJ;AAAA;AAAA;AAAA;EAGI,OC5HY;ED6HZ;;AAEA;AAAA;AAAA;AAAA;EACI,OChIQ;;ADmIZ;AAAA;AAAA;AAAA;EACI,OCvEiB;;AD0ErB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI,OCzIQ;;;ADiJpB;EACI;EACA;EACA;EACA;EACA,cCvKkB;EDwKlB;EACA,kBDhMqB;ECiMrB;EACA;EACA;EACA,OCxLQ;EDyLR,kBCtMS;;ADyMT;EACI;;AAKA;EACI;;AAKZ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA,OCpOI;;ADuOR;EACI;EACA,YC9OS;;ADgPT;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA,kBCtKgB;;ADwKhB;EACI;EACA;;AAIR;EACI","file":"scheduled_mail_recipients.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/scheduled_mail_recipients.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACGI;EACI,cCkDgB;;ADjDhB;EACI,cCgDY;;;AD1CpB;EACI;;AAGJ;EAEI;EACA,YAnBO;EAoBP;EACA;EACA;EACA;EACA;EACA;EACA,aCgEU;ED/DV;EACA;EACA;EACA,OCJQ;EDKR,YClBS;EDmBT;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI,OCWgB;EDVhB;EACA;EACA;;AAEA;EACI;EACA;;AAKR;AAAA;EAEI,cCpBkB;EDqBlB;EACA;;AAIJ;EACI;EACA;EACA,YAlEO;EAmEP;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA,OCzDI;ED0DJ;;AAEA;EAGI;EACA;;AAKZ;EACI;IAEI;IACA;IACA;;;AAIR;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA,kBCRgB;EDShB;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA,OChGI;EDiGJ,aCjCM;EDkCN;EACA;EACA;;AAGJ;AAAA;EACI,OC/GW;EDgHX;EACA;;AAGJ;AAAA;EACI;EACA;;AAIJ;AAAA;EACI;EACA;EACA;EACA,ODpIU;ECqIV;EACA;;AAEA;AAAA;EACI;EACA,OC7HA;;ADiIR;AAAA;EACI;;AAEA;AAAA;EACI,OClJC;;ADsJL;AAAA;AAAA;AAAA;EAEI;EACA,OCzJC;;AD6JT;AAAA;EACI;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;EAII,OC7HY;ED8HZ;;AAEA;AAAA;AAAA;AAAA;AAAA;EACI,OCjIQ;;ADoIZ;AAAA;AAAA;AAAA;AAAA;EACI,OCxEiB;;AD2ErB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI,OC1IQ;;;ADkJpB;EACI;EACA;EACA;EACA;EACA,cCxKkB;EDyKlB;EACA,kBDjMqB;ECkMrB;EACA;EACA;EACA,OCzLQ;ED0LR,kBCvMS;;AD0MT;EACI;;AAKA;EACI;;AAKZ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,OCxOI;;AD2OR;EACI;EACA,YClPS;EDmPT;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA,kBC3KgB;;AD6KhB;EACI;EACA;;AAIR;EACI","file":"scheduled_mail_recipients.css"}
@@ -35,3 +35,5 @@ $scheduled-email-mask-small: $scheduled-email-mask + 1;
35
35
 
36
36
  //toolbar need to be on top of resize and draggable wrapper
37
37
  $toolbar-basic: $resize-basic + 1;
38
+
39
+ $dashboard-canvas-tooltip: $filterbar-sdk-8-12 + 1;
@@ -161,7 +161,7 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
161
161
  }
162
162
  }
163
163
 
164
- &.gd-highlighted .dash-item-content {
164
+ &.gd-highlighted > .dash-item-content-wrapper > .dash-item-content {
165
165
  border-color: kit-variables.$gd-palette-primary-base;
166
166
  }
167
167
 
@@ -748,10 +748,10 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
748
748
  border-color: kit-variables.$is-focused-background;
749
749
  }
750
750
  }
751
- &:not(.gd-dashboard-nested-layout-widget):not(.gd-first-in-container):not(.drag-info-placeholder) {
751
+ &:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
752
752
  padding: 10px 0; // no place between widgets, render only containers for resizers
753
753
  }
754
- &.gd-first-in-container:not(.gd-dashboard-nested-layout-widget) {
754
+ &.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
755
755
  padding: 0 0 10px 0;
756
756
  }
757
757
  }
@@ -114,6 +114,10 @@
114
114
  height: 100%;
115
115
  }
116
116
 
117
+ .gd-first-container-row-dropzone .gd-hotspot-border__container {
118
+ padding-top: 0;
119
+ }
120
+
117
121
  .gd-hotspot-border__drop-target {
118
122
  width: 100%;
119
123
  height: 100%;
@@ -448,6 +448,16 @@
448
448
  }
449
449
  }
450
450
 
451
+ .gd-dashboard-nested-layout-widget-visualization-content {
452
+ .drag-info-placeholder-box p {
453
+ margin-top: 0;
454
+ }
455
+
456
+ .drop-target-message {
457
+ line-height: 28px;
458
+ }
459
+ }
460
+
451
461
  .drag-info-placeholder-drop-target,
452
462
  .drop-target-inner {
453
463
  position: absolute;
@@ -829,12 +839,16 @@
829
839
  .drag-info-placeholder-inner {
830
840
  padding: 0;
831
841
  }
842
+ &.gd-first-container-row-dropzone .widget-dropzone-box {
843
+ padding-top: 0;
844
+ }
832
845
  .drag-info-placeholder-drop-target,
833
846
  .drop-target-inner {
834
847
  position: unset;
835
848
  height: 100%;
836
849
  }
837
850
  }
851
+
838
852
  .gd-fluidlayout-column-row-end-hotspot.gd-fluidlayout-column-dropzone__text--hidden {
839
853
  .drop-target-message.kpi-drop-target {
840
854
  display: none;
@@ -1,4 +1,4 @@
1
- // (C) 2020-2024 GoodData Corporation
1
+ // (C) 2020-2025 GoodData Corporation
2
2
 
3
3
  .export-mode {
4
4
  * {
@@ -24,10 +24,9 @@
24
24
  }
25
25
  }
26
26
 
27
- .gd-grid-layout__item {
28
- // overwrite 'flex'
29
- display: block !important; /* stylelint-disable-line declaration-no-important */
27
+ .gd-grid-layout__item--leaf {
30
28
  page-break-inside: avoid;
29
+ border: 1px solid red !important; /* stylelint-disable-line declaration-no-important */
31
30
 
32
31
  .dash-item {
33
32
  min-height: inherit;
@@ -52,4 +51,24 @@
52
51
  right: 0;
53
52
  bottom: 0;
54
53
  }
54
+
55
+ // The following fixes export of flexible layouts to work in the most cases.
56
+ // The below are some magic numbers that ensure that widgets at the end of dashboard are
57
+ // usually not cut of and widgets at the end of the nested container do not bleed into the
58
+ // next container/section. For some reason grid items overflow its container. It can be fixed
59
+ // by changing display: grid to display: block/flex on the containers but then the grid nesting
60
+ // is broken. Something is wrong with how the layout is constructed and interpreted by print
61
+ // preview in Chromium. Maybe our grid structure is not clean enough and some flex containers
62
+ // inside the grid tree messes up with it. For now, this is good enough but this needs to be fixed properly.
63
+ // For future debugging purposes:
64
+ // The export service sets the browser to width: 1265, height: 960, deviceScaleFactor: 0, mobile: false
65
+ // The PDF is created with the following parameters: scale: 0.58, paperWidth: 8.5, paperHeight: 11.0,
66
+ // marginTop: 0, marginBottom: 0, marginLeft: 0, marginRight: 0, printBackground: true
67
+ .gd-grid-layout__container--root {
68
+ padding-bottom: 500px;
69
+ }
70
+
71
+ .gd-grid-layout__container--nested {
72
+ padding-bottom: 300px;
73
+ }
55
74
  }
@@ -505,3 +505,9 @@ $gd-dashboards-section-description-color: var(
505
505
  grid-template-columns: repeat(#{$i}, 1fr);
506
506
  }
507
507
  }
508
+
509
+ .rich-text-tooltip {
510
+ // override overlay z-index defined in style element as overlay's zIndex prop is not exposed to Bubble
511
+ // stylelint-disable-next-line declaration-no-important
512
+ z-index: zIndexes.$dashboard-canvas-tooltip !important;
513
+ }
@@ -208,7 +208,7 @@
208
208
 
209
209
  .gd-grid-layout-width-resizer-drag-preview {
210
210
  padding: 0 0 0 30px;
211
- &.gd-first-in-container {
211
+ &.gd-first-container-row-widget {
212
212
  .gd-fluidlayout-width-resizer__container {
213
213
  padding-top: 0;
214
214
  }
@@ -291,7 +291,7 @@
291
291
  left: -25px;
292
292
  right: 0;
293
293
  width: 0;
294
- &.gd-first-in-container {
294
+ &.gd-first-container-row-widget {
295
295
  .gd-fluidlayout-width-resizer__container {
296
296
  padding-top: 0;
297
297
  }
@@ -179,6 +179,7 @@ $input-height: 28px;
179
179
 
180
180
  &.not-valid,
181
181
  &.invalid-external,
182
+ &.invalid-user,
182
183
  &.invalid-email {
183
184
  color: kit-variables.$gd-palette-error-base;
184
185
  background: var(--gd-palette-error-dimmed, #fcedec);
@@ -244,6 +245,9 @@ $input-height: 28px;
244
245
  padding: 6px 8px;
245
246
  font-size: 13px;
246
247
  line-height: 15px;
248
+ white-space: nowrap;
249
+ text-overflow: ellipsis;
250
+ overflow: hidden;
247
251
 
248
252
  .gd-recipient-option-value-item {
249
253
  margin-left: 10px;
@@ -253,6 +257,7 @@ $input-height: 28px;
253
257
  .gd-recipient-option-label-external-warning {
254
258
  margin: 5px -8px -6px -8px;
255
259
  background: kit-variables.$default-gd-color-white;
260
+ white-space: normal;
256
261
 
257
262
  .gd-message {
258
263
  font-size: 13px;