1 | import { OnChanges, OnInit, SimpleChanges, ElementRef } from '@angular/core';
|
2 | import { CovalentSideSheet } from './side-sheet';
|
3 | import { CovalentSideSheetRef } from './side-sheet-ref';
|
4 | import * as i0 from "@angular/core";
|
5 |
|
6 |
|
7 |
|
8 | export declare class CovalentSideSheetCloseDirective implements OnInit, OnChanges {
|
9 | dialogRef: CovalentSideSheetRef<any>;
|
10 | private _elementRef;
|
11 | private _dialog;
|
12 |
|
13 | ariaLabel?: string;
|
14 |
|
15 | type: 'submit' | 'button' | 'reset';
|
16 |
|
17 | dialogResult: any;
|
18 | _CovalentSideSheetClose: any;
|
19 | onClick($event: MouseEvent): void;
|
20 | constructor(dialogRef: CovalentSideSheetRef<any>, _elementRef: ElementRef<HTMLElement>, _dialog: CovalentSideSheet);
|
21 | ngOnInit(): void;
|
22 | ngOnChanges(changes: SimpleChanges): void;
|
23 | _onButtonClick(event: MouseEvent): void;
|
24 | static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetCloseDirective, [{ optional: true; }, null, null]>;
|
25 | static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetCloseDirective, "[td-side-sheet-close], [CovalentSideSheetClose]", ["CovalentSideSheetClose"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogResult": { "alias": "td-side-sheet-close"; "required": false; }; "_CovalentSideSheetClose": { "alias": "CovalentSideSheetClose"; "required": false; }; }, {}, never, never, false, never>;
|
26 | }
|
27 |
|
28 |
|
29 |
|
30 | export declare class CovalentSideSheetTitleDirective implements OnInit {
|
31 | private _dialogRef;
|
32 | private _elementRef;
|
33 | private _dialog;
|
34 |
|
35 | id: string;
|
36 | tdSideSheetTitle: boolean;
|
37 | idAttr: string;
|
38 | constructor(_dialogRef: CovalentSideSheetRef<any>, _elementRef: ElementRef<HTMLElement>, _dialog: CovalentSideSheet);
|
39 | ngOnInit(): void;
|
40 | static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetTitleDirective, [{ optional: true; }, null, null]>;
|
41 | static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetTitleDirective, "[td-side-sheet-title], [CovalentSideSheetTitle]", ["CovalentSideSheetTitle"], { "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
|
42 | }
|
43 |
|
44 |
|
45 |
|
46 | export declare class CovalentSideSheetContentDirective {
|
47 | tdSideSheetContent: boolean;
|
48 | static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetContentDirective, never>;
|
49 | static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetContentDirective, "[td-side-sheet-content], td-side-sheet-content, [CovalentSideSheetContent]", never, {}, {}, never, never, false, never>;
|
50 | }
|
51 |
|
52 |
|
53 |
|
54 |
|
55 | export declare class CovalentSideSheetActionsDirective {
|
56 | tdSideSheetActions: boolean;
|
57 | static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetActionsDirective, never>;
|
58 | static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetActionsDirective, "[td-side-sheet-actions], td-side-sheet-actions, [CovalentSideSheetActions]", never, {}, {}, never, never, false, never>;
|
59 | }
|
60 |
|
61 |
|
62 |
|
63 | export declare class CovalentSideSheetWrapperDirective {
|
64 | tdSideSheetWrapper: boolean;
|
65 | static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetWrapperDirective, never>;
|
66 | static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetWrapperDirective, "[td-side-sheet-wrapper], td-side-sheet-wrapper, [CovalentSideSheetWrapper]", never, {}, {}, never, never, false, never>;
|
67 | }
|