ionic-vhframeworks 9.8.6 → 9.8.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.
|
@@ -2602,6 +2602,7 @@ export declare class VhQueryCafe {
|
|
|
2602
2602
|
* @param obj
|
|
2603
2603
|
*/
|
|
2604
2604
|
private syncRaw_Detail_ProductInsert;
|
|
2605
|
+
private syncRaw_Detail_ProductUpdate;
|
|
2605
2606
|
/**
|
|
2606
2607
|
* VhQueryCafe
|
|
2607
2608
|
* @returns
|
|
@@ -3050,6 +3051,7 @@ export declare class VhQueryCafe {
|
|
|
3050
3051
|
*/
|
|
3051
3052
|
refreshLocalProducts(): any;
|
|
3052
3053
|
/**
|
|
3054
|
+
* Hàm này dùng để đồng bộ dữ liệu ẩn (delete_hidden = true) từ database về local
|
|
3053
3055
|
* @example:
|
|
3054
3056
|
* this.vhQueryCafe.refreshLocalProducts_Delete_Hidden(3)
|
|
3055
3057
|
.then(()=>{
|
|
@@ -23214,6 +23216,7 @@ export declare class VhQuerySales {
|
|
|
23214
23216
|
* @param obj
|
|
23215
23217
|
*/
|
|
23216
23218
|
private syncRaw_Detail_ProductInsert;
|
|
23219
|
+
private syncRaw_Detail_ProductUpdate;
|
|
23217
23220
|
/**
|
|
23218
23221
|
* vhQuerySales
|
|
23219
23222
|
* @returns
|
|
@@ -23377,6 +23380,7 @@ export declare class VhQuerySales {
|
|
|
23377
23380
|
*/
|
|
23378
23381
|
refreshLocalProducts(): any;
|
|
23379
23382
|
/**
|
|
23383
|
+
* Hàm này dùng để đồng bộ dữ liệu ẩn (delete_hidden = true) từ database về local
|
|
23380
23384
|
* @example:
|
|
23381
23385
|
* this.vhQuerySales.refreshLocalProducts_Delete_Hidden(3)
|
|
23382
23386
|
.then(()=>{
|