@eccenca/gui-elements 23.1.0-rc.2 → 23.1.0-rc.4

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 (295) hide show
  1. package/CHANGELOG.md +54 -10
  2. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +6 -4
  3. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  4. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +33 -8
  5. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  6. package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js +52 -0
  7. package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -0
  8. package/dist/cjs/cmem/ConfidenceValue/index.js +14 -0
  9. package/dist/cjs/cmem/ConfidenceValue/index.js.map +1 -0
  10. package/dist/cjs/cmem/index.js +11 -0
  11. package/dist/cjs/cmem/index.js.map +1 -1
  12. package/dist/cjs/cmem/markdown/Markdown.js +8 -4
  13. package/dist/cjs/cmem/markdown/Markdown.js.map +1 -1
  14. package/dist/cjs/common/Intent/index.js +1 -0
  15. package/dist/cjs/common/Intent/index.js.map +1 -1
  16. package/dist/cjs/common/utils/CssCustomProperties.js.map +1 -1
  17. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +10 -1
  18. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  19. package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js +8 -10
  20. package/dist/cjs/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
  21. package/dist/cjs/components/Card/Card.js +7 -6
  22. package/dist/cjs/components/Card/Card.js.map +1 -1
  23. package/dist/cjs/components/Card/CardContent.js +4 -2
  24. package/dist/cjs/components/Card/CardContent.js.map +1 -1
  25. package/dist/cjs/components/Card/CardHeader.js.map +1 -1
  26. package/dist/cjs/components/Depiction/Depiction.js +13 -13
  27. package/dist/cjs/components/Depiction/Depiction.js.map +1 -1
  28. package/dist/cjs/components/Icon/BaseIcon.js +4 -2
  29. package/dist/cjs/components/Icon/BaseIcon.js.map +1 -1
  30. package/dist/cjs/components/Icon/canonicalIconNames.js +7 -0
  31. package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
  32. package/dist/cjs/components/Pagination/Pagination.js +24 -9
  33. package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
  34. package/dist/cjs/components/ProgressBar/index.js +14 -0
  35. package/dist/cjs/components/ProgressBar/index.js.map +1 -0
  36. package/dist/cjs/components/Separation/Divider.js +20 -2
  37. package/dist/cjs/components/Separation/Divider.js.map +1 -1
  38. package/dist/cjs/components/Switch/Switch.js +2 -2
  39. package/dist/cjs/components/Switch/Switch.js.map +1 -1
  40. package/dist/cjs/components/Table/Table.js +46 -0
  41. package/dist/cjs/components/Table/Table.js.map +1 -0
  42. package/dist/cjs/components/Table/TableCell.js +29 -0
  43. package/dist/cjs/components/Table/TableCell.js.map +1 -0
  44. package/dist/cjs/components/Table/TableContainer.js +32 -0
  45. package/dist/cjs/components/Table/TableContainer.js.map +1 -0
  46. package/dist/cjs/components/Table/TableExpandHeader.js +36 -0
  47. package/dist/cjs/components/Table/TableExpandHeader.js.map +1 -0
  48. package/dist/cjs/components/Table/TableExpandRow.js +45 -0
  49. package/dist/cjs/components/Table/TableExpandRow.js.map +1 -0
  50. package/dist/cjs/components/{SimpleTable/TableContainer.js → Table/TableRow.js} +9 -11
  51. package/dist/cjs/components/Table/TableRow.js.map +1 -0
  52. package/dist/cjs/components/Table/index.js +26 -0
  53. package/dist/cjs/components/Table/index.js.map +1 -0
  54. package/dist/cjs/components/Tag/TagList.js.map +1 -1
  55. package/dist/cjs/components/Tag/index.js +11 -0
  56. package/dist/cjs/components/Tag/index.js.map +1 -0
  57. package/dist/cjs/components/TextField/TextField.js +25 -9
  58. package/dist/cjs/components/TextField/TextField.js.map +1 -1
  59. package/dist/cjs/components/index.js +4 -0
  60. package/dist/cjs/components/index.js.map +1 -1
  61. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +20 -5
  62. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  63. package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js +82 -0
  64. package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js.map +1 -0
  65. package/dist/cjs/extensions/react-flow/edges/edgeTypes.js +10 -9
  66. package/dist/cjs/extensions/react-flow/edges/edgeTypes.js.map +1 -1
  67. package/dist/cjs/extensions/react-flow/handles/HandleContent.js.map +1 -1
  68. package/dist/cjs/extensions/react-flow/handles/HandleDefault.js +14 -3
  69. package/dist/cjs/extensions/react-flow/handles/HandleDefault.js.map +1 -1
  70. package/dist/cjs/extensions/react-flow/index.js +14 -3
  71. package/dist/cjs/extensions/react-flow/index.js.map +1 -1
  72. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +118 -35
  73. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  74. package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +5 -2
  75. package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
  76. package/dist/cjs/extensions/react-flow/versionsupport.js +20 -0
  77. package/dist/cjs/extensions/react-flow/versionsupport.js.map +1 -0
  78. package/dist/cjs/index.js +3 -19
  79. package/dist/cjs/index.js.map +1 -1
  80. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js +6 -4
  81. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  82. package/dist/esm/cmem/ActivityControl/SilkActivityControl.js +35 -10
  83. package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  84. package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js +56 -0
  85. package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -0
  86. package/dist/esm/cmem/ConfidenceValue/index.js +2 -0
  87. package/dist/esm/cmem/ConfidenceValue/index.js.map +1 -0
  88. package/dist/esm/cmem/index.js +1 -0
  89. package/dist/esm/cmem/index.js.map +1 -1
  90. package/dist/esm/cmem/markdown/Markdown.js +8 -4
  91. package/dist/esm/cmem/markdown/Markdown.js.map +1 -1
  92. package/dist/esm/common/Intent/index.js +1 -0
  93. package/dist/esm/common/Intent/index.js.map +1 -1
  94. package/dist/esm/common/utils/CssCustomProperties.js.map +1 -1
  95. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +10 -1
  96. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  97. package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js +8 -10
  98. package/dist/esm/components/AutoSuggestion/SingleLineCodeEditor.js.map +1 -1
  99. package/dist/esm/components/Card/Card.js +7 -6
  100. package/dist/esm/components/Card/Card.js.map +1 -1
  101. package/dist/esm/components/Card/CardContent.js +4 -2
  102. package/dist/esm/components/Card/CardContent.js.map +1 -1
  103. package/dist/esm/components/Card/CardHeader.js.map +1 -1
  104. package/dist/esm/components/Depiction/Depiction.js +15 -14
  105. package/dist/esm/components/Depiction/Depiction.js.map +1 -1
  106. package/dist/esm/components/Icon/BaseIcon.js +4 -2
  107. package/dist/esm/components/Icon/BaseIcon.js.map +1 -1
  108. package/dist/esm/components/Icon/canonicalIconNames.js +7 -0
  109. package/dist/esm/components/Icon/canonicalIconNames.js.map +1 -1
  110. package/dist/esm/components/Pagination/Pagination.js +25 -10
  111. package/dist/esm/components/Pagination/Pagination.js.map +1 -1
  112. package/dist/esm/components/ProgressBar/index.js +2 -0
  113. package/dist/esm/components/ProgressBar/index.js.map +1 -0
  114. package/dist/esm/components/Separation/Divider.js +29 -3
  115. package/dist/esm/components/Separation/Divider.js.map +1 -1
  116. package/dist/esm/components/Switch/Switch.js +2 -2
  117. package/dist/esm/components/Switch/Switch.js.map +1 -1
  118. package/dist/esm/components/Table/Table.js +50 -0
  119. package/dist/esm/components/Table/Table.js.map +1 -0
  120. package/dist/esm/components/{SimpleTable/TableContainer.js → Table/TableCell.js} +8 -12
  121. package/dist/esm/components/Table/TableCell.js.map +1 -0
  122. package/dist/esm/components/Table/TableContainer.js +36 -0
  123. package/dist/esm/components/Table/TableContainer.js.map +1 -0
  124. package/dist/esm/components/Table/TableExpandHeader.js +40 -0
  125. package/dist/esm/components/Table/TableExpandHeader.js.map +1 -0
  126. package/dist/esm/components/Table/TableExpandRow.js +49 -0
  127. package/dist/esm/components/Table/TableExpandRow.js.map +1 -0
  128. package/dist/esm/components/Table/TableRow.js +33 -0
  129. package/dist/esm/components/Table/TableRow.js.map +1 -0
  130. package/dist/esm/components/Table/index.js +9 -0
  131. package/dist/esm/components/Table/index.js.map +1 -0
  132. package/dist/esm/components/Tag/TagList.js.map +1 -1
  133. package/dist/esm/components/Tag/index.js +4 -0
  134. package/dist/esm/components/Tag/index.js.map +1 -0
  135. package/dist/esm/components/TextField/TextField.js +26 -10
  136. package/dist/esm/components/TextField/TextField.js.map +1 -1
  137. package/dist/esm/components/index.js +4 -0
  138. package/dist/esm/components/index.js.map +1 -1
  139. package/dist/esm/extensions/react-flow/edges/EdgeDefault.js +20 -4
  140. package/dist/esm/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  141. package/dist/esm/extensions/react-flow/edges/EdgeLabel.js +71 -0
  142. package/dist/esm/extensions/react-flow/edges/EdgeLabel.js.map +1 -0
  143. package/dist/esm/extensions/react-flow/edges/edgeTypes.js +10 -9
  144. package/dist/esm/extensions/react-flow/edges/edgeTypes.js.map +1 -1
  145. package/dist/esm/extensions/react-flow/handles/HandleContent.js.map +1 -1
  146. package/dist/esm/extensions/react-flow/handles/HandleDefault.js +15 -4
  147. package/dist/esm/extensions/react-flow/handles/HandleDefault.js.map +1 -1
  148. package/dist/esm/extensions/react-flow/index.js +3 -1
  149. package/dist/esm/extensions/react-flow/index.js.map +1 -1
  150. package/dist/esm/extensions/react-flow/nodes/NodeContent.js +126 -40
  151. package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  152. package/dist/esm/extensions/react-flow/nodes/NodeDefault.js +5 -2
  153. package/dist/esm/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
  154. package/dist/esm/extensions/react-flow/versionsupport.js +32 -0
  155. package/dist/esm/extensions/react-flow/versionsupport.js.map +1 -0
  156. package/dist/esm/index.js +3 -8
  157. package/dist/esm/index.js.map +1 -1
  158. package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +1 -1
  159. package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +6 -2
  160. package/dist/types/cmem/ConfidenceValue/ConfidenceValue.d.ts +46 -0
  161. package/dist/types/cmem/ConfidenceValue/index.d.ts +1 -0
  162. package/dist/types/cmem/index.d.ts +1 -0
  163. package/dist/types/cmem/markdown/Markdown.d.ts +6 -1
  164. package/dist/types/common/Intent/index.d.ts +1 -1
  165. package/dist/types/common/utils/CssCustomProperties.d.ts +1 -1
  166. package/dist/types/components/Card/Card.d.ts +5 -1
  167. package/dist/types/components/Card/CardContent.d.ts +7 -1
  168. package/dist/types/components/Card/CardHeader.d.ts +9 -1
  169. package/dist/types/components/Grid/Grid.d.ts +1 -1
  170. package/dist/types/components/Grid/GridColumn.d.ts +1 -1
  171. package/dist/types/components/Grid/GridRow.d.ts +1 -1
  172. package/dist/types/components/Icon/BaseIcon.d.ts +1 -1
  173. package/dist/types/components/Icon/IconButton.d.ts +1 -1
  174. package/dist/types/components/Icon/canonicalIconNames.d.ts +1 -1
  175. package/dist/types/components/Pagination/Pagination.d.ts +5 -1
  176. package/dist/types/components/ProgressBar/index.d.ts +1 -0
  177. package/dist/types/components/Separation/Divider.d.ts +18 -2
  178. package/dist/types/components/Separation/Spacing.d.ts +1 -1
  179. package/dist/types/components/Switch/Switch.d.ts +5 -1
  180. package/dist/types/components/Table/Table.d.ts +32 -0
  181. package/dist/types/components/Table/TableCell.d.ts +11 -0
  182. package/dist/types/components/Table/TableContainer.d.ts +13 -0
  183. package/dist/types/components/Table/TableExpandHeader.d.ts +13 -0
  184. package/dist/types/components/Table/TableExpandRow.d.ts +17 -0
  185. package/dist/types/components/Table/TableRow.d.ts +10 -0
  186. package/dist/types/components/Table/index.d.ts +7 -0
  187. package/dist/types/components/Tag/Tag.d.ts +1 -1
  188. package/dist/types/components/Tag/TagList.d.ts +5 -2
  189. package/dist/types/components/Tag/index.d.ts +4 -0
  190. package/dist/types/components/TextField/TextField.d.ts +9 -0
  191. package/dist/types/components/index.d.ts +4 -0
  192. package/dist/types/extensions/react-flow/edges/EdgeDefault.d.ts +16 -1
  193. package/dist/types/extensions/react-flow/edges/EdgeLabel.d.ts +49 -0
  194. package/dist/types/extensions/react-flow/edges/edgeTypes.d.ts +10 -9
  195. package/dist/types/extensions/react-flow/handles/HandleContent.d.ts +3 -0
  196. package/dist/types/extensions/react-flow/handles/HandleDefault.d.ts +17 -3
  197. package/dist/types/extensions/react-flow/index.d.ts +3 -2
  198. package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +55 -8
  199. package/dist/types/extensions/react-flow/nodes/NodeDefault.d.ts +2 -1
  200. package/dist/types/extensions/react-flow/versionsupport.d.ts +7 -0
  201. package/dist/types/index.d.ts +1 -6
  202. package/package.json +2 -1
  203. package/src/cmem/ActivityControl/ActivityControlWidget.tsx +5 -5
  204. package/src/cmem/ActivityControl/SilkActivityControl.tsx +44 -17
  205. package/src/cmem/ConfidenceValue/ConfidenceValue.stories.tsx +22 -0
  206. package/src/cmem/ConfidenceValue/ConfidenceValue.tsx +116 -0
  207. package/src/cmem/ConfidenceValue/confidencevalue.scss +49 -0
  208. package/src/cmem/ConfidenceValue/index.ts +1 -0
  209. package/src/cmem/_index.scss +1 -0
  210. package/src/cmem/index.ts +2 -0
  211. package/src/cmem/markdown/Markdown.stories.tsx +3 -1
  212. package/src/cmem/markdown/Markdown.tsx +22 -10
  213. package/src/cmem/react-flow/ReactFlow/ReactFlow.stories.tsx +2 -2
  214. package/src/cmem/react-flow/_edges.scss +3 -2
  215. package/src/cmem/react-flow/configuration/_colors-workflow.scss +3 -0
  216. package/src/common/Intent/index.ts +2 -1
  217. package/src/common/utils/CssCustomProperties.ts +1 -1
  218. package/src/components/AutoSuggestion/AutoSuggestion.scss +1 -0
  219. package/src/components/AutoSuggestion/AutoSuggestion.tsx +10 -1
  220. package/src/components/AutoSuggestion/SingleLineCodeEditor.tsx +8 -10
  221. package/src/components/AutoSuggestion/tests/SingleLineCodeEditor.test.tsx +5 -0
  222. package/src/components/Badge/badge.scss +2 -5
  223. package/src/components/Card/Card.tsx +11 -5
  224. package/src/components/Card/CardContent.tsx +12 -1
  225. package/src/components/Card/CardHeader.tsx +9 -1
  226. package/src/components/Card/card.scss +108 -3
  227. package/src/components/Checkbox/checkbox.scss +6 -2
  228. package/src/components/Depiction/Depiction.tsx +11 -10
  229. package/src/components/Grid/Grid.tsx +1 -1
  230. package/src/components/Grid/GridColumn.tsx +1 -1
  231. package/src/components/Grid/GridRow.tsx +1 -1
  232. package/src/components/Icon/BaseIcon.tsx +3 -0
  233. package/src/components/Icon/IconButton.tsx +1 -1
  234. package/src/components/Icon/canonicalIconNames.tsx +15 -0
  235. package/src/components/Menu/menu.scss +4 -0
  236. package/src/components/OverviewItem/overviewitem.scss +2 -2
  237. package/src/components/Pagination/Pagination.tsx +29 -9
  238. package/src/components/Pagination/pagination.scss +16 -0
  239. package/src/components/ProgressBar/index.ts +1 -0
  240. package/src/components/PropertyValuePair/propertyvalue.scss +4 -0
  241. package/src/components/Separation/Divider.tsx +36 -2
  242. package/src/components/Separation/Spacing.tsx +1 -1
  243. package/src/components/Separation/Stories/Divider.stories.tsx +22 -0
  244. package/src/components/Separation/separation.scss +31 -5
  245. package/src/components/Switch/Switch.tsx +6 -2
  246. package/src/components/Table/Table.tsx +88 -0
  247. package/src/components/Table/TableCell.tsx +37 -0
  248. package/src/components/Table/TableContainer.tsx +49 -0
  249. package/src/components/Table/TableExpandHeader.tsx +51 -0
  250. package/src/components/Table/TableExpandRow.tsx +70 -0
  251. package/src/components/Table/TableRow.tsx +36 -0
  252. package/src/components/Table/index.tsx +14 -0
  253. package/src/components/Table/table.scss +324 -0
  254. package/src/components/Tag/Tag.tsx +1 -1
  255. package/src/components/Tag/TagList.tsx +5 -3
  256. package/src/components/Tag/index.ts +5 -0
  257. package/src/components/Tag/{Tag.stories.tsx → stories/Tag.stories.tsx} +3 -2
  258. package/src/components/Tag/stories/TagList.stories.tsx +28 -0
  259. package/src/components/Tag/tag.scss +1 -0
  260. package/src/components/TextField/TextField.tsx +43 -12
  261. package/src/components/TextField/stories/TextField.stories.tsx +3 -0
  262. package/src/components/TextField/textfield.scss +23 -1
  263. package/src/components/Tree/tree.scss +4 -0
  264. package/src/components/Typography/typography.scss +2 -2
  265. package/src/components/index.scss +1 -0
  266. package/src/components/index.ts +5 -0
  267. package/src/extensions/react-flow/_config.scss +8 -4
  268. package/src/extensions/react-flow/edges/EdgeDefault.tsx +60 -5
  269. package/src/extensions/react-flow/edges/EdgeLabel.tsx +139 -0
  270. package/src/extensions/react-flow/edges/_edges.scss +214 -38
  271. package/src/extensions/react-flow/edges/edgeTypes.ts +13 -9
  272. package/src/extensions/react-flow/edges/stories/EdgeDefault.stories.tsx +34 -13
  273. package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +40 -0
  274. package/src/extensions/react-flow/handles/HandleContent.tsx +3 -0
  275. package/src/extensions/react-flow/handles/HandleDefault.tsx +47 -10
  276. package/src/extensions/react-flow/handles/stories/HandleDefault.stories.tsx +71 -0
  277. package/src/extensions/react-flow/index.ts +4 -2
  278. package/src/extensions/react-flow/nodes/NodeContent.tsx +239 -62
  279. package/src/extensions/react-flow/nodes/NodeDefault.tsx +7 -2
  280. package/src/extensions/react-flow/nodes/_nodes.scss +232 -67
  281. package/src/extensions/react-flow/nodes/stories/NodeContent.stories.tsx +67 -1
  282. package/src/extensions/react-flow/versionsupport.ts +22 -0
  283. package/src/index.scss +0 -1
  284. package/src/index.ts +5 -38
  285. package/dist/cjs/components/SimpleTable/TableContainer.js.map +0 -1
  286. package/dist/cjs/components/SimpleTable/index.js +0 -16
  287. package/dist/cjs/components/SimpleTable/index.js.map +0 -1
  288. package/dist/esm/components/SimpleTable/TableContainer.js.map +0 -1
  289. package/dist/esm/components/SimpleTable/index.js +0 -4
  290. package/dist/esm/components/SimpleTable/index.js.map +0 -1
  291. package/dist/types/components/SimpleTable/TableContainer.d.ts +0 -3
  292. package/dist/types/components/SimpleTable/index.d.ts +0 -3
  293. package/src/components/SimpleTable/TableContainer.tsx +0 -20
  294. package/src/components/SimpleTable/index.tsx +0 -4
  295. package/src/components/SimpleTable/simpletable.scss +0 -180
