ionic-vhframeworks 10.4.0 → 10.4.1
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.
|
@@ -13962,6 +13962,13 @@ export declare class VhQueryAutoWeb {
|
|
|
13962
13962
|
* this.vhQueryAutoWeb.displayBocksOfPage_byScroll(this, scrollTop);
|
|
13963
13963
|
*/
|
|
13964
13964
|
displayBocksOfPage_byScroll_toEnd(_this: any, scrollTop: number, refresh: boolean): void;
|
|
13965
|
+
/**
|
|
13966
|
+
* Sau mỗi lần scroll chuột fw sẽ pipe các objects về và hiển thị lên.
|
|
13967
|
+
* Hàm này kiểm tra tất cả các objects đã pipe về hết chưa.
|
|
13968
|
+
* let bool = this.vhQueryAutoWeb.checkFullBocksOfPage_byScroll();
|
|
13969
|
+
* @returns boolean
|
|
13970
|
+
*/
|
|
13971
|
+
checkFullBocksOfPage_byScroll(): void;
|
|
13965
13972
|
/**
|
|
13966
13973
|
* Hàm này sẽ bỏ không dùng nữa vì đã có page_detail
|
|
13967
13974
|
* 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),
|
|
@@ -19488,6 +19495,7 @@ export declare class VhBuildAutoWeb {
|
|
|
19488
19495
|
private database_RAM;
|
|
19489
19496
|
private detailPage;
|
|
19490
19497
|
private detailPage_byScroll;
|
|
19498
|
+
private isFullBlocksOfPage;
|
|
19491
19499
|
constructor(vhAlgorithm: VhAlgorithm, vhMGDB_auth: VhMGDB_auth, http: HttpClient, vhAuth: VhAuth);
|
|
19492
19500
|
/**
|
|
19493
19501
|
* @return Promise object => response = {vcode, msg}
|
|
@@ -19994,6 +20002,11 @@ export declare class VhBuildAutoWeb {
|
|
|
19994
20002
|
* @param refresh
|
|
19995
20003
|
*/
|
|
19996
20004
|
displayBocksOfPage_byScroll_toEnd(_this: any, scrollTop: number, refresh: boolean): void;
|
|
20005
|
+
/**
|
|
20006
|
+
* vhBuildAutoWeb
|
|
20007
|
+
* @returns boolean
|
|
20008
|
+
*/
|
|
20009
|
+
checkFullBocksOfPage_byScroll(): boolean;
|
|
19997
20010
|
/**
|
|
19998
20011
|
* vhBuildAutoWeb
|
|
19999
20012
|
* @param id_page
|
|
@@ -21363,6 +21376,10 @@ export declare class VhDesignAutoWeb {
|
|
|
21363
21376
|
private memory_Ctrl_Y;
|
|
21364
21377
|
private database_Ctrl_C;
|
|
21365
21378
|
private code_Ctrl_Z;
|
|
21379
|
+
private detailPage;
|
|
21380
|
+
private detailPage_byScroll;
|
|
21381
|
+
private isFullBlocksOfPage;
|
|
21382
|
+
private detailFreeBlock;
|
|
21366
21383
|
constructor(vhAlgorithm: VhAlgorithm, vhAuth: VhAuth, vhMGDB_auth: VhMGDB_auth);
|
|
21367
21384
|
getProjectName(): string;
|
|
21368
21385
|
/**
|
|
@@ -21826,9 +21843,6 @@ export declare class VhDesignAutoWeb {
|
|
|
21826
21843
|
* @return Promise => owner={}
|
|
21827
21844
|
*/
|
|
21828
21845
|
signUpWebAppOwner(email: string, password: string, phoneNumber: any, info: any): Promise<unknown>;
|
|
21829
|
-
detailPage: any;
|
|
21830
|
-
detailPage_byScroll: any;
|
|
21831
|
-
detailFreeBlock: any;
|
|
21832
21846
|
/**
|
|
21833
21847
|
* vhDesignAutoWeb
|
|
21834
21848
|
* @param _this
|
|
@@ -21842,6 +21856,11 @@ export declare class VhDesignAutoWeb {
|
|
|
21842
21856
|
* @param refresh
|
|
21843
21857
|
*/
|
|
21844
21858
|
displayBocksOfPage_byScroll_toEnd(_this: any, scrollTop: number, refresh: boolean): void;
|
|
21859
|
+
/**
|
|
21860
|
+
* vhDesignAutoWeb
|
|
21861
|
+
* @returns boolean
|
|
21862
|
+
*/
|
|
21863
|
+
checkFullBocksOfPage_byScroll(): boolean;
|
|
21845
21864
|
/**
|
|
21846
21865
|
* vhDesignAutoWeb
|
|
21847
21866
|
* @param id_page
|