@eccenca/gui-elements 25.2.0-rc.0 → 26.0.0-rc.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 (586) hide show
  1. package/CHANGELOG.md +1024 -959
  2. package/README.md +24 -28
  3. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +21 -23
  4. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  5. package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +28 -12
  6. package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
  7. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +17 -7
  8. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  9. package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js +2 -1
  10. package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
  11. package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js +29 -13
  12. package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
  13. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +22 -11
  14. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  15. package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +17 -7
  16. package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
  17. package/dist/cjs/cmem/markdown/Markdown.js +2 -2
  18. package/dist/cjs/cmem/markdown/Markdown.js.map +1 -1
  19. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +18 -12
  20. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
  21. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlowV9.js.map +1 -1
  22. package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
  23. package/dist/cjs/cmem/react-flow/configuration/graph.js +0 -2
  24. package/dist/cjs/cmem/react-flow/configuration/graph.js.map +1 -1
  25. package/dist/cjs/cmem/react-flow/configuration/linking.js +0 -2
  26. package/dist/cjs/cmem/react-flow/configuration/linking.js.map +1 -1
  27. package/dist/cjs/cmem/react-flow/configuration/workflow.js +0 -2
  28. package/dist/cjs/cmem/react-flow/configuration/workflow.js.map +1 -1
  29. package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js +18 -8
  30. package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
  31. package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js +17 -7
  32. package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -1
  33. package/dist/cjs/common/utils/colorCalculateDistance.js.map +1 -1
  34. package/dist/cjs/common/utils/colorDecideContrastvalue.js +2 -1
  35. package/dist/cjs/common/utils/colorDecideContrastvalue.js.map +1 -1
  36. package/dist/cjs/common/utils/colorHash.js +3 -7
  37. package/dist/cjs/common/utils/colorHash.js.map +1 -1
  38. package/dist/cjs/common/utils/reduceToText.js +17 -7
  39. package/dist/cjs/common/utils/reduceToText.js.map +1 -1
  40. package/dist/cjs/components/Accordion/AccordionItem.js.map +1 -1
  41. package/dist/cjs/components/Application/ApplicationSidebarNavigation.js.map +1 -1
  42. package/dist/cjs/components/Application/ApplicationTitle.js +1 -1
  43. package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
  44. package/dist/cjs/components/Application/ApplicationToolbarAction.js.map +1 -1
  45. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +18 -8
  46. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  47. package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
  48. package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js +1 -1
  49. package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js.map +1 -1
  50. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +19 -16
  51. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
  52. package/dist/cjs/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
  53. package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +17 -7
  54. package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -1
  55. package/dist/cjs/components/Button/Button.js +5 -1
  56. package/dist/cjs/components/Button/Button.js.map +1 -1
  57. package/dist/cjs/components/Card/CardContent.js +1 -1
  58. package/dist/cjs/components/Card/CardContent.js.map +1 -1
  59. package/dist/cjs/components/Chat/ChatArea.js.map +1 -1
  60. package/dist/cjs/components/ColorField/ColorField.js +1 -1
  61. package/dist/cjs/components/ColorField/ColorField.js.map +1 -1
  62. package/dist/cjs/components/ContentGroup/ContentGroup.js +19 -19
  63. package/dist/cjs/components/ContentGroup/ContentGroup.js.map +1 -1
  64. package/dist/cjs/components/ContextOverlay/ContextMenu.js +4 -4
  65. package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -1
  66. package/dist/cjs/components/ContextOverlay/ContextOverlay.js +6 -5
  67. package/dist/cjs/components/ContextOverlay/ContextOverlay.js.map +1 -1
  68. package/dist/cjs/components/DecoupledOverlay/DecoupledOverlay.js +6 -5
  69. package/dist/cjs/components/DecoupledOverlay/DecoupledOverlay.js.map +1 -1
  70. package/dist/cjs/components/Depiction/Depiction.js +18 -8
  71. package/dist/cjs/components/Depiction/Depiction.js.map +1 -1
  72. package/dist/cjs/components/Dialog/Modal.js.map +1 -1
  73. package/dist/cjs/components/Dialog/ModalContext.js +3 -3
  74. package/dist/cjs/components/Dialog/ModalContext.js.map +1 -1
  75. package/dist/cjs/components/FlexibleLayout/FlexibleLayoutContainer.js +17 -7
  76. package/dist/cjs/components/FlexibleLayout/FlexibleLayoutContainer.js.map +1 -1
  77. package/dist/cjs/components/FlexibleLayout/FlexibleLayoutItem.js +17 -7
  78. package/dist/cjs/components/FlexibleLayout/FlexibleLayoutItem.js.map +1 -1
  79. package/dist/cjs/components/Grid/Grid.js.map +1 -1
  80. package/dist/cjs/components/Icon/IconButton.js +2 -2
  81. package/dist/cjs/components/Icon/IconButton.js.map +1 -1
  82. package/dist/cjs/components/Icon/canonicalIconNames.js +17 -7
  83. package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
  84. package/dist/cjs/components/Icon/transformIcon.js.map +1 -1
  85. package/dist/cjs/components/Iframe/Iframe.js +17 -7
  86. package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
  87. package/dist/cjs/components/InteractionGate/InteractionGate.js +17 -7
  88. package/dist/cjs/components/InteractionGate/InteractionGate.js.map +1 -1
  89. package/dist/cjs/components/List/List.js +17 -7
  90. package/dist/cjs/components/List/List.js.map +1 -1
  91. package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
  92. package/dist/cjs/components/MultiSelect/MultiSelect.js +55 -31
  93. package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
  94. package/dist/cjs/components/NotAvailable/NotAvailable.js +42 -0
  95. package/dist/cjs/components/NotAvailable/NotAvailable.js.map +1 -0
  96. package/dist/cjs/components/Notification/Notification.js.map +1 -1
  97. package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
  98. package/dist/cjs/components/Pagination/Pagination.js +17 -7
  99. package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
  100. package/dist/cjs/components/Select/Select.js +6 -4
  101. package/dist/cjs/components/Select/Select.js.map +1 -1
  102. package/dist/cjs/components/Skeleton/Skeleton.js.map +1 -1
  103. package/dist/cjs/components/Spinner/Spinner.js +17 -7
  104. package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
  105. package/dist/cjs/components/SuggestField/index.js +1 -3
  106. package/dist/cjs/components/SuggestField/index.js.map +1 -1
  107. package/dist/cjs/components/Switch/Switch.js +17 -7
  108. package/dist/cjs/components/Switch/Switch.js.map +1 -1
  109. package/dist/cjs/components/Table/Table.js.map +1 -1
  110. package/dist/cjs/components/Table/TableContainer.js +1 -1
  111. package/dist/cjs/components/Table/TableContainer.js.map +1 -1
  112. package/dist/cjs/components/Table/TableExpandHeader.js.map +1 -1
  113. package/dist/cjs/components/Table/TableExpandRow.js +2 -2
  114. package/dist/cjs/components/Table/TableExpandRow.js.map +1 -1
  115. package/dist/cjs/components/Tabs/Tab.js.map +1 -1
  116. package/dist/cjs/components/Tabs/Tabs.js +17 -7
  117. package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
  118. package/dist/cjs/components/Tag/Tag.js +1 -1
  119. package/dist/cjs/components/Tag/Tag.js.map +1 -1
  120. package/dist/cjs/components/TextField/TextArea.js.map +1 -1
  121. package/dist/cjs/components/TextField/TextField.js.map +1 -1
  122. package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
  123. package/dist/cjs/components/Tree/Tree.js +17 -7
  124. package/dist/cjs/components/Tree/Tree.js.map +1 -1
  125. package/dist/cjs/components/Typography/HtmlContentBlock.js +17 -7
  126. package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
  127. package/dist/cjs/components/Typography/WhiteSpaceContainer.js +17 -7
  128. package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
  129. package/dist/cjs/components/VisualTour/VisualTour.js +7 -5
  130. package/dist/cjs/components/VisualTour/VisualTour.js.map +1 -1
  131. package/dist/cjs/components/index.js +1 -0
  132. package/dist/cjs/components/index.js.map +1 -1
  133. package/dist/cjs/extensions/codemirror/CodeMirror.js +30 -19
  134. package/dist/cjs/extensions/codemirror/CodeMirror.js.map +1 -1
  135. package/dist/cjs/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js +5 -3
  136. package/dist/cjs/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js.map +1 -1
  137. package/dist/cjs/extensions/codemirror/tests/codemirrorTestHelper.js +1 -1
  138. package/dist/cjs/extensions/codemirror/tests/codemirrorTestHelper.js.map +1 -1
  139. package/dist/cjs/extensions/react-flow/edges/EdgeBezier.js +17 -7
  140. package/dist/cjs/extensions/react-flow/edges/EdgeBezier.js.map +1 -1
  141. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +20 -7
  142. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  143. package/dist/cjs/extensions/react-flow/edges/EdgeDefaultV12.js +18 -10
  144. package/dist/cjs/extensions/react-flow/edges/EdgeDefaultV12.js.map +1 -1
  145. package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js +25 -10
  146. package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
  147. package/dist/cjs/extensions/react-flow/edges/EdgeNew.js +14 -8
  148. package/dist/cjs/extensions/react-flow/edges/EdgeNew.js.map +1 -1
  149. package/dist/cjs/extensions/react-flow/edges/EdgeStep.js +17 -7
  150. package/dist/cjs/extensions/react-flow/edges/EdgeStep.js.map +1 -1
  151. package/dist/cjs/extensions/react-flow/edges/EdgeTools.js +19 -9
  152. package/dist/cjs/extensions/react-flow/edges/EdgeTools.js.map +1 -1
  153. package/dist/cjs/extensions/react-flow/edges/utils.js.map +1 -1
  154. package/dist/cjs/extensions/react-flow/handles/HandleContent.js +22 -9
  155. package/dist/cjs/extensions/react-flow/handles/HandleContent.js.map +1 -1
  156. package/dist/cjs/extensions/react-flow/handles/HandleDefault.js +20 -8
  157. package/dist/cjs/extensions/react-flow/handles/HandleDefault.js.map +1 -1
  158. package/dist/cjs/extensions/react-flow/handles/HandleTools.js +2 -2
  159. package/dist/cjs/extensions/react-flow/handles/HandleTools.js.map +1 -1
  160. package/dist/cjs/extensions/react-flow/index.js +0 -4
  161. package/dist/cjs/extensions/react-flow/index.js.map +1 -1
  162. package/dist/cjs/extensions/react-flow/markers/MarkerArrowClosedInverse.js +1 -1
  163. package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js +2 -2
  164. package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
  165. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +22 -12
  166. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  167. package/dist/cjs/extensions/react-flow/minimap/MiniMapV12.js +19 -9
  168. package/dist/cjs/extensions/react-flow/minimap/MiniMapV12.js.map +1 -1
  169. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +12 -10
  170. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  171. package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +21 -8
  172. package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
  173. package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +23 -9
  174. package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -1
  175. package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js +6 -1
  176. package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
  177. package/dist/cjs/index.js +17 -7
  178. package/dist/cjs/index.js.map +1 -1
  179. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js +7 -9
  180. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  181. package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +6 -3
  182. package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
  183. package/dist/esm/cmem/ActivityControl/SilkActivityControl.js +2 -2
  184. package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  185. package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js +2 -1
  186. package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
  187. package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js +8 -5
  188. package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
  189. package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +29 -8
  190. package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  191. package/dist/esm/cmem/markdown/Markdown.js +1 -1
  192. package/dist/esm/cmem/markdown/Markdown.js.map +1 -1
  193. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js +0 -4
  194. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
  195. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlowV9.js.map +1 -1
  196. package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
  197. package/dist/esm/cmem/react-flow/configuration/graph.js +0 -2
  198. package/dist/esm/cmem/react-flow/configuration/graph.js.map +1 -1
  199. package/dist/esm/cmem/react-flow/configuration/linking.js +0 -2
  200. package/dist/esm/cmem/react-flow/configuration/linking.js.map +1 -1
  201. package/dist/esm/cmem/react-flow/configuration/workflow.js +0 -2
  202. package/dist/esm/cmem/react-flow/configuration/workflow.js.map +1 -1
  203. package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js +1 -1
  204. package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
  205. package/dist/esm/common/utils/colorCalculateDistance.js.map +1 -1
  206. package/dist/esm/common/utils/colorDecideContrastvalue.js +2 -1
  207. package/dist/esm/common/utils/colorDecideContrastvalue.js.map +1 -1
  208. package/dist/esm/common/utils/colorHash.js +3 -7
  209. package/dist/esm/common/utils/colorHash.js.map +1 -1
  210. package/dist/esm/common/utils/reduceToText.js +1 -1
  211. package/dist/esm/components/Accordion/AccordionItem.js.map +1 -1
  212. package/dist/esm/components/Application/ApplicationSidebarNavigation.js.map +1 -1
  213. package/dist/esm/components/Application/ApplicationTitle.js +1 -1
  214. package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
  215. package/dist/esm/components/Application/ApplicationToolbarAction.js.map +1 -1
  216. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +3 -3
  217. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  218. package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
  219. package/dist/esm/components/AutocompleteField/AutoCompleteField.js +11 -18
  220. package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -1
  221. package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
  222. package/dist/esm/components/Breadcrumb/BreadcrumbList.js.map +1 -1
  223. package/dist/esm/components/Button/Button.js +5 -1
  224. package/dist/esm/components/Button/Button.js.map +1 -1
  225. package/dist/esm/components/Card/CardContent.js +1 -1
  226. package/dist/esm/components/Card/CardContent.js.map +1 -1
  227. package/dist/esm/components/Chat/ChatArea.js.map +1 -1
  228. package/dist/esm/components/ColorField/ColorField.js +1 -1
  229. package/dist/esm/components/ColorField/ColorField.js.map +1 -1
  230. package/dist/esm/components/ContentGroup/ContentGroup.js +1 -1
  231. package/dist/esm/components/ContentGroup/ContentGroup.js.map +1 -1
  232. package/dist/esm/components/ContextOverlay/ContextMenu.js +4 -4
  233. package/dist/esm/components/ContextOverlay/ContextMenu.js.map +1 -1
  234. package/dist/esm/components/ContextOverlay/ContextOverlay.js +3 -2
  235. package/dist/esm/components/ContextOverlay/ContextOverlay.js.map +1 -1
  236. package/dist/esm/components/DecoupledOverlay/DecoupledOverlay.js +3 -2
  237. package/dist/esm/components/DecoupledOverlay/DecoupledOverlay.js.map +1 -1
  238. package/dist/esm/components/Depiction/Depiction.js +1 -1
  239. package/dist/esm/components/Depiction/Depiction.js.map +1 -1
  240. package/dist/esm/components/Dialog/Modal.js.map +1 -1
  241. package/dist/esm/components/Dialog/ModalContext.js +2 -2
  242. package/dist/esm/components/Dialog/ModalContext.js.map +1 -1
  243. package/dist/esm/components/Grid/Grid.js.map +1 -1
  244. package/dist/esm/components/Icon/IconButton.js +2 -2
  245. package/dist/esm/components/Icon/IconButton.js.map +1 -1
  246. package/dist/esm/components/Icon/transformIcon.js.map +1 -1
  247. package/dist/esm/components/Menu/MenuItem.js.map +1 -1
  248. package/dist/esm/components/MultiSelect/MultiSelect.js +42 -28
  249. package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
  250. package/dist/esm/components/NotAvailable/NotAvailable.js +46 -0
  251. package/dist/esm/components/NotAvailable/NotAvailable.js.map +1 -0
  252. package/dist/esm/components/Notification/Notification.js.map +1 -1
  253. package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
  254. package/dist/esm/components/Select/Select.js +4 -2
  255. package/dist/esm/components/Select/Select.js.map +1 -1
  256. package/dist/esm/components/Skeleton/Skeleton.js.map +1 -1
  257. package/dist/esm/components/Spinner/Spinner.js.map +1 -1
  258. package/dist/esm/components/SuggestField/index.js +0 -2
  259. package/dist/esm/components/SuggestField/index.js.map +1 -1
  260. package/dist/esm/components/Table/Table.js.map +1 -1
  261. package/dist/esm/components/Table/TableContainer.js +1 -1
  262. package/dist/esm/components/Table/TableContainer.js.map +1 -1
  263. package/dist/esm/components/Table/TableExpandHeader.js.map +1 -1
  264. package/dist/esm/components/Table/TableExpandRow.js +1 -1
  265. package/dist/esm/components/Table/TableExpandRow.js.map +1 -1
  266. package/dist/esm/components/Tabs/Tab.js.map +1 -1
  267. package/dist/esm/components/Tag/Tag.js +1 -1
  268. package/dist/esm/components/Tag/Tag.js.map +1 -1
  269. package/dist/esm/components/TextField/TextArea.js.map +1 -1
  270. package/dist/esm/components/TextField/TextField.js.map +1 -1
  271. package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
  272. package/dist/esm/components/VisualTour/VisualTour.js +7 -5
  273. package/dist/esm/components/VisualTour/VisualTour.js.map +1 -1
  274. package/dist/esm/components/index.js +1 -0
  275. package/dist/esm/components/index.js.map +1 -1
  276. package/dist/esm/extensions/codemirror/CodeMirror.js +13 -12
  277. package/dist/esm/extensions/codemirror/CodeMirror.js.map +1 -1
  278. package/dist/esm/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js +5 -3
  279. package/dist/esm/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js.map +1 -1
  280. package/dist/esm/extensions/codemirror/tests/codemirrorTestHelper.js +1 -1
  281. package/dist/esm/extensions/codemirror/tests/codemirrorTestHelper.js.map +1 -1
  282. package/dist/esm/extensions/react-flow/edges/EdgeBezier.js.map +1 -1
  283. package/dist/esm/extensions/react-flow/edges/EdgeDefault.js +3 -0
  284. package/dist/esm/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  285. package/dist/esm/extensions/react-flow/edges/EdgeDefaultV12.js +1 -3
  286. package/dist/esm/extensions/react-flow/edges/EdgeDefaultV12.js.map +1 -1
  287. package/dist/esm/extensions/react-flow/edges/EdgeLabel.js +3 -1
  288. package/dist/esm/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
  289. package/dist/esm/extensions/react-flow/edges/EdgeNew.js +11 -5
  290. package/dist/esm/extensions/react-flow/edges/EdgeNew.js.map +1 -1
  291. package/dist/esm/extensions/react-flow/edges/EdgeTools.js +1 -1
  292. package/dist/esm/extensions/react-flow/edges/EdgeTools.js.map +1 -1
  293. package/dist/esm/extensions/react-flow/edges/utils.js.map +1 -1
  294. package/dist/esm/extensions/react-flow/handles/HandleContent.js +1 -1
  295. package/dist/esm/extensions/react-flow/handles/HandleContent.js.map +1 -1
  296. package/dist/esm/extensions/react-flow/handles/HandleDefault.js +3 -1
  297. package/dist/esm/extensions/react-flow/handles/HandleDefault.js.map +1 -1
  298. package/dist/esm/extensions/react-flow/handles/HandleTools.js +1 -1
  299. package/dist/esm/extensions/react-flow/handles/HandleTools.js.map +1 -1
  300. package/dist/esm/extensions/react-flow/index.js +0 -4
  301. package/dist/esm/extensions/react-flow/index.js.map +1 -1
  302. package/dist/esm/extensions/react-flow/markers/MarkerArrowClosedInverse.js +1 -1
  303. package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js +2 -2
  304. package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
  305. package/dist/esm/extensions/react-flow/minimap/MiniMap.js +4 -4
  306. package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  307. package/dist/esm/extensions/react-flow/minimap/MiniMapV12.js +2 -2
  308. package/dist/esm/extensions/react-flow/minimap/MiniMapV12.js.map +1 -1
  309. package/dist/esm/extensions/react-flow/nodes/NodeContent.js +9 -7
  310. package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  311. package/dist/esm/extensions/react-flow/nodes/NodeDefault.js +1 -1
  312. package/dist/esm/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
  313. package/dist/esm/extensions/react-flow/nodes/NodeTools.js +2 -1
  314. package/dist/esm/extensions/react-flow/nodes/NodeTools.js.map +1 -1
  315. package/dist/esm/extensions/react-flow/nodes/nodeUtils.js +6 -1
  316. package/dist/esm/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
  317. package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +5 -5
  318. package/dist/types/cmem/ActivityControl/ActivityExecutionErrorReportModal.d.ts +1 -1
  319. package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +4 -4
  320. package/dist/types/cmem/ConfidenceValue/ConfidenceValue.d.ts +2 -2
  321. package/dist/types/cmem/ContentBlobToggler/ContentBlobToggler.d.ts +5 -1
  322. package/dist/types/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.d.ts +3 -10
  323. package/dist/types/cmem/markdown/Markdown.d.ts +2 -1
  324. package/dist/types/cmem/react-flow/ReactFlow/ReactFlow.d.ts +0 -6
  325. package/dist/types/cmem/react-flow/configuration/graph.d.ts +2 -1
  326. package/dist/types/cmem/react-flow/configuration/linking.d.ts +2 -1
  327. package/dist/types/cmem/react-flow/configuration/workflow.d.ts +2 -1
  328. package/dist/types/cmem/react-flow/extensions/scrollOnDragHook.d.ts +1 -1
  329. package/dist/types/common/utils/colorCalculateDistance.d.ts +2 -2
  330. package/dist/types/common/utils/colorDecideContrastvalue.d.ts +2 -2
  331. package/dist/types/common/utils/colorHash.d.ts +3 -3
  332. package/dist/types/components/Accordion/AccordionItem.d.ts +1 -1
  333. package/dist/types/components/Application/ApplicationSidebarNavigation.d.ts +2 -0
  334. package/dist/types/components/AutoSuggestion/AutoSuggestion.d.ts +2 -2
  335. package/dist/types/components/AutoSuggestion/ExtendedCodeEditor.d.ts +1 -1
  336. package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +2 -12
  337. package/dist/types/components/AutocompleteField/autoCompleteFieldUtils.d.ts +1 -1
  338. package/dist/types/components/Button/Button.d.ts +3 -3
  339. package/dist/types/components/Card/CardHeader.d.ts +1 -1
  340. package/dist/types/components/ColorField/ColorField.d.ts +2 -5
  341. package/dist/types/components/ContentGroup/ContentGroup.d.ts +1 -1
  342. package/dist/types/components/ContextOverlay/ContextMenu.d.ts +9 -3
  343. package/dist/types/components/ContextOverlay/ContextOverlay.d.ts +2 -2
  344. package/dist/types/components/DecoupledOverlay/DecoupledOverlay.d.ts +3 -1
  345. package/dist/types/components/Depiction/Depiction.d.ts +3 -3
  346. package/dist/types/components/Dialog/SimpleDialog.d.ts +1 -1
  347. package/dist/types/components/Form/FieldItem.d.ts +1 -1
  348. package/dist/types/components/Form/FieldSet.d.ts +3 -3
  349. package/dist/types/components/HoverToggler/HoverToggler.d.ts +2 -2
  350. package/dist/types/components/Label/Label.d.ts +3 -3
  351. package/dist/types/components/Menu/MenuItem.d.ts +1 -1
  352. package/dist/types/components/MultiSelect/MultiSelect.d.ts +16 -9
  353. package/dist/types/components/NotAvailable/NotAvailable.d.ts +32 -0
  354. package/dist/types/components/Notification/Notification.d.ts +2 -2
  355. package/dist/types/components/OverviewItem/OverviewItemActions.d.ts +1 -1
  356. package/dist/types/components/PropertyValuePair/PropertyValueList.d.ts +1 -1
  357. package/dist/types/components/Select/Select.d.ts +2 -1
  358. package/dist/types/components/Skeleton/Skeleton.d.ts +1 -1
  359. package/dist/types/components/Spinner/Spinner.d.ts +2 -2
  360. package/dist/types/components/Structure/TitleSubsection.d.ts +2 -5
  361. package/dist/types/components/SuggestField/index.d.ts +1 -4
  362. package/dist/types/components/Table/TableContainer.d.ts +3 -3
  363. package/dist/types/components/Table/index.d.ts +1 -1
  364. package/dist/types/components/Tabs/Tab.d.ts +180 -186
  365. package/dist/types/components/Tabs/TabTitle.d.ts +1 -1
  366. package/dist/types/components/Tag/Tag.d.ts +2 -2
  367. package/dist/types/components/TextField/TextArea.d.ts +6 -1
  368. package/dist/types/components/index.d.ts +1 -0
  369. package/dist/types/extensions/codemirror/CodeMirror.d.ts +1 -6
  370. package/dist/types/extensions/react-flow/edges/EdgeBezier.d.ts +1 -1
  371. package/dist/types/extensions/react-flow/edges/EdgeDefault.d.ts +3 -3
  372. package/dist/types/extensions/react-flow/edges/EdgeDefaultV12.d.ts +3 -5
  373. package/dist/types/extensions/react-flow/edges/EdgeLabel.d.ts +3 -3
  374. package/dist/types/extensions/react-flow/edges/EdgeStep.d.ts +2 -2
  375. package/dist/types/extensions/react-flow/edges/EdgeTools.d.ts +1 -1
  376. package/dist/types/extensions/react-flow/handles/HandleContent.d.ts +2 -2
  377. package/dist/types/extensions/react-flow/handles/HandleDefault.d.ts +2 -2
  378. package/dist/types/extensions/react-flow/handles/HandleTools.d.ts +2 -2
  379. package/dist/types/extensions/react-flow/index.d.ts +1 -4
  380. package/dist/types/extensions/react-flow/markers/MarkerArrowClosedInverse.d.ts +1 -1
  381. package/dist/types/extensions/react-flow/minimap/MiniMap.d.ts +4 -6
  382. package/dist/types/extensions/react-flow/minimap/MiniMapV12.d.ts +5 -2
  383. package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +4 -9
  384. package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +2 -2
  385. package/dist/types/extensions/react-flow/nodes/sharedTypes.d.ts +2 -2
  386. package/package.json +60 -66
  387. package/scripts/compile-sass.ts +2 -0
  388. package/scripts/sassConfig.js +1 -1
  389. package/scripts/sassDeprecationConfig.js +3 -0
  390. package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +4 -9
  391. package/src/cmem/ActivityControl/ActivityControlWidget.tsx +33 -35
  392. package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +5 -2
  393. package/src/cmem/ActivityControl/SilkActivityControl.tsx +28 -32
  394. package/src/cmem/ActivityControl/tests/ActivityControlWidget.test.tsx +1 -1
  395. package/src/cmem/ConfidenceValue/ConfidenceValue.tsx +6 -5
  396. package/src/cmem/ContentBlobToggler/ContentBlobToggler.tsx +17 -7
  397. package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +13 -18
  398. package/src/cmem/ContentBlobToggler/tests/StringPreviewContentBlobToggler.test.tsx +10 -10
  399. package/src/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.tsx +2 -2
  400. package/src/cmem/DateTimeDisplay/tests/ElapsedDateTimeDisplay.test.tsx +2 -2
  401. package/src/cmem/markdown/Markdown.tsx +2 -1
  402. package/src/cmem/markdown/highlightSearchWords.test.ts +1 -1
  403. package/src/cmem/markdown/markdownutils.test.ts +2 -2
  404. package/src/cmem/react-flow/ReactFlow/ReactFlow.stories.tsx +3 -3
  405. package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +2 -7
  406. package/src/cmem/react-flow/ReactFlow/ReactFlowV12.tsx +1 -1
  407. package/src/cmem/react-flow/ReactFlow/ReactFlowV9.tsx +2 -5
  408. package/src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx +6 -3
  409. package/src/cmem/react-flow/configuration/graph.ts +3 -3
  410. package/src/cmem/react-flow/configuration/linking.ts +3 -3
  411. package/src/cmem/react-flow/configuration/workflow.ts +3 -3
  412. package/src/cmem/react-flow/extensions/scrollOnDragHook.ts +15 -15
  413. package/src/common/scss/_color-functions.scss +9 -4
  414. package/src/common/utils/CssCustomProperties.ts +1 -1
  415. package/src/common/utils/characters.ts +2 -2
  416. package/src/common/utils/colorCalculateDistance.ts +2 -2
  417. package/src/common/utils/colorDecideContrastvalue.ts +4 -3
  418. package/src/common/utils/colorHash.ts +13 -17
  419. package/src/common/utils/getColorConfiguration.ts +2 -2
  420. package/src/common/utils/openInNewTab.ts +1 -1
  421. package/src/common/utils/reduceToText.tsx +1 -1
  422. package/src/components/Accordion/AccordionItem.tsx +3 -2
  423. package/src/components/Accordion/Stories/AccordionItem.stories.tsx +1 -1
  424. package/src/components/Application/ApplicationSidebarNavigation.tsx +6 -2
  425. package/src/components/Application/ApplicationTitle.tsx +9 -1
  426. package/src/components/Application/ApplicationToolbarAction.tsx +2 -1
  427. package/src/components/Application/_header.scss +13 -10
  428. package/src/components/Application/stories/ColorPalettes.stories.tsx +23 -19
  429. package/src/components/Application/tests/ApplicationViewability.test.tsx +1 -7
  430. package/src/components/AutoSuggestion/AutoSuggestion.tsx +16 -16
  431. package/src/components/AutoSuggestion/AutoSuggestionList.tsx +5 -3
  432. package/src/components/AutoSuggestion/ExtendedCodeEditor.tsx +2 -2
  433. package/src/components/AutoSuggestion/extensions/markText.ts +1 -1
  434. package/src/components/AutocompleteField/AutoCompleteField.tsx +16 -25
  435. package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +7 -3
  436. package/src/components/Badge/Badge.stories.tsx +1 -1
  437. package/src/components/Breadcrumb/BreadcrumbList.tsx +4 -3
  438. package/src/components/Button/Button.test.tsx +2 -2
  439. package/src/components/Button/Button.tsx +13 -11
  440. package/src/components/Button/button.scss +2 -3
  441. package/src/components/Card/CardContent.tsx +17 -20
  442. package/src/components/Card/CardHeader.tsx +1 -1
  443. package/src/components/Card/card.scss +8 -4
  444. package/src/components/Card/stories/Card.stories.tsx +1 -1
  445. package/src/components/Chat/ChatArea.tsx +1 -2
  446. package/src/components/Chat/_chat.scss +2 -2
  447. package/src/components/Checkbox/Stories/Checkbox.stories.tsx +1 -1
  448. package/src/components/CodeAutocompleteField/CodeAutocompleteField.stories.tsx +2 -2
  449. package/src/components/ColorField/ColorField.test.tsx +1 -1
  450. package/src/components/ColorField/ColorField.tsx +6 -6
  451. package/src/components/ContentGroup/ContentGroup.stories.tsx +1 -1
  452. package/src/components/ContentGroup/ContentGroup.tsx +6 -6
  453. package/src/components/ContextOverlay/ContextMenu.tsx +10 -4
  454. package/src/components/ContextOverlay/ContextOverlay.stories.tsx +1 -1
  455. package/src/components/ContextOverlay/ContextOverlay.tsx +16 -11
  456. package/src/components/ContextOverlay/tests/ContextOverlay.test.tsx +2 -2
  457. package/src/components/DecoupledOverlay/DecoupledOverlay.tsx +11 -4
  458. package/src/components/Depiction/Depiction.tsx +6 -6
  459. package/src/components/Dialog/Modal.tsx +9 -7
  460. package/src/components/Dialog/ModalContext.tsx +6 -6
  461. package/src/components/Dialog/SimpleDialog.tsx +1 -1
  462. package/src/components/Dialog/stories/AlertDialog.stories.tsx +1 -1
  463. package/src/components/Dialog/stories/Modal.stories.tsx +2 -2
  464. package/src/components/Dialog/stories/SimpleDialog.stories.tsx +1 -1
  465. package/src/components/FlexibleLayout/FlexibleLayoutContainer.tsx +2 -2
  466. package/src/components/FlexibleLayout/FlexibleLayoutItem.tsx +2 -2
  467. package/src/components/Form/FieldItem.tsx +1 -1
  468. package/src/components/Form/FieldSet.tsx +3 -3
  469. package/src/components/Form/Stories/FieldItem.stories.tsx +1 -1
  470. package/src/components/Form/Stories/FieldSet.stories.tsx +1 -1
  471. package/src/components/Grid/Grid.tsx +4 -2
  472. package/src/components/Grid/stories/GridColumn.stories.tsx +1 -1
  473. package/src/components/Grid/stories/GridRow.stories.tsx +1 -1
  474. package/src/components/HoverToggler/HoverToggler.tsx +2 -2
  475. package/src/components/Icon/Icon.tsx +1 -1
  476. package/src/components/Icon/IconButton.tsx +3 -3
  477. package/src/components/Icon/icon.scss +4 -4
  478. package/src/components/Icon/stories/Icon.stories.tsx +1 -1
  479. package/src/components/Icon/stories/IconButton.stories.tsx +1 -1
  480. package/src/components/Icon/stories/TestIcon.stories.tsx +1 -1
  481. package/src/components/Icon/transformIcon.tsx +11 -9
  482. package/src/components/Iframe/Iframe.tsx +2 -2
  483. package/src/components/Label/Label.tsx +4 -4
  484. package/src/components/List/List.tsx +1 -1
  485. package/src/components/Menu/MenuItem.tsx +3 -2
  486. package/src/components/Menu/Stories/MenuItem.stories.tsx +1 -1
  487. package/src/components/Menu/menu.scss +1 -0
  488. package/src/components/MultiSelect/MultiSelect.tsx +62 -34
  489. package/src/components/MultiSuggestField/MultiSuggestField.stories.tsx +1 -1
  490. package/src/components/MultiSuggestField/index.ts +1 -1
  491. package/src/components/MultiSuggestField/tests/MultiSuggestField.test.tsx +24 -57
  492. package/src/components/NotAvailable/NotAvailable.stories.tsx +15 -0
  493. package/src/components/NotAvailable/NotAvailable.tsx +69 -0
  494. package/src/components/Notification/Notification.stories.tsx +2 -1
  495. package/src/components/Notification/Notification.tsx +5 -4
  496. package/src/components/OverviewItem/OverviewItemActions.tsx +1 -1
  497. package/src/components/OverviewItem/OverviewItemDepiction.tsx +1 -1
  498. package/src/components/OverviewItem/stories/OverviewItem.stories.tsx +1 -1
  499. package/src/components/OverviewItem/stories/OverviewItemActions.stories.tsx +1 -1
  500. package/src/components/OverviewItem/stories/OverviewItemDepiction.stories.tsx +1 -1
  501. package/src/components/OverviewItem/stories/OverviewItemDescription.stories.tsx +1 -1
  502. package/src/components/OverviewItem/stories/OverviewItemListPerformance.tsx +2 -2
  503. package/src/components/Pagination/Pagination.tsx +2 -2
  504. package/src/components/PropertyValuePair/PropertyValueList.tsx +1 -1
  505. package/src/components/RadioButton/Stories/RadioButton.stories.tsx +1 -1
  506. package/src/components/Select/Select.stories.tsx +1 -1
  507. package/src/components/Select/Select.tsx +7 -4
  508. package/src/components/Skeleton/Skeleton.tsx +2 -2
  509. package/src/components/Spinner/Spinner.tsx +2 -2
  510. package/src/components/Sticky/StickyTarget.tsx +1 -1
  511. package/src/components/Sticky/stories/StickyTarget.stories.tsx +2 -2
  512. package/src/components/Structure/TitleSubsection.tsx +2 -2
  513. package/src/components/SuggestField/SuggestField.stories.tsx +2 -2
  514. package/src/components/SuggestField/index.ts +0 -3
  515. package/src/components/Table/Table.tsx +3 -2
  516. package/src/components/Table/TableContainer.tsx +11 -6
  517. package/src/components/Table/TableExpandHeader.tsx +2 -1
  518. package/src/components/Table/TableExpandRow.tsx +3 -2
  519. package/src/components/Table/index.tsx +7 -1
  520. package/src/components/Tabs/Tab.tsx +2 -2
  521. package/src/components/Tabs/TabTitle.tsx +1 -1
  522. package/src/components/Tag/Tag.tsx +9 -10
  523. package/src/components/Tag/stories/Tag.stories.tsx +1 -1
  524. package/src/components/Tag/stories/TagList.stories.tsx +1 -1
  525. package/src/components/TextField/TextArea.tsx +12 -7
  526. package/src/components/TextField/TextField.tsx +4 -3
  527. package/src/components/TextField/stories/TextArea.stories.tsx +1 -1
  528. package/src/components/TextField/stories/TextField.stories.tsx +1 -3
  529. package/src/components/TextField/useTextValidation.ts +4 -4
  530. package/src/components/TextReducer/TextReducer.stories.tsx +4 -1
  531. package/src/components/TextReducer/TextReducer.test.tsx +2 -2
  532. package/src/components/Tooltip/Tooltip.stories.tsx +1 -1
  533. package/src/components/Tooltip/Tooltip.test.tsx +5 -5
  534. package/src/components/Tooltip/Tooltip.tsx +5 -5
  535. package/src/components/Typography/stories/OverflowText.stories.tsx +1 -1
  536. package/src/components/Typography/typography.scss +4 -2
  537. package/src/components/VisualTour/VisualTour.tsx +10 -10
  538. package/src/components/index.ts +1 -0
  539. package/src/configuration/_variables.scss +15 -15
  540. package/src/extensions/codemirror/CodeMirror.tsx +119 -95
  541. package/src/extensions/codemirror/debouncedLinter.ts +2 -2
  542. package/src/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.ts +9 -5
  543. package/src/extensions/codemirror/tests/CodeEditor.test.tsx +4 -4
  544. package/src/extensions/codemirror/tests/EditorAppearanceConfigMenu.test.tsx +5 -5
  545. package/src/extensions/codemirror/tests/codemirrorTestHelper.ts +12 -12
  546. package/src/extensions/codemirror/toolbars/commands/markdown.command.ts +6 -6
  547. package/src/extensions/react-flow/edges/EdgeBezier.tsx +2 -3
  548. package/src/extensions/react-flow/edges/EdgeDefault.tsx +10 -7
  549. package/src/extensions/react-flow/edges/EdgeDefaultV12.tsx +8 -10
  550. package/src/extensions/react-flow/edges/EdgeLabel.tsx +10 -8
  551. package/src/extensions/react-flow/edges/EdgeNew.tsx +29 -31
  552. package/src/extensions/react-flow/edges/EdgeStep.tsx +2 -2
  553. package/src/extensions/react-flow/edges/EdgeTools.tsx +2 -3
  554. package/src/extensions/react-flow/edges/stories/EdgeDefault.stories.tsx +1 -1
  555. package/src/extensions/react-flow/edges/stories/EdgeDefaultV12.stories.tsx +1 -1
  556. package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +2 -1
  557. package/src/extensions/react-flow/edges/utils.ts +5 -3
  558. package/src/extensions/react-flow/handles/HandleContent.tsx +3 -3
  559. package/src/extensions/react-flow/handles/HandleDefault.tsx +58 -48
  560. package/src/extensions/react-flow/handles/HandleTools.tsx +4 -5
  561. package/src/extensions/react-flow/handles/stories/HandleDefault.stories.tsx +2 -7
  562. package/src/extensions/react-flow/index.ts +2 -5
  563. package/src/extensions/react-flow/markers/MarkerArrowClosedInverse.tsx +1 -1
  564. package/src/extensions/react-flow/markers/ReactFlowMarkers.tsx +6 -6
  565. package/src/extensions/react-flow/minimap/MiniMap.tsx +24 -24
  566. package/src/extensions/react-flow/minimap/MiniMapV12.tsx +7 -5
  567. package/src/extensions/react-flow/nodes/NodeContent.tsx +67 -65
  568. package/src/extensions/react-flow/nodes/NodeDefault.tsx +6 -3
  569. package/src/extensions/react-flow/nodes/NodeTools.tsx +5 -5
  570. package/src/extensions/react-flow/nodes/_nodes.scss +2 -1
  571. package/src/extensions/react-flow/nodes/nodeUtils.tsx +10 -5
  572. package/src/extensions/react-flow/nodes/sharedTypes.ts +2 -2
  573. package/src/extensions/react-flow/nodes/stories/NodeContent.stories.tsx +40 -26
  574. package/src/extensions/react-flow/nodes/stories/NodeContentV12.stories.tsx +3 -3
  575. package/src/extensions/react-flow/nodes/stories/NodeDefault.stories.tsx +3 -3
  576. package/src/includes/blueprintjs/_variables.scss +1 -0
  577. package/src/includes/carbon-components/_variables.scss +1 -1
  578. package/src/index.scss +2 -2
  579. package/src/test/setupTests.js +1 -1
  580. package/dist/cjs/extensions/react-flow/edges/EdgeDefs.js +0 -17
  581. package/dist/cjs/extensions/react-flow/edges/EdgeDefs.js.map +0 -1
  582. package/dist/esm/extensions/react-flow/edges/EdgeDefs.js +0 -11
  583. package/dist/esm/extensions/react-flow/edges/EdgeDefs.js.map +0 -1
  584. package/dist/types/extensions/react-flow/edges/EdgeDefs.d.ts +0 -5
  585. package/src/extensions/react-flow/edges/EdgeDefs.tsx +0 -33
  586. package/src/extensions/react-flow/nodes/NodeDefaultV12.tsx +0 -53
