@eccenca/gui-elements 22.0.1 → 22.1.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 (606) hide show
  1. package/CHANGELOG.md +37 -4
  2. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +23 -15
  3. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  4. package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +23 -6
  5. package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
  6. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +59 -31
  7. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  8. package/dist/cjs/cmem/ActivityControl/index.js +11 -0
  9. package/dist/cjs/cmem/ActivityControl/index.js.map +1 -0
  10. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +1 -1
  11. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  12. package/dist/cjs/cmem/ContentBlobToggler/index.js +8 -0
  13. package/dist/cjs/cmem/ContentBlobToggler/index.js.map +1 -0
  14. package/dist/cjs/cmem/index.js +14 -13
  15. package/dist/cjs/cmem/index.js.map +1 -1
  16. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +57 -0
  17. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -0
  18. package/dist/cjs/cmem/react-flow/configuration/_colors-graph.module.scss +35 -0
  19. package/dist/cjs/cmem/react-flow/configuration/_colors-linking.module.scss +29 -0
  20. package/dist/cjs/cmem/react-flow/configuration/_colors-workflow.module.scss +22 -0
  21. package/dist/cjs/cmem/react-flow/configuration/graph.js +31 -0
  22. package/dist/cjs/cmem/react-flow/configuration/graph.js.map +1 -0
  23. package/dist/cjs/cmem/react-flow/configuration/linking.js +29 -0
  24. package/dist/cjs/cmem/react-flow/configuration/linking.js.map +1 -0
  25. package/dist/cjs/cmem/react-flow/configuration/unspecified.js +15 -0
  26. package/dist/cjs/cmem/react-flow/configuration/unspecified.js.map +1 -0
  27. package/dist/cjs/cmem/react-flow/configuration/workflow.js +27 -0
  28. package/dist/cjs/cmem/react-flow/configuration/workflow.js.map +1 -0
  29. package/dist/cjs/common/utils/stringUtils.js +7 -0
  30. package/dist/cjs/common/utils/stringUtils.js.map +1 -0
  31. package/dist/cjs/components/Application/ApplicationContent.js +1 -7
  32. package/dist/cjs/components/Application/ApplicationContent.js.map +1 -1
  33. package/dist/cjs/components/Application/ApplicationTitle.js +1 -7
  34. package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
  35. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +286 -0
  36. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -0
  37. package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js +81 -0
  38. package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -0
  39. package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js +46 -0
  40. package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -0
  41. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +13 -15
  42. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
  43. package/dist/cjs/components/Breadcrumb/BreadcrumbItem.js +1 -1
  44. package/dist/cjs/components/Button/Button.js +1 -1
  45. package/dist/cjs/components/Button/Button.js.map +1 -1
  46. package/dist/cjs/components/Card/Card.js +18 -3
  47. package/dist/cjs/components/Card/Card.js.map +1 -1
  48. package/dist/cjs/components/ContextOverlay/ContextMenu.js +1 -1
  49. package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -1
  50. package/dist/cjs/components/Dialog/Modal.js +3 -3
  51. package/dist/cjs/components/Dialog/Modal.js.map +1 -1
  52. package/dist/cjs/components/Dialog/SimpleDialog.js.map +1 -1
  53. package/dist/cjs/components/Form/FieldItemRow.js +3 -4
  54. package/dist/cjs/components/Form/FieldItemRow.js.map +1 -1
  55. package/dist/cjs/components/Form/FieldSet.js +2 -2
  56. package/dist/cjs/components/Form/FieldSet.js.map +1 -1
  57. package/dist/cjs/components/Icon/Icon.js.map +1 -1
  58. package/dist/cjs/components/Icon/canonicalIconNames.js +30 -0
  59. package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
  60. package/dist/cjs/components/Iframe/Iframe.js +1 -1
  61. package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
  62. package/dist/cjs/components/MultiSelect/MultiSelect.js +212 -0
  63. package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -0
  64. package/dist/cjs/components/Notification/Notification.js +8 -2
  65. package/dist/cjs/components/Notification/Notification.js.map +1 -1
  66. package/dist/cjs/components/OverviewItem/OverviewItemList.js +2 -2
  67. package/dist/cjs/components/OverviewItem/OverviewItemList.js.map +1 -1
  68. package/dist/cjs/components/Spinner/Spinner.js +2 -1
  69. package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
  70. package/dist/cjs/components/Tabs/Tab.js +94 -0
  71. package/dist/cjs/components/Tabs/Tab.js.map +1 -0
  72. package/dist/cjs/components/Tabs/TabTitle.js +20 -0
  73. package/dist/cjs/components/Tabs/TabTitle.js.map +1 -0
  74. package/dist/cjs/components/Tabs/Tabs.js +26 -19
  75. package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
  76. package/dist/cjs/components/Tag/Tag.js +7 -1
  77. package/dist/cjs/components/Tag/Tag.js.map +1 -1
  78. package/dist/cjs/components/Tag/TagList.js +2 -2
  79. package/dist/cjs/components/Tag/TagList.js.map +1 -1
  80. package/dist/cjs/components/Typography/HtmlContentBlock.js +6 -6
  81. package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
  82. package/dist/cjs/components/Typography/classnames.js +2 -1
  83. package/dist/cjs/components/Typography/classnames.js.map +1 -1
  84. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  85. package/dist/cjs/extensions/react-flow/edges/getSmoothStepPath.js +98 -0
  86. package/dist/cjs/extensions/react-flow/edges/getSmoothStepPath.js.map +1 -0
  87. package/dist/cjs/extensions/react-flow/edges/utils.js +97 -4
  88. package/dist/cjs/extensions/react-flow/edges/utils.js.map +1 -1
  89. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +1 -1
  90. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  91. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +11 -8
  92. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  93. package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js +5 -4
  94. package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -1
  95. package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +11 -9
  96. package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -1
  97. package/dist/cjs/index.js +17 -2
  98. package/dist/cjs/index.js.map +1 -1
  99. package/dist/cjs/legacy-replacements/Button/AffirmativeButton.js +25 -0
  100. package/dist/cjs/legacy-replacements/Button/AffirmativeButton.js.map +1 -0
  101. package/dist/cjs/legacy-replacements/Button/Button.js +61 -0
  102. package/dist/cjs/legacy-replacements/Button/Button.js.map +1 -0
  103. package/dist/cjs/legacy-replacements/Button/DismissiveButton.js +25 -0
  104. package/dist/cjs/legacy-replacements/Button/DismissiveButton.js.map +1 -0
  105. package/dist/cjs/legacy-replacements/Button/DisruptiveButton.js +25 -0
  106. package/dist/cjs/legacy-replacements/Button/DisruptiveButton.js.map +1 -0
  107. package/dist/cjs/legacy-replacements/Checkbox/Checkbox.js +55 -0
  108. package/dist/cjs/legacy-replacements/Checkbox/Checkbox.js.map +1 -0
  109. package/dist/cjs/legacy-replacements/Radio/RadioButton.js +48 -0
  110. package/dist/cjs/legacy-replacements/Radio/RadioButton.js.map +1 -0
  111. package/dist/cjs/legacy-replacements/Tabs/Tabs.js +36 -0
  112. package/dist/cjs/legacy-replacements/Tabs/Tabs.js.map +1 -0
  113. package/dist/cjs/legacy-replacements/TextField/TextField.js +75 -0
  114. package/dist/cjs/legacy-replacements/TextField/TextField.js.map +1 -0
  115. package/dist/cjs/legacy-replacements/index.js +22 -0
  116. package/dist/cjs/legacy-replacements/index.js.map +1 -0
  117. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlTypes.js +0 -0
  118. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlTypes.js.map +0 -0
  119. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js +47 -0
  120. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -0
  121. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +21 -4
  122. package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -0
  123. package/dist/{es5 → esm}/cmem/ActivityControl/SilkActivityControl.js +60 -34
  124. package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -0
  125. package/dist/esm/cmem/ActivityControl/index.js +4 -0
  126. package/dist/esm/cmem/ActivityControl/index.js.map +1 -0
  127. package/dist/{es5 → esm}/cmem/ContentBlobToggler/ContentBlobToggler.js +1 -1
  128. package/dist/{es5 → esm}/cmem/ContentBlobToggler/ContentBlobToggler.js.map +0 -0
  129. package/dist/{es5 → esm}/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +1 -1
  130. package/dist/{es5 → esm}/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  131. package/dist/esm/cmem/ContentBlobToggler/index.js +3 -0
  132. package/dist/esm/cmem/ContentBlobToggler/index.js.map +1 -0
  133. package/dist/{es5 → esm}/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +0 -0
  134. package/dist/{es5 → esm}/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +0 -0
  135. package/dist/esm/cmem/index.js +7 -0
  136. package/dist/esm/cmem/index.js.map +1 -0
  137. package/dist/{es5 → esm}/cmem/markdown/Markdown.js +2 -2
  138. package/dist/{es5 → esm}/cmem/markdown/Markdown.js.map +0 -0
  139. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js +43 -0
  140. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -0
  141. package/dist/esm/cmem/react-flow/configuration/_colors-graph.module.scss +35 -0
  142. package/dist/esm/cmem/react-flow/configuration/_colors-linking.module.scss +29 -0
  143. package/dist/esm/cmem/react-flow/configuration/_colors-workflow.module.scss +22 -0
  144. package/dist/esm/cmem/react-flow/configuration/graph.js +23 -0
  145. package/dist/esm/cmem/react-flow/configuration/graph.js.map +1 -0
  146. package/dist/esm/cmem/react-flow/configuration/linking.js +21 -0
  147. package/dist/esm/cmem/react-flow/configuration/linking.js.map +1 -0
  148. package/dist/esm/cmem/react-flow/configuration/unspecified.js +12 -0
  149. package/dist/esm/cmem/react-flow/configuration/unspecified.js.map +1 -0
  150. package/dist/esm/cmem/react-flow/configuration/workflow.js +19 -0
  151. package/dist/esm/cmem/react-flow/configuration/workflow.js.map +1 -0
  152. package/dist/{es5 → esm}/common/Intent/index.js +1 -1
  153. package/dist/{es5 → esm}/common/Intent/index.js.map +0 -0
  154. package/dist/{es5 → esm}/common/utils/openInNewTab.js +0 -0
  155. package/dist/{es5 → esm}/common/utils/openInNewTab.js.map +0 -0
  156. package/dist/esm/common/utils/stringUtils.js +3 -0
  157. package/dist/esm/common/utils/stringUtils.js.map +1 -0
  158. package/dist/{es5 → esm}/components/Accordion/Accordion.js +1 -1
  159. package/dist/{es5 → esm}/components/Accordion/Accordion.js.map +0 -0
  160. package/dist/{es5 → esm}/components/Accordion/AccordionItem.js +1 -1
  161. package/dist/{es5 → esm}/components/Accordion/AccordionItem.js.map +0 -0
  162. package/dist/{es5 → esm}/components/Application/ApplicationContainer.js +1 -1
  163. package/dist/{es5 → esm}/components/Application/ApplicationContainer.js.map +0 -0
  164. package/dist/{es5 → esm}/components/Application/ApplicationContent.js +2 -8
  165. package/dist/esm/components/Application/ApplicationContent.js.map +1 -0
  166. package/dist/{es5 → esm}/components/Application/ApplicationHeader.js +1 -1
  167. package/dist/{es5 → esm}/components/Application/ApplicationHeader.js.map +0 -0
  168. package/dist/{es5 → esm}/components/Application/ApplicationSidebarNavigation.js +1 -1
  169. package/dist/{es5 → esm}/components/Application/ApplicationSidebarNavigation.js.map +0 -0
  170. package/dist/{es5 → esm}/components/Application/ApplicationSidebarToggler.js +1 -1
  171. package/dist/{es5 → esm}/components/Application/ApplicationSidebarToggler.js.map +0 -0
  172. package/dist/{es5 → esm}/components/Application/ApplicationTitle.js +2 -8
  173. package/dist/esm/components/Application/ApplicationTitle.js.map +1 -0
  174. package/dist/{es5 → esm}/components/Application/ApplicationToolbar.js +1 -1
  175. package/dist/{es5 → esm}/components/Application/ApplicationToolbar.js.map +0 -0
  176. package/dist/{es5 → esm}/components/Application/ApplicationToolbarAction.js +1 -1
  177. package/dist/{es5 → esm}/components/Application/ApplicationToolbarAction.js.map +0 -0
  178. package/dist/{es5 → esm}/components/Application/ApplicationToolbarPanel.js +1 -1
  179. package/dist/{es5 → esm}/components/Application/ApplicationToolbarPanel.js.map +0 -0
  180. package/dist/{es5 → esm}/components/Application/ApplicationToolbarSection.js +1 -1
  181. package/dist/{es5 → esm}/components/Application/ApplicationToolbarSection.js.map +0 -0
  182. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +348 -0
  183. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -0
  184. package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js +93 -0
  185. package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js.map +1 -0
  186. package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js +42 -0
  187. package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -0
  188. package/dist/{es5 → esm}/components/AutocompleteField/AutoCompleteField.js +15 -17
  189. package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -0
  190. package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbItem.js +3 -3
  191. package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbItem.js.map +0 -0
  192. package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbList.js +2 -2
  193. package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbList.js.map +0 -0
  194. package/dist/{es5 → esm}/components/Button/Button.js +4 -4
  195. package/dist/{es5 → esm}/components/Button/Button.js.map +1 -1
  196. package/dist/{es5 → esm}/components/Card/Card.js +19 -4
  197. package/dist/esm/components/Card/Card.js.map +1 -0
  198. package/dist/{es5 → esm}/components/Card/CardActions.js +1 -1
  199. package/dist/{es5 → esm}/components/Card/CardActions.js.map +0 -0
  200. package/dist/{es5 → esm}/components/Card/CardActionsAux.js +1 -1
  201. package/dist/{es5 → esm}/components/Card/CardActionsAux.js.map +0 -0
  202. package/dist/{es5 → esm}/components/Card/CardContent.js +1 -1
  203. package/dist/{es5 → esm}/components/Card/CardContent.js.map +0 -0
  204. package/dist/{es5 → esm}/components/Card/CardHeader.js +5 -5
  205. package/dist/{es5 → esm}/components/Card/CardHeader.js.map +0 -0
  206. package/dist/{es5 → esm}/components/Card/CardOptions.js +2 -2
  207. package/dist/{es5 → esm}/components/Card/CardOptions.js.map +0 -0
  208. package/dist/{es5 → esm}/components/Card/CardTitle.js +2 -2
  209. package/dist/{es5 → esm}/components/Card/CardTitle.js.map +0 -0
  210. package/dist/esm/components/Card/index.js +9 -0
  211. package/dist/{es5 → esm}/components/Card/index.js.map +0 -0
  212. package/dist/{es5 → esm}/components/Checkbox/Checkbox.js +1 -1
  213. package/dist/{es5 → esm}/components/Checkbox/Checkbox.js.map +0 -0
  214. package/dist/{es5 → esm}/components/ContextOverlay/ContextMenu.js +5 -5
  215. package/dist/{es5 → esm}/components/ContextOverlay/ContextMenu.js.map +1 -1
  216. package/dist/{es5 → esm}/components/ContextOverlay/ContextOverlay.js +1 -1
  217. package/dist/{es5 → esm}/components/ContextOverlay/ContextOverlay.js.map +0 -0
  218. package/dist/{es5 → esm}/components/Dialog/AlertDialog.js +2 -2
  219. package/dist/{es5 → esm}/components/Dialog/AlertDialog.js.map +0 -0
  220. package/dist/{es5 → esm}/components/Dialog/Modal.js +5 -5
  221. package/dist/esm/components/Dialog/Modal.js.map +1 -0
  222. package/dist/{es5 → esm}/components/Dialog/SimpleDialog.js +4 -4
  223. package/dist/{es5 → esm}/components/Dialog/SimpleDialog.js.map +1 -1
  224. package/dist/{es5 → esm}/components/Form/FieldItem.js +3 -3
  225. package/dist/{es5 → esm}/components/Form/FieldItem.js.map +0 -0
  226. package/dist/esm/components/Form/FieldItemRow.js +34 -0
  227. package/dist/esm/components/Form/FieldItemRow.js.map +1 -0
  228. package/dist/{es5 → esm}/components/Form/FieldSet.js +15 -4
  229. package/dist/esm/components/Form/FieldSet.js.map +1 -0
  230. package/dist/{es5 → esm}/components/Grid/Grid.js +1 -1
  231. package/dist/{es5 → esm}/components/Grid/Grid.js.map +0 -0
  232. package/dist/{es5 → esm}/components/Grid/GridColumn.js +1 -1
  233. package/dist/{es5 → esm}/components/Grid/GridColumn.js.map +0 -0
  234. package/dist/{es5 → esm}/components/Grid/GridRow.js +1 -1
  235. package/dist/{es5 → esm}/components/Grid/GridRow.js.map +0 -0
  236. package/dist/{es5 → esm}/components/Icon/Icon.js +3 -3
  237. package/dist/esm/components/Icon/Icon.js.map +1 -0
  238. package/dist/{es5 → esm}/components/Icon/IconButton.js +3 -3
  239. package/dist/{es5 → esm}/components/Icon/IconButton.js.map +0 -0
  240. package/dist/{es5 → esm}/components/Icon/canonicalIconNames.js +30 -0
  241. package/dist/{es5 → esm}/components/Icon/canonicalIconNames.js.map +1 -1
  242. package/dist/{es5 → esm}/components/Iframe/Iframe.js +3 -3
  243. package/dist/{es5 → esm}/components/Iframe/Iframe.js.map +1 -1
  244. package/dist/{es5 → esm}/components/Iframe/IframeModal.js +4 -4
  245. package/dist/{es5 → esm}/components/Iframe/IframeModal.js.map +0 -0
  246. package/dist/{es5 → esm}/components/Label/Label.js +3 -3
  247. package/dist/{es5 → esm}/components/Label/Label.js.map +0 -0
  248. package/dist/{es5 → esm}/components/Link/Link.js +2 -2
  249. package/dist/{es5 → esm}/components/Link/Link.js.map +0 -0
  250. package/dist/{es5 → esm}/components/List/List.js +1 -1
  251. package/dist/{es5 → esm}/components/List/List.js.map +0 -0
  252. package/dist/{es5 → esm}/components/Menu/Menu.js +1 -1
  253. package/dist/{es5 → esm}/components/Menu/Menu.js.map +0 -0
  254. package/dist/{es5 → esm}/components/Menu/MenuDivider.js +1 -1
  255. package/dist/{es5 → esm}/components/Menu/MenuDivider.js.map +0 -0
  256. package/dist/{es5 → esm}/components/Menu/MenuItem.js +3 -3
  257. package/dist/{es5 → esm}/components/Menu/MenuItem.js.map +0 -0
  258. package/dist/esm/components/MultiSelect/MultiSelect.js +290 -0
  259. package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -0
  260. package/dist/{es5 → esm}/components/Notification/Notification.js +13 -6
  261. package/dist/esm/components/Notification/Notification.js.map +1 -0
  262. package/dist/{es5 → esm}/components/Notification/Toast.js +2 -2
  263. package/dist/{es5 → esm}/components/Notification/Toast.js.map +0 -0
  264. package/dist/{es5 → esm}/components/NumericInput/NumericInput.js +0 -0
  265. package/dist/{es5 → esm}/components/NumericInput/NumericInput.js.map +0 -0
  266. package/dist/{es5 → esm}/components/OverviewItem/OverviewItem.js +1 -1
  267. package/dist/{es5 → esm}/components/OverviewItem/OverviewItem.js.map +0 -0
  268. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemActions.js +1 -1
  269. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemActions.js.map +0 -0
  270. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDepiction.js +1 -1
  271. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDepiction.js.map +0 -0
  272. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDescription.js +1 -1
  273. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDescription.js.map +0 -0
  274. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemLine.js +1 -1
  275. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemLine.js.map +0 -0
  276. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemList.js +3 -3
  277. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemList.js.map +1 -1
  278. package/dist/esm/components/OverviewItem/index.js +8 -0
  279. package/dist/{es5 → esm}/components/OverviewItem/index.js.map +0 -0
  280. package/dist/{es5 → esm}/components/Pagination/Pagination.js +1 -1
  281. package/dist/{es5 → esm}/components/Pagination/Pagination.js.map +0 -0
  282. package/dist/{es5 → esm}/components/ProgressBar/ProgressBar.js +0 -0
  283. package/dist/{es5 → esm}/components/ProgressBar/ProgressBar.js.map +0 -0
  284. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyName.js +2 -2
  285. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyName.js.map +0 -0
  286. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValue.js +1 -1
  287. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValue.js.map +0 -0
  288. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValueList.js +1 -1
  289. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValueList.js.map +0 -0
  290. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValuePair.js +1 -1
  291. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValuePair.js.map +0 -0
  292. package/dist/esm/components/PropertyValuePair/index.js +6 -0
  293. package/dist/{es5 → esm}/components/PropertyValuePair/index.js.map +0 -0
  294. package/dist/{es5 → esm}/components/RadioButton/RadioButton.js +1 -1
  295. package/dist/{es5 → esm}/components/RadioButton/RadioButton.js.map +0 -0
  296. package/dist/{es5 → esm}/components/Separation/Divider.js +1 -1
  297. package/dist/{es5 → esm}/components/Separation/Divider.js.map +0 -0
  298. package/dist/{es5 → esm}/components/Separation/Spacing.js +1 -1
  299. package/dist/{es5 → esm}/components/Separation/Spacing.js.map +0 -0
  300. package/dist/{es5 → esm}/components/SimpleTable/TableContainer.js +1 -1
  301. package/dist/{es5 → esm}/components/SimpleTable/TableContainer.js.map +0 -0
  302. package/dist/{es5 → esm}/components/SimpleTable/index.js +1 -1
  303. package/dist/{es5 → esm}/components/SimpleTable/index.js.map +0 -0
  304. package/dist/{es5 → esm}/components/Spinner/Spinner.js +4 -3
  305. package/dist/esm/components/Spinner/Spinner.js.map +1 -0
  306. package/dist/{es5 → esm}/components/Structure/Section.js +1 -1
  307. package/dist/{es5 → esm}/components/Structure/Section.js.map +0 -0
  308. package/dist/{es5 → esm}/components/Structure/SectionHeader.js +1 -1
  309. package/dist/{es5 → esm}/components/Structure/SectionHeader.js.map +0 -0
  310. package/dist/{es5 → esm}/components/Structure/TitleMainsection.js +1 -1
  311. package/dist/{es5 → esm}/components/Structure/TitleMainsection.js.map +0 -0
  312. package/dist/{es5 → esm}/components/Structure/TitlePage.js +1 -1
  313. package/dist/{es5 → esm}/components/Structure/TitlePage.js.map +0 -0
  314. package/dist/{es5 → esm}/components/Structure/TitleSubsection.js +1 -1
  315. package/dist/{es5 → esm}/components/Structure/TitleSubsection.js.map +0 -0
  316. package/dist/{es5 → esm}/components/Switch/Switch.js +1 -1
  317. package/dist/{es5 → esm}/components/Switch/Switch.js.map +0 -0
  318. package/dist/esm/components/Tabs/Tab.js +97 -0
  319. package/dist/esm/components/Tabs/Tab.js.map +1 -0
  320. package/dist/esm/components/Tabs/TabTitle.js +16 -0
  321. package/dist/esm/components/Tabs/TabTitle.js.map +1 -0
  322. package/dist/esm/components/Tabs/Tabs.js +37 -0
  323. package/dist/esm/components/Tabs/Tabs.js.map +1 -0
  324. package/dist/{es5 → esm}/components/Tag/Tag.js +8 -2
  325. package/dist/esm/components/Tag/Tag.js.map +1 -0
  326. package/dist/{es5 → esm}/components/Tag/TagList.js +14 -3
  327. package/dist/esm/components/Tag/TagList.js.map +1 -0
  328. package/dist/{es5 → esm}/components/TextField/SearchField.js +4 -4
  329. package/dist/{es5 → esm}/components/TextField/SearchField.js.map +0 -0
  330. package/dist/{es5 → esm}/components/TextField/TextArea.js +1 -1
  331. package/dist/{es5 → esm}/components/TextField/TextArea.js.map +0 -0
  332. package/dist/{es5 → esm}/components/TextField/TextField.js +2 -2
  333. package/dist/{es5 → esm}/components/TextField/TextField.js.map +0 -0
  334. package/dist/{es5 → esm}/components/Toolbar/Toolbar.js +1 -1
  335. package/dist/{es5 → esm}/components/Toolbar/Toolbar.js.map +0 -0
  336. package/dist/{es5 → esm}/components/Toolbar/ToolbarSection.js +1 -1
  337. package/dist/{es5 → esm}/components/Toolbar/ToolbarSection.js.map +0 -0
  338. package/dist/{es5 → esm}/components/Tooltip/Tooltip.js +1 -1
  339. package/dist/{es5 → esm}/components/Tooltip/Tooltip.js.map +0 -0
  340. package/dist/{es5 → esm}/components/Typography/Highlighter.js +0 -0
  341. package/dist/{es5 → esm}/components/Typography/Highlighter.js.map +0 -0
  342. package/dist/esm/components/Typography/HtmlContentBlock.js +39 -0
  343. package/dist/esm/components/Typography/HtmlContentBlock.js.map +1 -0
  344. package/dist/{es5 → esm}/components/Typography/OverflowText.js +1 -1
  345. package/dist/{es5 → esm}/components/Typography/OverflowText.js.map +0 -0
  346. package/dist/{es5 → esm}/components/Typography/WhiteSpaceContainer.js +1 -1
  347. package/dist/{es5 → esm}/components/Typography/WhiteSpaceContainer.js.map +0 -0
  348. package/dist/{es5 → esm}/components/Typography/classnames.js +2 -1
  349. package/dist/{es5 → esm}/components/Typography/classnames.js.map +1 -1
  350. package/dist/{es5 → esm}/components/Workspace/WorkspaceContent.js +3 -3
  351. package/dist/{es5 → esm}/components/Workspace/WorkspaceContent.js.map +0 -0
  352. package/dist/{es5 → esm}/components/Workspace/WorkspaceHeader.js +1 -1
  353. package/dist/{es5 → esm}/components/Workspace/WorkspaceHeader.js.map +0 -0
  354. package/dist/{es5 → esm}/components/Workspace/WorkspaceMain.js +2 -2
  355. package/dist/{es5 → esm}/components/Workspace/WorkspaceMain.js.map +0 -0
  356. package/dist/{es5 → esm}/components/Workspace/WorkspaceSide.js +2 -2
  357. package/dist/{es5 → esm}/components/Workspace/WorkspaceSide.js.map +0 -0
  358. package/dist/{es5 → esm}/components/interfaces.js +0 -0
  359. package/dist/{es5 → esm}/components/interfaces.js.map +0 -0
  360. package/dist/{es5 → esm}/configuration/constants.js +0 -0
  361. package/dist/{es5 → esm}/configuration/constants.js.map +0 -0
  362. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeDefault.js +1 -1
  363. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  364. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeStep.js +2 -2
  365. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeStep.js.map +0 -0
  366. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeTools.js +2 -2
  367. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeTools.js.map +0 -0
  368. package/dist/{es5 → esm}/extensions/react-flow/edges/edgeTypes.js +2 -2
  369. package/dist/{es5 → esm}/extensions/react-flow/edges/edgeTypes.js.map +0 -0
  370. package/dist/esm/extensions/react-flow/edges/getSmoothStepPath.js +119 -0
  371. package/dist/esm/extensions/react-flow/edges/getSmoothStepPath.js.map +1 -0
  372. package/dist/esm/extensions/react-flow/edges/utils.js +113 -0
  373. package/dist/esm/extensions/react-flow/edges/utils.js.map +1 -0
  374. package/dist/{es5 → esm}/extensions/react-flow/handles/HandleContent.js +2 -2
  375. package/dist/{es5 → esm}/extensions/react-flow/handles/HandleContent.js.map +0 -0
  376. package/dist/{es5 → esm}/extensions/react-flow/handles/HandleDefault.js +1 -1
  377. package/dist/{es5 → esm}/extensions/react-flow/handles/HandleDefault.js.map +0 -0
  378. package/dist/esm/extensions/react-flow/index.js +12 -0
  379. package/dist/{es5 → esm}/extensions/react-flow/index.js.map +0 -0
  380. package/dist/{es5 → esm}/extensions/react-flow/minimap/MiniMap.js +1 -1
  381. package/dist/{es5 → esm}/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  382. package/dist/{es5 → esm}/extensions/react-flow/minimap/utils.js +2 -2
  383. package/dist/{es5 → esm}/extensions/react-flow/minimap/utils.js.map +0 -0
  384. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContent.js +30 -11
  385. package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -0
  386. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContentExtension.js +7 -6
  387. package/dist/esm/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -0
  388. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeDefault.js +2 -2
  389. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeDefault.js.map +0 -0
  390. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeTools.js +14 -12
  391. package/dist/esm/extensions/react-flow/nodes/NodeTools.js.map +1 -0
  392. package/dist/{es5 → esm}/extensions/react-flow/nodes/nodeTypes.js +1 -1
  393. package/dist/{es5 → esm}/extensions/react-flow/nodes/nodeTypes.js.map +0 -0
  394. package/dist/esm/index.js +97 -0
  395. package/dist/esm/index.js.map +1 -0
  396. package/dist/esm/legacy-replacements/Button/AffirmativeButton.js +29 -0
  397. package/dist/esm/legacy-replacements/Button/AffirmativeButton.js.map +1 -0
  398. package/dist/esm/legacy-replacements/Button/Button.js +65 -0
  399. package/dist/esm/legacy-replacements/Button/Button.js.map +1 -0
  400. package/dist/esm/legacy-replacements/Button/DismissiveButton.js +29 -0
  401. package/dist/esm/legacy-replacements/Button/DismissiveButton.js.map +1 -0
  402. package/dist/esm/legacy-replacements/Button/DisruptiveButton.js +29 -0
  403. package/dist/esm/legacy-replacements/Button/DisruptiveButton.js.map +1 -0
  404. package/dist/esm/legacy-replacements/Checkbox/Checkbox.js +59 -0
  405. package/dist/esm/legacy-replacements/Checkbox/Checkbox.js.map +1 -0
  406. package/dist/esm/legacy-replacements/Radio/RadioButton.js +52 -0
  407. package/dist/esm/legacy-replacements/Radio/RadioButton.js.map +1 -0
  408. package/dist/esm/legacy-replacements/Tabs/Tabs.js +40 -0
  409. package/dist/esm/legacy-replacements/Tabs/Tabs.js.map +1 -0
  410. package/dist/esm/legacy-replacements/TextField/TextField.js +81 -0
  411. package/dist/esm/legacy-replacements/TextField/TextField.js.map +1 -0
  412. package/dist/esm/legacy-replacements/index.js +10 -0
  413. package/dist/esm/legacy-replacements/index.js.map +1 -0
  414. package/dist/{es5 → esm}/package.json +0 -0
  415. package/dist/types/cmem/ActivityControl/ActivityControlTypes.d.ts +2 -1
  416. package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +48 -2
  417. package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +18 -3
  418. package/dist/types/cmem/ActivityControl/index.d.ts +3 -0
  419. package/dist/types/cmem/ContentBlobToggler/index.d.ts +2 -0
  420. package/dist/types/cmem/index.d.ts +8 -8
  421. package/dist/types/cmem/react-flow/ReactFlow/ReactFlow.d.ts +14 -0
  422. package/dist/types/cmem/react-flow/configuration/graph.d.ts +21 -0
  423. package/dist/types/cmem/react-flow/configuration/linking.d.ts +19 -0
  424. package/dist/types/cmem/react-flow/configuration/unspecified.d.ts +9 -0
  425. package/dist/types/cmem/react-flow/configuration/workflow.d.ts +17 -0
  426. package/dist/types/common/utils/stringUtils.d.ts +2 -0
  427. package/dist/types/components/AutoSuggestion/AutoSuggestion.d.ts +67 -0
  428. package/dist/types/components/AutoSuggestion/AutoSuggestionList.d.ts +13 -0
  429. package/dist/types/components/AutoSuggestion/SingleLineCodeEditor.d.ts +25 -0
  430. package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +8 -7
  431. package/dist/types/components/Button/Button.d.ts +3 -2
  432. package/dist/types/components/Card/Card.d.ts +9 -4
  433. package/dist/types/components/ContextOverlay/ContextMenu.d.ts +6 -1
  434. package/dist/types/components/Dialog/Modal.d.ts +4 -3
  435. package/dist/types/components/Dialog/SimpleDialog.d.ts +2 -0
  436. package/dist/types/components/Form/FieldItemRow.d.ts +1 -0
  437. package/dist/types/components/Icon/Icon.d.ts +2 -2
  438. package/dist/types/components/Icon/IconButton.d.ts +1 -1
  439. package/dist/types/components/Icon/canonicalIconNames.d.ts +1 -1
  440. package/dist/types/components/MultiSelect/MultiSelect.d.ts +86 -0
  441. package/dist/types/components/Notification/Notification.d.ts +55 -2
  442. package/dist/types/components/OverviewItem/OverviewItemList.d.ts +1 -1
  443. package/dist/types/components/Spinner/Spinner.d.ts +1 -1
  444. package/dist/types/components/Tabs/Tab.d.ts +549 -0
  445. package/dist/types/components/Tabs/TabTitle.d.ts +38 -0
  446. package/dist/types/components/Tabs/Tabs.d.ts +14 -20
  447. package/dist/types/components/Tag/Tag.d.ts +1 -1
  448. package/dist/types/components/Typography/HtmlContentBlock.d.ts +15 -5
  449. package/dist/types/components/Typography/classnames.d.ts +1 -0
  450. package/dist/types/extensions/react-flow/edges/getSmoothStepPath.d.ts +18 -0
  451. package/dist/types/extensions/react-flow/edges/utils.d.ts +1 -1
  452. package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +15 -9
  453. package/dist/types/extensions/react-flow/nodes/NodeContentExtension.d.ts +5 -1
  454. package/dist/types/extensions/react-flow/nodes/NodeDefault.d.ts +2 -2
  455. package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +9 -2
  456. package/dist/types/extensions/react-flow/nodes/nodeTypes.d.ts +10 -10
  457. package/dist/types/index.d.ts +9 -4
  458. package/dist/types/legacy-replacements/Button/AffirmativeButton.d.ts +2 -0
  459. package/dist/types/legacy-replacements/Button/Button.d.ts +5 -0
  460. package/dist/types/legacy-replacements/Button/DismissiveButton.d.ts +2 -0
  461. package/dist/types/legacy-replacements/Button/DisruptiveButton.d.ts +2 -0
  462. package/dist/types/legacy-replacements/Checkbox/Checkbox.d.ts +2 -0
  463. package/dist/types/legacy-replacements/Radio/RadioButton.d.ts +2 -0
  464. package/dist/types/legacy-replacements/Tabs/Tabs.d.ts +22 -0
  465. package/dist/types/legacy-replacements/TextField/TextField.d.ts +2 -0
  466. package/dist/types/legacy-replacements/index.d.ts +10 -0
  467. package/package.json +43 -24
  468. package/src/cmem/ActivityControl/ActivityControlTypes.ts +3 -1
  469. package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +98 -0
  470. package/src/cmem/ActivityControl/ActivityControlWidget.tsx +144 -89
  471. package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +11 -3
  472. package/src/cmem/ActivityControl/SilkActivityControl.tsx +182 -120
  473. package/src/cmem/ActivityControl/index.ts +3 -0
  474. package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +1 -1
  475. package/src/cmem/ContentBlobToggler/index.ts +2 -0
  476. package/src/cmem/_index.scss +6 -0
  477. package/src/cmem/index.ts +10 -23
  478. package/src/cmem/react-flow/ReactFlow/ReactFlow.stories.tsx +222 -0
  479. package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +40 -0
  480. package/src/cmem/react-flow/_edges.scss +23 -0
  481. package/src/cmem/react-flow/_handles.scss +34 -0
  482. package/src/cmem/react-flow/_index.scss +5 -0
  483. package/src/cmem/react-flow/_minimap.scss +33 -0
  484. package/src/cmem/react-flow/_nodes.scss +66 -0
  485. package/src/cmem/react-flow/configuration/_colors-graph.module.scss +35 -0
  486. package/src/cmem/react-flow/configuration/_colors-linking.module.scss +29 -0
  487. package/src/cmem/react-flow/configuration/_colors-workflow.module.scss +22 -0
  488. package/src/cmem/react-flow/configuration/_colors.scss +3 -0
  489. package/src/cmem/react-flow/configuration/graph.ts +29 -0
  490. package/src/cmem/react-flow/configuration/linking.ts +28 -0
  491. package/src/cmem/react-flow/configuration/unspecified.ts +13 -0
  492. package/src/cmem/react-flow/configuration/workflow.ts +25 -0
  493. package/src/common/utils/stringUtils.ts +2 -0
  494. package/src/components/Accordion/accordion.scss +1 -2
  495. package/src/components/Application/ApplicationContent.tsx +0 -5
  496. package/src/components/Application/ApplicationTitle.tsx +0 -5
  497. package/src/components/AutoSuggestion/AutoSuggestion.scss +100 -0
  498. package/src/components/AutoSuggestion/AutoSuggestion.tsx +448 -0
  499. package/src/components/AutoSuggestion/AutoSuggestionList.tsx +170 -0
  500. package/src/components/AutoSuggestion/SingleLineCodeEditor.tsx +97 -0
  501. package/src/components/AutoSuggestion/tests/AutoSuggestion.test.tsx +37 -0
  502. package/src/components/AutoSuggestion/tests/AutoSuggestionList.test.tsx +124 -0
  503. package/src/components/AutoSuggestion/tests/SingleLineCodeEditor.test.tsx +55 -0
  504. package/src/components/AutocompleteField/AutoCompleteField.tsx +25 -23
  505. package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +2 -1
  506. package/src/components/Breadcrumb/BreadcrumbItem.tsx +5 -5
  507. package/src/components/Breadcrumb/BreadcrumbList.tsx +1 -1
  508. package/src/components/Button/Button.stories.tsx +1 -1
  509. package/src/components/Button/Button.tsx +4 -3
  510. package/src/components/Card/Card.tsx +23 -4
  511. package/src/components/Card/card.scss +4 -0
  512. package/src/components/Checkbox/checkbox.scss +4 -0
  513. package/src/components/ContextOverlay/ContextMenu.tsx +8 -2
  514. package/src/components/Dialog/Modal.tsx +10 -3
  515. package/src/components/Dialog/SimpleDialog.tsx +2 -0
  516. package/src/components/Form/FieldItem.tsx +3 -3
  517. package/src/components/Form/FieldItemRow.tsx +3 -5
  518. package/src/components/Form/FieldSet.tsx +1 -0
  519. package/src/components/Icon/Icon.tsx +4 -4
  520. package/src/components/Icon/IconButton.tsx +3 -3
  521. package/src/components/Icon/canonicalIconNames.tsx +39 -2
  522. package/src/components/Iframe/Iframe.tsx +1 -1
  523. package/src/components/Menu/MenuItem.tsx +1 -1
  524. package/src/components/MultiSelect/MultiSelect.stories.tsx +71 -0
  525. package/src/components/MultiSelect/MultiSelect.tsx +373 -0
  526. package/src/components/Notification/Notification.stories.tsx +82 -0
  527. package/src/components/Notification/Notification.tsx +62 -4
  528. package/src/components/Notification/notification.scss +2 -1
  529. package/src/components/OverviewItem/OverviewItemList.tsx +3 -3
  530. package/src/components/RadioButton/radiobutton.scss +4 -0
  531. package/src/components/Spinner/Spinner.tsx +2 -1
  532. package/src/components/Switch/switch.scss +1 -0
  533. package/src/components/Tabs/Tab.tsx +111 -0
  534. package/src/components/Tabs/TabTitle.tsx +71 -0
  535. package/src/components/Tabs/Tabs.tsx +22 -90
  536. package/src/components/Tabs/stories/Tab.stories.tsx +65 -0
  537. package/src/components/Tabs/stories/TabTitle.stories.tsx +35 -0
  538. package/src/components/Tabs/stories/Tabs.stories.tsx +98 -0
  539. package/src/components/Tabs/tabs.scss +11 -4
  540. package/src/components/Tag/Tag.tsx +10 -3
  541. package/src/components/Tag/TagList.tsx +1 -0
  542. package/src/components/Tag/tag.scss +2 -2
  543. package/src/components/TextField/TextField.tsx +1 -1
  544. package/src/components/Toolbar/toolbar.scss +1 -1
  545. package/src/components/Typography/HtmlContentBlock.tsx +27 -4
  546. package/src/components/Typography/classnames.ts +1 -0
  547. package/src/components/Typography/typography.scss +8 -0
  548. package/src/configuration/_variables.scss +3 -3
  549. package/src/extensions/react-flow/_config.scss +2 -2
  550. package/src/extensions/react-flow/_react-flow.scss +4 -0
  551. package/src/extensions/react-flow/edges/EdgeDefault.tsx +0 -1
  552. package/src/extensions/react-flow/edges/_edges.scss +3 -28
  553. package/src/extensions/react-flow/edges/getSmoothStepPath.ts +118 -0
  554. package/src/extensions/react-flow/edges/utils.ts +131 -4
  555. package/src/extensions/react-flow/handles/_handles.scss +4 -58
  556. package/src/extensions/react-flow/minimap/MiniMap.tsx +1 -1
  557. package/src/extensions/react-flow/minimap/_minimap.scss +0 -45
  558. package/src/extensions/react-flow/nodes/NodeContent.tsx +141 -134
  559. package/src/extensions/react-flow/nodes/NodeContentExtension.tsx +17 -10
  560. package/src/extensions/react-flow/nodes/NodeDefault.tsx +2 -2
  561. package/src/extensions/react-flow/nodes/NodeTools.tsx +27 -10
  562. package/src/extensions/react-flow/nodes/_nodes.scss +61 -196
  563. package/src/extensions/react-flow/nodes/{NodeContent.stories.tsx → stories/NodeContent.stories.tsx} +14 -5
  564. package/src/extensions/react-flow/nodes/stories/NodeContentExtension.stories.tsx +59 -0
  565. package/src/extensions/react-flow/nodes/{NodeDefault.stories.tsx → stories/NodeDefault.stories.tsx} +5 -4
  566. package/src/index.scss +1 -0
  567. package/src/index.ts +19 -4
  568. package/src/legacy-replacements/Tabs/Tabs.stories.tsx +46 -0
  569. package/src/legacy-replacements/Tabs/Tabs.tsx +84 -0
  570. package/src/legacy-replacements/index.ts +11 -0
  571. package/src/test/setupTests.js +19 -0
  572. package/dist/es5/cmem/ActivityControl/ActivityControlWidget.js +0 -39
  573. package/dist/es5/cmem/ActivityControl/ActivityControlWidget.js.map +0 -1
  574. package/dist/es5/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +0 -1
  575. package/dist/es5/cmem/ActivityControl/SilkActivityControl.js.map +0 -1
  576. package/dist/es5/cmem/index.js +0 -9
  577. package/dist/es5/cmem/index.js.map +0 -1
  578. package/dist/es5/components/Application/ApplicationContent.js.map +0 -1
  579. package/dist/es5/components/Application/ApplicationTitle.js.map +0 -1
  580. package/dist/es5/components/AutocompleteField/AutoCompleteField.js.map +0 -1
  581. package/dist/es5/components/Card/Card.js.map +0 -1
  582. package/dist/es5/components/Card/index.js +0 -9
  583. package/dist/es5/components/Dialog/Modal.js.map +0 -1
  584. package/dist/es5/components/Form/FieldItemRow.js +0 -24
  585. package/dist/es5/components/Form/FieldItemRow.js.map +0 -1
  586. package/dist/es5/components/Form/FieldSet.js.map +0 -1
  587. package/dist/es5/components/Icon/Icon.js.map +0 -1
  588. package/dist/es5/components/Notification/Notification.js.map +0 -1
  589. package/dist/es5/components/OverviewItem/index.js +0 -8
  590. package/dist/es5/components/PropertyValuePair/index.js +0 -6
  591. package/dist/es5/components/Spinner/Spinner.js.map +0 -1
  592. package/dist/es5/components/Tabs/Tabs.js +0 -50
  593. package/dist/es5/components/Tabs/Tabs.js.map +0 -1
  594. package/dist/es5/components/Tag/Tag.js.map +0 -1
  595. package/dist/es5/components/Tag/TagList.js.map +0 -1
  596. package/dist/es5/components/Typography/HtmlContentBlock.js +0 -30
  597. package/dist/es5/components/Typography/HtmlContentBlock.js.map +0 -1
  598. package/dist/es5/extensions/react-flow/edges/utils.js +0 -18
  599. package/dist/es5/extensions/react-flow/edges/utils.js.map +0 -1
  600. package/dist/es5/extensions/react-flow/index.js +0 -12
  601. package/dist/es5/extensions/react-flow/nodes/NodeContent.js.map +0 -1
  602. package/dist/es5/extensions/react-flow/nodes/NodeContentExtension.js.map +0 -1
  603. package/dist/es5/extensions/react-flow/nodes/NodeTools.js.map +0 -1
  604. package/dist/es5/index.js +0 -92
  605. package/dist/es5/index.js.map +0 -1
  606. package/src/extensions/react-flow/nodes/NodeContentExtension.stories.tsx +0 -36
