UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

11 lines (10 loc) 617 B
import { PipeTransform } from '@angular/core'; import { TccKeyValuePair } from '../../../../../../odata/models/shared.model'; import { TccTranslationPipe } from '../../../../../pipes/tcc-translation/tcc-translation.pipe'; export declare class GetDisplayValuePipe implements PipeTransform { private tccTranslationPipe; constructor(tccTranslationPipe: TccTranslationPipe); transform(value: string | number | string[] | number[], selections: string[] | number[] | TccKeyValuePair[], multiple: boolean, forceSelection: boolean): string; private getSingleValueDisplayValue; private getValueAsString; }