ionic-vhframeworks 4.2.9 → 4.3.0

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.
@@ -10991,11 +10991,15 @@ export declare class VhQuerySales {
10991
10991
  updateBill_Billdetail(id_bill: any, bill: any, bill_details: any): any;
10992
10992
  /**
10993
10993
  * VhQuerySales:
10994
- * Lưu ý: xóa tất cả các bill_type(từ 1 đến 28) đều dùng hàm này
10994
+ * Lưu ý: xóa tất cả các bill_type(từ 1 đến 28, 40, 41, 50, 51) đều dùng hàm này
10995
10995
  * @example
10996
10996
  this.vhQuerySales.deleteBill_Billdetail('RcECbNgU9BdYQo37s30p')
10997
- .then(()=>{
10998
- console.log('success');
10997
+ .then((bool)=>{
10998
+ if(bool){
10999
+ console.log('success');
11000
+ }else{
11001
+ console.log('no success');
11002
+ }
10999
11003
  },(error:any)=>{
11000
11004
  console.log('error ', error);
11001
11005
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "4.2.9",
3
+ "version": "4.3.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"