vcomply-workflow-engine 2.8.1 → 2.8.3

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.
@@ -170,9 +170,10 @@ export declare class WorkflowProgramComponent implements OnInit {
170
170
  markasTouchedSelector(fieldName: any): void;
171
171
  fetchRoles(): void;
172
172
  fetchRC(): void;
173
- fetchUsersAssociatedWithRoles(): void;
173
+ fetchUsersAssociatedWithRoles(calledFrom?: any): void;
174
174
  fetchGroupsAssociatedWithRoles(): void;
175
- setDefaultOwners(userList: any): void;
175
+ setDefaultOwners(userList: any, calledFrom?: any): void;
176
+ getPreSelectedOwners(previousSelectedUsers: any, currentUsers: any): any;
176
177
  fetchOrganizationUsers(data?: any): void;
177
178
  fetchOrganizationGroup(data?: any): void;
178
179
  fileUploadTracker: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.8.1",
3
+ "version": "2.8.3",
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"