@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
14 lines (13 loc) • 1.02 kB
TypeScript
import { Type } from '@angular/core';
import { AbstractTaskRefDashboardFieldComponent, DataFieldPortalData, LoggerService, TaskRefDashboardTile, TaskRefField } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class TaskRefDashboardFieldComponent extends AbstractTaskRefDashboardFieldComponent {
taskContentComponentClassReference: Type<any>;
constructor(logger: LoggerService, dataFieldPortalData: DataFieldPortalData<TaskRefField>);
getGridColumns(): string;
getGridRows(): string;
getTileGridColumn(tile: TaskRefDashboardTile): string;
getTileGridRow(tile: TaskRefDashboardTile): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TaskRefDashboardFieldComponent, [null, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<TaskRefDashboardFieldComponent, "nc-task-ref-dashboard-field", never, { "taskContentComponentClassReference": { "alias": "taskContentComponentClassReference"; "required": false; }; }, {}, never, never, false, never>;
}