ionic-vhframeworks 9.8.6 → 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.
@@ -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(()=>{
@@ -3678,6 +3680,18 @@ export declare class VhQueryCafe {
3678
3680
  * @return Promise => null
3679
3681
  */
3680
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;
3681
3695
  /**
3682
3696
  * @example:
3683
3697
  * this.vhQueryCafe.addCustomer({name:'Khách hàng 1', address: 'HCM'})
@@ -3829,6 +3843,18 @@ export declare class VhQueryCafe {
3829
3843
  * @return Promise => null
3830
3844
  */
3831
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;
3832
3858
  /**
3833
3859
  * @example:
3834
3860
  * this.vhQueryCafe.addCustomer({name:'Nhà cung cấp 1', address: 'HCM'})
@@ -23214,6 +23240,7 @@ export declare class VhQuerySales {
23214
23240
  * @param obj
23215
23241
  */
23216
23242
  private syncRaw_Detail_ProductInsert;
23243
+ private syncRaw_Detail_ProductUpdate;
23217
23244
  /**
23218
23245
  * vhQuerySales
23219
23246
  * @returns
@@ -23377,6 +23404,7 @@ export declare class VhQuerySales {
23377
23404
  */
23378
23405
  refreshLocalProducts(): any;
23379
23406
  /**
23407
+ * Hàm này dùng để đồng bộ dữ liệu ẩn (delete_hidden = true) từ database về local
23380
23408
  * @example:
23381
23409
  * this.vhQuerySales.refreshLocalProducts_Delete_Hidden(3)
23382
23410
  .then(()=>{
@@ -23760,6 +23788,18 @@ export declare class VhQuerySales {
23760
23788
  * @return Promise => null
23761
23789
  */
23762
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;
23763
23803
  /**
23764
23804
  * @example:
23765
23805
  * this.vhQuerySales.addCustomer({name:'Khách hàng 1', address: 'HCM'})
@@ -23911,6 +23951,18 @@ export declare class VhQuerySales {
23911
23951
  * @return Promise => null
23912
23952
  */
23913
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;
23914
23966
  /**
23915
23967
  * @example:
23916
23968
  * this.vhQuerySales.addCustomer({name:'Nhà cung cấp 1', address: 'HCM'})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.8.6",
3
+ "version": "9.8.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"