@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) • 2.07 kB
TypeScript
import { Renderer2, ElementRef } from '@angular/core';
import { TdLayoutNavListComponent } from './layout-nav-list.component';
import { BaseLayoutToggleDirective } from '../layout-toggle.class';
import * as i0 from "@angular/core";
export declare class TdLayoutNavListToggleDirective extends BaseLayoutToggleDirective {
set tdLayoutNavListToggle(tdLayoutNavListToggle: boolean | string);
constructor(layout: TdLayoutNavListComponent, renderer: Renderer2, elementRef: ElementRef);
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutNavListToggleDirective, [{ optional: true; }, null, null]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListToggleDirective, "[tdLayoutNavListToggle]", never, { "tdLayoutNavListToggle": { "alias": "tdLayoutNavListToggle"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class TdLayoutNavListCloseDirective extends BaseLayoutToggleDirective {
set tdLayoutNavListClose(tdLayoutNavListClose: boolean);
constructor(layout: TdLayoutNavListComponent, renderer: Renderer2, elementRef: ElementRef);
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutNavListCloseDirective, [{ optional: true; }, null, null]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListCloseDirective, "[tdLayoutNavListClose]", never, { "tdLayoutNavListClose": { "alias": "tdLayoutNavListClose"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class TdLayoutNavListOpenDirective extends BaseLayoutToggleDirective {
set tdLayoutNavListOpen(tdLayoutNavListOpen: boolean | string);
constructor(layout: TdLayoutNavListComponent, renderer: Renderer2, elementRef: ElementRef);
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutNavListOpenDirective, [{ optional: true; }, null, null]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListOpenDirective, "[tdLayoutNavListOpen]", never, { "tdLayoutNavListOpen": { "alias": "tdLayoutNavListOpen"; "required": false; }; }, {}, never, never, false, never>;
}