vcomply-workflow-engine 2.4.21 → 2.4.22

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.
@@ -30,6 +30,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
30
30
  selectedProgram: any;
31
31
  scrollToBottom: boolean;
32
32
  description: EditorConfig;
33
+ programPeopleList: any;
33
34
  loader: boolean;
34
35
  submitted: boolean;
35
36
  editDetails: any;
@@ -139,7 +140,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
139
140
  getOrganizationDetails(): void;
140
141
  getCategoryList(): void;
141
142
  filterListsAccordingToProgram(program_id?: string): void;
142
- getAssignorsList(): void;
143
+ getAssignorsList(program_id?: string): void;
143
144
  getAssigneesList(program_id?: string): void;
144
145
  getPeopleListAgainstPID(program_id: string): void;
145
146
  getGroupsList(program_id?: string): void;
@@ -152,6 +153,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
152
153
  remove(type: any, event?: any): void;
153
154
  entrustFramework(event: any): void;
154
155
  refreshAllLists(): void;
156
+ refreshListsWhileProgramSelected(): void;
155
157
  submitResponsibility(): false | undefined;
156
158
  validateResponsibility(): boolean | undefined;
157
159
  responsibilityData: any;
@@ -12,7 +12,7 @@ export declare class ResponsibilityService {
12
12
  getOrganizationGroups(params?: HttpParams): import("rxjs").Observable<any[]>;
13
13
  getOrganizationUsers(): import("rxjs").Observable<any[]>;
14
14
  getOrganizationPeople(params?: HttpParams): import("rxjs").Observable<any[]>;
15
- getAssignorsList(): import("rxjs").Observable<any[]>;
15
+ getAssignorsList(params?: HttpParams): import("rxjs").Observable<any[]>;
16
16
  getCategoriesList(): import("rxjs").Observable<any[]>;
17
17
  getProgramsList(params: HttpParams): import("rxjs").Observable<any[]>;
18
18
  getCategoriesUnderProgram(params: HttpParams): import("rxjs").Observable<any[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.4.21",
3
+ "version": "2.4.22",
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
+ }