import { OnInit, OnChanges, SimpleChanges, EventEmitter, QueryList } from '@angular/core'; import { MatDialog } from "@angular/material/dialog"; import ODataStore from "devextreme/data/odata/store"; import ArrayStore from "devextreme/data/array_store"; import { DxFormComponent, DxDataGridComponent } from 'devextreme-angular'; import { Country } from "mobicloud-core"; import { Project } from "mobicloud-core/api"; import { MobicloudCoreService } from "mobicloud-core"; import { MobiCloudDataService } from "mobicloud-core/api"; import * as i0 from "@angular/core"; export declare class ProjectLocationComponent implements OnInit, OnChanges { coreService: MobicloudCoreService; cloudDataService: MobiCloudDataService; private matDialog; project: Project | undefined; formProject: Project | undefined; project_expands: string[] | undefined; editAllowed: boolean | undefined; inEditMode: boolean | undefined; width: number | undefined; contentheight: number | undefined; isLoadingData: boolean | undefined; loadingText: string | undefined; hasErrors: boolean | undefined; errorText: string | undefined; projectChanged: EventEmitter; project_store: ODataStore | undefined; projectlocation_store: ODataStore | undefined; form: DxFormComponent; constructor(coreService: MobicloudCoreService, cloudDataService: MobiCloudDataService, matDialog: MatDialog); ngOnInit(): void; initializeDataSource(): Promise; ngOnChanges(changes: SimpleChanges): void; onProjectChanged(proj: Project | undefined): void; getProject(): void; onEditClick(): void; onSaveClick(): void; saveProjectLocation(): void; onCancelEditClick(): void; onRetryClick(): void; datagrids: QueryList; country_ds: ArrayStore | undefined; _countryId: string | undefined; _selectedCountry: Country | undefined; _countryOpened: boolean | undefined; createCountryDataSource(): void; countryChanged(args: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=project-location.component.d.ts.map