ionic-vhframeworks 10.7.0 → 10.7.1
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.
|
@@ -2760,6 +2760,8 @@ export declare class VhQueryCafe {
|
|
|
2760
2760
|
private subjecttaxs;
|
|
2761
2761
|
private subjectareas;
|
|
2762
2762
|
private subjecttables;
|
|
2763
|
+
private subjectlistbilltype5;
|
|
2764
|
+
private observableLocalBillType5_start;
|
|
2763
2765
|
private subjectdiscount_bills;
|
|
2764
2766
|
private subjectcustomer_classs;
|
|
2765
2767
|
private callbackdispatcher;
|
|
@@ -6176,14 +6178,27 @@ export declare class VhQueryCafe {
|
|
|
6176
6178
|
* @param bill_type
|
|
6177
6179
|
* @returns Observable => array
|
|
6178
6180
|
*/
|
|
6179
|
-
observableSyncBillType
|
|
6181
|
+
private observableSyncBillType;
|
|
6180
6182
|
/**
|
|
6181
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
|
|
6182
6184
|
* @example:
|
|
6183
6185
|
* this.vhQueryCafe.closeSyncBillType();
|
|
6184
6186
|
* @returns void
|
|
6185
6187
|
*/
|
|
6186
|
-
closeSyncBillType
|
|
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
|
+
})
|
|
6195
|
+
|
|
6196
|
+
ngOnDestroy(){
|
|
6197
|
+
this.observableList_BillType5.unsubscribe();
|
|
6198
|
+
}
|
|
6199
|
+
* @returns
|
|
6200
|
+
*/
|
|
6201
|
+
getObservableLocalList_BillType5(): Observable<unknown>;
|
|
6187
6202
|
/**
|
|
6188
6203
|
* @example:
|
|
6189
6204
|
* this.vhQueryCafe.createPaymentVnpay(10000, 'Thanh toan hoa don so A7TG2004, vao luc: 2021-11-19 13:11:27', 'o0wEpPDhR8QiGDkp2hLG', 'http://localhost:4200/')
|