@junte/ui
Version:
Quality Angular UI components kit
17 lines (16 loc) • 1.52 kB
TypeScript
import { PipeTransform } from '@angular/core';
import { IOption, Options } from './model';
import * as ɵngcc0 from '@angular/core';
export declare class GetOptionsPipe implements PipeTransform {
transform(options: {
[key: string]: IOption;
}, ..._versions: number[]): IOption[];
static ɵfac: ɵngcc0.ɵɵFactoryDef<GetOptionsPipe, never>;
static ɵpipe: ɵngcc0.ɵɵPipeDefWithMeta<GetOptionsPipe, "getOptions">;
}
export declare class GetOptionPipe implements PipeTransform {
transform(key: string, options: Options, ..._versions: number[]): IOption;
static ɵfac: ɵngcc0.ɵɵFactoryDef<GetOptionPipe, never>;
static ɵpipe: ɵngcc0.ɵɵPipeDefWithMeta<GetOptionPipe, "getOption">;
}
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGlwZXMuZC50cyIsInNvdXJjZXMiOlsicGlwZXMuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0FBRUE7Ozs7OztBQUlBOzs7OztBQUdBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSU9wdGlvbiwgT3B0aW9ucyB9IGZyb20gJy4vbW9kZWwnO1xuZXhwb3J0IGRlY2xhcmUgY2xhc3MgR2V0T3B0aW9uc1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICB0cmFuc2Zvcm0ob3B0aW9uczoge1xuICAgICAgICBba2V5OiBzdHJpbmddOiBJT3B0aW9uO1xuICAgIH0sIC4uLl92ZXJzaW9uczogbnVtYmVyW10pOiBJT3B0aW9uW107XG59XG5leHBvcnQgZGVjbGFyZSBjbGFzcyBHZXRPcHRpb25QaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gICAgdHJhbnNmb3JtKGtleTogc3RyaW5nLCBvcHRpb25zOiBPcHRpb25zLCAuLi5fdmVyc2lvbnM6IG51bWJlcltdKTogSU9wdGlvbjtcbn1cbiJdfQ==