@@ -0,0 +1,32 @@
1
+ var __read = (this && this.__read) || function (o, n) {
2
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
3
+ if (!m) return o;
4
+ var i = m.call(o), r, ar = [], e;
5
+ try {
6
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
7
+ }
8
+ catch (error) { e = { error: error }; }
9
+ finally {
10
+ try {
11
+ if (r && !r.done && (m = i["return"])) m.call(i);
12
+ }
13
+ finally { if (e) throw e.error; }
14
+ }
15
+ return ar;
16
+ };
17
+ import { useStoreState as getStoreStateFlowLegacy } from "react-flow-renderer";
18
+ import { useStore as getStoreStateFlowNext } from "react-flow-renderer-lts";
19
+ export var useReactFlowVersion = function () {
20
+ try {
21
+ var _a = __read(getStoreStateFlowLegacy(function (state) { return state.transform; }), 3), zoom = _a[2];
22
+ return !!zoom ? "legacy" : "none";
23
+ }
24
+ catch (_b) { }
25
+ try {
26
+ var _c = __read(getStoreStateFlowNext(function (state) { return state.transform; }), 3), zoom = _c[2];
27
+ return !!zoom ? "next" : "none";
28
+ }
29
+ catch (_d) { }
30
+ return "none";
31
+ };
32
+ //# sourceMappingURL=versionsupport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"versionsupport.js","sourceRoot":"","sources":["../../../../src/extensions/react-flow/versionsupport.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,aAAa,IAAI,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC/E,OAAO,EAAE,QAAQ,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAS5E,MAAM,CAAC,IAAM,mBAAmB,GAAG;IAC/B,IAAI;QACM,IAAA,KAAA,OAAa,uBAAuB,CAAC,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,SAAS,EAAf,CAAe,CAAC,IAAA,EAA3D,IAAI,QAAuD,CAAC;QACvE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;KACrC;IAAC,WAAM,GAAE;IACV,IAAI;QACM,IAAA,KAAA,OAAa,qBAAqB,CAAC,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,SAAS,EAAf,CAAe,CAAC,IAAA,EAAzD,IAAI,QAAqD,CAAC;QACrE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC;KACnC;IAAC,WAAM,GAAE;IAEV,OAAO,MAAM,CAAC;AAClB,CAAC,CAAA"}
package/dist/esm/index.js CHANGED
@@ -43,8 +43,6 @@ import MenuDivider from "./components/Menu/MenuDivider.js";
43
43
  import ContextOverlay from "./components/ContextOverlay/ContextOverlay.js";
