vcomply-workflow-engine 2.4.61 → 2.4.65

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 (40) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +67 -111
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.js +1 -6
  4. package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.js +2 -2
  5. package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.js +2 -1
  6. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +1 -1
  7. package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.js +7 -10
  8. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +2 -2
  9. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +3 -3
  10. package/esm2015/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.js +2 -2
  11. package/esm2015/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.ngfactory.js +2 -2
  12. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +11 -24
  13. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +1 -1
  14. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  15. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +5 -9
  16. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +3 -3
  17. package/esm2015/lib/workflow-engine.module.js +1 -1
  18. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  19. package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +3 -4
  20. package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngfactory.js +4 -6
  21. package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngsummary.json +1 -1
  22. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +3 -13
  23. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +4 -4
  24. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -1
  25. package/esm2015/lib/workflow-program/workflow-program.component.js +2 -3
  26. package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +8 -8
  27. package/esm2015/lib/workflow-risk/workflow-risk.component.js +6 -9
  28. package/esm2015/lib/workflow-services/programs.service.js +12 -12
  29. package/fesm2015/vcomply-workflow-engine.js +44 -84
  30. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  31. package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts +0 -1
  32. package/lib/workflow-compliance/workflow-compliance.component.d.ts +0 -2
  33. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +0 -1
  34. package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +0 -1
  35. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +0 -2
  36. package/package.json +2 -2
  37. package/vcomply-workflow-engine.metadata.json +1 -1
  38. package/esm2015/lib/interceptor/business-cycle.interceptor.js +0 -15
  39. package/esm2015/lib/interceptor/business-cycle.interceptor.ngsummary.json +0 -1
  40. package/lib/interceptor/business-cycle.interceptor.d.ts +0 -5
@@ -9,7 +9,6 @@ export declare class AddPageDetailsComponent implements OnInit {
9
9
  fd: any;
10
10
  constructor(config: DialogConfig, dialogRef: DialogRef);
11
11
  pageDetails: any;
12
- tempPageDetails: any;
13
12
  ngOnInit(): void;
14
13
  savePageDetails(): void;
15
14
  extractContent(s: any): string;
@@ -17,7 +17,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
17
17
  responsibilityId: string;
18
18
  frameworkDetails: Array<any>;
19
19
  isEntrust: boolean;
20
- set closeOnEsc(escapeCondition: boolean);
21
20
  pickerChanged: EventEmitter<any>;
22
21
  populateOption: EventEmitter<any>;
23
22
  hideElementsFromMoreOptions: EventEmitter<any>;
@@ -141,7 +140,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
141
140
  getOrganizationDetails(): void;
142
141
  getCategoryList(): void;
143
142
  filterListsAccordingToProgram(program_id?: string): void;
144
- getListsAccordingToProgram(program_id: string): void;
145
143
  getAssignorsList(program_id?: string): void;
146
144
  getAssigneesList(program_id?: string): void;
147
145
  getPeopleListAgainstPID(program_id: string): void;
@@ -71,7 +71,6 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
71
71
  dropdownLeft: any;
72
72
  dropdownTop: any;
73
73
  dropdownWidth: any;
74
- closeOnEsc: boolean;
75
74
  onKeydownHandler(event: KeyboardEvent): void;
76
75
  currentWorkflow: any;
77
76
  workflowTypeList: any;
@@ -3,7 +3,6 @@ export declare class InputWithPillComponent implements OnInit {
3
3
  placeholder: any;
4
4
  disabled: boolean;
5
5
  select: EventEmitter<any>;
6
- selectDiv: any;
7
6
  constructor();
8
7
  ngOnInit(): void;
9
8
  }
@@ -7,7 +7,6 @@ export declare class UserGroupListComponent implements OnInit {
7
7
  singleSelect: boolean;
8
8
  fieldType: string;
9
9
  searchKey: string;
10
- isPagination: any;
11
10
  usersList: any;
12
11
  groupsList: any;
13
12
  userListInfo: any;
@@ -86,5 +85,4 @@ export declare class UserGroupListComponent implements OnInit {
86
85
  * @returns
87
86
  */
88
87
  uniqueByProp(array: any, key: string): unknown[];
89
- paginationVisible(): void;
90
88
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.4.61",
3
+ "version": "2.4.65",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"
@@ -22,4 +22,4 @@
22
22
  "typings": "vcomply-workflow-engine.d.ts",
23
23
  "metadata": "vcomply-workflow-engine.metadata.json",
24
24
  "sideEffects": false
25
- }
25
+ }