package/CHANGELOG.md CHANGED
@@ -6,117 +6,182 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ This is a major release, and it might be not compatible with your current usage of our library. Please read about the necessary changes in the section about how to migrate.
10
+
11
+ ### Migration from v24 to v25
12
+
13
+ - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
14
+ - apply changes mentioned in the **Changed** subsection
15
+
16
+ ### Added
17
+
18
+ - `<NotAvailable />`
19
+ - simple placeholder element that can be used to display info about missing data
20
+ - `<ContentBlobToggler />`
21
+ - `forceInline` property: force inline rendering
22
+ - `<ContextMenu />`
23
+ - `togglerSize`: replaces the deprecated `togglerLarge` property
24
+ - `<MultiSelect />`
25
+ - `searchListPredicate` property: Allows to filter the complete list of search options at once.
26
+ - Following optional BlueprintJs properties are forwarded now to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
27
+ - `isValidNewOption` property: Checks if an input string is or can be turned into a valid new option.
28
+
29
+ ### Fixed
30
+
31
+ - `<MultiSelect />`
32
+ - border of the BlueprintJS `Tag` elements were fixed
33
+
34
+ ### Changed
35
+
36
+ - **React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.**
37
+ - `color` library was upgraded from v4 to v5, so the types changed
38
+ - if you forward properties then they cannot have `Color` as type, use `ColorLike`
39
+ - `@blueprintjs/core` library was updated to v6
40
+ - if you use an explicit BlueprintJS import in your project you need to set `"@blueprintjs/core": "6.8.1"` and `"@blueprintjs/select": "6.1.1"`
41
+ - you may need to update class names in your tests (the new prefix is `bp6-`)
42
+ - `Toaster.create` is now an async function
43
+ - `<MultiSelect />`
44
+ - by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
45
+
46
+ ### Deprecated
47
+
48
+ - support for React Flow v9 is extended, but will be removed in v27
49
+ - `<ContextMenu />`
50
+ - `togglerLarge`: replaced by the more versatile `togglerSize` property
51
+ - `<MultiSelect />`
52
+ - `searchPredicate`: replaced by the -- in some cases -- more efficient `searchListPredicate`
53
+
54
+ ### Removed
55
+
56
+ - renamed react flow types and components, use the new names directly:
57
+ - `NodeContentHandleProps`: use `HandleDefaultProps`
58
+ - `ReactFlow`: use `ReactFlowExtended`
59
+ - `MiniMapV9Props`, `MiniMapV9`, `MiniMapV12Props` and `MiniMapV12`: use `MiniMapProps` and `MiniMap`, use `flowVersion` if the React Flow version is not recognized automatically
60
+ - `EdgeDefaultV9` and `EdgeDefaultV12`: use `EdgeDefault`
61
+ - `EdgeDefs`: use `ReactFlowMarkers`
62
+ - `autoCompleteFieldUtils`: use `suggestFieldUtils`
63
+ - `CodeMirror.outerDivAttributes`: use all properties directly on `CodeEditor`
64
+ - `MultiSuggestField.ofType`: use `<MultiSuggestField<TYPE>>`
65
+ - `StringPreviewContentBlobToggler.firstNonEmptyLineOnly`: use `useOnly="firstNonEmptyLine"`
66
+ - color configuration is not possible anymore via previously used SCSS variables
67
+ - `$eccgui-color-primary`, `$eccgui-color-primary-contrast`, `$eccgui-color-accent`, `$eccgui-color-accent-contrast`,
68
+ `$eccgui-color-success-text`, `$eccgui-color-success-background`, `$eccgui-color-info-text`, `$eccgui-color-info-background`,
69
+ `$eccgui-color-warning-text`, `$eccgui-color-warning-background`, `$eccgui-color-danger-text`, `$eccgui-color-danger-background`
70
+ - use `$eccgui-color-palette-light` now
71
+
72
+ ## [25.2.0] - 2026-04-30
73
+
9
74
  ### Added
10
75
 
11
- - `<CodeAutocompleteField />`
12
- - Add `intent` property.
13
- - new icons:
14
- - `state-confirmed-all`
76
+ - `<CodeAutocompleteField />`
77
+ - Add `intent` property.
78
+ - new icons:
79
+ - `state-confirmed-all`
15
80
 
16
81
  ### Fixed
17
82
 