44
44
  import ContextMenu from "./components/ContextOverlay/ContextMenu.js";
45
45
  import Pagination from "./components/Pagination/Pagination.js";
46
- import Tag from "./components/Tag/Tag.js";
47
- import TagList from "./components/Tag/TagList.js";
48
46
  import Notification from "./components/Notification/Notification.js";
49
47
  import Toast from "./components/Notification/Toast.js";
50
48
  import Select from "./components/Select/Select.js";
@@ -52,13 +50,12 @@ import MultiSelect from "./components/MultiSelect/MultiSelect.js";
52
50
  import { Iframe } from "./components/Iframe/Iframe.js";
53
51
  import { IframeModal } from "./components/Iframe/IframeModal.js";
54
52
  import { OverviewItem, OverviewItemActions, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemList, } from "./components/OverviewItem/index.js";
55
- import { TableContainer, Table, TableHead, TableRow, TableBody, TableCell, TableHeader, } from "./components/SimpleTable/index.js";
56
53
  import BreadcrumbList from "./components/Breadcrumb/BreadcrumbList.js";
57
54
  import BreadcrumbItem from "./components/Breadcrumb/BreadcrumbItem.js";
58
55
  import Modal from "./components/Dialog/Modal.js";
59
56
  import SimpleDialog from "./components/Dialog/SimpleDialog.js";
60
57
  import AlertDialog from "./components/Dialog/AlertDialog.js";
61
- import { Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, } from "./components/Card/index.js";
58
+ import { Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux } from "./components/Card/index.js";
62
59
  import Spacing from "./components/Separation/Spacing.js";
63
60
  import Divider from "./components/Separation/Divider.js";
64
61
  import Tooltip from "./components/Tooltip/Tooltip.js";
@@ -75,7 +72,6 @@ import Link from "./components/Link/Link.js";
75
72
  import Spinner from "./components/Spinner/Spinner.js";
