import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { GeneralPipe, SetService, PageService } from 'ngx-block-core'; import { ActivatedRoute } from '@angular/router'; export declare class TableFormNumberComponent implements OnInit { setService: SetService; private generalPipe; private activatedRoute; private pageService; form: FormGroup; ColumnData: any; sets: any; nzFormGroupData: any; blockid: string; formId: string; columnName: string; index: number; constructor(setService: SetService, generalPipe: GeneralPipe, activatedRoute: ActivatedRoute, pageService: PageService); nzFormatter: any; nzParser: any; ngOnInit(): void; needCalculate: {}; /** * 计算功能初始化 */ initCalculate(open?: boolean): void; ngOnDestroy(): void; calculate_name_key: {}; Listening(): void; /** * 计算数值 */ calculateValue(): void; ngModelChange(event: any): void; }