simpo-component-library 1.4.246 → 1.4.250
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 +24 -4
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +6 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +8 -3
- package/esm2022/lib/services/rest.service.mjs +2 -2
- package/fesm2022/simpo-component-library.mjs +36 -8
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/address/address.component.d.ts +2 -0
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-1.4.250.tgz +0 -0
- package/simpo-component-library-1.4.234.tgz +0 -0
- package/simpo-component-library-1.4.235.tgz +0 -0
- package/simpo-component-library-1.4.236.tgz +0 -0
- package/simpo-component-library-1.4.240.tgz +0 -0
- package/simpo-component-library-1.4.241.tgz +0 -0
- package/simpo-component-library-1.4.245.tgz +0 -0
- package/simpo-component-library-1.4.246.tgz +0 -0
@@ -20,6 +20,7 @@ export declare class AddressComponent implements OnInit, OnChanges {
|
|
20
20
|
constructor(ngZone: NgZone, restService: RestService, matDialog: MatDialog, router: Router, storageService: StorageServiceService, matData: any, matDialogRef: MatDialogRef<AddressComponent>);
|
21
21
|
address: any;
|
22
22
|
isCart: boolean;
|
23
|
+
private editIndex;
|
23
24
|
private latitute;
|
24
25
|
private longitute;
|
25
26
|
addNewAddress: boolean;
|
@@ -45,6 +46,7 @@ export declare class AddressComponent implements OnInit, OnChanges {
|
|
45
46
|
onAutocompleteSelected(result: any): void;
|
46
47
|
addressSelected(index: number): void;
|
47
48
|
updateAddress(): void;
|
49
|
+
get isEmailValid(): boolean;
|
48
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddressComponent, [null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
49
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "simpo-address", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isCart": { "alias": "isCart"; "required": false; }; }, { "selectedAddress": "selectedAddress"; }, never, never, true, never>;
|
50
52
|
}
|
@@ -52,6 +52,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
52
52
|
getItemVarient(product: Product, varientId: string): ItemVariant | null;
|
53
53
|
selectVarient(product: Product, varient: ItemVariant): void;
|
54
54
|
get currency(): string;
|
55
|
+
get isMobile(): boolean;
|
55
56
|
private getVarientQuantity;
|
56
57
|
private isVarientPresentInWishtlist;
|
57
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedProductsComponent, never>;
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|