76
73
  import InteractionGate from "./components/InteractionGate/InteractionGate.js";
77
74
  import { PropertyName, PropertyValue, PropertyValuePair, PropertyValueList } from "./components/PropertyValuePair/index.js";
78
- import { ProgressBar } from "./components/ProgressBar/ProgressBar.js";
79
75
  import List from "./components/List/List.js";
80
76
  import * as LegacyReplacements from "./legacy-replacements/index.js";
81
77
  import * as TypographyClassNames from "./components/Typography/classnames.js";
@@ -88,11 +84,10 @@ var HelperClasses = {
88
84
  };
89
85
  var Utilities = {
90
86
  openInNewTab: openInNewTab,
91
- decideContrastColorValue: decideContrastColorValue
87
+ decideContrastColorValue: decideContrastColorValue,
92
88
  };
93
- export { ApplicationContainer, ApplicationHeader, ApplicationContent, ApplicationSidebarNavigation, ApplicationSidebarToggler, ApplicationTitle, ApplicationToolbar, ApplicationToolbarSection, ApplicationToolbarAction, ApplicationToolbarPanel, AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, 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, IconButton, Label, Button, Checkbox, RadioButton, Tabs, Tab, TabTitle, TabPanel, TextField, TextArea, SearchField, Switch, NumericInput, FieldItem, FieldItemRow, FieldSet, BreadcrumbList, BreadcrumbItem, Modal, SimpleDialog, AlertDialog, Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, HoverToggler, Spacing, Divider, Tooltip, Section, SectionHeader, TitlePage, TitleMainsection, TitleSubsection, Accordion, AccordionItem, Toolbar, ToolbarSection, Tag, TagList, Pagination, Notification, Link, Spinner, InteractionGate, PropertyName, PropertyValue, PropertyValuePair, PropertyValueList, Toast, HelperClasses, Select, MultiSelect, AutoCompleteField, ProgressBar, Iframe, IframeModal, Utilities, LegacyReplacements, };
89
+ export { ApplicationContainer, ApplicationHeader, ApplicationContent, ApplicationSidebarNavigation, ApplicationSidebarToggler, ApplicationTitle, ApplicationToolbar, ApplicationToolbarSection, ApplicationToolbarAction, ApplicationToolbarPanel, AutoSuggestion, AutoSuggestionList, SingleLineCodeEditor, Grid, GridRow, GridColumn, List, WorkspaceContent, WorkspaceMain, WorkspaceSide, WorkspaceHeader, Menu, MenuItem, MenuDivider, ContextOverlay, ContextMenu, OverviewItem, OverviewItemDepiction, OverviewItemDescription, OverviewItemLine, OverviewItemActions, OverviewItemList, IconButton, Label, Button, Checkbox, RadioButton, Tabs, Tab, TabTitle, TabPanel, TextField, TextArea, SearchField, Switch, NumericInput, FieldItem, FieldItemRow, FieldSet, BreadcrumbList, BreadcrumbItem, Modal, SimpleDialog, AlertDialog, Card, CardHeader, CardTitle, CardOptions, CardContent, CardActions, CardActionsAux, HoverToggler, Spacing, Divider, Tooltip, Section, SectionHeader, TitlePage, TitleMainsection, TitleSubsection, Accordion, AccordionItem, Toolbar, ToolbarSection, Pagination, Notification, Link, Spinner, InteractionGate, PropertyName, PropertyValue, PropertyValuePair, PropertyValueList, Toast, HelperClasses, Select, MultiSelect, AutoCompleteField, Iframe, IframeModal, Utilities, LegacyReplacements, };
94
90
  export * from "./components/index.js";
95
- export * from "./components/interfaces.js";
96
91
  export * from "./extensions/index.js";
97
92
  export * from "./cmem/index.js";
