import { ChangeDetectorRef, OnInit } from '@angular/core'; import { CommonListsComponent } from '../../common.lists.component'; import { CommonService } from '../../../services/common.service'; import { PliCnfGuaranteeToken } from 'ng-pli-util'; import { UntypedFormControl, UntypedFormGroup } from '@angular/forms'; import { ToastrService } from 'ngx-toastr'; import { PliCnfGuaranteeTokenService } from '../../../services/pli-cnf-guarantee-token.service'; import * as i0 from "@angular/core"; export declare class GuaranteeTokenComponent extends CommonListsComponent implements OnInit { protected cdRef: ChangeDetectorRef; protected commonService: CommonService; private toastrService; private pliCnfGuaranteeTokenService; promCodigo: number; lGuaranteeTokens: PliCnfGuaranteeToken[]; tokenSelected: PliCnfGuaranteeToken; frmToken: UntypedFormGroup; controlName: UntypedFormControl; controlFormula: UntypedFormControl; showModal: boolean; constructor(cdRef: ChangeDetectorRef, commonService: CommonService, toastrService: ToastrService, pliCnfGuaranteeTokenService: PliCnfGuaranteeTokenService); ngOnInit(): void; labelGuarantee(token: PliCnfGuaranteeToken): string; getTokenGuarantee(): void; initForm(tokenSelected: PliCnfGuaranteeToken): void; save(): void; isValid(): boolean; onCloseModal(): void; delete(token: PliCnfGuaranteeToken): void; resolveKeyCalculatedToken(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }