ionic-vhframeworks 10.7.1 → 10.7.2

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.
@@ -2761,7 +2761,7 @@ export declare class VhQueryCafe {
2761
2761
  private subjectareas;
2762
2762
  private subjecttables;
2763
2763
  private subjectlistbilltype5;
2764
- private observableLocalBillType5_start;
2764
+ private syncLocalBillType5_start;
2765
2765
  private subjectdiscount_bills;
2766
2766
  private subjectcustomer_classs;
2767
2767
  private callbackdispatcher;
@@ -6165,40 +6165,31 @@ export declare class VhQueryCafe {
6165
6165
  * @returns void
6166
6166
  */
6167
6167
  closeSyncOpeningBill(): void;
6168
+ private publishSyncEventList_BillType5;
6169
+ private _syncLocalList_BillType5;
6168
6170
  /**
6169
- * Hàm callback, mỗi lần callback trả về danh sách hóa đơn mới nhất
6170
- * @example:
6171
- * this.vhQueryCafe.observableSyncBillType('5fb6780ca2148e09806c5b01', 5)
6172
- .subscribe((listbill_bybilltype)=> {
6173
- console.log('observableSyncBillType', listbill_bybilltype);
6174
- },(error:any) => {
6175
- console.log(error);
6176
- })
6177
- * @param id_branch
6178
- * @param bill_type
6179
- * @returns Observable => array
6180
- */
6181
- private observableSyncBillType;
6182
- /**
6183
- * Hàm đóng Observable của observableSyncBillType(), mỗi lần thoát trang, thoát component nên gọi hàm này
6171
+ * Hàm callback trả về danh sách hóa đơn bill_type5 mới nhất
6184
6172
  * @example:
6185
- * this.vhQueryCafe.closeSyncBillType();
6186
- * @returns void
6187
- */
6188
- private closeSyncBillType;
6189
- private publishObservableEventList_BillType5;
6190
- private observableLocalList_BillType5;
6191
- /**
6192
- * @example:
6193
- this.observableList_BillType5 = this.vhQueryCafe.getObservableLocalList_BillType5().subscribe((localList_BillType5:any) => {
6194
- })
6173
+ this.observableList_BillType5 = this.vhQueryCafe.syncLocalList_BillType5()
6174
+ .subscribe((listbill_bybilltype)=> {
6175
+ console.log('syncLocalList_BillType5', listbill_bybilltype);
6176
+ },(error:any) => {
6177
+ console.log(error);
6178
+ })
6195
6179
 
6196
6180
  ngOnDestroy(){
6197
6181
  this.observableList_BillType5.unsubscribe();
6198
6182
  }
6199
- * @returns
6183
+ * @returns Observable => array
6200
6184
  */
6201
- getObservableLocalList_BillType5(): Observable<unknown>;
6185
+ syncLocalList_BillType5(): Observable<unknown>;
6186
+ /**
6187
+ * Hàm đóng Observable của syncLocalList_BillType5(), mỗi lần thoát hẳn (ko vào ra thường xuyên) trang, thoát hẳn component nên gọi hàm này
6188
+ * @example:
6189
+ * this.vhQueryCafe.closeSyncLocalList_BillType5();
6190
+ * @returns void
6191
+ */
6192
+ private closeSyncLocalList_BillType5;
6202
6193
  /**
6203
6194
  * @example:
6204
6195
  * this.vhQueryCafe.createPaymentVnpay(10000, 'Thanh toan hoa don so A7TG2004, vao luc: 2021-11-19 13:11:27', 'o0wEpPDhR8QiGDkp2hLG', 'http://localhost:4200/')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.7.1",
3
+ "version": "10.7.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"