simpo-component-library 1.5.40 → 1.5.41

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ import { MatBottomSheet } from '@angular/material/bottom-sheet';
10
10
  import { MatDialog } from '@angular/material/dialog';
11
11
  import { CartService } from '../../../services/cart.service';
12
12
  import { MenuItem, MessageService } from 'primeng/api';
13
+ import { ProductCardTheme } from '../../../styles/index';
13
14
  import * as i0 from "@angular/core";
14
15
  interface BaseModel {
15
16
  option: string;
@@ -62,6 +63,7 @@ export declare class ProductListComponent extends BaseSection {
62
63
  size: number;
63
64
  searchTxt: string;
64
65
  filterLoading: boolean;
66
+ theme: typeof ProductCardTheme;
65
67
  ngOnInit(): void;
66
68
  filterByCategoryCollectionParam(qCategories: any, qCollections: any): void;
67
69
  getAllCategories(): void;
@@ -1,3 +1,4 @@
1
+ import { ProductCardTheme } from "../../../styles/index";
1
2
  import { ActionModel, AnimationModel, BackgroundModel, LayOutModel } from "../../../styles/style.model";
2
3
  export interface ProductListModal {
3
4
  id: string;
@@ -15,7 +16,7 @@ export interface ProductListStylesModal {
15
16
  maxPrice: number;
16
17
  minPrice: number;
17
18
  animation: AnimationModel;
18
- theme: string;
19
+ theme: ProductCardTheme;
19
20
  }
20
21
  export interface ProductListContentModal {
21
22
  display: Display;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.40",
3
+ "version": "1.5.41",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file