UNPKG

@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.

26 lines (25 loc) 1.88 kB
import { Renderer2, ElementRef } from '@angular/core'; import { TdLayoutComponent } from './layout.component'; import { BaseLayoutToggleDirective } from './layout-toggle.class'; import * as i0 from "@angular/core"; export declare class TdLayoutToggleDirective extends BaseLayoutToggleDirective { set tdLayoutToggle(tdLayoutToggle: boolean | string); constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutToggleDirective, [{ optional: true; }, null, null]>; static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutToggleDirective, "[tdLayoutToggle]", never, { "tdLayoutToggle": { "alias": "tdLayoutToggle"; "required": false; }; }, {}, never, never, false, never>; } export declare class TdLayoutCloseDirective extends BaseLayoutToggleDirective { set tdLayoutClose(tdLayoutClose: boolean | string | undefined); constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutCloseDirective, [{ optional: true; }, null, null]>; static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutCloseDirective, "[tdLayoutClose]", never, { "tdLayoutClose": { "alias": "tdLayoutClose"; "required": false; }; }, {}, never, never, false, never>; } export declare class TdLayoutOpenDirective extends BaseLayoutToggleDirective { set tdLayoutClose(tdLayoutOpen: boolean); constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutOpenDirective, [{ optional: true; }, null, null]>; static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutOpenDirective, "[tdLayoutOpen]", never, { "tdLayoutClose": { "alias": "tdLayoutOpen"; "required": false; }; }, {}, never, never, false, never>; }