vcomply-workflow-engine 3.2.6 → 3.2.7

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 (55) hide show
  1. package/esm2020/lib/more-option/more-option.component.mjs +23 -33
  2. package/esm2020/lib/sharedComponents/frequency/frequency-container/frequency-container.component.mjs +2 -2
  3. package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-container/frequency-dialog-container.component.mjs +3 -3
  4. package/esm2020/lib/sharedComponents/review-frequency/review-frequency.component.mjs +3 -3
  5. package/esm2020/lib/sharedComponents/v-loader/loader/loader.component.mjs +4 -12
  6. package/esm2020/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.mjs +4 -9
  7. package/esm2020/lib/sharedComponents/v-loader/v-loader.module.mjs +4 -7
  8. package/esm2020/lib/workflow/grc-object/grc-object-container/grc-object-container.component.mjs +79 -6
  9. package/esm2020/lib/workflow/shared/components/attributes/attributes-checkbox/attributes-checkbox.component.mjs +3 -3
  10. package/esm2020/lib/workflow/shared/components/attributes/attributes-text-box/attributes-text-box.component.mjs +1 -1
  11. package/esm2020/lib/workflow/shared/components/attributes/attributes.component.mjs +1 -1
  12. package/esm2020/lib/workflow/shared/components/edit-mode/edit-mode.component.mjs +32 -10
  13. package/esm2020/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.mjs +20 -4
  14. package/esm2020/lib/workflow/shared/components/grc-responsibility-listing/grc-responsibility-listing.component.mjs +62 -60
  15. package/esm2020/lib/workflow/shared/components/grc-risk-listing/grc-risk-listing.component.mjs +191 -0
  16. package/esm2020/lib/workflow/shared/components/grc-sub-category-listing/grc-sub-category-listing.component.mjs +77 -11
  17. package/esm2020/lib/workflow/shared/components/list-popup/list-popup.component.mjs +24 -2
  18. package/esm2020/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.mjs +393 -0
  19. package/esm2020/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.mjs +5 -5
  20. package/esm2020/lib/workflow/shared/components/text-field/text-field.component.mjs +29 -24
  21. package/esm2020/lib/workflow/shared/constants/field-text.constant.mjs +3 -1
  22. package/esm2020/lib/workflow/shared/constants/link-responsibility.constant.mjs +19 -0
  23. package/esm2020/lib/workflow/shared/constants/pagination-limits.constant.mjs +6 -0
  24. package/esm2020/lib/workflow/shared/interfaces/add-grc.mjs +1 -1
  25. package/esm2020/lib/workflow/shared/services/grc.service.mjs +83 -1
  26. package/esm2020/lib/workflow-compliance/workflow-compliance.component.mjs +181 -42
  27. package/esm2020/lib/workflow-engine-container/workflow-engine-container.component.mjs +3 -3
  28. package/esm2020/lib/workflow-engine.module.mjs +4 -15
  29. package/esm2020/lib/workflow-grc/workflow-grc.component.mjs +2 -2
  30. package/esm2020/lib/workflow-policy/workflow-policy.component.mjs +2 -2
  31. package/esm2020/lib/workflow-risk/workflow-risk.component.mjs +3 -3
  32. package/fesm2015/vcomply-workflow-engine.mjs +1164 -185
  33. package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
  34. package/fesm2020/vcomply-workflow-engine.mjs +1114 -155
  35. package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
  36. package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +0 -4
  37. package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +0 -2
  38. package/lib/sharedComponents/v-loader/v-loader.module.d.ts +1 -2
  39. package/lib/workflow/grc-object/grc-object-container/grc-object-container.component.d.ts +8 -1
  40. package/lib/workflow/shared/components/attributes/attributes-text-box/attributes-text-box.component.d.ts +2 -0
  41. package/lib/workflow/shared/components/edit-mode/edit-mode.component.d.ts +2 -1
  42. package/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.d.ts +5 -1
  43. package/lib/workflow/shared/components/grc-responsibility-listing/grc-responsibility-listing.component.d.ts +11 -9
  44. package/lib/workflow/shared/components/grc-risk-listing/grc-risk-listing.component.d.ts +35 -0
  45. package/lib/workflow/shared/components/grc-sub-category-listing/grc-sub-category-listing.component.d.ts +17 -2
  46. package/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.d.ts +76 -0
  47. package/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.d.ts +2 -2
  48. package/lib/workflow/shared/constants/field-text.constant.d.ts +2 -0
  49. package/lib/workflow/shared/constants/link-responsibility.constant.d.ts +7 -0
  50. package/lib/workflow/shared/constants/pagination-limits.constant.d.ts +5 -0
  51. package/lib/workflow/shared/interfaces/add-grc.d.ts +3 -1
  52. package/lib/workflow/shared/services/grc.service.d.ts +10 -0
  53. package/lib/workflow-compliance/workflow-compliance.component.d.ts +26 -2
  54. package/lib/workflow-engine.module.d.ts +32 -35
  55. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.