ionic-vhframeworks 8.4.1 → 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:
|