@eccenca/gui-elements 25.2.0 → 26.0.0-rc.1

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