simpo-component-library 1.6.91 → 1.6.92
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/components/image-loading/image-loading.component.mjs +13 -4
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +4 -4
- package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +15 -8
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/image-loading/image-loading.component.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.91.tgz +0 -0
- package/simpo-component-library-1.6.92.tgz +0 -0
@@ -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
Binary file
|
Binary file
|