ionic-vhframeworks 9.8.2 → 9.8.3

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.
@@ -13543,7 +13543,19 @@ export declare class VhQueryAutoWeb {
13543
13543
  console.log('error', error)
13544
13544
  })
13545
13545
  */
13546
- pipeDetailPage_byCtrl_V(id_paste_node: any): Promise<unknown>;
13546
+ pipeDetailPage_byCtrl_V(id_father_node: any): Promise<unknown>;
13547
+ /**
13548
+ * Hàm này chuyển node (object hoặc block) bất kỳ sang chứa mới (object, block hoặc page) có id là id_father_node
13549
+ * @example:
13550
+ * this.vhQueryAutoWeb.pipeDetailPage_byMove(object, '5fb67fda87c0f21d484cbdf3')
13551
+ .then((rsp)=>{
13552
+ console.log('pipeDetailPage_byMove', rsp);
13553
+ },(error:any)=>{
13554
+ console.log('error', error)
13555
+ })
13556
+ * @return: Promise
13557
+ */
13558
+ pipeDetailPage_byMove(node: any, id_father_node: string): Promise<unknown>;
13547
13559
  /**
13548
13560
  * @example:
13549
13561
  * let add_code = this.vhAlgorithm.ObjectId(10);
@@ -21646,13 +21658,21 @@ export declare class VhDesignAutoWeb {
21646
21658
  })
21647
21659
  */
21648
21660
  pipeDetailPage_byCtrl_C(node: any): Promise<unknown>;
21649
- pipeDetailPage_byCtrl_V(id_paste_node: any): Promise<unknown>;
21661
+ /**
21662
+ * this.vhDesignAutoWeb.pipeDetailPage_byCtrl_V('5fb67fda87c0f21d484cbdf3')
21663
+ .then((doc)=>{
21664
+ console.log('pipeDetailPage_byCtrl_V', doc);
21665
+ },(error:any)=>{
21666
+ console.log('error', error)
21667
+ })
21668
+ */
21669
+ pipeDetailPage_byCtrl_V(id_father_node: any): Promise<unknown>;
21650
21670
  /**
21651
21671
  * vhDesignAutoWeb
21652
21672
  * @param block
21653
21673
  * @returns
21654
21674
  */
21655
- pasteDetailBlock_toPage_byCtrl_V(block: any, id_paste_node: string): Promise<unknown>;
21675
+ private pasteDetailBlock_toPage_byCtrl_V;
21656
21676
  /**
21657
21677
  * Hàm này trả về 1 object (có đủ thông tin object), trong mỗi object có trường objects (có đủ thông tin từng object)
21658
21678
  * @example
@@ -21665,8 +21685,12 @@ export declare class VhDesignAutoWeb {
21665
21685
  * @param id_object
21666
21686
  * @return Promise => page = {}
21667
21687
  */
21668
- pasteDetailObject_toBlock_byCtrl_V(object: any, id_paste_node: string): Promise<unknown>;
21669
- pasteDetailObject_toObject_byCtrl_V(object: any, id_paste_node: string): Promise<unknown>;
21688
+ private pasteDetailObject_toBlock_byCtrl_V;
21689
+ private pasteDetailObject_toObject_byCtrl_V;
21690
+ pipeDetailPage_byMove(node: any, id_father_node: string): Promise<unknown>;
21691
+ private moveDetailBlock_toPage;
21692
+ private moveDetailObject_toBlock;
21693
+ private moveDetailObject_toObject;
21670
21694
  private finished_Ctrl_ZY;
21671
21695
  pipeDetailPage_byCtrl_Z(): Promise<unknown>;
21672
21696
  pipeDetailPage_byCtrl_Y(): Promise<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.8.2",
3
+ "version": "9.8.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"