simpo-component-library 1.6.23 → 1.6.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
25
25
  redirectToListPage(category: any): void;
26
26
  getAllCategoriesByCollectionId(): void;
27
27
  editSection(): void;
28
+ get getDirection(): "ROW" | "COLUMN" | undefined;
28
29
  get stylesLayout(): LayOutModel;
29
30
  get isMobile(): boolean;
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCategoryComponent, never>;
@@ -24,6 +24,7 @@ export declare class FeaturedCollectionComponent extends BaseSection {
24
24
  getCollectionsIds(): void;
25
25
  redirectToListPage(collection: any): void;
26
26
  get stylesLayout(): LayOutModel;
27
+ get getDirection(): "ROW" | "COLUMN" | undefined;
27
28
  get isMobile(): boolean;
28
29
  editSection(): void;
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCollectionComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.23",
3
+ "version": "1.6.24",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file