18
- - `<Pagination />`
19
- - improve breakpoints to display widgets for page size and page number inside smaller containers
20
- - male the breakpoints configurable via SCSS
83
+ - `<Pagination />`
84
+ - improve breakpoints to display widgets for page size and page number inside smaller containers
85
+ - male the breakpoints configurable via SCSS
21
86
 
22
87
  ## [25.1.0] - 2026-04-13
23
88
 
24
89
  ### Added
25
90
 
26
- - `<ActivityControlWidget />`
27
- - Add parameter `active` to activity control action to set the `active` state of its button.
28
- - action now can have a `active` and `notification` property
29
- - `<ApplicationViewability />`
30
- - component for hiding elements in specific media
31
- - `<InlineText />`
32
- - force children to get displayed as inline content
33
- - `<DecoupledOverlay />`
34
- - similar to `ContextOverlay` component but not directly linked to a React element, it specifies the target in the DOM to get connected lazy
35
- - `<StringPreviewContentBlobToggler />`
36
- - `useOnly` property: specify if only parts of the content should be used for the shortened preview, this property replaces `firstNonEmptyLineOnly`
37
- - `<ContextOverlay />`
38
- - `paddingSize` property to add easily some white space
39
- - `<CodeEditor />`
40
- - toolbar in `markdown` mode provides a user config menu for the editor appearance
41
- - `<RadioButton />`
42
- - `hideIndicator` property: hide the radio inout indicator but click on children can be processed via `onChange` event
43
- - `<ColorField />`
44
- - input component for colors
45
- - uses a subset from the configured color palette by default, but it also allows to enter custom colors
46
- - `<MultiSuggestField />`
47
- - `MultiSuggestFieldSelectionProps` provides `newlyRemoved` for callbacks set when removing a selected item
48
- - `<HtmlContentClock />`
49
- - inline `code` uses same gray background highlighting like code blocks
50
- - CSS custom properties
51
- - beside the color palette we now mirror the most important layout configuration variables as CSS custom properties
52
- - new icons:
53
- - `state-confirmed-all`
54
- - `state-declined-all`
55
- - `data-sourceschema`
56
- - `data-targetschema`
57
- - `operation-ai-generate`
58
- - `operation-filterreset`
59
- - `toggler-pin-empty`
60
- - `toggler-pin-filled`
91
+ - `<ActivityControlWidget />`
92
+ - Add parameter `active` to activity control action to set the `active` state of its button.
93
+ - action now can have a `active` and `notification` property
94
+ - `<ApplicationViewability />`
95
+ - component for hiding elements in specific media
96
+ - `<InlineText />`
97
+ - force children to get displayed as inline content
98
+ - `<DecoupledOverlay />`
99
+ - similar to `ContextOverlay` component but not directly linked to a React element, it specifies the target in the DOM to get connected lazy
100
+ - `<StringPreviewContentBlobToggler />`
101
+ - `useOnly` property: specify if only parts of the content should be used for the shortened preview, this property replaces `firstNonEmptyLineOnly`
102
+ - `<ContextOverlay />`
103
+ - `paddingSize` property to add easily some white space
104
+ - `<CodeEditor />`
105
+ - toolbar in `markdown` mode provides a user config menu for the editor appearance
106
+ - `<RadioButton />`
107
+ - `hideIndicator` property: hide the radio inout indicator but click on children can be processed via `onChange` event
108
+ - `<ColorField />`
109
+ - input component for colors
110
+ - uses a subset from the configured color palette by default, but it also allows to enter custom colors
111
+ - `<MultiSuggestField />`
112
+ - `MultiSuggestFieldSelectionProps` provides `newlyRemoved` for callbacks set when removing a selected item
113
+ - `<HtmlContentClock />`
114
+ - inline `code` uses same gray background highlighting like code blocks
115
+ - CSS custom properties
116
+ - beside the color palette we now mirror the most important layout configuration variables as CSS custom properties
117
+ - new icons:
118
+ - `state-confirmed-all`
119
+ - `state-declined-all`
120
+ - `data-sourceschema`
121
+ - `data-targetschema`
122
+ - `operation-ai-generate`
123
+ - `operation-filterreset`
124
+ - `toggler-pin-empty`
125
+ - `toggler-pin-filled`
61
126
 
62
127
  ### Fixed
63
128
 
64
- - `<Tag />`
65
- - create more whitespace inside `small` tag
66
- - reduce visual impact of border
67
- - `<StringPreviewContentBlobToggler />`
68
- - take Markdown rendering into account before testing the maximum preview length
69
- - `<CodeEditor />`
70
- - fix `disabled` property update
71
- - `<VisualTour />`
72
- - fix color of buttons to move to previous/next step
73
- - take Markdown rendering into account before testing the maximum preview length
74
- - `<NodeContent />`
75
- - header-menu items are vertically centered now
76
- - `<Link />`
77
- - stabilize font size for on hover state
78
- - use correct font sizes when `size` property is set
79
- - `Typography`
80
- - adjust displaying fallback symbols in different browsers
81
- - `<CodeMirror />`
82
- - use the latest provided `onChange` function
83
- - `<TextField />`, `<TextArea />`
84
- - fix emoji false-positives in invisible character detection
85
- - `<MultiSuggestField />`
86
- - `onSelection` now sets `newlySelected` only for add actions and no longer sets it to the last element
87
- - border of the BlueprintJS `Tag` elements were fixed
88
- - `<Modal />`
89
- - fix specificity for pointer-events rules on SVG
90
- - `<Button />`
91
- - badge is correctly displayed when `badge={0}`
92
- - Focus outlines
93
- - we use again bold focus outlines for input elements
94
- - they are also used for clickable elements that are focused via keyboard (tab navigation)
129
+ - `<Tag />`
130
+ - create more whitespace inside `small` tag
131
+ - reduce visual impact of border
132
+ - `<StringPreviewContentBlobToggler />`
133
+ - take Markdown rendering into account before testing the maximum preview length
134
+ - `<CodeEditor />`
135
+ - fix `disabled` property update
136
+ - `<VisualTour />`
137
+ - fix color of buttons to move to previous/next step
138
+ - take Markdown rendering into account before testing the maximum preview length
139
+ - `<NodeContent />`
140
+ - header-menu items are vertically centered now
141
+ - `<Link />`
142
+ - stabilize font size for on hover state
143
+ - use correct font sizes when `size` property is set
144
+ - `Typography`
145
+ - adjust displaying fallback symbols in different browsers
146
+ - `<CodeMirror />`
147
+ - use the latest provided `onChange` function
148
+ - `<TextField />`, `<TextArea />`
149
+ - fix emoji false-positives in invisible character detection
150
+ - `<MultiSuggestField />`
151
+ - `onSelection` now sets `newlySelected` only for add actions and no longer sets it to the last element
152
+ - border of the BlueprintJS `Tag` elements were fixed
153
+ - `<Modal />`
154
+ - fix specificity for pointer-events rules on SVG
155
+ - `<Button />`
156
+ - badge is correctly displayed when `badge={0}`
157
+ - Focus outlines
158
+ - we use again bold focus outlines for input elements
159
+ - they are also used for clickable elements that are focused via keyboard (tab navigation)
95
160
 
96
161
  ### Changed
97
162
 
98
- - `<MultiSelect />`:
99
- - Change default filter predicate to match multi-word queries.
100
- - `<EdgeDefault />`
101
- - reduce stroke width to only 1px
102
- - `<CodeMirror />`
103
- - `wrapLines` and `preventLineNumber` do not use `false` default value but if not set then it will be interpreted as `false`
104
- - in this way it can be overwritten by new user config for the markdown mode
105
- - automatically hide user interaction elements in print view
106
- - all application header components except `<WorkspaceHeader />`
107
- - `<CardActions />` and `<CardOptions />`
108
- - `actionOptions` of `<ContentGroup />`
109
- - `actions` of `<Notification />`
110
- - `<OverviewItemActions />`
111
- - automatically serialize display of layout elements in print view
112
- - `<FlexibleLayoutItem />`
113
- - `<GridColumn />`
114
- - `<PropertyName />` and `<PropertyValue />`
163
+ - `<MultiSelect />`:
164
+ - Change default filter predicate to match multi-word queries.
165
+ - `<EdgeDefault />`
166
+ - reduce stroke width to only 1px
167
+ - `<CodeMirror />`
168
+ - `wrapLines` and `preventLineNumber` do not use `false` default value but if not set then it will be interpreted as `false`
169
+ - in this way it can be overwritten by new user config for the markdown mode
170
+ - automatically hide user interaction elements in print view
171
+ - all application header components except `<WorkspaceHeader />`
172
+ - `<CardActions />` and `<CardOptions />`
173
+ - `actionOptions` of `<ContentGroup />`
174
+ - `actions` of `<Notification />`
175
+ - `<OverviewItemActions />`
176
+ - automatically serialize display of layout elements in print view
177
+ - `<FlexibleLayoutItem />`
178
+ - `<GridColumn />`
179
+ - `<PropertyName />` and `<PropertyValue />`
115
180
 
116
181
  ### Deprecated
117
182
 
118
- - `<StringPreviewContentBlobToggler />`
119
- - `firstNonEmptyLineOnly` will be removed, is replaced by `useOnly="firstNonEmptyLine"`
183
+ - `<StringPreviewContentBlobToggler />`
184
+ - `firstNonEmptyLineOnly` will be removed, is replaced by `useOnly="firstNonEmptyLine"`
120
185
 
121
186
  ## [25.0.0] - 2025-12-01
122
187
 
@@ -124,252 +189,252 @@ This is a major release, and it might be not compatible with your current usage
124
189
 
125
190
  ### Migration from v24 to v25
126
191
 
127
- - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
128
- - in case you set your own colors before importing GUI elements you need to update your configuration to the new color palette structure, see `README.md`
129
- - change `intent="primary"` to `intent="accent"` for `<Button />`, `<IconButton />` and `<Spinner />`, if supported you may check if it is better to use `affirmative={true}` or `elevated={true}` instead of `intent`
192
+ - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
193
+ - in case you set your own colors before importing GUI elements you need to update your configuration to the new color palette structure, see `README.md`
194
+ - change `intent="primary"` to `intent="accent"` for `<Button />`, `<IconButton />` and `<Spinner />`, if supported you may check if it is better to use `affirmative={true}` or `elevated={true}` instead of `intent`
130
195
 
131
196
  ### Added
132
197
 
133
- - `<ChatContent />`
134
- - displays single chat contents in a bubble, including options to add status line and avatar
135
- - `<ChatContentCollapsed />`
136
- - can collapse (and expand) `<ChatContent />` automatically for convenience
137
- - `<ChatField />`
138
- - let the user input texts, calls `onSubmit` handler on enter key and submit button
139
- - `<ChatArea />`
140
- - combine a list of chat contents and user input box
141
- - `<TextReducer />`
142
- - reduces HTML to simple text and can display it as one ellipsed line
143
- - `<Tooltip />`
144
- - prove useage of `usePlaceholder` by jest test coverage
145
- - `<EdgeStraight />`
146
- - it's basically `<EdgeDefault />` without any special configs
147
- - `<EdgeBezier />`
148
- - only supported for v12, in v9 as straight edge is used
149
- - use `curvature` property in the edge `data` object to define the bezier layout (0..1, default: 0.25)
150
- - `<EdgeDefaultV12 />`
151
- - the `data` object provides `markerAppearance` to set and remove the edge arrows
152
- - `<EdgeDefault />`
153
- - introduced the new `arrowDirection` property, including support for bidirectional edges - supported only for `<EdgeDefaultV12 />`
154
- - `<EdgeNew />`
155
- - component for React Flow v12, displaying new connection lines
156
- - `<VisualTour />`
157
- - component to display a visual tour multi-step tour of the current view
158
- - `<Button />`
159
- - `accent` value for `intent` was added to align property with other components
160
- - `<Spinner />`
161
- - `accent` value for `intent` was added to align property with other components
162
- - `elevated` property can be used to highlight the spinner, currently the `intent="accent"` display is used
163
- - `<Modal />`:
164
- - Add `ModalContext` to track open/close state of all used application modals.
165
- - Add `modalId` property to give a modal a unique ID for tracking purposes.
166
- - `preventReactFlowEvents`: adds 'nopan', 'nowheel' and 'nodrag' classes to overlay classes in order to prevent react-flow to react to drag and pan actions in modals.
167
- - new `utils` methods
168
- - `colorCalculateDistance()`: calculates the difference between 2 colors using the simple CIE76 formula
169
- - `textToColorHash()`: calculates a color from a text string
170
- - `reduceToText`: shrinks HTML content and React elements to plain text, used for `<TextReducer />`
171
- - `decodeHtmlEntities`: decode a string of HTML text, map HTML entities back to UTF-8 chars
172
- - SCSS color functions
173
- - `eccgui-color-var`: returns a var of a custom property used for palette color
174
- - `eccgui-color-mix`: mix 2 colors in `srgb`, works with all types of color values and CSS custom properties
175
- - `eccgui-color-rgba`: like `rgba()` but it works also for CSS custom properties
176
- - Color palette: includes 4 sections with 20+ color tints in 5 weights each
177
- - indentity, semantic, layout, extra
178
- - managed via CSS custom properties
179
- - see `README.md` for more information about usage
180
- - New icons
181
- - `artefact-task-sqlupdatequeryoperator`
182
- - `artefact-task-customsqlexecution`
183
- - `item-legend`
184
- - `operation-tour`
185
- - `toggler-carettop`
186
- - `toggler-caretleft`
187
- - `toggler-micon`
188
- - `toggler-micoff`
189
- - `toggler-radio`
190
- - `toggler-radio-checked`
191
- - `state-flagged`
192
- - `state-progress`
193
- - `state-progress-error`
194
- - `state-progress-warning`
195
- - more icons for build tasks
198
+ - `<ChatContent />`
199
+ - displays single chat contents in a bubble, including options to add status line and avatar
200
+ - `<ChatContentCollapsed />`
201
+ - can collapse (and expand) `<ChatContent />` automatically for convenience
202
+ - `<ChatField />`
203
+ - let the user input texts, calls `onSubmit` handler on enter key and submit button
204
+ - `<ChatArea />`
205
+ - combine a list of chat contents and user input box
206
+ - `<TextReducer />`
207
+ - reduces HTML to simple text and can display it as one ellipsed line
208
+ - `<Tooltip />`
209
+ - prove useage of `usePlaceholder` by jest test coverage
210
+ - `<EdgeStraight />`
211
+ - it's basically `<EdgeDefault />` without any special configs
212
+ - `<EdgeBezier />`
213
+ - only supported for v12, in v9 as straight edge is used
214
+ - use `curvature` property in the edge `data` object to define the bezier layout (0..1, default: 0.25)
215
+ - `<EdgeDefaultV12 />`
216
+ - the `data` object provides `markerAppearance` to set and remove the edge arrows
217
+ - `<EdgeDefault />`
218
+ - introduced the new `arrowDirection` property, including support for bidirectional edges - supported only for `<EdgeDefaultV12 />`
219
+ - `<EdgeNew />`
220
+ - component for React Flow v12, displaying new connection lines
221
+ - `<VisualTour />`
222
+ - component to display a visual tour multi-step tour of the current view
223
+ - `<Button />`
224
+ - `accent` value for `intent` was added to align property with other components
225
+ - `<Spinner />`
226
+ - `accent` value for `intent` was added to align property with other components
227
+ - `elevated` property can be used to highlight the spinner, currently the `intent="accent"` display is used
228
+ - `<Modal />`:
229
+ - Add `ModalContext` to track open/close state of all used application modals.
230
+ - Add `modalId` property to give a modal a unique ID for tracking purposes.
231
+ - `preventReactFlowEvents`: adds 'nopan', 'nowheel' and 'nodrag' classes to overlay classes in order to prevent react-flow to react to drag and pan actions in modals.
232
+ - new `utils` methods
233
+ - `colorCalculateDistance()`: calculates the difference between 2 colors using the simple CIE76 formula
234
+ - `textToColorHash()`: calculates a color from a text string
235
+ - `reduceToText`: shrinks HTML content and React elements to plain text, used for `<TextReducer />`
236
+ - `decodeHtmlEntities`: decode a string of HTML text, map HTML entities back to UTF-8 chars
237
+ - SCSS color functions
238
+ - `eccgui-color-var`: returns a var of a custom property used for palette color
239
+ - `eccgui-color-mix`: mix 2 colors in `srgb`, works with all types of color values and CSS custom properties
240
+ - `eccgui-color-rgba`: like `rgba()` but it works also for CSS custom properties
241
+ - Color palette: includes 4 sections with 20+ color tints in 5 weights each
242
+ - indentity, semantic, layout, extra
243
+ - managed via CSS custom properties
244
+ - see `README.md` for more information about usage
245
+ - New icons
246
+ - `artefact-task-sqlupdatequeryoperator`
247
+ - `artefact-task-customsqlexecution`
248
+ - `item-legend`
249
+ - `operation-tour`
250
+ - `toggler-carettop`
251
+ - `toggler-caretleft`
252
+ - `toggler-micon`
253
+ - `toggler-micoff`
254
+ - `toggler-radio`
255
+ - `toggler-radio-checked`
256
+ - `state-flagged`
257
+ - `state-progress`
258
+ - `state-progress-error`
259
+ - `state-progress-warning`
260
+ - more icons for build tasks
196
261
 
197
262
  ### Removed
198
263
 
199
- - support for React Flow v10 was completely removed
200
- - removed direct replacements for legacy components (imported via `@eccenca/gui-elements/src/legacy-replacements` or `LegacyReplacements`)
201
- - `<AffirmativeButton />`, `<Button />`, `<DismissiveButton />`, `<DisruptiveButton />`, `<Checkbox />`, `<RadioButton />`, `<Tabs />`, `<TextField />`
202
- - `<Button />`, `<FieldItem />`, `<FieldSet />`, `<MultiSuggestField />`
203
- - removed support for old state properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger`
204
- - `<Notification />`
205
- - removed support for old state properties `neutral`, `success`, `warning` and `danger`
206
- - `<Icon />`
207
- - removed `description` and `iconTitle` properties
208
- - `<OverviewItemList />`
209
- - `densityHigh` property was removed
210
- - `<CodeEditor />`
211
- - static fallback for test id `codemirror-wrapper` was removed, add `data-test-id` (or your test id data attribute) always directly to `CodeEditor`.
212
- - `<EdgeDefault />`
213
- - removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
214
- - `<Spinner />`
215
- - `description` property was removed because it was defined but not implemented for a very long time, but we plan to add that type of caption later
216
- - `nodeTypes` and `edgeTypes` exports were removed
217
- - use `<ReactFlow />` with `configuration`, or define it yourself
218
- - SCSS variables `$eccgui-color-application-text` and `$eccgui-color-application-background` were removed
219
- - use `$eccgui-color-workspace-text` and `$eccgui-color-workspace-background`
220
- - Removed `remark-typograf` plugin from `<Markdown />` rendering to maintain display expectation
264
+ - support for React Flow v10 was completely removed
265
+ - removed direct replacements for legacy components (imported via `@eccenca/gui-elements/src/legacy-replacements` or `LegacyReplacements`)
266
+ - `<AffirmativeButton />`, `<Button />`, `<DismissiveButton />`, `<DisruptiveButton />`, `<Checkbox />`, `<RadioButton />`, `<Tabs />`, `<TextField />`
267
+ - `<Button />`, `<FieldItem />`, `<FieldSet />`, `<MultiSuggestField />`
268
+ - removed support for old state properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger`
269
+ - `<Notification />`
270
+ - removed support for old state properties `neutral`, `success`, `warning` and `danger`
271
+ - `<Icon />`
272
+ - removed `description` and `iconTitle` properties
273
+ - `<OverviewItemList />`
274
+ - `densityHigh` property was removed
275
+ - `<CodeEditor />`
276
+ - static fallback for test id `codemirror-wrapper` was removed, add `data-test-id` (or your test id data attribute) always directly to `CodeEditor`.
277
+ - `<EdgeDefault />`
278
+ - removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
279
+ - `<Spinner />`
280
+ - `description` property was removed because it was defined but not implemented for a very long time, but we plan to add that type of caption later
281
+ - `nodeTypes` and `edgeTypes` exports were removed
282
+ - use `<ReactFlow />` with `configuration`, or define it yourself
283
+ - SCSS variables `$eccgui-color-application-text` and `$eccgui-color-application-background` were removed
284
+ - use `$eccgui-color-workspace-text` and `$eccgui-color-workspace-background`
285
+ - Removed `remark-typograf` plugin from `<Markdown />` rendering to maintain display expectation
221
286
 
222
287
  ### Fixed
223
288
 
224
- - `<CodeAutocompleteField />`:
225
- - In multiline mode, validation errors might be highlighted incorrectly (relative line offset added).
289
+ - `<CodeAutocompleteField />`:
290
+ - In multiline mode, validation errors might be highlighted incorrectly (relative line offset added).
226
291
 
227
292
  ### Changed
228
293
 
229
- - `<EdgeDefault />` and `<EdgeStep />`
230
- - support now v9 and v12 of react flow
231
- - `<ReactFlowExtended />`
232
- - use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
233
- - `<Spinner />`
234
- - `color` property does not accept `intent` values anymore
235
- - `<OverflowText />`
236
- - beside explicitly specified properties it allows only basic HTML element properties and testing IDs
237
- - overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties
238
- - `<SuggestField />`
239
- - Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component.
240
- - `utils.getColorConfiguration()` works with CSS custom properties
241
- - property names returned by `getColorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
242
- - e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
243
- - `<Button />` and `<IconButton />`
244
- - `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `affirmative={true}` or `elevated={true}` instead of primary/accent intent
245
- - `<Spinner />`
246
- - `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `elevated={true}` instead of using intent
247
- - icons: arrow directions for `list-sortasc` and `list-sortdesc` were switched, up arrow is now used for ascending sort
294
+ - `<EdgeDefault />` and `<EdgeStep />`
295
+ - support now v9 and v12 of react flow
296
+ - `<ReactFlowExtended />`
297
+ - use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
298
+ - `<Spinner />`
299
+ - `color` property does not accept `intent` values anymore
300
+ - `<OverflowText />`
301
+ - beside explicitly specified properties it allows only basic HTML element properties and testing IDs
302
+ - overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties
303
+ - `<SuggestField />`
304
+ - Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component.
305
+ - `utils.getColorConfiguration()` works with CSS custom properties
306
+ - property names returned by `getColorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
307
+ - e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
308
+ - `<Button />` and `<IconButton />`
309
+ - `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `affirmative={true}` or `elevated={true}` instead of primary/accent intent
310
+ - `<Spinner />`
311
+ - `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `elevated={true}` instead of using intent
312
+ - icons: arrow directions for `list-sortasc` and `list-sortdesc` were switched, up arrow is now used for ascending sort
248
313
 
249
314
  ### Deprecated
250
315
 
