@leanix/components 0.2.80 → 0.2.81
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/bundles/leanix-components.umd.js +2 -0
- package/bundles/leanix-components.umd.js.map +1 -1
- package/esm2015/lib/core-ui/annotations/required.js +1 -0
- package/esm2015/lib/core-ui/annotations/required.js.map +1 -1
- package/esm2015/lib/core-ui/pipes/lx-translate.pipe.js.map +1 -1
- package/esm2015/lib/shared/observe.js +1 -0
- package/esm2015/lib/shared/observe.js.map +1 -1
- package/fesm2015/leanix-components.js +2 -0
- package/fesm2015/leanix-components.js.map +1 -1
- package/lib/core-ui/pipes/lx-translate.pipe.d.ts +1 -1
- package/package.json +1 -1
@@ -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?:
|
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>;
|