vcomply-workflow-engine 3.7.0 → 3.7.2

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.
@@ -97,7 +97,7 @@ export declare class AddMultipleRiskComponent implements OnInit, OnChanges {
97
97
  * @param {string} [label] - the label of the risk
98
98
  * @returns The return value is the value of the last expression in the function.
99
99
  */
100
- setRiskLabel(label?: string): 2 | 1;
100
+ setRiskLabel(label?: string): 1 | 2;
101
101
  /**
102
102
  * "If the date is a number, convert it to a date object, then create a new date object with the
103
103
  * timezone set to the user's timezone, then return the date in the format YYYY-MM-DD."
@@ -7,6 +7,7 @@ import { UiKitService } from '../workflow-services/ui-kit.service';
7
7
  import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
8
8
  import { IssueConfiguration } from '../interfaces/issue-data';
9
9
  import { CommonService } from '../services/common.service';
10
+ import { OrganizationUserService } from '../workflow-services/organization-user.service';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterViewInit {
12
13
  private logService;
@@ -15,6 +16,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
15
16
  private snackBar;
16
17
  private commonService;
17
18
  private changeDetectorRef;
19
+ private organizationUserService;
18
20
  openedFrom: any;
19
21
  source: 'SAP' | 'WORKROOM' | '';
20
22
  issueId: any;
@@ -143,7 +145,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
143
145
  isLinkRC: boolean;
144
146
  isRCEditable: boolean;
145
147
  isLinkQuestionVisible: boolean;
146
- constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, commonService: CommonService, changeDetectorRef: ChangeDetectorRef);
148
+ constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, commonService: CommonService, changeDetectorRef: ChangeDetectorRef, organizationUserService: OrganizationUserService);
147
149
  ngOnInit(): void;
148
150
  ngAfterViewInit(): void;
149
151
  ngOnChanges(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
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 "