UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

27 lines (26 loc) 1.28 kB
import { OnInit, OnChanges, ChangeDetectorRef, SimpleChanges } from "@angular/core"; import { AyudaService } from "../../service/ayuda.service"; import { SessionSharedService } from "../../service"; import { ActivatedRoute } from "@angular/router"; import * as i0 from "@angular/core"; export declare class BitReadonlyComponent implements OnInit, OnChanges { protected router: ActivatedRoute; protected sessionShared: SessionSharedService; protected ayudaService: AyudaService; protected changeDetectorRef: ChangeDetectorRef; ayuda: string; valor: any; tipo: string; hideLabel: boolean; data: any[]; domain: string; private opcionesDropdown; constructor(router: ActivatedRoute, sessionShared: SessionSharedService, ayudaService: AyudaService, changeDetectorRef: ChangeDetectorRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; showAyuda(): void; get value_lectura(): string; get isTextarea(): boolean; static ɵfac: i0.ɵɵFactoryDef<BitReadonlyComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<BitReadonlyComponent, "bit-readonly", never, { "ayuda": "ayuda"; "valor": "valor"; "tipo": "tipo"; "hideLabel": "hideLabel"; "data": "data"; "domain": "domain"; }, {}, never, ["*"]>; }