@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
28 lines (27 loc) • 1.8 kB
TypeScript
import { QueryList, AfterContentInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TdDialogTitleDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogTitleDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogTitleDirective, "[tdDialogTitle]", never, {}, {}, never, never, false, never>;
}
export declare class TdDialogContentDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogContentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogContentDirective, "[tdDialogContent]", never, {}, {}, never, never, false, never>;
}
export declare class TdDialogActionsDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogActionsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogActionsDirective, "[tdDialogActions]", never, {}, {}, never, never, false, never>;
}
export declare class TdDialogStatusDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogStatusDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogStatusDirective, "[tdDialogStatus]", never, {}, {}, never, never, false, never>;
}
export declare class TdDialogComponent implements AfterContentInit {
dialogTitle: QueryList<TdDialogTitleDirective>;
dialogContent: QueryList<TdDialogContentDirective>;
dialogActions: QueryList<TdDialogActionsDirective>;
dialogStatus: QueryList<TdDialogStatusDirective>;
ngAfterContentInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdDialogComponent, "td-dialog", never, {}, {}, ["dialogTitle", "dialogContent", "dialogActions", "dialogStatus"], ["[tdDialogStatus]", "[tdDialogTitle]", "[tdDialogContent]", "[tdDialogActions]"], false, never>;
}