@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
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  /**
26
26
  * This element can include all basic information and actions to give an overview about the item.
27
27
  * Mainly used in items list or to create basic widgets.
@@ -33,7 +33,7 @@ function OverviewItemList(_a) {
33
33
  (hasDivider ? eccgui + "-overviewitem__list--hasdivider " : '') +
34
34
  (hasSpacing ? eccgui + "-overviewitem__list--hasspacing " : '') +
35
35
  (columns > 1 ? eccgui + "-overviewitem__list--hascolumns " : '') + // FIXME: Support numbers > 2
36
- className }), React.Children.map(children, function (child, i) {
36
+ className }), React.Children.map(children, function (child) {
37
37
  return React.createElement("li", null, child);
38
38
  })));
39
39
  }
@@ -1 +1 @@
1
- {"version":3,"file":"OverviewItemList.js","sourceRoot":"","sources":["../../../../src/components/OverviewItem/OverviewItemList.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAsBtE;;;GAGG;AACH,SAAS,gBAAgB,CAAC,EAQF;IAPpB,IAAA,QAAQ,cAAA,EACR,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACd,mBAAmB,EAAnB,WAAW,mBAAG,KAAK,KAAA,EACnB,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,eAAS,EAAT,OAAO,mBAAC,CAAC,KAAA,EACN,SAAS,cAPU,+EAQzB,CADe;IAEZ,OAAO,CACH,uCACQ,SAAS,IACb,SAAS,EACF,MAAM,yBAAsB;YAC/B,CAAC,WAAW,CAAC,CAAC,CAAI,MAAM,sCAAmC,CAAC,CAAC,CAAC,EAAE,CAAC;YACjE,CAAC,UAAU,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/D,CAAC,UAAU,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/D,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,6BAA6B;YAChG,SAAS,KAIT,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,UAAC,KAAK,EAAE,CAAC;QAClC,OAAO,gCAAM,KAAK,CAAO,CAAA;IAC7B,CAAC,CAAC,CAEL,CACR,CAAA;AACL,CAAC;AAED,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"OverviewItemList.js","sourceRoot":"","sources":["../../../../src/components/OverviewItem/OverviewItemList.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAsBtE;;;GAGG;AACH,SAAS,gBAAgB,CAAC,EAQF;IAPpB,IAAA,QAAQ,cAAA,EACR,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACd,mBAAmB,EAAnB,WAAW,mBAAG,KAAK,KAAA,EACnB,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,eAAS,EAAT,OAAO,mBAAC,CAAC,KAAA,EACN,SAAS,cAPU,+EAQzB,CADe;IAEZ,OAAO,CACH,uCACQ,SAAS,IACb,SAAS,EACF,MAAM,yBAAsB;YAC/B,CAAC,WAAW,CAAC,CAAC,CAAI,MAAM,sCAAmC,CAAC,CAAC,CAAC,EAAE,CAAC;YACjE,CAAC,UAAU,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/D,CAAC,UAAU,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/D,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAI,MAAM,qCAAkC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,6BAA6B;YAChG,SAAS,KAIT,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,UAAC,KAAK;QAC/B,OAAO,gCAAM,KAAK,CAAO,CAAA;IAC7B,CAAC,CAAC,CAEL,CACR,CAAA;AACL,CAAC;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import OverviewItem from './OverviewItem.js';
2
+ import OverviewItemDepiction from './OverviewItemDepiction.js';
3
+ import OverviewItemDescription from './OverviewItemDescription.js';
4
+ import OverviewItemLine from './OverviewItemLine.js';
5
+ import OverviewItemActions from './OverviewItemActions.js';
6
+ import OverviewItemList from './OverviewItemList.js';
7
+ export { OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList, };
8
+ //# sourceMappingURL=index.js.map
@@ -47,7 +47,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
47
47
  };
48
48
  import React, { useState } from "react";
49
49
  import { Pagination as CarbonPagination } from "carbon-components-react";
50
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
50
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
51
51
  function Pagination(_a) {
52
52
  var className = _a.className, _b = _a.hidePageSizeConfiguration, hidePageSizeConfiguration = _b === void 0 ? false : _b, _c = _a.hideInfoText, hideInfoText = _c === void 0 ? false : _c, _d = _a.hidePageSelect, hidePageSelect = _d === void 0 ? false : _d, _e = _a.hideNavigationArrows, hideNavigationArrows = _e === void 0 ? false : _e, otherProps = __rest(_a, ["className", "hidePageSizeConfiguration", "hideInfoText", "hidePageSelect", "hideNavigationArrows"]);
53
53
  return (React.createElement(CarbonPagination, __assign({}, otherProps, { className: eccgui + "-pagination" +
@@ -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 Label from "../Label/Label";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
+ import Label from "../Label/Label.js";
26
26
  function PropertyName(_a) {
27
27
  var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, otherProps = __rest(_a, ["className", "children"]);
28
28
  return (React.createElement("dt", __assign({ className: eccgui + "-propertyvalue__property" + (className ? " " + className : "") }, otherProps),
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function PropertyValue(_a) {
26
26
  var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, otherProps = __rest(_a, ["className", "children"]);
27
27
  return (React.createElement("dd", __assign({ className: eccgui + "-propertyvalue__value" + (className ? " " + className : "") }, otherProps),
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function PropertyValueList(_a) {
26
26
  var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, otherProps = __rest(_a, ["className", "children"]);
27
27
  return (React.createElement("dl", __assign({ className: eccgui + "-propertyvalue__list" + (className ? " " + className : "") }, otherProps), 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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function PropertyValuePair(_a) {
26
26
  var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, _c = _a.hasSpacing, hasSpacing = _c === void 0 ? false : _c, _d = _a.hasDivider, hasDivider = _d === void 0 ? false : _d, otherProps = __rest(_a, ["className", "children", "hasSpacing", "hasDivider"]);
27
27
  return (React.createElement("div", __assign({ className: eccgui + "-propertyvalue__pair" +
@@ -0,0 +1,6 @@
1
+ import PropertyName from "./PropertyName.js";
2
+ import PropertyValue from "./PropertyValue.js";
3
+ import PropertyValuePair from "./PropertyValuePair.js";
4
+ import PropertyValueList from "./PropertyValueList.js";
5
+ export { PropertyName, PropertyValue, PropertyValuePair, PropertyValueList };
6
+ //# sourceMappingURL=index.js.map
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React from 'react';
24
24
  import { Radio as BlueprintRadioButton } from "@blueprintjs/core";
25
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
25
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
26
26
  function RadioButton(_a) {
27
27
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
28
28
  return (React.createElement(BlueprintRadioButton, __assign({}, restProps, { className: eccgui + "-radiobutton " + className }), children));
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
2
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
3
3
  function Divider(_a) {
4
4
  var _b = _a.addSpacing, addSpacing = _b === void 0 ? "none" : _b;
5
5
  return React.createElement("hr", { className: eccgui + "-separation__divider-horizontal " + eccgui + "-separation__spacing--" + addSpacing });
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
2
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
3
3
  /** Adds horizontal or vertical space between neighbouring elements. */
