@testgorilla/tgo-ui 2.23.50 → 2.23.51

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.
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  * providing a way to transform and display data a template.
6
6
  */
7
7
  export declare class TransformItemPipe implements PipeTransform {
8
- transform(value: any, field: string): any;
8
+ transform(value: any, field: string, getValueList?: boolean): any;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TransformItemPipe, never>;
10
10
  static ɵpipe: i0.ɵɵPipeDeclaration<TransformItemPipe, "transformItem", false>;
11
11
  }