simpo-component-library 1.5.39 → 1.5.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ import { FeaturedCategoryContentModal, FeaturedCategoryModal, FeaturedCategorySt
4
4
  import { Category } from '../../styles/category.modal';
5
5
  import { RestService } from '../../../services/rest.service';
6
6
  import { Router } from '@angular/router';
7
+ import { LayOutModel } from '../../../styles/style.model';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class FeaturedCategoryComponent extends BaseSection {
9
10
  private platformId;
@@ -24,6 +25,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
24
25
  redirectToListPage(category: string): void;
25
26
  getAllCategories(): void;
26
27
  editSection(): void;
28
+ get stylesLayout(): LayOutModel;
27
29
  get isMobile(): boolean;
28
30
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCategoryComponent, never>;
29
31
  static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCategoryComponent, "simpo-featured-category", 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; }; }, {}, never, never, true, never>;
@@ -4,6 +4,7 @@ import { FeaturedCategoryContentModal, FeaturedCategoryModal, FeaturedCategorySt
4
4
  import { Category } from '../../styles/category.modal';
5
5
  import { RestService } from '../../../services/rest.service';
6
6
  import { Router } from '@angular/router';
7
+ import { LayOutModel } from '../../../styles/style.model';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class FeaturedCollectionComponent extends BaseSection {
9
10
  private readonly router;
@@ -22,6 +23,7 @@ export declare class FeaturedCollectionComponent extends BaseSection {
22
23
  getSliceParameters(): number[];
23
24
  getCollectionsIds(): void;
24
25
  redirectToListPage(collection: string): void;
26
+ get stylesLayout(): LayOutModel;
25
27
  editSection(): void;
26
28
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCollectionComponent, never>;
27
29
  static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCollectionComponent, "simpo-featured-collection", 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; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.39",
3
+ "version": "1.5.40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",