ionic-vhframeworks 8.1.9 → 8.2.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.
@@ -11781,8 +11781,9 @@ export declare class VhQueryAutoWeb {
11781
11781
  /**
11782
11782
  * 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
11783
11783
  * Lưu ý: hàm này chỉ dùng cho dự án Build
11784
+ * @return Promise => array = [];
11784
11785
  */
11785
- initializeBranchs(): void;
11786
+ initializeBranchs(): Promise<unknown>;
11786
11787
  private importantStyle;
11787
11788
  /**
11788
11789
  * Hàm này khởi động hiệu ứng cho object, block
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.1.9",
3
+ "version": "8.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"