simpo-component-library 3.6.709 → 3.6.711
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/categories-with-image-backgound-columns/categories-with-image-backgound-columns.component.mjs +7 -5
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +13 -15
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +20 -20
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/categories-with-image-backgound-columns/categories-with-image-backgound-columns.component.d.ts +3 -2
- package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +1 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.711.tgz +0 -0
- package/simpo-component-library-3.6.709.tgz +0 -0
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { Category } from '../../styles/category.modal';
|
|
2
|
-
import { FeaturedCategoryStylesModel } from '../featured-category/featured-category.modal';
|
|
2
|
+
import { FeaturedCategoryContentModal, FeaturedCategoryStylesModel } from '../featured-category/featured-category.modal';
|
|
3
3
|
import { Router } from '@angular/router';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CategoriesWithImageBackgoundColumnsComponent {
|
|
6
6
|
private readonly router;
|
|
7
7
|
responseData?: Category[];
|
|
8
8
|
styles?: FeaturedCategoryStylesModel;
|
|
9
|
+
content?: FeaturedCategoryContentModal;
|
|
9
10
|
constructor(router: Router);
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
hover: boolean;
|
|
12
13
|
hoveredIndex: number | null;
|
|
13
14
|
redirectToListPage(category: any): void;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesWithImageBackgoundColumnsComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CategoriesWithImageBackgoundColumnsComponent, "simpo-categories-with-image-backgound-columns", never, { "responseData": { "alias": "responseData"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CategoriesWithImageBackgoundColumnsComponent, "simpo-categories-with-image-backgound-columns", never, { "responseData": { "alias": "responseData"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
17
|
}
|
|
@@ -24,7 +24,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
|
|
|
24
24
|
content?: FeaturedCategoryContentModal;
|
|
25
25
|
styles?: FeaturedCategoryStylesModel;
|
|
26
26
|
constructor(platformId: Object, router: Router, restService: RestService, _eventService: EventsService);
|
|
27
|
-
ngOnInit(): void
|
|
27
|
+
ngOnInit(): Promise<void>;
|
|
28
28
|
allCategories: any[];
|
|
29
29
|
getAllCategories(): void;
|
|
30
30
|
allCategoriesSelected(): void;
|
|
@@ -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;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|