251
- - support for React Flow v9 will be removed in v26
252
- - `<EdgeDefs />`
253
- - use `<ReactFlowMarkers />` or build it on single `<ReactFlowMarker />`
316
+ - support for React Flow v9 will be removed in v26
317
+ - `<EdgeDefs />`
318
+ - use `<ReactFlowMarkers />` or build it on single `<ReactFlowMarker />`
254
319
 
255
320
  ## [24.4.1] - 2025-08-25
256
321
 
257
322
  ### Fixed
258
323
 
259
- - React flow v12:
260
- - add missing styles from react flow library to ensure proper functionality of new connection lines
261
- - `<Tooltip />`
262
- - re-check hover state after swapping the placeholder before triggering the event bubbling
324
+ - React flow v12:
325
+ - add missing styles from react flow library to ensure proper functionality of new connection lines
326
+ - `<Tooltip />`
327
+ - re-check hover state after swapping the placeholder before triggering the event bubbling
263
328
 
264
329
  ### Changed
265
330
 
266
- - `<IconButton/>`
267
- - increase the default delay before swapping the tooltip placeholder of the icon, reducing unwanted swaps because of mouseovers that were not intended
268
- - `IntentBaseTypes` now available via root export
269
- - some `intent` properties support less or more intent types, in case you need to test supported types before, then you can use it directly from the component interface, e.g. `TextFieldProps["intent"]`
331
+ - `<IconButton/>`
332
+ - increase the default delay before swapping the tooltip placeholder of the icon, reducing unwanted swaps because of mouseovers that were not intended
333
+ - `IntentBaseTypes` now available via root export
334
+ - some `intent` properties support less or more intent types, in case you need to test supported types before, then you can use it directly from the component interface, e.g. `TextFieldProps["intent"]`
270
335
 
271
336
  ### Added
272
337
 
273
- - `application-colors` and `data-color` icons, both represented by the Carbon `ColorPalette` icon
338
+ - `application-colors` and `data-color` icons, both represented by the Carbon `ColorPalette` icon
274
339
 
275
340
  ## [24.3.1] - 2025-08-21
276
341
 
277
342
  ### Fixed
278
343
 
279
- - React flow v12:
280
- - add missing styles from react flow library to ensure proper functionality of new connection lines
344
+ - React flow v12:
345
+ - add missing styles from react flow library to ensure proper functionality of new connection lines
281
346
 
282
347
  ## [24.4.0] - 2025-08-07
283
348
 
284
349
  ### Added
285
350
 
286
- - `<ExtendedCodeEditor />`
287
- - `height` and `readOnly` properties to forward them to `<CodeEditor/>`
288
- - `<CodeAutocompleteField />`:
289
- - `outerDivAttributes` property: allows to set parameter of the container element
290
- - `height` and `readOnly` properties to forward them to `<ExtendedCodeEditor/>`
291
- - `<ActivityControlWidget />`
292
- - `additionalActions` property to include other more complex components between the action buttons and the context menu of the widget
293
- - `<Tooltip />`
294
- - `swapPlaceholderDelay` property to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
351
+ - `<ExtendedCodeEditor />`
352
+ - `height` and `readOnly` properties to forward them to `<CodeEditor/>`
353
+ - `<CodeAutocompleteField />`:
354
+ - `outerDivAttributes` property: allows to set parameter of the container element
355
+ - `height` and `readOnly` properties to forward them to `<ExtendedCodeEditor/>`
356
+ - `<ActivityControlWidget />`
357
+ - `additionalActions` property to include other more complex components between the action buttons and the context menu of the widget
358
+ - `<Tooltip />`
359
+ - `swapPlaceholderDelay` property to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
295
360
 
296
361
  ### Fixed
297
362
 
298
- - `<CodeEditor />`
299
- - Editor is re-created after certain property changes and is reset, i.e. loses it current state.
300
- - Enter key handling (adding new line) was broken when `onKeyDown` is defined.
301
- - `<CodeAutocompleteField />`
302
- - First auto-completion item not marked as active when drop down first shown.
303
- - Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
363
+ - `<CodeEditor />`
364
+ - Editor is re-created after certain property changes and is reset, i.e. loses it current state.
365
+ - Enter key handling (adding new line) was broken when `onKeyDown` is defined.
366
+ - `<CodeAutocompleteField />`
367
+ - First auto-completion item not marked as active when drop down first shown.
368
+ - Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
304
369
 
305
370
  ### Changed
306
371
 
307
- - `<NodeContent />`
308
- - prevent start of a react flow drag action of a node when user clicks in the node menu section
372
+ - `<NodeContent />`
373
+ - prevent start of a react flow drag action of a node when user clicks in the node menu section
309
374
 
310
375
  ### Deprecated
311
376
 
312
- - `<CodeEditor />`
313
- - `onChange` property: support for `(v: any) => void` type will be exchanged to more specific `(v: string) => void`
377
+ - `<CodeEditor />`
378
+ - `onChange` property: support for `(v: any) => void` type will be exchanged to more specific `(v: string) => void`
314
379
 
315
380
  ## [24.3.0] - 2025-06-05
316
381
 
317
382
  ### Added
318
383
 
319
- - added support for React Flow v12
320
- - `<NodeContent />` can used with `flowVersion="v12"`
321
- - more v12-only components: `EdgeDefaultV12`, `NodeDefaultV12`, `EdgeDefs`
322
- - they may be removed in future version when v12 elements are available direcly via `<EdgeDefault />` and `<NodeDefault />`
384
+ - added support for React Flow v12
385
+ - `<NodeContent />` can used with `flowVersion="v12"`
386
+ - more v12-only components: `EdgeDefaultV12`, `NodeDefaultV12`, `EdgeDefs`
387
+ - they may be removed in future version when v12 elements are available direcly via `<EdgeDefault />` and `<NodeDefault />`
323
388
 
324
389
  ### Deprecated
325
390
 
326
- - `<EdgeDefaultV12 />` and `<NodeDefaultV12 />` will be removed when React Flow v12 is supported directly by `<EdgeDefault />` and `<NodeDefault />`
327
- - `flowVersion` property: `legacy` and `next` will be removed/replaced by `v##` values
391
+ - `<EdgeDefaultV12 />` and `<NodeDefaultV12 />` will be removed when React Flow v12 is supported directly by `<EdgeDefault />` and `<NodeDefault />`
392
+ - `flowVersion` property: `legacy` and `next` will be removed/replaced by `v##` values
328
393
 
329
394
  ## [24.2.0] - 2025-06-04
330
395
 
331
396
  ### Added
332
397
 
333
- - `<ContextOverlay />`
334
- - `usePlaceholder` property: can be used to display the target but include the component later when the first interaction happens, this can improve performance
335
- - `<ContextMenu />`
336
- - `preventPlaceholder` property to prevent the default usage of placeholders waiting for the first user interaction before inserting the full context menu
337
- - `<Tooltip />`
338
- - `usePlaceholder` property: can be used to display the target but include the full component later when the first interaction happens, this can improve performance. It is turned on for text tooltips by default.
339
- - `<OverviewItemActions />`
340
- - `delayDisplayChildren` property: set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
341
- - `delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
342
- - `<Button />`, `<FieldItem />`, `<FieldSet />`, `<Notification />`, `<Spinner />`
343
- - `intent` property: align intent state usage with other components
398
+ - `<ContextOverlay />`
399
+ - `usePlaceholder` property: can be used to display the target but include the component later when the first interaction happens, this can improve performance
400
+ - `<ContextMenu />`
401
+ - `preventPlaceholder` property to prevent the default usage of placeholders waiting for the first user interaction before inserting the full context menu
402
+ - `<Tooltip />`
403
+ - `usePlaceholder` property: can be used to display the target but include the full component later when the first interaction happens, this can improve performance. It is turned on for text tooltips by default.
404
+ - `<OverviewItemActions />`
405
+ - `delayDisplayChildren` property: set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
406
+ - `delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
407
+ - `<Button />`, `<FieldItem />`, `<FieldSet />`, `<Notification />`, `<Spinner />`
408
+ - `intent` property: align intent state usage with other components
344
409
 
345
410
  ### Deprecated
346
411
 
347
- - `<Markdown />`
348
- - `reHypePlugins` property now use `PluggableList` from the unified package. This may require changes if you previously used plugins not conforming to the stricter unified typings. Backward compatibility with the old plugin list type will be removed in the next major version.
349
- - `<FieldSet />`, `<FieldItem />`, `<MultiSelect />`, `<Button />`
350
- - `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties will be removed, use `intent` property instead
351
- - `<Notification />`
352
- - `neutral`, `success`, `warning` and `danger` properties will be removed, use `intent` property instead
353
- - `<MultiSelect />`
354
- - `data-test-id` for clearance button won't be set automatically, only if a test id for `MultiSelect` is given
412
+ - `<Markdown />`
413
+ - `reHypePlugins` property now use `PluggableList` from the unified package. This may require changes if you previously used plugins not conforming to the stricter unified typings. Backward compatibility with the old plugin list type will be removed in the next major version.
414
+ - `<FieldSet />`, `<FieldItem />`, `<MultiSelect />`, `<Button />`
415
+ - `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties will be removed, use `intent` property instead
416
+ - `<Notification />`
417
+ - `neutral`, `success`, `warning` and `danger` properties will be removed, use `intent` property instead
418
+ - `<MultiSelect />`
419
+ - `data-test-id` for clearance button won't be set automatically, only if a test id for `MultiSelect` is given
355
420
 
356
421
  ### Fixed
357
422
 
358
- - `<CodeAutocompleteField />` and `<AutoSuggestion />`:
359
- - Error highlighting is always visible by underlining the respective text
423
+ - `<CodeAutocompleteField />` and `<AutoSuggestion />`:
424
+ - Error highlighting is always visible by underlining the respective text
360
425
 
361
426
  ### Changed
362
427
 
363
- - `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
364
- - react flow integration by renaming their resources from `legacy` and `next` to more precise `v9` and `v10`:
365
- - `HandleProps`: renamed to `HandleV9Props`
366
- - `HandleNextProps`: renamed to `HandleV10Props`
367
- - if provided then the `flowVersion` property do not accept `legacy` and `next` as values anymore, use `v9` and `v10`
368
- - some more interfaces are exposed:
369
- - `IntentBlueprint`: BlueprintJS intent types, also available by `DefinitionsBlueprint`
370
- - `TableDataContainerProps`, `TableSimpleContainerProps`, `TableHeadProps`, `TableBodyProps`, `TableExpandedRowProps`, `TableHeaderProps` and `DataTableRenderProps` as interfaces for diverse table components
371
- - `<CodeAutocompleteField />`
372
- - memorize `handleChange` handler to prevent unwanted re-renders
428
+ - `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
429
+ - react flow integration by renaming their resources from `legacy` and `next` to more precise `v9` and `v10`:
430
+ - `HandleProps`: renamed to `HandleV9Props`
431
+ - `HandleNextProps`: renamed to `HandleV10Props`
432
+ - if provided then the `flowVersion` property do not accept `legacy` and `next` as values anymore, use `v9` and `v10`
433
+ - some more interfaces are exposed:
434
+ - `IntentBlueprint`: BlueprintJS intent types, also available by `DefinitionsBlueprint`
435
+ - `TableDataContainerProps`, `TableSimpleContainerProps`, `TableHeadProps`, `TableBodyProps`, `TableExpandedRowProps`, `TableHeaderProps` and `DataTableRenderProps` as interfaces for diverse table components
436
+ - `<CodeAutocompleteField />`
437
+ - memorize `handleChange` handler to prevent unwanted re-renders
373
438
 
374
439
  ### Usage with old application bundlers
375
440
 
@@ -389,112 +454,112 @@ If you use Jest then you can use the same aliases for the `moduleNameMapper` con
389
454
 
390
455
  ### Deprecated
391
456
 
392
- - `HandleV9Props` and `HandleV10Props` export will be removed, use only `HandleDefaultProps`
393
- - `<NodeContent />`
394
- - `businessDate`: will be removed because it is already not used
395
- - `<ReactFlow />`: use `<ReactFlowExtended />`
457
+ - `HandleV9Props` and `HandleV10Props` export will be removed, use only `HandleDefaultProps`
458
+ - `<NodeContent />`
459
+ - `businessData`: will be removed because it is already not used
460
+ - `<ReactFlow />`: use `<ReactFlowExtended />`
396
461
 
397
462
  ### Migration from v24 to v25
398
463
 
399
- - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the v24.\* changelogs.
400
- - we changed the integration of the supported react flow versions, formerly names `legacy` and `next` resources were renamed to more precise `v9` and `v10`, please see all info in the section about changes
464
+ - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the v24.\* changelogs.
465
+ - we changed the integration of the supported react flow versions, formerly names `legacy` and `next` resources were renamed to more precise `v9` and `v10`, please see all info in the section about changes
401
466
 
402
467
  ## [24.1.0] - 2025-04-16
403
468
 
404
469
  ### Added
405
470
 
406
- - `<CardActions />`
407
- - `noWrap` property to display them without wrapping its children on multiple lines
408
- - `<ContentGroup />` component
409
- - Manage display of a grouped content section.
410
- - Add info, actions and context annotations by using its properties.
411
- - Can be nested into each other.
412
- - `<CodeEditor />`
413
- - implemented support for linting which is enabled via `useLinting` prop
414
- - `turtle` and `javascript` are currently supported languages for linting
415
- - `useToolbar` property to display toolbar if the `mode` is supported
416
- - currently `markdown` mode is integrated, including support for headlines `<h1-6>`, `<blockquote>`, `<code>` block and inline, `<b>` bold, `<i>`, italic, `<del>` strike through, `<ul>`, `<ol>` and checkbox lists, `<a>` links and `<img>` images
417
- - editor is focused on load if `autoFocus` prop is set to `true`
418
- - implemented support for `disabled` state in code editor
419
- - implemented support for `intent` states in code editor
420
- - `<Label />`
421
- - `additionalElements` property to display elements at the end of the label
422
- - `inline` property to display the label component as inline block
423
- - `<MenutItem />`
424
- - `tooltip` property to dislay tooltip on menu item label
425
- - `<NodeContent />`
426
- - `resizeDirections` to specifiy the axis that can be used to resize the node
427
- - `resizeMaxDimensions` to add maximum values for resizing height/width
428
- - `<OverviewItem />`
429
- - `hasCardWrapper` property to use a `Card` component as wrapper around it, simplifies the process to put it in a box, use `cardProps` to forward basic properties to that `Card` wrapper
430
- - `<SimpleDialog />`
431
- - `actionsProps` property to forward `CardActions` properties, e.g. `noWrap`
432
- - New icons:
433
- - `artefact-task-concatenatetofile`
434
- - `artefact-task-pivot`
435
- - `artefact-task-unpivot`
436
- - `item-magic-edit`
437
- - `operation-format-text-code`
438
- - `operation-format-text-bold`
439
- - `operation-format-text-italic`
440
- - `operation-format-text-strikethrough`
441
- - `operation-format-list-bullet`
442
- - `operation-format-list-checked`
443
- - `operation-format-list-numbered`
471
+ - `<CardActions />`
472
+ - `noWrap` property to display them without wrapping its children on multiple lines
473
+ - `<ContentGroup />` component
474
+ - Manage display of a grouped content section.
475
+ - Add info, actions and context annotations by using its properties.
476
+ - Can be nested into each other.
477
+ - `<CodeEditor />`
478
+ - implemented support for linting which is enabled via `useLinting` prop
479
+ - `turtle` and `javascript` are currently supported languages for linting
480
+ - `useToolbar` property to display toolbar if the `mode` is supported
481
+ - currently `markdown` mode is integrated, including support for headlines `<h1-6>`, `<blockquote>`, `<code>` block and inline, `<b>` bold, `<i>`, italic, `<del>` strike through, `<ul>`, `<ol>` and checkbox lists, `<a>` links and `<img>` images
482
+ - editor is focused on load if `autoFocus` prop is set to `true`
483
+ - implemented support for `disabled` state in code editor
484
+ - implemented support for `intent` states in code editor
485
+ - `<Label />`
486
+ - `additionalElements` property to display elements at the end of the label
487
+ - `inline` property to display the label component as inline block
488
+ - `<MenutItem />`
489
+ - `tooltip` property to dislay tooltip on menu item label
490
+ - `<NodeContent />`
491
+ - `resizeDirections` to specifiy the axis that can be used to resize the node
492
+ - `resizeMaxDimensions` to add maximum values for resizing height/width
493
+ - `<OverviewItem />`
494
+ - `hasCardWrapper` property to use a `Card` component as wrapper around it, simplifies the process to put it in a box, use `cardProps` to forward basic properties to that `Card` wrapper
495
+ - `<SimpleDialog />`
496
+ - `actionsProps` property to forward `CardActions` properties, e.g. `noWrap`
497
+ - New icons:
498
+ - `artefact-task-concatenatetofile`
499
+ - `artefact-task-pivot`
500
+ - `artefact-task-unpivot`
501
+ - `item-magic-edit`
502
+ - `operation-format-text-code`
503
+ - `operation-format-text-bold`
504
+ - `operation-format-text-italic`
505
+ - `operation-format-text-strikethrough`
506
+ - `operation-format-list-bullet`
507
+ - `operation-format-list-checked`
508
+ - `operation-format-list-numbered`
444
509
 
445
510
  ### Fixed
446
511
 
447
- - `<CodeAutocompleteField />`:
448
- - Code editor resets to initial value on every code editor instance re-init
449
- - `<CodeEditor />`
450
- - re-render the component if the `wrapLines` property is changed after the component's render
451
- - only fire `onChange` event when the document has actually changed
452
- - `<OverviewItem />`
453
- - whitespace after `Depiction` element when the `OverviewItem` ist used with `densityHigh` and `hasSpacing`
454
- - `<OverviewItemActions />`
455
- - `hiddenInteractions` stay visible if they contain focused elements or opened overlays (e.g. context menus)
456
- - `<TagList />`
457
- - do not create empty list items
458
- - `<SearchField />`
459
- - allow to use `onClearanceHandler` and `rightElement` together
460
- - fix display of `Icon` with `tooltipText` as direct child in `rightElement`
512
+ - `<CodeAutocompleteField />`:
513
+ - Code editor resets to initial value on every code editor instance re-init
514
+ - `<CodeEditor />`
515
+ - re-render the component if the `wrapLines` property is changed after the component's render
516
+ - only fire `onChange` event when the document has actually changed
517
+ - `<OverviewItem />`
518
+ - whitespace after `Depiction` element when the `OverviewItem` ist used with `densityHigh` and `hasSpacing`
519
+ - `<OverviewItemActions />`
520
+ - `hiddenInteractions` stay visible if they contain focused elements or opened overlays (e.g. context menus)
521
+ - `<TagList />`
522
+ - do not create empty list items
523
+ - `<SearchField />`
524
+ - allow to use `onClearanceHandler` and `rightElement` together
525
+ - fix display of `Icon` with `tooltipText` as direct child in `rightElement`
461
526
 
462
527
  ### Changed
463
528
 
464
- - `<ActivityControlWidget />`
465
- - display running time after label if there is an status info to prevent a third line
466
- - `<ReactFlow />`
467
- - property color for `graph` configuration was adjusted
468
- - `<SearchField />`
469
- - internally forced to be managed controlled to keep `onClearanceHandler` independent from outer `value` property
470
- - `<Switch />`
471
- - use always `<Label/>` component for `label` value
472
- - `<StickyNoteNode />`
473
- - Refactored data structure position and dimension (breaking change)
474
- - `<MiniMap />`
475
- - component supports now React Flow v9 and v12
529
+ - `<ActivityControlWidget />`
530
+ - display running time after label if there is an status info to prevent a third line
531
+ - `<ReactFlow />`
532
+ - property color for `graph` configuration was adjusted
533
+ - `<SearchField />`
534
+ - internally forced to be managed controlled to keep `onClearanceHandler` independent from outer `value` property
535
+ - `<Switch />`
536
+ - use always `<Label/>` component for `label` value
537
+ - `<StickyNoteNode />`
538
+ - Refactored data structure position and dimension (breaking change)
539
+ - `<MiniMap />`
540
+ - component supports now React Flow v9 and v12
476
541
 
477
542
  ### Deprecated
478
543
 
479
- - `<CodeEditor />`
480
- - fallback of static test id is removed, need then always to be set if necessary
481
- - `<OverflowText />`
482
- - component won't accept properties of any name in future, only data attributes for test IDs and basic HTML element properties
483
- - `<OverviewItemList />`
484
- - `densityHigh` property will be removed, use it directly on `OverviewItem` children
544
+ - `<CodeEditor />`
545
+ - fallback of static test id is removed, need then always to be set if necessary
546
+ - `<OverflowText />`
547
+ - component won't accept properties of any name in future, only data attributes for test IDs and basic HTML element properties
548
+ - `<OverviewItemList />`
549
+ - `densityHigh` property will be removed, use it directly on `OverviewItem` children
485
550
 
486
551
  ## [24.0.1] - 2025-02-06
487
552
 
488
553
  ### Changed
489
554
 
490
- - `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
555
+ - `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
491
556
 
492
557
  ### Fixed
493
558
 
494
- - `MultiSelect`:
495
- - Old suggestions might be shown for a very short time when typing in a new search query.
496
- - `CodeEditor`:
497
- - Broken highlighting for editor modes that leveraged adapted legacy modes.
559
+ - `MultiSelect`:
560
+ - Old suggestions might be shown for a very short time when typing in a new search query.
561
+ - `CodeEditor`:
562
+ - Broken highlighting for editor modes that leveraged adapted legacy modes.
498
563
 
499
564
  ## [24.0.0] - 2024-12-17
500
565
 
@@ -502,650 +567,650 @@ This is a major release, and it might be not compatible with your current usage
502
567
 
503
568
  ### Migration from v23 to v24
504
569
 
