vcomply-workflow-engine 6.5.7 → 6.5.8

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.
@@ -30,6 +30,9 @@ export declare class FloatingBarComponent implements OnInit, OnChanges {
30
30
  workflowTypeChanged: EventEmitter<any>;
31
31
  constructor();
32
32
  ngOnChanges(): void;
33
+ getDisplayValue(element: any): any;
34
+ isArray(value: any): boolean;
35
+ logRenderedValue(value: any): any;
33
36
  ngOnInit(): void;
34
37
  next(): void;
35
38
  deleteSelected(index: number): void;
@@ -348,7 +348,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
348
348
  * If the responsibility name is empty, or the frequency is empty, or the assignees list is empty,
349
349
  * then return false. Otherwise, return true.
350
350
  */
351
- validateResponsibility(): boolean | undefined;
351
+ validateResponsibility(): boolean;
352
352
  entrustResponsibility(entrustForm: any): void;
353
353
  uniqueIdUserGroups(totalUserList: any, selectedGroup: any, selectedUsers: any): any[];
354
354
  combineUserAndUserGroupMembers(isGroup?: any): void;
@@ -168,7 +168,7 @@ export declare class WorkflowRiskComponent implements OnInit {
168
168
  setPopupButtons(): void;
169
169
  getRiskDetails(riskId: any): void;
170
170
  populateOptionalFields(): void;
171
- setCategoryType(type: any): "strategic" | "compliance" | "others" | "operational";
171
+ setCategoryType(type: any): "compliance" | "strategic" | "others" | "operational";
172
172
  getRCList(): void;
173
173
  getCategoryList(): void;
174
174
  getOwnersList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.5.7",
3
+ "version": "6.5.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "