vcomply-workflow-engine 3.4.81 → 3.4.83

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.
@@ -58,7 +58,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
58
58
  listData: any;
59
59
  DEFAULT_TIME: string;
60
60
  get message(): string;
61
- displayActionButtons(): any[];
61
+ get displayActionButtons(): any[];
62
62
  logIssueForm: any;
63
63
  AttachmentTrack: any;
64
64
  additionalOptionStatus: any;
@@ -139,6 +139,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
139
139
  isLinkAssessment: boolean;
140
140
  isLinkRC: boolean;
141
141
  isRCEditable: boolean;
142
+ isLinkQuestionVisible: boolean;
142
143
  constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, changeDeterctorRef: ChangeDetectorRef);
143
144
  ngOnInit(): void;
144
145
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.4.81",
3
+ "version": "3.4.83",
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 "