@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
16 lines (15 loc) • 1.41 kB
TypeScript
import { ActivatedRoute, Router } from '@angular/router';
import { BreakpointObserver } from '@angular/cdk/layout';
import { ConfigurationService, LanguageService, PathService, LoggerService, UserService, AbstractNavigationDoubleDrawerComponent, ImpersonationUserSelectService, ImpersonationService, CaseResourceService, DoubleDrawerNavigationService } from '@netgrif/components-core';
import { TranslateService } from "@ngx-translate/core";
import * as i0 from "@angular/core";
export declare class NavigationDoubleDrawerComponent extends AbstractNavigationDoubleDrawerComponent {
isSectionOpen: {
folders: boolean;
views: boolean;
};
constructor(_router: Router, _activatedRoute: ActivatedRoute, _breakpoint: BreakpointObserver, _languageService: LanguageService, _translateService: TranslateService, _userService: UserService, _log: LoggerService, _config: ConfigurationService, _pathService: PathService, _caseResourceService: CaseResourceService, _impersonationUserSelect: ImpersonationUserSelectService, _impersonation: ImpersonationService, _navigationService: DoubleDrawerNavigationService);
toggleSection(section: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationDoubleDrawerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationDoubleDrawerComponent, "nc-navigation-double-drawer", never, {}, {}, never, ["*"], false, never>;
}