ionic-vhframeworks 8.3.4 → 8.3.5

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.
@@ -11913,13 +11913,14 @@ export declare class VhQueryAutoWeb {
11913
11913
  * @param object
11914
11914
  * @param divComponent
11915
11915
  */
11916
- createComponent(object: any, divComponent: any): void;
11916
+ createComponent(object: any, divComponent: any, componentlist: any): void;
11917
+ getComponentList(): Promise<unknown>;
11917
11918
  /**
11918
11919
  * Hàm tạo các thẻ div thêm vào file HTML từ dữ liệu của trang design
11919
11920
  * @param objects
11920
11921
  * @param container
11921
11922
  */
11922
- createHTMLandCSSandJS(objects: any, container: any): void;
11923
+ createHTMLandCSSandJS(objects: any, container: any, componentlist: any): void;
11923
11924
  /**
11924
11925
  * 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
11925
11926
  * Lưu ý: hàm này chỉ dùng cho dự án Build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.3.4",
3
+ "version": "8.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"