vcomply-workflow-engine 2.6.117 → 2.6.118

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 (17) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +22 -17
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.js +4 -3
  4. package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngfactory.js +3 -3
  5. package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngsummary.json +1 -1
  6. package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.js +13 -12
  7. package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngfactory.js +1 -1
  8. package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngsummary.json +1 -1
  9. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +7 -4
  10. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +2 -2
  11. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +2 -2
  12. package/fesm2015/vcomply-workflow-engine.js +22 -17
  13. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  14. package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +1 -0
  15. package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +1 -0
  16. package/package.json +1 -1
  17. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -23,6 +23,7 @@ export declare class AddMultipleResponsibilityContainerComponent implements OnIn
23
23
  bulkUploadFlag: boolean;
24
24
  closeWorkflow: EventEmitter<any>;
25
25
  feature: any;
26
+ orgDetails: any;
26
27
  constructor(riskService: AddRiskService, authService: AuthService, bulkUploadService: BulkUploadService);
27
28
  ngOnInit(): void;
28
29
  downloadTemplate(version?: any): void;
@@ -18,6 +18,7 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
18
18
  isNotificationPending: number;
19
19
  closeAddMultipleResponsibility: EventEmitter<any>;
20
20
  set uploadedFileData(data: any);
21
+ orgDetails: any;
21
22
  responsibilityBulkUpload: any;
22
23
  tabType: 'frequency' | 'ongoing' | 'onCompletion';
23
24
  tabIndex: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.117",
3
+ "version": "2.6.118",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"