vcomply-workflow-engine 2.6.96 → 2.6.97

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.
@@ -7,6 +7,7 @@ export interface PolicyForm {
7
7
  approvers: [];
8
8
  }[];
9
9
  selectedAssignees: [];
10
+ selectedGroupAssignee: [];
10
11
  selectedReviewers: [];
11
12
  selectedRCs: [];
12
13
  CCFailEmail: [];
@@ -24,6 +24,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
24
24
  pickerChanged: EventEmitter<any>;
25
25
  mode: string;
26
26
  policyId: string;
27
+ feature: any;
27
28
  showConfirmationAlert: EventEmitter<any>;
28
29
  datePicker: DatePickerComponent;
29
30
  populateOption: EventEmitter<any>;
@@ -42,6 +43,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
42
43
  allApprovers: any;
43
44
  allReviewers: any;
44
45
  assigneesList: any;
46
+ ownerlist: any;
45
47
  reviewersList: any;
46
48
  overseersList: any;
47
49
  rcListLoaded: boolean;
@@ -128,6 +130,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
128
130
  userInfo: any;
129
131
  policyApprovalFlag: number;
130
132
  baseURL: string;
133
+ groupEnabled: any;
131
134
  constructor(policyService: PolicyService, snackBar: SnackBarService, uiKitService: UiKitService, authService: AuthService, responsibilityService: ResponsibilityService, router: Router, route: ActivatedRoute, frequencyService: FrequencyService, platformLocation: PlatformLocation, changeRef: ChangeDetectorRef);
132
135
  policyForm: PolicyForm;
133
136
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.96",
3
+ "version": "2.6.97",
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"