simpo-component-library 1.8.992 → 1.8.993

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,6 +50,7 @@ export declare class ProductDescComponent extends BaseSection {
50
50
  private USER_WISHLIST;
51
51
  itemImages: ItemImage[];
52
52
  items: MenuItem[] | null;
53
+ readonly panelOpenState: import("@angular/core").WritableSignal<boolean>;
53
54
  ngOnInit(): void;
54
55
  varientLoading: boolean;
55
56
  recentViewItemList: Product[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.8.992",
3
+ "version": "1.8.993",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file