ionic-vhframeworks 10.5.8 → 10.5.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.
@@ -14044,6 +14044,7 @@ export declare class VhQueryAutoWeb {
14044
14044
  * @return Promise => page = {}
14045
14045
  */
14046
14046
  getDetailPage(id_page: any): Promise<unknown>;
14047
+ getDetailPage_byLink(link: any): Promise<unknown>;
14047
14048
  /**
14048
14049
  * Hàm này giúp đồng bộ giao diện người dùng khi có sự thay đổi giá trị ở database một cách tự động,
14049
14050
  * nghĩa là khi thêm, xóa, sửa các giá trị trong database thì giao diện tự động thay đổi theo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.5.8",
3
+ "version": "10.5.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"