505
- - upgrade Typescript to v5
506
- - upgrade Node to at least v18, see **Changed** section for more info about it
507
- - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
508
- - `<GridColumn/>`
509
- - `full`: was deprecated and now removed because it always uses full width if it is the only column and does not have any othe size config
510
- - `<Notification/>`
511
- - `fullWidth`: was deprecated and now removed, use `flexWidth` as replacement
512
- - `iconName`: was deprecated and now removed, use `icon` property
513
- - `<Table/>`
514
- - `size`: use only "small", "medium" or "large" as value
515
- - `<Tag/>`
516
- - `emphasized`: was deprecated and now removed, use `minimal=false` plus `emphasis="stronger"` instead
517
- - `IconSized` type: use `CarbonIconType`
518
- - `TimeUnits` type: use `ElapsedDateTimeDisplayUnits`
519
- - `MarkdownParserProps` interface: use `MarkdownProps`
520
- - `elapsedTimeSegmented` function: use `elapsedDateTimeDisplayUtils.elapsedTimeSegmented`
521
- - `simplifiedElapsedTime` function: use `elapsedDateTimeDisplayUtils.simplifiedElapsedTime`
570
+ - upgrade Typescript to v5
571
+ - upgrade Node to at least v18, see **Changed** section for more info about it
572
+ - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
573
+ - `<GridColumn/>`
574
+ - `full`: was deprecated and now removed because it always uses full width if it is the only column and does not have any othe size config
575
+ - `<Notification/>`
576
+ - `fullWidth`: was deprecated and now removed, use `flexWidth` as replacement
577
+ - `iconName`: was deprecated and now removed, use `icon` property
578
+ - `<Table/>`
579
+ - `size`: use only "small", "medium" or "large" as value
580
+ - `<Tag/>`
581
+ - `emphasized`: was deprecated and now removed, use `minimal=false` plus `emphasis="stronger"` instead
582
+ - `IconSized` type: use `CarbonIconType`
583
+ - `TimeUnits` type: use `ElapsedDateTimeDisplayUnits`
584
+ - `MarkdownParserProps` interface: use `MarkdownProps`
585
+ - `elapsedTimeSegmented` function: use `elapsedDateTimeDisplayUtils.elapsedTimeSegmented`
586
+ - `simplifiedElapsedTime` function: use `elapsedDateTimeDisplayUtils.simplifiedElapsedTime`
522
587
 
523
588
  ### Added
524
589
 
525
- - `<StringPreviewContentBlobToggler />`:
526
- - `noTogglerContentSuffix`: Allows to add non-string elements at the end of the content if the full description is shown, i.e. no toggler is necessary. This allows to add non-string elements to both the full-view content and the pure string content.
527
- - `<MultiSuggestField />`
528
- - An optional custom search function property has been added, it defines how to filter elements.
529
- - Added a prop `limitHeightOpened` to limit the height of the dropdown by automatically calculating the available height in vh.
530
- - `<FlexibleLayoutContainer />` and `<FlexibleLayoutItem />`
531
- - helper components to create flex layouts for positioning sub elements
532
- - stop misusing `Toolbar*` components to do that (anti pattern)
533
- - `<PropertyValueList />` and `<PropertyValuePair />`
534
- - `singleColumn` property to display label and value below each other
535
- - `<Label />`
536
- - `emphasis` property to control visual appearance of the label text
537
- - basic Storybook example for `<Application* />` components
538
- - `<CodeEditor />`
539
- - `setEditorView` option for compatibility to Codemirror v6
540
- - `supportCodeFolding` optional property to fold code for the supported modes e.g: `xml`, `json`, etc.
541
- - `shouldHighlightActiveLine` optional property to highlight active line where the cursor is currently in.
542
- - `shouldHaveMinimalSetup` optional property that imports codemirror's base minimal configurations.
543
- - `additionalExtensions` optional property for additional extensions to customize the editor further.
544
- - `<Markdown />`
545
- - `htmlContentBlockProps` can now be used to configure the wrapper around the Markdown content
546
- - `$eccgui-selector-text-spot-highlight` SCSS config variable to specify selector that is used to create shortly highlighted spots
547
- - it is highlighted when the selector is also active local anchor target or if it has the `.eccgui-typography--spothighlight` class attached to it
590
+ - `<StringPreviewContentBlobToggler />`:
591
+ - `noTogglerContentSuffix`: Allows to add non-string elements at the end of the content if the full description is shown, i.e. no toggler is necessary. This allows to add non-string elements to both the full-view content and the pure string content.
592
+ - `<MultiSuggestField />`
593
+ - An optional custom search function property has been added, it defines how to filter elements.
594
+ - Added a prop `limitHeightOpened` to limit the height of the dropdown by automatically calculating the available height in vh.
595
+ - `<FlexibleLayoutContainer />` and `<FlexibleLayoutItem />`
596
+ - helper components to create flex layouts for positioning sub elements
597
+ - stop misusing `Toolbar*` components to do that (anti pattern)
598
+ - `<PropertyValueList />` and `<PropertyValuePair />`
599
+ - `singleColumn` property to display label and value below each other
600
+ - `<Label />`
601
+ - `emphasis` property to control visual appearance of the label text
602
+ - basic Storybook example for `<Application* />` components
603
+ - `<CodeEditor />`
604
+ - `setEditorView` option for compatibility to Codemirror v6
605
+ - `supportCodeFolding` optional property to fold code for the supported modes e.g: `xml`, `json`, etc.
606
+ - `shouldHighlightActiveLine` optional property to highlight active line where the cursor is currently in.
607
+ - `shouldHaveMinimalSetup` optional property that imports codemirror's base minimal configurations.
608
+ - `additionalExtensions` optional property for additional extensions to customize the editor further.
609
+ - `<Markdown />`
610
+ - `htmlContentBlockProps` can now be used to configure the wrapper around the Markdown content
611
+ - `$eccgui-selector-text-spot-highlight` SCSS config variable to specify selector that is used to create shortly highlighted spots
612
+ - it is highlighted when the selector is also active local anchor target or if it has the `.eccgui-typography--spothighlight` class attached to it
548
613
 
549
614
  ### Fixed
550
615
 
551
- - toggling on/off the `<HandleTools/>` was corrected, they kept displayed after re-entering with the cursor
552
- - `<Pagination/>`
553
- - change text overflow for selectors to `clip` because Firefox rendered `ellipsis` a bit too early
554
- - `<ApplicationContainer />`:
555
- - `useDropzoneMonitor` helper hook process was improved so that less events are processed and the dropzone monitoring is more stable
616
+ - toggling on/off the `<HandleTools/>` was corrected, they kept displayed after re-entering with the cursor
617
+ - `<Pagination/>`
618
+ - change text overflow for selectors to `clip` because Firefox rendered `ellipsis` a bit too early
619
+ - `<ApplicationContainer />`:
620
+ - `useDropzoneMonitor` helper hook process was improved so that less events are processed and the dropzone monitoring is more stable
556
621
 
557
622
  ### Changed
558
623
 
559
- - GUI elements library needs node 18 or an higher version because dependencies were upgraded
560
- - you may run into problems if you try it with Node v16 or v17, or Webpack v4, mainly because of a Node bugfix regarding the OpenSSL provider
561
- - if you cannot upgrade your dependencies then you could workaround that by patching the `crypto` package or using Node with `--openssl-legacy-provider` option
562
- - see https://github.com/webpack/webpack/issues/14532 and https://stackoverflow.com/questions/69692842/ for more info and possible solutions
563
- - upgrade to `@carbon/react` package
564
- - almost all Carbon related packages were replaced by using only `@carbon/react`
565
- - some component interfaces partly lack documentation in our Storybook because their base interfaces from `@carbon/react` are currently not exported: `AccordionItemProps`, `ApplicationHeaderProps`, `ApplicationToolbarProps`, `ApplicationToolbarActionProps`, `ApplicationToolbarPanelProps`, `CarbonIconType`, `TableCellProps`, `TableExpandRowProps`, `TableProps`
566
- - upgrade to Typescript v5
567
- - your package should be compatible to Typescript 5 patterns
568
- - upgrade to Storybook v8
569
- - include a few patches for actions, see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#implicit-actions-can-not-be-used-during-rendering-for-example-in-the-play-function
570
- - allow `next` and `legacy` as branch names
571
- - `<CodeEditor />`
572
- - `setInstance` interface changed to `setEditorView` for semantic compatibility to Codemirror v6
573
- - `<BreadcrumbItem/>`
574
- - link color and separation char were adjusted
575
- - `<Markdown/>`
576
- - align blocks for language specific code to default code blocks
577
- - switch icons for `item-clone` and `item-copy` to Carbon's `<Replicate/>` and `<Copy/>`
578
- - Remove duplicated icon names `artefact-customtask*` and only keep `artefact-task*` names.
579
- - `<OverviewItemDepiction/>`
580
- - improve examples in storybook
581
- - improve display for images that are to large for the available space (fully show them)
582
- - `<CodeAutocompleteField />`:
583
- - Add parameter `reInitOnInitialValueChange`, to allow the field to re-initialize if the initial value changes.
624
+ - GUI elements library needs node 18 or an higher version because dependencies were upgraded
625
+ - you may run into problems if you try it with Node v16 or v17, or Webpack v4, mainly because of a Node bugfix regarding the OpenSSL provider
626
+ - if you cannot upgrade your dependencies then you could workaround that by patching the `crypto` package or using Node with `--openssl-legacy-provider` option
627
+ - see https://github.com/webpack/webpack/issues/14532 and https://stackoverflow.com/questions/69692842/ for more info and possible solutions
628
+ - upgrade to `@carbon/react` package
629
+ - almost all Carbon related packages were replaced by using only `@carbon/react`
630
+ - some component interfaces partly lack documentation in our Storybook because their base interfaces from `@carbon/react` are currently not exported: `AccordionItemProps`, `ApplicationHeaderProps`, `ApplicationToolbarProps`, `ApplicationToolbarActionProps`, `ApplicationToolbarPanelProps`, `CarbonIconType`, `TableCellProps`, `TableExpandRowProps`, `TableProps`
631
+ - upgrade to Typescript v5
632
+ - your package should be compatible to Typescript 5 patterns
633
+ - upgrade to Storybook v8
634
+ - include a few patches for actions, see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#implicit-actions-can-not-be-used-during-rendering-for-example-in-the-play-function
635
+ - allow `next` and `legacy` as branch names
636
+ - `<CodeEditor />`
637
+ - `setInstance` interface changed to `setEditorView` for semantic compatibility to Codemirror v6
638
+ - `<BreadcrumbItem/>`
639
+ - link color and separation char were adjusted
640
+ - `<Markdown/>`
641
+ - align blocks for language specific code to default code blocks
642
+ - switch icons for `item-clone` and `item-copy` to Carbon's `<Replicate/>` and `<Copy/>`
643
+ - Remove duplicated icon names `artefact-customtask*` and only keep `artefact-task*` names.
644
+ - `<OverviewItemDepiction/>`
645
+ - improve examples in storybook
646
+ - improve display for images that are to large for the available space (fully show them)
647
+ - `<CodeAutocompleteField />`:
648
+ - Add parameter `reInitOnInitialValueChange`, to allow the field to re-initialize if the initial value changes.
584
649
 
585
650
  ### Deprecated
586
651
 
587
- - `<Icon/>` and `<TestIcon/>`
588
- - `description` and `iconTitle`: use `title` as replacement.
589
- - `TableRowHeightSize` type: use `TableProps["size"]` directly
590
- - `IRenderModifiers` interface: use `SuggestFieldItemRendererModifierProps`
591
- - `IElementWidth` type: use `SuggestFieldItemRendererModifierProps["styleWidth"]`
592
- - `MultiSelectSelectionProps` interface: use `MultiSuggestFieldSelectionProps`
593
- - `MultiSelectProps` interface: use `MultiSuggestFieldProps`
594
- - `nodeTypes` and `edgeTypes`
595
- - will be removed without replacement, define it yourself or use `<ReactFlow/` with `configuration` option
596
- - `AutoCompleteFieldProps` and `IAutoCompleteFieldProps` interfaces: use `SuggestFieldProps`
597
- - `<CodeAutocompleteField/>`
598
- - `AutoSuggestionProps`: use `CodeAutocompleteFieldProps` instead
599
- - we renamed `ISuggestionBase`, `ISuggestionWithReplacementInfo`, `IReplacementResult`, `IPartialAutoCompleteResult`, `IValidationResult` to `CodeAutocompleteFieldSuggestionBase`, `CodeAutocompleteFieldSuggestionWithReplacementInfo`, `CodeAutocompleteFieldReplacementResult`, `CodeAutocompleteFieldPartialAutoCompleteResult`, `CodeAutocompleteFieldValidationResult`
600
- - all legacy support components are going to be removed, you need to replace them by activily maintained components
601
- - `<ButtonReplacement/>`: switch to `<Button />`
602
- - `<AffirmativeButtonReplacement/>`: switch to `<Button affirmative />`
603
- - `<DismissiveButtonReplacement/>`: switch to `<Button dismissive />`
604
- - `<DisruptiveButtonReplacement/>`: switch to `<Button disruptive />`
605
- - `<CheckboxReplacement/>`: switch to `<Checkbox />`
606
- - `<RadioButtonReplacement/>`: switch to `<RadioButton />`
607
- - `<TabsReplacement/>`: switch to `<Tabs />`
608
- - `<TextFieldReplacement/>`: switch to `<TextField />`, `<TextArea />`, `<FieldItem />`
609
- - `MultiSuggestField.ofType` method:
610
- - instead of `MyMultiSuggest = MultiSuggestField.ofType<MyType>()` use directly `<MultiSuggestField<MyType> {...props} />`
611
- - `MultiSuggestField.ofType` also returns the original BlueprintJS `MultiSelect` element, not our version!
652
+ - `<Icon/>` and `<TestIcon/>`
653
+ - `description` and `iconTitle`: use `title` as replacement.
654
+ - `TableRowHeightSize` type: use `TableProps["size"]` directly
655
+ - `IRenderModifiers` interface: use `SuggestFieldItemRendererModifierProps`
656
+ - `IElementWidth` type: use `SuggestFieldItemRendererModifierProps["styleWidth"]`
657
+ - `MultiSelectSelectionProps` interface: use `MultiSuggestFieldSelectionProps`
658
+ - `MultiSelectProps` interface: use `MultiSuggestFieldProps`
659
+ - `nodeTypes` and `edgeTypes`
660
+ - will be removed without replacement, define it yourself or use `<ReactFlow/` with `configuration` option
661
+ - `AutoCompleteFieldProps` and `IAutoCompleteFieldProps` interfaces: use `SuggestFieldProps`
662
+ - `<CodeAutocompleteField/>`
663
+ - `AutoSuggestionProps`: use `CodeAutocompleteFieldProps` instead
664
+ - we renamed `ISuggestionBase`, `ISuggestionWithReplacementInfo`, `IReplacementResult`, `IPartialAutoCompleteResult`, `IValidationResult` to `CodeAutocompleteFieldSuggestionBase`, `CodeAutocompleteFieldSuggestionWithReplacementInfo`, `CodeAutocompleteFieldReplacementResult`, `CodeAutocompleteFieldPartialAutoCompleteResult`, `CodeAutocompleteFieldValidationResult`
665
+ - all legacy support components are going to be removed, you need to replace them by activily maintained components
666
+ - `<ButtonReplacement/>`: switch to `<Button />`
667
+ - `<AffirmativeButtonReplacement/>`: switch to `<Button affirmative />`
668
+ - `<DismissiveButtonReplacement/>`: switch to `<Button dismissive />`
669
+ - `<DisruptiveButtonReplacement/>`: switch to `<Button disruptive />`
670
+ - `<CheckboxReplacement/>`: switch to `<Checkbox />`
671
+ - `<RadioButtonReplacement/>`: switch to `<RadioButton />`
672
+ - `<TabsReplacement/>`: switch to `<Tabs />`
673
+ - `<TextFieldReplacement/>`: switch to `<TextField />`, `<TextArea />`, `<FieldItem />`
674
+ - `MultiSuggestField.ofType` method:
675
+ - instead of `MyMultiSuggest = MultiSuggestField.ofType<MyType>()` use directly `<MultiSuggestField<MyType> {...props} />`
676
+ - `MultiSuggestField.ofType` also returns the original BlueprintJS `MultiSelect` element, not our version!
612
677
 
613
678
  ## [23.8.0] - 2024-08-19
614
679
 
615
680
  ### Added
616
681
 
617
- - `<ApplicationContainer />`:
618
- - `monitorDropzonesFor` property can be used to monitor application wide dropzones for dragged elements via data attributes attached to body element containing the data transfer type of drag over events.
619
- - `<ReactFlow />`
620
- - `dropzoneFor` property can be used to mark react flow canvas as matching area to drop dragged elements.
621
- - `<Accordion />`, `<AccordionItem />`
622
- - `whitespaceSize` property to define how much whitespace is used on top and bottom inside the header and content of an accordion item.
623
- - `separationSize` property defines how much space is used for the separation between an accordion item and the next one.
624
- - class name prefixes are now available by variables with more readable names:
625
- - BlueprintJS: `$prefix-blueprintjs` (current value is `bp5`)
626
- - Carbon Design System: `$prefix-carbon` (current value is `cds`)
627
- - eccenca GUI elements: `$prefix-eccgui` (current value is `eccgui`)
682
+ - `<ApplicationContainer />`:
683
+ - `monitorDropzonesFor` property can be used to monitor application wide dropzones for dragged elements via data attributes attached to body element containing the data transfer type of drag over events.
684
+ - `<ReactFlow />`
685
+ - `dropzoneFor` property can be used to mark react flow canvas as matching area to drop dragged elements.
686
+ - `<Accordion />`, `<AccordionItem />`
687
+ - `whitespaceSize` property to define how much whitespace is used on top and bottom inside the header and content of an accordion item.
688
+ - `separationSize` property defines how much space is used for the separation between an accordion item and the next one.
689
+ - class name prefixes are now available by variables with more readable names:
690
+ - BlueprintJS: `$prefix-blueprintjs` (current value is `bp5`)
691
+ - Carbon Design System: `$prefix-carbon` (current value is `cds`)
692
+ - eccenca GUI elements: `$prefix-eccgui` (current value is `eccgui`)
628
693
 
629
694
  ### Fixed
630
695
 
631
- - `<ElapsedDateTimeDisplay />`
632
- - negative values are not shown (e.g. in case server and browser clocks are apart)
696
+ - `<ElapsedDateTimeDisplay />`
697
+ - negative values are not shown (e.g. in case server and browser clocks are apart)
633
698
 
634
699
  ### Changed
635
700
 
636
- - `<TextArea />`
637
- - improve visual alignment to `TextField` regarding whitespace and colors
638
- - basic styles for Uppy widget were improved and moved to its own component folder
701
+ - `<TextArea />`
702
+ - improve visual alignment to `TextField` regarding whitespace and colors
703
+ - basic styles for Uppy widget were improved and moved to its own component folder
639
704
 
640
705
  ### Deprecated
641
706
 
642
- - `<Accordion />`
643
- - `size` property in favour of `whitespaceSize`
644
- - `<AccordionItem />`
645
- - `condensed` property in favour of `whitespaceSize="none"`
707
+ - `<Accordion />`
708
+ - `size` property in favour of `whitespaceSize`
709
+ - `<AccordionItem />`
710
+ - `condensed` property in favour of `whitespaceSize="none"`
646
711
 
647
712
  ## [23.7.0] - 2024-06-26
648
713
 
649
714
  ### Added
650
715
 
651
- - `<ReactFlow/>`, `<StickyNoteModal/>`, `<EdgeDefault/>`, `<EdgeLabel/>`, `<HandleContent/>`, `<HandleTools/>`, `<MiniMap/>`
652
- - all react flow components are now be able to process test ids as data attributes, e.g. `data-test-id` and `data-testid`, sometimes as direct property, in other cases as part of properties routed to the wrapper elements
653
- - storybook documentation was enhanced by demonstration the usage of test ids
654
- - `<Markdown />`
655
- - Do syntax highlighting when a class name is set in the form `language-<LANGUAGE_NAME>`.
656
- - `<StickyTarget/>`
657
- - Element wraps the content that need to be displayed sticky.
658
- - `utils`
659
- - `getScrollParent`: method to find the scroll parent of an element
660
- - `<SuggestField />`
661
- - Support loading more results when scrolling to the end of the result list.
662
- - `<TextArea />`
663
- - `intent` property to set the state, formerly used `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties are now deprecated
664
- - `leftIcon`: set the left aligned icon
665
- - `rightElement`: renders on right side
666
- - `<Depiction />`
667
- - `disabled` property could be used if the element is used inside a disabled interactive element or form control but the state is not adapted automatically to the depiction
668
- - new icons: `navigation-extern`, `toggler-list`, `toggler-table`, `data-boolean`
716
+ - `<ReactFlow/>`, `<StickyNoteModal/>`, `<EdgeDefault/>`, `<EdgeLabel/>`, `<HandleContent/>`, `<HandleTools/>`, `<MiniMap/>`
717
+ - all react flow components are now be able to process test ids as data attributes, e.g. `data-test-id` and `data-testid`, sometimes as direct property, in other cases as part of properties routed to the wrapper elements
718
+ - storybook documentation was enhanced by demonstration the usage of test ids
719
+ - `<Markdown />`
720
+ - Do syntax highlighting when a class name is set in the form `language-<LANGUAGE_NAME>`.
721
+ - `<StickyTarget/>`
722
+ - Element wraps the content that need to be displayed sticky.
723
+ - `utils`
724
+ - `getScrollParent`: method to find the scroll parent of an element
725
+ - `<SuggestField />`
726
+ - Support loading more results when scrolling to the end of the result list.
727
+ - `<TextArea />`
728
+ - `intent` property to set the state, formerly used `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties are now deprecated
729
+ - `leftIcon`: set the left aligned icon
730
+ - `rightElement`: renders on right side
731
+ - `<Depiction />`
732
+ - `disabled` property could be used if the element is used inside a disabled interactive element or form control but the state is not adapted automatically to the depiction
733
+ - new icons: `navigation-extern`, `toggler-list`, `toggler-table`, `data-boolean`
669
734
 
670
735
  ### Fixed
671
736
 
672
- - `<MultiSuggestField />`
673
- - Updated the interface with the ability to use either `selectedItems` or `prePopulateWithItems` properties, which is more logical.
674
- - Fixed deferred `selectedItems` setting.
675
- - `<BreadcrumbsList />`
676
- - `onItemClick` handler is only executed if breadcrumb has `href` set because this is one callback parameter and the handler would not have any information otherwise
677
- - `<Depiction />`
678
- - position fixed when element is used as icon in `<Button />`
679
- - `<Tooltip />`
680
- - fix font sizes and background colors
681
- - `<NodeContent />`
682
- - node introduction is only processed one time even if a node update still provides a `introductionTime` property
737
+ - `<MultiSuggestField />`
738
+ - Updated the interface with the ability to use either `selectedItems` or `prePopulateWithItems` properties, which is more logical.
739
+ - Fixed deferred `selectedItems` setting.
740
+ - `<BreadcrumbsList />`
741
+ - `onItemClick` handler is only executed if breadcrumb has `href` set because this is one callback parameter and the handler would not have any information otherwise
742
+ - `<Depiction />`
743
+ - position fixed when element is used as icon in `<Button />`
744
+ - `<Tooltip />`
745
+ - fix font sizes and background colors
746
+ - `<NodeContent />`
747
+ - node introduction is only processed one time even if a node update still provides a `introductionTime` property
683
748
 
684
749
  ### Changed
685
750
 
