@progress/kendo-angular-layout
Version:
Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts
41 lines (40 loc) • 1.47 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { LocalizationService } from '@progress/kendo-angular-l10n';
import { DrawerComponent } from './drawer.component';
import * as i0 from "@angular/core";
/**
* Serves as a container for the [Kendo UI Drawer component for Angular]({% slug overview_drawer %}) and its content.
*/
export declare class DrawerContainerComponent {
private localizationService;
get hostClass(): boolean;
get overlayClass(): boolean;
get miniClass(): boolean;
get pushClass(): boolean;
get isExpandedClass(): boolean;
/**
* @hidden
*/
direction: string;
/**
* @hidden
*/
drawer: DrawerComponent;
private dynamicRTLSubscription;
private rtl;
constructor(localizationService: LocalizationService);
ngOnDestroy(): void;
/**
* @hidden
*/
get overlay(): boolean;
/**
* @hidden
*/
closeDrawer(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DrawerContainerComponent, "kendo-drawer-container", never, {}, {}, ["drawer"], ["*"], true, never>;
}