ionic-vhframeworks 10.4.0 → 10.4.2

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