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.
- package/esm2020/lib/more-option/more-option.component.mjs +23 -33
- package/esm2020/lib/sharedComponents/frequency/frequency-container/frequency-container.component.mjs +2 -2
- package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-container/frequency-dialog-container.component.mjs +3 -3
- package/esm2020/lib/sharedComponents/review-frequency/review-frequency.component.mjs +3 -3
- package/esm2020/lib/sharedComponents/v-loader/loader/loader.component.mjs +4 -12
- package/esm2020/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.mjs +4 -9
- package/esm2020/lib/sharedComponents/v-loader/v-loader.module.mjs +4 -7
- package/esm2020/lib/workflow/grc-object/grc-object-container/grc-object-container.component.mjs +79 -6
- package/esm2020/lib/workflow/shared/components/attributes/attributes-checkbox/attributes-checkbox.component.mjs +3 -3
- package/esm2020/lib/workflow/shared/components/attributes/attributes-text-box/attributes-text-box.component.mjs +1 -1
- package/esm2020/lib/workflow/shared/components/attributes/attributes.component.mjs +1 -1
- package/esm2020/lib/workflow/shared/components/edit-mode/edit-mode.component.mjs +32 -10
- package/esm2020/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.mjs +20 -4
- package/esm2020/lib/workflow/shared/components/grc-responsibility-listing/grc-responsibility-listing.component.mjs +62 -60
- package/esm2020/lib/workflow/shared/components/grc-risk-listing/grc-risk-listing.component.mjs +191 -0
- package/esm2020/lib/workflow/shared/components/grc-sub-category-listing/grc-sub-category-listing.component.mjs +77 -11
- package/esm2020/lib/workflow/shared/components/list-popup/list-popup.component.mjs +24 -2
- package/esm2020/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.mjs +393 -0
- package/esm2020/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.mjs +5 -5
- package/esm2020/lib/workflow/shared/components/text-field/text-field.component.mjs +29 -24
- package/esm2020/lib/workflow/shared/constants/field-text.constant.mjs +3 -1
- package/esm2020/lib/workflow/shared/constants/link-responsibility.constant.mjs +19 -0
- package/esm2020/lib/workflow/shared/constants/pagination-limits.constant.mjs +6 -0
- package/esm2020/lib/workflow/shared/interfaces/add-grc.mjs +1 -1
- package/esm2020/lib/workflow/shared/services/grc.service.mjs +83 -1
- package/esm2020/lib/workflow-compliance/workflow-compliance.component.mjs +181 -42
- package/esm2020/lib/workflow-engine-container/workflow-engine-container.component.mjs +3 -3
- package/esm2020/lib/workflow-engine.module.mjs +4 -15
- package/esm2020/lib/workflow-grc/workflow-grc.component.mjs +2 -2
- package/esm2020/lib/workflow-policy/workflow-policy.component.mjs +2 -2
- package/esm2020/lib/workflow-risk/workflow-risk.component.mjs +3 -3
- package/fesm2015/vcomply-workflow-engine.mjs +1164 -185
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1114 -155
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +0 -4
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +0 -2
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts +1 -2
- package/lib/workflow/grc-object/grc-object-container/grc-object-container.component.d.ts +8 -1
- package/lib/workflow/shared/components/attributes/attributes-text-box/attributes-text-box.component.d.ts +2 -0
- package/lib/workflow/shared/components/edit-mode/edit-mode.component.d.ts +2 -1
- package/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.d.ts +5 -1
- package/lib/workflow/shared/components/grc-responsibility-listing/grc-responsibility-listing.component.d.ts +11 -9
- package/lib/workflow/shared/components/grc-risk-listing/grc-risk-listing.component.d.ts +35 -0
- package/lib/workflow/shared/components/grc-sub-category-listing/grc-sub-category-listing.component.d.ts +17 -2
- package/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.d.ts +76 -0
- package/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.d.ts +2 -2
- package/lib/workflow/shared/constants/field-text.constant.d.ts +2 -0
- package/lib/workflow/shared/constants/link-responsibility.constant.d.ts +7 -0
- package/lib/workflow/shared/constants/pagination-limits.constant.d.ts +5 -0
- package/lib/workflow/shared/interfaces/add-grc.d.ts +3 -1
- package/lib/workflow/shared/services/grc.service.d.ts +10 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +26 -2
- package/lib/workflow-engine.module.d.ts +32 -35
- 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.