vcomply-workflow-engine 2.6.195 → 2.6.196

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.
@@ -41,6 +41,7 @@ export declare class UserGroupListComponent implements OnInit {
41
41
  userCurrentPage: number;
42
42
  groupCurrentPage: number;
43
43
  loading: boolean;
44
+ nonDisabledUsers: any[];
44
45
  set setUserList(value: any);
45
46
  set setSelectedUser(value: any);
46
47
  defaultSelectedUsers: any;
@@ -107,4 +108,5 @@ export declare class UserGroupListComponent implements OnInit {
107
108
  uniqueByProp(array: any, key: string): unknown[];
108
109
  paginationVisible(): void;
109
110
  workflowTypeChanged(event: string): void;
111
+ disableUsers(): any[];
110
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.195",
3
+ "version": "2.6.196",
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"