@acorex/core 16.20.2 → 16.20.4

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.
@@ -1123,8 +1123,8 @@ class AXTranslatorPipe {
1123
1123
  // resolve(this.translate.get(value, lang));
1124
1124
  // });
1125
1125
  // }
1126
- transform(value, lang) {
1127
- return AXTranslator.get(value, lang);
1126
+ transform(value, lang, params) {
1127
+ return AXTranslator.get(value, lang, params);
1128
1128
  }
1129
1129
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1130
1130
  static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorPipe, isStandalone: false, name: "trans" });
@@ -1132,8 +1132,9 @@ class AXTranslatorPipe {
1132
1132
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorPipe, decorators: [{
1133
1133
  type: Pipe,
1134
1134
  args: [{
1135
- name: 'trans', pure: true,
1136
- standalone: false
1135
+ name: 'trans',
1136
+ pure: true,
1137
+ standalone: false,
1137
1138
  }]
1138
1139
  }], ctorParameters: () => [] });
1139
1140