simpo-component-library 1.6.24 → 1.6.28
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/address/address.component.mjs +4 -4
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -2
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +7 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +8 -6
- package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +32 -21
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +2 -0
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +2 -1
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.27.tgz +0 -0
- package/simpo-component-library-1.6.28.tgz +0 -0
- package/simpo-component-library-1.6.24.tgz +0 -0
@@ -33,6 +33,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
33
33
|
content?: FeaturedProductContentModal;
|
34
34
|
styles?: FeaturedProductStylesModel;
|
35
35
|
button?: ButtonModel;
|
36
|
+
viewAllButton?: ButtonModel;
|
36
37
|
containerRef: ElementRef<HTMLDivElement> | undefined;
|
37
38
|
private _eventSubscriber;
|
38
39
|
constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, cartService: CartService, bottomSheet: MatBottomSheet, storageService: StorageServiceService, messageService: MessageService);
|
@@ -65,6 +66,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
65
66
|
private getVarientQuantity;
|
66
67
|
private isVarientPresentInWishtlist;
|
67
68
|
get stylesLayout(): LayOutModel;
|
69
|
+
proceedToProductList(): void;
|
68
70
|
editSection(): void;
|
69
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedProductsComponent, never>;
|
70
72
|
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedProductsComponent, "simpo-featured-products", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isRelatedProduct": { "alias": "isRelatedProduct"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, { "changeDetailProduct": "changeDetailProduct"; }, never, never, true, never>;
|
@@ -29,6 +29,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
29
29
|
index?: number;
|
30
30
|
edit?: boolean;
|
31
31
|
delete?: boolean;
|
32
|
+
customClass?: string;
|
32
33
|
isLoading: boolean;
|
33
34
|
featureProductData: FeaturedProductModal | null;
|
34
35
|
varients: Map<string, string[]>;
|
@@ -77,5 +78,5 @@ export declare class ProductDescComponent extends BaseSection {
|
|
77
78
|
get isItemLowStock(): boolean;
|
78
79
|
get isMobile(): boolean;
|
79
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductDescComponent, never>;
|
80
|
-
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>;
|
81
|
+
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; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
81
82
|
}
|
@@ -34,6 +34,7 @@ export declare class ProductListComponent extends BaseSection {
|
|
34
34
|
index?: number;
|
35
35
|
edit?: boolean;
|
36
36
|
delete?: boolean;
|
37
|
+
customClass?: string;
|
37
38
|
isLoading: boolean;
|
38
39
|
content?: ProductListContentModal;
|
39
40
|
button?: ButtonModel;
|
@@ -96,6 +97,6 @@ export declare class ProductListComponent extends BaseSection {
|
|
96
97
|
get currency(): string;
|
97
98
|
get minSize(): number;
|
98
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductListComponent, never>;
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductListComponent, "simpo-product-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductListComponent, "simpo-product-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
100
101
|
}
|
101
102
|
export {};
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|