ionic-vhframeworks 8.4.8 → 8.4.9

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.
@@ -11872,6 +11872,18 @@ export declare class VhQueryAutoWeb {
11872
11872
  constructor(vhMGDB_database: VhMGDB_database, vhMGDB_socketMongoDB: VhMGDB_socketMongoDB, vhQuery: VhQuery, vhAuth: VhAuth, vhMGDB_rootdatabase: VhMGDB_rootdatabase, vhMGDB_auth: VhMGDB_auth, vhOTP: VhOTP, vhAlgorithm: VhAlgorithm, vhBuildAutoWeb: VhBuildAutoWeb, vhDesignAutoWeb: VhDesignAutoWeb, vhEventMediator: VhEventMediator, http: HttpClient, renderFactory: RendererFactory2);
11873
11873
  /**
11874
11874
  * Hàm tạo template theo chuẩn flexbox từ tempplate theo chuẩn position
11875
+ * @example:
11876
+ * let id_node = (this.blockChoosing ? this.blockChoosing._id : this.objectChoosing?._id)?(this.blockChoosing ? this.blockChoosing._id : this.objectChoosing?._id):this.id_page;
11877
+ this.vhQueryAutoWeb.createFlexboxTemplate(id_node)
11878
+ .then((container) => {
11879
+ //biến container chứa tất cả các html sau khi đc tạo ra
11880
+ if (container) {
11881
+ this.exportToCSS(container);
11882
+ this.exportToHtml(container);
11883
+ } else {
11884
+ console.log('vui lòng chọn component để tạo template')
11885
+ }
11886
+ })
11875
11887
  * @param id_node
11876
11888
  * @returns
11877
11889
  */
@@ -11925,14 +11937,14 @@ export declare class VhQueryAutoWeb {
11925
11937
  * @param node
11926
11938
  * @returns
11927
11939
  */
11928
- findObjectsOfNode(id_node: any, node: any): any;
11940
+ findNode(id_node: any, node: any): any;
11929
11941
  /**
11930
- * Hàm tìm node cha cho đối tượng con có _id là id_node_child
11931
- * @param id_node_child
11942
+ * Tìm mảng objects của node có _id là id_node
11943
+ * @param id_node
11932
11944
  * @param node
11933
11945
  * @returns
11934
11946
  */
11935
- findParentNode(id_node_child: any, node: any): any;
11947
+ findObjectsOfNode(id_node: any, node: any): any;
11936
11948
  /**
11937
11949
  * Hàm tạo component <ewa->
11938
11950
  * @param object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.4.8",
3
+ "version": "8.4.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"