ionic-vhframeworks 8.8.4 → 8.8.5
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.
|
@@ -13171,13 +13171,23 @@ export declare class VhQueryAutoWeb {
|
|
|
13171
13171
|
/**
|
|
13172
13172
|
* @example:
|
|
13173
13173
|
* this.vhQueryAutoWeb.pipeDetailPage_byCtrl_C('5fb6780ca2148e09806c5b01')
|
|
13174
|
+
.then((rsp)=>{
|
|
13175
|
+
console.log('pipeDetailPage_byCtrl_C', rsp);
|
|
13176
|
+
},(error:any)=>{
|
|
13177
|
+
console.log('error', error)
|
|
13178
|
+
})
|
|
13174
13179
|
*/
|
|
13175
|
-
pipeDetailPage_byCtrl_C(id_copy_node: any):
|
|
13180
|
+
pipeDetailPage_byCtrl_C(id_copy_node: any): Promise<unknown>;
|
|
13176
13181
|
/**
|
|
13177
13182
|
* @example:
|
|
13178
13183
|
* this.vhQueryAutoWeb.pipeDetailPage_byCtrl_V('5fb67fda87c0f21d484cbdf3')
|
|
13184
|
+
.then((rsp)=>{
|
|
13185
|
+
console.log('pipeDetailPage_byCtrl_V', rsp);
|
|
13186
|
+
},(error:any)=>{
|
|
13187
|
+
console.log('error', error)
|
|
13188
|
+
})
|
|
13179
13189
|
*/
|
|
13180
|
-
pipeDetailPage_byCtrl_V(id_paste_node: any):
|
|
13190
|
+
pipeDetailPage_byCtrl_V(id_paste_node: any): Promise<unknown>;
|
|
13181
13191
|
/**
|
|
13182
13192
|
* @example:
|
|
13183
13193
|
* let add_code = this.vhAlgorithm.ObjectId(10);
|
|
@@ -20106,16 +20116,22 @@ export declare class VhDesignAutoWeb {
|
|
|
20106
20116
|
dynamic_getDetailFood(id_sub_or_food: any): Promise<unknown>;
|
|
20107
20117
|
createCode_Ctrl_Z(): void;
|
|
20108
20118
|
setCode_Ctrl_Z(code: any): void;
|
|
20109
|
-
|
|
20119
|
+
/**
|
|
20120
|
+
* this.vhDesignAutoWeb.pipeDetailPage_byCtrl_C('5fb67fda87c0f21d484cbdf3')
|
|
20121
|
+
.then((doc)=>{
|
|
20122
|
+
console.log('pipeDetailPage_byCtrl_C', doc);
|
|
20123
|
+
},(error:any)=>{
|
|
20124
|
+
console.log('error', error)
|
|
20125
|
+
})
|
|
20126
|
+
*/
|
|
20127
|
+
pipeDetailPage_byCtrl_C(node: any): Promise<unknown>;
|
|
20110
20128
|
pipeDetailPage_byCtrl_V(id_paste_node: any): Promise<unknown>;
|
|
20111
|
-
pipeDetailPage_byCtrl_Z(): Promise<unknown>;
|
|
20112
|
-
pipeDetailPage_byCtrl_Y(): Promise<unknown>;
|
|
20113
20129
|
/**
|
|
20114
|
-
|
|
20115
|
-
|
|
20116
|
-
|
|
20117
|
-
|
|
20118
|
-
|
|
20130
|
+
* vhDesignAutoWeb
|
|
20131
|
+
* @param block
|
|
20132
|
+
* @returns
|
|
20133
|
+
*/
|
|
20134
|
+
pasteDetailBlock_toPage_byCtrl_V(block: any, id_paste_node: string): Promise<unknown>;
|
|
20119
20135
|
/**
|
|
20120
20136
|
* 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)
|
|
20121
20137
|
* @example
|
|
@@ -20128,7 +20144,10 @@ export declare class VhDesignAutoWeb {
|
|
|
20128
20144
|
* @param id_object
|
|
20129
20145
|
* @return Promise => page = {}
|
|
20130
20146
|
*/
|
|
20131
|
-
|
|
20147
|
+
pasteDetailObject_toBlock_byCtrl_V(object: any, id_paste_node: string): Promise<unknown>;
|
|
20148
|
+
pasteDetailObject_toObject_byCtrl_V(object: any, id_paste_node: string): Promise<unknown>;
|
|
20149
|
+
pipeDetailPage_byCtrl_Z(): Promise<unknown>;
|
|
20150
|
+
pipeDetailPage_byCtrl_Y(): Promise<unknown>;
|
|
20132
20151
|
private deleteANDbackupObject_Ctrl_Z;
|
|
20133
20152
|
private deleteANDbackupObject_Ctrl_Y;
|
|
20134
20153
|
private restoreObject_Ctrl_Y;
|
|
@@ -20143,6 +20162,12 @@ export declare class VhDesignAutoWeb {
|
|
|
20143
20162
|
private update_updateObject_Ctrl_Y;
|
|
20144
20163
|
private update_updateBlock_Ctrl_Z;
|
|
20145
20164
|
private update_updateBlock_Ctrl_Y;
|
|
20165
|
+
/**
|
|
20166
|
+
*
|
|
20167
|
+
* @param _id
|
|
20168
|
+
* @param value
|
|
20169
|
+
* @returns
|
|
20170
|
+
*/
|
|
20146
20171
|
addObject_Ctrl_Z(_id: any, value: any): void;
|
|
20147
20172
|
private _addObject_Ctrl_Z;
|
|
20148
20173
|
updateObject_Ctrl_Z(_id: any, value: any): void;
|