simpo-component-library 1.5.41 → 1.5.43

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.
@@ -8,6 +8,7 @@ import { FeaturedProductModal } from '../featured-products/featured-products.mod
8
8
  import { CartService } from '../../../services/cart.service';
9
9
  import BaseSection from '../../../sections/BaseSection';
10
10
  import { ActivatedRoute } from '@angular/router';
11
+ import { LayOutModel } from '../../../styles/style.model';
11
12
  import * as i0 from "@angular/core";
12
13
  export declare class CategoryProductComponent extends BaseSection implements OnInit {
13
14
  private readonly restService;
@@ -41,6 +42,7 @@ export declare class CategoryProductComponent extends BaseSection implements OnI
41
42
  showLeftArrow: boolean;
42
43
  updateArrows(): void;
43
44
  editSection(): void;
45
+ get getSpacingLayout(): LayOutModel;
44
46
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryProductComponent, never>;
45
47
  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>;
46
48
  }
@@ -8,6 +8,7 @@ import { CartService } from '../../../services/cart.service';
8
8
  import { ActivatedRoute } from '@angular/router';
9
9
  import { ProductCategoryListModal, ProductCategoryListStylesModal } from './product-category-list.model';
10
10
  import { SPACING } from '../../../styles/index';
11
+ import { LayOutModel } from '../../../styles/style.model';
11
12
  import * as i0 from "@angular/core";
12
13
  export declare class ProductCategoryListComponent extends BaseSection implements OnInit, OnDestroy {
13
14
  private readonly restService;
@@ -33,6 +34,7 @@ export declare class ProductCategoryListComponent extends BaseSection implements
33
34
  getItemVarient(product: Product, varientId: string): ItemVariant | null;
34
35
  getPercentage(product: Product): string;
35
36
  getSupportingColor(color: string): string;
37
+ get getSpacingLayout(): LayOutModel;
36
38
  get headingSpace(): SPACING;
37
39
  get currency(): string;
38
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductCategoryListComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.41",
3
+ "version": "1.5.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",