vcomply-workflow-engine 2.6.31 → 2.6.33

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.
@@ -35,6 +35,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
35
35
  onRemovingCheckpoint: EventEmitter<any>;
36
36
  isAssessmentDisabled: EventEmitter<any>;
37
37
  assigneeTypeChange: EventEmitter<any>;
38
+ onReviewerTypeChange: EventEmitter<any>;
38
39
  scrollToBottom: boolean;
39
40
  description: EditorConfig;
40
41
  programPeopleList: any;
@@ -57,6 +58,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
57
58
  groupsListLoaded: boolean;
58
59
  assuranceCategoryListLoaded: boolean;
59
60
  selectedFrameworkValues: any;
61
+ hasReviewer: boolean;
60
62
  assignorsList: any[];
61
63
  assigneesList: any[];
62
64
  reviewersList: any[];
@@ -307,4 +309,9 @@ export declare class WorkflowComplianceComponent implements OnInit {
307
309
  */
308
310
  getUniqueIds(array: any): unknown[];
309
311
  openAssigneeChangeConfirmation(event: any): void;
312
+ /**
313
+ * If the mode is EDIT, emit the event.
314
+ * @param {any} event - any - the event that is triggered when the user selects a radio button
315
+ */
316
+ onReviewerWorkflowChange(event: any): void;
310
317
  }
@@ -111,4 +111,5 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
111
111
  onRcSelected(isRcSelected: boolean): void;
112
112
  fetchOrganizationDetails(): void;
113
113
  assigneeTypeChange(): void;
114
+ onReviewerChange(event: string): void;
114
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.31",
3
+ "version": "2.6.33",
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
+ }