ionic-vhframeworks 9.8.7 → 9.8.8
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.
|
@@ -3680,6 +3680,18 @@ export declare class VhQueryCafe {
|
|
|
3680
3680
|
* @return Promise => null
|
|
3681
3681
|
*/
|
|
3682
3682
|
refreshLocalCustomers(): any;
|
|
3683
|
+
/**
|
|
3684
|
+
* Hàm này dùng để đồng bộ dữ liệu ẩn (delete_hidden = true) từ database về local
|
|
3685
|
+
* @example:
|
|
3686
|
+
* this.vhQueryCafe.refreshLocalCustomers_Delete_Hidden(3)
|
|
3687
|
+
.then(()=>{
|
|
3688
|
+
do something.....
|
|
3689
|
+
})
|
|
3690
|
+
* Hàm này refresh giá trị mới nhất cho hàm getlocalCustomer(), getlocalCustomers() trong localstorage
|
|
3691
|
+
* @param type
|
|
3692
|
+
* @return Promise => null
|
|
3693
|
+
*/
|
|
3694
|
+
refreshLocalCustomers_Delete_Hidden(type: any): any;
|
|
3683
3695
|
/**
|
|
3684
3696
|
* @example:
|
|
3685
3697
|
* this.vhQueryCafe.addCustomer({name:'Khách hàng 1', address: 'HCM'})
|
|
@@ -3831,6 +3843,18 @@ export declare class VhQueryCafe {
|
|
|
3831
3843
|
* @return Promise => null
|
|
3832
3844
|
*/
|
|
3833
3845
|
refreshLocalSuppliers(): any;
|
|
3846
|
+
/**
|
|
3847
|
+
* Hàm này dùng để đồng bộ dữ liệu ẩn (delete_hidden = true) từ database về local
|
|
3848
|
+
* @example:
|
|
3849
|
+
* this.vhQueryCafe.refreshLocalSuppliers_Delete_Hidden(3)
|
|
3850
|
+
.then(()=>{
|
|
3851
|
+
do something.....
|
|
3852
|
+
})
|
|
3853
|
+
* Hàm này refresh giá trị mới nhất cho hàm getlocalSupplier(), getlocalSuppliers() trong localstorage
|
|
3854
|
+
* @param type
|
|
3855
|
+
* @return Promise => null
|
|
3856
|
+
*/
|
|
3857
|
+
refreshLocalSuppliers_Delete_Hidden(type: any): any;
|
|
3834
3858
|
/**
|
|
3835
3859
|
* @example:
|
|
3836
3860
|
* this.vhQueryCafe.addCustomer({name:'Nhà cung cấp 1', address: 'HCM'})
|
|
@@ -23764,6 +23788,18 @@ export declare class VhQuerySales {
|
|
|
23764
23788
|
* @return Promise => null
|
|
23765
23789
|
*/
|
|
23766
23790
|
refreshLocalCustomers(): any;
|
|
23791
|
+
/**
|
|
23792
|
+
* Hàm này dùng để đồng bộ dữ liệu ẩn (delete_hidden = true) từ database về local
|
|
23793
|
+
* @example:
|
|
23794
|
+
* this.vhQuerySales.refreshLocalCustomers_Delete_Hidden(3)
|
|
23795
|
+
.then(()=>{
|
|
23796
|
+
do something.....
|
|
23797
|
+
})
|
|
23798
|
+
* Hàm này refresh giá trị mới nhất cho hàm getlocalCustomer(), getlocalCustomers() trong localstorage
|
|
23799
|
+
* @param type
|
|
23800
|
+
* @return Promise => null
|
|
23801
|
+
*/
|
|
23802
|
+
refreshLocalCustomers_Delete_Hidden(type: any): any;
|
|
23767
23803
|
/**
|
|
23768
23804
|
* @example:
|
|
23769
23805
|
* this.vhQuerySales.addCustomer({name:'Khách hàng 1', address: 'HCM'})
|
|
@@ -23915,6 +23951,18 @@ export declare class VhQuerySales {
|
|
|
23915
23951
|
* @return Promise => null
|
|
23916
23952
|
*/
|
|
23917
23953
|
refreshLocalSuppliers(): any;
|
|
23954
|
+
/**
|
|
23955
|
+
* Hàm này dùng để đồng bộ dữ liệu ẩn (delete_hidden = true) từ database về local
|
|
23956
|
+
* @example:
|
|
23957
|
+
* this.vhQuerySales.refreshLocalSuppliers_Delete_Hidden(3)
|
|
23958
|
+
.then(()=>{
|
|
23959
|
+
do something.....
|
|
23960
|
+
})
|
|
23961
|
+
* Hàm này refresh giá trị mới nhất cho hàm getlocalSupplier(), getlocalSuppliers() trong localstorage
|
|
23962
|
+
* @param type
|
|
23963
|
+
* @return Promise => null
|
|
23964
|
+
*/
|
|
23965
|
+
refreshLocalSuppliers_Delete_Hidden(type: any): any;
|
|
23918
23966
|
/**
|
|
23919
23967
|
* @example:
|
|
23920
23968
|
* this.vhQuerySales.addCustomer({name:'Nhà cung cấp 1', address: 'HCM'})
|