@reltio/components 1.4.1434 → 1.4.1436

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 (65) hide show
  1. package/cjs/components/BasicTableView/BasicTable/helpers/dataHelpers.js +2 -1
  2. package/cjs/components/attributes/DescriptionIcon/DescriptionIcon.d.ts +31 -0
  3. package/cjs/components/attributes/DescriptionIcon/DescriptionIcon.js +51 -0
  4. package/cjs/components/attributes/DescriptionIcon/index.d.ts +1 -0
  5. package/cjs/components/attributes/DescriptionIcon/index.js +8 -0
  6. package/cjs/components/attributes/DescriptionIcon/styles.d.ts +1 -0
  7. package/cjs/components/attributes/DescriptionIcon/styles.js +24 -0
  8. package/cjs/components/attributes/OvIcon/OvIcon.js +1 -1
  9. package/cjs/components/attributes/editMode/AttributesPager/AttributeRenderer.js +3 -1
  10. package/cjs/components/attributes/editMode/AttributesPager/styles.d.ts +1 -1
  11. package/cjs/components/attributes/editMode/AttributesPager/styles.js +3 -0
  12. package/cjs/components/attributes/readMode/AttributesPager/MultiLineRenderer.js +3 -1
  13. package/cjs/components/attributes/readMode/AttributesPager/OneLineRenderer.js +3 -1
  14. package/cjs/components/attributes/readMode/AttributesPager/styles.d.ts +2 -2
  15. package/cjs/components/attributes/readMode/AttributesPager/styles.js +5 -0
  16. package/cjs/components/index.d.ts +1 -0
  17. package/cjs/components/index.js +5 -3
  18. package/cjs/components/workflow/hooks/useWorkflowTasks.js +13 -1
  19. package/cjs/contexts/FeaturesContext/index.d.ts +6 -0
  20. package/cjs/contexts/FeaturesContext/index.js +9 -0
  21. package/cjs/contexts/index.d.ts +1 -0
  22. package/cjs/contexts/index.js +3 -1
  23. package/cjs/hooks/useAPI/API.js +14 -9
  24. package/cjs/hooks/useAPI/helpers.d.ts +2 -1
  25. package/cjs/hooks/useAPI/helpers.js +2 -2
  26. package/cjs/hooks/useAPI/useAPI.d.ts +1 -1
  27. package/cjs/hooks/useAPI/useAPI.js +49 -32
  28. package/cjs/hooks/useCustomScripts.js +37 -38
  29. package/cjs/icons/Description.d.ts +3 -0
  30. package/cjs/icons/Description.js +22 -0
  31. package/cjs/icons/index.d.ts +6 -3
  32. package/cjs/icons/index.js +14 -8
  33. package/esm/components/BasicTableView/BasicTable/helpers/dataHelpers.js +2 -1
  34. package/esm/components/attributes/DescriptionIcon/DescriptionIcon.d.ts +31 -0
  35. package/esm/components/attributes/DescriptionIcon/DescriptionIcon.js +22 -0
  36. package/esm/components/attributes/DescriptionIcon/index.d.ts +1 -0
  37. package/esm/components/attributes/DescriptionIcon/index.js +1 -0
  38. package/esm/components/attributes/DescriptionIcon/styles.d.ts +1 -0
  39. package/esm/components/attributes/DescriptionIcon/styles.js +21 -0
  40. package/esm/components/attributes/OvIcon/OvIcon.js +1 -1
  41. package/esm/components/attributes/editMode/AttributesPager/AttributeRenderer.js +3 -1
  42. package/esm/components/attributes/editMode/AttributesPager/styles.d.ts +1 -1
  43. package/esm/components/attributes/editMode/AttributesPager/styles.js +3 -0
  44. package/esm/components/attributes/readMode/AttributesPager/MultiLineRenderer.js +3 -1
  45. package/esm/components/attributes/readMode/AttributesPager/OneLineRenderer.js +3 -1
  46. package/esm/components/attributes/readMode/AttributesPager/styles.d.ts +2 -2
  47. package/esm/components/attributes/readMode/AttributesPager/styles.js +5 -0
  48. package/esm/components/index.d.ts +1 -0
  49. package/esm/components/index.js +1 -0
  50. package/esm/components/workflow/hooks/useWorkflowTasks.js +13 -1
  51. package/esm/contexts/FeaturesContext/index.d.ts +6 -0
  52. package/esm/contexts/FeaturesContext/index.js +3 -0
  53. package/esm/contexts/index.d.ts +1 -0
  54. package/esm/contexts/index.js +1 -0
  55. package/esm/hooks/useAPI/API.js +14 -9
  56. package/esm/hooks/useAPI/helpers.d.ts +2 -1
  57. package/esm/hooks/useAPI/helpers.js +2 -2
  58. package/esm/hooks/useAPI/useAPI.d.ts +1 -1
  59. package/esm/hooks/useAPI/useAPI.js +52 -35
  60. package/esm/hooks/useCustomScripts.js +38 -39
  61. package/esm/icons/Description.d.ts +3 -0
  62. package/esm/icons/Description.js +17 -0
  63. package/esm/icons/index.d.ts +6 -3
  64. package/esm/icons/index.js +6 -3
  65. package/package.json +3 -3
