@reltio/components 1.4.2208 → 1.4.2209

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 (59) hide show
  1. package/AttributesErrorsPanel/components/Error/Error.js +2 -2
  2. package/cjs/AttributesErrorsPanel/components/Error/Error.js +2 -2
  3. package/cjs/contexts/MdmModuleContext/context.d.ts +2 -0
  4. package/cjs/contexts/MdmModuleContext/hooks.d.ts +1 -0
  5. package/cjs/contexts/MdmModuleContext/hooks.js +3 -1
  6. package/cjs/contexts/MdmModuleContext/index.d.ts +1 -1
  7. package/cjs/contexts/MdmModuleContext/index.js +2 -1
  8. package/cjs/features/workflow/ChangeRequestEditor/components/ChangeItemLabel/ChangeItemLabel.js +8 -3
  9. package/cjs/features/workflow/ChangeRequestEditor/components/ChangeItemRow/ChangeItemRow.js +45 -4
  10. package/cjs/features/workflow/ChangeRequestEditor/components/ChangeItemRow/ChangeItemRow.module.css.js +2 -2
  11. package/cjs/features/workflow/ChangeRequestEditor/components/DCRValueEditor/DCRValueEditor.d.ts +1 -1
  12. package/cjs/features/workflow/ChangeRequestEditor/components/DCRValueEditorFactory/DCRValueEditorFactory.d.ts +1 -1
  13. package/cjs/features/workflow/ChangeRequestEditor/hooks/useChangeRequestEditor.d.ts +1 -1
  14. package/cjs/features/workflow/ReviewDCRDialog/DCRErrorsPanel/DCRErrorsPanel.d.ts +2 -0
  15. package/cjs/features/workflow/ReviewDCRDialog/DCRErrorsPanel/DCRErrorsPanel.js +44 -0
  16. package/cjs/features/workflow/ReviewDCRDialog/DCRErrorsPanel/DCRErrorsPanel.module.css.js +9 -0
  17. package/cjs/features/workflow/ReviewDCRDialog/ReviewDCRDialog.js +2 -0
  18. package/cjs/features/workflow/WorkflowTaskCard/components/DataChangeRequestTaskCard/DataChangeRequestTaskCard.js +3 -1
  19. package/cjs/features/workflow/contexts/ChangeRequestEditorContext/index.d.ts +19 -10
  20. package/cjs/features/workflow/contexts/ChangeRequestEditorContext/index.js +28 -2
  21. package/cjs/features/workflow/helpers/dcr.d.ts +1 -1
  22. package/cjs/features/workflow/helpers/merge.js +3 -3
  23. package/cjs/features/workflow/helpers/validation.d.ts +17 -0
  24. package/cjs/features/workflow/helpers/validation.js +333 -0
  25. package/cjs/features/workflow/hooks/useApplyDcrChanges.js +34 -24
  26. package/cjs/features/workflow/hooks/useDCRValidation.d.ts +5 -0
  27. package/cjs/features/workflow/hooks/useDCRValidation.js +153 -0
  28. package/cjs/features/workflow/types.d.ts +8 -1
  29. package/cjs/hooks/useScrollToAttributeError/useScrollToAttributeError.d.ts +2 -1
  30. package/cjs/hooks/useScrollToAttributeError/useScrollToAttributeError.js +2 -2
  31. package/contexts/MdmModuleContext/context.d.ts +2 -0
  32. package/contexts/MdmModuleContext/hooks.d.ts +1 -0
  33. package/contexts/MdmModuleContext/hooks.js +1 -0
  34. package/contexts/MdmModuleContext/index.d.ts +1 -1
  35. package/contexts/MdmModuleContext/index.js +1 -1
  36. package/features/workflow/ChangeRequestEditor/components/ChangeItemLabel/ChangeItemLabel.js +8 -3
  37. package/features/workflow/ChangeRequestEditor/components/ChangeItemRow/ChangeItemRow.js +22 -4
  38. package/features/workflow/ChangeRequestEditor/components/ChangeItemRow/ChangeItemRow.module.css.js +2 -2
  39. package/features/workflow/ChangeRequestEditor/components/DCRValueEditor/DCRValueEditor.d.ts +1 -1
  40. package/features/workflow/ChangeRequestEditor/components/DCRValueEditorFactory/DCRValueEditorFactory.d.ts +1 -1
  41. package/features/workflow/ChangeRequestEditor/hooks/useChangeRequestEditor.d.ts +1 -1
  42. package/features/workflow/ReviewDCRDialog/DCRErrorsPanel/DCRErrorsPanel.d.ts +2 -0
  43. package/features/workflow/ReviewDCRDialog/DCRErrorsPanel/DCRErrorsPanel.js +14 -0
  44. package/features/workflow/ReviewDCRDialog/DCRErrorsPanel/DCRErrorsPanel.module.css.js +9 -0
  45. package/features/workflow/ReviewDCRDialog/ReviewDCRDialog.js +2 -0
  46. package/features/workflow/WorkflowTaskCard/components/DataChangeRequestTaskCard/DataChangeRequestTaskCard.js +3 -1
  47. package/features/workflow/contexts/ChangeRequestEditorContext/index.d.ts +19 -10
  48. package/features/workflow/contexts/ChangeRequestEditorContext/index.js +28 -2
  49. package/features/workflow/helpers/dcr.d.ts +1 -1
  50. package/features/workflow/helpers/merge.js +3 -3
  51. package/features/workflow/helpers/validation.d.ts +17 -0
  52. package/features/workflow/helpers/validation.js +326 -0
  53. package/features/workflow/hooks/useApplyDcrChanges.js +34 -24
  54. package/features/workflow/hooks/useDCRValidation.d.ts +5 -0
  55. package/features/workflow/hooks/useDCRValidation.js +149 -0
  56. package/features/workflow/types.d.ts +8 -1
  57. package/hooks/useScrollToAttributeError/useScrollToAttributeError.d.ts +2 -1
  58. package/hooks/useScrollToAttributeError/useScrollToAttributeError.js +2 -2
  59. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.2208",
3
+ "version": "1.4.2209",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",
@@ -11,7 +11,7 @@
11
11
  "@fluentui/react-context-selector": "^9.1.26",
12
12
  "@googlemaps/markerclusterer": "^2.5.3",
13
13
  "@react-sigma/core": "3.4.0",
14
- "@reltio/mdm-sdk": "^1.4.2010",
14
+ "@reltio/mdm-sdk": "^1.4.2011",
15
15
  "@vis.gl/react-google-maps": "^1.3.0",
16
16
  "d3-cloud": "^1.2.5",
17
17
  "d3-geo": "^2.0.1",