vcomply-workflow-engine 2.1.92 → 2.1.96

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 (27) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +135 -101
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +19 -4
  4. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +26 -19
  5. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +1 -1
  6. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +24 -10
  7. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  8. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +58 -55
  9. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngfactory.js +48 -25
  10. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngsummary.json +1 -1
  11. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +3 -2
  12. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +1 -1
  13. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngsummary.json +1 -1
  14. package/esm2015/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.js +12 -8
  15. package/esm2015/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.ngsummary.json +1 -1
  16. package/esm2015/lib/workflow-program/workflow-program.component.js +14 -23
  17. package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +91 -88
  18. package/esm2015/lib/workflow-services/programs.service.js +10 -2
  19. package/esm2015/lib/workflow-services/programs.service.ngsummary.json +1 -1
  20. package/fesm2015/vcomply-workflow-engine.js +132 -98
  21. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  22. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +2 -1
  23. package/lib/workflow-compliance/workflow-compliance.component.d.ts +2 -0
  24. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +2 -1
  25. package/lib/workflow-services/programs.service.d.ts +1 -0
  26. package/package.json +1 -1
  27. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -18,7 +18,7 @@ export declare class ProgramListingComponent implements OnInit {
18
18
  };
19
19
  showCategories: boolean;
20
20
  currentProgram: any;
21
- search: string;
21
+ searchString: string;
22
22
  activeTab: any;
23
23
  selectedIds: any[];
24
24
  categoryList: any[];
@@ -29,6 +29,7 @@ export declare class ProgramListingComponent implements OnInit {
29
29
  constructor(responsibilityService: ResponsibilityService);
30
30
  ngOnInit(): void;
31
31
  clickSubList(): void;
32
+ handleSearch(event: any): void;
32
33
  selectProgram(event: any, program: any): void;
33
34
  changeProgramsPage(event: any): void;
34
35
  getProgramsList(paramsObject?: any): void;
@@ -5,6 +5,7 @@ import { ResponsibilityService } from '../workflow-services/responsibility.servi
5
5
  import { FrequencyService } from '../sharedComponents/frequency/frequency.service';
6
6
  import { UiKitService } from '../workflow-services/ui-kit.service';
7
7
  import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
8
+ import { Subject } from 'rxjs';
8
9
  export declare class WorkflowComplianceComponent implements OnInit {
9
10
  private authService;
10
11
  private responsibilityService;
@@ -124,6 +125,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
124
125
  onRemovingCheckpoint: EventEmitter<any>;
125
126
  isAssessmentDisabled: EventEmitter<any>;
126
127
  whatInput: ElementRef;
128
+ unSubscribeProgram: Subject<void>;
127
129
  constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService);
128
130
  ngOnInit(): void;
129
131
  activateSelector(type: any, event: boolean): void;
@@ -40,6 +40,7 @@ export declare class AssessmentPickerComponent implements OnInit {
40
40
  *
41
41
  */
42
42
  showSubList(index: number, id: any): number[];
43
+ expandCategory(categoryId: any): void;
43
44
  /**
44
45
  *
45
46
  * @param event : page number that has been selected
@@ -60,7 +61,7 @@ export declare class AssessmentPickerComponent implements OnInit {
60
61
  *
61
62
  * @param id : Assessment category id
62
63
  */
63
- getAssessmentList(index: number, id: string): void;
64
+ getAssessmentList(id: string): void;
64
65
  selectedAssessmentCategoriesIds: any;
65
66
  selectedAssessmentIds: any;
66
67
  selectedAssessment: any;
@@ -84,6 +84,7 @@ export declare class ProgramsService {
84
84
  }[];
85
85
  _id: any;
86
86
  };
87
+ generateAssessment(assessment: any): any;
87
88
  getFramework(input: any): {
88
89
  _id: any;
89
90
  framework_name: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.1.92",
3
+ "version": "2.1.96",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"