@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.
package/index.d.ts CHANGED
@@ -353,7 +353,7 @@ declare class AXTranslatorService {
353
353
 
354
354
  declare class AXTranslatorPipe implements PipeTransform {
355
355
  constructor();
356
- transform(value: string, lang?: string): string;
356
+ transform(value: string, lang?: string, params?: Record<string, any>): string;
357
357
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTranslatorPipe, never>;
358
358
  static ɵpipe: i0.ɵɵPipeDeclaration<AXTranslatorPipe, "trans", false>;
359
359
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/core",
3
- "version": "16.20.2",
3
+ "version": "16.20.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.5",
6
6
  "@angular/core": "^19.0.5",