vcomply-workflow-engine 6.0.75 → 6.0.77

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 (96) hide show
  1. package/esm2022/lib/add-multiple-responsibility/add-multiple-responsibility.component.mjs +10 -1
  2. package/esm2022/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +10 -1
  3. package/esm2022/lib/add-multiple-risk/add-multiple-risk.component.mjs +10 -1
  4. package/esm2022/lib/constants/api.constants.mjs +3 -5
  5. package/esm2022/lib/interfaces/responsibilty.interface.mjs +1 -1
  6. package/esm2022/lib/more-option/more-option.component.mjs +183 -17
  7. package/esm2022/lib/report-a-case/services/report-a-case.service.mjs +2 -3
  8. package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +5 -5
  9. package/esm2022/lib/services/common.service.mjs +1 -40
  10. package/esm2022/lib/services/iframe.service.mjs +1 -14
  11. package/esm2022/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.mjs +1 -5
  12. package/esm2022/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.mjs +1 -5
  13. package/esm2022/lib/sharedComponents/frequency/frequency-container/frequency-container.component.mjs +5 -5
  14. package/esm2022/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.mjs +1 -2
  15. package/esm2022/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.mjs +2 -6
  16. package/esm2022/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.mjs +2 -3
  17. package/esm2022/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.mjs +1 -3
  18. package/esm2022/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.mjs +1 -5
  19. package/esm2022/lib/sharedComponents/frequency/frequency-random/frequency-random.component.mjs +2 -9
  20. package/esm2022/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.mjs +2 -4
  21. package/esm2022/lib/sharedComponents/frequency/frequency.service.mjs +1 -247
  22. package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.component.mjs +3 -1
  23. package/esm2022/lib/workflow/grc-object/grc-object-container/grc-object-container.component.mjs +17 -45
  24. package/esm2022/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.mjs +10 -13
  25. package/esm2022/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.mjs +35 -62
  26. package/esm2022/lib/workflow/shared/services/grc.service.mjs +2 -6
  27. package/esm2022/lib/workflow/shared/workflow-pipes/workflow-pipes.module.mjs +3 -8
  28. package/esm2022/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.mjs +10 -1
  29. package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +413 -284
  30. package/esm2022/lib/workflow-engine-container/api-constants.mjs +2 -3
  31. package/esm2022/lib/workflow-engine-container/workflow-engine-container.component.mjs +53 -32
  32. package/esm2022/lib/workflow-engine.module.mjs +6 -13
  33. package/esm2022/lib/workflow-policy/workflow-policy.component.mjs +35 -55
  34. package/esm2022/lib/workflow-program/constants.mjs +3 -3
  35. package/esm2022/lib/workflow-program/workflow-program.component.mjs +338 -122
  36. package/esm2022/lib/workflow-services/policy.service.mjs +4 -8
  37. package/esm2022/lib/workflow-services/programs.service.mjs +113 -26
  38. package/esm2022/lib/workflow-services/responsibility.service.mjs +52 -45
  39. package/fesm2022/vcomply-workflow-engine.mjs +6773 -6940
  40. package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
  41. package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +2 -0
  42. package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +2 -0
  43. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +2 -0
  44. package/lib/constants/api.constants.d.ts +2 -4
  45. package/lib/interfaces/responsibilty.interface.d.ts +12 -12
  46. package/lib/services/common.service.d.ts +0 -28
  47. package/lib/services/iframe.service.d.ts +0 -6
  48. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +0 -1
  49. package/lib/sharedComponents/frequency/frequency.service.d.ts +0 -87
  50. package/lib/workflow/grc-object/grc-object-container/grc-object-container.component.d.ts +1 -5
  51. package/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.d.ts +1 -3
  52. package/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.d.ts +2 -6
  53. package/lib/workflow/shared/services/grc.service.d.ts +0 -1
  54. package/lib/workflow/shared/workflow-pipes/workflow-pipes.module.d.ts +2 -3
  55. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +2 -0
  56. package/lib/workflow-compliance/workflow-compliance.component.d.ts +6 -32
  57. package/lib/workflow-engine-container/api-constants.d.ts +0 -1
  58. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +2 -5
  59. package/lib/workflow-engine.module.d.ts +40 -42
  60. package/lib/workflow-policy/workflow-policy.component.d.ts +0 -9
  61. package/lib/workflow-program/workflow-program.component.d.ts +4 -8
  62. package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
  63. package/lib/workflow-services/policy.service.d.ts +0 -1
  64. package/lib/workflow-services/programs.service.d.ts +53 -13
  65. package/lib/workflow-services/responsibility.service.d.ts +2 -13
  66. package/package.json +1 -1
  67. package/esm2022/lib/constants/mock.mjs +0 -152
  68. package/esm2022/lib/interfaces/frequency.interface.mjs +0 -2
  69. package/esm2022/lib/interfaces/iframe-type.mjs +0 -7
  70. package/esm2022/lib/sharedComponents/list-container/list-container.component.mjs +0 -52
  71. package/esm2022/lib/sharedComponents/program-list/constant.mjs +0 -16
  72. package/esm2022/lib/sharedComponents/program-list/interfaces/data-source.interface.mjs +0 -2
  73. package/esm2022/lib/sharedComponents/program-list/interfaces/list-item.interface.mjs +0 -2
  74. package/esm2022/lib/sharedComponents/program-list/pipes/check-selected-items.pipes.mjs +0 -23
  75. package/esm2022/lib/sharedComponents/program-list/program-list/program-list.component.mjs +0 -182
  76. package/esm2022/lib/sharedComponents/program-list/program-list.module.mjs +0 -47
  77. package/esm2022/lib/sharedComponents/program-list/services/list-utils.service.mjs +0 -27
  78. package/esm2022/lib/sharedComponents/program-list/services/program-list-api.service.mjs +0 -32
  79. package/esm2022/lib/ui-kit/loaders/loaders.module.mjs +0 -24
  80. package/esm2022/lib/ui-kit/loaders/table-loader/table-loader.component.mjs +0 -19
  81. package/esm2022/lib/workflow/shared/workflow-pipes/get-user-details.pipe.mjs +0 -26
  82. package/lib/constants/mock.d.ts +0 -15
  83. package/lib/interfaces/frequency.interface.d.ts +0 -37
  84. package/lib/interfaces/iframe-type.d.ts +0 -5
  85. package/lib/sharedComponents/list-container/list-container.component.d.ts +0 -9
  86. package/lib/sharedComponents/program-list/constant.d.ts +0 -9
  87. package/lib/sharedComponents/program-list/interfaces/data-source.interface.d.ts +0 -4
  88. package/lib/sharedComponents/program-list/interfaces/list-item.interface.d.ts +0 -5
  89. package/lib/sharedComponents/program-list/pipes/check-selected-items.pipes.d.ts +0 -7
  90. package/lib/sharedComponents/program-list/program-list/program-list.component.d.ts +0 -45
  91. package/lib/sharedComponents/program-list/program-list.module.d.ts +0 -14
  92. package/lib/sharedComponents/program-list/services/list-utils.service.d.ts +0 -7
  93. package/lib/sharedComponents/program-list/services/program-list-api.service.d.ts +0 -14
  94. package/lib/ui-kit/loaders/loaders.module.d.ts +0 -8
  95. package/lib/ui-kit/loaders/table-loader/table-loader.component.d.ts +0 -9
  96. package/lib/workflow/shared/workflow-pipes/get-user-details.pipe.d.ts +0 -7
