simpo-component-library 1.5.43 → 1.5.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
23
23
  ngOnInit(): void;
24
24
  getSliceParameters(): number[];
25
25
  redirectToListPage(category: string): void;
26
- getAllCategories(): void;
26
+ getAllCategoriesByCollectionId(): void;
27
27
  editSection(): void;
28
28
  get stylesLayout(): LayOutModel;
29
29
  get isMobile(): boolean;
@@ -8,6 +8,7 @@ export interface FeaturedCategoryModal {
8
8
  }
9
9
  export interface FeaturedCategoryContentModal {
10
10
  inputText: InputTextModel[];
11
+ collectionId?: string;
11
12
  collectionIds?: string[];
12
13
  }
13
14
  export interface FeaturedCategoryStylesModel extends StylesModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.43",
3
+ "version": "1.5.44",
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