UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

19 lines 820 B
import { OnInit } from '@angular/core'; import { TlDatatableColumn } from '../column/datatable-column'; import { DatePipe } from '@angular/common'; import * as i0 from "@angular/core"; export declare class TlDatatableCell implements OnInit { private datePipe; content: string | object; collumn: TlDatatableColumn; cellClass: boolean; height: string; get textAlign(): string; constructor(datePipe: DatePipe); ngOnInit(): void; get isTemplate(): boolean; getDeepContent(fullContent: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<TlDatatableCell, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TlDatatableCell, "tl-datatable-cell", never, { "content": "content"; "collumn": "collumn"; }, {}, never, never, false, never>; } //# sourceMappingURL=datatable-cell.d.ts.map