simpo-component-library 1.4.271 → 1.4.273

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ import { RestService } from "../../../services/rest.service";
9
9
  import { StorageServiceService } from '../../../services/storage.service';
10
10
  import { OrderedItems } from '../../styles/OrderedItems.modal';
11
11
  import { MessageService } from 'primeng/api';
12
+ import { MatBottomSheet } from '@angular/material/bottom-sheet';
12
13
  import * as i0 from "@angular/core";
13
14
  export declare class CartComponent extends BaseSection implements OnInit {
14
15
  private readonly _eventService;
@@ -18,6 +19,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
18
19
  private readonly matDialog;
19
20
  private readonly storageService;
20
21
  private readonly messageService;
22
+ private readonly bottomSheet;
21
23
  data?: CartSectionModal;
22
24
  responseData?: any;
23
25
  index?: number;
@@ -26,7 +28,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
26
28
  isLoading: boolean;
27
29
  styles?: CartSectionStylesModel;
28
30
  currentTab: 'BAG' | 'ADDRESS' | 'PAYMENT';
29
- constructor(_eventService: EventsService, cartService: CartService, router: Router, restService: RestService, matDialog: MatDialog, storageService: StorageServiceService, messageService: MessageService);
31
+ constructor(_eventService: EventsService, cartService: CartService, router: Router, restService: RestService, matDialog: MatDialog, storageService: StorageServiceService, messageService: MessageService, bottomSheet: MatBottomSheet);
30
32
  private userDetails;
31
33
  private USER_CART_ITEMS;
32
34
  selectedAddressIdx: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.271",
3
+ "version": "1.4.273",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",