ionic-vhframeworks 8.5.8 → 8.6.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.
|
@@ -11928,10 +11928,10 @@ export declare class VhQueryAutoWeb {
|
|
|
11928
11928
|
*/
|
|
11929
11929
|
createFlexboxTemplate(id_node: string): Promise<unknown>;
|
|
11930
11930
|
/**
|
|
11931
|
-
|
|
11932
|
-
|
|
11933
|
-
|
|
11934
|
-
|
|
11931
|
+
* Hàm tạo mảng cây nhị nhâp với các node theo chuẩn flexbox từ mảng position
|
|
11932
|
+
* @param id_node
|
|
11933
|
+
* @returns
|
|
11934
|
+
*/
|
|
11935
11935
|
private binarizeAndFlexboxTree;
|
|
11936
11936
|
/**
|
|
11937
11937
|
* Tính và trả về các giá trị {offsetLeft, offsetTop, offsetWidth, offsetHeight} của nhóm các comp trong mang _objects
|
|
@@ -11966,7 +11966,14 @@ export declare class VhQueryAutoWeb {
|
|
|
11966
11966
|
*/
|
|
11967
11967
|
private checkCanArangeHorizontal;
|
|
11968
11968
|
/**
|
|
11969
|
-
|
|
11969
|
+
* Tìm mảng node cha của node con có _id là id_node
|
|
11970
|
+
* @param id_node
|
|
11971
|
+
* @param node
|
|
11972
|
+
* @returns
|
|
11973
|
+
*/
|
|
11974
|
+
private findParentOfNode;
|
|
11975
|
+
/**
|
|
11976
|
+
* Tìm mảng tìm node có _id là id_node
|
|
11970
11977
|
* @param id_node
|
|
11971
11978
|
* @param node
|
|
11972
11979
|
* @returns
|
|
@@ -11999,13 +12006,6 @@ export declare class VhQueryAutoWeb {
|
|
|
11999
12006
|
*/
|
|
12000
12007
|
initializeBranchs(): Promise<unknown>;
|
|
12001
12008
|
private importantStyle;
|
|
12002
|
-
/**
|
|
12003
|
-
* Hàm này khởi động hiệu ứng cho object, block
|
|
12004
|
-
* this.vhQueryAutoWeb.animationFromDatabase(this);
|
|
12005
|
-
* @param _this
|
|
12006
|
-
* @returns
|
|
12007
|
-
*/
|
|
12008
|
-
animationFromDatabase(_this: any): void;
|
|
12009
12009
|
/**
|
|
12010
12010
|
* set lại các giá trị --0-color của animation
|
|
12011
12011
|
* @param _this
|
|
@@ -12025,8 +12025,15 @@ export declare class VhQueryAutoWeb {
|
|
|
12025
12025
|
* this.vhQueryAutoWeb.animationFromDatabase_Subscribe(this);
|
|
12026
12026
|
*/
|
|
12027
12027
|
animationFromDatabase_Unsubscribe(_this: any): void;
|
|
12028
|
-
|
|
12028
|
+
/**
|
|
12029
|
+
* Hàm này khởi động hiệu ứng cho object, block
|
|
12030
|
+
* this.vhQueryAutoWeb.animationFromDatabase(this);
|
|
12031
|
+
* @param _this
|
|
12032
|
+
* @returns
|
|
12033
|
+
*/
|
|
12034
|
+
animationFromDatabase(_this: any): void;
|
|
12029
12035
|
private _animationFromDatabase;
|
|
12036
|
+
private _animationFromDatabase1;
|
|
12030
12037
|
/**
|
|
12031
12038
|
* this.vhQueryAutoWeb.animationFromJSON(this);
|
|
12032
12039
|
*/
|
|
@@ -19065,8 +19072,6 @@ export declare class VhDesignAutoWeb {
|
|
|
19065
19072
|
* vhDesignAutoWeb
|
|
19066
19073
|
*/
|
|
19067
19074
|
startSocketDatabase(): void;
|
|
19068
|
-
receiveSelected(_this: any): any;
|
|
19069
|
-
sendSelected(_this: any): any;
|
|
19070
19075
|
private checkModifiedType;
|
|
19071
19076
|
private addBlockOrObject_fromDetailPage;
|
|
19072
19077
|
private addCloneBlockOrObject_fromDetailPage;
|