ngx-sp-infra
Version:
Biblioteca de utilitários da Infra.
35 lines (34 loc) • 1.63 kB
TypeScript
import { FormGroup } from '@angular/forms';
import { Router } from '@angular/router';
import { ModalUtilsService } from '../../../service/modal-utils.service';
import { FormUtils } from '../../../utils/form-utils';
import { MessageService } from '../../../message/message.service';
import { RecordCombobox } from '../../../models/combobox/record-combobox';
import { IntegracaoAdLdapService } from '../services/integracao-ad-ldap.service';
import { InfraLDAP } from '../models/InfraLDAP';
import * as i0 from "@angular/core";
export declare class LibIntegracaoLdapComponent {
_modalUtils: ModalUtilsService;
private _messageService;
private _integracaoLDAPService;
private _router;
constructor(_modalUtils: ModalUtilsService, _messageService: MessageService, _integracaoLDAPService: IntegracaoAdLdapService, _router: Router);
ngOnInit(): void;
private _ldapID;
btnHidden: boolean;
gruposList: RecordCombobox[];
infraLDAP: InfraLDAP;
editMode: boolean;
password: string;
tenant_Id: number;
isConfigGeral?: boolean;
get FormUtils(): typeof FormUtils;
form: FormGroup;
validateUserLDAPForm: FormGroup;
getInitialValues(): void;
onSubmit(): void;
toggleBtnDisplay(): void;
validateUserinLDAP(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LibIntegracaoLdapComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LibIntegracaoLdapComponent, "lib-lib-integracao-ldap", never, { "tenant_Id": { "alias": "tenant_Id"; "required": false; }; "isConfigGeral": { "alias": "isConfigGeral"; "required": false; }; }, {}, never, never, true, never>;
}