ionic-vhframeworks 8.8.5 → 8.8.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.
|
@@ -12926,7 +12926,8 @@ export declare class VhQueryAutoWeb {
|
|
|
12926
12926
|
private makeFirstLayout;
|
|
12927
12927
|
/**
|
|
12928
12928
|
* @example:
|
|
12929
|
-
* this.
|
|
12929
|
+
* let update_code = this.vhAlgorithm.ObjectId(10);
|
|
12930
|
+
* this.vhQueryAutoWeb.updatePage('5fb6780ca2148e09806c5b01', {quantity:400}, update_code)
|
|
12930
12931
|
.then((bool:any)=>{
|
|
12931
12932
|
console.log('updatePage', bool);
|
|
12932
12933
|
})
|
|
@@ -12934,7 +12935,8 @@ export declare class VhQueryAutoWeb {
|
|
|
12934
12935
|
* @param data
|
|
12935
12936
|
* @return Promise => bool = true or false
|
|
12936
12937
|
*/
|
|
12937
|
-
updatePage(id_page: string,
|
|
12938
|
+
updatePage(id_page: string, value: object, update_code?: any): Promise<unknown>;
|
|
12939
|
+
_updatePage(id_page: string, value: object): Promise<unknown>;
|
|
12938
12940
|
/**
|
|
12939
12941
|
* @example:
|
|
12940
12942
|
* this.vhQueryAutoWeb.deletePage('5fb67fda87c0f21d484cbdf3')
|
|
@@ -13076,8 +13078,8 @@ export declare class VhQueryAutoWeb {
|
|
|
13076
13078
|
addBlock(data: any, add_code?: any): Promise<unknown>;
|
|
13077
13079
|
/**
|
|
13078
13080
|
* @example:
|
|
13079
|
-
* let
|
|
13080
|
-
* this.vhQueryAutoWeb.updateBlock('5fb6780ca2148e09806c5b01', {quantity:400},
|
|
13081
|
+
* let update_code = this.vhAlgorithm.ObjectId(10);
|
|
13082
|
+
* this.vhQueryAutoWeb.updateBlock('5fb6780ca2148e09806c5b01', {quantity:400}, update_code)
|
|
13081
13083
|
.then((bool:any)=>{
|
|
13082
13084
|
console.log('updateBlock', bool);
|
|
13083
13085
|
})
|
|
@@ -13085,7 +13087,7 @@ export declare class VhQueryAutoWeb {
|
|
|
13085
13087
|
* @param value
|
|
13086
13088
|
* @return Promise => bool = true or false
|
|
13087
13089
|
*/
|
|
13088
|
-
updateBlock(id_block: string, value: object,
|
|
13090
|
+
updateBlock(id_block: string, value: object, update_code?: any): Promise<unknown>;
|
|
13089
13091
|
private _updateBlock;
|
|
13090
13092
|
/**
|
|
13091
13093
|
* @example:
|
|
@@ -19257,8 +19259,9 @@ export declare class VhDesignAutoWeb {
|
|
|
19257
19259
|
private enduser;
|
|
19258
19260
|
private branchs;
|
|
19259
19261
|
private database_RAM;
|
|
19260
|
-
private
|
|
19261
|
-
private
|
|
19262
|
+
private memoryPageZY;
|
|
19263
|
+
private memory_Ctrl_Z;
|
|
19264
|
+
private memory_Ctrl_Y;
|
|
19262
19265
|
private database_Ctrl_C;
|
|
19263
19266
|
private code_Ctrl_Z;
|
|
19264
19267
|
constructor(vhAlgorithm: VhAlgorithm, vhAuth: VhAuth, vhMGDB_auth: VhMGDB_auth);
|
|
@@ -20146,6 +20149,7 @@ export declare class VhDesignAutoWeb {
|
|
|
20146
20149
|
*/
|
|
20147
20150
|
pasteDetailObject_toBlock_byCtrl_V(object: any, id_paste_node: string): Promise<unknown>;
|
|
20148
20151
|
pasteDetailObject_toObject_byCtrl_V(object: any, id_paste_node: string): Promise<unknown>;
|
|
20152
|
+
private finished_Ctrl_ZY;
|
|
20149
20153
|
pipeDetailPage_byCtrl_Z(): Promise<unknown>;
|
|
20150
20154
|
pipeDetailPage_byCtrl_Y(): Promise<unknown>;
|
|
20151
20155
|
private deleteANDbackupObject_Ctrl_Z;
|
|
@@ -20161,7 +20165,9 @@ export declare class VhDesignAutoWeb {
|
|
|
20161
20165
|
private update_updateObject_Ctrl_Z;
|
|
20162
20166
|
private update_updateObject_Ctrl_Y;
|
|
20163
20167
|
private update_updateBlock_Ctrl_Z;
|
|
20168
|
+
private update_updatePage_Ctrl_Z;
|
|
20164
20169
|
private update_updateBlock_Ctrl_Y;
|
|
20170
|
+
private update_updatePage_Ctrl_Y;
|
|
20165
20171
|
/**
|
|
20166
20172
|
*
|
|
20167
20173
|
* @param _id
|
|
@@ -20176,6 +20182,7 @@ export declare class VhDesignAutoWeb {
|
|
|
20176
20182
|
addBlock_Ctrl_Z(_id: any, value: any): void;
|
|
20177
20183
|
updateBlock_Ctrl_Z(_id: any, value: any): void;
|
|
20178
20184
|
deleteBlock_Ctrl_Z(_id: any): void;
|
|
20185
|
+
updatePage_Ctrl_Z(_id: any, value: any): void;
|
|
20179
20186
|
/**
|
|
20180
20187
|
* @example:
|
|
20181
20188
|
* this.vhDesignAutoWeb.addDoc_fromDatabase('atw_pages',{name:name: 'Quảng cáo 1'})
|