vcomply-workflow-engine 2.5.5 → 2.5.8

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 (23) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +88 -23
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/more-option/more-option.component.js +3 -3
  4. package/esm2015/lib/more-option/more-option.component.ngfactory.js +2 -2
  5. package/esm2015/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.js +3 -3
  6. package/esm2015/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.ngfactory.js +35 -15
  7. package/esm2015/lib/sharedComponents/framework-list/framework-list.component.js +24 -6
  8. package/esm2015/lib/sharedComponents/framework-list/framework-list.component.ngfactory.js +2 -2
  9. package/esm2015/lib/sharedComponents/framework-list/framework-responsibility-table/framework-responsibility-table.component.js +3 -3
  10. package/esm2015/lib/sharedComponents/framework-list/framework-responsibility-table/framework-responsibility-table.component.ngfactory.js +36 -20
  11. package/esm2015/lib/sharedComponents/framework-list/framework-table-loader/framework-table-loader.component.js +1 -1
  12. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +8 -3
  13. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  14. package/esm2015/lib/workflow-program/workflow-program.component.js +50 -9
  15. package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +180 -163
  16. package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
  17. package/esm2015/lib/workflow-risk/workflow-risk.component.js +2 -2
  18. package/esm2015/lib/workflow-risk/workflow-risk.component.ngfactory.js +2 -2
  19. package/fesm2015/vcomply-workflow-engine.js +87 -23
  20. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  21. package/lib/workflow-program/workflow-program.component.d.ts +2 -0
  22. package/package.json +1 -1
  23. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -72,6 +72,7 @@ export declare class WorkflowProgramComponent implements OnInit {
72
72
  panelTitleAssignee: string;
73
73
  panelTitleApprover: string;
74
74
  isApproverDisabled: boolean;
75
+ isProgramScope: boolean;
75
76
  constructor(fb: FormBuilder, programService: ProgramsService, authService: AuthService, uiKitService: UiKitService);
76
77
  noWhitespaceValidator(control: FormControl): {
77
78
  whitespace: boolean;
@@ -176,4 +177,5 @@ export declare class WorkflowProgramComponent implements OnInit {
176
177
  populateMembers(res: any): void;
177
178
  populateGroups(res: any): void;
178
179
  resetAdditionalOption(): void;
180
+ checkProgramOptionField(): any;
179
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.5.5",
3
+ "version": "2.5.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"