vcomply-workflow-engine 3.0.16 → 3.0.17

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.
@@ -9,6 +9,7 @@ export declare class PolicyAccessComponent implements OnInit {
9
9
  disabledIds: any;
10
10
  usersAccessList: any;
11
11
  groupsAccessList: any;
12
+ disabledGroupIds: any;
12
13
  futureUsersWillSelect: boolean;
13
14
  close: EventEmitter<any>;
14
15
  saveCheckPoint: EventEmitter<any>;
@@ -59,6 +59,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
59
59
  ccFailGroupObjIds: any[];
60
60
  usersAccessList: any[];
61
61
  usersAccessListIds: any[];
62
+ groupsAccessListIds: any[];
62
63
  groupsAccessList: any[];
63
64
  loader: boolean;
64
65
  categoriesListLoaded: boolean;
@@ -325,4 +326,5 @@ export declare class WorkflowPolicyComponent implements OnInit {
325
326
  setAccessField(event: number): void;
326
327
  getUsersAccessListByCategory(categoryDetails: any): void;
327
328
  populatePolicyAccessDetails(policyDetails: any): void;
329
+ resetPolicyAccessDetails(): void;
328
330
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.0.16",
3
+ "version": "3.0.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"