import { OnInit, ElementRef } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { SetService, HttpService, JwtService, PageService } from 'ngx-block-core'; import { ActivatedRoute } from '@angular/router'; export declare class TableFormInputComponent implements OnInit { private setService; private activatedRoute; private jwtService; private pageService; private http; form: FormGroup; ColumnData: any; data: any; sets: any; nzFormGroupData: any; blockid: string; formId: string; columnName: string; index: number; input: ElementRef; constructor(setService: SetService, activatedRoute: ActivatedRoute, jwtService: JwtService, pageService: PageService, http: HttpService); ngOnInit(): void; needCalculate: {}; /** * 计算功能初始化 */ initCalculate(open?: boolean): void; calculate_name_key: {}; ngOnDestroy(): void; Listening(): void; hiddendatas_main(time: any): void; hiddendatas_get(paramName: any, data: any): void; hiddendatas_sql(paramName: any, set: any): void; linkValue: { linkage: string; linkage2: string; linkage3: string; linkagek1: string; }; linkageValue(value: any, type: any): void; /** * 计算数值 */ calculateValue(): void; ngModelChange(event: any): void; }