monkey-front-core 0.0.226 → 0.0.229

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.
@@ -472,10 +472,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
472
472
  }] });
473
473
 
474
474
  class MonkeyEcxFormatDocumentTypePipe {
475
- transform(document) {
475
+ transform(document, country) {
476
476
  if (!MonkeyEcxUtils.persistNullEmptyUndefined(document))
477
477
  return '';
478
- return MonkeyEcxUtils.getDocumentType(document);
478
+ return MonkeyEcxUtils.getDocumentType(document, country);
479
479
  }
480
480
  }
481
481
  MonkeyEcxFormatDocumentTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });