ionic-vhframeworks 10.0.5 → 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.
|
|
12471
|
+
this.vhQueryAutoWeb.animationFromDatabase_Subscribe(this);
|
|
12472
12472
|
}
|
|
12473
12473
|
*/
|
|
12474
|
-
animationFromDatabase_Subscribe(_this: any
|
|
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.
|
|
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
|
|
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
|
/**
|