simpo-component-library 3.6.621 → 3.6.623
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/product-desc/product-desc.component.mjs +9 -14
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +31 -19
- package/fesm2022/simpo-component-library.mjs +37 -31
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -2
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -3
- package/lib/ecommerce/sections/schemes/schemes.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.623.tgz +0 -0
- package/simpo-component-library-3.6.621.tgz +0 -0
|
@@ -117,7 +117,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
117
117
|
getTextColor(color: any): "#000000" | "#ffffff";
|
|
118
118
|
languages: string[];
|
|
119
119
|
selectedLang: string;
|
|
120
|
-
getClass(map: any): "col-
|
|
120
|
+
getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
|
|
121
121
|
onFindInStore(id: string): void;
|
|
122
122
|
onBookAppointment(): void;
|
|
123
123
|
isDetails: boolean;
|
|
@@ -154,7 +154,6 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
154
154
|
getRGBA(bgColor: any, opacity: number): any;
|
|
155
155
|
showDetailReview(review: any): void;
|
|
156
156
|
get stylesLayout(): LayOutModel;
|
|
157
|
-
getDateAfterxDays(): Date;
|
|
158
157
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductDescComponent, never>;
|
|
159
158
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProductDescComponent, "simpo-product-desc", 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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
160
159
|
}
|
|
@@ -102,7 +102,7 @@ export declare class ProductListComponent extends BaseSection {
|
|
|
102
102
|
getEcommerceConfigs(): void;
|
|
103
103
|
toShowInJewellery: boolean;
|
|
104
104
|
IsEcommerce: boolean;
|
|
105
|
-
ngOnInit(): void
|
|
105
|
+
ngOnInit(): Promise<void>;
|
|
106
106
|
get selectedCategoryCollectionChips(): {
|
|
107
107
|
id: string;
|
|
108
108
|
name: string;
|
|
@@ -117,8 +117,8 @@ export declare class ProductListComponent extends BaseSection {
|
|
|
117
117
|
name: string;
|
|
118
118
|
type: string;
|
|
119
119
|
}[];
|
|
120
|
-
getAllCategories(): void
|
|
121
|
-
getAllCollections(): void
|
|
120
|
+
getAllCategories(): Promise<void>;
|
|
121
|
+
getAllCollections(): Promise<void>;
|
|
122
122
|
updateProductCartWishlistProperties(): void;
|
|
123
123
|
filterByCategoryCollectionParam(qCategories: any, qCollections: any): void;
|
|
124
124
|
removeFilter(filter: any): void;
|
|
@@ -21,7 +21,7 @@ export declare class SchemesComponent extends BaseSection {
|
|
|
21
21
|
get stylesLayout(): LayOutModel;
|
|
22
22
|
get spacingLayout(): SpacingModel;
|
|
23
23
|
getParentClass(): "" | "overflow-scroll flex-nowrap";
|
|
24
|
-
getClass(index: number): "col-
|
|
24
|
+
getClass(index: number): "col-12" | "col-6" | "col-6 mb-2" | "col-12 mb-2";
|
|
25
25
|
showSchemeDetails(scheme: any): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchemesComponent, never>;
|
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<SchemesComponent, "simpo-schemes", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -25,7 +25,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
|
25
25
|
get stylesLayout(): LayOutModel;
|
|
26
26
|
get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | undefined;
|
|
27
27
|
get getBackgroundColor(): BackgroundModel;
|
|
28
|
-
get getBackgroundOpacity(): "
|
|
28
|
+
get getBackgroundOpacity(): "1" | "0" | "0.7" | "0.5" | "0.6" | "0.8";
|
|
29
29
|
opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.6" | "0.8";
|
|
30
30
|
editSection(): void;
|
|
31
31
|
getScreenSize(): number;
|
|
@@ -23,7 +23,7 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
|
23
23
|
getButtonId(): string;
|
|
24
24
|
editSection(): void;
|
|
25
25
|
redirectTo(data: any): void;
|
|
26
|
-
getClass(): "col-
|
|
26
|
+
getClass(): "col-4" | "col-12" | "col-6" | "col-3";
|
|
27
27
|
getAlignment(): "justify-content-start" | "justify-content-center" | "justify-content-end";
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
|
29
29
|
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>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|