simpo-component-library 3.6.623 → 3.6.624

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.
@@ -154,6 +154,7 @@ export declare class ProductDescComponent extends BaseSection {
154
154
  getRGBA(bgColor: any, opacity: number): any;
155
155
  showDetailReview(review: any): void;
156
156
  get stylesLayout(): LayOutModel;
157
+ getDateAfterxDays(): Date;
157
158
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductDescComponent, never>;
158
159
  static ɵcmp: i0.ɵɵComponentDeclaration<ProductDescComponent, "simpo-product-desc", 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; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
159
160
  }
@@ -102,7 +102,7 @@ export declare class ProductListComponent extends BaseSection {
102
102
  getEcommerceConfigs(): void;
103
103
  toShowInJewellery: boolean;
104
104
  IsEcommerce: boolean;
105
- ngOnInit(): Promise<void>;
105
+ ngOnInit(): void;
106
106
  get selectedCategoryCollectionChips(): {
107
107
  id: string;
108
108
  name: string;
@@ -117,8 +117,8 @@ export declare class ProductListComponent extends BaseSection {
117
117
  name: string;
118
118
  type: string;
119
119
  }[];
120
- getAllCategories(): Promise<void>;
121
- getAllCollections(): Promise<void>;
120
+ getAllCategories(): void;
121
+ getAllCollections(): void;
122
122
  updateProductCartWishlistProperties(): void;
123
123
  filterByCategoryCollectionParam(qCategories: any, qCollections: any): void;
124
124
  removeFilter(filter: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.623",
3
+ "version": "3.6.624",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file