import { VhQueryAutoWeb, VhEventMediator, VhAlgorithm } from 'vhautowebdb'; import { EventEmitter, OnInit } from '@angular/core'; import { FunctionService } from 'vhobjects-service'; import * as i0 from "@angular/core"; export declare class SelectLanguageConfigComponent implements OnInit { private vhQueryAutoWeb; private VhEventMediator; functionService: FunctionService; private vhAlgorithm; handleChangeMultiLanguage: EventEmitter; /** Để xác định trang đang hiển thị là trang `Admin` hay không. * * Nếu là `Admin` thì khi thay đổi Ngôn ngữ được chọn sẽ `KHÔNG` bắn notify `this.vhEventMediator.notifyOnConfigChanged({ status: 'update-language', code: newLanguage });` */ isAdmin: any; displayLabel: any; isSetLanguageCode: any; languages: any; isDropdownOpen: boolean; constructor(vhQueryAutoWeb: VhQueryAutoWeb, VhEventMediator: VhEventMediator, functionService: FunctionService, vhAlgorithm: VhAlgorithm); ngOnInit(): void; languageChangedSubscription: any; ngAfterViewInit(): void; ngOnDestroy(): void; getLanguage(): void; onLanguageChange(language: any): void; toggleDropdown(): void; closeDropdown(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }