ionic-vhframeworks 8.3.5 → 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.
@@ -12838,6 +12838,15 @@ export declare class VhQueryAutoWeb {
12838
12838
  * @return Promise => page = {}
12839
12839
  */
12840
12840
  getDetailPage(id_page: any): Promise<unknown>;
12841
+ /**
12842
+ * Hàm kiểm tra block hay object có phải là nhân bản không
12843
+ * @example:
12844
+ let block_or_object = this.blockChoosing||this.objectChoosing;
12845
+ this.vhQueryAutoWeb.isCloneBlockOrObject(block_or_object)
12846
+ * @param block_or_object
12847
+ * @returns boolean => true/false
12848
+ */
12849
+ isCloneBlockOrObject(block_or_object: any): boolean;
12841
12850
  /**
12842
12851
  * this.vhQueryAutoWeb.getCanBeClonedBlockOrObject(null, 'root')
12843
12852
  .then((array)=>{
@@ -19377,6 +19386,13 @@ export declare class VhDesignAutoWeb {
19377
19386
  * @return Promise => bool = true or false
19378
19387
  */
19379
19388
  static_deleteDoc_fromDatabase(database: string, colname: string, id_doc: string): Promise<unknown>;
19389
+ /**
19390
+ * @example:
19391
+ * this.vhDesignAutoWeb.isCloneBlockOrObject(block_or_object)
19392
+ * @param block_or_object
19393
+ * @returns
19394
+ */
19395
+ isCloneBlockOrObject(block_or_object: any): boolean;
19380
19396
  /**
19381
19397
  * @example
19382
19398
  * this.vhDesignAutoWeb.static_getDoc_fromService('a3y5AmtZEjx0FcRfGP7k', 'categories', '5fb67fda87c0f21d484cbdf3')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.3.5",
3
+ "version": "8.3.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"