ionic-vhframeworks 8.4.0 → 8.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.
@@ -17994,12 +17994,6 @@ export declare class VhBuildAutoWeb {
17994
17994
  * @return Promise => owner={}
17995
17995
  */
17996
17996
  signUpWebAppOwner(email: string, password: string, phoneNumber: any, info: any): Promise<unknown>;
17997
- /**
17998
- * Hàm server này ko sử dụng nữa
17999
- * vhBuildAutoWeb
18000
- */
18001
- private startSocketDatabase1;
18002
- stopSocketDatabase(): void;
18003
17997
  getProjectName(): string;
18004
17998
  getCSSstorage(): any;
18005
17999
  /**
@@ -18969,10 +18963,22 @@ export declare class VhDesignAutoWeb {
18969
18963
  * @return Promise => owner={}
18970
18964
  */
18971
18965
  signUpWebAppOwner(email: string, password: string, phoneNumber: any, info: any): Promise<unknown>;
18966
+ detailPage: any;
18967
+ getDetailPage(id_page: any): Promise<unknown>;
18968
+ getDetailBlock(id_block: any): Promise<unknown>;
18969
+ getDetailBlock_byBlock(block: any): Promise<unknown>;
18970
+ getDetailObject(id_object: any): Promise<unknown>;
18971
+ getDetailObject_byObject(object: any): Promise<unknown>;
18972
18972
  /**
18973
18973
  * vhDesignAutoWeb
18974
18974
  */
18975
18975
  startSocketDatabase(): void;
18976
+ private checkModifiedType;
18977
+ private addBlockOrObject_fromDetailPage;
18978
+ private addCloneBlockOrObject_fromDetailPage;
18979
+ private deleteCloneBlockOrObject_fromDetailPage;
18980
+ private updateBlockOrObject_fromDetailPage;
18981
+ private deleteBlockOrObject_fromDetailPage;
18976
18982
  stopSocketDatabase(): void;
18977
18983
  /**
18978
18984
  * @example SET:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.4.0",
3
+ "version": "8.4.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"