vcomply-workflow-engine 2.6.26 → 2.6.28

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.
@@ -1,6 +1,6 @@
1
1
  import { AuthService } from '../workflow-services/auth.service';
2
2
  import { LogIssueService } from '../workflow-services/log-issue.service';
3
- import { EventEmitter, OnInit, OnChanges, AfterViewInit } from '@angular/core';
3
+ import { EventEmitter, OnInit, OnChanges, AfterViewInit, ChangeDetectorRef } from '@angular/core';
4
4
  import { EditorConfig } from 'vcomply-editor';
5
5
  import { DatePickerComponent } from 'ng2-date-picker';
6
6
  import { UiKitService } from '../workflow-services/ui-kit.service';
@@ -11,6 +11,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
11
11
  private authService;
12
12
  private uiKitService;
13
13
  private snackBar;
14
+ private changeDeterctorRef;
14
15
  openedFrom: any;
15
16
  issueId: any;
16
17
  reponsibilityData: {
@@ -122,7 +123,6 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
122
123
  };
123
124
  };
124
125
  fieldsWithError: any;
125
- hiddenList: any[];
126
126
  activeField: string;
127
127
  activeSelector: string;
128
128
  listLoadingStatus: any;
@@ -135,7 +135,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
135
135
  isRCMandatory: boolean;
136
136
  dataForEdit: any;
137
137
  isRiskControlVisible: boolean;
138
- constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService);
138
+ constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, changeDeterctorRef: ChangeDetectorRef);
139
139
  ngOnInit(): void;
140
140
  ngAfterViewInit(): void;
141
141
  ngOnChanges(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.26",
3
+ "version": "2.6.28",
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
+ }