@eccenca/gui-elements 23.1.0 → 23.2.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (944) hide show
  1. package/CHANGELOG.md +339 -229
  2. package/README.md +11 -0
  3. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  4. package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
  5. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  6. package/dist/cjs/cmem/ActivityControl/index.js +14 -8
  7. package/dist/cjs/cmem/ActivityControl/index.js.map +1 -1
  8. package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
  9. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +8 -2
  10. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  11. package/dist/cjs/cmem/ContentBlobToggler/index.js +12 -5
  12. package/dist/cjs/cmem/ContentBlobToggler/index.js.map +1 -1
  13. package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +16 -4
  14. package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
  15. package/dist/cjs/cmem/index.js +6 -19
  16. package/dist/cjs/cmem/index.js.map +1 -1
  17. package/dist/cjs/cmem/markdown/Markdown.js +1 -1
  18. package/dist/cjs/cmem/markdown/Markdown.js.map +1 -1
  19. package/dist/cjs/cmem/markdown/highlightSearchWords.js +71 -0
  20. package/dist/cjs/cmem/markdown/highlightSearchWords.js.map +1 -0
  21. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
  22. package/dist/cjs/cmem/react-flow/index.js +16 -0
  23. package/dist/cjs/cmem/react-flow/index.js.map +1 -0
  24. package/dist/cjs/common/index.js +19 -0
  25. package/dist/cjs/common/index.js.map +1 -0
  26. package/dist/cjs/common/utils/characters.js +3 -2
  27. package/dist/cjs/common/utils/characters.js.map +1 -1
  28. package/dist/cjs/common/utils/openInNewTab.js.map +1 -1
  29. package/dist/cjs/components/Accordion/Accordion.js +5 -3
  30. package/dist/cjs/components/Accordion/Accordion.js.map +1 -1
  31. package/dist/cjs/components/Accordion/AccordionItem.js +5 -3
  32. package/dist/cjs/components/Accordion/AccordionItem.js.map +1 -1
  33. package/dist/cjs/components/Accordion/index.js +15 -0
  34. package/dist/cjs/components/Accordion/index.js.map +1 -0
  35. package/dist/cjs/components/Application/ApplicationContainer.js +7 -5
  36. package/dist/cjs/components/Application/ApplicationContainer.js.map +1 -1
  37. package/dist/cjs/components/Application/ApplicationContent.js +7 -5
  38. package/dist/cjs/components/Application/ApplicationContent.js.map +1 -1
  39. package/dist/cjs/components/Application/ApplicationHeader.js +8 -6
  40. package/dist/cjs/components/Application/ApplicationHeader.js.map +1 -1
  41. package/dist/cjs/components/Application/ApplicationSidebarNavigation.js +8 -6
  42. package/dist/cjs/components/Application/ApplicationSidebarNavigation.js.map +1 -1
  43. package/dist/cjs/components/Application/ApplicationSidebarToggler.js +8 -5
  44. package/dist/cjs/components/Application/ApplicationSidebarToggler.js.map +1 -1
  45. package/dist/cjs/components/Application/ApplicationTitle.js +7 -5
  46. package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
  47. package/dist/cjs/components/Application/ApplicationToolbar.js +8 -6
  48. package/dist/cjs/components/Application/ApplicationToolbar.js.map +1 -1
  49. package/dist/cjs/components/Application/ApplicationToolbarAction.js +8 -6
  50. package/dist/cjs/components/Application/ApplicationToolbarAction.js.map +1 -1
  51. package/dist/cjs/components/Application/ApplicationToolbarPanel.js +12 -6
  52. package/dist/cjs/components/Application/ApplicationToolbarPanel.js.map +1 -1
  53. package/dist/cjs/components/Application/ApplicationToolbarSection.js +8 -5
  54. package/dist/cjs/components/Application/ApplicationToolbarSection.js.map +1 -1
  55. package/dist/cjs/components/Application/index.js +23 -0
  56. package/dist/cjs/components/Application/index.js.map +1 -0
  57. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +7 -2
  58. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  59. package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
  60. package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js +3 -1
  61. package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
  62. package/dist/cjs/components/AutoSuggestion/index.js +10 -0
  63. package/dist/cjs/components/AutoSuggestion/index.js.map +1 -0
  64. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +1 -0
  65. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
  66. package/dist/cjs/components/AutocompleteField/autoCompleteFieldUtils.js +27 -0
  67. package/dist/cjs/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -0
  68. package/dist/cjs/components/AutocompleteField/index.js +19 -0
  69. package/dist/cjs/components/AutocompleteField/index.js.map +1 -0
  70. package/dist/cjs/components/AutocompleteField/interfaces.js +3 -0
  71. package/dist/cjs/components/AutocompleteField/interfaces.js.map +1 -0
  72. package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js +5 -3
  73. package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js.map +1 -1
  74. package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +5 -3
  75. package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -1
  76. package/dist/cjs/components/Breadcrumb/index.js +15 -0
  77. package/dist/cjs/components/Breadcrumb/index.js.map +1 -0
  78. package/dist/cjs/components/Button/Button.js +12 -11
  79. package/dist/cjs/components/Button/Button.js.map +1 -1
  80. package/dist/cjs/components/Card/Card.js +5 -4
  81. package/dist/cjs/components/Card/Card.js.map +1 -1
  82. package/dist/cjs/components/Card/CardActions.js +5 -4
  83. package/dist/cjs/components/Card/CardActions.js.map +1 -1
  84. package/dist/cjs/components/Card/CardActionsAux.js +6 -4
  85. package/dist/cjs/components/Card/CardActionsAux.js.map +1 -1
  86. package/dist/cjs/components/Card/CardContent.js +5 -4
  87. package/dist/cjs/components/Card/CardContent.js.map +1 -1
  88. package/dist/cjs/components/Card/CardHeader.js +5 -3
  89. package/dist/cjs/components/Card/CardHeader.js.map +1 -1
  90. package/dist/cjs/components/Card/CardOptions.js +6 -4
  91. package/dist/cjs/components/Card/CardOptions.js.map +1 -1
  92. package/dist/cjs/components/Card/CardTitle.js +5 -4
  93. package/dist/cjs/components/Card/CardTitle.js.map +1 -1
  94. package/dist/cjs/components/Card/index.js +16 -17
  95. package/dist/cjs/components/Card/index.js.map +1 -1
  96. package/dist/cjs/components/Checkbox/Checkbox.js +5 -4
  97. package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -1
  98. package/dist/cjs/components/ContextOverlay/ContextMenu.js +5 -3
  99. package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -1
  100. package/dist/cjs/components/ContextOverlay/ContextOverlay.js +5 -3
  101. package/dist/cjs/components/ContextOverlay/ContextOverlay.js.map +1 -1
  102. package/dist/cjs/components/ContextOverlay/index.js +15 -0
  103. package/dist/cjs/components/ContextOverlay/index.js.map +1 -0
  104. package/dist/cjs/components/Dialog/AlertDialog.js +5 -7
  105. package/dist/cjs/components/Dialog/AlertDialog.js.map +1 -1
  106. package/dist/cjs/components/Dialog/Modal.js +7 -8
  107. package/dist/cjs/components/Dialog/Modal.js.map +1 -1
  108. package/dist/cjs/components/Dialog/SimpleDialog.js +5 -6
  109. package/dist/cjs/components/Dialog/SimpleDialog.js.map +1 -1
  110. package/dist/cjs/components/Dialog/index.js +16 -0
  111. package/dist/cjs/components/Dialog/index.js.map +1 -0
  112. package/dist/cjs/components/Form/FieldItem.js +5 -3
  113. package/dist/cjs/components/Form/FieldItem.js.map +1 -1
  114. package/dist/cjs/components/Form/FieldItemRow.js +5 -3
  115. package/dist/cjs/components/Form/FieldItemRow.js.map +1 -1
  116. package/dist/cjs/components/Form/FieldSet.js +8 -3
  117. package/dist/cjs/components/Form/FieldSet.js.map +1 -1
  118. package/dist/cjs/components/Form/index.js +16 -0
  119. package/dist/cjs/components/Form/index.js.map +1 -0
  120. package/dist/cjs/components/Grid/Grid.js +5 -3
  121. package/dist/cjs/components/Grid/Grid.js.map +1 -1
  122. package/dist/cjs/components/Grid/GridColumn.js +7 -5
  123. package/dist/cjs/components/Grid/GridColumn.js.map +1 -1
  124. package/dist/cjs/components/Grid/GridRow.js +5 -3
  125. package/dist/cjs/components/Grid/GridRow.js.map +1 -1
  126. package/dist/cjs/components/Grid/index.js +16 -0
  127. package/dist/cjs/components/Grid/index.js.map +1 -0
  128. package/dist/cjs/components/HoverToggler/HoverToggler.js +1 -0
  129. package/dist/cjs/components/HoverToggler/HoverToggler.js.map +1 -1
  130. package/dist/cjs/components/Icon/BaseIcon.js +2 -3
  131. package/dist/cjs/components/Icon/BaseIcon.js.map +1 -1
  132. package/dist/cjs/components/Icon/Icon.js +12 -5
  133. package/dist/cjs/components/Icon/Icon.js.map +1 -1
  134. package/dist/cjs/components/Icon/IconButton.js +5 -3
  135. package/dist/cjs/components/Icon/IconButton.js.map +1 -1
  136. package/dist/cjs/components/Icon/TestIcon.js +5 -3
  137. package/dist/cjs/components/Icon/TestIcon.js.map +1 -1
  138. package/dist/cjs/components/Icon/index.js +12 -7
  139. package/dist/cjs/components/Icon/index.js.map +1 -1
  140. package/dist/cjs/components/Iframe/Iframe.js +4 -3
  141. package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
  142. package/dist/cjs/components/Iframe/IframeModal.js +3 -2
  143. package/dist/cjs/components/Iframe/IframeModal.js.map +1 -1
  144. package/dist/cjs/components/Iframe/index.js +15 -0
  145. package/dist/cjs/components/Iframe/index.js.map +1 -0
  146. package/dist/cjs/components/InteractionGate/InteractionGate.js +5 -3
  147. package/dist/cjs/components/InteractionGate/InteractionGate.js.map +1 -1
  148. package/dist/cjs/components/Label/Label.js +5 -3
  149. package/dist/cjs/components/Label/Label.js.map +1 -1
  150. package/dist/cjs/components/Link/Link.js +6 -3
  151. package/dist/cjs/components/Link/Link.js.map +1 -1
  152. package/dist/cjs/components/List/List.js +2 -0
  153. package/dist/cjs/components/List/List.js.map +1 -1
  154. package/dist/cjs/components/Menu/Menu.js +5 -3
  155. package/dist/cjs/components/Menu/Menu.js.map +1 -1
  156. package/dist/cjs/components/Menu/MenuDivider.js +5 -3
  157. package/dist/cjs/components/Menu/MenuDivider.js.map +1 -1
  158. package/dist/cjs/components/Menu/MenuItem.js +5 -3
  159. package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
  160. package/dist/cjs/components/Menu/index.js +16 -0
  161. package/dist/cjs/components/Menu/index.js.map +1 -0
  162. package/dist/cjs/components/MultiSelect/MultiSelect.js +2 -0
  163. package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
  164. package/dist/cjs/components/Notification/Notification.js +5 -3
  165. package/dist/cjs/components/Notification/Notification.js.map +1 -1
  166. package/dist/cjs/components/Notification/Toast.js +5 -0
  167. package/dist/cjs/components/Notification/Toast.js.map +1 -1
  168. package/dist/cjs/components/Notification/index.js +15 -0
  169. package/dist/cjs/components/Notification/index.js.map +1 -0
  170. package/dist/cjs/components/NumericInput/NumericInput.js +4 -1
  171. package/dist/cjs/components/NumericInput/NumericInput.js.map +1 -1
  172. package/dist/cjs/components/OverviewItem/OverviewItem.js +5 -3
  173. package/dist/cjs/components/OverviewItem/OverviewItem.js.map +1 -1
  174. package/dist/cjs/components/OverviewItem/OverviewItemActions.js +5 -3
  175. package/dist/cjs/components/OverviewItem/OverviewItemActions.js.map +1 -1
  176. package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js +5 -3
  177. package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
  178. package/dist/cjs/components/OverviewItem/OverviewItemDescription.js +7 -5
  179. package/dist/cjs/components/OverviewItem/OverviewItemDescription.js.map +1 -1
  180. package/dist/cjs/components/OverviewItem/OverviewItemLine.js +5 -3
  181. package/dist/cjs/components/OverviewItem/OverviewItemLine.js.map +1 -1
  182. package/dist/cjs/components/OverviewItem/OverviewItemList.js +5 -3
  183. package/dist/cjs/components/OverviewItem/OverviewItemList.js.map +1 -1
  184. package/dist/cjs/components/OverviewItem/index.js +15 -15
  185. package/dist/cjs/components/OverviewItem/index.js.map +1 -1
  186. package/dist/cjs/components/Pagination/Pagination.js +6 -5
  187. package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
  188. package/dist/cjs/components/PropertyValuePair/PropertyName.js +6 -3
  189. package/dist/cjs/components/PropertyValuePair/PropertyName.js.map +1 -1
  190. package/dist/cjs/components/PropertyValuePair/PropertyValue.js +6 -3
  191. package/dist/cjs/components/PropertyValuePair/PropertyValue.js.map +1 -1
  192. package/dist/cjs/components/PropertyValuePair/PropertyValueList.js +6 -3
  193. package/dist/cjs/components/PropertyValuePair/PropertyValueList.js.map +1 -1
  194. package/dist/cjs/components/PropertyValuePair/PropertyValuePair.js +6 -3
  195. package/dist/cjs/components/PropertyValuePair/PropertyValuePair.js.map +1 -1
  196. package/dist/cjs/components/PropertyValuePair/index.js +13 -11
  197. package/dist/cjs/components/PropertyValuePair/index.js.map +1 -1
  198. package/dist/cjs/components/RadioButton/RadioButton.js +5 -4
  199. package/dist/cjs/components/RadioButton/RadioButton.js.map +1 -1
  200. package/dist/cjs/components/Select/Select.js +2 -0
  201. package/dist/cjs/components/Select/Select.js.map +1 -1
  202. package/dist/cjs/components/Separation/Spacing.js +5 -3
  203. package/dist/cjs/components/Separation/Spacing.js.map +1 -1
  204. package/dist/cjs/components/Spinner/Spinner.js +5 -3
  205. package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
  206. package/dist/cjs/components/Structure/Section.js +6 -3
  207. package/dist/cjs/components/Structure/Section.js.map +1 -1
  208. package/dist/cjs/components/Structure/SectionHeader.js +6 -3
  209. package/dist/cjs/components/Structure/SectionHeader.js.map +1 -1
  210. package/dist/cjs/components/Structure/TitleMainsection.js +6 -3
  211. package/dist/cjs/components/Structure/TitleMainsection.js.map +1 -1
  212. package/dist/cjs/components/Structure/TitlePage.js +6 -3
  213. package/dist/cjs/components/Structure/TitlePage.js.map +1 -1
  214. package/dist/cjs/components/Structure/TitleSubsection.js +8 -5
  215. package/dist/cjs/components/Structure/TitleSubsection.js.map +1 -1
  216. package/dist/cjs/components/Structure/index.js +18 -0
  217. package/dist/cjs/components/Structure/index.js.map +1 -0
  218. package/dist/cjs/components/Switch/Switch.js +5 -3
  219. package/dist/cjs/components/Switch/Switch.js.map +1 -1
  220. package/dist/cjs/components/Tabs/Tab.js +1 -50
  221. package/dist/cjs/components/Tabs/Tab.js.map +1 -1
  222. package/dist/cjs/components/Tabs/TabPanel.js +5 -3
  223. package/dist/cjs/components/Tabs/TabPanel.js.map +1 -1
  224. package/dist/cjs/components/Tabs/TabTitle.js +3 -1
  225. package/dist/cjs/components/Tabs/TabTitle.js.map +1 -1
  226. package/dist/cjs/components/Tabs/Tabs.js +5 -4
  227. package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
  228. package/dist/cjs/components/Tabs/index.js +17 -0
  229. package/dist/cjs/components/Tabs/index.js.map +1 -0
  230. package/dist/cjs/components/TextField/SearchField.js +5 -3
  231. package/dist/cjs/components/TextField/SearchField.js.map +1 -1
  232. package/dist/cjs/components/TextField/TextArea.js +5 -3
  233. package/dist/cjs/components/TextField/TextArea.js.map +1 -1
  234. package/dist/cjs/components/TextField/TextField.js +6 -4
  235. package/dist/cjs/components/TextField/TextField.js.map +1 -1
  236. package/dist/cjs/components/TextField/index.js +16 -0
  237. package/dist/cjs/components/TextField/index.js.map +1 -0
  238. package/dist/cjs/components/Toolbar/Toolbar.js +5 -3
  239. package/dist/cjs/components/Toolbar/Toolbar.js.map +1 -1
  240. package/dist/cjs/components/Toolbar/ToolbarSection.js +5 -3
  241. package/dist/cjs/components/Toolbar/ToolbarSection.js.map +1 -1
  242. package/dist/cjs/components/Toolbar/index.js +15 -0
  243. package/dist/cjs/components/Toolbar/index.js.map +1 -0
  244. package/dist/cjs/components/Tooltip/Tooltip.js +5 -3
  245. package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
  246. package/dist/cjs/components/Typography/Highlighter.js +19 -4
  247. package/dist/cjs/components/Typography/Highlighter.js.map +1 -1
  248. package/dist/cjs/components/Typography/HtmlContentBlock.js +5 -3
  249. package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
  250. package/dist/cjs/components/Typography/OverflowText.js +5 -3
  251. package/dist/cjs/components/Typography/OverflowText.js.map +1 -1
  252. package/dist/cjs/components/Typography/WhiteSpaceContainer.js +5 -3
  253. package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
  254. package/dist/cjs/components/Typography/index.js +19 -15
  255. package/dist/cjs/components/Typography/index.js.map +1 -1
  256. package/dist/cjs/components/Workspace/WorkspaceContent.js +6 -3
  257. package/dist/cjs/components/Workspace/WorkspaceContent.js.map +1 -1
  258. package/dist/cjs/components/Workspace/WorkspaceHeader.js +5 -3
  259. package/dist/cjs/components/Workspace/WorkspaceHeader.js.map +1 -1
  260. package/dist/cjs/components/Workspace/WorkspaceMain.js +6 -4
  261. package/dist/cjs/components/Workspace/WorkspaceMain.js.map +1 -1
  262. package/dist/cjs/components/Workspace/WorkspaceSide.js +7 -5
  263. package/dist/cjs/components/Workspace/WorkspaceSide.js.map +1 -1
  264. package/dist/cjs/components/Workspace/index.js +17 -0
  265. package/dist/cjs/components/Workspace/index.js.map +1 -0
  266. package/dist/cjs/components/index.js +37 -0
  267. package/dist/cjs/components/index.js.map +1 -1
  268. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +12 -8
  269. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  270. package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js +2 -2
  271. package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
  272. package/dist/cjs/extensions/react-flow/edges/edgeTypes.js +1 -0
  273. package/dist/cjs/extensions/react-flow/edges/edgeTypes.js.map +1 -1
  274. package/dist/cjs/extensions/react-flow/handles/HandleDefault.js.map +1 -1
  275. package/dist/cjs/extensions/react-flow/index.js +28 -32
  276. package/dist/cjs/extensions/react-flow/index.js.map +1 -1
  277. package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js +3 -1
  278. package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
  279. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +1 -1
  280. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  281. package/dist/cjs/extensions/react-flow/minimap/utils.js +10 -8
  282. package/dist/cjs/extensions/react-flow/minimap/utils.js.map +1 -1
  283. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +9 -7
  284. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  285. package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +1 -0
  286. package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
  287. package/dist/cjs/extensions/react-flow/nodes/nodeTypes.js +1 -0
  288. package/dist/cjs/extensions/react-flow/nodes/nodeTypes.js.map +1 -1
  289. package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js +3 -2
  290. package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
  291. package/dist/cjs/extensions/react-flow/nodes/sharedTypes.js +3 -0
  292. package/dist/cjs/extensions/react-flow/nodes/sharedTypes.js.map +1 -0
  293. package/dist/cjs/index.js +8 -179
  294. package/dist/cjs/index.js.map +1 -1
  295. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  296. package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
  297. package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  298. package/dist/esm/cmem/ActivityControl/index.js +4 -3
  299. package/dist/esm/cmem/ActivityControl/index.js.map +1 -1
  300. package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
  301. package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +7 -1
  302. package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  303. package/dist/esm/cmem/ContentBlobToggler/index.js +2 -2
  304. package/dist/esm/cmem/ContentBlobToggler/index.js.map +1 -1
  305. package/dist/esm/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +15 -3
  306. package/dist/esm/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
  307. package/dist/esm/cmem/index.js +6 -7
  308. package/dist/esm/cmem/index.js.map +1 -1
  309. package/dist/esm/cmem/markdown/Markdown.js +1 -1
  310. package/dist/esm/cmem/markdown/Markdown.js.map +1 -1
  311. package/dist/esm/cmem/markdown/highlightSearchWords.js +103 -0
  312. package/dist/esm/cmem/markdown/highlightSearchWords.js.map +1 -0
  313. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
  314. package/dist/esm/cmem/react-flow/index.js +4 -0
  315. package/dist/esm/cmem/react-flow/index.js.map +1 -0
  316. package/dist/esm/common/index.js +13 -0
  317. package/dist/esm/common/index.js.map +1 -0
  318. package/dist/esm/common/utils/characters.js +1 -1
  319. package/dist/esm/common/utils/characters.js.map +1 -1
  320. package/dist/esm/common/utils/openInNewTab.js.map +1 -1
  321. package/dist/esm/components/Accordion/Accordion.js +2 -2
  322. package/dist/esm/components/Accordion/Accordion.js.map +1 -1
  323. package/dist/esm/components/Accordion/AccordionItem.js +2 -2
  324. package/dist/esm/components/Accordion/AccordionItem.js.map +1 -1
  325. package/dist/esm/components/Accordion/index.js +3 -0
  326. package/dist/esm/components/Accordion/index.js.map +1 -0
  327. package/dist/esm/components/Application/ApplicationContainer.js +4 -4
  328. package/dist/esm/components/Application/ApplicationContainer.js.map +1 -1
  329. package/dist/esm/components/Application/ApplicationContent.js +4 -4
  330. package/dist/esm/components/Application/ApplicationContent.js.map +1 -1
  331. package/dist/esm/components/Application/ApplicationHeader.js +6 -6
  332. package/dist/esm/components/Application/ApplicationHeader.js.map +1 -1
  333. package/dist/esm/components/Application/ApplicationSidebarNavigation.js +6 -6
  334. package/dist/esm/components/Application/ApplicationSidebarNavigation.js.map +1 -1
  335. package/dist/esm/components/Application/ApplicationSidebarToggler.js +6 -5
  336. package/dist/esm/components/Application/ApplicationSidebarToggler.js.map +1 -1
  337. package/dist/esm/components/Application/ApplicationTitle.js +5 -5
  338. package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
  339. package/dist/esm/components/Application/ApplicationToolbar.js +6 -6
  340. package/dist/esm/components/Application/ApplicationToolbar.js.map +1 -1
  341. package/dist/esm/components/Application/ApplicationToolbarAction.js +6 -6
  342. package/dist/esm/components/Application/ApplicationToolbarAction.js.map +1 -1
  343. package/dist/esm/components/Application/ApplicationToolbarPanel.js +10 -6
  344. package/dist/esm/components/Application/ApplicationToolbarPanel.js.map +1 -1
  345. package/dist/esm/components/Application/ApplicationToolbarSection.js +5 -4
  346. package/dist/esm/components/Application/ApplicationToolbarSection.js.map +1 -1
  347. package/dist/esm/components/Application/index.js +11 -0
  348. package/dist/esm/components/Application/index.js.map +1 -0
  349. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +5 -1
  350. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  351. package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
  352. package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js +1 -1
  353. package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
  354. package/dist/esm/components/AutoSuggestion/index.js +5 -0
  355. package/dist/esm/components/AutoSuggestion/index.js.map +1 -0
  356. package/dist/esm/components/AutocompleteField/AutoCompleteField.js +1 -0
  357. package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -1
  358. package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js +20 -0
  359. package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -0
  360. package/dist/esm/components/AutocompleteField/index.js +6 -0
  361. package/dist/esm/components/AutocompleteField/index.js.map +1 -0
  362. package/dist/esm/components/AutocompleteField/interfaces.js +2 -0
  363. package/dist/esm/components/AutocompleteField/interfaces.js.map +1 -0
  364. package/dist/esm/components/Breadcrumb/BreadcrumbItem.js +2 -2
  365. package/dist/esm/components/Breadcrumb/BreadcrumbItem.js.map +1 -1
  366. package/dist/esm/components/Breadcrumb/BreadcrumbList.js +2 -2
  367. package/dist/esm/components/Breadcrumb/BreadcrumbList.js.map +1 -1
  368. package/dist/esm/components/Breadcrumb/index.js +3 -0
  369. package/dist/esm/components/Breadcrumb/index.js.map +1 -0
  370. package/dist/esm/components/Button/Button.js +7 -8
  371. package/dist/esm/components/Button/Button.js.map +1 -1
  372. package/dist/esm/components/Card/Card.js +2 -3
  373. package/dist/esm/components/Card/Card.js.map +1 -1
  374. package/dist/esm/components/Card/CardActions.js +2 -3
  375. package/dist/esm/components/Card/CardActions.js.map +1 -1
  376. package/dist/esm/components/Card/CardActionsAux.js +3 -3
  377. package/dist/esm/components/Card/CardActionsAux.js.map +1 -1
  378. package/dist/esm/components/Card/CardContent.js +2 -3
  379. package/dist/esm/components/Card/CardContent.js.map +1 -1
  380. package/dist/esm/components/Card/CardHeader.js +2 -2
  381. package/dist/esm/components/Card/CardHeader.js.map +1 -1
  382. package/dist/esm/components/Card/CardOptions.js +3 -3
  383. package/dist/esm/components/Card/CardOptions.js.map +1 -1
  384. package/dist/esm/components/Card/CardTitle.js +2 -3
  385. package/dist/esm/components/Card/CardTitle.js.map +1 -1
  386. package/dist/esm/components/Card/index.js +7 -8
  387. package/dist/esm/components/Card/index.js.map +1 -1
  388. package/dist/esm/components/Checkbox/Checkbox.js +2 -3
  389. package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
  390. package/dist/esm/components/ContextOverlay/ContextMenu.js +2 -2
  391. package/dist/esm/components/ContextOverlay/ContextMenu.js.map +1 -1
  392. package/dist/esm/components/ContextOverlay/ContextOverlay.js +2 -2
  393. package/dist/esm/components/ContextOverlay/ContextOverlay.js.map +1 -1
  394. package/dist/esm/components/ContextOverlay/index.js +3 -0
  395. package/dist/esm/components/ContextOverlay/index.js.map +1 -0
  396. package/dist/esm/components/Dialog/AlertDialog.js +2 -6
  397. package/dist/esm/components/Dialog/AlertDialog.js.map +1 -1
  398. package/dist/esm/components/Dialog/Modal.js +4 -7
  399. package/dist/esm/components/Dialog/Modal.js.map +1 -1
  400. package/dist/esm/components/Dialog/SimpleDialog.js +2 -5
  401. package/dist/esm/components/Dialog/SimpleDialog.js.map +1 -1
  402. package/dist/esm/components/Dialog/index.js +4 -0
  403. package/dist/esm/components/Dialog/index.js.map +1 -0
  404. package/dist/esm/components/Form/FieldItem.js +2 -2
  405. package/dist/esm/components/Form/FieldItem.js.map +1 -1
  406. package/dist/esm/components/Form/FieldItemRow.js +2 -2
  407. package/dist/esm/components/Form/FieldItemRow.js.map +1 -1
  408. package/dist/esm/components/Form/FieldSet.js +5 -2
  409. package/dist/esm/components/Form/FieldSet.js.map +1 -1
  410. package/dist/esm/components/Form/index.js +4 -0
  411. package/dist/esm/components/Form/index.js.map +1 -0
  412. package/dist/esm/components/Grid/Grid.js +2 -2
  413. package/dist/esm/components/Grid/Grid.js.map +1 -1
  414. package/dist/esm/components/Grid/GridColumn.js +4 -4
  415. package/dist/esm/components/Grid/GridColumn.js.map +1 -1
  416. package/dist/esm/components/Grid/GridRow.js +2 -2
  417. package/dist/esm/components/Grid/GridRow.js.map +1 -1
  418. package/dist/esm/components/Grid/index.js +4 -0
  419. package/dist/esm/components/Grid/index.js.map +1 -0
  420. package/dist/esm/components/HoverToggler/HoverToggler.js +1 -0
  421. package/dist/esm/components/HoverToggler/HoverToggler.js.map +1 -1
  422. package/dist/esm/components/Icon/BaseIcon.js +3 -4
  423. package/dist/esm/components/Icon/BaseIcon.js.map +1 -1
  424. package/dist/esm/components/Icon/Icon.js +9 -3
  425. package/dist/esm/components/Icon/Icon.js.map +1 -1
  426. package/dist/esm/components/Icon/IconButton.js +2 -2
  427. package/dist/esm/components/Icon/IconButton.js.map +1 -1
  428. package/dist/esm/components/Icon/TestIcon.js +2 -2
  429. package/dist/esm/components/Icon/TestIcon.js.map +1 -1
  430. package/dist/esm/components/Icon/index.js +3 -3
  431. package/dist/esm/components/Icon/index.js.map +1 -1
  432. package/dist/esm/components/Iframe/Iframe.js +4 -3
  433. package/dist/esm/components/Iframe/Iframe.js.map +1 -1
  434. package/dist/esm/components/Iframe/IframeModal.js +3 -2
  435. package/dist/esm/components/Iframe/IframeModal.js.map +1 -1
  436. package/dist/esm/components/Iframe/index.js +3 -0
  437. package/dist/esm/components/Iframe/index.js.map +1 -0
  438. package/dist/esm/components/InteractionGate/InteractionGate.js +2 -2
  439. package/dist/esm/components/InteractionGate/InteractionGate.js.map +1 -1
  440. package/dist/esm/components/Label/Label.js +2 -2
  441. package/dist/esm/components/Label/Label.js.map +1 -1
  442. package/dist/esm/components/Link/Link.js +4 -3
  443. package/dist/esm/components/Link/Link.js.map +1 -1
  444. package/dist/esm/components/List/List.js +1 -1
  445. package/dist/esm/components/List/List.js.map +1 -1
  446. package/dist/esm/components/Menu/Menu.js +2 -2
  447. package/dist/esm/components/Menu/Menu.js.map +1 -1
  448. package/dist/esm/components/Menu/MenuDivider.js +2 -2
  449. package/dist/esm/components/Menu/MenuDivider.js.map +1 -1
  450. package/dist/esm/components/Menu/MenuItem.js +2 -2
  451. package/dist/esm/components/Menu/MenuItem.js.map +1 -1
  452. package/dist/esm/components/Menu/index.js +4 -0
  453. package/dist/esm/components/Menu/index.js.map +1 -0
  454. package/dist/esm/components/MultiSelect/MultiSelect.js +1 -1
  455. package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
  456. package/dist/esm/components/Notification/Notification.js +2 -2
  457. package/dist/esm/components/Notification/Notification.js.map +1 -1
  458. package/dist/esm/components/Notification/Toast.js +5 -0
  459. package/dist/esm/components/Notification/Toast.js.map +1 -1
  460. package/dist/esm/components/Notification/index.js +3 -0
  461. package/dist/esm/components/Notification/index.js.map +1 -0
  462. package/dist/esm/components/NumericInput/NumericInput.js +4 -2
  463. package/dist/esm/components/NumericInput/NumericInput.js.map +1 -1
  464. package/dist/esm/components/OverviewItem/OverviewItem.js +2 -2
  465. package/dist/esm/components/OverviewItem/OverviewItem.js.map +1 -1
  466. package/dist/esm/components/OverviewItem/OverviewItemActions.js +2 -2
  467. package/dist/esm/components/OverviewItem/OverviewItemActions.js.map +1 -1
  468. package/dist/esm/components/OverviewItem/OverviewItemDepiction.js +2 -2
  469. package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
  470. package/dist/esm/components/OverviewItem/OverviewItemDescription.js +4 -4
  471. package/dist/esm/components/OverviewItem/OverviewItemDescription.js.map +1 -1
  472. package/dist/esm/components/OverviewItem/OverviewItemLine.js +2 -2
  473. package/dist/esm/components/OverviewItem/OverviewItemLine.js.map +1 -1
  474. package/dist/esm/components/OverviewItem/OverviewItemList.js +2 -2
  475. package/dist/esm/components/OverviewItem/OverviewItemList.js.map +1 -1
  476. package/dist/esm/components/OverviewItem/index.js +6 -7
  477. package/dist/esm/components/OverviewItem/index.js.map +1 -1
  478. package/dist/esm/components/Pagination/Pagination.js +2 -2
  479. package/dist/esm/components/Pagination/Pagination.js.map +1 -1
  480. package/dist/esm/components/PropertyValuePair/PropertyName.js +3 -2
  481. package/dist/esm/components/PropertyValuePair/PropertyName.js.map +1 -1
  482. package/dist/esm/components/PropertyValuePair/PropertyValue.js +3 -2
  483. package/dist/esm/components/PropertyValuePair/PropertyValue.js.map +1 -1
  484. package/dist/esm/components/PropertyValuePair/PropertyValueList.js +3 -2
  485. package/dist/esm/components/PropertyValuePair/PropertyValueList.js.map +1 -1
  486. package/dist/esm/components/PropertyValuePair/PropertyValuePair.js +3 -2
  487. package/dist/esm/components/PropertyValuePair/PropertyValuePair.js.map +1 -1
  488. package/dist/esm/components/PropertyValuePair/index.js +4 -5
  489. package/dist/esm/components/PropertyValuePair/index.js.map +1 -1
  490. package/dist/esm/components/RadioButton/RadioButton.js +2 -3
  491. package/dist/esm/components/RadioButton/RadioButton.js.map +1 -1
  492. package/dist/esm/components/Select/Select.js +1 -1
  493. package/dist/esm/components/Select/Select.js.map +1 -1
  494. package/dist/esm/components/Separation/Spacing.js +2 -2
  495. package/dist/esm/components/Separation/Spacing.js.map +1 -1
  496. package/dist/esm/components/Spinner/Spinner.js +2 -2
  497. package/dist/esm/components/Spinner/Spinner.js.map +1 -1
  498. package/dist/esm/components/Structure/Section.js +3 -2
  499. package/dist/esm/components/Structure/Section.js.map +1 -1
  500. package/dist/esm/components/Structure/SectionHeader.js +3 -2
  501. package/dist/esm/components/Structure/SectionHeader.js.map +1 -1
  502. package/dist/esm/components/Structure/TitleMainsection.js +3 -2
  503. package/dist/esm/components/Structure/TitleMainsection.js.map +1 -1
  504. package/dist/esm/components/Structure/TitlePage.js +3 -2
  505. package/dist/esm/components/Structure/TitlePage.js.map +1 -1
  506. package/dist/esm/components/Structure/TitleSubsection.js +5 -4
  507. package/dist/esm/components/Structure/TitleSubsection.js.map +1 -1
  508. package/dist/esm/components/Structure/index.js +6 -0
  509. package/dist/esm/components/Structure/index.js.map +1 -0
  510. package/dist/esm/components/Switch/Switch.js +2 -2
  511. package/dist/esm/components/Switch/Switch.js.map +1 -1
  512. package/dist/esm/components/Tabs/Tab.js +0 -48
  513. package/dist/esm/components/Tabs/Tab.js.map +1 -1
  514. package/dist/esm/components/Tabs/TabPanel.js +2 -2
  515. package/dist/esm/components/Tabs/TabPanel.js.map +1 -1
  516. package/dist/esm/components/Tabs/TabTitle.js +1 -1
  517. package/dist/esm/components/Tabs/TabTitle.js.map +1 -1
  518. package/dist/esm/components/Tabs/Tabs.js +2 -3
  519. package/dist/esm/components/Tabs/Tabs.js.map +1 -1
  520. package/dist/esm/components/Tabs/index.js +5 -0
  521. package/dist/esm/components/Tabs/index.js.map +1 -0
  522. package/dist/esm/components/TextField/SearchField.js +2 -2
  523. package/dist/esm/components/TextField/SearchField.js.map +1 -1
  524. package/dist/esm/components/TextField/TextArea.js +2 -2
  525. package/dist/esm/components/TextField/TextArea.js.map +1 -1
  526. package/dist/esm/components/TextField/TextField.js +3 -3
  527. package/dist/esm/components/TextField/TextField.js.map +1 -1
  528. package/dist/esm/components/TextField/index.js +4 -0
  529. package/dist/esm/components/TextField/index.js.map +1 -0
  530. package/dist/esm/components/Toolbar/Toolbar.js +2 -2
  531. package/dist/esm/components/Toolbar/Toolbar.js.map +1 -1
  532. package/dist/esm/components/Toolbar/ToolbarSection.js +2 -2
  533. package/dist/esm/components/Toolbar/ToolbarSection.js.map +1 -1
  534. package/dist/esm/components/Toolbar/index.js +3 -0
  535. package/dist/esm/components/Toolbar/index.js.map +1 -0
  536. package/dist/esm/components/Tooltip/Tooltip.js +2 -2
  537. package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
  538. package/dist/esm/components/Typography/Highlighter.js +18 -4
  539. package/dist/esm/components/Typography/Highlighter.js.map +1 -1
  540. package/dist/esm/components/Typography/HtmlContentBlock.js +2 -2
  541. package/dist/esm/components/Typography/HtmlContentBlock.js.map +1 -1
  542. package/dist/esm/components/Typography/OverflowText.js +2 -2
  543. package/dist/esm/components/Typography/OverflowText.js.map +1 -1
  544. package/dist/esm/components/Typography/WhiteSpaceContainer.js +2 -2
  545. package/dist/esm/components/Typography/WhiteSpaceContainer.js.map +1 -1
  546. package/dist/esm/components/Typography/index.js +5 -5
  547. package/dist/esm/components/Typography/index.js.map +1 -1
  548. package/dist/esm/components/Workspace/WorkspaceContent.js +3 -2
  549. package/dist/esm/components/Workspace/WorkspaceContent.js.map +1 -1
  550. package/dist/esm/components/Workspace/WorkspaceHeader.js +2 -2
  551. package/dist/esm/components/Workspace/WorkspaceHeader.js.map +1 -1
  552. package/dist/esm/components/Workspace/WorkspaceMain.js +3 -3
  553. package/dist/esm/components/Workspace/WorkspaceMain.js.map +1 -1
  554. package/dist/esm/components/Workspace/WorkspaceSide.js +4 -4
  555. package/dist/esm/components/Workspace/WorkspaceSide.js.map +1 -1
  556. package/dist/esm/components/Workspace/index.js +5 -0
  557. package/dist/esm/components/Workspace/index.js.map +1 -0
  558. package/dist/esm/components/index.js +37 -0
  559. package/dist/esm/components/index.js.map +1 -1
  560. package/dist/esm/extensions/react-flow/edges/EdgeDefault.js +10 -5
  561. package/dist/esm/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  562. package/dist/esm/extensions/react-flow/edges/EdgeLabel.js +2 -2
  563. package/dist/esm/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
  564. package/dist/esm/extensions/react-flow/edges/edgeTypes.js +1 -0
  565. package/dist/esm/extensions/react-flow/edges/edgeTypes.js.map +1 -1
  566. package/dist/esm/extensions/react-flow/handles/HandleDefault.js.map +1 -1
  567. package/dist/esm/extensions/react-flow/index.js +25 -15
  568. package/dist/esm/extensions/react-flow/index.js.map +1 -1
  569. package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js +3 -1
  570. package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
  571. package/dist/esm/extensions/react-flow/minimap/MiniMap.js +2 -2
  572. package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  573. package/dist/esm/extensions/react-flow/minimap/utils.js +10 -5
  574. package/dist/esm/extensions/react-flow/minimap/utils.js.map +1 -1
  575. package/dist/esm/extensions/react-flow/nodes/NodeContent.js +7 -3
  576. package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  577. package/dist/esm/extensions/react-flow/nodes/NodeDefault.js +1 -0
  578. package/dist/esm/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
  579. package/dist/esm/extensions/react-flow/nodes/nodeTypes.js +1 -0
  580. package/dist/esm/extensions/react-flow/nodes/nodeTypes.js.map +1 -1
  581. package/dist/esm/extensions/react-flow/nodes/nodeUtils.js +2 -2
  582. package/dist/esm/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
  583. package/dist/esm/extensions/react-flow/nodes/sharedTypes.js +2 -0
  584. package/dist/esm/extensions/react-flow/nodes/sharedTypes.js.map +1 -0
  585. package/dist/esm/index.js +7 -85
  586. package/dist/esm/index.js.map +1 -1
  587. package/dist/types/cmem/ActivityControl/ActivityControlTypes.d.ts +2 -0
  588. package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +7 -5
  589. package/dist/types/cmem/ActivityControl/ActivityExecutionErrorReportModal.d.ts +3 -3
  590. package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +19 -15
  591. package/dist/types/cmem/ActivityControl/index.d.ts +4 -3
  592. package/dist/types/cmem/ConfidenceValue/ConfidenceValue.d.ts +1 -1
  593. package/dist/types/cmem/ContentBlobToggler/ContentBlobToggler.d.ts +2 -3
  594. package/dist/types/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.d.ts +10 -24
  595. package/dist/types/cmem/ContentBlobToggler/index.d.ts +2 -2
  596. package/dist/types/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.d.ts +22 -8
  597. package/dist/types/cmem/index.d.ts +6 -11
  598. package/dist/types/cmem/markdown/Markdown.d.ts +5 -4
  599. package/dist/types/cmem/markdown/highlightSearchWords.d.ts +10 -0
  600. package/dist/types/cmem/react-flow/configuration/graph.d.ts +9 -9
  601. package/dist/types/cmem/react-flow/configuration/linking.d.ts +6 -6
  602. package/dist/types/cmem/react-flow/configuration/unspecified.d.ts +4 -4
  603. package/dist/types/cmem/react-flow/configuration/workflow.d.ts +4 -4
  604. package/dist/types/cmem/react-flow/index.d.ts +3 -0
  605. package/dist/types/cmem/react-flow/nodes/StickyNoteNode.d.ts +1 -1
  606. package/dist/types/common/index.d.ts +43 -0
  607. package/dist/types/common/utils/characters.d.ts +6 -0
  608. package/dist/types/common/utils/openInNewTab.d.ts +1 -1
  609. package/dist/types/components/Accordion/Accordion.d.ts +2 -2
  610. package/dist/types/components/Accordion/AccordionItem.d.ts +2 -2
  611. package/dist/types/components/Accordion/index.d.ts +2 -0
  612. package/dist/types/components/Application/ApplicationContainer.d.ts +2 -3
  613. package/dist/types/components/Application/ApplicationContent.d.ts +7 -4
  614. package/dist/types/components/Application/ApplicationHeader.d.ts +5 -2
  615. package/dist/types/components/Application/ApplicationSidebarNavigation.d.ts +3 -9
  616. package/dist/types/components/Application/ApplicationSidebarToggler.d.ts +5 -2
  617. package/dist/types/components/Application/ApplicationTitle.d.ts +3 -3
  618. package/dist/types/components/Application/ApplicationToolbar.d.ts +5 -2
  619. package/dist/types/components/Application/ApplicationToolbarAction.d.ts +5 -2
  620. package/dist/types/components/Application/ApplicationToolbarPanel.d.ts +14 -2
  621. package/dist/types/components/Application/ApplicationToolbarSection.d.ts +4 -2
  622. package/dist/types/components/Application/index.d.ts +10 -0
  623. package/dist/types/components/AutoSuggestion/AutoSuggestion.d.ts +4 -3
  624. package/dist/types/components/AutoSuggestion/AutoSuggestionList.d.ts +3 -2
  625. package/dist/types/components/AutoSuggestion/SingleLineCodeEditor.d.ts +8 -7
  626. package/dist/types/components/AutoSuggestion/index.d.ts +5 -0
  627. package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +8 -15
  628. package/dist/types/components/AutocompleteField/autoCompleteFieldUtils.d.ts +11 -0
  629. package/dist/types/components/AutocompleteField/index.d.ts +5 -0
  630. package/dist/types/components/AutocompleteField/interfaces.d.ts +11 -0
  631. package/dist/types/components/Badge/Badge.d.ts +1 -1
  632. package/dist/types/components/Breadcrumb/BreadcrumbItem.d.ts +2 -2
  633. package/dist/types/components/Breadcrumb/BreadcrumbList.d.ts +2 -3
  634. package/dist/types/components/Breadcrumb/index.d.ts +2 -0
  635. package/dist/types/components/Button/Button.d.ts +29 -29
  636. package/dist/types/components/Card/Card.d.ts +2 -2
  637. package/dist/types/components/Card/CardActions.d.ts +2 -2
  638. package/dist/types/components/Card/CardActionsAux.d.ts +2 -2
  639. package/dist/types/components/Card/CardContent.d.ts +1 -1
  640. package/dist/types/components/Card/CardHeader.d.ts +3 -3
  641. package/dist/types/components/Card/CardOptions.d.ts +3 -3
  642. package/dist/types/components/Card/CardTitle.d.ts +2 -2
  643. package/dist/types/components/Card/index.d.ts +7 -8
  644. package/dist/types/components/Checkbox/Checkbox.d.ts +3 -3
  645. package/dist/types/components/ContextOverlay/ContextMenu.d.ts +3 -3
  646. package/dist/types/components/ContextOverlay/ContextOverlay.d.ts +2 -2
  647. package/dist/types/components/ContextOverlay/index.d.ts +2 -0
  648. package/dist/types/components/Depiction/Depiction.d.ts +1 -1
  649. package/dist/types/components/Dialog/AlertDialog.d.ts +4 -3
  650. package/dist/types/components/Dialog/Modal.d.ts +3 -2
  651. package/dist/types/components/Dialog/SimpleDialog.d.ts +1 -1
  652. package/dist/types/components/Dialog/index.d.ts +3 -0
  653. package/dist/types/components/Form/FieldItem.d.ts +1 -1
  654. package/dist/types/components/Form/FieldItemRow.d.ts +1 -1
  655. package/dist/types/components/Form/FieldSet.d.ts +42 -2
  656. package/dist/types/components/Form/index.d.ts +3 -0
  657. package/dist/types/components/Grid/Grid.d.ts +7 -3
  658. package/dist/types/components/Grid/GridColumn.d.ts +7 -3
  659. package/dist/types/components/Grid/GridRow.d.ts +3 -3
  660. package/dist/types/components/Grid/index.d.ts +3 -0
  661. package/dist/types/components/HoverToggler/HoverToggler.d.ts +3 -3
  662. package/dist/types/components/Icon/BaseIcon.d.ts +2 -2
  663. package/dist/types/components/Icon/Icon.d.ts +9 -3
  664. package/dist/types/components/Icon/IconButton.d.ts +3 -2
  665. package/dist/types/components/Icon/TestIcon.d.ts +2 -2
  666. package/dist/types/components/Icon/index.d.ts +3 -4
  667. package/dist/types/components/Iframe/Iframe.d.ts +4 -0
  668. package/dist/types/components/Iframe/IframeModal.d.ts +2 -1
  669. package/dist/types/components/Iframe/index.d.ts +2 -0
  670. package/dist/types/components/InteractionGate/InteractionGate.d.ts +1 -1
  671. package/dist/types/components/Label/Label.d.ts +1 -1
  672. package/dist/types/components/Link/Link.d.ts +5 -2
  673. package/dist/types/components/List/List.d.ts +2 -2
  674. package/dist/types/components/Menu/Menu.d.ts +2 -2
  675. package/dist/types/components/Menu/MenuDivider.d.ts +2 -2
  676. package/dist/types/components/Menu/MenuItem.d.ts +2 -2
  677. package/dist/types/components/Menu/index.d.ts +3 -0
  678. package/dist/types/components/MultiSelect/MultiSelect.d.ts +7 -6
  679. package/dist/types/components/Notification/Notification.d.ts +1 -3
  680. package/dist/types/components/Notification/Toast.d.ts +8 -2
  681. package/dist/types/components/Notification/index.d.ts +2 -0
  682. package/dist/types/components/NumericInput/NumericInput.d.ts +3 -3
  683. package/dist/types/components/OverviewItem/OverviewItem.d.ts +1 -1
  684. package/dist/types/components/OverviewItem/OverviewItemActions.d.ts +1 -1
  685. package/dist/types/components/OverviewItem/OverviewItemDepiction.d.ts +1 -1
  686. package/dist/types/components/OverviewItem/OverviewItemDescription.d.ts +3 -1
  687. package/dist/types/components/OverviewItem/OverviewItemLine.d.ts +1 -1
  688. package/dist/types/components/OverviewItem/OverviewItemList.d.ts +1 -1
  689. package/dist/types/components/OverviewItem/index.d.ts +6 -7
  690. package/dist/types/components/Pagination/Pagination.d.ts +3 -3
  691. package/dist/types/components/PropertyValuePair/PropertyName.d.ts +4 -2
  692. package/dist/types/components/PropertyValuePair/PropertyValue.d.ts +4 -2
  693. package/dist/types/components/PropertyValuePair/PropertyValueList.d.ts +4 -2
  694. package/dist/types/components/PropertyValuePair/PropertyValuePair.d.ts +12 -2
  695. package/dist/types/components/PropertyValuePair/index.d.ts +4 -5
  696. package/dist/types/components/RadioButton/RadioButton.d.ts +3 -3
  697. package/dist/types/components/Select/Select.d.ts +3 -3
  698. package/dist/types/components/Separation/Divider.d.ts +1 -1
  699. package/dist/types/components/Separation/Spacing.d.ts +2 -2
  700. package/dist/types/components/Spinner/Spinner.d.ts +2 -3
  701. package/dist/types/components/Structure/Section.d.ts +4 -2
  702. package/dist/types/components/Structure/SectionHeader.d.ts +4 -2
  703. package/dist/types/components/Structure/TitleMainsection.d.ts +4 -2
  704. package/dist/types/components/Structure/TitlePage.d.ts +4 -2
  705. package/dist/types/components/Structure/TitleSubsection.d.ts +269 -2
  706. package/dist/types/components/Structure/index.d.ts +5 -0
  707. package/dist/types/components/Switch/Switch.d.ts +2 -2
  708. package/dist/types/components/Table/Table.d.ts +1 -1
  709. package/dist/types/components/Table/TableCell.d.ts +1 -1
  710. package/dist/types/components/Table/TableContainer.d.ts +1 -1
  711. package/dist/types/components/Table/TableExpandHeader.d.ts +1 -1
  712. package/dist/types/components/Table/TableExpandRow.d.ts +1 -1
  713. package/dist/types/components/Table/TableRow.d.ts +1 -1
  714. package/dist/types/components/Tabs/Tab.d.ts +28 -15
  715. package/dist/types/components/Tabs/TabPanel.d.ts +1 -1
  716. package/dist/types/components/Tabs/TabTitle.d.ts +1 -1
  717. package/dist/types/components/Tabs/Tabs.d.ts +2 -2
  718. package/dist/types/components/Tabs/index.d.ts +4 -0
  719. package/dist/types/components/Tag/Tag.d.ts +1 -1
  720. package/dist/types/components/Tag/TagList.d.ts +1 -1
  721. package/dist/types/components/TextField/SearchField.d.ts +3 -3
  722. package/dist/types/components/TextField/TextArea.d.ts +10 -10
  723. package/dist/types/components/TextField/TextField.d.ts +4 -4
  724. package/dist/types/components/TextField/index.d.ts +3 -0
  725. package/dist/types/components/Toolbar/Toolbar.d.ts +2 -2
  726. package/dist/types/components/Toolbar/ToolbarSection.d.ts +2 -2
  727. package/dist/types/components/Toolbar/index.d.ts +2 -0
  728. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
  729. package/dist/types/components/Typography/Highlighter.d.ts +19 -5
  730. package/dist/types/components/Typography/HtmlContentBlock.d.ts +1 -1
  731. package/dist/types/components/Typography/OverflowText.d.ts +2 -2
  732. package/dist/types/components/Typography/WhiteSpaceContainer.d.ts +1 -1
  733. package/dist/types/components/Typography/index.d.ts +4 -6
  734. package/dist/types/components/Workspace/WorkspaceContent.d.ts +5 -2
  735. package/dist/types/components/Workspace/WorkspaceHeader.d.ts +3 -2
  736. package/dist/types/components/Workspace/WorkspaceMain.d.ts +5 -2
  737. package/dist/types/components/Workspace/WorkspaceSide.d.ts +5 -2
  738. package/dist/types/components/Workspace/index.d.ts +4 -0
  739. package/dist/types/components/index.d.ts +37 -0
  740. package/dist/types/extensions/codemirror/CodeMirror.d.ts +2 -2
  741. package/dist/types/extensions/react-flow/edges/EdgeDefault.d.ts +7 -3
  742. package/dist/types/extensions/react-flow/edges/EdgeLabel.d.ts +3 -4
  743. package/dist/types/extensions/react-flow/edges/EdgeStep.d.ts +3 -2
  744. package/dist/types/extensions/react-flow/edges/EdgeTools.d.ts +1 -1
  745. package/dist/types/extensions/react-flow/edges/edgeTypes.d.ts +13 -13
  746. package/dist/types/extensions/react-flow/handles/HandleContent.d.ts +1 -1
  747. package/dist/types/extensions/react-flow/handles/HandleDefault.d.ts +2 -1
  748. package/dist/types/extensions/react-flow/index.d.ts +28 -20
  749. package/dist/types/extensions/react-flow/markers/ReactFlowMarkers.d.ts +3 -1
  750. package/dist/types/extensions/react-flow/minimap/MiniMap.d.ts +1 -1
  751. package/dist/types/extensions/react-flow/minimap/utils.d.ts +5 -3
  752. package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +14 -12
  753. package/dist/types/extensions/react-flow/nodes/NodeContentExtension.d.ts +1 -1
  754. package/dist/types/extensions/react-flow/nodes/NodeDefault.d.ts +4 -2
  755. package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +5 -5
  756. package/dist/types/extensions/react-flow/nodes/nodeTypes.d.ts +10 -10
  757. package/dist/types/extensions/react-flow/nodes/nodeUtils.d.ts +4 -4
  758. package/dist/types/extensions/react-flow/nodes/sharedTypes.d.ts +3 -0
  759. package/dist/types/index.d.ts +9 -82
  760. package/dist/types/legacy-replacements/Button/AffirmativeButton.d.ts +2 -2
  761. package/dist/types/legacy-replacements/Button/Button.d.ts +2 -2
  762. package/dist/types/legacy-replacements/Button/DismissiveButton.d.ts +2 -2
  763. package/dist/types/legacy-replacements/Button/DisruptiveButton.d.ts +2 -2
  764. package/dist/types/legacy-replacements/Checkbox/Checkbox.d.ts +2 -2
  765. package/dist/types/legacy-replacements/Radio/RadioButton.d.ts +2 -2
  766. package/dist/types/legacy-replacements/Tabs/Tabs.d.ts +1 -1
  767. package/dist/types/legacy-replacements/TextField/TextField.d.ts +2 -2
  768. package/package.json +213 -193
  769. package/scripts/sassConfig.js +1 -1
  770. package/src/_shame.scss +1 -45
  771. package/src/cmem/ActivityControl/ActivityControlTypes.ts +4 -0
  772. package/src/cmem/ActivityControl/ActivityControlWidget.tsx +11 -5
  773. package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +9 -2
  774. package/src/cmem/ActivityControl/SilkActivityControl.tsx +29 -20
  775. package/src/cmem/ActivityControl/index.ts +4 -3
  776. package/src/cmem/ContentBlobToggler/ContentBlobToggler.tsx +2 -3
  777. package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +21 -34
  778. package/src/cmem/ContentBlobToggler/index.ts +2 -2
  779. package/src/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.tsx +34 -11
  780. package/src/cmem/index.ts +6 -24
  781. package/src/cmem/markdown/Markdown.tsx +6 -4
  782. package/src/cmem/markdown/highlightSearchWords.ts +11 -4
  783. package/src/cmem/markdown/markdown.scss +33 -3
  784. package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +0 -1
  785. package/src/cmem/react-flow/index.ts +3 -0
  786. package/src/common/index.ts +13 -0
  787. package/src/common/utils/characters.ts +1 -1
  788. package/src/common/utils/openInNewTab.ts +2 -2
  789. package/src/components/Accordion/Accordion.tsx +2 -2
  790. package/src/components/Accordion/AccordionItem.tsx +2 -2
  791. package/src/components/Accordion/index.ts +2 -0
  792. package/src/components/Application/ApplicationContainer.tsx +5 -7
  793. package/src/components/Application/ApplicationContent.tsx +13 -12
  794. package/src/components/Application/ApplicationHeader.tsx +15 -4
  795. package/src/components/Application/ApplicationSidebarNavigation.tsx +13 -19
  796. package/src/components/Application/ApplicationSidebarToggler.tsx +12 -4
  797. package/src/components/Application/ApplicationTitle.tsx +10 -8
  798. package/src/components/Application/ApplicationToolbar.tsx +12 -4
  799. package/src/components/Application/ApplicationToolbarAction.tsx +12 -4
  800. package/src/components/Application/ApplicationToolbarPanel.tsx +41 -6
  801. package/src/components/Application/ApplicationToolbarSection.tsx +8 -2
  802. package/src/components/Application/_toolbar.scss +13 -0
  803. package/src/components/Application/application.scss +4 -0
  804. package/src/components/Application/index.ts +10 -0
  805. package/src/components/AutoSuggestion/AutoSuggestion.scss +50 -49
  806. package/src/components/AutoSuggestion/AutoSuggestion.tsx +11 -3
  807. package/src/components/AutoSuggestion/AutoSuggestionList.tsx +5 -2
  808. package/src/components/AutoSuggestion/SingleLineCodeEditor.tsx +38 -36
  809. package/src/components/AutoSuggestion/index.ts +15 -0
  810. package/src/components/AutoSuggestion/stories/AutoSuggestion.stories.tsx +83 -0
  811. package/src/components/AutoSuggestion/tests/AutoSuggestion.test.tsx +2 -2
  812. package/src/components/AutoSuggestion/tests/AutoSuggestionList.test.tsx +2 -2
  813. package/src/components/AutoSuggestion/tests/SingleLineCodeEditor.test.tsx +10 -9
  814. package/src/components/AutocompleteField/AutoCompleteField.tsx +17 -19
  815. package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +1 -1
  816. package/src/components/AutocompleteField/index.ts +5 -0
  817. package/src/components/AutocompleteField/interfaces.ts +14 -0
  818. package/src/components/Breadcrumb/BreadcrumbItem.tsx +3 -3
  819. package/src/components/Breadcrumb/BreadcrumbList.tsx +5 -7
  820. package/src/components/Breadcrumb/breadcrumb.scss +4 -0
  821. package/src/components/Breadcrumb/index.ts +2 -0
  822. package/src/components/Button/Button.stories.tsx +6 -5
  823. package/src/components/Button/Button.test.tsx +24 -25
  824. package/src/components/Button/Button.tsx +117 -113
  825. package/src/components/Button/button.scss +39 -21
  826. package/src/components/Card/Card.tsx +2 -2
  827. package/src/components/Card/CardActions.tsx +3 -3
  828. package/src/components/Card/CardActionsAux.tsx +3 -4
  829. package/src/components/Card/CardContent.tsx +2 -2
  830. package/src/components/Card/CardHeader.tsx +3 -3
  831. package/src/components/Card/CardOptions.tsx +3 -5
  832. package/src/components/Card/CardTitle.tsx +2 -2
  833. package/src/components/Card/index.tsx +7 -17
  834. package/src/components/Checkbox/Checkbox.tsx +3 -3
  835. package/src/components/ContextOverlay/ContextMenu.tsx +3 -3
  836. package/src/components/ContextOverlay/ContextOverlay.tsx +2 -2
  837. package/src/components/ContextOverlay/index.ts +2 -0
  838. package/src/components/Dialog/AlertDialog.tsx +6 -7
  839. package/src/components/Dialog/Modal.tsx +4 -8
  840. package/src/components/Dialog/SimpleDialog.tsx +2 -6
  841. package/src/components/Dialog/index.ts +3 -0
  842. package/src/components/Form/FieldItem.tsx +2 -2
  843. package/src/components/Form/FieldItemRow.tsx +2 -2
  844. package/src/components/Form/FieldSet.tsx +43 -2
  845. package/src/components/Form/Stories/FieldSet.stories.tsx +30 -0
  846. package/src/components/Form/index.ts +3 -0
  847. package/src/components/Grid/Grid.tsx +7 -3
  848. package/src/components/Grid/GridColumn.tsx +9 -3
  849. package/src/components/Grid/GridRow.tsx +3 -3
  850. package/src/components/Grid/index.ts +3 -0
  851. package/src/components/HoverToggler/HoverToggler.tsx +3 -1
  852. package/src/components/Icon/BaseIcon.tsx +13 -13
  853. package/src/components/Icon/Icon.tsx +10 -3
  854. package/src/components/Icon/IconButton.tsx +5 -3
  855. package/src/components/Icon/TestIcon.tsx +2 -2
  856. package/src/components/Icon/index.ts +3 -5
  857. package/src/components/Iframe/Iframe.tsx +5 -4
  858. package/src/components/Iframe/IframeModal.tsx +4 -2
  859. package/src/components/Iframe/index.ts +2 -0
  860. package/src/components/InteractionGate/InteractionGate.tsx +2 -2
  861. package/src/components/Label/Label.tsx +2 -2
  862. package/src/components/Link/Link.tsx +14 -3
  863. package/src/components/List/List.tsx +8 -2
  864. package/src/components/Menu/Menu.tsx +2 -2
  865. package/src/components/Menu/MenuDivider.tsx +2 -2
  866. package/src/components/Menu/MenuItem.tsx +4 -4
  867. package/src/components/Menu/index.ts +3 -0
  868. package/src/components/MultiSelect/MultiSelect.tsx +9 -6
  869. package/src/components/Notification/Notification.tsx +2 -2
  870. package/src/components/Notification/Toast.tsx +9 -2
  871. package/src/components/Notification/index.ts +2 -0
  872. package/src/components/NumericInput/NumericInput.tsx +4 -2
  873. package/src/components/OverviewItem/OverviewItem.tsx +2 -2
  874. package/src/components/OverviewItem/OverviewItemActions.tsx +2 -2
  875. package/src/components/OverviewItem/OverviewItemDepiction.tsx +2 -2
  876. package/src/components/OverviewItem/OverviewItemDescription.tsx +7 -5
  877. package/src/components/OverviewItem/OverviewItemLine.tsx +2 -2
  878. package/src/components/OverviewItem/OverviewItemList.tsx +2 -2
  879. package/src/components/OverviewItem/index.ts +6 -0
  880. package/src/components/Pagination/Pagination.tsx +2 -2
  881. package/src/components/PropertyValuePair/PropertyName.tsx +3 -1
  882. package/src/components/PropertyValuePair/PropertyValue.tsx +3 -1
  883. package/src/components/PropertyValuePair/PropertyValueList.tsx +3 -1
  884. package/src/components/PropertyValuePair/PropertyValuePair.tsx +18 -1
  885. package/src/components/PropertyValuePair/index.ts +4 -0
  886. package/src/components/RadioButton/RadioButton.tsx +3 -3
  887. package/src/components/Select/Select.tsx +1 -1
  888. package/src/components/Separation/Spacing.tsx +1 -1
  889. package/src/components/Spinner/Spinner.tsx +5 -2
  890. package/src/components/Structure/Section.tsx +3 -1
  891. package/src/components/Structure/SectionHeader.tsx +3 -1
  892. package/src/components/Structure/TitleMainsection.tsx +4 -2
  893. package/src/components/Structure/TitlePage.tsx +4 -2
  894. package/src/components/Structure/TitleSubsection.tsx +21 -6
  895. package/src/components/Structure/index.ts +5 -0
  896. package/src/components/Switch/Switch.tsx +1 -1
  897. package/src/components/Tabs/Tab.tsx +0 -51
  898. package/src/components/Tabs/TabPanel.tsx +2 -2
  899. package/src/components/Tabs/TabTitle.tsx +1 -1
  900. package/src/components/Tabs/Tabs.tsx +3 -3
  901. package/src/components/Tabs/index.ts +4 -0
  902. package/src/components/TextField/SearchField.tsx +3 -3
  903. package/src/components/TextField/TextArea.tsx +18 -18
  904. package/src/components/TextField/TextField.tsx +5 -5
  905. package/src/components/TextField/index.ts +3 -0
  906. package/src/components/TextField/stories/TextField.stories.tsx +27 -0
  907. package/src/components/Toolbar/Toolbar.tsx +3 -3
  908. package/src/components/Toolbar/ToolbarSection.tsx +3 -3
  909. package/src/components/Toolbar/index.ts +2 -0
  910. package/src/components/Tooltip/Tooltip.tsx +2 -2
  911. package/src/components/Typography/Highlighter.tsx +19 -4
  912. package/src/components/Typography/HtmlContentBlock.tsx +2 -2
  913. package/src/components/Typography/OverflowText.tsx +2 -2
  914. package/src/components/Typography/WhiteSpaceContainer.tsx +2 -2
  915. package/src/components/Typography/index.ts +6 -18
  916. package/src/components/Workspace/WorkspaceContent.tsx +4 -2
  917. package/src/components/Workspace/WorkspaceHeader.tsx +4 -2
  918. package/src/components/Workspace/WorkspaceMain.tsx +4 -3
  919. package/src/components/Workspace/WorkspaceSide.tsx +5 -4
  920. package/src/components/Workspace/index.ts +4 -0
  921. package/src/components/Workspace/workspace.scss +5 -0
  922. package/src/components/index.scss +36 -2
  923. package/src/components/index.ts +37 -0
  924. package/src/extensions/codemirror/_codemirror.scss +3 -2
  925. package/src/extensions/react-flow/edges/EdgeDefault.tsx +12 -5
  926. package/src/extensions/react-flow/edges/EdgeLabel.tsx +3 -2
  927. package/src/extensions/react-flow/edges/EdgeStep.tsx +1 -1
  928. package/src/extensions/react-flow/edges/edgeTypes.ts +1 -0
  929. package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +10 -2
  930. package/src/extensions/react-flow/handles/HandleDefault.tsx +4 -5
  931. package/src/extensions/react-flow/index.ts +26 -22
  932. package/src/extensions/react-flow/markers/ReactFlowMarkers.tsx +8 -1
  933. package/src/extensions/react-flow/minimap/MiniMap.tsx +4 -9
  934. package/src/extensions/react-flow/minimap/utils.ts +11 -5
  935. package/src/extensions/react-flow/nodes/NodeContent.tsx +26 -14
  936. package/src/extensions/react-flow/nodes/NodeDefault.tsx +8 -3
  937. package/src/extensions/react-flow/nodes/NodeTools.tsx +6 -6
  938. package/src/extensions/react-flow/nodes/nodeTypes.ts +1 -0
  939. package/src/extensions/react-flow/nodes/nodeUtils.tsx +3 -3
  940. package/src/extensions/react-flow/nodes/sharedTypes.ts +3 -0
  941. package/src/includes/blueprintjs/_components.scss +6 -0
  942. package/src/includes/blueprintjs/_requisits.scss +7 -0
  943. package/src/index.scss +3 -49
  944. package/src/index.ts +10 -212