686
- - `<BreadcrumbsList />`
687
- - `onItemClick` handler is only executed when the breadcrumb has no own `onClick` handler defined
688
- - `<Card />`
689
- - `elevation` allows now `-1` as value, the card is borderless then
690
- - `<MultiSuggestField />`
691
- - use "Search for item, or enter term to create new one..." as default `placeholder` if `createNewItemFromQuery` is given
692
- - `<SilkActivityControl />`
693
- - interface of `initialStatus` property has been updated with the so far missing `lastUpdateTime` property. If you run in problems because of that you could use `Date.now()` as fix. Or consider to use `<ActivityControlWidget />` directly, what is probably even better.
694
- - `<Depiction />`
695
- - opcaity is reduced automatically when element is used as icon in a disabled `<Button />`
751
+ - `<BreadcrumbsList />`
752
+ - `onItemClick` handler is only executed when the breadcrumb has no own `onClick` handler defined
753
+ - `<Card />`
754
+ - `elevation` allows now `-1` as value, the card is borderless then
755
+ - `<MultiSuggestField />`
756
+ - use "Search for item, or enter term to create new one..." as default `placeholder` if `createNewItemFromQuery` is given
757
+ - `<SilkActivityControl />`
758
+ - interface of `initialStatus` property has been updated with the so far missing `lastUpdateTime` property. If you run in problems because of that you could use `Date.now()` as fix. Or consider to use `<ActivityControlWidget />` directly, what is probably even better.
759
+ - `<Depiction />`
760
+ - opcaity is reduced automatically when element is used as icon in a disabled `<Button />`
696
761
 
697
762
  ### Deprecated
698
763
 
699
- - `<TextArea />`
700
- - `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties: use the `intent` property instead.
701
- - `<StickyNoteModal/>`
702
- - static test id `data-test-id="sticky-note-modal"` will be removed with next major version
764
+ - `<TextArea />`
765
+ - `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties: use the `intent` property instead.
766
+ - `<StickyNoteModal/>`
767
+ - static test id `data-test-id="sticky-note-modal"` will be removed with next major version
703
768
 
704
769
  ## [23.6.0] - 2024-04-17
705
770
 
706
771
  ### Added
707
772
 
708
- - `<BreadcrumbList/>`, `<MultiSuggestField/>`, `<Notification/>`, `<Select/>`, `<Tabs/>`
709
- - `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
710
- - `wrapperProps`: can be defined by using `div` attributes, and if given a `div` element with wrap the component. This wrapper is also used for test ids because the underlaying BlueprintJS components do not forward data attributes to the DOM.
711
- - if a test id is used on `<Select/>` or `<MultiSuggestField/>` then the toggle button, the dropdown and the search filter get automatically their own test id, suffixed by `_togger`, `_drowpdown` and `_searchinput`.
712
- - `<CodeMirror />`:
713
- - Added support for N-triples and Mathematica modes.
714
- - Allow direct access to the underlying code mirror instance.
715
- - Allow to register a scroll handler.
716
- - Support code folding for some modes, e.g. xml, json.
717
- - `<Modal/>`, `<SimpleDialog/>`, `<AlertDialog/>`
718
- - `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
719
- - `<MultiSuggestField />`
720
- - `selectedItems` can be used to set default selected items
721
- - new use hook
722
- - `useApplicationHeaderOverModals`: forces the application header to be displayed over modal backgrounds
723
- - `ClassNames` now forwards all BlueprintJS CSS class names
724
- - ```
725
- import { ClassNames } from "@eccenca/gui-elements";
726
- export const bpButtonClass = ClassNames.Blueprint.BUTTON;
727
- ```
728
- - new icons: `state-locked`, `state-unlocked`, `application-notification`
773
+ - `<BreadcrumbList/>`, `<MultiSuggestField/>`, `<Notification/>`, `<Select/>`, `<Tabs/>`
774
+ - `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
775
+ - `wrapperProps`: can be defined by using `div` attributes, and if given a `div` element with wrap the component. This wrapper is also used for test ids because the underlaying BlueprintJS components do not forward data attributes to the DOM.
776
+ - if a test id is used on `<Select/>` or `<MultiSuggestField/>` then the toggle button, the dropdown and the search filter get automatically their own test id, suffixed by `_togger`, `_drowpdown` and `_searchinput`.
777
+ - `<CodeMirror />`:
778
+ - Added support for N-triples and Mathematica modes.
779
+ - Allow direct access to the underlying code mirror instance.
780
+ - Allow to register a scroll handler.
781
+ - Support code folding for some modes, e.g. xml, json.
782
+ - `<Modal/>`, `<SimpleDialog/>`, `<AlertDialog/>`
783
+ - `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
784
+ - `<MultiSuggestField />`
785
+ - `selectedItems` can be used to set default selected items
786
+ - new use hook
787
+ - `useApplicationHeaderOverModals`: forces the application header to be displayed over modal backgrounds
788
+ - `ClassNames` now forwards all BlueprintJS CSS class names
789
+ - ```
790
+ import { ClassNames } from "@eccenca/gui-elements";
791
+ export const bpButtonClass = ClassNames.Blueprint.BUTTON;
792
+ ```
793
+ - new icons: `state-locked`, `state-unlocked`, `application-notification`
729
794
 
730
795
  ### Fixed
731
796
 
732
- - `<Card />`
733
- - fix styles for `selected=true`, allow it without interactive functionality on card element
734
- - align colors with active menu items
735
- - `<MultiSuggestField />`
736
- - reset the list of options when the query is cleared but nothing from the list is selected
737
- - add the created element to the list of filtered elements immediately after its creation
738
- - block input if `disabled` property is set
739
- - `<TagList />`
740
- - vertical alignment fixed in nowrap containers and for tags with icons
797
+ - `<Card />`
798
+ - fix styles for `selected=true`, allow it without interactive functionality on card element
799
+ - align colors with active menu items
800
+ - `<MultiSuggestField />`
801
+ - reset the list of options when the query is cleared but nothing from the list is selected
802
+ - add the created element to the list of filtered elements immediately after its creation
803
+ - block input if `disabled` property is set
804
+ - `<TagList />`
805
+ - vertical alignment fixed in nowrap containers and for tags with icons
741
806
 
742
807
  ### Changed
743
808
 
744
- - BlueprintJS libraries was updated to v5
745
- - Popover2 lib was removed because we can now again use the internal component from core lib again
746
- - `<ApplicationContainer />`
747
- - `<OverlaysProvider />` from BlueprintJS is now used
748
- - @see https://github.com/palantir/blueprint/wiki/Overlay2-migration
749
- - `<Tag />`
750
- - included icons are always limited to the height of the text label
809
+ - BlueprintJS libraries was updated to v5
810
+ - Popover2 lib was removed because we can now again use the internal component from core lib again
811
+ - `<ApplicationContainer />`
812
+ - `<OverlaysProvider />` from BlueprintJS is now used
813
+ - @see https://github.com/palantir/blueprint/wiki/Overlay2-migration
814
+ - `<Tag />`
815
+ - included icons are always limited to the height of the text label
751
816
 
752
817
  ### Deprecated
753
818
 
754
- - `<Button />`
755
- - interface `AnchorOrButtonProps` is currently exported together with the component but it will be removed with the next major version
756
- - there won't be a replacement or alternate interface because `ButtonProps` should be enough
757
- - `<BreadcrumbList/>`
758
- - property `htmlUlProps`: this is going to be removed because the BlueprintJS `Breadcrumbs` component does not support native `ul` attributes. The element provides a new `wrapperProps` property.
759
- - `<MultiSuggestField />`
760
- - static usage of `data-test-id="clear-all-items"` for the clearance button is deprecated, will be replaced by a test id later that is created from the given test id for the component plus a `_clearance` suffix
819
+ - `<Button />`
820
+ - interface `AnchorOrButtonProps` is currently exported together with the component but it will be removed with the next major version
821
+ - there won't be a replacement or alternate interface because `ButtonProps` should be enough
822
+ - `<BreadcrumbList/>`
823
+ - property `htmlUlProps`: this is going to be removed because the BlueprintJS `Breadcrumbs` component does not support native `ul` attributes. The element provides a new `wrapperProps` property.
824
+ - `<MultiSuggestField />`
825
+ - static usage of `data-test-id="clear-all-items"` for the clearance button is deprecated, will be replaced by a test id later that is created from the given test id for the component plus a `_clearance` suffix
761
826
 
762
827
  ## [23.5.0] - 2024-02-15
763
828
 
764
829
  ### Added
765
830
 
766
- - `<CodeEditor />`
767
- - visualize the usage of tabulator chars by background color and arrow symbol
768
- - new `tabIntentSize`, `tabIntentStyle`, `tabForceSpaceForModes` properties to give better control over tabulator usage
831
+ - `<CodeEditor />`
832
+ - visualize the usage of tabulator chars by background color and arrow symbol
833
+ - new `tabIntentSize`, `tabIntentStyle`, `tabForceSpaceForModes` properties to give better control over tabulator usage
769
834
 
770
835
  ### Fixed
771
836
 
772
- - `<Depiction />`
773
- - images representing SVG without `width` property on their root element are displayed with a minimal forced dimension to prevent that they are hidden in some browsers
837
+ - `<Depiction />`
838
+ - images representing SVG without `width` property on their root element are displayed with a minimal forced dimension to prevent that they are hidden in some browsers
774
839
 
775
840
  ## [23.4.1] - 2024-02-08
776
841
 
777
842
  ### Fixed
778
843
 
779
- - icons
780
- - use older version of icon library to prevent typescript issues after changes in recent versions
844
+ - icons
845
+ - use older version of icon library to prevent typescript issues after changes in recent versions
781
846
 
782
847
  ## [23.4.0] - 2024-02-07
783
848
 
784
849
  ### Added
785
850
 
786
- - `<PropertyValuePair />`, `<PropertyName />`, `<PropertyValue />`
787
- - `nowrap`: force display on one line without breaks
788
- - `<Skeleton />`
789
- - provides a loading state display of its children elements
790
- - `<TableCell />`
791
- - `alignHorizontal`: allow to center cell contents
792
- - `<ActivityControlWidget />`
793
- - added extra line to show timer for execution period
794
- - `<ExtendedCodeEditor />`
795
- - replaces `<SingleLineCodeEditor />` to get used for the `<CodeAutocompleteField />` component
796
- - new icons
797
- - `data-string`, `data-url`, `data-date`, `data-time`, `data-datetime`, `data-number`
851
+ - `<PropertyValuePair />`, `<PropertyName />`, `<PropertyValue />`
852
+ - `nowrap`: force display on one line without breaks
853
+ - `<Skeleton />`
854
+ - provides a loading state display of its children elements
855
+ - `<TableCell />`
856
+ - `alignHorizontal`: allow to center cell contents
857
+ - `<ActivityControlWidget />`
858
+ - added extra line to show timer for execution period
859
+ - `<ExtendedCodeEditor />`
860
+ - replaces `<SingleLineCodeEditor />` to get used for the `<CodeAutocompleteField />` component
861
+ - new icons
862
+ - `data-string`, `data-url`, `data-date`, `data-time`, `data-datetime`, `data-number`
798
863
 
799
864
  ### Fixed
800
865
 
801
- - `<Pagination />`
802
- - adjust color of arrow in disabled navigation button
866
+ - `<Pagination />`
867
+ - adjust color of arrow in disabled navigation button
803
868
 
804
869
  ## [23.3.1] - 2023-11-15
805
870
 
806
871
  ### Fixed
807
872
 
808
- - `<ContextOverlay />`
809
- - remove always white space at start of `portalClassName` to prevent runtime error in BlueprintJS
873
+ - `<ContextOverlay />`
874
+ - remove always white space at start of `portalClassName` to prevent runtime error in BlueprintJS
810
875
 
811
876
  ## [23.3.0] - 2023-11-09
812
877
 
813
878
  ### Added
814
879
 
815
- - `<PropertyName />`
816
- - `labelProps`: configure the automatically injected `Label` element when `PropertyName` is only a string
817
- - `<TextField />`
818
- - `escapeToBlur`: if set to true the input field blurs/de-focuces when the `Escape` key is pressed.
819
- - `<CodeEditor />`
820
- - support for additional modes: `jinja2`, `yaml` and `json`
821
- - add read-only mode
822
- - `height`: set a fixed height of the editor
823
- - `wrapLines`: control auto-wrapping long lines (the default for wrap long lines is set to false now)
824
- - `<Modal />`
825
- - `modalFocusable`: when `true` the outer `div` element of the modal can be focused by clicking on it.
826
- This is needed e.g. when key (down, up) events should trigger on the modal in order to bubble up to its parent elements.
827
- - `forceTopPosition`: when `true` then the `z-index` of the modal's portal element is recalculated, so that the modal is always displayed on top of all other visible elements. Use with care, see documentation.
828
- - `<ContextOverlay />`
829
- - `preventTopPosition`: when true then the `z-index` is decreased to the value for modals. Use it when you need to display modal dialogs out of the context overlay. Type of counter property to `Modal.forceTopPosition`.
830
- - `<ReactFlow />`
831
- - support disabling the react-flow hot keys via a React context, e.g. `Delete` etc.
832
- - `<HandleDefault />`
833
- - new `category` options that lead to different handle layouts: `dependency`, `fixed`, `flexible` and `unknown`
834
- - `intent` option with defined colors for: primary, accent, info, success, warning, danger
835
- - `<HandleTools />`
836
- - can be used as single handle content to add an context menu to handles
837
- - `<NodeContent />`
838
- - `introductionTime`: can be used to visualize the node was added or updated
839
- - `<EdgeLabel />`
840
- - `loose`: can be set to `true` to prevent the box with border on the label component
841
- - `<TableExpandHeader />`
842
- - `toggleIcon`: optional icon that should be displayed instead of the default ones.
843
- - `utils`
844
- - `getGlobalVar` and `setGlobalVar`: can be used to manage global variables indepentently from component states. They are stored to the `window` object under a `eccgui` "namespace". Can be used for example to manage globally increased counters. Do not use them if you need to store user session properties or confidential data!
845
- - canonical icons for `artefact-chatlog`, `entity-human`, `entity-robot` and `operation-magic`
880
+ - `<PropertyName />`
881
+ - `labelProps`: configure the automatically injected `Label` element when `PropertyName` is only a string
882
+ - `<TextField />`
883
+ - `escapeToBlur`: if set to true the input field blurs/de-focuces when the `Escape` key is pressed.
884
+ - `<CodeEditor />`
885
+ - support for additional modes: `jinja2`, `yaml` and `json`
886
+ - add read-only mode
887
+ - `height`: set a fixed height of the editor
888
+ - `wrapLines`: control auto-wrapping long lines (the default for wrap long lines is set to false now)
889
+ - `<Modal />`
890
+ - `modalFocusable`: when `true` the outer `div` element of the modal can be focused by clicking on it.
891
+ This is needed e.g. when key (down, up) events should trigger on the modal in order to bubble up to its parent elements.
892
+ - `forceTopPosition`: when `true` then the `z-index` of the modal's portal element is recalculated, so that the modal is always displayed on top of all other visible elements. Use with care, see documentation.
893
+ - `<ContextOverlay />`
894
+ - `preventTopPosition`: when true then the `z-index` is decreased to the value for modals. Use it when you need to display modal dialogs out of the context overlay. Type of counter property to `Modal.forceTopPosition`.
895
+ - `<ReactFlow />`
896
+ - support disabling the react-flow hot keys via a React context, e.g. `Delete` etc.
897
+ - `<HandleDefault />`
898
+ - new `category` options that lead to different handle layouts: `dependency`, `fixed`, `flexible` and `unknown`
899
+ - `intent` option with defined colors for: primary, accent, info, success, warning, danger
900
+ - `<HandleTools />`
901
+ - can be used as single handle content to add an context menu to handles
902
+ - `<NodeContent />`
903
+ - `introductionTime`: can be used to visualize the node was added or updated
904
+ - `<EdgeLabel />`
905
+ - `loose`: can be set to `true` to prevent the box with border on the label component
906
+ - `<TableExpandHeader />`
907
+ - `toggleIcon`: optional icon that should be displayed instead of the default ones.
908
+ - `utils`
909
+ - `getGlobalVar` and `setGlobalVar`: can be used to manage global variables indepentently from component states. They are stored to the `window` object under a `eccgui` "namespace". Can be used for example to manage globally increased counters. Do not use them if you need to store user session properties or confidential data!
910
+ - canonical icons for `artefact-chatlog`, `entity-human`, `entity-robot` and `operation-magic`
846
911
 
847
912
  ### Changed
848
913
 
849
- - `<SimpleDialog />`
850
- - by default, prevent certain (React) events from bubbling up through the dialog (backdrop is not affected):
851
- - event handler: `onContextMenu`, `onDrag`, `onDragStart`, `onDragEnd`, `onMouseDown`, `onMouseUp`, `onClick`
852
- - handlers can be overwritten via `wrapperDivProps`
853
- - `<ApplicationHeader />`
854
- - it is now possible to overwrite the background color by setting `--eccgui-appheader-color-background` in its `style` attribute
855
- - `<Modal />`
856
- - new `xlarge` size option
857
- - re-configure appearance of the sizes, `small` is displayed a bit smaller, `large` a bit larger than before
914
+ - `<SimpleDialog />`
915
+ - by default, prevent certain (React) events from bubbling up through the dialog (backdrop is not affected):
916
+ - event handler: `onContextMenu`, `onDrag`, `onDragStart`, `onDragEnd`, `onMouseDown`, `onMouseUp`, `onClick`
917
+ - handlers can be overwritten via `wrapperDivProps`
918
+ - `<ApplicationHeader />`
919
+ - it is now possible to overwrite the background color by setting `--eccgui-appheader-color-background` in its `style` attribute
920
+ - `<Modal />`
921
+ - new `xlarge` size option
922
+ - re-configure appearance of the sizes, `small` is displayed a bit smaller, `large` a bit larger than before
858
923
 
859
924
  ### Fixed
860
925
 
861
- - `<Modal />`
862
- - `Escape` key to close does not work anymore after clicking on the backdrop for `canOutsideClickClose=false` and `canEscapeKeyClose=true`.
863
- - `<Spacing />`
864
- - allow other `div` attributes, e.g. `style`
865
- - tooltips of Carbon based elements are displayed correctly in position and layout
866
- - `<PropertyValuePair />`
867
- - force maximum width for situation when the block could be wider, e.g. inside a flex layout, otherwise name and value could be wrongly aligned in a list with other property value pairs
926
+ - `<Modal />`
927
+ - `Escape` key to close does not work anymore after clicking on the backdrop for `canOutsideClickClose=false` and `canEscapeKeyClose=true`.
928
+ - `<Spacing />`
929
+ - allow other `div` attributes, e.g. `style`
930
+ - tooltips of Carbon based elements are displayed correctly in position and layout
931
+ - `<PropertyValuePair />`
932
+ - force maximum width for situation when the block could be wider, e.g. inside a flex layout, otherwise name and value could be wrongly aligned in a list with other property value pairs
868
933
 
869
934
  ## [23.2.0] - 2023-07-14
870
935
 
871
936
  ### Added
872
937
 
873
- - linting the code automatically via git hook on commit action
874
- - `<SuggestField />`
875
- - will replace `<AutoCompleteField />`
876
- - match dropdown to element width when `fill=true`
877
- - display dropdown toggler when `onlyDropdownWithQuery=false`
878
- - `<MultiSuggestField />`: will replace `<MultiSelect />`
879
- - `clearQueryOnSelection` option to set an empty query after selections
880
- - match dropdown to element width when `fullWidth=true`
881
- - `<CodeAutocompleteField />`: will replace `<AutoSuggestion />`
882
- - `<Select />`:
883
- - has now a default target when it is not controlled directly by its children
884
- - `onClearanceHandler` and `onClearanceText` as options to include automatically a dedicated clearance button to the element
885
- - `<PropertyName />`
886
- - `size` option to increase/decrease width consumed by its display
887
- - `<EdgeLabel />`: use `title` property on its text sub element
888
- - `<Application* />` elements now have defined and exposed interfaces
889
- - `<FieldSet />` element now have a defined and exposed interface
890
- - `<PropertyValue* />` elements now have defined and exposed interfaces
891
- - `<GridColumn />`
892
- - `carbonSizeConfig` property to overwrite automatically set column sizes by using the original size config from the Carbon component
893
- - `<TitleSubsection />` element now have a defined and exposed interface
894
- - all inferfaces of the main elements in `src/components` are now exposed via `@eccenca/gui-elements`
895
- - all inferfaces of the main elements in `src/extensions` are now exposed via `@eccenca/gui-elements`
896
- - all inferfaces of the main elements in `src/cmem` are now exposed via `@eccenca/gui-elements`
897
- - `<ApplicationToolbarPanel />`
898
- - event handler `onLeave` and `onOutsideClick`, could be used to close the menu panel automatically
938
+ - linting the code automatically via git hook on commit action
939
+ - `<SuggestField />`
940
+ - will replace `<AutoCompleteField />`
941
+ - match dropdown to element width when `fill=true`
942
+ - display dropdown toggler when `onlyDropdownWithQuery=false`
943
+ - `<MultiSuggestField />`: will replace `<MultiSelect />`
944
+ - `clearQueryOnSelection` option to set an empty query after selections
945
+ - match dropdown to element width when `fullWidth=true`
946
+ - `<CodeAutocompleteField />`: will replace `<AutoSuggestion />`
947
+ - `<Select />`:
948
+ - has now a default target when it is not controlled directly by its children
949
+ - `onClearanceHandler` and `onClearanceText` as options to include automatically a dedicated clearance button to the element
950
+ - `<PropertyName />`
951
+ - `size` option to increase/decrease width consumed by its display
952
+ - `<EdgeLabel />`: use `title` property on its text sub element
953
+ - `<Application* />` elements now have defined and exposed interfaces
954
+ - `<FieldSet />` element now have a defined and exposed interface
955
+ - `<PropertyValue* />` elements now have defined and exposed interfaces
956
+ - `<GridColumn />`
957
+ - `carbonSizeConfig` property to overwrite automatically set column sizes by using the original size config from the Carbon component
958
+ - `<TitleSubsection />` element now have a defined and exposed interface
959
+ - all inferfaces of the main elements in `src/components` are now exposed via `@eccenca/gui-elements`
960
+ - all inferfaces of the main elements in `src/extensions` are now exposed via `@eccenca/gui-elements`
961
+ - all inferfaces of the main elements in `src/cmem` are now exposed via `@eccenca/gui-elements`
962
+ - `<ApplicationToolbarPanel />`
963
+ - event handler `onLeave` and `onOutsideClick`, could be used to close the menu panel automatically
899
964
 
900
965
  ### Changed
901
966
 
