import { OnInit, ElementRef } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import { ToastrService } from 'ngx-toastr'; import { NgxSpinnerService } from "ngx-spinner"; import { ContactServiceService } from '../contact-service/contact-service.service'; import { StockServiceService } from '../stock-service/stock-service.service'; import { CommanServiceService } from '../comman-service/comman-service.service'; import { AbstractControl } from '@angular/forms'; import { FormGroup, FormBuilder } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class ContactSearchComponent implements OnInit { router: Router; private route; private toastr; private cs; private ss; private spinnerService; private cmncs; private fb; constructor(router: Router, route: ActivatedRoute, toastr: ToastrService, cs: ContactServiceService, ss: StockServiceService, spinnerService: NgxSpinnerService, cmncs: CommanServiceService, fb: FormBuilder); submitbtn: ElementRef; slexclosebtn: ElementRef; mailclosebtn: ElementRef; notificlosebtn: ElementRef; config: { editable: boolean; spellcheck: boolean; height: string; minHeight: string; placeholder: string; translate: string; defaultParagraphSeparator: string; defaultFontName: string; }; noticonfig: { editable: boolean; spellcheck: boolean; height: string; minHeight: string; placeholder: string; translate: string; defaultParagraphSeparator: string; defaultFontName: string; toolbarHiddenButtons: string[][]; }; cUrl: any; header: any; cDt: Date; editorConfig: any; contactTypeList: any; currencyList: any; termsList: any; pageDefination: any; htmlcontent: any; searchF: any; employeeList: any[]; countryList: any[]; buyerList: any[]; saleExecutiveList: any[]; cityList: any[]; contactType: string; actions: any[]; buyerSugg: any; empId: any; Terms: string; currency: string; userName: any; City: string; trns_buttons: any; dataHeader: any[]; dataList: any[]; dataHeaderPrint: any; buttons: any; tabs: any; status: any; MailMsg: any; saleExcute: any; nameIdnList: any; myFormmm: FormGroup; myNotification: FormGroup; notificationMdlList: any[]; buyer: any; mmtimeList: any[]; hhtimeList: any[]; loadProcess(): void; addNewContact(dtl: any): void; loadBuyer(searchTerm: any): void; EmployeeList: any[]; loadSaleExcutive(searchTerm: any): void; getCity(counrytId: any): void; onSubmit(formVal: any, subBtn: any): void; searchContact(): void; userAction(ua: any, c: any, a: any): void; toolactions(tab: any): void; NotificationPopup(): void; AddNotification(): void; exportExcel(): void; MailPopup(): void; UpdateSaleExecutivePop(): void; UpdateSaleExecutive(): void; SendMail(): void; get notificationControl(): { [key: string]: AbstractControl; }; selectRow(nme_idn: any): void; selectAll(e: any): void; selectedObj: any[]; selectedItm: any[]; selectedCrtWeight: number; checkedRow(data: any, nme_idn: any): void; ngOnInit(): void; notificationFormreset(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }