ionic-vhframeworks 8.3.1 → 8.3.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.
@@ -11850,7 +11850,14 @@ export declare class VhQueryAutoWeb {
11850
11850
  checkAndArangeVertical(arrayPosition: any, dataPositionNode: any): any[];
11851
11851
  checkAndArangeHorizontal(arrayPosition: any, dataPositionNode: any): any[];
11852
11852
  checkCanArangeHorizontal(arrayPosition: any): boolean;
11853
+ /**
11854
+ * Tìm mảng objects của node có _id là id_node
11855
+ * @param id_node
11856
+ * @param node
11857
+ * @returns
11858
+ */
11853
11859
  findObjectsOfNode(id_node: any, node: any): any;
11860
+ findParentNode(id_node_child: any, node: any): any;
11854
11861
  createComponent(object: any, divComponent: any): void;
11855
11862
  createHTMLandCSSandJS(objects: any, container: any): void;
11856
11863
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.3.1",
3
+ "version": "8.3.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"