simpo-component-library 1.6.90 → 1.6.92

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ export declare class ImageLoadingComponent {
7
7
  imageUrl: string | undefined;
8
8
  index: number;
9
9
  product: Product | null;
10
+ theme: "Theme1" | "Theme2" | undefined;
10
11
  private image;
11
12
  private canvas;
12
13
  constructor(renderer: Renderer2);
@@ -17,5 +18,5 @@ export declare class ImageLoadingComponent {
17
18
  togglePreviewImage(product: Product | null, idx: number): void;
18
19
  mouseLeave(): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageLoadingComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageLoadingComponent, "image-loading", never, { "hash": { "alias": "hash"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "index": { "alias": "index"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageLoadingComponent, "image-loading", never, { "hash": { "alias": "hash"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "index": { "alias": "index"; "required": false; }; "product": { "alias": "product"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, never, true, never>;
21
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.90",
3
+ "version": "1.6.92",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file