@eccenca/gui-elements 22.1.0-rc.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 (355) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +1 -1
  3. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  4. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +2 -0
  5. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  6. package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js +3 -3
  7. package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
  8. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +1 -0
  9. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
  10. package/dist/cjs/components/Dialog/Modal.js +1 -1
  11. package/dist/cjs/components/Dialog/Modal.js.map +1 -1
  12. package/dist/cjs/components/Form/FieldItemRow.js +1 -1
  13. package/dist/cjs/components/Form/FieldItemRow.js.map +1 -1
  14. package/dist/cjs/components/Form/FieldSet.js +2 -2
  15. package/dist/cjs/components/Form/FieldSet.js.map +1 -1
  16. package/dist/cjs/components/Iframe/Iframe.js +1 -1
  17. package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
  18. package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
  19. package/dist/cjs/components/OverviewItem/OverviewItemList.js +1 -1
  20. package/dist/cjs/components/OverviewItem/OverviewItemList.js.map +1 -1
  21. package/dist/cjs/components/Spinner/Spinner.js +1 -0
  22. package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
  23. package/dist/cjs/components/Tag/TagList.js +2 -2
  24. package/dist/cjs/components/Tag/TagList.js.map +1 -1
  25. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +1 -1
  26. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  27. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlTypes.js +0 -0
  28. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlTypes.js.map +0 -0
  29. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlWidget.js +2 -2
  30. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityControlWidget.js.map +0 -0
  31. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +1 -1
  32. package/dist/{es5 → esm}/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +0 -0
  33. package/dist/{es5 → esm}/cmem/ActivityControl/SilkActivityControl.js +4 -4
  34. package/dist/{es5 → esm}/cmem/ActivityControl/SilkActivityControl.js.map +0 -0
  35. package/dist/esm/cmem/ActivityControl/index.js +4 -0
  36. package/dist/{es5 → esm}/cmem/ActivityControl/index.js.map +0 -0
  37. package/dist/{es5 → esm}/cmem/ContentBlobToggler/ContentBlobToggler.js +1 -1
  38. package/dist/{es5 → esm}/cmem/ContentBlobToggler/ContentBlobToggler.js.map +0 -0
  39. package/dist/{es5 → esm}/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +1 -1
  40. package/dist/{es5 → esm}/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  41. package/dist/esm/cmem/ContentBlobToggler/index.js +3 -0
  42. package/dist/{es5 → esm}/cmem/ContentBlobToggler/index.js.map +0 -0
  43. package/dist/{es5 → esm}/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +0 -0
  44. package/dist/{es5 → esm}/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +0 -0
  45. package/dist/{es5 → esm}/cmem/index.js +6 -6
  46. package/dist/{es5 → esm}/cmem/index.js.map +0 -0
  47. package/dist/{es5 → esm}/cmem/markdown/Markdown.js +2 -2
  48. package/dist/{es5 → esm}/cmem/markdown/Markdown.js.map +0 -0
  49. package/dist/{es5 → esm}/cmem/react-flow/ReactFlow/ReactFlow.js +4 -4
  50. package/dist/{es5 → esm}/cmem/react-flow/ReactFlow/ReactFlow.js.map +0 -0
  51. package/dist/{es5 → esm}/cmem/react-flow/configuration/_colors-graph.module.scss +0 -0
  52. package/dist/{es5 → esm}/cmem/react-flow/configuration/_colors-linking.module.scss +0 -0
  53. package/dist/{es5 → esm}/cmem/react-flow/configuration/_colors-workflow.module.scss +0 -0
  54. package/dist/{es5 → esm}/cmem/react-flow/configuration/graph.js +2 -2
  55. package/dist/{es5 → esm}/cmem/react-flow/configuration/graph.js.map +0 -0
  56. package/dist/{es5 → esm}/cmem/react-flow/configuration/linking.js +2 -2
  57. package/dist/{es5 → esm}/cmem/react-flow/configuration/linking.js.map +0 -0
  58. package/dist/{es5 → esm}/cmem/react-flow/configuration/unspecified.js +3 -3
  59. package/dist/{es5 → esm}/cmem/react-flow/configuration/unspecified.js.map +0 -0
  60. package/dist/{es5 → esm}/cmem/react-flow/configuration/workflow.js +2 -2
  61. package/dist/{es5 → esm}/cmem/react-flow/configuration/workflow.js.map +0 -0
  62. package/dist/{es5 → esm}/common/Intent/index.js +1 -1
  63. package/dist/{es5 → esm}/common/Intent/index.js.map +0 -0
  64. package/dist/{es5 → esm}/common/utils/openInNewTab.js +0 -0
  65. package/dist/{es5 → esm}/common/utils/openInNewTab.js.map +0 -0
  66. package/dist/{es5 → esm}/common/utils/stringUtils.js +0 -0
  67. package/dist/{es5 → esm}/common/utils/stringUtils.js.map +0 -0
  68. package/dist/{es5 → esm}/components/Accordion/Accordion.js +1 -1
  69. package/dist/{es5 → esm}/components/Accordion/Accordion.js.map +0 -0
  70. package/dist/{es5 → esm}/components/Accordion/AccordionItem.js +1 -1
  71. package/dist/{es5 → esm}/components/Accordion/AccordionItem.js.map +0 -0
  72. package/dist/{es5 → esm}/components/Application/ApplicationContainer.js +1 -1
  73. package/dist/{es5 → esm}/components/Application/ApplicationContainer.js.map +0 -0
  74. package/dist/{es5 → esm}/components/Application/ApplicationContent.js +1 -1
  75. package/dist/{es5 → esm}/components/Application/ApplicationContent.js.map +0 -0
  76. package/dist/{es5 → esm}/components/Application/ApplicationHeader.js +1 -1
  77. package/dist/{es5 → esm}/components/Application/ApplicationHeader.js.map +0 -0
  78. package/dist/{es5 → esm}/components/Application/ApplicationSidebarNavigation.js +1 -1
  79. package/dist/{es5 → esm}/components/Application/ApplicationSidebarNavigation.js.map +0 -0
  80. package/dist/{es5 → esm}/components/Application/ApplicationSidebarToggler.js +1 -1
  81. package/dist/{es5 → esm}/components/Application/ApplicationSidebarToggler.js.map +0 -0
  82. package/dist/{es5 → esm}/components/Application/ApplicationTitle.js +1 -1
  83. package/dist/{es5 → esm}/components/Application/ApplicationTitle.js.map +0 -0
  84. package/dist/{es5 → esm}/components/Application/ApplicationToolbar.js +1 -1
  85. package/dist/{es5 → esm}/components/Application/ApplicationToolbar.js.map +0 -0
  86. package/dist/{es5 → esm}/components/Application/ApplicationToolbarAction.js +1 -1
  87. package/dist/{es5 → esm}/components/Application/ApplicationToolbarAction.js.map +0 -0
  88. package/dist/{es5 → esm}/components/Application/ApplicationToolbarPanel.js +1 -1
  89. package/dist/{es5 → esm}/components/Application/ApplicationToolbarPanel.js.map +0 -0
  90. package/dist/{es5 → esm}/components/Application/ApplicationToolbarSection.js +1 -1
  91. package/dist/{es5 → esm}/components/Application/ApplicationToolbarSection.js.map +0 -0
  92. package/dist/{es5 → esm}/components/AutoSuggestion/AutoSuggestion.js +5 -3
  93. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -0
  94. package/dist/{es5 → esm}/components/AutoSuggestion/AutoSuggestionList.js +1 -1
  95. package/dist/{es5 → esm}/components/AutoSuggestion/AutoSuggestionList.js.map +0 -0
  96. package/dist/{es5 → esm}/components/AutoSuggestion/SingleLineCodeEditor.js +3 -3
  97. package/dist/{es5 → esm}/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
  98. package/dist/{es5 → esm}/components/AutocompleteField/AutoCompleteField.js +3 -2
  99. package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -0
  100. package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbItem.js +2 -2
  101. package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbItem.js.map +0 -0
  102. package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbList.js +2 -2
  103. package/dist/{es5 → esm}/components/Breadcrumb/BreadcrumbList.js.map +0 -0
  104. package/dist/{es5 → esm}/components/Button/Button.js +3 -3
  105. package/dist/{es5 → esm}/components/Button/Button.js.map +0 -0
  106. package/dist/{es5 → esm}/components/Card/Card.js +1 -1
  107. package/dist/{es5 → esm}/components/Card/Card.js.map +0 -0
  108. package/dist/{es5 → esm}/components/Card/CardActions.js +1 -1
  109. package/dist/{es5 → esm}/components/Card/CardActions.js.map +0 -0
  110. package/dist/{es5 → esm}/components/Card/CardActionsAux.js +1 -1
  111. package/dist/{es5 → esm}/components/Card/CardActionsAux.js.map +0 -0
  112. package/dist/{es5 → esm}/components/Card/CardContent.js +1 -1
  113. package/dist/{es5 → esm}/components/Card/CardContent.js.map +0 -0
  114. package/dist/{es5 → esm}/components/Card/CardHeader.js +5 -5
  115. package/dist/{es5 → esm}/components/Card/CardHeader.js.map +0 -0
  116. package/dist/{es5 → esm}/components/Card/CardOptions.js +2 -2
  117. package/dist/{es5 → esm}/components/Card/CardOptions.js.map +0 -0
  118. package/dist/{es5 → esm}/components/Card/CardTitle.js +2 -2
  119. package/dist/{es5 → esm}/components/Card/CardTitle.js.map +0 -0
  120. package/dist/esm/components/Card/index.js +9 -0
  121. package/dist/{es5 → esm}/components/Card/index.js.map +0 -0
  122. package/dist/{es5 → esm}/components/Checkbox/Checkbox.js +1 -1
  123. package/dist/{es5 → esm}/components/Checkbox/Checkbox.js.map +0 -0
  124. package/dist/{es5 → esm}/components/ContextOverlay/ContextMenu.js +4 -4
  125. package/dist/{es5 → esm}/components/ContextOverlay/ContextMenu.js.map +0 -0
  126. package/dist/{es5 → esm}/components/ContextOverlay/ContextOverlay.js +1 -1
  127. package/dist/{es5 → esm}/components/ContextOverlay/ContextOverlay.js.map +0 -0
  128. package/dist/{es5 → esm}/components/Dialog/AlertDialog.js +2 -2
  129. package/dist/{es5 → esm}/components/Dialog/AlertDialog.js.map +0 -0
  130. package/dist/{es5 → esm}/components/Dialog/Modal.js +3 -3
  131. package/dist/{es5 → esm}/components/Dialog/Modal.js.map +1 -1
  132. package/dist/{es5 → esm}/components/Dialog/SimpleDialog.js +4 -4
  133. package/dist/{es5 → esm}/components/Dialog/SimpleDialog.js.map +0 -0
  134. package/dist/{es5 → esm}/components/Form/FieldItem.js +3 -3
  135. package/dist/{es5 → esm}/components/Form/FieldItem.js.map +0 -0
  136. package/dist/esm/components/Form/FieldItemRow.js +34 -0
  137. package/dist/esm/components/Form/FieldItemRow.js.map +1 -0
  138. package/dist/{es5 → esm}/components/Form/FieldSet.js +15 -4
  139. package/dist/esm/components/Form/FieldSet.js.map +1 -0
  140. package/dist/{es5 → esm}/components/Grid/Grid.js +1 -1
  141. package/dist/{es5 → esm}/components/Grid/Grid.js.map +0 -0
  142. package/dist/{es5 → esm}/components/Grid/GridColumn.js +1 -1
  143. package/dist/{es5 → esm}/components/Grid/GridColumn.js.map +0 -0
  144. package/dist/{es5 → esm}/components/Grid/GridRow.js +1 -1
  145. package/dist/{es5 → esm}/components/Grid/GridRow.js.map +0 -0
  146. package/dist/{es5 → esm}/components/Icon/Icon.js +3 -3
  147. package/dist/{es5 → esm}/components/Icon/Icon.js.map +0 -0
  148. package/dist/{es5 → esm}/components/Icon/IconButton.js +3 -3
  149. package/dist/{es5 → esm}/components/Icon/IconButton.js.map +0 -0
  150. package/dist/{es5 → esm}/components/Icon/canonicalIconNames.js +0 -0
  151. package/dist/{es5 → esm}/components/Icon/canonicalIconNames.js.map +0 -0
  152. package/dist/{es5 → esm}/components/Iframe/Iframe.js +3 -3
  153. package/dist/{es5 → esm}/components/Iframe/Iframe.js.map +1 -1
  154. package/dist/{es5 → esm}/components/Iframe/IframeModal.js +4 -4
  155. package/dist/{es5 → esm}/components/Iframe/IframeModal.js.map +0 -0
  156. package/dist/{es5 → esm}/components/Label/Label.js +3 -3
  157. package/dist/{es5 → esm}/components/Label/Label.js.map +0 -0
  158. package/dist/{es5 → esm}/components/Link/Link.js +2 -2
  159. package/dist/{es5 → esm}/components/Link/Link.js.map +0 -0
  160. package/dist/{es5 → esm}/components/List/List.js +1 -1
  161. package/dist/{es5 → esm}/components/List/List.js.map +0 -0
  162. package/dist/{es5 → esm}/components/Menu/Menu.js +1 -1
  163. package/dist/{es5 → esm}/components/Menu/Menu.js.map +0 -0
  164. package/dist/{es5 → esm}/components/Menu/MenuDivider.js +1 -1
  165. package/dist/{es5 → esm}/components/Menu/MenuDivider.js.map +0 -0
  166. package/dist/{es5 → esm}/components/Menu/MenuItem.js +3 -3
  167. package/dist/{es5 → esm}/components/Menu/MenuItem.js.map +0 -0
  168. package/dist/{es5 → esm}/components/MultiSelect/MultiSelect.js +5 -5
  169. package/dist/{es5 → esm}/components/MultiSelect/MultiSelect.js.map +1 -1
  170. package/dist/{es5 → esm}/components/Notification/Notification.js +3 -3
  171. package/dist/{es5 → esm}/components/Notification/Notification.js.map +0 -0
  172. package/dist/{es5 → esm}/components/Notification/Toast.js +2 -2
  173. package/dist/{es5 → esm}/components/Notification/Toast.js.map +0 -0
  174. package/dist/{es5 → esm}/components/NumericInput/NumericInput.js +0 -0
  175. package/dist/{es5 → esm}/components/NumericInput/NumericInput.js.map +0 -0
  176. package/dist/{es5 → esm}/components/OverviewItem/OverviewItem.js +1 -1
  177. package/dist/{es5 → esm}/components/OverviewItem/OverviewItem.js.map +0 -0
  178. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemActions.js +1 -1
  179. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemActions.js.map +0 -0
  180. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDepiction.js +1 -1
  181. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDepiction.js.map +0 -0
  182. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDescription.js +1 -1
  183. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemDescription.js.map +0 -0
  184. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemLine.js +1 -1
  185. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemLine.js.map +0 -0
  186. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemList.js +2 -2
  187. package/dist/{es5 → esm}/components/OverviewItem/OverviewItemList.js.map +1 -1
  188. package/dist/esm/components/OverviewItem/index.js +8 -0
  189. package/dist/{es5 → esm}/components/OverviewItem/index.js.map +0 -0
  190. package/dist/{es5 → esm}/components/Pagination/Pagination.js +1 -1
  191. package/dist/{es5 → esm}/components/Pagination/Pagination.js.map +0 -0
  192. package/dist/{es5 → esm}/components/ProgressBar/ProgressBar.js +0 -0
  193. package/dist/{es5 → esm}/components/ProgressBar/ProgressBar.js.map +0 -0
  194. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyName.js +2 -2
  195. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyName.js.map +0 -0
  196. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValue.js +1 -1
  197. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValue.js.map +0 -0
  198. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValueList.js +1 -1
  199. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValueList.js.map +0 -0
  200. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValuePair.js +1 -1
  201. package/dist/{es5 → esm}/components/PropertyValuePair/PropertyValuePair.js.map +0 -0
  202. package/dist/esm/components/PropertyValuePair/index.js +6 -0
  203. package/dist/{es5 → esm}/components/PropertyValuePair/index.js.map +0 -0
  204. package/dist/{es5 → esm}/components/RadioButton/RadioButton.js +1 -1
  205. package/dist/{es5 → esm}/components/RadioButton/RadioButton.js.map +0 -0
  206. package/dist/{es5 → esm}/components/Separation/Divider.js +1 -1
  207. package/dist/{es5 → esm}/components/Separation/Divider.js.map +0 -0
  208. package/dist/{es5 → esm}/components/Separation/Spacing.js +1 -1
  209. package/dist/{es5 → esm}/components/Separation/Spacing.js.map +0 -0
  210. package/dist/{es5 → esm}/components/SimpleTable/TableContainer.js +1 -1
  211. package/dist/{es5 → esm}/components/SimpleTable/TableContainer.js.map +0 -0
  212. package/dist/{es5 → esm}/components/SimpleTable/index.js +1 -1
  213. package/dist/{es5 → esm}/components/SimpleTable/index.js.map +0 -0
  214. package/dist/{es5 → esm}/components/Spinner/Spinner.js +2 -1
  215. package/dist/esm/components/Spinner/Spinner.js.map +1 -0
  216. package/dist/{es5 → esm}/components/Structure/Section.js +1 -1
  217. package/dist/{es5 → esm}/components/Structure/Section.js.map +0 -0
  218. package/dist/{es5 → esm}/components/Structure/SectionHeader.js +1 -1
  219. package/dist/{es5 → esm}/components/Structure/SectionHeader.js.map +0 -0
  220. package/dist/{es5 → esm}/components/Structure/TitleMainsection.js +1 -1
  221. package/dist/{es5 → esm}/components/Structure/TitleMainsection.js.map +0 -0
  222. package/dist/{es5 → esm}/components/Structure/TitlePage.js +1 -1
  223. package/dist/{es5 → esm}/components/Structure/TitlePage.js.map +0 -0
  224. package/dist/{es5 → esm}/components/Structure/TitleSubsection.js +1 -1
  225. package/dist/{es5 → esm}/components/Structure/TitleSubsection.js.map +0 -0
  226. package/dist/{es5 → esm}/components/Switch/Switch.js +1 -1
  227. package/dist/{es5 → esm}/components/Switch/Switch.js.map +0 -0
  228. package/dist/{es5 → esm}/components/Tabs/Tab.js +2 -2
  229. package/dist/{es5 → esm}/components/Tabs/Tab.js.map +0 -0
  230. package/dist/{es5 → esm}/components/Tabs/TabTitle.js +2 -2
  231. package/dist/{es5 → esm}/components/Tabs/TabTitle.js.map +0 -0
  232. package/dist/{es5 → esm}/components/Tabs/Tabs.js +2 -2
  233. package/dist/{es5 → esm}/components/Tabs/Tabs.js.map +0 -0
  234. package/dist/{es5 → esm}/components/Tag/Tag.js +1 -1
  235. package/dist/{es5 → esm}/components/Tag/Tag.js.map +0 -0
  236. package/dist/{es5 → esm}/components/Tag/TagList.js +14 -3
  237. package/dist/esm/components/Tag/TagList.js.map +1 -0
  238. package/dist/{es5 → esm}/components/TextField/SearchField.js +4 -4
  239. package/dist/{es5 → esm}/components/TextField/SearchField.js.map +0 -0
  240. package/dist/{es5 → esm}/components/TextField/TextArea.js +1 -1
  241. package/dist/{es5 → esm}/components/TextField/TextArea.js.map +0 -0
  242. package/dist/{es5 → esm}/components/TextField/TextField.js +2 -2
  243. package/dist/{es5 → esm}/components/TextField/TextField.js.map +0 -0
  244. package/dist/{es5 → esm}/components/Toolbar/Toolbar.js +1 -1
  245. package/dist/{es5 → esm}/components/Toolbar/Toolbar.js.map +0 -0
  246. package/dist/{es5 → esm}/components/Toolbar/ToolbarSection.js +1 -1
  247. package/dist/{es5 → esm}/components/Toolbar/ToolbarSection.js.map +0 -0
  248. package/dist/{es5 → esm}/components/Tooltip/Tooltip.js +1 -1
  249. package/dist/{es5 → esm}/components/Tooltip/Tooltip.js.map +0 -0
  250. package/dist/{es5 → esm}/components/Typography/Highlighter.js +0 -0
  251. package/dist/{es5 → esm}/components/Typography/Highlighter.js.map +0 -0
  252. package/dist/{es5 → esm}/components/Typography/HtmlContentBlock.js +2 -2
  253. package/dist/{es5 → esm}/components/Typography/HtmlContentBlock.js.map +0 -0
  254. package/dist/{es5 → esm}/components/Typography/OverflowText.js +1 -1
  255. package/dist/{es5 → esm}/components/Typography/OverflowText.js.map +0 -0
  256. package/dist/{es5 → esm}/components/Typography/WhiteSpaceContainer.js +1 -1
  257. package/dist/{es5 → esm}/components/Typography/WhiteSpaceContainer.js.map +0 -0
  258. package/dist/{es5 → esm}/components/Typography/classnames.js +1 -1
  259. package/dist/{es5 → esm}/components/Typography/classnames.js.map +0 -0
  260. package/dist/{es5 → esm}/components/Workspace/WorkspaceContent.js +3 -3
  261. package/dist/{es5 → esm}/components/Workspace/WorkspaceContent.js.map +0 -0
  262. package/dist/{es5 → esm}/components/Workspace/WorkspaceHeader.js +1 -1
  263. package/dist/{es5 → esm}/components/Workspace/WorkspaceHeader.js.map +0 -0
  264. package/dist/{es5 → esm}/components/Workspace/WorkspaceMain.js +2 -2
  265. package/dist/{es5 → esm}/components/Workspace/WorkspaceMain.js.map +0 -0
  266. package/dist/{es5 → esm}/components/Workspace/WorkspaceSide.js +2 -2
  267. package/dist/{es5 → esm}/components/Workspace/WorkspaceSide.js.map +0 -0
  268. package/dist/{es5 → esm}/components/interfaces.js +0 -0
  269. package/dist/{es5 → esm}/components/interfaces.js.map +0 -0
  270. package/dist/{es5 → esm}/configuration/constants.js +0 -0
  271. package/dist/{es5 → esm}/configuration/constants.js.map +0 -0
  272. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeDefault.js +1 -1
  273. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeDefault.js.map +0 -0
  274. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeStep.js +2 -2
  275. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeStep.js.map +0 -0
  276. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeTools.js +2 -2
  277. package/dist/{es5 → esm}/extensions/react-flow/edges/EdgeTools.js.map +0 -0
  278. package/dist/{es5 → esm}/extensions/react-flow/edges/edgeTypes.js +2 -2
  279. package/dist/{es5 → esm}/extensions/react-flow/edges/edgeTypes.js.map +0 -0
  280. package/dist/{es5 → esm}/extensions/react-flow/edges/getSmoothStepPath.js +0 -0
  281. package/dist/{es5 → esm}/extensions/react-flow/edges/getSmoothStepPath.js.map +0 -0
  282. package/dist/{es5 → esm}/extensions/react-flow/edges/utils.js +1 -1
  283. package/dist/{es5 → esm}/extensions/react-flow/edges/utils.js.map +0 -0
  284. package/dist/{es5 → esm}/extensions/react-flow/handles/HandleContent.js +2 -2
  285. package/dist/{es5 → esm}/extensions/react-flow/handles/HandleContent.js.map +0 -0
  286. package/dist/{es5 → esm}/extensions/react-flow/handles/HandleDefault.js +1 -1
  287. package/dist/{es5 → esm}/extensions/react-flow/handles/HandleDefault.js.map +0 -0
  288. package/dist/esm/extensions/react-flow/index.js +12 -0
  289. package/dist/{es5 → esm}/extensions/react-flow/index.js.map +0 -0
  290. package/dist/{es5 → esm}/extensions/react-flow/minimap/MiniMap.js +1 -1
  291. package/dist/{es5 → esm}/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  292. package/dist/{es5 → esm}/extensions/react-flow/minimap/utils.js +2 -2
  293. package/dist/{es5 → esm}/extensions/react-flow/minimap/utils.js.map +0 -0
  294. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContent.js +3 -3
  295. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContent.js.map +0 -0
  296. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContentExtension.js +2 -2
  297. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeContentExtension.js.map +0 -0
  298. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeDefault.js +2 -2
  299. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeDefault.js.map +0 -0
  300. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeTools.js +2 -2
  301. package/dist/{es5 → esm}/extensions/react-flow/nodes/NodeTools.js.map +0 -0
  302. package/dist/{es5 → esm}/extensions/react-flow/nodes/nodeTypes.js +1 -1
  303. package/dist/{es5 → esm}/extensions/react-flow/nodes/nodeTypes.js.map +0 -0
  304. package/dist/esm/index.js +97 -0
  305. package/dist/{es5 → esm}/index.js.map +0 -0
  306. package/dist/{es5 → esm}/legacy-replacements/Button/AffirmativeButton.js +1 -1
  307. package/dist/{es5 → esm}/legacy-replacements/Button/AffirmativeButton.js.map +0 -0
  308. package/dist/{es5 → esm}/legacy-replacements/Button/Button.js +1 -1
  309. package/dist/{es5 → esm}/legacy-replacements/Button/Button.js.map +0 -0
  310. package/dist/{es5 → esm}/legacy-replacements/Button/DismissiveButton.js +1 -1
  311. package/dist/{es5 → esm}/legacy-replacements/Button/DismissiveButton.js.map +0 -0
  312. package/dist/{es5 → esm}/legacy-replacements/Button/DisruptiveButton.js +1 -1
  313. package/dist/{es5 → esm}/legacy-replacements/Button/DisruptiveButton.js.map +0 -0
  314. package/dist/{es5 → esm}/legacy-replacements/Checkbox/Checkbox.js +1 -1
  315. package/dist/{es5 → esm}/legacy-replacements/Checkbox/Checkbox.js.map +0 -0
  316. package/dist/{es5 → esm}/legacy-replacements/Radio/RadioButton.js +1 -1
  317. package/dist/{es5 → esm}/legacy-replacements/Radio/RadioButton.js.map +0 -0
  318. package/dist/{es5 → esm}/legacy-replacements/Tabs/Tabs.js +1 -1
  319. package/dist/{es5 → esm}/legacy-replacements/Tabs/Tabs.js.map +0 -0
  320. package/dist/{es5 → esm}/legacy-replacements/TextField/TextField.js +4 -4
  321. package/dist/{es5 → esm}/legacy-replacements/TextField/TextField.js.map +0 -0
  322. package/dist/{es5 → esm}/legacy-replacements/index.js +9 -9
  323. package/dist/{es5 → esm}/legacy-replacements/index.js.map +0 -0
  324. package/dist/{es5 → esm}/package.json +0 -0
  325. package/dist/types/components/AutoSuggestion/SingleLineCodeEditor.d.ts +1 -1
  326. package/dist/types/components/MultiSelect/MultiSelect.d.ts +1 -1
  327. package/package.json +7 -6
  328. package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +1 -1
  329. package/src/components/Accordion/accordion.scss +1 -2
  330. package/src/components/AutoSuggestion/AutoSuggestion.tsx +2 -0
  331. package/src/components/AutoSuggestion/SingleLineCodeEditor.tsx +3 -3
  332. package/src/components/AutocompleteField/AutoCompleteField.tsx +1 -0
  333. package/src/components/Dialog/Modal.tsx +1 -1
  334. package/src/components/Form/FieldItemRow.tsx +1 -1
  335. package/src/components/Form/FieldSet.tsx +1 -0
  336. package/src/components/Iframe/Iframe.tsx +1 -1
  337. package/src/components/MultiSelect/MultiSelect.tsx +2 -2
  338. package/src/components/OverviewItem/OverviewItemList.tsx +1 -1
  339. package/src/components/Spinner/Spinner.tsx +1 -0
  340. package/src/components/Tag/TagList.tsx +1 -0
  341. package/src/extensions/react-flow/minimap/MiniMap.tsx +1 -1
  342. package/dist/es5/cmem/ActivityControl/index.js +0 -4
  343. package/dist/es5/cmem/ContentBlobToggler/index.js +0 -3
  344. package/dist/es5/components/AutoSuggestion/AutoSuggestion.js.map +0 -1
  345. package/dist/es5/components/AutocompleteField/AutoCompleteField.js.map +0 -1
  346. package/dist/es5/components/Card/index.js +0 -9
  347. package/dist/es5/components/Form/FieldItemRow.js +0 -23
  348. package/dist/es5/components/Form/FieldItemRow.js.map +0 -1
  349. package/dist/es5/components/Form/FieldSet.js.map +0 -1
  350. package/dist/es5/components/OverviewItem/index.js +0 -8
  351. package/dist/es5/components/PropertyValuePair/index.js +0 -6
  352. package/dist/es5/components/Spinner/Spinner.js.map +0 -1
  353. package/dist/es5/components/Tag/TagList.js.map +0 -1
  354. package/dist/es5/extensions/react-flow/index.js +0 -12
  355. package/dist/es5/index.js +0 -97
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React, { memo } from 'react';
24
24
  import { getMarkerEnd, getEdgeCenter, EdgeText, } from "react-flow-renderer";
