@leanix/components 0.2.79 → 0.2.83

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ export declare class LxTranslatePipe implements PipeTransform {
11
11
  private lastInterpolateArgs?;
12
12
  private lastArgsExtended?;
13
13
  constructor(translate: TranslateService, cdRef: ChangeDetectorRef, globalTranslationOptionsProvider?: GlobalTranslationOptionsProvider | undefined);
14
- transform(query: string | string[], interpolations?: Object): any;
14
+ transform(query: string | string[], interpolations?: Record<string, unknown>): any;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<LxTranslatePipe, [null, null, { optional: true; }]>;
16
16
  static ɵpipe: i0.ɵɵPipeDeclaration<LxTranslatePipe, "lxTranslate">;
17
17
  static ɵprov: i0.ɵɵInjectableDeclaration<LxTranslatePipe>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.79",
3
+ "version": "0.2.83",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {