simpo-component-library 1.4.111 → 1.4.113

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.
@@ -46,7 +46,9 @@ export declare class ProductDescComponent extends BaseSection {
46
46
  removeToFavourite(): void;
47
47
  get getFeatureProductData(): FeaturedProductModal;
48
48
  getProductByCategory(): void;
49
+ getProductByCollection(): void;
49
50
  get currency(): string;
51
+ get isItemLowStock(): boolean;
50
52
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductDescComponent, never>;
51
53
  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; }; }, {}, never, never, true, never>;
52
54
  }
@@ -23,7 +23,7 @@ export declare class WhislistComponent extends BaseSection implements OnInit {
23
23
  private USER_WISHLIST_ITEMS;
24
24
  wishlistInfo: any;
25
25
  ngOnInit(): void;
26
- moveToFavourite(product: OrderedItems): void;
26
+ moveToCart(product: OrderedItems): void;
27
27
  getWishlistIndexDBData(): void;
28
28
  deleteFromWhislist(product: OrderedItems): void;
29
29
  addToFav(item: any, type: 'ADD' | 'SUBSTRACT'): void;
@@ -16,7 +16,7 @@ export interface HeaderContentModel {
16
16
  logo: FooterLogoModel;
17
17
  socialLinks: FooterSocialLinkModel;
18
18
  navbarButtons: NavbarButton[];
19
- ecomLinks: {
19
+ ecomlinks: {
20
20
  [key: string]: string[];
21
21
  };
22
22
  }
@@ -16,6 +16,7 @@ export declare class RestService implements OnDestroy {
16
16
  getAllCollections(): Observable<any>;
17
17
  getFilteredProduct(collectionIds: string[], categoryIds: string[], searchText: string, minPrice: number, maxPrice: number, sortBy: string, pageNo: number, size: number): Observable<Object>;
18
18
  getProductByCategoryId(categoryId: string): Observable<Object>;
19
+ getProductByCollectionId(collectionId: string): Observable<Object>;
19
20
  generateOTP(mobile: string, countryCode: string): Observable<Object>;
20
21
  verifyOTP(mobile: string, otp: string): Observable<Object>;
21
22
  resendOTP(mobile: string, countryCode: string): Observable<Object>;
@@ -27,6 +28,7 @@ export declare class RestService implements OnDestroy {
27
28
  updateProfile(payload: any): Observable<Object>;
28
29
  getUserOrders(payload: any): Observable<Object>;
29
30
  toggleItemCartToFav(): void;
31
+ moveWishlistToCart(): Observable<Object>;
30
32
  createPaymentToken(payload: any): Observable<Object>;
31
33
  refundPayment(orderId: string, payload: any): Observable<Object>;
32
34
  checkPaymentStatus(payload: any): Observable<Object>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.111",
3
+ "version": "1.4.113",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file