902
- - `<Select />`:
903
- - match dropdown to element width when `fill=true`
904
- - use rounded input for query input to align it with `<SearchField />`
905
- - Upgraded dependencies
906
- - BlueprintJS was upgraded to the recent version (and a few method calls fixed after)
907
- - Carbon was upgraded to the recent version
908
- - almost all other dependencies were upgraded to their recent minor and major versions
909
- - Removed dependencies
910
- - `package-json-validator` (not maintained anymore and disfunctional) - so currently there is not automatic check and validation of the `package.json` file
911
- - `eslint`, `eslint-config-react-app`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser` - not directly necessary, they may be still installed by other sub packages
912
- - Changed version resolutions
913
- - set `postcss` to at recent version to fix a moderate security vulnerability
914
- - remove resolutions for `node-gyp`, `glob-parent`, `trim`, `trim-newlines`, `minimist` - packages are not use, or resolution is not necessary anymore
915
- - `<ActivityControlWidget />`
916
- - `IActivityAction` interface was renamed to `ActivityControlWidgetAction`
917
- - `<AutoSuggestion />`
918
- - `IProps` interface was renamed to `AutoSuggestionProps`
919
- - `<AutoSuggestionList />`
920
- - `IDropdownProps` interface was renamed to `AutoSuggestionListProps`
921
- - `<MultiSelect />`
922
- - `SelectedParamsType` interface was renamed to `MultiSelectSelectionProps`
923
- - `<SingleLineCodeEditor />`
924
- - `IEditorProps` interface was renamed to `SingleLineCodeEditorProps`
925
- - `<AlertDialog />`
926
- - `IAlertDialogProps` interface was renamed to `AlertDialogProps`
927
- - `<WorkspaceHeader />`
928
- - `IWorkspaceHeaderProps` interface was renamed to `WorkspaceHeaderProps`
929
- - `<NodeDefault />`
930
- - `NodeProps` interface was renamed to `NodeDefaultProps` to justify naming convention
931
- - `<NodeContent />`
932
- - `IHandleProps` interface was renamed to `NodeContentHandleProps` to justify naming convention
933
- - `Utilities` obejct was renamed to `utils` and enhanced with new functions: `getColorConfiguration`, `invisibleZeroWidthCharacters`
934
- - improve style imports, now it is a bit easier to inlcude all parts separately
935
- - `<IconButton />`
936
- - prevent double tab index when it comes with an extra tooltip element attached to it
937
- - prevent tooltip tab selection when button is disabled or has set inactive tabindex itself
938
- - `<SimpleDialog />`
939
- - `enforceFocus: false` is set by default, so that searchable selects keep focus on their search input field
967
+ - `<Select />`:
968
+ - match dropdown to element width when `fill=true`
969
+ - use rounded input for query input to align it with `<SearchField />`
970
+ - Upgraded dependencies
971
+ - BlueprintJS was upgraded to the recent version (and a few method calls fixed after)
972
+ - Carbon was upgraded to the recent version
973
+ - almost all other dependencies were upgraded to their recent minor and major versions
974
+ - Removed dependencies
975
+ - `package-json-validator` (not maintained anymore and disfunctional) - so currently there is not automatic check and validation of the `package.json` file
976
+ - `eslint`, `eslint-config-react-app`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser` - not directly necessary, they may be still installed by other sub packages
977
+ - Changed version resolutions
978
+ - set `postcss` to at recent version to fix a moderate security vulnerability
979
+ - remove resolutions for `node-gyp`, `glob-parent`, `trim`, `trim-newlines`, `minimist` - packages are not use, or resolution is not necessary anymore
980
+ - `<ActivityControlWidget />`
981
+ - `IActivityAction` interface was renamed to `ActivityControlWidgetAction`
982
+ - `<AutoSuggestion />`
983
+ - `IProps` interface was renamed to `AutoSuggestionProps`
984
+ - `<AutoSuggestionList />`
985
+ - `IDropdownProps` interface was renamed to `AutoSuggestionListProps`
986
+ - `<MultiSelect />`
987
+ - `SelectedParamsType` interface was renamed to `MultiSelectSelectionProps`
988
+ - `<SingleLineCodeEditor />`
989
+ - `IEditorProps` interface was renamed to `SingleLineCodeEditorProps`
990
+ - `<AlertDialog />`
991
+ - `IAlertDialogProps` interface was renamed to `AlertDialogProps`
992
+ - `<WorkspaceHeader />`
993
+ - `IWorkspaceHeaderProps` interface was renamed to `WorkspaceHeaderProps`
994
+ - `<NodeDefault />`
995
+ - `NodeProps` interface was renamed to `NodeDefaultProps` to justify naming convention
996
+ - `<NodeContent />`
997
+ - `IHandleProps` interface was renamed to `NodeContentHandleProps` to justify naming convention
998
+ - `Utilities` obejct was renamed to `utils` and enhanced with new functions: `getColorConfiguration`, `invisibleZeroWidthCharacters`
999
+ - improve style imports, now it is a bit easier to inlcude all parts separately
1000
+ - `<IconButton />`
1001
+ - prevent double tab index when it comes with an extra tooltip element attached to it
1002
+ - prevent tooltip tab selection when button is disabled or has set inactive tabindex itself
1003
+ - `<SimpleDialog />`
1004
+ - `enforceFocus: false` is set by default, so that searchable selects keep focus on their search input field
940
1005
 
941
1006
  ### Fixed
942
1007
 
943
- - use correct import for codemirror stylesheetss
944
- - `<BreadcrumbItem />` is not displayed clickable when it has no `href` or `onClick` property set
1008
+ - use correct import for codemirror stylesheetss
1009
+ - `<BreadcrumbItem />` is not displayed clickable when it has no `href` or `onClick` property set
945
1010
 
946
1011
  ### Deprecated
947
1012
 
948
- - `Select.ofType` method:
949
- - instead of `MyTypeSelect = Select.ofType<MyType>()` use directly `<Select<MyType> {...props} />`
950
- - `<AutoCompleteField />`: use `<SuggestField />`
951
- - `<MultiSelect />`
952
- - `SelectedParamsType`: renamed to `MultiSelectSelectionProps`
953
- - element will be re-implemented, use `<MultiSuggestField />` instead
954
- - `Utilities` object is now deprecated, use `utils` instead
955
- - `HelperClasses` object is now deprecated, use `ClassNames` instead
956
- - `<ActivityControlWidget />`
957
- - `IActivityAction`: renamed to `ActivityControlWidgetAction`
958
- - `<AutoCompleteField />`
959
- - `IRenderModifiers`: import from `src/components/AutocompleteField/interfaces`
960
- - `IElementWidth`: import from `src/components/AutocompleteField/interfaces`
961
- - `<AutoSuggestion />`
962
- - elemenat was renamed, use `<CodeAutocompleteField />` instead
963
- - `IProps` interface is now deprecated, use `CodeAutocompleteFieldProps` instead
964
- - `<AutoSuggestionList />`
965
- - `IDropdownProps` interface is now deprecated, use `AutoSuggestionListProps` instead
966
- - `<SingleLineCodeEditor />`
967
- - `IEditorProps` interface is now deprecated, use `SingleLineCodeEditorProps` instead
968
- - `<AlertDialog />`
969
- - `IAlertDialogProps` interface is now deprecated, use `AlertDialogProps` instead
970
- - `<WorkspaceHeader />`
971
- - `IWorkspaceHeaderProps` interface is now deprecated, use `WorkspaceHeaderProps` instead
972
- - `<NumericInput />`
973
- - It will be removed because beside the special arrow buttons it does not add any special. Could be done also with `<TextField />` combined with correct `type`.
974
- - `<Highlighter />`
975
- - `HighlighterFunctions` renamed to `highlighterUtils`
976
- - `extractSearchWords` moved to `highlighterUtils.extractSearchWords`
977
- - `matchesAllWords` moved to `highlighterUtils.matchesAllWords`
978
- - `createMultiWordRegex` moved to `highlighterUtils.createMultiWordRegex`
979
- - `<Icon />`
980
- - `findExistingIconName`: use `iconUtils.findExistingIconName`
981
- - `<Spinner />`
982
- - `SpinnerPosition`: use `SpinnerProps['position']`
983
- - `SpinnerSize`: use `SpinnerProps['size']`
984
- - `SpinnerStroke`: use `SpinnerProps['stroke']`
985
- - `ReactFlow` extensions
986
- - `NodeProps`: renamed to `NodeDefaultProps`
987
- - `minimapNodeClassName`: moved to `miniMapUtils.nodeClassName`
988
- - `minimapNodeColor`: moved to `miniMapUtils.nodeColor`
989
- - `nodeUtils`: renamed to `nodeDefaultUtils`
990
- - `IHandleProps`: renamed to `NodeContentHandleProps`
991
- - `NodeDimensions`: use `NodeContentProps<any>['nodeDimensions']`
992
- - `HighlightingState`: use `NodeContentProps<any>['highlightedState']` (or import from `src/extensions/react-flow/nodes/sharedTypes`)
993
- - `ActivityControl` components:
994
- - `IActivityControlLayoutProps`: renamed to `SilkActivityControlLayoutProps`
995
- - `IActivityExecutionReport`: renamed to `SilkActivityExecutionReportProps`
996
- - `ActivityControlTranslationKeys`: renamed to `SilkActivityControlTranslationKeys`
997
- - `ActivityAction`: renamed to `SilkActivityControlAction`
998
- - `IActivityControlProps`: renamed to `ActivityControlWidgetProps`
999
- - `IActivityStatus`: renamed to `SilkActivityStatusProps`
1000
- - `ConcreteActivityStatus`: renamed to `SilkActivityStatusConcrete`
1001
- - `ContentBlobToggler` components:
1002
- - `firstNonEmptyLine`: moved to `stringPreviewContentBlobTogglerUtils.firstNonEmptyLine`
1003
- - `Markdown` components:
1004
- - `highlightSearchWordsPluginFactory` moved to `markdownUtils.highlightSearchWordsPluginFactory`
1013
+ - `Select.ofType` method:
1014
+ - instead of `MyTypeSelect = Select.ofType<MyType>()` use directly `<Select<MyType> {...props} />`
1015
+ - `<AutoCompleteField />`: use `<SuggestField />`
1016
+ - `<MultiSelect />`
1017
+ - `SelectedParamsType`: renamed to `MultiSelectSelectionProps`
1018
+ - element will be re-implemented, use `<MultiSuggestField />` instead
1019
+ - `Utilities` object is now deprecated, use `utils` instead
1020
+ - `HelperClasses` object is now deprecated, use `ClassNames` instead
1021
+ - `<ActivityControlWidget />`
1022
+ - `IActivityAction`: renamed to `ActivityControlWidgetAction`
1023
+ - `<AutoCompleteField />`
1024
+ - `IRenderModifiers`: import from `src/components/AutocompleteField/interfaces`
1025
+ - `IElementWidth`: import from `src/components/AutocompleteField/interfaces`
1026
+ - `<AutoSuggestion />`
1027
+ - elemenat was renamed, use `<CodeAutocompleteField />` instead
1028
+ - `IProps` interface is now deprecated, use `CodeAutocompleteFieldProps` instead
1029
+ - `<AutoSuggestionList />`
1030
+ - `IDropdownProps` interface is now deprecated, use `AutoSuggestionListProps` instead
1031
+ - `<SingleLineCodeEditor />`
1032
+ - `IEditorProps` interface is now deprecated, use `SingleLineCodeEditorProps` instead
1033
+ - `<AlertDialog />`
1034
+ - `IAlertDialogProps` interface is now deprecated, use `AlertDialogProps` instead
1035
+ - `<WorkspaceHeader />`
1036
+ - `IWorkspaceHeaderProps` interface is now deprecated, use `WorkspaceHeaderProps` instead
1037
+ - `<NumericInput />`
1038
+ - It will be removed because beside the special arrow buttons it does not add any special. Could be done also with `<TextField />` combined with correct `type`.
1039
+ - `<Highlighter />`
1040
+ - `HighlighterFunctions` renamed to `highlighterUtils`
1041
+ - `extractSearchWords` moved to `highlighterUtils.extractSearchWords`
1042
+ - `matchesAllWords` moved to `highlighterUtils.matchesAllWords`
1043
+ - `createMultiWordRegex` moved to `highlighterUtils.createMultiWordRegex`
1044
+ - `<Icon />`
1045
+ - `findExistingIconName`: use `iconUtils.findExistingIconName`
1046
+ - `<Spinner />`
1047
+ - `SpinnerPosition`: use `SpinnerProps['position']`
1048
+ - `SpinnerSize`: use `SpinnerProps['size']`
1049
+ - `SpinnerStroke`: use `SpinnerProps['stroke']`
1050
+ - `ReactFlow` extensions
1051
+ - `NodeProps`: renamed to `NodeDefaultProps`
1052
+ - `minimapNodeClassName`: moved to `miniMapUtils.nodeClassName`
1053
+ - `minimapNodeColor`: moved to `miniMapUtils.nodeColor`
1054
+ - `nodeUtils`: renamed to `nodeDefaultUtils`
1055
+ - `IHandleProps`: renamed to `NodeContentHandleProps`
1056
+ - `NodeDimensions`: use `NodeContentProps<any>['nodeDimensions']`
1057
+ - `HighlightingState`: use `NodeContentProps<any>['highlightedState']` (or import from `src/extensions/react-flow/nodes/sharedTypes`)
1058
+ - `ActivityControl` components:
1059
+ - `IActivityControlLayoutProps`: renamed to `SilkActivityControlLayoutProps`
1060
+ - `IActivityExecutionReport`: renamed to `SilkActivityExecutionReportProps`
1061
+ - `ActivityControlTranslationKeys`: renamed to `SilkActivityControlTranslationKeys`
1062
+ - `ActivityAction`: renamed to `SilkActivityControlAction`
1063
+ - `IActivityControlProps`: renamed to `ActivityControlWidgetProps`
1064
+ - `IActivityStatus`: renamed to `SilkActivityStatusProps`
1065
+ - `ConcreteActivityStatus`: renamed to `SilkActivityStatusConcrete`
1066
+ - `ContentBlobToggler` components:
1067
+ - `firstNonEmptyLine`: moved to `stringPreviewContentBlobTogglerUtils.firstNonEmptyLine`
1068
+ - `Markdown` components:
1069
+ - `highlightSearchWordsPluginFactory` moved to `markdownUtils.highlightSearchWordsPluginFactory`
1005
1070
 
1006
1071
  ## [23.1.0] - 2023-04-20
1007
1072
 
1008
1073
  ### Added
1009
1074
 
1010
- - `<Badge />` element
1011
- - add more context like icons, text or numbers to another element
1012
- - `<Button />` and `<IconButton />` now have a `badge` property for simple attachment
1013
- - `<ConfidenceValue/>` element
1014
- - combines a value and a bar
1015
- - `<Depiction />` element
1016
- - include different types of images controlling of resizing, ratio, shape
1017
- - `<EdgeLabel />` (react flow) element
1018
- - can be used for custom edge labels, provides support for depiction, text, actions and intent states
1019
- - `<Table />`, `<TableExpandHeader />`, `<TableRow />`, `<TableExpandRow />` and `<TableCell />` elements
1020
- - Carbon based elements
1021
- - other table elements are still used directly from the Carbon library
1022
- - `<TestIcon />`: test icons without the need to define them via a canonical name before.
1023
- - `<Card />` property
1024
- - `whitespaceAmount`: controls how much whitespace is displayed within the card subelements
1025
- - `<CardContent />` (react flow) property
1026
- - `noFlexHeight`: changes the behaviour how the component uses the remaining space inside the Card element
1027
- - `<Divider />` properties
1028
- - `width`: width of the horizontal rule
1029
- - `alignment`: horizontal alignment of the horizontal rule
1030
- - `<EdgeDefault />` (react flow) properties
1031
- - `strokeType`: overwrites the default style how the edge stroke is displayed
1032
- - `intent`: visual feedback about the current state of the edge
1033
- - `highlightColor`: color(s) of used highlights to mark the edge
1034
- - `<Markdown />` property
1035
- - `linkTargetName`: browser target name to open links from the Markdown content
1036
- - `<MultiSelect />` property
1037
- - `requestDelay`: To delay requests on query changes and only fire the most recent request.
1038
- - `<NodeContent />` (react flow) properties
1039
- - `leftElement`: any element that should be displayed before the node label
1040
- - `labelSubline`: displayed under the label in the header
1041
- - `fullWidth`: stretches the node to the full available width, e.g. when used outside React Flow context
1042
- - `enlargeHeader`: increase hight of header
1043
- - `border`: property to overwrite default styles
1044
- - `intent`: visual feedback about the current state of the node
1045
- - `highlightColor`: color(s) of used highlights to mark the node, together with `intent` it replaces `highlightedState`
1046
- - `<Pagination />` property
1047
- - `hideBorders`: element is displayed without dividing borders
1048
- - `<Tag />` property
1049
- - add support for `intent` property
1050
- - `<TextField />` and `<TextArea />` property
1051
- - `invisibleCharacterWarning`: callback to warn of invisible, hard to spot characters in the input text.
1052
- - `intent`: state of the text field
1053
- - `<ReactFlow />` property
1054
- - `scrollOnDrag`: Support to scroll the pane when going beyond the pane borders on all drag and connection operations.
1055
- - `<SilkActivityControl />` property
1056
- - `executePrioritized` that is executed when the 'start prioritized' button is clicked while an activity is waiting for execution.
1057
- - `<WhiteSpaceContainer />` property
1058
- - `linebreakForced`: insert line breaks within an otherwise unbreakable string to prevent text from overflowing the container
1075
+ - `<Badge />` element
1076
+ - add more context like icons, text or numbers to another element
1077
+ - `<Button />` and `<IconButton />` now have a `badge` property for simple attachment
1078
+ - `<ConfidenceValue/>` element
1079
+ - combines a value and a bar
1080
+ - `<Depiction />` element
1081
+ - include different types of images controlling of resizing, ratio, shape
1082
+ - `<EdgeLabel />` (react flow) element
1083
+ - can be used for custom edge labels, provides support for depiction, text, actions and intent states
1084
+ - `<Table />`, `<TableExpandHeader />`, `<TableRow />`, `<TableExpandRow />` and `<TableCell />` elements
1085
+ - Carbon based elements
1086
+ - other table elements are still used directly from the Carbon library
1087
+ - `<TestIcon />`: test icons without the need to define them via a canonical name before.
1088
+ - `<Card />` property
1089
+ - `whitespaceAmount`: controls how much whitespace is displayed within the card subelements
1090
+ - `<CardContent />` (react flow) property
1091
+ - `noFlexHeight`: changes the behaviour how the component uses the remaining space inside the Card element
1092
+ - `<Divider />` properties
1093
+ - `width`: width of the horizontal rule
1094
+ - `alignment`: horizontal alignment of the horizontal rule
1095
+ - `<EdgeDefault />` (react flow) properties
1096
+ - `strokeType`: overwrites the default style how the edge stroke is displayed
1097
+ - `intent`: visual feedback about the current state of the edge
1098
+ - `highlightColor`: color(s) of used highlights to mark the edge
1099
+ - `<Markdown />` property
1100
+ - `linkTargetName`: browser target name to open links from the Markdown content
1101
+ - `<MultiSelect />` property
1102
+ - `requestDelay`: To delay requests on query changes and only fire the most recent request.
1103
+ - `<NodeContent />` (react flow) properties
1104
+ - `leftElement`: any element that should be displayed before the node label
1105
+ - `labelSubline`: displayed under the label in the header
1106
+ - `fullWidth`: stretches the node to the full available width, e.g. when used outside React Flow context
1107
+ - `enlargeHeader`: increase hight of header
1108
+ - `border`: property to overwrite default styles
1109
+ - `intent`: visual feedback about the current state of the node
1110
+ - `highlightColor`: color(s) of used highlights to mark the node, together with `intent` it replaces `highlightedState`
1111
+ - `<Pagination />` property
1112
+ - `hideBorders`: element is displayed without dividing borders
1113
+ - `<Tag />` property
1114
+ - add support for `intent` property
1115
+ - `<TextField />` and `<TextArea />` property
1116
+ - `invisibleCharacterWarning`: callback to warn of invisible, hard to spot characters in the input text.
1117
+ - `intent`: state of the text field
1118
+ - `<ReactFlow />` property
1119
+ - `scrollOnDrag`: Support to scroll the pane when going beyond the pane borders on all drag and connection operations.
1120
+ - `<SilkActivityControl />` property
1121
+ - `executePrioritized` that is executed when the 'start prioritized' button is clicked while an activity is waiting for execution.
1122
+ - `<WhiteSpaceContainer />` property
1123
+ - `linebreakForced`: insert line breaks within an otherwise unbreakable string to prevent text from overflowing the container
1059
1124
 
1060
1125
  ### Changed
1061
1126
 
1062
- - use option `--outputCss` for `yarn compile-scss` to get the transpiled CSS echoed out
1063
- - upgrade to Carbon icons v11
1064
- - switch from `carbon-components` to `@carbon/styles`
1065
- - `<GridRow />` property `dontWrapColumns=true` only works for grids on medium sized and larger viewports
1066
- - `<NodeContent />` animation is now displayed on the border, not by a pulsing shadow anymore
1067
- - `<NodeDefault />`, `<NodeContent />` and `<HandleDefault />` support now React Flow 9 and 10
1127
+ - use option `--outputCss` for `yarn compile-scss` to get the transpiled CSS echoed out
1128
+ - upgrade to Carbon icons v11
1129
+ - switch from `carbon-components` to `@carbon/styles`
1130
+ - `<GridRow />` property `dontWrapColumns=true` only works for grids on medium sized and larger viewports
1131
+ - `<NodeContent />` animation is now displayed on the border, not by a pulsing shadow anymore
1132
+ - `<NodeDefault />`, `<NodeContent />` and `<HandleDefault />` support now React Flow 9 and 10
1068
1133
 
1069
1134
  ### Fixed
1070
1135
 
1071
- - `<WorkspaceContent />`: do not prevent wrapping the columns of the included grid
1072
- - `<SingleLineCodeEditor />`: Convert multi-line initial value to a single line value.
1073
- - `<MenuItem />`: do not display empty icon wrapper.
1074
- - `<MultiSelect />`: Requests e.g. on slow networks could get mixed up, resulting in not showing the most recent results.
1136
+ - `<WorkspaceContent />`: do not prevent wrapping the columns of the included grid
1137
+ - `<SingleLineCodeEditor />`: Convert multi-line initial value to a single line value.
1138
+ - `<MenuItem />`: do not display empty icon wrapper.
1139
+ - `<MultiSelect />`: Requests e.g. on slow networks could get mixed up, resulting in not showing the most recent results.
1075
1140
 
1076
1141
  ### Deprecated
1077
1142
 
1078
- - `<Grid />` property `fullWidth` is now deprecated as grids are always used for the full viewport width
1079
- - `<NodeContent />` property `highlightedState` is replaced by `intent` and `highlightColor` and should not be used anymore
1080
- - `<CardHeader />` properties `densityHigh` and `hasSpacing` are now deprecated, use `Card.whitespaceAmount` now
1081
- - `<TextField />` properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` are now deprecated, use `intent` now
1143
+ - `<Grid />` property `fullWidth` is now deprecated as grids are always used for the full viewport width
1144
+ - `<NodeContent />` property `highlightedState` is replaced by `intent` and `highlightColor` and should not be used anymore
1145
+ - `<CardHeader />` properties `densityHigh` and `hasSpacing` are now deprecated, use `Card.whitespaceAmount` now
1146
+ - `<TextField />` properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` are now deprecated, use `intent` now
1082
1147
 
