ionic-vhframeworks 8.4.9 → 8.5.0
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.
|
@@ -11893,71 +11893,66 @@ export declare class VhQueryAutoWeb {
|
|
|
11893
11893
|
* @param id_node
|
|
11894
11894
|
* @returns
|
|
11895
11895
|
*/
|
|
11896
|
-
|
|
11896
|
+
private binarizeAndFlexboxTree;
|
|
11897
11897
|
/**
|
|
11898
|
-
|
|
11899
|
-
|
|
11900
|
-
|
|
11901
|
-
|
|
11902
|
-
getOffset_Left_Top_Width_Height
|
|
11903
|
-
offsetLeft: any;
|
|
11904
|
-
offsetTop: any;
|
|
11905
|
-
offsetWidth: number;
|
|
11906
|
-
offsetHeight: number;
|
|
11907
|
-
};
|
|
11898
|
+
* Tính và trả về các giá trị {offsetLeft, offsetTop, offsetWidth, offsetHeight} của nhóm các comp trong mang _objects
|
|
11899
|
+
* @param _objects
|
|
11900
|
+
* @returns
|
|
11901
|
+
*/
|
|
11902
|
+
private getOffset_Left_Top_Width_Height;
|
|
11908
11903
|
/**
|
|
11909
|
-
|
|
11910
|
-
|
|
11911
|
-
|
|
11912
|
-
|
|
11913
|
-
|
|
11914
|
-
checkAndArangeVertical
|
|
11904
|
+
* Hàm kiểm trả và sắp xếp các comp, nhóm comp theo chiều dọc
|
|
11905
|
+
* @param arrayPositionInNode
|
|
11906
|
+
* @param dataPositionRoot
|
|
11907
|
+
* @returns
|
|
11908
|
+
*/
|
|
11909
|
+
private checkAndArangeVertical;
|
|
11915
11910
|
/**
|
|
11916
|
-
|
|
11917
|
-
|
|
11918
|
-
|
|
11919
|
-
|
|
11920
|
-
|
|
11921
|
-
checkAndArangeHorizontal
|
|
11911
|
+
* Hàm kiểm trả và sắp xếp các comp, nhóm comp theo chiều ngang
|
|
11912
|
+
* @param arrayPositionInNode
|
|
11913
|
+
* @param dataPositionRoot
|
|
11914
|
+
* @returns
|
|
11915
|
+
*/
|
|
11916
|
+
private checkAndArangeHorizontal;
|
|
11922
11917
|
/**
|
|
11923
|
-
|
|
11924
|
-
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
checkCanArangeVertical
|
|
11918
|
+
* Hàm kiểm tra nhóm comp arrayPositionInNode có thể đc sắp xếp theo chiều dọc không?
|
|
11919
|
+
* @param arrayPositionInNode
|
|
11920
|
+
* @returns
|
|
11921
|
+
*/
|
|
11922
|
+
private checkCanArangeVertical;
|
|
11928
11923
|
/**
|
|
11929
|
-
|
|
11930
|
-
|
|
11931
|
-
|
|
11932
|
-
|
|
11933
|
-
checkCanArangeHorizontal
|
|
11924
|
+
* Hàm kiểm tra nhóm comp arrayPositionInNode có thể đc sắp xếp theo chiều ngang không?
|
|
11925
|
+
* @param arrayPositionInNode
|
|
11926
|
+
* @returns
|
|
11927
|
+
*/
|
|
11928
|
+
private checkCanArangeHorizontal;
|
|
11934
11929
|
/**
|
|
11935
|
-
|
|
11936
|
-
|
|
11937
|
-
|
|
11938
|
-
|
|
11939
|
-
|
|
11940
|
-
findNode
|
|
11930
|
+
* Tìm mảng objects của node có _id là id_node
|
|
11931
|
+
* @param id_node
|
|
11932
|
+
* @param node
|
|
11933
|
+
* @returns
|
|
11934
|
+
*/
|
|
11935
|
+
private findNode;
|
|
11941
11936
|
/**
|
|
11942
|
-
|
|
11943
|
-
|
|
11944
|
-
|
|
11945
|
-
|
|
11946
|
-
|
|
11947
|
-
findObjectsOfNode
|
|
11937
|
+
* Tìm mảng objects của node có _id là id_node
|
|
11938
|
+
* @param id_node
|
|
11939
|
+
* @param node
|
|
11940
|
+
* @returns
|
|
11941
|
+
*/
|
|
11942
|
+
private findObjectsOfNode;
|
|
11948
11943
|
/**
|
|
11949
|
-
|
|
11950
|
-
|
|
11951
|
-
|
|
11952
|
-
|
|
11953
|
-
createComponent
|
|
11954
|
-
getComponentList
|
|
11944
|
+
* Hàm tạo component <ewa->
|
|
11945
|
+
* @param object
|
|
11946
|
+
* @param divComponent
|
|
11947
|
+
*/
|
|
11948
|
+
private createComponent;
|
|
11949
|
+
private getComponentList;
|
|
11955
11950
|
/**
|
|
11956
|
-
|
|
11957
|
-
|
|
11958
|
-
|
|
11959
|
-
|
|
11960
|
-
createHTMLandCSSandJS
|
|
11951
|
+
* Hàm tạo các thẻ div thêm vào file HTML từ dữ liệu của trang design
|
|
11952
|
+
* @param objects
|
|
11953
|
+
* @param container
|
|
11954
|
+
*/
|
|
11955
|
+
private createHTMLandCSSandJS;
|
|
11961
11956
|
/**
|
|
11962
11957
|
* Khi người dùng vô web,app thì cần load chi nhánh về trước để người dùng chọn chi nhánh trải nghiệm
|
|
11963
11958
|
* Lưu ý: hàm này chỉ dùng cho dự án Build
|
|
@@ -12862,6 +12857,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12862
12857
|
* @return Promise => null or string
|
|
12863
12858
|
*/
|
|
12864
12859
|
getIDPage_byLink(link: any): Promise<unknown>;
|
|
12860
|
+
getDetailFreeBlocks(): Promise<unknown>;
|
|
12865
12861
|
/**
|
|
12866
12862
|
* Hàm này sẽ bỏ không dùng nữa vì đã có page_detail
|
|
12867
12863
|
* 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),
|
|
@@ -19002,7 +18998,18 @@ export declare class VhDesignAutoWeb {
|
|
|
19002
18998
|
signUpWebAppOwner(email: string, password: string, phoneNumber: any, info: any): Promise<unknown>;
|
|
19003
18999
|
detailPage: any;
|
|
19004
19000
|
detailFreeBlock: any;
|
|
19001
|
+
/**
|
|
19002
|
+
* vhDesignAutoWeb
|
|
19003
|
+
* @param id_page
|
|
19004
|
+
* @returns
|
|
19005
|
+
*/
|
|
19005
19006
|
getDetailPage(id_page: any): Promise<unknown>;
|
|
19007
|
+
getDetailFreeBlocks(): Promise<unknown>;
|
|
19008
|
+
/**
|
|
19009
|
+
* vhDesignAutoWeb
|
|
19010
|
+
* @param id_block
|
|
19011
|
+
* @returns
|
|
19012
|
+
*/
|
|
19006
19013
|
getDetailFreeBlock(id_block: any): Promise<unknown>;
|
|
19007
19014
|
getDetailBlock(id_block: any): Promise<unknown>;
|
|
19008
19015
|
getDetailBlock_byBlock(block: any): Promise<unknown>;
|