simpo-component-library 1.5.53 → 1.5.55

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ export declare class BackgroundDirective implements OnChanges {
11
11
  constructor(el: ElementRef, eventService: EventsService);
12
12
  ngOnDestroy(): void;
13
13
  ngOnChanges(change: SimpleChanges): void;
14
- getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
14
+ getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundDirective, never>;
16
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundDirective, "[simpoBackground]", never, { "simpoBackground": { "alias": "simpoBackground"; "required": false; }; "scrollValue": { "alias": "scrollValue"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
@@ -15,7 +15,7 @@ export declare class ButtonDirectiveDirective implements OnChanges {
15
15
  applyButtonStyleChanges(): void;
16
16
  applyButtonType(style: ButtonStyleModel, color: string): void;
17
17
  applyButtonShape(style: ButtonStyleModel): void;
18
- getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
18
+ getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
19
19
  buttonStyleSubscription?: Subscription;
20
20
  buttonStyleChangeCheck(): void;
21
21
  changeButtonStyle(id: any, style: ButtonStyleModel, bgColor: string): void;
@@ -12,7 +12,7 @@ export declare class ColorDirective implements OnChanges {
12
12
  ngOnDestroy(): void;
13
13
  applyColor(): void;
14
14
  bgColorChangeCheck(): void;
15
- getTextColor(): "#ffffff" | "#000000" | "#ffffff;";
15
+ getTextColor(): "#000000" | "#ffffff" | "#ffffff;";
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorDirective, never>;
17
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<ColorDirective, "[simpoColor]", never, { "bgColor": { "alias": "simpoColor"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
@@ -43,6 +43,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
43
43
  ngOnInit(): void;
44
44
  ngOnChanges(changes: SimpleChanges): void;
45
45
  ngOnDestroy(): void;
46
+ applyProductWidth(): boolean;
46
47
  getProductWidth(): string;
47
48
  getSliceParameters(): number[];
48
49
  getFeatureProduct(): void;
@@ -69,6 +69,7 @@ export declare class ProductListComponent extends BaseSection {
69
69
  getAllCategories(): void;
70
70
  getAllCollections(): void;
71
71
  removeFilter(filter: any): void;
72
+ applyProductWidth(): boolean;
72
73
  getProductWidth(): string;
73
74
  proceedToProductDesc(productId: any): void;
74
75
  clearFilter(): void;
@@ -8,6 +8,7 @@ export declare class SmallProductListingComponent implements OnInit {
8
8
  private USER_CART;
9
9
  product: Product;
10
10
  data?: any;
11
+ isScrollable?: boolean;
11
12
  ngOnInit(): void;
12
13
  addItemToCart(product: Product, type: 'ADD' | 'SUBSTRACT'): void;
13
14
  getItemVarient(product: Product, varientId: string): ItemVariant | null;
@@ -15,5 +16,5 @@ export declare class SmallProductListingComponent implements OnInit {
15
16
  getSupportingColor(color: string): string;
16
17
  get currency(): string;
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SmallProductListingComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SmallProductListingComponent, "simpo-small-product-listing", never, { "product": { "alias": "product"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmallProductListingComponent, "simpo-small-product-listing", never, { "product": { "alias": "product"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isScrollable": { "alias": "isScrollable"; "required": false; }; }, {}, never, never, true, never>;
19
20
  }
@@ -15,7 +15,7 @@ export declare class PricingSectionComponent extends BaseSection {
15
15
  style?: PricingSectionStylesModel;
16
16
  constructor(_eventService: EventsService);
17
17
  ngOnInit(): void;
18
- getTextColor(): "#ffffff" | "#000000";
18
+ getTextColor(): "#000000" | "#ffffff";
19
19
  get headingSpace(): SPACING;
20
20
  editSection(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.53",
3
+ "version": "1.5.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file