ionic-vhframeworks 8.3.6 → 8.3.7

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.
@@ -12840,9 +12840,11 @@ export declare class VhQueryAutoWeb {
12840
12840
  getDetailPage(id_page: any): Promise<unknown>;
12841
12841
  /**
12842
12842
  * Hàm kiểm tra block hay object có phải là nhân bản không
12843
- * this.vhQueryAutoWeb.isCloneBlockOrObject(block_or_object)
12843
+ * @example:
12844
+ let block_or_object = this.blockChoosing||this.objectChoosing;
12845
+ this.vhQueryAutoWeb.isCloneBlockOrObject(block_or_object)
12844
12846
  * @param block_or_object
12845
- * @returns
12847
+ * @returns boolean => true/false
12846
12848
  */
12847
12849
  isCloneBlockOrObject(block_or_object: any): boolean;
12848
12850
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.3.6",
3
+ "version": "8.3.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"