vcomply-workflow-engine 3.0.3 → 3.0.4
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/bundles/vcomply-workflow-engine.umd.js +20 -13
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +2 -2
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +26 -44
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +2 -2
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +19 -12
- package/fesm2015/vcomply-workflow-engine.js +20 -13
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-policy/workflow-policy.component.d.ts +1 -1
- package/package.json +1 -1
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -188,7 +188,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
|
|
|
188
188
|
* Fetches Approvers workflow list based on selected policy categories
|
|
189
189
|
* @param id contains selected categories id's
|
|
190
190
|
*/
|
|
191
|
-
getApproverWorkFlow(id: any): void;
|
|
191
|
+
getApproverWorkFlow(id: any, data?: any): void;
|
|
192
192
|
removeWorkflow(): void;
|
|
193
193
|
/**
|
|
194
194
|
* Fetches Approvers and reviewers list based on selected policy categories
|
package/package.json
CHANGED