ionic-vhframeworks 4.3.3 → 4.3.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.
@@ -8994,6 +8994,9 @@ export declare class VhQuerySales {
8994
8994
  * @param message
8995
8995
  */
8996
8996
  sendImageToAppCare(image: string): Promise<unknown>;
8997
+ /**
8998
+ * Hàm này chạy sau hàm đăng nhập hoặc xác thực đăng nhập vào phần mềm
8999
+ */
8997
9000
  startLocalStorage(): Promise<any>;
8998
9001
  initPurchase(): void;
8999
9002
  private initPaymentOnAPPStore;
@@ -10813,6 +10816,16 @@ export declare class VhQuerySales {
10813
10816
  * @return Promise => bool = true or false
10814
10817
  */
10815
10818
  updatePrintPage(id_print_page: string, data: object): Promise<unknown>;
10819
+ /**
10820
+ * @example:
10821
+ * this.vhQuerySales.deletePrintPage('5fb67fda87c0f21d484cbdf3')
10822
+ .then((bool)=>{
10823
+ console.log('deletePrintPage', bool);
10824
+ })
10825
+ * @param id_print_page
10826
+ * @return Promise => bool = true or false
10827
+ */
10828
+ deletePrintPage(id_print_page: string): Promise<unknown>;
10816
10829
  /**
10817
10830
  * @example
10818
10831
  * this.vhQuerySales.getPrintPages()
@@ -10821,7 +10834,7 @@ export declare class VhQuerySales {
10821
10834
  })
10822
10835
  * @return array(object) = [{},{},..]
10823
10836
  */
10824
- private getPrintPages;
10837
+ getPrintPages(): Promise<unknown>;
10825
10838
  /**
10826
10839
  * Hàm này dùng để thực hiện trừ hàng hóa trong nhiều Payment_Card
10827
10840
  * Hàm chạy ổn định anh sẽ thêm phần trừ số lượng hàng hóa đã sử dụng trong payment_card_code
@@ -11440,7 +11453,7 @@ export declare class VhQuerySales {
11440
11453
  }
11441
11454
  * @returns Observerble (Array) => Array(object) => array = [{},{},...]
11442
11455
  */
11443
- getObservableLocalPromotions(): Observable<unknown>;
11456
+ private getObservableLocalPromotions;
11444
11457
  /**
11445
11458
  * @example:
11446
11459
  * let promotion = this.vhQuerySales.getlocalPromotion('5fb6780ca2148e09806c5b01');
@@ -11453,7 +11466,7 @@ export declare class VhQuerySales {
11453
11466
  * let promotions = this.vhQuerySales.getlocalPromotions();
11454
11467
  * @return Array(object) => array = [{},{},...]
11455
11468
  */
11456
- getlocalPromotions(): any;
11469
+ getlocalPromotions(): any[];
11457
11470
  /**
11458
11471
  * @example:
11459
11472
  * this.vhQuerySales.refreshLocalPromotions()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "4.3.3",
3
+ "version": "4.3.6",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"