ionic-vhframeworks 10.0.4 → 10.0.6

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.
@@ -12468,13 +12468,16 @@ export declare class VhQueryAutoWeb {
12468
12468
  * Hàm này bắt hiệu ứng mới cho object, block khi config chọn hiệu ứng khác
12469
12469
  * example:
12470
12470
  ngOnDestroy(){
12471
- this.vhQueryAutoWeb.animationFromDatabase_Unsubscribe(this);
12471
+ this.vhQueryAutoWeb.animationFromDatabase_Subscribe(this);
12472
12472
  }
12473
12473
  */
12474
- animationFromDatabase_Subscribe(_this: any): void;
12474
+ animationFromDatabase_Subscribe(_this: any, options?: {
12475
+ isPage?: boolean;
12476
+ animationKeyToReset?: string[];
12477
+ }): void;
12475
12478
  /**
12476
12479
  * Hàm này hủy lệnh bắt hiệu ứng mới cho object, block khi config chọn hiệu ứng khác
12477
- * this.vhQueryAutoWeb.animationFromDatabase_Subscribe(this);
12480
+ * this.vhQueryAutoWeb.animationFromDatabase_Unsubscribe(this);
12478
12481
  */
12479
12482
  animationFromDatabase_Unsubscribe(_this: any): void;
12480
12483
  /**
@@ -12483,8 +12486,12 @@ export declare class VhQueryAutoWeb {
12483
12486
  * @param _this
12484
12487
  * @returns
12485
12488
  */
12486
- animationFromDatabase(_this: any): void;
12489
+ animationFromDatabase(_this: any, options?: {
12490
+ isPage?: boolean;
12491
+ animationKeyToReset?: string[];
12492
+ }): void;
12487
12493
  private _animationFromDatabase;
12494
+ private _animationFromDatabase3;
12488
12495
  private _animationFromDatabase2;
12489
12496
  private _animationFromDatabase1;
12490
12497
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.0.4",
3
+ "version": "10.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"