vcomply-workflow-engine 3.4.74 → 3.4.76

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.
@@ -132,6 +132,9 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
132
132
  dataForEdit: any;
133
133
  isRiskControlVisible: boolean;
134
134
  isFutureDate: boolean;
135
+ isLinkResponsibility: boolean;
136
+ isLinkRC: boolean;
137
+ isRCEditable: boolean;
135
138
  constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, changeDeterctorRef: ChangeDetectorRef);
136
139
  ngOnInit(): void;
137
140
  ngAfterViewInit(): void;
@@ -139,6 +142,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
139
142
  decideRCmandatory(): void;
140
143
  setCurrentTime(): void;
141
144
  getCurrentTime(): string;
145
+ setRcEditable(): void;
142
146
  setLink(): void;
143
147
  setUserDetails(): void;
144
148
  fetchIssueTypes(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.4.74",
3
+ "version": "3.4.76",
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 "