1083
1148
  ## [23.0.0] - 2022-11-18
1084
1149
 
1085
1150
  ### Added
1086
1151
 
1087
- - `<CodeEditor />` element based on `CodeMirror` library, supporting Markdown, Python, Sparql, SQL, Turtle and XML syntax
1088
- - `<HoverToggler />` element that allows to switch elements when hovered over.
1089
- - `<InteractionGate />` element that can wrap content that need to be blocked from user interactions, it also has options to display a spinner as overlay
1090
- - `<Tree />` component
1091
- - `<TabPanel />` component that can be used if `<Tabs />` is used in uncontrolled mode.
1092
- - `<ReactFlowMarkers />` custom markers for ReactFlow edges, currently one new marker `arrowClosed-inverse` available
1093
- - `<StickyNoteNode />`, usable by `stickynote` type in react flow editors for workflows and linking rules
1094
- - `CssCustomProperties` and `getColorConfiguration` utilities can be used to exchange color configurations between SCSS and JS
1095
- - `decideContrastColorValue` method to get a second color related to the lightness of the testes input color
1096
- - `<SimpleDialog />`: properties `showFullScreenToggler` and `startInFullScreenMode`
1097
- - `<EdgeDefault />`: new properties for the edge data
1098
- - `markerStart` allows to add a marker to the edge starting point
1099
- - `inversePath` allows to inverse the edge direction
1100
- - `renderLabel` function to render fully custom edge label including any ReactNode
1101
- - `<NodeContent />`: property `footerContent` to add footer content to a react flow node
1102
- - `<AutoSuggestion>`: properties `autoCompletionRequestDelay` and `validationRequestDelay`, to configure the delay when a request is sent after nothing is typed in anymore.
1103
- - `<FieldItemRow`: property `justifyItemWidths` to display all children using equal width inside the row
1104
- - `<BreadcrumbList />`: properties `ignoreOverflow` and `latenOverflow`, that can be used to implement a second overflow strategy beside BlueprintJS overflow list, for example in case the overflow list leads to re-rendering loops
1105
- - `<Spinner />`: `showLocalBackdrop` property to include backdrop behind spinner making the background less visible
1106
- - `<ContextMenu />`: `disabled` property that disables the button to open the menu.
1107
- - `<Tooltip />`: properties `markdownEnabler` and `markdownProps` to enable better formatted tooltips with options for line breaks, etc.
1108
- - `<AutoCompleteField />`: `onlyDropdownWithQuery` property to prevent dropdown as long as the input field is empty
1109
- - large addition to the Storybook, we almost doubled available components and stories
1152
+ - `<CodeEditor />` element based on `CodeMirror` library, supporting Markdown, Python, Sparql, SQL, Turtle and XML syntax
1153
+ - `<HoverToggler />` element that allows to switch elements when hovered over.
1154
+ - `<InteractionGate />` element that can wrap content that need to be blocked from user interactions, it also has options to display a spinner as overlay
1155
+ - `<Tree />` component
1156
+ - `<TabPanel />` component that can be used if `<Tabs />` is used in uncontrolled mode.
1157
+ - `<ReactFlowMarkers />` custom markers for ReactFlow edges, currently one new marker `arrowClosed-inverse` available
1158
+ - `<StickyNoteNode />`, usable by `stickynote` type in react flow editors for workflows and linking rules
1159
+ - `CssCustomProperties` and `getColorConfiguration` utilities can be used to exchange color configurations between SCSS and JS
1160
+ - `decideContrastColorValue` method to get a second color related to the lightness of the testes input color
1161
+ - `<SimpleDialog />`: properties `showFullScreenToggler` and `startInFullScreenMode`
1162
+ - `<EdgeDefault />`: new properties for the edge data
1163
+ - `markerStart` allows to add a marker to the edge starting point
1164
+ - `inversePath` allows to inverse the edge direction
1165
+ - `renderLabel` function to render fully custom edge label including any ReactNode
1166
+ - `<NodeContent />`: property `footerContent` to add footer content to a react flow node
1167
+ - `<AutoSuggestion>`: properties `autoCompletionRequestDelay` and `validationRequestDelay`, to configure the delay when a request is sent after nothing is typed in anymore.
1168
+ - `<FieldItemRow`: property `justifyItemWidths` to display all children using equal width inside the row
1169
+ - `<BreadcrumbList />`: properties `ignoreOverflow` and `latenOverflow`, that can be used to implement a second overflow strategy beside BlueprintJS overflow list, for example in case the overflow list leads to re-rendering loops
1170
+ - `<Spinner />`: `showLocalBackdrop` property to include backdrop behind spinner making the background less visible
1171
+ - `<ContextMenu />`: `disabled` property that disables the button to open the menu.
1172
+ - `<Tooltip />`: properties `markdownEnabler` and `markdownProps` to enable better formatted tooltips with options for line breaks, etc.
1173
+ - `<AutoCompleteField />`: `onlyDropdownWithQuery` property to prevent dropdown as long as the input field is empty
1174
+ - large addition to the Storybook, we almost doubled available components and stories
1110
1175
 
1111
1176
  ### Fixed
1112
1177
 
1113
- - allow children of `<Accordion />` item to get calculated based on their DOM sizes
1114
- - add borders to CodeMirror editor area and include display of focused state
1115
- - GUI elements library can be now used easier in applications because it does not force usage of SCSS modules via JS/Webpack4
1116
- - fixed ReactFlow stories re-rerender on configuration change
1117
- - fix used font family and layout of `<AutoSuggestion />` element, and justify it with the other single line text inputs
1118
- - fix condition to include the class name of a `<TagList />` and set maximum width for the items
1119
- - fixed `<MultiSelect />` to correctly update created items that are selected while still maintaining a cache of all newly created items
1120
- - do not change cursor to pointer by default on tooltip targets
1178
+ - allow children of `<Accordion />` item to get calculated based on their DOM sizes
1179
+ - add borders to CodeMirror editor area and include display of focused state
1180
+ - GUI elements library can be now used easier in applications because it does not force usage of SCSS modules via JS/Webpack4
1181
+ - fixed ReactFlow stories re-rerender on configuration change
1182
+ - fix used font family and layout of `<AutoSuggestion />` element, and justify it with the other single line text inputs
1183
+ - fix condition to include the class name of a `<TagList />` and set maximum width for the items
1184
+ - fixed `<MultiSelect />` to correctly update created items that are selected while still maintaining a cache of all newly created items
1185
+ - do not change cursor to pointer by default on tooltip targets
1121
1186
 
1122
1187
  ### Changed
1123
1188
 
1124
- - move style imports of CodeMirror layout to `extensions`
1125
- - color configurations for react flow editor are not exported as modules anymore, they need to be fetched by `getColorConfiguration` method in JS directly
1126
- - BlueprintJS was upgraded to a recent v4
1127
- - elements were also upgraded to usage of `Popover2`, `Tooltip2`, `Select2`, `MultiSelect2` and `Breadcrumbs2`
1128
- - this comes also with a necessary switch from `node-sass` to `sass` package, a javascript port from the original dart sass library, see migration notes to update your build process
1129
- - `<TextField />` and `<AutoCompleteField />` now include a `title` attribute on the natively used `input` element to show the value if it is `disabled` or `readOnly`
1130
- - flashing color regarding the intent state of a `<TextField />`
1131
- - `<AutoCompleteField />`: Add 'hasBackDrop' parameter to use a backdrop for its popover in order for outside clicks to always close the popover. Default: false
1189
+ - move style imports of CodeMirror layout to `extensions`
1190
+ - color configurations for react flow editor are not exported as modules anymore, they need to be fetched by `getColorConfiguration` method in JS directly
1191
+ - BlueprintJS was upgraded to a recent v4
1192
+ - elements were also upgraded to usage of `Popover2`, `Tooltip2`, `Select2`, `MultiSelect2` and `Breadcrumbs2`
1193
+ - this comes also with a necessary switch from `node-sass` to `sass` package, a javascript port from the original dart sass library, see migration notes to update your build process
1194
+ - `<TextField />` and `<AutoCompleteField />` now include a `title` attribute on the natively used `input` element to show the value if it is `disabled` or `readOnly`
1195
+ - flashing color regarding the intent state of a `<TextField />`
1196
+ - `<AutoCompleteField />`: Add 'hasBackDrop' parameter to use a backdrop for its popover in order for outside clicks to always close the popover. Default: false
1132
1197
 
1133
1198
  ### Migration notes
1134
1199
 
1135
- - old `{ colors }` imports for `cmem/react-flow/configurations/*` do not keep working anymore, use `getColorConfiguration` method now
1136
- - `<IconButton>`: `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
1137
- - `<FieldItem>`: `labelAttributes` was renamed to `labelProps`
1138
- - `<MenuItem>`: this element now extends directly the Blueprint element, so `internalProps` was removed, use properties directly on `MenuItem`
1139
- - `<AutoCompleteField>`: `popoverProps` was renamed to `contextOverlayProps`
1140
- - `<Button>`: `tooltipProperties` was renamed to `tooltipProps`
1141
- - `<ContextMenu>`: use `contextOverlayProps` to route properties to the overlay element
1142
- - `<Icon>`: `tooltipProperties` was renamed to `tooltipProps`, `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
1143
- - `<Label>`: `tooltipProperties` was renamed to `tooltipProps`
1144
- - `<MultiSelect>`: `popoverProps` was renamed to `contextOverlayProps`
1145
- - `<Select>`: `popoverProps` was renamed to `contextOverlayProps`
1146
- - `<Tooltip>`: this element now extends directly the Blueprint element, so `tolltipProps` was removed, use properties directly on `Tooltip`
1147
- - `<BreadcrumbItem>`: `IBreadcrumbItemProps` interface was renamed to `BreadcrumbItemProps`
1148
- - `BreadcrumbList`: `IBreadcrumbListProps` interface was renamed to `BreadcrumbListProps`
1200
+ - old `{ colors }` imports for `cmem/react-flow/configurations/*` do not keep working anymore, use `getColorConfiguration` method now
1201
+ - `<IconButton>`: `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
1202
+ - `<FieldItem>`: `labelAttributes` was renamed to `labelProps`
1203
+ - `<MenuItem>`: this element now extends directly the Blueprint element, so `internalProps` was removed, use properties directly on `MenuItem`
1204
+ - `<AutoCompleteField>`: `popoverProps` was renamed to `contextOverlayProps`
1205
+ - `<Button>`: `tooltipProperties` was renamed to `tooltipProps`
1206
+ - `<ContextMenu>`: use `contextOverlayProps` to route properties to the overlay element
1207
+ - `<Icon>`: `tooltipProperties` was renamed to `tooltipProps`, `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
1208
+ - `<Label>`: `tooltipProperties` was renamed to `tooltipProps`
1209
+ - `<MultiSelect>`: `popoverProps` was renamed to `contextOverlayProps`
1210
+ - `<Select>`: `popoverProps` was renamed to `contextOverlayProps`
1211
+ - `<Tooltip>`: this element now extends directly the Blueprint element, so `tolltipProps` was removed, use properties directly on `Tooltip`
1212
+ - `<BreadcrumbItem>`: `IBreadcrumbItemProps` interface was renamed to `BreadcrumbItemProps`
1213
+ - `BreadcrumbList`: `IBreadcrumbListProps` interface was renamed to `BreadcrumbListProps`
1149
1214
 
1150
1215
  #### Switch from `node-sass` to `sass`
1151
1216
 
@@ -1173,148 +1238,148 @@ This is a major release, and it might be not compatible with your current usage
1173
1238
 
1174
1239
  ### Added
1175
1240
 
1176
- - `MultiSelect` element that let select multiple options and adding new elements.
1177
- - `ReactFlow` element with `configuration` property to load it with pre-set configurations for node and edge types
1178
- - `Tab` element got new property for `backgroundColor`
1179
- - Support highlighting of div elements via `eccgui-container--highlighted` class
1180
- - Allow DefaultNode's execution buttons to read and adjust state of the node content in order for them to have effects on the node content
1181
- - `letPassWheelEvents` property for `<NodeContent />` elements to enable/disable mouse wheel event propagation to the react flow zoom pane
1182
- - `scrollinOnFocus` property for `<Card />` element, enables card to scroll controlled into the viewport
1183
- - `slideOutOfNode` property for `<NodeContentExtension />` element, by default it is disabled
1184
- - `labelWrapper` and `hasSpacing` properties for `<ActivityControlWidget />` to enable more control over its display from outside
1185
- - `noScrollbarsOnChildren` property for `<HtmlContentBlock />` to allow merging scroll bars of both axes
1241
+ - `MultiSelect` element that let select multiple options and adding new elements.
1242
+ - `ReactFlow` element with `configuration` property to load it with pre-set configurations for node and edge types
1243
+ - `Tab` element got new property for `backgroundColor`
1244
+ - Support highlighting of div elements via `eccgui-container--highlighted` class
1245
+ - Allow DefaultNode's execution buttons to read and adjust state of the node content in order for them to have effects on the node content
1246
+ - `letPassWheelEvents` property for `<NodeContent />` elements to enable/disable mouse wheel event propagation to the react flow zoom pane
1247
+ - `scrollinOnFocus` property for `<Card />` element, enables card to scroll controlled into the viewport
1248
+ - `slideOutOfNode` property for `<NodeContentExtension />` element, by default it is disabled
1249
+ - `labelWrapper` and `hasSpacing` properties for `<ActivityControlWidget />` to enable more control over its display from outside
1250
+ - `noScrollbarsOnChildren` property for `<HtmlContentBlock />` to allow merging scroll bars of both axes
1186
1251
 
1187
1252
  ### Fixed
1188
1253
 
1189
- - text color of button inside `<Notification />` element is not changed when it has an explicit intent state
1190
- - use correct import paths in ESM distribution exports
1191
- - correct alignment of children in vertical toolbar
1254
+ - text color of button inside `<Notification />` element is not changed when it has an explicit intent state
1255
+ - use correct import paths in ESM distribution exports
1256
+ - correct alignment of children in vertical toolbar
1192
1257
 
1193
1258
  ### Changed
1194
1259
 
1195
- - Allow `round` attribute in `Tag` component
1196
- - Allow tooltips on buttons only if they do not set on `loading` state
1197
- - Improve routing calculations of `<ReactFlow />` edges reagrding our current use cases
1198
- - Expose `<NodeTools />` menu API to ouside elements
1199
- - `<ActivityExecutionErrorReportModal />` now offers always the option to display it in fullscreen size
1260
+ - Allow `round` attribute in `Tag` component
1261
+ - Allow tooltips on buttons only if they do not set on `loading` state
1262
+ - Improve routing calculations of `<ReactFlow />` edges reagrding our current use cases
1263
+ - Expose `<NodeTools />` menu API to ouside elements
1264
+ - `<ActivityExecutionErrorReportModal />` now offers always the option to display it in fullscreen size
1200
1265
 
1201
1266
  ### Deprecated
1202
1267
 
1203
- - deprecated `<Tabs/>` interface for tab items was removed, if necessary it can be used now from `legacy-repelacements` imports
1268
+ - deprecated `<Tabs/>` interface for tab items was removed, if necessary it can be used now from `legacy-repelacements` imports
1204
1269
 
1205
1270
  ## [22.0.1] - 2022-04-11
1206
1271
 
1207
1272
  ### Fixed
1208
1273
 
1209
- - make used package version more stable, re-allowing also a yarn lock file
1210
- - correct documentation about package registry
1274
+ - make used package version more stable, re-allowing also a yarn lock file
1275
+ - correct documentation about package registry
1211
1276
 
1212
1277
  ## [22.0.0] - 2022-04-08
1213
1278
 
1214
1279
  ### Added
1215
1280
 
1216
- - `Tag` element got new property for `backgroundColor`
1217
- - Styles for footnotes and task lists, rendered by Markdown GFM parser.
1218
- - React-Flow `NodeContent` element can now be extented by `contentExtension` property containing a `NodeContentExtension` element.
1281
+ - `Tag` element got new property for `backgroundColor`
1282
+ - Styles for footnotes and task lists, rendered by Markdown GFM parser.
1283
+ - React-Flow `NodeContent` element can now be extented by `contentExtension` property containing a `NodeContentExtension` element.
1219
1284
 
1220
1285
  ### Fixed
1221
1286
 
1222
- - Add missing import to `components/Spinner/Spinner.tsx`.
1223
- - Add bottom white space in tables in content block elements.
1224
- - `fullWidth` on/off display of `TextField` is now working like expected
1287
+ - Add missing import to `components/Spinner/Spinner.tsx`.
1288
+ - Add bottom white space in tables in content block elements.
1289
+ - `fullWidth` on/off display of `TextField` is now working like expected
1225
1290
 
1226
1291
  ### Changed
1227
1292
 
1228
- - `TextField` elements are using `fullWidth=true` by default
1229
- - `SearchField` uses now by default `"operation-search"` as `leftIcon`
1293
+ - `TextField` elements are using `fullWidth=true` by default
1294
+ - `SearchField` uses now by default `"operation-search"` as `leftIcon`
1230
1295
 
1231
1296
  ### Deprecated
1232
1297
 
1233
- - `SimpleDialog` element now uses `intent` property instead of `intentClassName`
1298
+ - `SimpleDialog` element now uses `intent` property instead of `intentClassName`
1234
1299
 
1235
1300
  ## [21.11.1] 2021-11-24
1236
1301
 
1237
1302
  ### Added
1238
1303
 
1239
- - Changelog documentation
1240
- - Readme project overview
1304
+ - Changelog documentation
1305
+ - Readme project overview
1241
1306
 
1242
1307
  ## 21.11
1243
1308
 
1244
1309
  ### Added
1245
1310
 
1246
- - Iframe and IframeModal basic elements
1247
- - Support for special components shared between applications of the eccenca Corporate Memory GUI
1248
- - ActivityControl widget
1249
- - ContentBlobToggler component
1250
- - Markdown parser widget
1251
- - Support animated NodeDefault shadows to visualize activities
1252
- - Height of NodeDefault can be aligned to number of handles
1253
- - React-Flow Minipmap can be used for navigation on canvas
1254
- - Support more icons
1255
- - Support intent states for Icon
1311
+ - Iframe and IframeModal basic elements
1312
+ - Support for special components shared between applications of the eccenca Corporate Memory GUI
1313
+ - ActivityControl widget
1314
+ - ContentBlobToggler component
1315
+ - Markdown parser widget
1316
+ - Support animated NodeDefault shadows to visualize activities
1317
+ - Height of NodeDefault can be aligned to number of handles
1318
+ - React-Flow Minipmap can be used for navigation on canvas
1319
+ - Support more icons
1320
+ - Support intent states for Icon
1256
1321
 
1257
1322
  ### Changed
1258
1323
 
1259
- - ApplicationContainer is not based on Carbon anymore
1260
- - sidenav expansion state must be managed outside of that element now
1261
- - OverviewItemActions can be shown only when OverviewItem is hovered
1262
- - Rail naviagtion is openen just after a short delay to prevent openeing on wrong hover actions
1263
- - Use own property to hide overflow content in ToolbarSection
1324
+ - ApplicationContainer is not based on Carbon anymore
1325
+ - sidenav expansion state must be managed outside of that element now
1326
+ - OverviewItemActions can be shown only when OverviewItem is hovered
1327
+ - Rail naviagtion is openen just after a short delay to prevent openeing on wrong hover actions
1328
+ - Use own property to hide overflow content in ToolbarSection
1264
1329
 
1265
1330
  ### Fixed
1266
1331
 
1267
- - Stabilize icon dimensions
1268
- - Small font size amrkup now works inside HTML content block
1269
- - Stabilize tabs
1270
- - Do not ignore size and stroke properties for Spinner
1332
+ - Stabilize icon dimensions
1333
+ - Small font size amrkup now works inside HTML content block
1334
+ - Stabilize tabs
1335
+ - Do not ignore size and stroke properties for Spinner
1271
1336
 
1272
1337
  ## 21.06
1273
1338
 
1274
1339
  ### Added
1275
1340
 
1276
- - First release, it provides:
1277
- - Basic GUI elements based on BlueprintJS and IBM Carbon Design System
1278
- - Accordion
1279
- - Application layout
1280
- - AutocompleteField
1281
- - Breadcrumb
1282
- - Button
1283
- - Card
1284
- - Checkbox
1285
- - ContextOverlay
1286
- - Dialog
1287
- - Form
1288
- - Grid
1289
- - Icon
1290
- - Intent
1291
- - Label
1292
- - Link
1293
- - Menu
1294
- - Notification
1295
- - NumericInput
1296
- - OverviewItem
1297
- - Pagination
1298
- - PropertyValuePair
1299
- - RadioButton
1300
- - Separation
1301
- - SimpleTable
1302
- - Spinner
1303
- - Structure
1304
- - Switch
1305
- - Tabs
1306
- - Tag
1307
- - TagInput
1308
- - TextField
1309
- - Toolbar
1310
- - Tooltip
1311
- - Typography
1312
- - Workspace view parts
1313
- - Extensions for React-Flow
1314
- - EdgeDefault
1315
- - EdgeStep
1316
- - EdgeTools
1317
- - HandleContent
1318
- - HandleDefault
1319
- - NodeDefault
1320
- - NodeTools
1341
+ - First release, it provides:
1342
+ - Basic GUI elements based on BlueprintJS and IBM Carbon Design System
1343
+ - Accordion
1344
+ - Application layout
1345
+ - AutocompleteField
1346
+ - Breadcrumb
1347
+ - Button
1348
+ - Card
1349
+ - Checkbox
1350
+ - ContextOverlay
1351
+ - Dialog
1352
+ - Form
1353
+ - Grid
1354
+ - Icon
1355
+ - Intent
1356
+ - Label
1357
+ - Link
1358
+ - Menu
1359
+ - Notification
1360
+ - NumericInput
1361
+ - OverviewItem
1362
+ - Pagination
1363
+ - PropertyValuePair
1364
+ - RadioButton
1365
+ - Separation
1366
+ - SimpleTable
1367
+ - Spinner
1368
+ - Structure
1369
+ - Switch
1370
+ - Tabs
1371
+ - Tag
1372
+ - TagInput
1373
+ - TextField
1374
+ - Toolbar
1375
+ - Tooltip
1376
+ - Typography
1377
+ - Workspace view parts
1378
+ - Extensions for React-Flow
1379
+ - EdgeDefault
1380
+ - EdgeStep
1381
+ - EdgeTools
1382
+ - HandleContent
1383
+ - HandleDefault
1384
+ - NodeDefault
1385
+ - NodeTools