25
- import { drawEdgeStraight } from "./utils";
25
+ import { drawEdgeStraight } from "./utils.js";
26
26
  export var EdgeDefault = memo(function (edge) {
27
27
  var _a;
28
28
  var _b = edge.data, data = _b === void 0 ? {} : _b, _c = edge.drawSvgPath, drawSvgPath = _c === void 0 ? drawEdgeStraight : _c, edgeOriginalProperties = __rest(edge, ["data", "drawSvgPath"]);
@@ -10,8 +10,8 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import React, { memo } from 'react';
13
- import { EdgeDefault } from "./EdgeDefault";
14
- import { drawEdgeStep } from "./utils";
13
+ import { EdgeDefault } from "./EdgeDefault.js";
14
+ import { drawEdgeStep } from "./utils.js";
15
15
  export var EdgeStep = memo(function (edge) {
16
16
  return (React.createElement(EdgeDefault, __assign({}, edge, { drawSvgPath: drawEdgeStep })));
17
17
  });
@@ -21,8 +21,8 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React, { memo } from 'react';
24
- import { ContextOverlay } from "../../../index";
25
- import { CLASSPREFIX as eccgui } from "../../../configuration/constants";
24
+ import { ContextOverlay } from "../../../index.js";
25
+ import { CLASSPREFIX as eccgui } from "../../../configuration/constants.js";
26
26
  import { PopoverInteractionKind as BlueprintPopoverInteractionKind, } from "@blueprintjs/core";
27
27
  export var EdgeTools = memo(function (_a) {
28
28
  var posOffset = _a.posOffset, children = _a.children, otherProps = __rest(_a, ["posOffset", "children"]);
@@ -4,8 +4,8 @@
4
4
  1. do not export all sub elements, e.g. edges
5
5
  2. we need to add additional features for better usage
6
6
  */
7
- import { EdgeDefault } from "./EdgeDefault";
8
- import { EdgeStep } from "./EdgeStep";
7
+ import { EdgeDefault } from "./EdgeDefault.js";
8
+ import { EdgeStep } from "./EdgeStep.js";
9
9
  export var edgeTypes = {
10
10
  default: EdgeDefault,
11
11
  straight: EdgeDefault,
@@ -1,5 +1,5 @@
1
1
  import { Position } from "react-flow-renderer";
2
- import { getSmoothStepPath } from "./getSmoothStepPath";
2
+ import { getSmoothStepPath } from "./getSmoothStepPath.js";
3
3
  var posCorrectionEdge = function (_a) {
4
4
  var sourceX = _a.sourceX, sourceY = _a.sourceY, sourcePosition = _a.sourcePosition, targetX = _a.targetX, targetY = _a.targetY, targetPosition = _a.targetPosition, _b = _a.correctionLength, correctionLength = _b === void 0 ? 7 : _b, _c = _a.correctionRadius, correctionRadius = _c === void 0 ? 7 : _c;
5
5
  var newSourceX = sourceX;
@@ -1,6 +1,6 @@
1
1
  import React, { memo } from 'react';
2
- import { CLASSPREFIX as eccgui } from "../../../configuration/constants";
3
- import { Tooltip } from "../../../index";
2
+ import { CLASSPREFIX as eccgui } from "../../../configuration/constants.js";
3
+ import { Tooltip } from "../../../index.js";
4
4
  export var HandleContent = memo(function (_a) {
5
5
  var children = _a.children, extendedTooltip = _a.extendedTooltip;
6
6
  var handleContent = !!children ? (React.createElement("div", { className: eccgui + "-graphviz__handle__content" }, children)) : !!extendedTooltip ? (React.createElement("div", { className: eccgui + "-graphviz__handle__content" })) : (React.createElement(React.Fragment, null));
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React, { memo } from 'react';
24
24
  import { Handle, } from "react-flow-renderer";
25
- import { HandleContent } from "./HandleContent";
25
+ import { HandleContent } from "./HandleContent.js";
26
26
  export var HandleDefault = memo(function (_a) {
27
27
  var data = _a.data, tooltip = _a.tooltip, children = _a.children, handleProps = __rest(_a, ["data", "tooltip", "children"]);
28
28
  var tooltipTitle = !!tooltip ? { title: tooltip } : {};
@@ -0,0 +1,12 @@
1
+ export { NodeDefault } from "./nodes/NodeDefault.js";
2
+ export { NodeContent } from "./nodes/NodeContent.js";
3
+ export { NodeContentExtension } from "./nodes/NodeContentExtension.js";
4
+ export { NodeTools } from "./nodes/NodeTools.js";
5
+ export { nodeTypes } from "./nodes/nodeTypes.js";
6
+ export { EdgeDefault } from "./edges/EdgeDefault.js";
7
+ export { EdgeStep } from "./edges/EdgeStep.js";
8
+ export { EdgeTools } from "./edges/EdgeTools.js";
9
+ export { edgeTypes } from "./edges/edgeTypes.js";
10
+ export { MiniMap } from "./minimap/MiniMap.js";
11
+ export { minimapNodeClassName, minimapNodeColor } from "./minimap/utils.js";
12
+ //# sourceMappingURL=index.js.map
@@ -83,7 +83,7 @@ export var MiniMap = memo(function (_a) {
83
83
  /**
84
84
  enables the mini-map fake drag effect see "handleMiniMapMouseMove" above.
85
85
  **/
86
- var handleMiniMapMouseDown = function (event) {
86
+ var handleMiniMapMouseDown = function () {
87
87
  if (enableNavigation && flowInstance) {
88
88
  minimapCalcConf.navigationOn = true;
89
89
  }
@@ -1 +1 @@
1
- {"version":3,"file":"MiniMap.js","sourceRoot":"","sources":["../../../../../src/extensions/react-flow/minimap/MiniMap.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MiniMap.js","sourceRoot":"","sources":["../../../../../src/extensions/react-flow/minimap/MiniMap.tsx"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
- import { CLASSPREFIX as eccgui } from "./../../../configuration/constants";
2
- import { gethighlightedStateClasses } from "./../nodes/NodeContent";
1
+ import { CLASSPREFIX as eccgui } from "./../../../configuration/constants.js";
2
+ import { gethighlightedStateClasses } from "./../nodes/NodeContent.js";
3
3
  export var minimapNodeClassName = function (node) {
4
4
  var _a, _b, _c;
5
5
  var typeClass = eccgui + "-graphviz__minimap__node--" + node.type;
@@ -38,9 +38,9 @@ var __read = (this && this.__read) || function (o, n) {
38
38
  };
39
39
  import React from "react";
40
40
  import { Position } from "react-flow-renderer";
41
- import { Icon, Tooltip } from "../../../index";
42
- import { CLASSPREFIX as eccgui } from "../../../configuration/constants";
43
- import { HandleDefault } from "./../handles/HandleDefault";
41
+ import { Icon, Tooltip } from "../../../index.js";
42
+ import { CLASSPREFIX as eccgui } from "../../../configuration/constants.js";
43
+ import { HandleDefault } from "./../handles/HandleDefault.js";
44
44
  var defaultHandles = [
45
45
  { type: "target" },
46
46
  { type: "source" },
@@ -21,8 +21,8 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React from "react";
24
- import { CLASSPREFIX as eccgui } from "../../../configuration/constants";
25
- import IconButton from "../../../components/Icon/IconButton";
24
+ import { CLASSPREFIX as eccgui } from "../../../configuration/constants.js";
25
+ import IconButton from "../../../components/Icon/IconButton.js";
26
26
  /**
27
27
  * Displays an content area that can be attached to `NodeContent` elements.
28
28
  */
@@ -11,8 +11,8 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import React, { memo } from "react";
13
13
  import { Position } from "react-flow-renderer";
14
- import { Tooltip } from "../../../index";
15
- import { NodeContent } from "./NodeContent";
14
+ import { Tooltip } from "../../../index.js";
15
+ import { NodeContent } from "./NodeContent.js";
16
16
  /**
17
17
  * The `NodeDefault` element manages the display of React-Flow nodes.
18
18
  * This element cannot be used directly, it must be connected via a `nodeTypes` definition and all properties need to be routed through the `elements` property items inside the `ReactFlow` container.
@@ -38,8 +38,8 @@ var __read = (this && this.__read) || function (o, n) {
38
38
  };
39
39
  import React, { memo, useEffect, useState } from "react";
40
40
  import { PopoverInteractionKind as BlueprintPopoverInteractionKind, } from "@blueprintjs/core";
41
- import { ContextOverlay, IconButton } from "../../../index";
42
- import { CLASSPREFIX as eccgui } from "../../../configuration/constants";
41
+ import { ContextOverlay, IconButton } from "../../../index.js";
42
+ import { CLASSPREFIX as eccgui } from "../../../configuration/constants.js";
43
43
  export var NodeTools = memo(function (_a) {
44
44
  var children = _a.children, _b = _a.togglerElement, togglerElement = _b === void 0 ? "item-moremenu" : _b, _c = _a.togglerText, togglerText = _c === void 0 ? "Show more options" : _c, menuButtonDataTestId = _a.menuButtonDataTestId, menuFunctionsCallback = _a.menuFunctionsCallback, otherOverlayProps = __rest(_a, ["children", "togglerElement", "togglerText", "menuButtonDataTestId", "menuFunctionsCallback"]);
45
45
  var _d = __read(useState(false), 2), isOpen = _d[0], setIsOpen = _d[1];
@@ -1,4 +1,4 @@
1
- import { NodeDefault } from "./NodeDefault";
1
+ import { NodeDefault } from "./NodeDefault.js";
2
2
  export var nodeTypes = {
3
3
  default: NodeDefault,
4
4
  graphNode: NodeDefault,
@@ -0,0 +1,97 @@
1
+ import ApplicationContainer from "./components/Application/ApplicationContainer.js";
2
+ import ApplicationHeader from "./components/Application/ApplicationHeader.js";
3
+ import ApplicationContent from "./components/Application/ApplicationContent.js";
4
+ import ApplicationSidebarNavigation from "./components/Application/ApplicationSidebarNavigation.js";
5
+ import ApplicationSidebarToggler from "./components/Application/ApplicationSidebarToggler.js";
6
+ import ApplicationTitle from "./components/Application/ApplicationTitle.js";
7
+ import ApplicationToolbar from "./components/Application/ApplicationToolbar.js";
8
+ import ApplicationToolbarSection from "./components/Application/ApplicationToolbarSection.js";
9
+ import ApplicationToolbarAction from "./components/Application/ApplicationToolbarAction.js";
10
+ import ApplicationToolbarPanel from "./components/Application/ApplicationToolbarPanel.js";
11
+ import AutoSuggestion from "./components/AutoSuggestion/AutoSuggestion.js";
12
+ import { AutoSuggestionList } from "./components/AutoSuggestion/AutoSuggestionList.js";
13
+ import SingleLineCodeEditor from "./components/AutoSuggestion/SingleLineCodeEditor.js";
14
+ import HtmlContentBlock from "./components/Typography/HtmlContentBlock.js";
15
+ import OverflowText from "./components/Typography/OverflowText.js";
16
+ import WhiteSpaceContainer from "./components/Typography/WhiteSpaceContainer.js";
17
+ import Highlighter from "./components/Typography/Highlighter.js";
18
+ import Grid from "./components/Grid/Grid.js";
19
+ import GridRow from "./components/Grid/GridRow.js";
20
+ import GridColumn from "./components/Grid/GridColumn.js";
21
+ import WorkspaceContent from "./components/Workspace/WorkspaceContent.js";
22
+ import WorkspaceMain from "./components/Workspace/WorkspaceMain.js";
23
+ import WorkspaceSide from "./components/Workspace/WorkspaceSide.js";
24
+ import WorkspaceHeader from "./components/Workspace/WorkspaceHeader.js";
25
+ import Icon from "./components/Icon/Icon.js";
26
+ import IconButton from "./components/Icon/IconButton.js";
27
+ import Label from "./components/Label/Label.js";
28
+ import Button from "./components/Button/Button.js";
29
+ import Checkbox from "./components/Checkbox/Checkbox.js";
30
+ import RadioButton from "./components/RadioButton/RadioButton.js";
31
+ import Tabs from "./components/Tabs/Tabs.js";
32
+ import Tab from "./components/Tabs/Tab.js";
33
+ import TabTitle from "./components/Tabs/TabTitle.js";
34
+ import TextField from "./components/TextField/TextField.js";
35
+ import TextArea from "./components/TextField/TextArea.js";
36
+ import SearchField from "./components/TextField/SearchField.js";
37
+ import Switch from "./components/Switch/Switch.js";
38
+ import NumericInput from "./components/NumericInput/NumericInput.js";
39
+ import FieldItem from "./components/Form/FieldItem.js";
40
+ import FieldItemRow from "./components/Form/FieldItemRow.js";
41
+ import FieldSet from "./components/Form/FieldSet.js";
42
+ import { AutoCompleteField } from "./components/AutocompleteField/AutoCompleteField.js";
43
+ import Menu from "./components/Menu/Menu.js";
44
+ import MenuItem from "./components/Menu/MenuItem.js";
45
+ import MenuDivider from "./components/Menu/MenuDivider.js";
46
+ import ContextOverlay from "./components/ContextOverlay/ContextOverlay.js";
47
+ import ContextMenu from "./components/ContextOverlay/ContextMenu.js";
48
+ import Pagination from "./components/Pagination/Pagination.js";
49
+ import Tag from "./components/Tag/Tag.js";
50
+ import TagList from "./components/Tag/TagList.js";
51
+ import Notification from "./components/Notification/Notification.js";
52
+ import Toast from "./components/Notification/Toast.js";
53
+ import { Select } from "@blueprintjs/select";
54
+ import MultiSelect from "./components/MultiSelect/MultiSelect.js";
55
+ import { Iframe } from "./components/Iframe/Iframe.js";
56
+ import { IframeModal } from "./components/Iframe/IframeModal.js";
57
+ import { OverviewItem, OverviewItemActions, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemList, } from "./components/OverviewItem/index.js";
58
+ import { TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader, } from "./components/SimpleTable/index.js";
59
+ import BreadcrumbList from "./components/Breadcrumb/BreadcrumbList.js";
60
+ import BreadcrumbItem from "./components/Breadcrumb/BreadcrumbItem.js";
61
+ import Modal from "./components/Dialog/Modal.js";
62
+ import SimpleDialog from "./components/Dialog/SimpleDialog.js";
63
+ import AlertDialog from "./components/Dialog/AlertDialog.js";
64
+ import { Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, } from "./components/Card/index.js";
65
+ import Spacing from "./components/Separation/Spacing.js";
66
+ import Divider from "./components/Separation/Divider.js";
67
+ import Tooltip from "./components/Tooltip/Tooltip.js";
68
+ import Toolbar from "./components/Toolbar/Toolbar.js";
69
+ import ToolbarSection from "./components/Toolbar/ToolbarSection.js";
70
+ import Section from "./components/Structure/Section.js";
71
+ import SectionHeader from "./components/Structure/SectionHeader.js";
72
+ import TitlePage from "./components/Structure/TitlePage.js";
73
+ import TitleMainsection from "./components/Structure/TitleMainsection.js";
74
+ import TitleSubsection from "./components/Structure/TitleSubsection.js";
75
+ import Accordion from "./components/Accordion/Accordion.js";
76
+ import AccordionItem from "./components/Accordion/AccordionItem.js";
77
+ import Link from "./components/Link/Link.js";
78
+ import Spinner from "./components/Spinner/Spinner.js";
79
+ import { PropertyName, PropertyValue, PropertyValuePair, PropertyValueList } from "./components/PropertyValuePair/index.js";
80
+ import * as TypographyClassNames from "./components/Typography/classnames.js";
81
+ import { ClassNames as IntentClassNames } from "./common/Intent/index.js";
82
+ import { openInNewTab } from "./common/utils/openInNewTab.js";
83
+ import { ProgressBar } from "./components/ProgressBar/ProgressBar.js";
84
+ import List from "./components/List/List.js";
85
+ import * as LegacyReplacements from "./legacy-replacements/index.js";
86
+ var HelperClasses = {
87
+ Typography: TypographyClassNames,
88
+ Intent: IntentClassNames,
89
+ };
90
+ var Utilities = {
91
+ openInNewTab: openInNewTab
92
+ };
93
+ export { ApplicationContainer, ApplicationHeader, ApplicationContent, ApplicationSidebarNavigation, ApplicationSidebarToggler, ApplicationTitle, ApplicationToolbar, ApplicationToolbarSection, ApplicationToolbarAction, ApplicationToolbarPanel, AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, HtmlContentBlock, OverflowText, WhiteSpaceContainer, Highlighter, Grid, GridRow, GridColumn, List, WorkspaceContent, WorkspaceMain, WorkspaceSide, WorkspaceHeader, Menu, MenuItem, MenuDivider, ContextOverlay, ContextMenu, OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList, TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader, Icon, IconButton, Label, Button, Checkbox, RadioButton, Tabs, Tab, TabTitle, TextField, TextArea, SearchField, Switch, NumericInput, FieldItem, FieldItemRow, FieldSet, BreadcrumbList, BreadcrumbItem, Modal, SimpleDialog, AlertDialog, Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, Spacing, Divider, Tooltip, Section, SectionHeader, TitlePage, TitleMainsection, TitleSubsection, Accordion, AccordionItem, Toolbar, ToolbarSection, Tag, TagList, Pagination, Notification, Link, Spinner, PropertyName, PropertyValue, PropertyValuePair, PropertyValueList, Toast, HelperClasses, Select, // FIXME: CMEM-3742: include as own element
94
+ MultiSelect, AutoCompleteField, ProgressBar, Iframe, IframeModal, Utilities, LegacyReplacements, };
95
+ export * from "./cmem/index.js";
96
+ export * from "./extensions/react-flow/index.js";
97
+ //# sourceMappingURL=index.js.map
File without changes
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React from 'react';
24
- import { ButtonReplacement } from "./Button";
24
+ import { ButtonReplacement } from "./Button.js";
25
25
  export function AffirmativeButtonReplacement(_a) {
26
26
  var children = _a.children, otherProps = __rest(_a, ["children"]);
27
27
  return (React.createElement(ButtonReplacement, __assign({}, otherProps, { affirmative: true }), children));
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React from 'react';
24
- import Button from "../../components/Button/Button";
24
+ import Button from "../../components/Button/Button.js";
25
25
  export var iconMappings = {
26
26
  "edit": "item-edit",
27
27
  "delete": "item-remove",
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React from 'react';
24
- import { ButtonReplacement } from "./Button";
24
+ import { ButtonReplacement } from "./Button.js";
25
25
  export function DismissiveButtonReplacement(_a) {
26
26
  var children = _a.children, otherProps = __rest(_a, ["children"]);
27
27
  return (React.createElement(ButtonReplacement, __assign({}, otherProps, { dismissive: true }), children));
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React from 'react';
24
- import { ButtonReplacement } from "./Button";
24
+ import { ButtonReplacement } from "./Button.js";
25
25
  export function DisruptiveButtonReplacement(_a) {
26
26
  var children = _a.children, otherProps = __rest(_a, ["children"]);
27
27
  return (React.createElement(ButtonReplacement, __assign({}, otherProps, { disruptive: true }), children));
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React from 'react';
24
- import Checkbox from "../../components/Checkbox/Checkbox";
24
+ import Checkbox from "../../components/Checkbox/Checkbox.js";
25
25
  var extendedOnChangeBoolean = function (onChangeFn, event) {
26
26
  if (typeof onChangeFn === "function") {
27
27
  onChangeFn({
@@ -21,7 +21,7 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React from 'react';
24
- import RadioButton from "../../components/RadioButton/RadioButton";
24
+ import RadioButton from "../../components/RadioButton/RadioButton.js";
25
25
  export function RadioButtonReplacement(_a) {
26
26
  var children = _a.children, label = _a.label, otherProps = __rest(_a, ["children", "label"]);
27
27
  if (process.env.NODE_ENV === 'development') {
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React from 'react';
24
24
  import { Tabs as BlueprintTabs, Tab, } from "@blueprintjs/core";
25
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
25
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
26
26
  var createDeprecatedTab = function (_a) {
27
27
  var tabId = _a.tabId, tabTitle = _a.tabTitle, tabContent = _a.tabContent, _b = _a.dontShrink, dontShrink = _b === void 0 ? false : _b, otherTabProps = __rest(_a, ["tabId", "tabTitle", "tabContent", "dontShrink"]);
28
28
  var extraStyles = dontShrink ? { style: { flexShrink: 0 } } : {};
@@ -21,10 +21,10 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import React from 'react';
24
- import FieldItem from "../../components/Form/FieldItem";
25
- import TextField from "../../components/TextField/TextField";
26
- import TextArea from "../../components/TextField/TextArea";
27
- import IconButton from "../../components/Icon/IconButton";
24
+ import FieldItem from "../../components/Form/FieldItem.js";
25
+ import TextField from "../../components/TextField/TextField.js";
26
+ import TextArea from "../../components/TextField/TextArea.js";
27
+ import IconButton from "../../components/Icon/IconButton.js";
28
28
  var extendedOnChange = function (onChangeFn, event) {
29
29
  if (typeof onChangeFn === "function") {
30
30
  onChangeFn({
@@ -1,10 +1,10 @@
1
- export { ButtonReplacement as Button } from "./Button/Button";
2
- export { AffirmativeButtonReplacement as AffirmativeButton } from "./Button/AffirmativeButton";
3
- export { DismissiveButtonReplacement as DismissiveButton } from "./Button/DismissiveButton";
4
- export { DisruptiveButtonReplacement as DisruptiveButton } from "./Button/DisruptiveButton";
5
- export { ButtonReplacement as ProgressButton } from "./Button/Button";
6
- export { CheckboxReplacement as Checkbox } from "./Checkbox/Checkbox";
7
- export { RadioButtonReplacement as Radio } from "./Radio/RadioButton";
8
- export { TabsReplacement as Tabs } from "./Tabs/Tabs";
9
- export { TextFieldReplacement as TextField } from "./TextField/TextField";
1
+ export { ButtonReplacement as Button } from "./Button/Button.js";
2
+ export { AffirmativeButtonReplacement as AffirmativeButton } from "./Button/AffirmativeButton.js";
3
+ export { DismissiveButtonReplacement as DismissiveButton } from "./Button/DismissiveButton.js";
4
+ export { DisruptiveButtonReplacement as DisruptiveButton } from "./Button/DisruptiveButton.js";
5
+ export { ButtonReplacement as ProgressButton } from "./Button/Button.js";
6
+ export { CheckboxReplacement as Checkbox } from "./Checkbox/Checkbox.js";
7
+ export { RadioButtonReplacement as Radio } from "./Radio/RadioButton.js";
8
+ export { TabsReplacement as Tabs } from "./Tabs/Tabs.js";
9
+ export { TextFieldReplacement as TextField } from "./TextField/TextField.js";
10
10
  //# sourceMappingURL=index.js.map
File without changes
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import "codemirror/addon/display/placeholder";
2
+ import "codemirror/addon/display/placeholder.js";
3
3
  import "codemirror/mode/sparql/sparql.js";
4
4
  import { Editor as CodeMirrorEditor } from "codemirror";
5
5
  export interface IEditorProps {
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { MultiSelectProps } from "@blueprintjs/select";
3
3
  import { HTMLInputProps } from "@blueprintjs/core/src/common/props";
4
- interface SelectedParamsType<T> {
4
+ export interface SelectedParamsType<T> {
5
5
  newlySelected: T;
6
6
  selectedItems: T[];
7
7
  createdItems: Partial<T>[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eccenca/gui-elements",
3
3
  "description": "GUI elements based on other libraries, usable in React application, written in Typescript.",
4
- "version": "22.1.0-rc.1",
4
+ "version": "22.1.0",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/eccenca/gui-elements",
7
7
  "bugs": "https://github.com/eccenca/gui-elements/issues",
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "style": "src/index.scss",
34
34
  "main": "dist/cjs/index.js",
35
- "module": "dist/es5/index.js",
35
+ "module": "dist/esm/index.js",
36
36
  "types": "dist/types/index.d.ts",
37
37
  "exports": {
38
38
  ".": {
39
- "import": "./dist/es5/index.js",
39
+ "import": "./dist/esm/index.js",
40
40
  "require": "./dist/cjs/index.js"
41
41
  }
42
42
  },
@@ -46,9 +46,9 @@
46
46
  ],
47
47
  "scripts": {
48
48
  "build:clean": "rimraf dist/",
49
- "build:es5": "tsc --build .typescript/tsbuild-es5.json && ./scripts/fix-es5-dist",
50
- "build:cjs": "tsc --build .typescript/tsbuild-cjs.json && ./scripts/fix-cjs-dist",
51
- "build:all": "yarn build:clean && yarn build:es5 && yarn build:cjs",
49
+ "build:esm": "tsc --project .typescript/tsbuild-esm.json && ./scripts/fix-esm-dist",
50
+ "build:cjs": "tsc --project .typescript/tsbuild-cjs.json && ./scripts/fix-cjs-dist",
51
+ "build:all": "yarn build:clean && yarn build:esm && yarn build:cjs",
52
52
  "compile": "tsc --build tsconfig.json",
53
53
  "compile-scss": "node-sass src/index.scss --importer=node_modules/node-sass-tilde-importer",
54
54
  "storybook": "start-storybook -p 6006",
@@ -127,6 +127,7 @@
127
127
  "rimraf": "^3.0.2",
128
128
  "sass-loader": "8.0.2",
129
129
  "style-loader": "0.23.1",
130
+ "tsc-esm-fix": "^2.13.0",
130
131
  "typescript": "4.4.4",
131
132
  "webpack": "^4.46.0"
132
133
  },
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { ContentBlobToggler, Markdown } from "../";
2
+ import { ContentBlobToggler, Markdown } from "./..";
3
3
 
4
4
  interface IStringPreviewContentBlobTogglerProps extends React.HTMLAttributes<HTMLDivElement> {
5
5
  /**
@@ -3,7 +3,6 @@
3
3
 
4
4
  // changes
5
5
 
6
-
7
6
  .#{$prefix}--accordion__heading {
8
7
  min-height: mini-units(5);
9
8
  align-items: center;
@@ -47,7 +46,7 @@
47
46
  }
48
47
 
49
48
  *, *::before, *::after {
50
- box-sizing: revert;
49
+ box-sizing: inherit;
51
50
  }
52
51
  }
53
52
 
@@ -182,6 +182,7 @@ const AutoSuggestion = ({
182
182
  return () => marker.clear()
183
183
  }
184
184
  }
185
+ return;
185
186
  }, [highlightedElement, selectedTextRanges, editorInstance])
186
187
 
187
188
  //handle linting
@@ -266,6 +267,7 @@ const AutoSuggestion = ({
266
267
  handleEditorInputChange(value, cursorPosition)
267
268
  return handleEditorInputChange.cancel
268
269
  }
270
+ return;
269
271
  }, [cursorPosition, value, isFocused, handleEditorInputChange]);
270
272
 
271
273
  // Trigger input validation
@@ -1,4 +1,4 @@
1
- import "codemirror/addon/display/placeholder"
1
+ import "codemirror/addon/display/placeholder.js"
2
2
  import "codemirror/mode/sparql/sparql.js";
3
3
  import React from "react";
4
4
  import { Controlled as ControlledEditor } from "react-codemirror2";
@@ -74,7 +74,7 @@ const SingleLineCodeEditor = ({
74
74
  placeholder,
75
75
  scrollbarStyle: showScrollBar ? "native" : "null"
76
76
  }}
77
- onSelection={(editor, data) => {
77
+ onSelection={(_editor, data) => {
78
78
  if(Array.isArray(data?.ranges)) {
79
79
  onSelection(data.ranges
80
80
  .map((r: any) => ({from: r.from().ch, to: r.to().ch}))
@@ -84,7 +84,7 @@ const SingleLineCodeEditor = ({
84
84
  onCursor={(editor, data) => {
85
85
  onCursorChange(data, editor.cursorCoords(true, "div"));
86
86
  }}
87
- onBeforeChange={(editor, data, value) => {
87
+ onBeforeChange={(_editor, _data, value) => {
88
88
  const trimmedValue = value.replace(/\n/g, "");
89
89
  onChange(trimmedValue);
90
90
  }}
@@ -213,6 +213,7 @@ export function AutoCompleteField<T extends any, UPDATE_VALUE extends any>(props
213
213
  setListLoading(false);
214
214
  };
215
215
  }
216
+ return;
216
217
  },
217
218
  // eslint-disable-next-line react-hooks/exhaustive-deps
218
219
  [hasFocus, query]