@@ -4,6 +4,7 @@ import { CLASSPREFIX as eccgui } from "../../configuration/constants";
4
4
  export const NOOVERFLOW = eccgui + "-typography--nooverflow";
5
5
  export const FORCELINEBREAK = eccgui + "-typography--forcelinebreak";
6
6
  export const PREVENTLINEBREAK = eccgui + "-typography--preventlinebreak";
7
+ export const NOSCROLLBARSONCHILDREN = eccgui + "-typography--noscrollbarsonchildren";
7
8
  export const LARGE = eccgui + "-typography--large";
8
9
  export const SMALL = eccgui + "-typography--small";
9
10
  export const MUTED = eccgui + "-typography--muted";
@@ -261,6 +261,14 @@ table {
261
261
  white-space: nowrap;
262
262
  }
263
263
 
264
+ .#{$eccgui}-typography--noscrollbarsonchildren * {
265
+ overflow: visible;
266
+
267
+ pre {
268
+ width: fit-content;
269
+ }
270
+ }
271
+
264
272
  // white spaces
265
273
  @each $whitespacePlace in ("margin", "padding") {
266
274
  @each $whitespaceDirection in ("top", "right", "bottom", "left") {
@@ -20,13 +20,13 @@ $eccgui-color-primary-contrast: rgb(255, 255, 255) !default;
20
20
  $eccgui-color-accent: rgb(10, 103, 163) !default;
21
21
  $eccgui-color-accent-contrast: rgb(255, 255, 255) !default;
22
22
 
23
- $eccgui-color-success-text: rgb(46, 125, 50) !default;
23
+ $eccgui-color-success-text: #1b5e20 !default;
24
24
  $eccgui-color-success-background: rgb(232, 245, 233) !default;
25
25
  $eccgui-color-info-text: rgb(21, 101, 192) !default;
26
26
  $eccgui-color-info-background: rgb(227, 242, 253) !default;
27
- $eccgui-color-warning-text: rgb(239, 108, 0) !default;
27
+ $eccgui-color-warning-text: #e65100 !default;
28
28
  $eccgui-color-warning-background: rgb(255, 243, 224) !default;
29
- $eccgui-color-danger-text: rgb(198, 40, 40) !default;
29
+ $eccgui-color-danger-text: #b71c1c !default;
30
30
  $eccgui-color-danger-background: rgb(255, 235, 238) !default;
31
31
 
32
32
  $eccgui-color-applicationheader-text: #222 !default;
@@ -3,13 +3,13 @@ $reactflow-node-border-color: $eccgui-color-workspace-text !default;
3
3
  $reactflow-node-background-color: $button-background-color !default;
4
4
  $reactflow-node-color: $eccgui-color-workspace-text !default;
5
5
  $reactflow-node-font-size: $eccgui-size-typo-caption !default;
6
- $reactflow-node-border-width: $button-border-width !default;
6
+ $reactflow-node-border-width: 2 * $button-border-width !default;
7
7
  $reactflow-node-border-radius: $button-border-radius !default;
8
8
  $reactflow-edge-stroke-color: rgba($eccgui-color-workspace-text, .61) !default;
9
9
  $reactflow-edge-stroke-color-hover: $eccgui-color-workspace-text !default;
10
10
  $reactflow-edge-stroke-color-selected: $eccgui-color-accent !default;
11
11
  $reactflow-transition-time: 0.25s !default;
12
- $reactflow-transition-function: !default;
12
+ $reactflow-transition-function: "" !default;
13
13
 
14
14
  $reactflow-edge-stroke-opacity: alpha($reactflow-edge-stroke-color) !default;
15
15
  $reactflow-edge-stroke-opacity-hover: alpha($reactflow-edge-stroke-color) !default;
@@ -3,3 +3,7 @@
3
3
  @import "edges/edges";
4
4
  @import "handles/handles";
5
5
  @import "minimap/minimap";
6
+
7
+ .react-flow__background {
8
+ border: solid 1px $eccgui-color-separation-divider;
9
+ }
@@ -67,7 +67,6 @@ export const EdgeDefault = memo(
67
67
  <path
68
68
  d={pathDisplay}
69
69
  className="react-flow__edge-path"
70
-
71
70
  markerEnd={markerEnd}
72
71
  />
73
72
  { edgeLabel }
@@ -104,42 +104,17 @@ path.react-flow__edge-path-glow {
104
104
  }
105
105
  }
106
106
 
107
- .react-flow__edge-implicitEdge {
108
- stroke: #00acc1;
109
- color: #00acc1;
110
- }
111
-
112
- .react-flow__edge-importEdge {
113
- stroke: #8e24aa;
114
- color: #8e24aa;
115
- }
116
-
117
- .react-flow__edge-subclassEdge {
118
- stroke: darken($button-background-color, 60%);
119
- color: darken($button-background-color, 60%);
120
- }
121
-
122
- .react-flow__edge-subpropertyEdge {
123
- stroke: darken(complement($button-background-color), 40%);
124
- color: darken(complement($button-background-color), 40%);
125
- }
126
-
127
- .react-flow__edge-rdftypeEdge {
128
- stroke: darken($button-background-color, 50%);
129
- color: darken($button-background-color, 50%);
130
- }
131
-
132
- .react-flow__edge-successStep {
107
+ .react-flow__edge-success {
133
108
  stroke: $eccgui-color-success-text;
134
109
  color: $eccgui-color-success-text;
135
110
  }
136
111
 
137
- .react-flow__edge-warningStep {
112
+ .react-flow__edge-warning {
138
113
  stroke: $eccgui-color-warning-text;
139
114
  color: $eccgui-color-warning-text;
140
115
  }
141
116
 
142
- .react-flow__edge-dangerStep {
117
+ .react-flow__edge-danger {
143
118
  stroke: $eccgui-color-danger-text;
144
119
  color: $eccgui-color-danger-text;
145
120
  }
@@ -0,0 +1,118 @@
1
+ /**
2
+ * Copied from `react-flow` because we need to change there routing.
3
+ * We use the 10.2.0cversion minus commit 87d518f8b5540a91a3f9c163a2315c2de47abc31
4
+ * @see https://github.com/wbkd/react-flow/commit/87d518f8b5540a91a3f9c163a2315c2de47abc31
5
+ */
6
+
7
+ import { getEdgeCenter as getCenter, Position } from "react-flow-renderer";
8
+
9
+ // These are some helper methods for drawing the round corners
10
+ // The name indicates the direction of the path. "bottomLeftCorner" goes
11
+ // from bottom to the left and "leftBottomCorner" goes from left to the bottom.
12
+ // We have to consider the direction of the paths because of the animated lines.
13
+ const bottomLeftCorner = (x: number, y: number, size: number): string =>
14
+ `L ${x},${y - size}Q ${x},${y} ${x + size},${y}`;
15
+ const leftBottomCorner = (x: number, y: number, size: number): string =>
16
+ `L ${x + size},${y}Q ${x},${y} ${x},${y - size}`;
17
+ const bottomRightCorner = (x: number, y: number, size: number): string =>
18
+ `L ${x},${y - size}Q ${x},${y} ${x - size},${y}`;
19
+ const rightBottomCorner = (x: number, y: number, size: number): string =>
20
+ `L ${x - size},${y}Q ${x},${y} ${x},${y - size}`;
21
+ const leftTopCorner = (x: number, y: number, size: number): string => `L ${x + size},${y}Q ${x},${y} ${x},${y + size}`;
22
+ const topLeftCorner = (x: number, y: number, size: number): string => `L ${x},${y + size}Q ${x},${y} ${x + size},${y}`;
23
+ const topRightCorner = (x: number, y: number, size: number): string => `L ${x},${y + size}Q ${x},${y} ${x - size},${y}`;
24
+ const rightTopCorner = (x: number, y: number, size: number): string => `L ${x - size},${y}Q ${x},${y} ${x},${y + size}`;
25
+
26
+ export interface GetSmoothStepPathParams {
27
+ sourceX: number;
28
+ sourceY: number;
29
+ sourcePosition?: Position;
30
+ targetX: number;
31
+ targetY: number;
32
+ targetPosition?: Position;
33
+ borderRadius?: number;
34
+ centerX?: number;
35
+ centerY?: number;
36
+ }
37
+
38
+ export function getSmoothStepPath({
39
+ sourceX,
40
+ sourceY,
41
+ sourcePosition = Position.Bottom,
42
+ targetX,
43
+ targetY,
44
+ targetPosition = Position.Top,
45
+ borderRadius = 5,
46
+ centerX,
47
+ centerY,
48
+ }: GetSmoothStepPathParams): string {
49
+ const [_centerX, _centerY, offsetX, offsetY] = getCenter({ sourceX, sourceY, targetX, targetY });
50
+ const cornerWidth = Math.min(borderRadius, Math.abs(targetX - sourceX));
51
+ const cornerHeight = Math.min(borderRadius, Math.abs(targetY - sourceY));
52
+ const cornerSize = Math.min(cornerWidth, cornerHeight, offsetX, offsetY);
53
+ const cX = typeof centerX !== 'undefined' ? centerX : _centerX;
54
+ const cY = typeof centerY !== 'undefined' ? centerY : _centerY;
55
+
56
+ let firstCornerPath = "";
57
+ let secondCornerPath = "";
58
+
59
+ if (sourceX <= targetX) {
60
+ if (sourceY <= targetY) {
61
+ firstCornerPath = bottomLeftCorner(sourceX, cY, cornerSize);
62
+ secondCornerPath = rightTopCorner(targetX, cY, cornerSize);
63
+ if (sourcePosition === Position.Right) {
64
+ if (targetPosition === Position.Left) {
65
+ firstCornerPath = rightTopCorner(cX, sourceY, cornerSize);
66
+ secondCornerPath = bottomLeftCorner(cX, targetY, cornerSize);
67
+ }
68
+ } else {
69
+ if (targetPosition === Position.Left) {
70
+ // no change
71
+ }
72
+ }
73
+ } else {
74
+ firstCornerPath = topLeftCorner(sourceX, cY, cornerSize);
75
+ secondCornerPath = rightBottomCorner(targetX, cY, cornerSize);
76
+ if (sourcePosition === Position.Right) {
77
+ if (targetPosition === Position.Left) {
78
+ firstCornerPath = rightBottomCorner(cX, sourceY, cornerSize);
79
+ secondCornerPath = topLeftCorner(cX, targetY, cornerSize);
80
+ }
81
+ } else {
82
+ if (targetPosition === Position.Left) {
83
+ // no change
84
+ }
85
+ }
86
+ }
87
+ } else {
88
+ if (sourceY <= targetY) {
89
+ firstCornerPath = bottomRightCorner(sourceX, cY, cornerSize);
90
+ secondCornerPath = leftTopCorner(targetX, cY, cornerSize);
91
+ if (sourcePosition === Position.Left) {
92
+ if (targetPosition === Position.Right) {
93
+ firstCornerPath = leftTopCorner(cX, sourceY, cornerSize);
94
+ secondCornerPath = bottomRightCorner(cX, targetY, cornerSize);
95
+ }
96
+ } else {
97
+ if (targetPosition === Position.Right) {
98
+ // no change
99
+ }
100
+ }
101
+ } else {
102
+ firstCornerPath = topRightCorner(sourceX, cY, cornerSize);
103
+ secondCornerPath = leftBottomCorner(targetX, cY, cornerSize);
104
+ if (sourcePosition === Position.Left) {
105
+ if (targetPosition === Position.Right) {
106
+ firstCornerPath = leftBottomCorner(cX, sourceY, cornerSize);
107
+ secondCornerPath = topRightCorner(cX, targetY, cornerSize);
108
+ }
109
+ } else {
110
+ if (targetPosition === Position.Right) {
111
+ // no change
112
+ }
113
+ }
114
+ }
115
+ }
116
+
117
+ return `M ${sourceX},${sourceY}${firstCornerPath}${secondCornerPath}L ${targetX},${targetY}`;
118
+ }
@@ -1,14 +1,123 @@
1
1
  import { EdgeDefaultProps } from "./EdgeDefault";
2
2
  import { EdgeStepProps } from "./EdgeStep";
3
- import { getSmoothStepPath } from "react-flow-renderer";
3
+ import { Position } from "react-flow-renderer";
4
+ import { getSmoothStepPath } from "./getSmoothStepPath";
5
+
6
+ interface EdgePositionCorrectionProps extends Omit<EdgeDefaultProps, "id" | "source" | "target" | "drawSvgPath" | "data"> {
7
+ correctionLength?: number;
8
+ correctionRadius?: number;
9
+ }
10
+
11
+ const posCorrectionEdge = ({
12
+ sourceX,
13
+ sourceY,
14
+ sourcePosition,
15
+ targetX,
16
+ targetY,
17
+ targetPosition,
18
+ correctionLength = 7,
19
+ correctionRadius = 7
20
+ }: EdgePositionCorrectionProps) => {
21
+ let newSourceX = sourceX;
22
+ let newSourceY = sourceY;
23
+ let newTargetX = targetX;
24
+ let newTargetY = targetY;
25
+ let startCommandCorrection = `M ${sourceX},${sourceY} `;
26
+ let endCommandCorrection = ``;
27
+
28
+ if (sourcePosition === Position.Left && sourceX < targetX) {
29
+ newSourceX = newSourceX - 2 * correctionLength;
30
+ if (sourceY < targetY) {
31
+ newSourceY = sourceY + correctionRadius;
32
+ startCommandCorrection = startCommandCorrection + ` L ${newSourceX + correctionRadius},${sourceY} A ${correctionRadius} ${correctionRadius} ${90} ${0} ${0} `;
33
+ } else {
34
+ newSourceY = sourceY - correctionRadius;
35
+ startCommandCorrection = startCommandCorrection + ` L ${newSourceX + correctionRadius},${sourceY} A ${correctionRadius} ${correctionRadius} ${90} ${0} ${1} `;
36
+ }
37
+ }
38
+
39
+ if (sourcePosition === Position.Right && sourceX > targetX) {
40
+ newSourceX = targetPosition === Position.Right ? newSourceX + correctionLength + correctionRadius : newSourceX + correctionLength;
41
+ if (sourceY < targetY) {
42
+ newSourceY = sourceY + correctionRadius;
43
+ startCommandCorrection = startCommandCorrection + ` L ${newSourceX - correctionRadius},${sourceY} A ${correctionRadius} ${correctionRadius} ${90} ${0} ${1} `;
44
+ } else {
45
+ newSourceY = sourceY - correctionRadius;
46
+ startCommandCorrection = startCommandCorrection + ` L ${newSourceX - correctionRadius},${sourceY} A ${correctionRadius} ${correctionRadius} ${90} ${0} ${0} `;
47
+ }
48
+ }
49
+
50
+ if (targetPosition === Position.Left && sourceX > targetX) {
51
+ newTargetX = newTargetX - 3 * correctionLength;
52
+ if (sourceY < targetY) {
53
+ newTargetY = targetY - correctionRadius;
54
+ endCommandCorrection = ` A ${correctionRadius} ${correctionRadius} ${90} ${0} ${0} ${newTargetX + correctionRadius},${targetY} L ${targetX},${targetY}`;
55
+ } else {
56
+ newTargetY = targetY + correctionRadius;
57
+ endCommandCorrection = ` A ${correctionRadius} ${correctionRadius} ${90} ${0} ${1} ${newTargetX + correctionRadius},${targetY} L ${targetX},${targetY}`;
58
+ }
59
+ }
60
+
61
+ if (targetPosition === Position.Right && sourceX < targetX) {
62
+ newTargetX = newTargetX + 3 * correctionLength;
63
+ if (sourceY < targetY) {
64
+ newTargetY = targetY - correctionRadius;
65
+ endCommandCorrection = ` A ${correctionRadius} ${correctionRadius} ${90} ${0} ${1} ${newTargetX - correctionRadius},${targetY} L ${targetX},${targetY}`;
66
+ } else {
67
+ newTargetY = targetY + correctionRadius;
68
+ endCommandCorrection = ` A ${correctionRadius} ${correctionRadius} ${90} ${0} ${0} ${newTargetX - correctionRadius},${targetY} L ${targetX},${targetY}`;
69
+ }
70
+ }
71
+
72
+ return {
73
+ newSourceX,
74
+ newSourceY,
75
+ newTargetX,
76
+ newTargetY,
77
+ startCommandCorrection,
78
+ endCommandCorrection,
79
+ }
80
+ }
81
+
82
+ interface PathCommandCorrectionProps {
83
+ pathCommand: string;
84
+ startCorrection: string;
85
+ endCorrection: string;
86
+ }
87
+
88
+ const pathCommandCorrection = ({
89
+ pathCommand,
90
+ startCorrection,
91
+ endCorrection,
92
+ }: PathCommandCorrectionProps) => {
93
+ return startCorrection + pathCommand.substring(1) + endCorrection;
94
+ }
4
95
 
5
96
  export const drawEdgeStraight = ({
6
97
  sourceX,
7
98
  sourceY,
99
+ sourcePosition,
8
100
  targetX,
9
101
  targetY,
102
+ targetPosition,
10
103
  }: EdgeDefaultProps) => {
11
- return `M ${sourceX},${sourceY}L ${targetX},${targetY}`;
104
+ const corrections = posCorrectionEdge({
105
+ sourceX,
106
+ sourceY,
107
+ sourcePosition,
108
+ targetX,
109
+ targetY,
110
+ targetPosition,
111
+ correctionRadius: 0
112
+ });
113
+
114
+ const pathCommand = `M ${corrections.newSourceX},${corrections.newSourceY}L ${corrections.newTargetX},${corrections.newTargetY}`;
115
+
116
+ return pathCommandCorrection({
117
+ pathCommand,
118
+ startCorrection: corrections.startCommandCorrection,
119
+ endCorrection: corrections.endCommandCorrection,
120
+ });
12
121
  }
13
122
 
14
123
  export const drawEdgeStep = ({
@@ -20,13 +129,31 @@ export const drawEdgeStep = ({
20
129
  targetPosition,
21
130
  data = {},
22
131
  }: EdgeStepProps) => {
23
- return getSmoothStepPath({
132
+
133
+ const corrections = posCorrectionEdge({
24
134
  sourceX,
25
135
  sourceY,
26
136
  sourcePosition,
27
137
  targetX,
28
138
  targetY,
29
139
  targetPosition,
30
- borderRadius: data.stepCornerRadius || 10
140
+ correctionLength: data.stepCornerRadius || 7,
141
+ correctionRadius: data.stepCornerRadius || 7,
142
+ });
143
+
144
+ const pathCommand = getSmoothStepPath({
145
+ sourceX: corrections.newSourceX,
146
+ sourceY: corrections.newSourceY,
147
+ sourcePosition,
148
+ targetX: corrections.newTargetX,
149
+ targetY: corrections.newTargetY,
150
+ targetPosition,
151
+ borderRadius: data.stepCornerRadius || 7
152
+ });
153
+
154
+ return pathCommandCorrection({
155
+ pathCommand,
156
+ startCorrection: corrections.startCommandCorrection,
157
+ endCorrection: corrections.endCommandCorrection,
31
158
  });
32
159
  }
@@ -22,14 +22,14 @@ div.react-flow__handle {
22
22
  right: $eccgui-size-block-whitespace/-2;
23
23
  opacity: 0.61;
24
24
  display: none;
25
- background-color: transparent;
25
+ background-color: currentColor;
26
26
  border: solid 1px currentColor;
27
27
  border-radius: 100%;
28
28
  }
29
29
 
30
30
  &:hover {
31
31
  &:before {
32
- background-color: currentColor;
32
+ box-shadow: 0 0 $eccgui-size-block-whitespace/2 $eccgui-size-block-whitespace/4 currentColor;
33
33
  }
34
34
  }
35
35
 
@@ -47,14 +47,14 @@ div.react-flow__handle {
47
47
  }
48
48
  }
49
49
 
50
- &.react-flow__handle-connecting:hover {
50
+ &.react-flow__handle-connecting:hover, &.invalid-handle {
51
51
  color: $eccgui-color-danger-text;
52
52
  &:before {
53
53
  display: block;
54
54
  }
55
55
  }
56
56
 
57
- &.react-flow__handle-valid:hover {
57
+ &.react-flow__handle-valid:hover, &.valid-handle {
58
58
  color: $eccgui-color-success-text;
59
59
  }
60
60
  }
@@ -152,57 +152,3 @@ div.react-flow__handle-bottom {
152
152
  }
153
153
  }
154
154
  }
155
-
156
- .react-flow__node-graphNode {
157
- .react-flow__handle {
158
- color: #8e24aa;
159
- }
160
- }
161
-
162
- .react-flow__node-classNode {
163
- .react-flow__handle {
164
- color: darken($button-background-color, 60%);
165
- }
166
- }
167
-
168
- .react-flow__node-instanceNode {
169
- .react-flow__handle {
170
- color: darken($button-background-color, 50%);
171
- }
172
- }
173
-
174
- .react-flow__node-propertyNode {
175
- .react-flow__handle {
176
- color: darken(complement($button-background-color), 40%);
177
- }
178
- }
179
-
180
- .react-flow__node-datasetNode {
181
- .react-flow__handle {
182
- color: #039be5;
183
- }
184
- }
185
-
186
- .react-flow__node-linkingNode {
187
- .react-flow__handle {
188
- color: #00acc1;
189
- }
190
- }
191
-
192
- .react-flow__node-transformNode {
193
- .react-flow__handle {
194
- color: #00897b;
195
- }
196
- }
197
-
198
- .react-flow__node-taskNode {
199
- .react-flow__handle {
200
- color: #546e7a;
201
- }
202
- }
203
-
204
- .react-flow__node-workflowNode {
205
- .react-flow__handle {
206
- color: #4527a0;
207
- }
208
- }
@@ -91,7 +91,7 @@ export const MiniMap = memo(({
91
91
  /**
92
92
  enables the mini-map fake drag effect see "handleMiniMapMouseMove" above.
93
93
  **/
94
- const handleMiniMapMouseDown = (event: any) => {
94
+ const handleMiniMapMouseDown = () => {
95
95
  if (enableNavigation && flowInstance) { minimapCalcConf.navigationOn = true; }
96
96
  };
97
97
 
@@ -3,51 +3,6 @@
3
3
  fill: $reactflow-node-background-color;
4
4
  }
5
5
 
6
- .#{$eccgui}-graphviz__minimap__node--graphNode {
7
- fill: #8e24aa;
8
- stroke: #8e24aa;
9
- }
10
-
11
- .#{$eccgui}-graphviz__minimap__node--classNode {
12
- fill: darken($button-background-color, 60%);
13
- stroke: darken($button-background-color, 60%);
14
- }
15
-
16
- .#{$eccgui}-graphviz__minimap__node--instanceNode {
17
- fill: darken($button-background-color, 50%);
18
- stroke: darken($button-background-color, 50%);
19
- }
20
-
21
- .#{$eccgui}-graphviz__minimap__node--propertyNode {
22
- fill: darken(complement($button-background-color), 40%);
23
- stroke: darken(complement($button-background-color), 40%);
24
- }
25
-
26
- .#{$eccgui}-graphviz__minimap__node--datasetNode {
27
- fill: #039be5;
28
- stroke: #039be5;
29
- }
30
-
31
- .#{$eccgui}-graphviz__minimap__node--linkingNode {
32
- fill: #00acc1;
33
- stroke: #00acc1;
34
- }
35
-
36
- .#{$eccgui}-graphviz__minimap__node--transformNode {
37
- fill: #00897b;
38
- stroke: #00897b;
39
- }
40
-
41
- .#{$eccgui}-graphviz__minimap__node--taskNode {
42
- fill: #546e7a;
43
- stroke: #546e7a;
44
- }
45
-
46
- .#{$eccgui}-graphviz__minimap__node--workflowNode {
47
- fill: #4527a0;
48
- stroke: #4527a0;
49
- }
50
-
51
6
  .#{$eccgui}-graphviz__minimap__node--highlight-match {
52
7
  stroke: $eccgui-color-accent;
53
8
  stroke-width: 5;