import { OnInit, OnChanges, SimpleChanges, EventEmitter, QueryList } from '@angular/core'; import { MatDialog } from "@angular/material/dialog"; import ODataStore from "devextreme/data/odata/store"; import { DxFormComponent, DxDataGridComponent } from 'devextreme-angular'; import { MobicloudCoreService } from "mobicloud-core"; import { SystemUser } from "mobicloud-core/api"; import { MobiCloudDataService } from "mobicloud-core/api"; import { UsernameValidator } from "mobicloud-core"; import * as i0 from "@angular/core"; export declare class SystemUserProfileComponent implements OnInit, OnChanges { coreService: MobicloudCoreService; cloudDataService: MobiCloudDataService; private matDialog; usernameValidator: UsernameValidator; systemUser: SystemUser | undefined; formSystemUser: SystemUser | undefined; systemUser_expands: string[] | undefined; editAllowed: boolean | undefined; inEditMode: boolean | undefined; fullEditAllowed: boolean | undefined; width: number | undefined; contentheight: number | undefined; isLoadingData: boolean | undefined; loadingText: string | undefined; hasErrors: boolean | undefined; errorText: string | undefined; systemUserChanged: EventEmitter; systemUser_store: ODataStore | undefined; passwordButtonOptions: any; passwordToggleMode: string; passwordToogleIcon: string; certificateLogin: boolean | undefined; form: DxFormComponent; constructor(coreService: MobicloudCoreService, cloudDataService: MobiCloudDataService, matDialog: MatDialog, usernameValidator: UsernameValidator); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; onSystemUserChanged(cust: SystemUser | undefined): void; getSystemUser(): void; onRetryClick(): void; onEditClick(): void; onSaveClick(): void; saveSystemUser(): void; onCancelEditClick(): void; usernameValidation(params: any): Promise; datagrids: QueryList; status_ds: any[]; loginType_ds: any[]; boolean_ds: any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=system-user-profile.component.d.ts.map