vhobjects-user 0.8.2 → 0.8.3

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.
@@ -9,7 +9,7 @@ export declare class AtwFrameBanner implements OnInit {
9
9
  private vhEventMediator;
10
10
  private element;
11
11
  private platformId;
12
- private functionService;
12
+ functionService: FunctionService;
13
13
  resolution: any;
14
14
  data: any;
15
15
  isClone: any;
@@ -67,6 +67,7 @@ export declare class AtwFrameBanner implements OnInit {
67
67
  *@param jumpIndex vị trí frame hiển thị
68
68
  */
69
69
  private getDetailObject;
70
+ onWindowScroll(event: WheelEvent): void;
70
71
  /**
71
72
  * Hàm này thực hiển previous slide
72
73
  */
@@ -129,6 +130,7 @@ export declare class AtwFrameBanner implements OnInit {
129
130
  * @param time_animation_play
130
131
  */
131
132
  private animateSlide;
133
+ getSlideNumber(index: any): any;
132
134
  static ɵfac: i0.ɵɵFactoryDeclaration<AtwFrameBanner, never>;
133
135
  static ɵcmp: i0.ɵɵComponentDeclaration<AtwFrameBanner, "atw-frame-banner", never, { "resolution": "resolution"; "data": "data"; "isClone": "isClone"; "id_subproject": "id_subproject"; "type": "type"; "objectChoosing": "objectChoosing"; "device": "device"; "blockChoosing": "blockChoosing"; "frameActive": "frameActive"; "isPressingShift": "isPressingShift"; "array_object_selected": "array_object_selected"; }, { "showToolBarObject": "showToolBarObject"; }, never, never>;
134
136
  }
@@ -36,6 +36,7 @@ export declare class AtwButton implements OnInit {
36
36
  ngOnInit(): void;
37
37
  getDetailObject(): void;
38
38
  ngAfterViewInit(): void;
39
+ ngOnChanges(): void;
39
40
  ngOnDestroy(): void;
40
41
  navigate(event: any): void;
41
42
  showRoute(): any;
@@ -49,6 +49,7 @@ export declare class AtwText implements OnInit {
49
49
  vhAlgorithm: VhAlgorithm, functionService: FunctionService, vhEventMediator: VhEventMediator, platformId: Object);
50
50
  ngOnInit(): void;
51
51
  private getDetailObject;
52
+ ngOnChanges(): void;
52
53
  ngOnDestroy(): void;
53
54
  ngAfterViewInit(): void;
54
55
  ngAfterViewChecked(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhobjects-user",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"