@leanix/components 0.4.501 → 0.4.503

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.
@@ -7,9 +7,8 @@ export declare class LxTranslatePipe implements PipeTransform {
7
7
  private cdRef;
8
8
  private globalTranslationOptionsProvider?;
9
9
  private translatePipe;
10
- private interpolateParamsObject?;
11
- private lastInterpolateArgs?;
12
- private lastArgsExtended?;
10
+ private cachedIncomingInterpolations?;
11
+ private cachedResultingInterpolations?;
13
12
  constructor(translate: TranslateService, cdRef: ChangeDetectorRef, globalTranslationOptionsProvider?: GlobalTranslationOptionsProvider | undefined);
14
13
  transform(query: string | string[], interpolations?: Record<string, unknown>): any;
15
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LxTranslatePipe, [null, null, { optional: true; }]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.501",
3
+ "version": "0.4.503",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {