simpo-component-library 1.5.55 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +14 -8
- package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +3 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +2 -2
- package/esm2022/lib/services/rest.service.mjs +2 -2
- package/fesm2022/simpo-component-library.mjs +15 -9
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +3 -2
- package/package.json +1 -1
- package/simpo-component-library-1.6.1.tgz +0 -0
- package/simpo-component-library-1.5.55.tgz +0 -0
@@ -20,6 +20,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
|
|
20
20
|
private readonly storageService;
|
21
21
|
private readonly messageService;
|
22
22
|
private readonly bottomSheet;
|
23
|
+
matDialogData: any;
|
23
24
|
dialogRef: MatDialogRef<CartComponent>;
|
24
25
|
data?: CartSectionModal;
|
25
26
|
responseData?: any;
|
@@ -29,7 +30,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
|
|
29
30
|
isLoading: boolean;
|
30
31
|
styles?: CartSectionStylesModel;
|
31
32
|
currentTab: 'BAG' | 'ADDRESS' | 'PAYMENT';
|
32
|
-
constructor(_eventService: EventsService, cartService: CartService, router: Router, restService: RestService, matDialog: MatDialog, storageService: StorageServiceService, messageService: MessageService, bottomSheet: MatBottomSheet, dialogRef: MatDialogRef<CartComponent>);
|
33
|
+
constructor(_eventService: EventsService, cartService: CartService, router: Router, restService: RestService, matDialog: MatDialog, storageService: StorageServiceService, messageService: MessageService, bottomSheet: MatBottomSheet, matDialogData: any, dialogRef: MatDialogRef<CartComponent>);
|
33
34
|
private userDetails;
|
34
35
|
private USER_CART_ITEMS;
|
35
36
|
selectedAddressIdx: number;
|
@@ -52,6 +53,6 @@ export declare class CartComponent extends BaseSection implements OnInit {
|
|
52
53
|
get getAddressList(): import("../../styles/user.modal").AddressDetails[];
|
53
54
|
get isMobile(): boolean;
|
54
55
|
get currency(): string;
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, { optional: true; }]>;
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
56
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<CartComponent, "simpo-cart", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
57
58
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|