@@ -11,6 +11,7 @@ export { default as DcrTaskIcon } from './DcrTaskIcon';
11
11
  export { default as DefaultImage } from './DefaultImage';
12
12
  export { default as DefaultTaskIcon } from './DefaultTaskIcon';
13
13
  export { default as DeleteRequestTaskIcon } from './DeleteRequestTaskIcon';
14
+ export { default as Description } from './Description';
14
15
  export { default as Details } from './Details';
15
16
  export { default as Download } from './Download';
16
17
  export { default as Draw } from './Draw';
@@ -22,20 +23,22 @@ export { default as Ignored } from './Ignored';
22
23
  export { default as IgnoredOutlined } from './IgnoredOutlined';
23
24
  export { default as LogIn } from './LogIn';
24
25
  export { default as LogOut } from './LogOut';
25
- export { default as MlMatch } from './MlMatch';
26
26
  export { default as Merge } from './Merge';
27
27
  export { default as MergeDark } from './MergeDark';
28
+ export { default as MlMatch } from './MlMatch';
29
+ export { default as NegativeRuleIcon } from './NegativeRuleIcon';
30
+ export { default as NegativeRuleTooltipIcon } from './NegativeRuleTooltipIcon';
28
31
  export { default as NestedAttribute } from './NestedAttribute';
29
32
  export { default as NoData } from './NoData';
30
33
  export { default as NoDataSearch } from './NoDataSearch';
31
34
  export { default as NoMatches } from './NoMatches';
32
35
  export { default as NotMatchDark } from './NotMatchDark';
33
36
  export { default as NotMatchRule } from './NotMatchRule';
34
- export { default as PmIcon } from './PmIcon';
35
- export { default as PmTaskIcon } from './PmTaskIcon';
36
37
  export { default as Pin } from './Pin';
37
38
  export { default as PinOutlined } from './PinOutlined';
38
39
  export { default as PivotingIcon } from './PivotingIcon';
40
+ export { default as PmIcon } from './PmIcon';
41
+ export { default as PmTaskIcon } from './PmTaskIcon';
39
42
  export { default as Polygon } from './Polygon';
40
43
  export { default as PotentialMatch } from './PotentialMatch';
41
44
  export { default as Profile } from './Profile';
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.1434",
3
+ "version": "1.4.1436",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
7
7
  "dependencies": {
8
8
  "@date-io/moment": "^1.3.5",
9
9
  "@react-google-maps/api": "2.7.0",
10
- "@reltio/mdm-module": "^1.4.1434",
11
- "@reltio/mdm-sdk": "^1.4.1434",
10
+ "@reltio/mdm-module": "^1.4.1436",
11
+ "@reltio/mdm-sdk": "^1.4.1436",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",