4
4
  function Spacing(_a) {
5
5
  var _b = _a.size, size = _b === void 0 ? "medium" : _b, _c = _a.hasDivider, hasDivider = _c === void 0 ? false : _c, _d = _a.vertical, vertical = _d === void 0 ? false : _d;
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React from "react";
24
24
  import { DataTable as CarbonDataTable } from "carbon-components-react";
25
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
25
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
26
26
  function TableContainer(_a) {
27
27
  var children = _a.children, _b = _a.className, className = _b === void 0 ? "" : _b, otherProps = __rest(_a, ["children", "className"]);
28
28
  if (typeof otherProps.title !== "undefined") {
@@ -1,4 +1,4 @@
1
1
  import { Table, TableHead, TableRow, TableBody, TableCell, TableHeader } from "carbon-components-react";
2
- import TableContainer from "./TableContainer";
2
+ import TableContainer from "./TableContainer.js";
3
3
  export { TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader };
4
4
  //# sourceMappingURL=index.js.map
@@ -38,7 +38,7 @@ var __read = (this && this.__read) || function (o, n) {
38
38
  };
39
39
  import React, { useEffect, useState } from "react";
40
40
  import { Overlay as BlueprintOverlay, Spinner as BlueprintSpinner } from "@blueprintjs/core";
41
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
41
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
42
42
  function Spinner(_a) {
43
43
  var _b = _a.className, className = _b === void 0 ? "" : _b, _c = _a.color, color = _c === void 0 ? "inherit" : _c, _d = _a.description, description = _d === void 0 ? "Loading indicator" : _d, // currently unsupported (FIXME)
44
44
  _e = _a.position, // currently unsupported (FIXME)
@@ -49,6 +49,7 @@ function Spinner(_a) {
49
49
  var timeoutId_1 = setTimeout(function () { return setShowSpinner(true); }, delay);
50
50
  return function () { return clearTimeout(timeoutId_1); };
51
51
  }
52
+ return;
52
53
  }, [showSpinner, delay]);
53
54
  var availableIntent = ["primary", "success", "warning", "danger", "inherit"];
54
55
  var internSizes = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Spinner.js","sourceRoot":"","sources":["../../../../src/components/Spinner/Spinner.tsx"],"names":[],"mappings":"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"}
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function Section(_a) {
26
26
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
27
27
  return (React.createElement("section", __assign({}, restProps, { className: eccgui + "-structure__section " + className }), 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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function SectionHeader(_a) {
26
26
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
27
27
  return (React.createElement("header", __assign({}, restProps, { className: eccgui + "-structure__section__header " + className }), 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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function TitleMainsection(_a) {
26
26
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
27
27
  var htmlElement = React.createElement('div');
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function TitlePage(_a) {
26
26
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
27
27
  var htmlElement = React.createElement('div');
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function TitleSubsection(_a) {
26
26
  var children = _a.children, _b = _a.className, className = _b === void 0 ? "" : _b, useHtmlElement = _a.useHtmlElement, restProps = __rest(_a, ["children", "className", "useHtmlElement"]);
27
27
  var childrenArray = React.Children.toArray(children);
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React, { memo } from 'react';
24
24
  import { Switch as BlueprintSwitch } from "@blueprintjs/core";
25
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
25
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
26
26
  function Switch(_a) {
27
27
  var className = _a.className, otherProps = __rest(_a, ["className"]);
28
28
  var handleChange = function (e) {
@@ -23,8 +23,8 @@ var __rest = (this && this.__rest) || function (s, e) {
23
23
  import React from 'react';
24
24
  import { Tab as BlueprintTab } from "@blueprintjs/core";
25
25
  import Color from "color";
26
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
27
- import TabTitle from "./TabTitle";
26
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
27
+ import TabTitle from "./TabTitle.js";
28
28
  // Dummy as we cannot use it like that directly for now
29
29
  export var TabDummyForStorybook = function (props) { return React.createElement(React.Fragment, null, props.title); };
30
30
  export var transformTabProperties = function (_a) {
File without changes
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
3
- import Button from "../Button/Button";
2
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
3
+ import Button from "../Button/Button.js";
4
4
  /**
5
5
  * Gives control about functionality and layout of the tab titles.
6
6
  */
@@ -22,8 +22,8 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React from 'react';
24
24
  import { Tabs as BlueprintTabs, } from "@blueprintjs/core";
25
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
26
- import Tab, { transformTabProperties } from "./Tab";
25
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
26
+ import Tab, { transformTabProperties } from "./Tab.js";
27
27
  function Tabs(_a) {
28
28
  var _b = _a.tabs, tabs = _b === void 0 ? [] : _b, children = _a.children, _c = _a.className, className = _c === void 0 ? "" : _c, allowScrollbars = _a.allowScrollbars, restProps = __rest(_a, ["tabs", "children", "className", "allowScrollbars"]);
29
29
  return (React.createElement(BlueprintTabs, __assign({ className: className +
File without changes
@@ -23,7 +23,7 @@ var __rest = (this && this.__rest) || function (s, e) {
23
23
  import React from 'react';
24
24
  import { Tag as BlueprintTag } from "@blueprintjs/core";
25
25
  import Color from "color";
26
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
26
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
27
27
  function Tag(_a) {
28
28
  var _b, _c;
29
29
  var children = _a.children, _d = _a.className, className = _d === void 0 ? '' : _d, _e = _a.emphasis, emphasis = _e === void 0 ? "normal" : _e, _f = _a.minimal, minimal = _f === void 0 ? true : _f, _g = _a.small, small = _g === void 0 ? false : _g, backgroundColor = _a.backgroundColor, otherProps = __rest(_a, ["children", "className", "emphasis", "minimal", "small", "backgroundColor"]);
File without changes
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -10,11 +21,11 @@ var __rest = (this && this.__rest) || function (s, e) {
10
21
  return t;
11
22
  };
12
23
  import React from 'react';
13
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
14
25
  function TagList(_a) {
15
26
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.label, label = _c === void 0 ? '' : _c, otherProps = __rest(_a, ["children", "className", "label"]);
16
- var tagList = (React.createElement("ul", { className: eccgui + "-tag__list" +
17
- ((className && label) ? ' ' + className : '') }, React.Children.map(children, function (child, i) {
27
+ var tagList = (React.createElement("ul", __assign({ className: eccgui + "-tag__list" +
28
+ ((className && label) ? ' ' + className : '') }, otherProps), React.Children.map(children, function (child, i) {
18
29
  return React.createElement("li", { className: eccgui + "-tag__list-item", key: 'tagitem_' + i }, child);
19
30
  })));
20
31
  if (label) {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagList.js","sourceRoot":"","sources":["../../../../src/components/Tag/TagList.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAEtE,SAAS,OAAO,CAAC,EAKX;IAJF,IAAA,QAAQ,cAAA,EACR,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACd,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EACP,UAAU,cAJA,kCAKhB,CADgB;IAKb,IAAM,OAAO,GAAG,CACZ,qCACI,SAAS,EACF,MAAM,eAAY;YACrB,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAE7C,UAAU,GAGV,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,UAAC,KAAK,EAAE,CAAC;QAClC,OAAO,4BAAI,SAAS,EAAK,MAAM,oBAAiB,EAAE,GAAG,EAAE,UAAU,GAAC,CAAC,IAC9D,KAAK,CACL,CAAA;IACT,CAAC,CAAC,CAEL,CACR,CAAC;IAEF,IAAI,KAAK,EAAE;QACP,OAAO,CACH,6BACI,SAAS,EACF,MAAM,uBAAoB;gBAC7B,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;YAGtC,gCAAQ,SAAS,EAAK,MAAM,qBAAkB,IACzC,KAAK,CACD;YACT,8BAAM,SAAS,EAAK,MAAM,uBAAoB,IACzC,OAAO,CACL,CACL,CACT,CAAC;KACL;IAED,OAAO,OAAO,CAAC;AACnB,CAAC;AAAA,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
25
- import IconButton from "../Icon/IconButton";
26
- import Icon from "../Icon/Icon";
27
- import TextField from "./TextField";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
+ import IconButton from "../Icon/IconButton.js";
26
+ import Icon from "../Icon/Icon.js";
27
+ import TextField from "./TextField.js";
28
28
  /**
29
29
  * Special `TextField` element for search term inputs.
30
30
  */
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React from "react";
24
24
  import { TextArea as BlueprintTextArea, Intent as BlueprintIntent, } from "@blueprintjs/core";
25
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
25
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
26
26
  function TextArea(_a) {
27
27
  var _b = _a.className, className = _b === void 0 ? "" : _b, _c = _a.hasStatePrimary, hasStatePrimary = _c === void 0 ? false : _c, _d = _a.hasStateSuccess, hasStateSuccess = _d === void 0 ? false : _d, _e = _a.hasStateWarning, hasStateWarning = _e === void 0 ? false : _e, _f = _a.hasStateDanger, hasStateDanger = _f === void 0 ? false : _f, _g = _a.rows, rows = _g === void 0 ? 5 : _g, otherProps = __rest(_a, ["className", "hasStatePrimary", "hasStateSuccess", "hasStateWarning", "hasStateDanger", "rows"]);
28
28
  var intent;
@@ -22,8 +22,8 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React from "react";
24
24
  import { InputGroup as BlueprintInputGroup, Classes as BlueprintClassNames, Intent as BlueprintIntent, } from "@blueprintjs/core";
25
- import Icon from "../Icon/Icon";
26
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
25
+ import Icon from "../Icon/Icon.js";
26
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
27
27
  /**
28
28
  * Text input field.
29
29
  */
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  /**
26
26
  * Element to group user-interaction elements.
27
27
  */
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  /**
26
26
  * Provides element to group toolbar elements together.
27
27
  * It can be configured how dynamic it is displayed regarding provided space inside the `Toolbar` parent.
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React from "react";
24
24
  import { Classes as BlueprintClassNames, Tooltip as BlueprintTooltip } from "@blueprintjs/core";
25
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
25
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
26
26
  function Tooltip(_a) {
27
27
  var children = _a.children, content = _a.content, _b = _a.className, className = _b === void 0 ? "" : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c, _d = _a.addIndicator, addIndicator = _d === void 0 ? false : _d, _e = _a.tooltipProps, tooltipProps = _e === void 0 ? {} : _e, otherProps = __rest(_a, ["children", "content", "className", "size", "addIndicator", "tooltipProps"]);
28
28
  return (React.createElement(BlueprintTooltip, __assign({ lazy: true, hoverOpenDelay: 500 }, otherProps, { content: content }, tooltipProps, { className: eccgui + "-tooltip__wrapper" +
@@ -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 * as TypographyClassNames from "./classnames";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
+ import * as TypographyClassNames from "./classnames.js";
26
26
  function HtmlContentBlock(_a) {
27
27
  var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, _c = _a.small, small = _c === void 0 ? false : _c, _d = _a.large, large = _d === void 0 ? false : _d, _e = _a.muted, muted = _e === void 0 ? false : _e, _f = _a.disabled, disabled = _f === void 0 ? false : _f, _g = _a.linebreakForced, linebreakForced = _g === void 0 ? false : _g, _h = _a.linebreakPrevented, linebreakPrevented = _h === void 0 ? false : _h, _j = _a.noScrollbarsOnChildren, noScrollbarsOnChildren = _j === void 0 ? false : _j, otherProps = __rest(_a, ["className", "children", "small", "large", "muted", "disabled", "linebreakForced", "linebreakPrevented", "noScrollbarsOnChildren"]);
28
28
  return (React.createElement("div", __assign({ className: eccgui + "-typography__contentblock" +
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  /** Prevents text from overflowing. */
26
26
  function OverflowText(_a) {
27
27
  var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, ellipsis = _a.ellipsis, _c = _a.inline, inline = _c === void 0 ? false : _c, _d = _a.passDown, passDown = _d === void 0 ? false : _d, useHtmlElement = _a.useHtmlElement, otherProps = __rest(_a, ["className", "children", "ellipsis", "inline", "passDown", "useHtmlElement"]);
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function WhiteSpaceContainer(_a) {
26
26
  var _b = _a.className, className = _b === void 0 ? "" : _b, children = _a.children, _c = _a.marginTop, marginTop = _c === void 0 ? "" : _c, // tiny, small, regular, large, xlarge
27
27
  _d = _a.marginRight, // tiny, small, regular, large, xlarge
@@ -1,4 +1,4 @@
1
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
1
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
2
2
  // helper classes
3
3
  export var NOOVERFLOW = eccgui + "-typography--nooverflow";
4
4
  export var FORCELINEBREAK = eccgui + "-typography--forcelinebreak";
@@ -22,9 +22,9 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React from "react";
24
24
  // import PropTypes from 'prop-types';
25
- import { CLASSPREFIX as eccgui } from "../../configuration/constants";
26
- import Grid from "./../Grid/Grid";
27
- import GridRow from "./../Grid/GridRow";
25
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
26
+ import Grid from "./../Grid/Grid.js";
27
+ import GridRow from "./../Grid/GridRow.js";
28
28
  function WorkspaceContent(_a) {
29
29
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
30
30
  return (React.createElement(Grid, __assign({}, restProps, { as: 'article', className: eccgui + "-workspace__content " + className, fullWidth: true }),
@@ -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 { CLASSPREFIX as eccgui } from "../../configuration/constants";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  function WorkspaceHeader(_a) {
26
26
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, otherProps = __rest(_a, ["children", "className"]);
27
27
  return (React.createElement("div", __assign({ className: eccgui + "-workspace__header " + className }, otherProps), children));
@@ -21,9 +21,9 @@ 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";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  // import PropTypes from 'prop-types';
26
- import GridColumn from "./../Grid/GridColumn";
26
+ import GridColumn from "./../Grid/GridColumn.js";
27
27
  function WorkspaceMain(_a) {
28
28
  var children = _a.children, _b = _a.className, className = _b === void 0 ? "" : _b, restProps = __rest(_a, ["children", "className"]);
29
29
  return (React.createElement(GridColumn, __assign({}, restProps, { className: eccgui + "-workspace__main " + className }), children));
@@ -21,9 +21,9 @@ 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";
24
+ import { CLASSPREFIX as eccgui } from "../../configuration/constants.js";
25
25
  // import PropTypes from 'prop-types';
26
- import GridColumn from "./../Grid/GridColumn";
26
+ import GridColumn from "./../Grid/GridColumn.js";
27
27
  function WorkspaceSide(_a) {
28
28
  var children = _a.children, _b = _a.className, className = _b === void 0 ? '' : _b, restProps = __rest(_a, ["children", "className"]);
29
29
  return (React.createElement(GridColumn, __assign({}, restProps, { className: eccgui + "-workspace__side " + className, sm: 4, md: 8, lg: 5, xlg: 5 }), children));
File without changes
File without changes
File without changes
File without changes