simpo-component-library 3.6.215 → 3.6.216
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.
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +13 -4
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +7 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +16 -4
- package/fesm2022/simpo-component-library.mjs +33 -8
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +3 -0
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +2 -1
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +2 -0
- package/lib/elements/pricing-s1/pricing-s1.component.d.ts +1 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +1 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.216.tgz +0 -0
- package/simpo-component-library-3.6.215.tgz +0 -0
@@ -64,7 +64,9 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
|
|
64
64
|
subIndustryName: string;
|
65
65
|
isJewellery: boolean;
|
66
66
|
selectedRedemption: boolean;
|
67
|
+
ecomConfigs: any;
|
67
68
|
ngOnInit(): void;
|
69
|
+
getEcommerceConfigs(): void;
|
68
70
|
schemeList: any[];
|
69
71
|
getSchemeDetails(): void;
|
70
72
|
ngOnDestroy(): void;
|
@@ -115,6 +117,7 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
|
|
115
117
|
showReedemError: boolean;
|
116
118
|
vaildAmount: number;
|
117
119
|
redeemScheme(scheme: any, action: boolean): void;
|
120
|
+
getUrl(): boolean;
|
118
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
119
122
|
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; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
120
123
|
}
|
@@ -63,6 +63,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
63
63
|
businessDetails: any;
|
64
64
|
trialCartItem: any[];
|
65
65
|
isPinCode: boolean;
|
66
|
+
toShowInJewellery: boolean;
|
66
67
|
ngOnInit(): void;
|
67
68
|
varientLoading: boolean;
|
68
69
|
recentViewItemList: Product[];
|
@@ -111,7 +112,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
111
112
|
getTextColor(color: any): "#000000" | "#ffffff";
|
112
113
|
languages: string[];
|
113
114
|
selectedLang: string;
|
114
|
-
getClass(map: any): "col-
|
115
|
+
getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
|
115
116
|
onFindInStore(id: string): void;
|
116
117
|
onBookAppointment(): void;
|
117
118
|
isDetails: boolean;
|
@@ -44,6 +44,8 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
44
44
|
orderList: OrderedItems[];
|
45
45
|
wishlistData: OrderedItems[];
|
46
46
|
ngOnInit(): void;
|
47
|
+
ecomConfigs: any;
|
48
|
+
getEcommerceConfigs(): void;
|
47
49
|
getUserOrderDetails(): void;
|
48
50
|
passbookSummary: any;
|
49
51
|
userEnrollments: any[];
|
@@ -15,7 +15,7 @@ export declare class PricingS1Component extends BaseSection {
|
|
15
15
|
editSection(): void;
|
16
16
|
getButtonId(): string;
|
17
17
|
redirectTo(): void;
|
18
|
-
getClass(): "col-4" | "col-
|
18
|
+
getClass(): "col-4" | "col-3" | "col-12" | "col-5";
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingS1Component, never>;
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<PricingS1Component, "simpo-pricing-s1", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
21
21
|
}
|
@@ -23,7 +23,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
23
23
|
constructor(_eventService: EventsService);
|
24
24
|
ngOnInit(): void;
|
25
25
|
get stylesLayout(): LayOutModel;
|
26
|
-
get getBlurValue(): "
|
26
|
+
get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | undefined;
|
27
27
|
get getBackgroundColor(): BackgroundModel;
|
28
28
|
get getBackgroundOpacity(): "0" | "0.7" | "0.5" | "0.3" | "0.2";
|
29
29
|
opacityValue(value: OverlayValue): "0" | "0.7" | "0.5" | "0.3" | "0.2";
|
@@ -23,7 +23,7 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
23
23
|
getButtonId(): string;
|
24
24
|
editSection(): void;
|
25
25
|
redirectTo(): void;
|
26
|
-
getClass(): "col-
|
26
|
+
getClass(): "col-6" | "col-4" | "col-3" | "col-12";
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
28
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
29
29
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|