@@ -1,6 +1,5 @@
1
1
  export const API_URLS = {
2
2
  fetchPolicyList: 'policy/fetchPolicyList&policyLink=true',
3
- LINKED_POLICIES: 'policy/linkedPolicies&policyId=',
4
- LINKED_PROGRAMS: 'getLinkedPrograms&polid='
3
+ LINKED_POLICIES: 'policy/linkedPolicies&policyId='
5
4
  };
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLWNvbnN0YW50cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3dvcmtmbG93LWVuZ2luZS1jb250YWluZXIvYXBpLWNvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQUMsTUFBTSxRQUFRLEdBQUc7SUFDdEIsZUFBZSxFQUFFLHdDQUF3QztJQUN6RCxlQUFlLEVBQUMsaUNBQWlDO0lBQ2pELGVBQWUsRUFBQywwQkFBMEI7Q0FDM0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjb25zdCBBUElfVVJMUyA9IHtcbiAgZmV0Y2hQb2xpY3lMaXN0OiAncG9saWN5L2ZldGNoUG9saWN5TGlzdCZwb2xpY3lMaW5rPXRydWUnLFxuICBMSU5LRURfUE9MSUNJRVM6J3BvbGljeS9saW5rZWRQb2xpY2llcyZwb2xpY3lJZD0nLFxuICBMSU5LRURfUFJPR1JBTVM6J2dldExpbmtlZFByb2dyYW1zJnBvbGlkPSdcbn07XG4iXX0=
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLWNvbnN0YW50cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3dvcmtmbG93LWVuZ2luZS1jb250YWluZXIvYXBpLWNvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQUMsTUFBTSxRQUFRLEdBQUc7SUFDdEIsZUFBZSxFQUFFLHdDQUF3QztJQUN6RCxlQUFlLEVBQUMsaUNBQWlDO0NBQ2xELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgQVBJX1VSTFMgPSB7XG4gIGZldGNoUG9saWN5TGlzdDogJ3BvbGljeS9mZXRjaFBvbGljeUxpc3QmcG9saWN5TGluaz10cnVlJyxcbiAgTElOS0VEX1BPTElDSUVTOidwb2xpY3kvbGlua2VkUG9saWNpZXMmcG9saWN5SWQ9J1xufTtcbiJdfQ==