simpo-component-library 1.6.10 → 1.6.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,6 +42,7 @@ export declare class CategoryProductComponent extends BaseSection implements OnI
42
42
  showLeftArrow: boolean;
43
43
  updateArrows(): void;
44
44
  editSection(): void;
45
+ get isMobile(): boolean;
45
46
  get getSpacingLayout(): LayOutModel;
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryProductComponent, never>;
47
48
  static ɵcmp: i0.ɵɵComponentDeclaration<CategoryProductComponent, "simpo-category-product", never, { "data": { "alias": "data"; "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.6.10",
3
+ "version": "1.6.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",