98
93
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,+CAA+C,CAAC;AACjF,OAAO,iBAAiB,MAAM,4CAA4C,CAAC;AAC3E,OAAO,kBAAkB,MAAM,6CAA6C,CAAC;AAC7E,OAAO,4BAA4B,MAAM,uDAAuD,CAAC;AACjG,OAAO,yBAAyB,MAAM,oDAAoD,CAAC;AAC3F,OAAO,gBAAgB,MAAM,2CAA2C,CAAC;AACzE,OAAO,kBAAkB,MAAM,6CAA6C,CAAC;AAC7E,OAAO,yBAAyB,MAAM,oDAAoD,CAAC;AAC3F,OAAO,wBAAwB,MAAM,mDAAmD,CAAC;AACzF,OAAO,uBAAuB,MAAM,kDAAkD,CAAC;AACvF,OAAO,cAAc,MAAM,4CAA4C,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,oBAAoB,MAAM,kDAAkD,CAAC;AAEpF,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,OAAO,MAAM,2BAA2B,CAAC;AAChD,OAAO,UAAU,MAAM,8BAA8B,CAAC;AAEtD,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAEtE,OAAO,gBAAgB,MAAM,yCAAyC,CAAC;AACvE,OAAO,aAAa,MAAM,sCAAsC,CAAC;AACjE,OAAO,aAAa,MAAM,sCAAsC,CAAC;AACjE,OAAO,eAAe,MAAM,wCAAwC,CAAC;AAErE,OAAO,UAAU,MAAM,8BAA8B,CAAC;AAEtD,OAAO,KAAK,MAAM,0BAA0B,CAAC;AAC7C,OAAO,MAAM,MAAM,4BAA4B,CAAC;AAChD,OAAO,QAAQ,MAAM,gCAAgC,CAAC;AACtD,OAAO,WAAW,MAAM,sCAAsC,CAAC;AAC/D,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,GAAG,MAAM,uBAAuB,CAAC;AACxC,OAAO,QAAQ,MAAM,4BAA4B,CAAC;AAClD,OAAO,QAAQ,MAAM,4BAA4B,CAAC;AAClD,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,QAAQ,MAAM,iCAAiC,CAAC;AACvD,OAAO,WAAW,MAAM,oCAAoC,CAAC;AAC7D,OAAO,MAAM,MAAM,4BAA4B,CAAC;AAChD,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAClE,OAAO,SAAS,MAAM,6BAA6B,CAAC;AACpD,OAAO,YAAY,MAAM,gCAAgC,CAAC;AAC1D,OAAO,QAAQ,MAAM,4BAA4B,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAErF,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,QAAQ,MAAM,4BAA4B,CAAC;AAClD,OAAO,WAAW,MAAM,+BAA+B,CAAC;AAExD,OAAO,cAAc,MAAM,4CAA4C,CAAC;AACxE,OAAO,WAAW,MAAM,yCAAyC,CAAC;AAElE,OAAO,UAAU,MAAM,oCAAoC,CAAC;AAE5D,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAClE,OAAO,KAAK,MAAM,iCAAiC,CAAC;AAEpD,OAAO,MAAM,MAAM,4BAA4B,CAAC;AAChD,OAAO,WAAW,MAAM,sCAAsC,CAAC;AAE/D,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,OAAO,EACH,YAAY,EACZ,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,gBAAgB,EAChB,gBAAgB,GACnB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,cAAc,MAAM,wCAAwC,CAAC;AACpE,OAAO,cAAc,MAAM,wCAAwC,CAAC;AAEpE,OAAO,KAAK,MAAM,2BAA2B,CAAC;AAC9C,OAAO,YAAY,MAAM,kCAAkC,CAAC;AAC5D,OAAO,WAAW,MAAM,iCAAiC,CAAC;AAE1D,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEvH,OAAO,OAAO,MAAM,iCAAiC,CAAC;AACtD,OAAO,OAAO,MAAM,iCAAiC,CAAC;AAEtD,OAAO,OAAO,MAAM,8BAA8B,CAAC;AAEnD,OAAO,OAAO,MAAM,8BAA8B,CAAC;AACnD,OAAO,cAAc,MAAM,qCAAqC,CAAC;AAEjE,OAAO,OAAO,MAAM,gCAAgC,CAAC;AACrD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AACjE,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,gBAAgB,MAAM,yCAAyC,CAAC;AACvE,OAAO,eAAe,MAAM,wCAAwC,CAAC;AAErE,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAE1C,OAAO,OAAO,MAAM,8BAA8B,CAAC;AACnD,OAAO,eAAe,MAAM,8CAA8C,CAAC;AAE3E,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnH,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAE1C,OAAO,KAAK,kBAAkB,MAAM,uBAAuB,CAAC;AAE5D,OAAO,KAAK,oBAAoB,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEjE,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,wBAAwB,MAAM,yCAAyC,CAAC;AAE/E,IAAM,aAAa,GAAG;IAClB,UAAU,EAAE,oBAAoB;IAChC,MAAM,EAAE,gBAAgB;CAC3B,CAAC;AAEF,IAAM,SAAS,GAAG;IACd,YAAY,cAAA;IACZ,wBAAwB,0BAAA;CAC3B,CAAC;AAEF,OAAO,EACH,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,4BAA4B,EAC5B,yBAAyB,EACzB,gBAAgB,EAChB,kBAAkB,EAClB,yBAAyB,EACzB,wBAAwB,EACxB,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,oBAAoB,EACpB,IAAI,EACJ,OAAO,EACP,UAAU,EACV,IAAI,EACJ,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,eAAe,EACf,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,cAAc,EACd,WAAW,EACX,YAAY,EACZ,qBAAqB,EACrB,uBAAuB,EACvB,gBAAgB,EAChB,mBAAmB,EACnB,gBAAgB,EAChB,UAAU,EACV,KAAK,EACL,MAAM,EACN,QAAQ,EACR,WAAW,EACX,IAAI,EACJ,GAAG,EACH,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,WAAW,EACX,MAAM,EACN,YAAY,EACZ,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,cAAc,EACd,KAAK,EACL,YAAY,EACZ,WAAW,EACX,IAAI,EACJ,UAAU,EACV,SAAS,EACT,WAAW,EACX,WAAW,EACX,WAAW,EACX,cAAc,EACd,YAAY,EACZ,OAAO,EACP,OAAO,EACP,OAAO,EACP,OAAO,EACP,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,eAAe,EACf,SAAS,EACT,aAAa,EACb,OAAO,EACP,cAAc,EACd,UAAU,EACV,YAAY,EACZ,IAAI,EACJ,OAAO,EACP,eAAe,EACf,YAAY,EACZ,aAAa,EACb,iBAAiB,EACjB,iBAAiB,EACjB,KAAK,EACL,aAAa,EACb,MAAM,EACN,WAAW,EACX,iBAAiB,EACjB,MAAM,EACN,WAAW,EACX,SAAS,EACT,kBAAkB,GACrB,CAAC;AAEF,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC"}
@@ -67,7 +67,7 @@ interface IActivityContextMenu extends TestableComponent {
67
67
  export interface IActivityAction extends TestableComponent {
68
68
  action: () => any;
69
69
  tooltip?: string;
70
- icon: ValidIconName;
70
+ icon: ValidIconName | React.ReactElement<TestIconProps>;
71
71
  disabled?: boolean;
72
72
  hasStateWarning?: boolean;
73
73
  }
@@ -21,6 +21,10 @@ interface SilkActivityControlProps extends TestableComponent {
21
21
  action: string | (() => any);
22
22
  };
23
23
  executeActivityAction: (action: ActivityAction) => void;
24
+ /** If specified, the activity control will offer a "Start prioritized" button while the activity is in the waiting state.
25
+ * When the button is clicked it should start the activity via the startPrioritized endpoint.
26
+ */
27
+ executePrioritized?: () => void;
24
28
  translate: (key: ActivityControlTranslationKeys) => string;
25
29
  elapsedTimeOfLastStart?: {
26
30
  prefix?: string;
@@ -64,11 +68,11 @@ interface IStacktrace {
64
68
  lines: string[];
65
69
  cause?: IStacktrace;
66
70
  }
67
- export declare type ActivityControlTranslationKeys = "startActivity" | "stopActivity" | "reloadActivity" | "showErrorReport";
71
+ export declare type ActivityControlTranslationKeys = "startActivity" | "stopActivity" | "reloadActivity" | "showErrorReport" | "startPrioritized";
68
72
  export declare type ActivityAction = "start" | "cancel" | "restart";
69
73
  /** Silk activity control. */
70
74
  export declare function SilkActivityControl(props: SilkActivityControlProps): JSX.Element;
71
- export declare function useSilkActivityControl({ label, initialStatus, registerForUpdates, executeActivityAction, showReloadAction, showStartAction, viewValueAction, showStopAction, failureReportAction, unregisterFromUpdates, translate, elapsedTimeOfLastStart, tags, layoutConfig, hideMessageOnStatus, ...props }: SilkActivityControlProps): {
75
+ export declare function useSilkActivityControl({ label, initialStatus, registerForUpdates, executeActivityAction, showReloadAction, showStartAction, viewValueAction, showStopAction, failureReportAction, unregisterFromUpdates, translate, elapsedTimeOfLastStart, tags, layoutConfig, hideMessageOnStatus, executePrioritized, ...props }: SilkActivityControlProps): {
72
76
  readonly elapsedDateTime: JSX.Element;
73
77
  readonly intent: Intent;
74
78
  readonly widget: JSX.Element;
@@ -0,0 +1,46 @@
1
+ import React from "react";
2
+ import Color from "color";
3
+ import { TagProps } from "./../../components/Tag";
4
+ import { ProgressBarProps } from "./../../components/ProgressBar";
5
+ export interface ConfidenceValueProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, "children"> {
6
+ /**
7
+ * Confidence value.
8
+ */
9
+ value: number;
10
+ /**
11
+ * Minimal border for the confidence range.
12
+ */
13
+ minValue?: number;
14
+ /**
15
+ * Center (or average) value of the confidence range.
16
+ */
17
+ centerValue?: number;
18
+ /**
19
+ * Maximum border for the confidence range.
20
+ */
21
+ maxValue?: number;
22
+ /**
23
+ * Color of the confidence bar.
24
+ * By default it is colorized red for values below the `centerValue`, otherwise green.
25
+ */
26
+ barColor?: Color | string;
27
+ /**
28
+ * The value is displayed by a bar.
29
+ * This confidence bar can be start from the left or right side, or from the center of the element.
30
+ */
31
+ barStart?: "side" | "center";
32
+ /**
33
+ * What width is used to display the lement.
34
+ * It could use the `minimal` necessary space, the `maximal` available space, or a `static` width.
35
+ */
36
+ spaceUsage?: "minimal" | "static" | "maximal";
37
+ /**
38
+ * Additional properties for the `<Tag/>` element that is used to display the confidence value.
39
+ */
40
+ tagProps?: Omit<TagProps, "className">;
41
+ /**
42
+ * Additional properties for the `<PRogressBar/>` element that is used to display the confidence bar.
43
+ */
44
+ progressBarProps?: Omit<ProgressBarProps, "className">;
45
+ }
46
+ export declare function ConfidenceValue({ className, value, minValue, maxValue, centerValue, barColor, barStart, spaceUsage, tagProps, progressBarProps, ...otherProps }: ConfidenceValueProps): JSX.Element;
@@ -0,0 +1 @@
1
+ export * from "./ConfidenceValue";
@@ -9,3 +9,4 @@ export { Markdown } from "./markdown/Markdown";
9
9
  export { ReactFlow } from "./react-flow/ReactFlow/ReactFlow";
10
10
  export { StickyNoteModal } from "./react-flow/StickyNoteModal/StickyNoteModal";
11
11
  export type { IActivityStatus, ActivityAction, IActivityControlLayoutProps, TimeUnits, };
12
+ export * from "./ConfidenceValue";
@@ -26,6 +26,11 @@ export interface MarkdownParserProps extends TestableComponent {
26
26
  * @see https://github.com/remarkjs/react-markdown#architecture
27
27
  */
28
28
  reHypePlugins?: PluggableList;
29
+ /**
30
+ * Name for browser target where links withing the Markdown content are opened.
31
+ * Set to `false` to disable this feature.
32
+ */
33
+ linkTargetName?: false | string;
29
34
  }
30
35
  /** Renders a markdown string. */
31
- export declare const Markdown: ({ children, allowHtml, removeMarkup, inheritBlock, allowedElements, reHypePlugins, ...otherProps }: MarkdownParserProps) => JSX.Element;
36
+ export declare const Markdown: ({ children, allowHtml, removeMarkup, inheritBlock, allowedElements, reHypePlugins, linkTargetName, ...otherProps }: MarkdownParserProps) => JSX.Element;
@@ -1,4 +1,4 @@
1
- export declare type IntentTypes = "neutral" | "primary" | "accent" | "info" | "success" | "warning" | "danger";
1
+ export declare type IntentTypes = "none" | "neutral" | "primary" | "accent" | "info" | "success" | "warning" | "danger";
2
2
  export declare const Definitions: {
3
3
  [key: string]: IntentTypes;
4
4
  };
@@ -22,7 +22,7 @@ export default class CssCustomProperties {
22
22
  static listLocalStylesheets: () => CSSStyleSheet[];
23
23
  static listLocalCssRules: () => CSSRule[];
24
24
  static listLocalCssStyleRules: (filter?: getLocalCssStyleRulesProps) => AllowedCSSRule[];
25
- static listLocalCssStyleRuleProperties: (filter?: getLocalCssStyleRulePropertiesProps) => string[][];
25
+ static listLocalCssStyleRuleProperties: (filter?: getLocalCssStyleRulePropertiesProps) => any[][];
26
26
  static listCustomProperties: (props?: getCustomPropertiesProps) => any;
27
27
  }
28
28
  export {};
@@ -19,10 +19,14 @@ export interface CardProps extends BlueprintCardProps {
19
19
  * Property value defined which part of the card is always scrolled in, this may important when the card is larger than the viewport.
20
20
  */
21
21
  scrollinOnFocus?: "start" | "center" | "end";
22
+ /**
23
+ * Controls how much whitespace is displayed within the card subelements.
24
+ */
25
+ whitespaceAmount?: "none" | "small" | "medium" | "large";
22
26
  }
23
27
  /**
24
28
  * Element to separate content sections from each other.
25
29
  * Cards can include other cards but should not.
26
30
  */
27
- declare function Card({ children, className, elevation, isOnlyLayout, fullHeight, elevated, scrollinOnFocus, interactive, ...otherProps }: CardProps): JSX.Element;
31
+ declare function Card({ children, className, elevation, isOnlyLayout, fullHeight, elevated, scrollinOnFocus, whitespaceAmount, interactive, ...otherProps }: CardProps): JSX.Element;
28
32
  export default Card;
@@ -1,9 +1,15 @@
1
1
  import React from 'react';
2
2
  export interface CardContentProps extends React.HTMLAttributes<HTMLDivElement> {
3
+ /**
4
+ * Usually `CardContent` uses all the remaining space inside a card.
5
+ * This behaviour can be changed by this option, so that the content section is not vertically grown or shrinked.
6
+ * You may use this then you have multiple content sections in one card but not all those sections should be grown or shrinked regarding the remaining space.
7
+ */
8
+ noFlexHeight?: boolean;
3
9
  }
4
10
  /**
5
11
  * Holds the card content.
6
12
  * Display scrollbars in case there is not enough space for it.
7
13
  */
8
- declare function CardContent({ children, className, ...otherProps }: CardContentProps): JSX.Element;
14
+ declare function CardContent({ children, className, noFlexHeight, ...otherProps }: CardContentProps): JSX.Element;
9
15
  export default CardContent;
@@ -1,7 +1,15 @@
1
1
  /// <reference types="react" />
2
2
  import { OverviewItemProps } from "./../OverviewItem/OverviewItem";
3
- interface CardHeaderProps extends OverviewItemProps {
3
+ interface CardHeaderProps extends Omit<OverviewItemProps, "densityHigh" | "hasSpacing"> {
4
4
  children: JSX.Element | (JSX.Element | undefined | null)[] | null | undefined;
5
+ /**
6
+ * @deprecated
7
+ */
8
+ densityHigh?: OverviewItemProps["densityHigh"];
9
+ /**
10
+ * @deprecated
11
+ */
12
+ hasSpacing?: OverviewItemProps["hasSpacing"];
5
13
  }
6
14
  declare function CardHeader({ children, className, densityHigh, ...otherProps }: CardHeaderProps): JSX.Element;
7
15
  export default CardHeader;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { GridDefaultProps } from "carbon-components-react";
3
- interface GridProps extends Omit<GridDefaultProps, "fullWidth"> {
3
+ interface GridProps extends Omit<GridDefaultProps, "fullWidth" | "columns" | "narrow"> {
4
4
  /**
5
5
  * The available grid height can be distributed between multiple rows.
6
6
  * To do so the `verticalStretched` property must be set for the `<GridRow />` element that need to be stretched.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ColumnDefaultProps } from "carbon-components-react";
3
- interface GridColumnProps extends ColumnDefaultProps {
3
+ interface GridColumnProps extends Omit<ColumnDefaultProps, "max" | "xlg" | "lg" | "md" | "sm"> {
4
4
  /**
5
5
  * Column width is small, using 3 (or 2, on medium viewports) parts out of 16.
6
6
  * This boolean property is basically a quick switch for setting `{ md:2, lg:3 }`.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { RowDefaultProps } from "carbon-components-react";
3
- interface GridRowProps extends RowDefaultProps {
3
+ interface GridRowProps extends Omit<RowDefaultProps, "narrow"> {
4
4
  /**
5
5
  * Do not wrap column children when there is not enough space available.
6
6
  * This only works for grids on medium sized and larger viewports.
@@ -41,5 +41,5 @@ export interface BaseIconProps extends Omit<CarbonIconProps, "icon" | "descripti
41
41
  /**
42
42
  * The base icon provides the basic functionality that is necessary to wrap the Carbon icon component.
43
43
  */
44
- declare function BaseIcon({ iconComponent, className, large, small, tooltipText, tooltipProps, intent, description, ...restProps }: BaseIconProps): JSX.Element;
44
+ declare function BaseIcon({ iconComponent, className, large, small, tooltipText, tooltipProps, intent, description, tabIndex, ...restProps }: BaseIconProps): JSX.Element;
45
45
  export default BaseIcon;
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { ButtonProps, AnchorOrButtonProps } from "../Button/Button";
3
3
  import { TestIconProps } from "./TestIcon";
4
4
  import { ValidIconName } from "./canonicalIconNames";
5
- interface IconButtonProps extends Omit<ButtonProps, "icon" | "rightIcon" | "text" | "minimal" | "tooltip"> {
5
+ export interface IconButtonProps extends Omit<ButtonProps, "icon" | "rightIcon" | "text" | "minimal" | "tooltip"> {
6
6
  /**
7
7
  * Canonical icon name, or an array of strings.
8
8
  * In case of the array the first valid icon name is used.
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { IconProps as CarbonIconProps } from "carbon-components-react";
3
3
  /** Valid icon names. */
4
- export declare type ValidIconName = "application-activities" | "application-dataintegration" | "application-explore" | "application-homepage" | "application-legacygui" | "application-mapping" | "application-queries" | "application-useraccount" | "application-vocabularies" | "application-warning" | "artefact-commit" | "artefact-customtask" | "artefact-dataset" | "artefact-dataset-csv" | "artefact-dataset-eccencadataplatform" | "artefact-dataset-excel" | "artefact-dataset-file" | "artefact-dataset-jdbc" | "artefact-dataset-json" | "artefact-dataset-multicsv" | "artefact-dataset-neo4j" | "artefact-dataset-sparkview" | "artefact-dataset-sparqlendpoint" | "artefact-dataset-sqlendpoint" | "artefact-dataset-xml" | "artefact-deprecated" | "artefact-embedded" | "artefact-errorlog" | "artefact-file" | "artefact-linking" | "artefact-project" | "artefact-rawdata" | "artefact-remote" | "artefact-report" | "artefact-task" | "artefact-transform" | "artefact-uncategorized" | "artefact-workflow" | "data-sourcepath" | "data-targetpath" | "item-add-artefact" | "item-clone" | "item-comment" | "item-copy" | "item-download" | "item-draggable" | "item-edit" | "item-evaluation" | "item-execution" | "item-info" | "item-launch" | "item-moremenu" | "item-question" | "item-reload" | "item-remove" | "item-reset" | "item-save" | "item-settings" | "item-shuffle" | "item-start" | "item-stop" | "item-upload" | "item-vertmenu" | "item-viewdetails" | "list-sort" | "list-sortasc" | "list-sortdesc" | "module-accesscontrol" | "module-annotation" | "module-dashboard" | "module-gdprsearch" | "module-integrations" | "module-linkedrules" | "module-reports" | "module-search" | "module-thesauri" | "module-timetracker" | "module-visualization" | "navigation-back" | "navigation-close" | "navigation-first" | "navigation-forth" | "navigation-jump" | "navigation-last" | "navigation-next" | "navigation-previous" | "operation-aggregation" | "operation-autolayout" | "operation-clear" | "operation-commit" | "operation-comparison" | "operation-filter" | "operation-filteredit" | "operation-link" | "operation-logout" | "operation-redo" | "operation-search" | "operation-sharelink" | "operation-transform" | "operation-undo" | "operation-unlink" | "state-checked" | "state-checkedsimple" | "state-confirmed" | "state-danger" | "state-declined" | "state-info" | "state-partlychecked" | "state-protected" | "state-success" | "state-unchecked" | "state-warning" | "toggler-caret" | "toggler-maximize" | "toggler-minimize" | "toggler-moveleft" | "toggler-moveright" | "toggler-showless" | "toggler-showmore" | "toggler-star-empty" | "toggler-star-filled" | "toggler-tree" | "undefined";
4
+ export declare type ValidIconName = "application-activities" | "application-dataintegration" | "application-explore" | "application-homepage" | "application-legacygui" | "application-mapping" | "application-queries" | "application-useraccount" | "application-vocabularies" | "application-warning" | "artefact-commit" | "artefact-customtask" | "artefact-dataset" | "artefact-dataset-csv" | "artefact-dataset-eccencadataplatform" | "artefact-dataset-excel" | "artefact-dataset-file" | "artefact-dataset-jdbc" | "artefact-dataset-json" | "artefact-dataset-multicsv" | "artefact-dataset-neo4j" | "artefact-dataset-sparkview" | "artefact-dataset-sparqlendpoint" | "artefact-dataset-sqlendpoint" | "artefact-dataset-xml" | "artefact-deprecated" | "artefact-embedded" | "artefact-errorlog" | "artefact-file" | "artefact-linking" | "artefact-project" | "artefact-rawdata" | "artefact-remote" | "artefact-report" | "artefact-task" | "artefact-transform" | "artefact-uncategorized" | "artefact-workflow" | "data-sourcepath" | "data-targetpath" | "item-add-artefact" | "item-clone" | "item-comment" | "item-copy" | "item-download" | "item-draggable" | "item-edit" | "item-evaluation" | "item-execution" | "item-info" | "item-launch" | "item-moremenu" | "item-question" | "item-reload" | "item-remove" | "item-reset" | "item-save" | "item-settings" | "item-shuffle" | "item-skip-forward" | "item-start" | "item-stop" | "item-upload" | "item-vertmenu" | "item-viewdetails" | "item-hidedetails" | "list-sort" | "list-sortasc" | "list-sortdesc" | "module-accesscontrol" | "module-annotation" | "module-dashboard" | "module-gdprsearch" | "module-integrations" | "module-linkedrules" | "module-reports" | "module-search" | "module-thesauri" | "module-timetracker" | "module-visualization" | "navigation-back" | "navigation-close" | "navigation-first" | "navigation-forth" | "navigation-jump" | "navigation-last" | "navigation-next" | "navigation-previous" | "operation-aggregation" | "operation-autolayout" | "operation-clear" | "operation-commit" | "operation-comparison" | "operation-filter" | "operation-filteredit" | "operation-link" | "operation-logout" | "operation-redo" | "operation-search" | "operation-sharelink" | "operation-transform" | "operation-undo" | "operation-unlink" | "state-checked" | "state-checkedsimple" | "state-confirmed" | "state-danger" | "state-declined" | "state-info" | "state-partlychecked" | "state-protected" | "state-success" | "state-unchecked" | "state-warning" | "toggler-caret" | "toggler-caretright" | "toggler-caretdown" | "toggler-maximize" | "toggler-minimize" | "toggler-moveleft" | "toggler-moveright" | "toggler-rowexpand" | "toggler-rowcollapse" | "toggler-showless" | "toggler-showmore" | "toggler-star-empty" | "toggler-star-filled" | "toggler-tree" | "form-template" | "undefined";
5
5
  export declare type CarbonIconType = React.ComponentType<CarbonIconProps>;
6
6
  /**
7
7
  * @deprecated
@@ -21,8 +21,12 @@ export interface PaginationProps extends CarbonPaginationProps {
21
21
  * Hide prev/next arrows to navigate through the pages.
22
22
  */
23
23
  hideNavigationArrows?: boolean;
24
+ /**
25
+ * Element is displayed with dividing borders.
26
+ */
27
+ hideBorders?: boolean;
24
28
  }
25
- declare function Pagination({ className, hidePageSizeConfiguration, hideInfoText, hidePageSelect, hideNavigationArrows, ...otherProps }: PaginationProps): JSX.Element;
29
+ declare function Pagination({ className, hidePageSizeConfiguration, hideInfoText, hidePageSelect, hideNavigationArrows, hideBorders, ...otherProps }: PaginationProps): JSX.Element;
26
30
  interface IPaginationDetails {
27
31
  total: number;
28
32
  current: number;
@@ -0,0 +1 @@
1
+ export * from "./ProgressBar";
@@ -1,3 +1,19 @@
1
- /// <reference types="react" />
2
- declare function Divider({ addSpacing }: any): JSX.Element;
1
+ import React from "react";
2
+ import { SpacingProps } from "./Spacing";
3
+ export interface DividerProps extends React.HTMLAttributes<HTMLHRElement> {
4
+ /**
5
+ * Add whitespace arount the horizontal rule.
6
+ */
7
+ addSpacing?: "none" | SpacingProps["size"];
8
+ /**
9
+ * Set the width of the horizontal rule.
10
+ */
11
+ width?: "short" | "half" | "medium" | "full";
12
+ /**
13
+ * Set the horizontal alignment of the horizontal rule.
14
+ * This is only visible for widths that are not set to `full`.
15
+ */
16
+ alignment?: "left" | "center" | "right";
17
+ }
18
+ export declare function Divider({ className, addSpacing, width, alignment, ...otherHrProps }: DividerProps): JSX.Element;
3
19
  export default Divider;
@@ -3,7 +3,7 @@ export interface SpacingProps {
3
3
  /**
4
4
  * Set the amount of white space that separates two elements.
5
5
  */
6
- size?: "tiny" | "small" | "medium" | "large";
6
+ size?: "tiny" | "small" | "medium" | "large" | "xlarge";
7
7
  /**
8
8
  * If set then is a ruler displayed in the middle of the spacing area.
9
9
  * The direction of the ruler is used from the spacing.
@@ -5,7 +5,11 @@ export interface SwitchProps extends Omit<BlueprintSwitchProps, "onChange"> {
5
5
  * Event handler for changed state.
6
6
  */
7
7
  onChange?: (value: boolean) => any;
8
+ /**
9
+ * class names
10
+ */
11
+ className?: string;
8
12
  }
9
- declare function Switch({ onChange, ...otherProps }: SwitchProps): JSX.Element;
13
+ declare function Switch({ onChange, className, ...otherProps }: SwitchProps): JSX.Element;
10
14
  declare const _default: React.MemoExoticComponent<typeof Switch>;
11
15
  export default _default;
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ import { TableProps as CarbonTableProps, DataTableSize as CarbonDataTableSize } from "carbon-components-react";
3
+ declare type TableRowHeightSizeDepracted = "compact" | "tall";
4
+ export declare type TableRowHeightSize = "small" | "medium" | "large" | TableRowHeightSizeDepracted;
5
+ export interface TableProps extends Omit<CarbonTableProps, "size" | "overflowMenuOnHover" | "stickyHeader" | "useStaticWidth">, React.TableHTMLAttributes<HTMLTableElement> {
6
+ /**
7
+ * Sets basically the height of a row inside the table.
8
+ * Please use only `small`, `medium` and `large`.
9
+ * `compact` and `tall` are deprecated.
10
+ */
11
+ size?: TableRowHeightSize;
12
+ /**
13
+ * All rows are divided by horizontal borders.
14
+ */
15
+ hasDivider?: boolean;
16
+ /**
17
+ * This will lead to a `colgroup` element within the `table` setting `with` styles for each column.
18
+ * The table is then displayed `fixed`.
19
+ * All values need to be valid CSS width expression, e.g. `30px`, `5rem`, `40%`.
20
+ * If you need to add more attributes to the `col` elements, e.g. class names, then you need to control `colgroup` and `fixed` table by yourself.
21
+ */
22
+ columnWidths?: string[];
23
+ /**
24
+ * Table is displayed without any own coloring.
25
+ * For example this can be used for sub tables inside other elements with already set background colors.
26
+ * Zebra styles won't work if this option is enabled!
27
+ */
28
+ colorless?: boolean;
29
+ }
30
+ export declare const tableRowHeightSizes: Record<string, CarbonDataTableSize>;
31
+ export declare function Table({ className, size, hasDivider, columnWidths, colorless, children, ...otherCarbonTableProps }: TableProps): JSX.Element;
32
+ export default Table;
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { TableCellProps as CarbonTableCellProps } from "carbon-components-react";
3
+ export interface TableCellProps extends CarbonTableCellProps, React.TdHTMLAttributes<HTMLTableCellElement> {
4
+ /**
5
+ * By default all table cell content is aligned to the top of the cell.
6
+ * Use this property to change the vertical alignment.
7
+ */
8
+ alignVertical?: "middle";
9
+ }
10
+ export declare function TableCell({ className, children, alignVertical, ...otherTableCellProps }: TableCellProps): JSX.Element;
11
+ export default TableCell;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { DataTableProps as CarbonDataTableProps, TableContainerProps as CarbonTableContainerProps } from "carbon-components-react";
3
+ import { TableRowHeightSize } from "./Table";
4
+ interface TableDataContainerProps extends Omit<CarbonDataTableProps, "size" | "overflowMenuOnHover" | "stickyHeader" | "useStaticWidth">, React.TableHTMLAttributes<HTMLTableElement> {
5
+ children(signature: any): JSX.Element;
6
+ size?: TableRowHeightSize;
7
+ }
8
+ interface TableSimpleContainerProps extends Omit<CarbonTableContainerProps, "description" | "stickyHeader" | "title" | "useStaticWidth">, React.HTMLAttributes<HTMLDivElement> {
9
+ children?: JSX.Element;
10
+ }
11
+ export declare type TableContainerProps = TableDataContainerProps | TableSimpleContainerProps;
12
+ export declare function TableContainer({ className, ...otherProps }: TableContainerProps): JSX.Element;
13
+ export default TableContainer;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { TableExpandHeaderProps as CarbonTableExpandHeaderProps } from "carbon-components-react";
3
+ export interface TableExpandHeaderProps extends Omit<CarbonTableExpandHeaderProps, "children" | "ariaLabel" | "enableExpando" | "expandIconDescription">, React.ThHTMLAttributes<HTMLTableCellElement> {
4
+ /**
5
+ * This text is displayed as tooltip for the button that toggles the expanded/collapsed state.
6
+ */
7
+ togglerText: string;
8
+ }
9
+ /**
10
+ * Adds a button to the table header that can trigger a function to expand/collapse all rows of the table.
11
+ */
12
+ export declare function TableExpandHeader({ togglerText, isExpanded, onExpand, className, enableToggle, ...otherCarbonTableExpandHeaderProps }: TableExpandHeaderProps): JSX.Element;
13
+ export default TableExpandHeader;
@@ -0,0 +1,17 @@
1
+ import React from "react";
2
+ import { TableExpandRowProps as CarbonTableExpandRowProps } from "carbon-components-react";
3
+ export interface TableExpandRowProps extends Omit<CarbonTableExpandRowProps, "ariaLabel" | "expandIconDescription">, React.HTMLAttributes<HTMLTableRowElement> {
4
+ /**
5
+ * This text is displayed as tooltip for the button that toggles the expanded/collapsed state.
6
+ */
7
+ togglerText: string;
8
+ /**
9
+ * Display this row with the styles from a zebra style-enabled table.
10
+ */
11
+ useZebraStyle?: boolean;
12
+ }
13
+ /**
14
+ * Table row that is suffixed by a cell containing a button to expand/collapse this row.
15
+ */
16
+ export declare function TableExpandRow({ togglerText, isExpanded, isSelected, useZebraStyle, onExpand, className, children, ...otherCarbonTableExpandRowProps }: TableExpandRowProps): JSX.Element;
17
+ export default TableExpandRow;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { TableRowProps as CarbonTableRowProps } from "carbon-components-react";
3
+ export interface TableRowProps extends CarbonTableRowProps, React.TdHTMLAttributes<HTMLTableRowElement> {
4
+ /**
5
+ * Display this row with the styles from a zebra style-enabled table.
6
+ */
7
+ useZebraStyle?: boolean;
8
+ }
9
+ export declare function TableRow({ className, children, useZebraStyle, ...otherTableRowProps }: TableRowProps): JSX.Element;
10
+ export default TableRow;
@@ -0,0 +1,7 @@
1
+ export * from "./TableContainer";
2
+ export * from "./Table";
3
+ export * from "./TableRow";
4
+ export * from "./TableExpandRow";
5
+ export * from "./TableExpandHeader";
6
+ export * from "./TableCell";
7
+ export { TableHead, TableBody, TableExpandedRow, TableHeader, } from "carbon-components-react";
@@ -8,7 +8,7 @@ import { IntentTypes } from "../../common/Intent";
8
8
  export interface TagProps extends Omit<BlueprintTagProps, "active" | "fill" | "icon" | "intent" | "large" | "multiline" | "rightIcon"> {
9
9
  /**
10
10
  * Sets the background color of a tag, depends on the `Color` object provided by the
11
- * [npm color module](https://www.npmjs.com/package/color) v3. You can use it with
11
+ * [npm color module](https://www.npmjs.com/export package/color) v3. You can use it with
12
12
  * all allowed [CSS color values](https://developer.mozilla.org/de/docs/Web/CSS/color_value).
13
13
  *
14
14
  * The front color is set automatically, so the tag label is always readable.
@@ -1,3 +1,6 @@
1
- /// <reference types="react" />
2
- declare function TagList({ children, className, label, ...otherProps }: any): JSX.Element;
1
+ import React from 'react';
2
+ export interface TagListProps extends React.HTMLAttributes<HTMLUListElement> {
3
+ label?: string;
4
+ }
5
+ declare function TagList({ children, className, label, ...otherProps }: TagListProps): JSX.Element;
3
6
  export default TagList;
@@ -0,0 +1,4 @@
1
+ import Tag, { TagProps } from "./Tag";
2
+ import TagList, { TagListProps } from "./TagList";
3
+ export { Tag, TagList };
4
+ export type { TagProps, TagListProps };
@@ -1,24 +1,33 @@
1
1
  /// <reference types="react" />
2
2
  import { MaybeElement, HTMLInputProps, InputGroupProps } from "@blueprintjs/core";
3
+ import { IntentTypes } from "../../common/Intent";
3
4
  import { ValidIconName } from "../Icon/canonicalIconNames";
4
5
  import { InvisibleCharacterWarningProps } from "./useTextValidation";
5
6
  export interface TextFieldProps extends Partial<Omit<InputGroupProps, "intent" | "leftIcon"> & HTMLInputProps> {
6
7
  /**
7
8
  * The input element is displayed with primary color scheme.
9
+ * @deprecated
8
10
  */
9
11
  hasStatePrimary?: boolean;
10
12
  /**
11
13
  * The input element is displayed with success (some type of green) color scheme.
14
+ * @deprecated
12
15
  */
13
16
  hasStateSuccess?: boolean;
14
17
  /**
15
18
  * The input element is displayed with warning (some type of orange) color scheme.
19
+ * @deprecated
16
20
  */
17
21
  hasStateWarning?: boolean;
18
22
  /**
19
23
  * The input element is displayed with danger (some type of red) color scheme.
24
+ * @deprecated
20
25
  */
21
26
  hasStateDanger?: boolean;
27
+ /**
28
+ * Intent state of the text field.
29
+ */
30
+ intent?: IntentTypes | "edited" | "removed";
22
31
  /**
23
32
  * The input element uses the full horizontal width of the parent container.
24
33
  */
@@ -1,5 +1,9 @@
1
1
  export * from "./Badge/Badge";
2
2
  export * from "./Depiction/Depiction";
3
3
  export * from "./Icon";
4
+ export * from "./ProgressBar";
5
+ export * from "./Table";
6
+ export * from "./Tag";
4
7
  export * from "./Tree/Tree";
5
8
  export * from "./Typography";
9
+ export * from "./interfaces";