UNPKG

1.8 kBTypeScriptView Raw
1import { QueryList, AfterContentInit } from '@angular/core';
2import * as i0 from "@angular/core";
3export declare class TdDialogTitleDirective {
4 static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogTitleDirective, never>;
5 static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogTitleDirective, "[tdDialogTitle]", never, {}, {}, never, never, false, never>;
6}
7export declare class TdDialogContentDirective {
8 static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogContentDirective, never>;
9 static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogContentDirective, "[tdDialogContent]", never, {}, {}, never, never, false, never>;
10}
11export declare class TdDialogActionsDirective {
12 static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogActionsDirective, never>;
13 static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogActionsDirective, "[tdDialogActions]", never, {}, {}, never, never, false, never>;
14}
15export declare class TdDialogStatusDirective {
16 static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogStatusDirective, never>;
17 static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogStatusDirective, "[tdDialogStatus]", never, {}, {}, never, never, false, never>;
18}
19export declare class TdDialogComponent implements AfterContentInit {
20 dialogTitle: QueryList<TdDialogTitleDirective>;
21 dialogContent: QueryList<TdDialogContentDirective>;
22 dialogActions: QueryList<TdDialogActionsDirective>;
23 dialogStatus: QueryList<TdDialogStatusDirective>;
24 ngAfterContentInit(): void;
25 static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogComponent, never>;
26 static ɵcmp: i0.ɵɵComponentDeclaration<TdDialogComponent, "td-dialog", never, {}, {}, ["dialogTitle", "dialogContent", "dialogActions", "dialogStatus"], ["[tdDialogStatus]", "[tdDialogTitle]", "[tdDialogContent]", "[tdDialogActions]"], false, never>;
27}