ng-easycommerce 0.0.598 → 0.0.599

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,6 +208,9 @@ export declare class Constants {
208
208
  setSortFilters: (filtersCode?: string[]) => string[];
209
209
  getSortFilters: () => string[];
210
210
  private postalCodePatterns;
211
- getPostalCodePattern(countryCode: string): RegExp;
211
+ getPostalCodePattern(countryCode: string): {
212
+ pattern: RegExp;
213
+ errorKey: string;
214
+ };
212
215
  }
213
216
  export {};
@@ -53,7 +53,7 @@ export declare class DataFormEcComponent extends ComponentHelper implements OnIn
53
53
  modalRef: BsModalRef | null;
54
54
  params: any;
55
55
  selectAddres: boolean;
56
- private postalCodePattern;
56
+ postalCodeErrorMessage: string;
57
57
  constructor(authService: AuthService, fb: FormBuilder, toast: ToastService, addressingService: AddressingService, cartService: CartService, modalService: BsModalService, paramsService: ParametersService, consts: Constants, channelConfig: ChannelConfigService);
58
58
  ngOnInit(): void;
59
59
  /**