UNPKG

@alfresco/adf-core

Version:
23 lines (22 loc) 2.82 kB
import { SidenavLayoutContentDirective } from './directives/sidenav-layout-content.directive'; import { SidenavLayoutHeaderDirective } from './directives/sidenav-layout-header.directive'; import { SidenavLayoutNavigationDirective } from './directives/sidenav-layout-navigation.directive'; import { SidenavLayoutComponent } from './components/sidenav-layout/sidenav-layout.component'; import { LayoutContainerComponent } from './components/layout-container/layout-container.component'; import { SidebarActionMenuComponent, SidebarMenuDirective, SidebarMenuExpandIconDirective, SidebarMenuTitleIconDirective } from './components/sidebar-action/sidebar-action-menu.component'; import { HeaderLayoutComponent } from './components/header/header.component'; import * as i0 from "@angular/core"; import * as i1 from "./directives/sidenav-layout-header.directive"; import * as i2 from "./directives/sidenav-layout-content.directive"; import * as i3 from "./directives/sidenav-layout-navigation.directive"; import * as i4 from "./components/sidebar-action/sidebar-action-menu.component"; import * as i5 from "./components/header/header.component"; import * as i6 from "./components/layout-container/layout-container.component"; import * as i7 from "./components/sidenav-layout/sidenav-layout.component"; export declare const LAYOUT_DIRECTIVES: readonly [typeof SidenavLayoutHeaderDirective, typeof SidenavLayoutContentDirective, typeof SidenavLayoutNavigationDirective, typeof SidebarMenuDirective, typeof SidebarMenuExpandIconDirective, typeof SidebarMenuTitleIconDirective, typeof HeaderLayoutComponent, typeof SidebarActionMenuComponent, typeof LayoutContainerComponent, typeof SidenavLayoutComponent]; /** @deprecated Use `...LAYOUT_DIRECTIVES` instead, or import standalone components directly */ export declare class SidenavLayoutModule { static ɵfac: i0.ɵɵFactoryDeclaration<SidenavLayoutModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SidenavLayoutModule, never, [typeof i1.SidenavLayoutHeaderDirective, typeof i2.SidenavLayoutContentDirective, typeof i3.SidenavLayoutNavigationDirective, typeof i4.SidebarMenuDirective, typeof i4.SidebarMenuExpandIconDirective, typeof i4.SidebarMenuTitleIconDirective, typeof i5.HeaderLayoutComponent, typeof i4.SidebarActionMenuComponent, typeof i6.LayoutContainerComponent, typeof i7.SidenavLayoutComponent], [typeof i1.SidenavLayoutHeaderDirective, typeof i2.SidenavLayoutContentDirective, typeof i3.SidenavLayoutNavigationDirective, typeof i4.SidebarMenuDirective, typeof i4.SidebarMenuExpandIconDirective, typeof i4.SidebarMenuTitleIconDirective, typeof i5.HeaderLayoutComponent, typeof i4.SidebarActionMenuComponent, typeof i6.LayoutContainerComponent, typeof i7.SidenavLayoutComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<SidenavLayoutModule>; }