simpo-component-library 1.4.271 → 1.4.272
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +10 -4
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +17 -13
- package/fesm2022/simpo-component-library.mjs +37 -29
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +3 -1
- package/package.json +1 -1
- package/simpo-component-library-1.4.272.tgz +0 -0
@@ -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
Binary file
|