simpo-component-library 1.4.245 → 1.4.250

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.245",
3
+ "version": "1.4.250",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file