ionic-vhframeworks 4.0.5 → 4.0.6

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.
@@ -3354,7 +3354,7 @@ export declare class VhQueryCafe {
3354
3354
  * @returns Observable => bill hoặc null;
3355
3355
  * + trả về bill là hóa đơn đó đang được sử ở thiết bị khác;
3356
3356
  * + trả về null là hóa đơn đó đã bị xóa hoặc đã chuyển sang trạng thái bill_type khác
3357
- * @notice : nhớ đóng closeSyncOpeningBill() khi thoát trang hiện tại
3357
+ * @notice : nhớ đóng closeSyncOpeningBill() khi thoát trang hiện tại this.vhQueryCafe.closeSyncOpeningBill();
3358
3358
  */
3359
3359
  observableSyncOpeningBill(id_bill: string, bill_type: number): Observable<unknown>;
3360
3360
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"