import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { SetService, HttpService, JwtService, PageService } from 'ngx-block-core'; export declare class TableFormSelectComponent implements OnInit { private setService; private jwtService; private pageService; private http; form: FormGroup; ColumnData: any; sets: any; nzFormGroupData: any; blockid: string; formId: string; columnName: string; index: number; constructor(setService: SetService, jwtService: JwtService, pageService: PageService, http: HttpService); nzData: any[]; ngOnInit(): void; ngOnDestroy(): void; Listening(): void; pzListening(): void; setnone: boolean; linkValue: { linkage: string; linkage2: string; linkage3: string; }; sql: string; valueLabel: {}; isLoading: boolean; isLastPage: boolean; nzNowPage: number; searchvalue: string; isFirstInitSelected: boolean; initSelected(): void; addNone(): void; loadMore(): void; /** 是否做过搜索 */ isDoSearch: boolean; search(event: any): void; }