ionic-vhframeworks 10.8.3 → 10.8.5

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.
@@ -3752,7 +3752,7 @@ export declare class VhQueryCafe {
3752
3752
  * @param type = 1 là sản phẩm, = 2 là dịch vụ, = 3 nguyên liệu, = 5 là combo, =12 là sản phẩm và dịch vụ, giá trị khác là cả 3
3753
3753
  * @return Array(object) => array = [{},{},...]
3754
3754
  */
3755
- getlocalProducts(type?: any): any;
3755
+ getlocalProducts(type?: any): any[];
3756
3756
  /**
3757
3757
  * Hàm này lấy về tất cả detailproducts theo type của sản phẩm
3758
3758
  * @example
@@ -3760,7 +3760,7 @@ export declare class VhQueryCafe {
3760
3760
  * @param type = 1 là sản phẩm, = 2 là dịch vụ, = 5 là combo, =12 là sản phẩm và dịch vụ, giá trị khác hoặc trống là cả 3 (lấy về tất cả sản phẩm)
3761
3761
  * @return Array(object) => array = [{},{},...]
3762
3762
  */
3763
- getlocalDetailProducts(type?: any): any;
3763
+ getlocalDetailProducts(type?: any): any[];
3764
3764
  /**
3765
3765
  * Hàm này lấy về 1 detailproduct theo tham số truyền vào, hoặc là id_product hoặc cả id_subproduct
3766
3766
  * @example
@@ -9756,7 +9756,7 @@ export declare class VhQueryCafe {
9756
9756
  * @param bill_details
9757
9757
  * @return Array => array = [{},{},..]
9758
9758
  */
9759
- destroyBillDetails_withPromotions(bill_details: any): any;
9759
+ destroyBillDetails_withPromotions(bill_details: any): any[];
9760
9760
  private sumBill_Details;
9761
9761
  /**
9762
9762
  * hàm này trả về danh sách chương trình khuyến mãi diễn ra tại thời điểm tạo hóa đơn => mỗi lần chỉnh lại thời gian tạo hóa đơn phải gọi hàm này
@@ -14584,7 +14584,7 @@ export declare class VhQuerySales {
14584
14584
  * giá trị khác là cả 3
14585
14585
  * @return Array(object) => array = [{},{},...]
14586
14586
  */
14587
- getlocalDetailProducts(type?: any): any;
14587
+ getlocalDetailProducts(type?: any): any[];
14588
14588
  /**
14589
14589
  * Hàm này lấy về 1 detailproduct theo tham số truyền vào, hoặc là id_product hoặc cả id_subproduct
14590
14590
  * @example
@@ -17854,7 +17854,7 @@ export declare class VhQuerySales {
17854
17854
  * @param bill_details
17855
17855
  * @return Array => array = [{},{},..]
17856
17856
  */
17857
- destroyBillDetails_withPromotions(bill_details: any): any;
17857
+ destroyBillDetails_withPromotions(bill_details: any): any[];
17858
17858
  private sumBill_Details;
17859
17859
  /**
17860
17860
  * vhQuerySales
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.8.3",
3
+ "version": "10.8.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"