ionic-vhframeworks 8.8.1 → 8.8.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.
@@ -12986,6 +12986,18 @@ export declare class VhQueryAutoWeb {
12986
12986
  *
12987
12987
  */
12988
12988
  pipeDetailPage_byLink(link: any): Promise<unknown>;
12989
+ /**
12990
+ * 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,
12991
+ * 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
12992
+ * @example:
12993
+ this.vhQueryAutoWeb.pipeDetailPage('66bb408265449c3a4b8a8965')
12994
+ .then(() => {
12995
+ //Do something if you find it necessary.
12996
+ })
12997
+ * @param block_or_object
12998
+ * @returns null: chỉ là 1 tìn hiệu để biết database có sự thay đổi
12999
+ */
13000
+ pipeDetailPage(id_page: string): Promise<unknown>;
12989
13001
  /**
12990
13002
  * Hàm kiểm tra block hay object có phải là nhân bản không
12991
13003
  * @example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.8.1",
3
+ "version": "8.8.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"