ionic-vhframeworks 4.3.9 → 4.4.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.
- package/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +2 -7
- package/package.json +1 -1
|
@@ -11502,7 +11502,7 @@ export declare class VhQuerySales {
|
|
|
11502
11502
|
* Hàm này refresh giá trị mới nhất cho hàm getlocalPromotion(), getlocalPromotions() trong localstorage
|
|
11503
11503
|
* @return Promise => null
|
|
11504
11504
|
*/
|
|
11505
|
-
|
|
11505
|
+
refreshLocalPromotions(date: any): any;
|
|
11506
11506
|
/**
|
|
11507
11507
|
* @example:
|
|
11508
11508
|
* this.vhQuerySales.addPromotion({name:'Cuối tuần vui vẻ', type:2, active:true, date_start:new Date(), date_end: new Date()})
|
|
@@ -11593,12 +11593,7 @@ export declare class VhQuerySales {
|
|
|
11593
11593
|
/**
|
|
11594
11594
|
* Hàm này đổi mảng Bill_Details sang mảng Bill_Details có chương trình khuyến mãi (nếu có)
|
|
11595
11595
|
* @example:
|
|
11596
|
-
* this.vhQuerySales.changeBillDetails_toDisplay([{}, {}, {}])
|
|
11597
|
-
.then((bill_details_display)=>{
|
|
11598
|
-
console.log('changeBillDetails_toDisplay', bill_details_display);
|
|
11599
|
-
},error=>{
|
|
11600
|
-
console.log('error', error);
|
|
11601
|
-
})
|
|
11596
|
+
* let bill_details_display = this.vhQuerySales.changeBillDetails_toDisplay([{}, {}, {}])
|
|
11602
11597
|
* @param bill_details
|
|
11603
11598
|
* @return Array => array = [{},{},..]
|
|
11604
11599
|
*/
|