ionic-vhframeworks 10.4.1 → 10.4.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.
|
@@ -925,6 +925,7 @@ export declare class VhAuth {
|
|
|
925
925
|
* @param password
|
|
926
926
|
* @return Promise => user = {}
|
|
927
927
|
*/
|
|
928
|
+
signInWithEmailAndPassword_Sales365(email: string, password: string): Promise<unknown>;
|
|
928
929
|
/**
|
|
929
930
|
* @example:
|
|
930
931
|
* this.vhAuth.onAuthStateChanged_Sales365()
|
|
@@ -939,6 +940,7 @@ export declare class VhAuth {
|
|
|
939
940
|
})
|
|
940
941
|
* @return Promise => user = {}
|
|
941
942
|
*/
|
|
943
|
+
onAuthStateChanged_Sales365(): Promise<unknown>;
|
|
942
944
|
/**
|
|
943
945
|
* @example:
|
|
944
946
|
* this.vhAuth.signInWithEmailAndPassword_Sales365_byAffiliater('emp11@gmail.com', '123456')
|
|
@@ -13968,7 +13970,7 @@ export declare class VhQueryAutoWeb {
|
|
|
13968
13970
|
* let bool = this.vhQueryAutoWeb.checkFullBocksOfPage_byScroll();
|
|
13969
13971
|
* @returns boolean
|
|
13970
13972
|
*/
|
|
13971
|
-
checkFullBocksOfPage_byScroll():
|
|
13973
|
+
checkFullBocksOfPage_byScroll(): boolean;
|
|
13972
13974
|
/**
|
|
13973
13975
|
* Hàm này sẽ bỏ không dùng nữa vì đã có page_detail
|
|
13974
13976
|
* Hàm này trả về 1 page (có đủ thông tin page), trong page có trường blocks (có đủ thông tin từng block),
|