ionic-vhframeworks 8.3.5 → 8.3.6
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,13 @@ 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
|
+
* this.vhQueryAutoWeb.isCloneBlockOrObject(block_or_object)
|
|
12844
|
+
* @param block_or_object
|
|
12845
|
+
* @returns
|
|
12846
|
+
*/
|
|
12847
|
+
isCloneBlockOrObject(block_or_object: any): boolean;
|
|
12841
12848
|
/**
|
|
12842
12849
|
* this.vhQueryAutoWeb.getCanBeClonedBlockOrObject(null, 'root')
|
|
12843
12850
|
.then((array)=>{
|
|
@@ -19377,6 +19384,13 @@ export declare class VhDesignAutoWeb {
|
|
|
19377
19384
|
* @return Promise => bool = true or false
|
|
19378
19385
|
*/
|
|
19379
19386
|
static_deleteDoc_fromDatabase(database: string, colname: string, id_doc: string): Promise<unknown>;
|
|
19387
|
+
/**
|
|
19388
|
+
* @example:
|
|
19389
|
+
* this.vhDesignAutoWeb.isCloneBlockOrObject(block_or_object)
|
|
19390
|
+
* @param block_or_object
|
|
19391
|
+
* @returns
|
|
19392
|
+
*/
|
|
19393
|
+
isCloneBlockOrObject(block_or_object: any): boolean;
|
|
19380
19394
|
/**
|
|
19381
19395
|
* @example
|
|
19382
19396
|
* this.vhDesignAutoWeb.static_getDoc_fromService('a3y5AmtZEjx0FcRfGP7k', 'categories', '5fb67fda87c0f21d484cbdf3')
|