vcomply-workflow-engine 2.4.59 → 2.4.62

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.
@@ -141,10 +141,12 @@ export declare class WorkflowComplianceComponent implements OnInit {
141
141
  getOrganizationDetails(): void;
142
142
  getCategoryList(): void;
143
143
  filterListsAccordingToProgram(program_id?: string): void;
144
+ getListsAccordingToProgram(program_id: string): void;
144
145
  getAssignorsList(program_id?: string): void;
145
146
  getAssigneesList(program_id?: string): void;
146
147
  getPeopleListAgainstPID(program_id: string): void;
147
148
  getGroupsList(program_id?: string): void;
149
+ isGroupAssigned: boolean;
148
150
  getEditResponsibilityDetails(id: any): void;
149
151
  setList(list: any[], ids: any[], key: string): any;
150
152
  returnIds(list: any[], key: string): any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.4.59",
3
+ "version": "2.4.62",
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
+ }