vhobjects-user 0.7.6 → 0.7.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.
@@ -3,12 +3,14 @@ import { Router } from '@angular/router';
3
3
  import { VhAlgorithm, VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb';
4
4
  import { FunctionService } from 'vhobjects-service/src/services';
5
5
  import { Subscription } from 'rxjs';
6
+ import { MatDialog } from '@angular/material/dialog';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class AtwNewFieldText implements OnInit {
8
9
  private router;
9
10
  private vhQueryAutoWeb;
10
11
  vhAlgorithm: VhAlgorithm;
11
12
  functionService: FunctionService;
13
+ private matDialog;
12
14
  private element;
13
15
  private platformId;
14
16
  private vhEventMediator;
@@ -29,7 +31,7 @@ export declare class AtwNewFieldText implements OnInit {
29
31
  class: any;
30
32
  observer: IntersectionObserver;
31
33
  subscription: Subscription;
32
- constructor(router: Router, vhQueryAutoWeb: VhQueryAutoWeb, vhAlgorithm: VhAlgorithm, functionService: FunctionService, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
34
+ constructor(router: Router, vhQueryAutoWeb: VhQueryAutoWeb, vhAlgorithm: VhAlgorithm, functionService: FunctionService, matDialog: MatDialog, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
33
35
  platformId: Object, vhEventMediator: VhEventMediator);
34
36
  ngOnInit(): void;
35
37
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhobjects-user",
3
- "version": "0.7.6",
3
+ "version": "0.7.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"