ionic-vhframeworks 3.5.1 → 3.5.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.
@@ -982,6 +982,7 @@ export declare class VhQueryCafe {
982
982
  private subjecttaxs;
983
983
  private subjectareas;
984
984
  private subjecttables;
985
+ private callbackdispatcher;
985
986
  /**
986
987
  * @Nghiệp vụ tạo (bill_type 5->1), hủy đơn hàng bán món ăn (dùng hàm)
987
988
  * {createBill, getBill} -> {createBill_detail, updateBill_detail, deleteBill_detail} -> {saveBill_Billdetail, deleteBill_Billdetail}
@@ -1041,7 +1042,6 @@ export declare class VhQueryCafe {
1041
1042
  */
1042
1043
  sendImageToAppCare(image: string): Promise<unknown>;
1043
1044
  startLocalStorage(): Promise<any>;
1044
- callbackdispatcher: any;
1045
1045
  observableDispatcher(ptype: any): Observable<any>;
1046
1046
  /**
1047
1047
  * @example:
@@ -6513,7 +6513,49 @@ export declare class VhEcommerce {
6513
6513
  private vhmongo_firebase;
6514
6514
  private productlistshopees;
6515
6515
  private shoplistshopee;
6516
+ private lazadapricecomparinglist;
6517
+ private tikipricecomparinglist;
6518
+ private sendopricecomparinglist;
6519
+ private shopeepricecomparinglist;
6520
+ private callbacklazadapricecomparing;
6516
6521
  constructor(vhmongo_firebase: Vhmongo_firebase);
6522
+ /**
6523
+ * @example:
6524
+ * this.vhEcommerce.observableLazadaPriceComparing('5fb6780ca2148e09806c5b01')
6525
+ .subscribe((data)=> {
6526
+ console.log('observableLazadaPriceComparing', data);
6527
+ },(error:any) => {
6528
+ console.log(error);
6529
+ })
6530
+ * @param id_branch
6531
+ * @returns Observable =>
6532
+ */
6533
+ observableLazadaPriceComparing(id_branch: string): Observable<unknown>;
6534
+ /**
6535
+ * @example:
6536
+ * this.vhEcommerce.closeLazadaPriceComparing();
6537
+ * disconnect LazadaPriceComparing in the APP
6538
+ * @returns void
6539
+ */
6540
+ closeLazadaPriceComparing(): void;
6541
+ /**
6542
+ * let lazadapricecomparinglist = this.vhEcommerce.getLocalLazadaPriceComparing();
6543
+ * @returns Array
6544
+ */
6545
+ getLocalLazadaPriceComparing(): any;
6546
+ /**
6547
+ * @example:
6548
+ * this.vhEcommerce.restartEcommercePriceComparingMACHINE('5fb6780ca2148e09806c5b01')
6549
+ .then((bool)=>{
6550
+ console.log('restartEcommercePriceComparingMACHINE', bool);
6551
+ }, error=>{
6552
+ console.log('error', error);
6553
+ })
6554
+ * @param id_billdetail
6555
+ * @param data
6556
+ * @return Promise => bool = true or false
6557
+ */
6558
+ restartEcommercePriceComparingMACHINE(): Promise<unknown>;
6517
6559
  /**
6518
6560
  * Lấy về tất cả các shops lazada, sendo, tiki, shopee, dùng trong cấu hình gian hàng
6519
6561
  * @example:
@@ -7123,9 +7165,10 @@ export declare class VhQuerySales {
7123
7165
  <Product>
7124
7166
  <Skus>
7125
7167
  <Sku>
7126
- <SellerSku>7194020293</SellerSku>
7127
- <Price>990000</Price>
7128
- <Quantity>31</Quantity>
7168
+ <ItemId>383144083</ItemId>
7169
+ <SkuId>647304827</SkuId>
7170
+ <SellerSku>ThietBiBaoDongChongTromHongNgoaiHT1AS</SellerSku>
7171
+ <price>268000</price>
7129
7172
  </Sku>
7130
7173
  </Skus>
7131
7174
  </Product>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"