package/CHANGELOG.md CHANGED
@@ -1,321 +1,431 @@
1
1
  # Change Log
2
+
2
3
  All notable changes to this project will be documented in this file.
3
4
 
4
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
5
6
 
6
7
  ## [Unreleased]
7
8
 
9
+ ### Added
10
+
11
+ - linting the code automatically via git hook on commit action
12
+ - `<EdgeLabel />`: use `title` property on its text sub element
13
+ - `<Application* />` elements now have defined and exposed interfaces
14
+ - `<FieldSet />` element now have a defined and exposed interface
15
+ - `<PropertyValue* />` elements now have defined and exposed interfaces
16
+ - `<GridColumn />`
17
+ - `carbonSizeConfig` property to overwrite automatically set column sizes by using the original size config from the Carbon component
18
+ - `<TitleSubsection />` element now have a defined and exposed interface
19
+ - all inferfaces of the main elements in `src/components` are now exposed via `@eccenca/gui-elements`
20
+ - all inferfaces of the main elements in `src/extensions` are now exposed via `@eccenca/gui-elements`
21
+ - all inferfaces of the main elements in `src/cmem` are now exposed via `@eccenca/gui-elements`
22
+ - `<ApplicationToolbarPanel />`
23
+ - event handler `onLeave` and `onOutsideClick`, could be used to close the menu panel automatically
24
+
25
+ ### Changed
26
+
27
+ - Upgraded dependencies
28
+ - BlueprintJS was upgraded to the recent version (and a few method calls fixed after)
29
+ - Carbon was upgraded to the recent version
30
+ - almost all other dependencies were upgraded to their recent minor and major versions
31
+ - Removed dependencies
32
+ - `package-json-validator` (not maintained anymore and disfunctional) - so currently there is not automatic check and validation of the `package.json` file
33
+ - `eslint`, `eslint-config-react-app`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser` - not directly necessary, they may be still installed by other sub packages
34
+ - Changed version resolutions
35
+ - set `postcss` to at recent version to fix a moderate security vulnerability
36
+ - remove resolutions for `node-gyp`, `glob-parent`, `trim`, `trim-newlines`, `minimist` - packages are not use, or resolution is not necessary anymore
37
+ - `<ActivityControlWidget />`
38
+ - `IActivityAction` interface was renamed to `ActivityControlWidgetAction`
39
+ - `<AutoSuggestion />`
40
+ - `IProps` interface was renamed to `AutoSuggestionProps`
41
+ - `<AutoSuggestionList />`
42
+ - `IDropdownProps` interface was renamed to `AutoSuggestionListProps`
43
+ - `<MultiSelect />`
44
+ - `SelectedParamsType` interface was renamed to `MultiSelectSelectionProps`
45
+ - `<SingleLineCodeEditor />`
46
+ - `IEditorProps` interface was renamed to `SingleLineCodeEditorProps`
47
+ - `<AlertDialog />`
48
+ - `IAlertDialogProps` interface was renamed to `AlertDialogProps`
49
+ - `<WorkspaceHeader />`
50
+ - `IWorkspaceHeaderProps` interface was renamed to `WorkspaceHeaderProps`
51
+ - `<NodeDefault />`
52
+ - `NodeProps` interface was renamed to `NodeDefaultProps` to justify naming convention
53
+ - `<NodeContent />`
54
+ - `IHandleProps` interface was renamed to `NodeContentHandleProps` to justify naming convention
55
+ - `Utilities` obejct was renamed to `utils` and enhanced with new functions: `getColorConfiguration`, `invisibleZeroWidthCharacters`
56
+ - improve style imports, now it is a bit easier to inlcude all parts separately
57
+
58
+ ### Fixed
59
+
60
+ - use correct import for codemirror stylesheetss
61
+
62
+ ### Deprecated
63
+
64
+ - `Utilities` object is now deprecated, use `utils` instead
65
+ - `HelperClasses` object is now deprecated, use `ClassNames` instead
66
+ - `<ActivityControlWidget />`
67
+ - `IActivityAction`: renamed to `ActivityControlWidgetAction`
68
+ - `<AutoCompleteField />`
69
+ - `IRenderModifiers`: import from `src/components/AutocompleteField/interfaces`
70
+ - `IElementWidth`: import from `src/components/AutocompleteField/interfaces`
71
+ - `<AutoSuggestion />`
72
+ - `IProps` interface is now deprecated, use `AutoSuggestionProps` instead
73
+ - `<AutoSuggestionList />`
74
+ - `IDropdownProps` interface is now deprecated, use `AutoSuggestionListProps` instead
75
+ - `<SingleLineCodeEditor />`
76
+ - `IEditorProps` interface is now deprecated, use `SingleLineCodeEditorProps` instead
77
+ - `<AlertDialog />`
78
+ - `IAlertDialogProps` interface is now deprecated, use `AlertDialogProps` instead
79
+ - `<WorkspaceHeader />`
80
+ - `IWorkspaceHeaderProps` interface is now deprecated, use `WorkspaceHeaderProps` instead
81
+ - `<NumericInput />`
82
+ - It will be remove because beside the special arrow buttons it does not add any special. Could be done also with `<TextField />` combined with correct `type`.
83
+ - `<Highlighter />`
84
+ - `HighlighterFunctions` renamed to `highlighterUtils`
85
+ - `extractSearchWords` moved to `highlighterUtils.extractSearchWords`
86
+ - `matchesAllWords` moved to `highlighterUtils.matchesAllWords`
87
+ - `createMultiWordRegex` moved to `highlighterUtils.createMultiWordRegex`
88
+ - `<Icon />`
89
+ - `findExistingIconName`: use `iconUtils.findExistingIconName`
90
+ - `<MultiSelect />`
91
+ - `SelectedParamsType`: renamed to `MultiSelectSelectionProps`
92
+ - `<Spinner />`
93
+ - `SpinnerPosition`: use `SpinnerProps['position']`
94
+ - `SpinnerSize`: use `SpinnerProps['size']`
95
+ - `SpinnerStroke`: use `SpinnerProps['stroke']`
96
+ - `ReactFlow` extensions
97
+ - `NodeProps`: renamed to `NodeDefaultProps`
98
+ - `minimapNodeClassName`: moved to `miniMapUtils.nodeClassName`
99
+ - `minimapNodeColor`: moved to `miniMapUtils.nodeClassName`
100
+ - `nodeUtils`: renamed to `nodeDefaultUtils`
101
+ - `IHandleProps`: renamed to `NodeContentHandleProps`
102
+ - `NodeDimensions`: use `NodeContentProps<any>['nodeDimensions']`
103
+ - `HighlightingState`: use `NodeContentProps<any>['highlightedState']` (or import from `src/extensions/react-flow/nodes/sharedTypes`)
104
+ - `ActivityControl` components:
105
+ - `IActivityControlLayoutProps`: renamed to `SilkActivityControlLayoutProps`
106
+ - `IActivityExecutionReport`: renamed to `SilkActivityExecutionReportProps`
107
+ - `ActivityControlTranslationKeys`: renamed to `SilkActivityControlTranslationKeys`
108
+ - `ActivityAction`: renamed to `SilkActivityControlAction`
109
+ - `IActivityControlProps`: renamed to `ActivityControlWidgetProps`
110
+ - `IActivityStatus`: renamed to `SilkActivityStatusProps`
111
+ - `ConcreteActivityStatus`: renamed to `SilkActivityStatusConcrete`
112
+ - `ContentBlobToggler` components:
113
+ - `firstNonEmptyLine`: moved to `stringPreviewContentBlobTogglerUtils.firstNonEmptyLine`
114
+ - `Markdown` components:
115
+ - `highlightSearchWordsPluginFactory` moved to `markdownUtils.highlightSearchWordsPluginFactory`
116
+
8
117
  ## [23.1.0] - 2023-04-20
9
118
 
10
119
  ### Added
11
120
 
12
- * `<Badge />` element
13
- * add more context like icons, text or numbers to another element
14
- * `<Button />` and `<IconButton />` now have a `badge` property for simple attachment
15
- * `<ConfidenceValue/>` element
16
- * combines a value and a bar
17
- * `<Depiction />` element
18
- * include different types of images controlling of resizing, ratio, shape
19
- * `<EdgeLabel />` (react flow) element
20
- * can be used for custom edge labels, provides support for depiction, text, actions and intent states
21
- * `<Table />`, `<TableExpandHeader />`, `<TableRow />`, `<TableExpandRow />` and `<TableCell />` elements
22
- * Carbon based elements
23
- * other table elements are still used directly from the Carbon library
24
- * `<TestIcon />`: test icons without the need to define them via a canonical name before.
25
- * `<Card />` property
26
- * `whitespaceAmount`: controls how much whitespace is displayed within the card subelements
27
- * `<CardContent />` (react flow) property
28
- * `noFlexHeight`: changes the behaviour how the component uses the remaining space inside the Card element
29
- * `<Divider />` properties
30
- * `width`: width of the horizontal rule
31
- * `alignment`: horizontal alignment of the horizontal rule
32
- * `<EdgeDefault />` (react flow) properties
33
- * `strokeType`: overwrites the default style how the edge stroke is displayed
34
- * `intent`: visual feedback about the current state of the edge
35
- * `highlightColor`: color(s) of used highlights to mark the edge
36
- * `<Markdown />` property
37
- * `linkTargetName`: browser target name to open links from the Markdown content
38
- * `<MultiSelect />` property
39
- * `requestDelay`: To delay requests on query changes and only fire the most recent request.
40
- * `<NodeContent />` (react flow) properties
41
- * `leftElement`: any element that should be displayed before the node label
42
- * `labelSubline`: displayed under the label in the header
43
- * `fullWidth`: stretches the node to the full available width, e.g. when used outside React Flow context
44
- * `enlargeHeader`: increase hight of header
45
- * `border`: property to overwrite default styles
46
- * `intent`: visual feedback about the current state of the node
47
- * `highlightColor`: color(s) of used highlights to mark the node, together with `intent` it replaces `highlightedState`
48
- * `<Pagination />` property
49
- * `hideBorders`: element is displayed without dividing borders
50
- * `<Tag />` property
51
- * add support for `intent` property
52
- * `<TextField />` and `<TextArea />` property
53
- * `invisibleCharacterWarning`: callback to warn of invisible, hard to spot characters in the input text.
54
- * `intent`: state of the text field
55
- * `<ReactFlow />` property
56
- * `scrollOnDrag`: Support to scroll the pane when going beyond the pane borders on all drag and connection operations.
57
- * `<SilkActivityControl />` property
58
- * `executePrioritized` that is executed when the 'start prioritized' button is clicked while an activity is waiting for execution.
59
- * `<WhiteSpaceContainer />` property
60
- * `linebreakForced`: insert line breaks within an otherwise unbreakable string to prevent text from overflowing the container
121
+ - `<Badge />` element
122
+ - add more context like icons, text or numbers to another element
123
+ - `<Button />` and `<IconButton />` now have a `badge` property for simple attachment
124
+ - `<ConfidenceValue/>` element
125
+ - combines a value and a bar
126
+ - `<Depiction />` element
127
+ - include different types of images controlling of resizing, ratio, shape
128
+ - `<EdgeLabel />` (react flow) element
129
+ - can be used for custom edge labels, provides support for depiction, text, actions and intent states
130
+ - `<Table />`, `<TableExpandHeader />`, `<TableRow />`, `<TableExpandRow />` and `<TableCell />` elements
131
+ - Carbon based elements
132
+ - other table elements are still used directly from the Carbon library
133
+ - `<TestIcon />`: test icons without the need to define them via a canonical name before.
134
+ - `<Card />` property
135
+ - `whitespaceAmount`: controls how much whitespace is displayed within the card subelements
136
+ - `<CardContent />` (react flow) property
137
+ - `noFlexHeight`: changes the behaviour how the component uses the remaining space inside the Card element
138
+ - `<Divider />` properties
139
+ - `width`: width of the horizontal rule
140
+ - `alignment`: horizontal alignment of the horizontal rule
141
+ - `<EdgeDefault />` (react flow) properties
142
+ - `strokeType`: overwrites the default style how the edge stroke is displayed
143
+ - `intent`: visual feedback about the current state of the edge
144
+ - `highlightColor`: color(s) of used highlights to mark the edge
145
+ - `<Markdown />` property
146
+ - `linkTargetName`: browser target name to open links from the Markdown content
147
+ - `<MultiSelect />` property
148
+ - `requestDelay`: To delay requests on query changes and only fire the most recent request.
149
+ - `<NodeContent />` (react flow) properties
150
+ - `leftElement`: any element that should be displayed before the node label
151
+ - `labelSubline`: displayed under the label in the header
152
+ - `fullWidth`: stretches the node to the full available width, e.g. when used outside React Flow context
153
+ - `enlargeHeader`: increase hight of header
154
+ - `border`: property to overwrite default styles
155
+ - `intent`: visual feedback about the current state of the node
156
+ - `highlightColor`: color(s) of used highlights to mark the node, together with `intent` it replaces `highlightedState`
157
+ - `<Pagination />` property
158
+ - `hideBorders`: element is displayed without dividing borders
159
+ - `<Tag />` property
160
+ - add support for `intent` property
161
+ - `<TextField />` and `<TextArea />` property
162
+ - `invisibleCharacterWarning`: callback to warn of invisible, hard to spot characters in the input text.
163
+ - `intent`: state of the text field
164
+ - `<ReactFlow />` property
165
+ - `scrollOnDrag`: Support to scroll the pane when going beyond the pane borders on all drag and connection operations.
166
+ - `<SilkActivityControl />` property
167
+ - `executePrioritized` that is executed when the 'start prioritized' button is clicked while an activity is waiting for execution.
168
+ - `<WhiteSpaceContainer />` property
169
+ - `linebreakForced`: insert line breaks within an otherwise unbreakable string to prevent text from overflowing the container
61
170
 
62
171
  ### Changed
63
172
 
64
- * use option `--outputCss` for `yarn compile-scss` to get the transpiled CSS echoed out
65
- * upgrade to Carbon icons v11
66
- * switch from `carbon-components` to `@carbon/styles`
67
- * `<GridRow />` property `dontWrapColumns=true` only works for grids on medium sized and larger viewports
68
- * `<NodeContent />` animation is now displayed on the border, not by a pulsing shadow anymore
69
- * `<NodeDefault />`, `<NodeContent />` and `<HandleDefault />` support now React Flow 9 and 10
173
+ - use option `--outputCss` for `yarn compile-scss` to get the transpiled CSS echoed out
174
+ - upgrade to Carbon icons v11
175
+ - switch from `carbon-components` to `@carbon/styles`
176
+ - `<GridRow />` property `dontWrapColumns=true` only works for grids on medium sized and larger viewports
177
+ - `<NodeContent />` animation is now displayed on the border, not by a pulsing shadow anymore
178
+ - `<NodeDefault />`, `<NodeContent />` and `<HandleDefault />` support now React Flow 9 and 10
70
179
 
71
180
  ### Fixed
72
181
 
73
- * `<WorkspaceContent />`: do not prevent wrapping the columns of the included grid
74
- * `<SingleLineCodeEditor />`: Convert multi-line initial value to a single line value.
75
- * `<MenuItem />`: do not display empty icon wrapper.
76
- * `<MultiSelect />`: Requests e.g. on slow networks could get mixed up, resulting in not showing the most recent results.
182
+ - `<WorkspaceContent />`: do not prevent wrapping the columns of the included grid
183
+ - `<SingleLineCodeEditor />`: Convert multi-line initial value to a single line value.
184
+ - `<MenuItem />`: do not display empty icon wrapper.
185
+ - `<MultiSelect />`: Requests e.g. on slow networks could get mixed up, resulting in not showing the most recent results.
77
186
 
78
187
  ### Deprecated
79
188
 
80
- * `<Grid />` property `fullWidth` is now deprecated as grids are always used for the full viewport width
81
- * `<NodeContent />` property `highlightedState` is replaced by `intent` and `highlightColor` and should not be used anymore
82
- * `<CardHeader />` properties `densityHigh` and `hasSpacing` are now deprecated, use `Card.whitespaceAmount` now
83
- * `<TextField />` properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` are now deprecated, use `intent` now
84
-
189
+ - `<Grid />` property `fullWidth` is now deprecated as grids are always used for the full viewport width
190
+ - `<NodeContent />` property `highlightedState` is replaced by `intent` and `highlightColor` and should not be used anymore
191
+ - `<CardHeader />` properties `densityHigh` and `hasSpacing` are now deprecated, use `Card.whitespaceAmount` now
192
+ - `<TextField />` properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` are now deprecated, use `intent` now
85
193
 
86
194
  ## [23.0.0] - 2022-11-18
87
195
 
88
196
  ### Added
89
197
 
90
- * `<CodeEditor />` element based on `CodeMirror` library, supporting Markdown, Python, Sparql, SQL, Turtle and XML syntax
91
- * `<HoverToggler />` element that allows to switch elements when hovered over.
92
- * `<InteractionGate />` element that can wrap content that need to be blocked from user interactions, it also has options to display a spinner as overlay
93
- * `<Tree />` component
94
- * `<TabPanel />` component that can be used if `<Tabs />` is used in uncontrolled mode.
95
- * `<ReactFlowMarkers />` custom markers for ReactFlow edges, currently one new marker `arrowClosed-inverse` available
96
- * `<StickyNoteNode />`, usable by `stickynote` type in react flow editors for workflows and linking rules
97
- * `CssCustomProperties` and `getColorConfiguration` utilities can be used to exchange color configurations between SCSS and JS
98
- * `decideContrastColorValue` method to get a second color related to the lightness of the testes input color
99
- * `<SimpleDialog />`: properties `showFullScreenToggler` and `startInFullScreenMode`
100
- * `<EdgeDefault />`: new properties for the edge data
101
- * `markerStart` allows to add a marker to the edge starting point
102
- * `inversePath` allows to inverse the edge direction
103
- * `renderLabel` function to render fully custom edge label including any ReactNode
104
- * `<NodeContent />`: property `footerContent` to add footer content to a react flow node
105
- * `<AutoSuggestion>`: properties `autoCompletionRequestDelay` and `validationRequestDelay`, to configure the delay when a request is sent after nothing is typed in anymore.
106
- * `<FieldItemRow`: property `justifyItemWidths` to display all children using equal width inside the row
107
- * `<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
108
- * `<Spinner />`: `showLocalBackdrop` property to include backdrop behind spinner making the background less visible
109
- * `<ContextMenu />`: `disabled` property that disables the button to open the menu.
110
- * `<Tooltip />`: properties `markdownEnabler` and `markdownProps` to enable better formatted tooltips with options for line breaks, etc.
111
- * `<AutoCompleteField />`: `onlyDropdownWithQuery` property to prevent dropdown as long as the input field is empty
112
- * large addition to the Storybook, we almost doubled available components and stories
198
+ - `<CodeEditor />` element based on `CodeMirror` library, supporting Markdown, Python, Sparql, SQL, Turtle and XML syntax
199
+ - `<HoverToggler />` element that allows to switch elements when hovered over.
200
+ - `<InteractionGate />` element that can wrap content that need to be blocked from user interactions, it also has options to display a spinner as overlay
201
+ - `<Tree />` component
202
+ - `<TabPanel />` component that can be used if `<Tabs />` is used in uncontrolled mode.
203
+ - `<ReactFlowMarkers />` custom markers for ReactFlow edges, currently one new marker `arrowClosed-inverse` available
204
+ - `<StickyNoteNode />`, usable by `stickynote` type in react flow editors for workflows and linking rules
205
+ - `CssCustomProperties` and `getColorConfiguration` utilities can be used to exchange color configurations between SCSS and JS
206
+ - `decideContrastColorValue` method to get a second color related to the lightness of the testes input color
207
+ - `<SimpleDialog />`: properties `showFullScreenToggler` and `startInFullScreenMode`
208
+ - `<EdgeDefault />`: new properties for the edge data
209
+ - `markerStart` allows to add a marker to the edge starting point
210
+ - `inversePath` allows to inverse the edge direction
211
+ - `renderLabel` function to render fully custom edge label including any ReactNode
212
+ - `<NodeContent />`: property `footerContent` to add footer content to a react flow node
213
+ - `<AutoSuggestion>`: properties `autoCompletionRequestDelay` and `validationRequestDelay`, to configure the delay when a request is sent after nothing is typed in anymore.
214
+ - `<FieldItemRow`: property `justifyItemWidths` to display all children using equal width inside the row
215
+ - `<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
216
+ - `<Spinner />`: `showLocalBackdrop` property to include backdrop behind spinner making the background less visible
217
+ - `<ContextMenu />`: `disabled` property that disables the button to open the menu.
218
+ - `<Tooltip />`: properties `markdownEnabler` and `markdownProps` to enable better formatted tooltips with options for line breaks, etc.
219
+ - `<AutoCompleteField />`: `onlyDropdownWithQuery` property to prevent dropdown as long as the input field is empty
220
+ - large addition to the Storybook, we almost doubled available components and stories
113
221
 
114
222
  ### Fixed
115
223
 
116
- * allow children of `<Accordion />` item to get calculated based on their DOM sizes
117
- * add borders to CodeMirror editor area and include display of focused state
118
- * GUI elements library can be now used easier in applications because it does not force usage of SCSS modules via JS/Webpack4
119
- * fixed ReactFlow stories re-rerender on configuration change
120
- * fix used font family and layout of `<AutoSuggestion />` element, and justify it with the other single line text inputs
121
- * fix condition to include the class name of a `<TagList />` and set maximum width for the items
122
- * fixed `<MultiSelect />` to correctly update created items that are selected while still maintaining a cache of all newly created items
123
- * do not change cursor to pointer by default on tooltip targets
224
+ - allow children of `<Accordion />` item to get calculated based on their DOM sizes
225
+ - add borders to CodeMirror editor area and include display of focused state
226
+ - GUI elements library can be now used easier in applications because it does not force usage of SCSS modules via JS/Webpack4
227
+ - fixed ReactFlow stories re-rerender on configuration change
228
+ - fix used font family and layout of `<AutoSuggestion />` element, and justify it with the other single line text inputs
229
+ - fix condition to include the class name of a `<TagList />` and set maximum width for the items
230
+ - fixed `<MultiSelect />` to correctly update created items that are selected while still maintaining a cache of all newly created items
231
+ - do not change cursor to pointer by default on tooltip targets
124
232
 
125
233
  ### Changed
126
234
 
127
- * move style imports of CodeMirror layout to `extensions`
128
- * color configurations for react flow editor are not exported as modules anymore, they need to be fetched by `getColorConfiguration` method in JS directly
129
- * BlueprintJS was upgraded to a recent v4
130
- * elements were also upgraded to usage of `Popover2`, `Tooltip2`, `Select2`, `MultiSelect2` and `Breadcrumbs2`
131
- * 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
132
- * `<TextField />` and `<AutoCompleteField />` now include a `title` attribute on the natively used `input` element to show the value if it is `disabled` or `readOnly`
133
- * flashing color regarding the intent state of a `<TextField />`
134
- * `<AutoCompleteField />`: Add 'hasBackDrop' parameter to use a backdrop for its popover in order for outside clicks to always close the popover. Default: false
235
+ - move style imports of CodeMirror layout to `extensions`
236
+ - color configurations for react flow editor are not exported as modules anymore, they need to be fetched by `getColorConfiguration` method in JS directly
237
+ - BlueprintJS was upgraded to a recent v4
238
+ - elements were also upgraded to usage of `Popover2`, `Tooltip2`, `Select2`, `MultiSelect2` and `Breadcrumbs2`
239
+ - 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
240
+ - `<TextField />` and `<AutoCompleteField />` now include a `title` attribute on the natively used `input` element to show the value if it is `disabled` or `readOnly`
241
+ - flashing color regarding the intent state of a `<TextField />`
242
+ - `<AutoCompleteField />`: Add 'hasBackDrop' parameter to use a backdrop for its popover in order for outside clicks to always close the popover. Default: false
135
243
 
136
244
  ### Migration notes
137
245
 
138
- * old `{ colors }` imports for `cmem/react-flow/configurations/*` do not keep working anymore, use `getColorConfiguration` method now
139
- * `<IconButton>`: `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
140
- * `<FieldItem>`: `labelAttributes` was renamed to `labelProps`
141
- * `<MenuItem>`: this element now extends directly the Blueprint element, so `internalProps` was removed, use properties directly on `MenuItem`
142
- * `<AutoCompleteField>`: `popoverProps` was renamed to `contextOverlayProps`
143
- * `<Button>`: `tooltipProperties` was renamed to `tooltipProps`
144
- * `<ContextMenu>`: use `contextOverlayProps` to route properties to the overlay element
145
- * `<Icon>`: `tooltipProperties` was renamed to `tooltipProps`, `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
146
- * `<Label>`: `tooltipProperties` was renamed to `tooltipProps`
147
- * `<MultiSelect>`: `popoverProps` was renamed to `contextOverlayProps`
148
- * `<Select>`: `popoverProps` was renamed to `contextOverlayProps`
149
- * `<Tooltip>`: this element now extends directly the Blueprint element, so `tolltipProps` was removed, use properties directly on `Tooltip`
150
- * `<BreadcrumbItem>`: `IBreadcrumbItemProps` interface was renamed to `BreadcrumbItemProps`
151
- * `BreadcrumbList`: `IBreadcrumbListProps` interface was renamed to `BreadcrumbListProps`
246
+ - old `{ colors }` imports for `cmem/react-flow/configurations/*` do not keep working anymore, use `getColorConfiguration` method now
247
+ - `<IconButton>`: `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
248
+ - `<FieldItem>`: `labelAttributes` was renamed to `labelProps`
249
+ - `<MenuItem>`: this element now extends directly the Blueprint element, so `internalProps` was removed, use properties directly on `MenuItem`
250
+ - `<AutoCompleteField>`: `popoverProps` was renamed to `contextOverlayProps`
251
+ - `<Button>`: `tooltipProperties` was renamed to `tooltipProps`
252
+ - `<ContextMenu>`: use `contextOverlayProps` to route properties to the overlay element
253
+ - `<Icon>`: `tooltipProperties` was renamed to `tooltipProps`, `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
254
+ - `<Label>`: `tooltipProperties` was renamed to `tooltipProps`
255
+ - `<MultiSelect>`: `popoverProps` was renamed to `contextOverlayProps`
256
+ - `<Select>`: `popoverProps` was renamed to `contextOverlayProps`
257
+ - `<Tooltip>`: this element now extends directly the Blueprint element, so `tolltipProps` was removed, use properties directly on `Tooltip`
258
+ - `<BreadcrumbItem>`: `IBreadcrumbItemProps` interface was renamed to `BreadcrumbItemProps`
259
+ - `BreadcrumbList`: `IBreadcrumbListProps` interface was renamed to `BreadcrumbListProps`
152
260
 
153
261
  #### Switch from `node-sass` to `sass`
154
262
 
155
263
  1. Remove `node-sass` and add `sass` package via npm or yarn:
156
- ```
157
- $ yarn remove node-sass && yarn add --dev sass
158
- ```
264
+ ```
265
+ $ yarn remove node-sass && yarn add --dev sass
266
+ ```
159
267
  2. Include `sass` and our configuration
160
- ```
161
- const sass = require('sass');
162
- const sassRenderSyncOptions = require("@eccenca/gui-elements/config/sassOptions");
163
- ```
268
+ ```
269
+ const sass = require('sass');
270
+ const sassRenderSyncOptions = require("@eccenca/gui-elements/config/sassOptions");
271
+ ```
164
272
  3. Configure the webpack `sass-loader`, you can extend this by options regarding the provided loader interface
165
- ```
166
- {
167
- loader: "sass-loader",
168
- options: {
169
- implementation: sass,
170
- sassOptions: sassRenderSyncOptions,
171
- },
172
- }
173
- ```
273
+ ```
274
+ {
275
+ loader: "sass-loader",
276
+ options: {
277
+ implementation: sass,
278
+ sassOptions: sassRenderSyncOptions,
279
+ },
280
+ }
281
+ ```
174
282
 
175
283
  ## [22.1.0] - 2022-05-16
176
284
 
177
285
  ### Added
178
286
 
179
- * `MultiSelect` element that let select multiple options and adding new elements.
180
- * `ReactFlow` element with `configuration` property to load it with pre-set configurations for node and edge types
181
- * `Tab` element got new property for `backgroundColor`
182
- * Support highlighting of div elements via `eccgui-container--highlighted` class
183
- * 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
184
- * `letPassWheelEvents` property for `<NodeContent />` elements to enable/disable mouse wheel event propagation to the react flow zoom pane
185
- * `scrollinOnFocus` property for `<Card />` element, enables card to scroll controlled into the viewport
186
- * `slideOutOfNode` property for `<NodeContentExtension />` element, by default it is disabled
187
- * `labelWrapper` and `hasSpacing` properties for `<ActivityControlWidget />` to enable more control over its display from outside
188
- * `noScrollbarsOnChildren` property for `<HtmlContentBlock />` to allow merging scroll bars of both axes
287
+ - `MultiSelect` element that let select multiple options and adding new elements.
288
+ - `ReactFlow` element with `configuration` property to load it with pre-set configurations for node and edge types
289
+ - `Tab` element got new property for `backgroundColor`
290
+ - Support highlighting of div elements via `eccgui-container--highlighted` class
291
+ - 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
292
+ - `letPassWheelEvents` property for `<NodeContent />` elements to enable/disable mouse wheel event propagation to the react flow zoom pane
293
+ - `scrollinOnFocus` property for `<Card />` element, enables card to scroll controlled into the viewport
294
+ - `slideOutOfNode` property for `<NodeContentExtension />` element, by default it is disabled
295
+ - `labelWrapper` and `hasSpacing` properties for `<ActivityControlWidget />` to enable more control over its display from outside
296
+ - `noScrollbarsOnChildren` property for `<HtmlContentBlock />` to allow merging scroll bars of both axes
189
297
 
190
298
  ### Fixed
191
299
 
192
- * text color of button inside `<Notification />` element is not changed when it has an explicit intent state
193
- * use correct import paths in ESM distribution exports
194
- * correct alignment of children in vertical toolbar
300
+ - text color of button inside `<Notification />` element is not changed when it has an explicit intent state
301
+ - use correct import paths in ESM distribution exports
302
+ - correct alignment of children in vertical toolbar
195
303
 
196
304
  ### Changed
197
305
 
198
- * Allow `round` attribute in `Tag` component
199
- * Allow tooltips on buttons only if they do not set on `loading` state
200
- * Improve routing calculations of `<ReactFlow />` edges reagrding our current use cases
201
- * Expose `<NodeTools />` menu API to ouside elements
202
- * `<ActivityExecutionErrorReportModal />` now offers always the option to display it in fullscreen size
306
+ - Allow `round` attribute in `Tag` component
307
+ - Allow tooltips on buttons only if they do not set on `loading` state
308
+ - Improve routing calculations of `<ReactFlow />` edges reagrding our current use cases
309
+ - Expose `<NodeTools />` menu API to ouside elements
310
+ - `<ActivityExecutionErrorReportModal />` now offers always the option to display it in fullscreen size
203
311
 
204
312
  ### Deprecated
205
313
 
206
- * deprecated `<Tabs/>` interface for tab items was removed, if necessary it can be used now from `legacy-repelacements` imports
314
+ - deprecated `<Tabs/>` interface for tab items was removed, if necessary it can be used now from `legacy-repelacements` imports
207
315
 
208
316
  ## [22.0.1] - 2022-04-11
209
317
 
210
318
  ### Fixed
211
319
 
212
- * make used package version more stable, re-allowing also a yarn lock file
213
- * correct documentation about package registry
320
+ - make used package version more stable, re-allowing also a yarn lock file
321
+ - correct documentation about package registry
214
322
 
215
323
  ## [22.0.0] - 2022-04-08
216
324
 
217
325
  ### Added
218
326
 
219
- * `Tag` element got new property for `backgroundColor`
220
- * Styles for footnotes and task lists, rendered by Markdown GFM parser.
221
- * React-Flow `NodeContent` element can now be extented by `contentExtension` property containing a `NodeContentExtension` element.
327
+ - `Tag` element got new property for `backgroundColor`
328
+ - Styles for footnotes and task lists, rendered by Markdown GFM parser.
329
+ - React-Flow `NodeContent` element can now be extented by `contentExtension` property containing a `NodeContentExtension` element.
222
330
 
223
331
  ### Fixed
224
- * Add missing import to `components/Spinner/Spinner.tsx`.
225
- * Add bottom white space in tables in content block elements.
226
- * `fullWidth` on/off display of `TextField` is now working like expected
332
+
333
+ - Add missing import to `components/Spinner/Spinner.tsx`.
334
+ - Add bottom white space in tables in content block elements.
335
+ - `fullWidth` on/off display of `TextField` is now working like expected
227
336
 
228
337
  ### Changed
229
- * `TextField` elements are using `fullWidth=true` by default
230
- * `SearchField` uses now by default `"operation-search"` as `leftIcon`
338
+
339
+ - `TextField` elements are using `fullWidth=true` by default
340
+ - `SearchField` uses now by default `"operation-search"` as `leftIcon`
231
341
 
232
342
  ### Deprecated
233
343
 
234
- * `SimpleDialog` element now uses `intent` property instead of `intentClassName`
344
+ - `SimpleDialog` element now uses `intent` property instead of `intentClassName`
235
345
 
236
346
  ## [21.11.1] 2021-11-24
237
347
 
238
348
  ### Added
239
349
 
240
- * Changelog documentation
241
- * Readme project overview
350
+ - Changelog documentation
351
+ - Readme project overview
242
352
 
243
353
  ## 21.11
244
354
 
245
355
  ### Added
246
356
 
247
- * Iframe and IframeModal basic elements
248
- * Support for special components shared between applications of the eccenca Corporate Memory GUI
249
- * ActivityControl widget
250
- * ContentBlobToggler component
251
- * Markdown parser widget
252
- * Support animated NodeDefault shadows to visualize activities
253
- * Height of NodeDefault can be aligned to number of handles
254
- * React-Flow Minipmap can be used for navigation on canvas
255
- * Support more icons
256
- * Support intent states for Icon
357
+ - Iframe and IframeModal basic elements
358
+ - Support for special components shared between applications of the eccenca Corporate Memory GUI
359
+ - ActivityControl widget
360
+ - ContentBlobToggler component
361
+ - Markdown parser widget
362
+ - Support animated NodeDefault shadows to visualize activities
363
+ - Height of NodeDefault can be aligned to number of handles
364
+ - React-Flow Minipmap can be used for navigation on canvas
365
+ - Support more icons
366
+ - Support intent states for Icon
257
367
 
258
368
  ### Changed
259
369
 
260
- * ApplicationContainer is not based on Carbon anymore
261
- * sidenav expansion state must be managed outside of that element now
262
- * OverviewItemActions can be shown only when OverviewItem is hovered
263
- * Rail naviagtion is openen just after a short delay to prevent openeing on wrong hover actions
264
- * Use own property to hide overflow content in ToolbarSection
370
+ - ApplicationContainer is not based on Carbon anymore
371
+ - sidenav expansion state must be managed outside of that element now
372
+ - OverviewItemActions can be shown only when OverviewItem is hovered
373
+ - Rail naviagtion is openen just after a short delay to prevent openeing on wrong hover actions
374
+ - Use own property to hide overflow content in ToolbarSection
265
375
 
266
376
  ### Fixed
267
377
 
268
- * Stabilize icon dimensions
269
- * Small font size amrkup now works inside HTML content block
270
- * Stabilize tabs
271
- * Do not ignore size and stroke properties for Spinner
378
+ - Stabilize icon dimensions
379
+ - Small font size amrkup now works inside HTML content block
380
+ - Stabilize tabs
381
+ - Do not ignore size and stroke properties for Spinner
272
382
 
273
383
  ## 21.06
274
384
 
275
385
  ### Added
276
386
 
277
- * First release, it provides:
278
- * Basic GUI elements based on BlueprintJS and IBM Carbon Design System
279
- * Accordion
280
- * Application layout
281
- * AutocompleteField
282
- * Breadcrumb
283
- * Button
284
- * Card
285
- * Checkbox
286
- * ContextOverlay
287
- * Dialog
288
- * Form
289
- * Grid
290
- * Icon
291
- * Intent
292
- * Label
293
- * Link
294
- * Menu
295
- * Notification
296
- * NumericInput
297
- * OverviewItem
298
- * Pagination
299
- * PropertyValuePair
300
- * RadioButton
301
- * Separation
302
- * SimpleTable
303
- * Spinner
304
- * Structure
305
- * Switch
306
- * Tabs
307
- * Tag
308
- * TagInput
309
- * TextField
310
- * Toolbar
311
- * Tooltip
312
- * Typography
313
- * Workspace view parts
314
- * Extensions for React-Flow
315
- * EdgeDefault
316
- * EdgeStep
317
- * EdgeTools
318
- * HandleContent
319
- * HandleDefault
320
- * NodeDefault
321
- * NodeTools
387
+ - First release, it provides:
388
+ - Basic GUI elements based on BlueprintJS and IBM Carbon Design System
389
+ - Accordion
390
+ - Application layout
391
+ - AutocompleteField
392
+ - Breadcrumb
393
+ - Button
394
+ - Card
395
+ - Checkbox
396
+ - ContextOverlay
397
+ - Dialog
398
+ - Form
399
+ - Grid
400
+ - Icon
401
+ - Intent
402
+ - Label
403
+ - Link
404
+ - Menu
405
+ - Notification
406
+ - NumericInput
407
+ - OverviewItem
408
+ - Pagination
409
+ - PropertyValuePair
410
+ - RadioButton
411
+ - Separation
412
+ - SimpleTable
413
+ - Spinner
414
+ - Structure
415
+ - Switch
416
+ - Tabs
417
+ - Tag
418
+ - TagInput
419
+ - TextField
420
+ - Toolbar
421
+ - Tooltip
422
+ - Typography
423
+ - Workspace view parts
424
+ - Extensions for React-Flow
425
+ - EdgeDefault
426
+ - EdgeStep
427
+ - EdgeTools
428
+ - HandleContent
429
+ - HandleDefault
430
+ - NodeDefault
431
+ - NodeTools