ionic-vhframeworks 8.5.9 → 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
- * 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
- */
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
- * Tìm mảng objects của node có _id là id_node
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
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.5.9",
3
+ "version": "8.6.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"