import { OnInit } from '@angular/core'; import { SetService, HttpService, JwtService } from 'ngx-block-core'; import { HttpClient } from '@angular/common/http'; import { NzModalService, NzMessageService, UploadFile } from 'ng-zorro-antd'; export declare class Sucu05Button0020003Component implements OnInit { setService: SetService; private httpService; private modalService; private http; private message; private jwtService; isVisible: boolean; fileList: any[]; local: boolean; static: boolean; blockid: string; layoutid: string; sets: { blockName: string; blockId: string; layoutId: string; blockType: string; blockChildType: string; versionCode: number; events: { label: string; value: string; data: { setParams: string[]; }; }[]; styles: { nzText: string; nzTemplateName: string; nzType: string; nzSize: string; nzBgColor: string; nzIcon: { nzIconType: string; nzIconTheme: string; nzIconColor: string; }; nzOpen: boolean; nzConfirm: { nzShow: boolean; nzTitle: string; nzContent: string; }; nzMode: string; nzSetValueId: string; nzAccept: string; nzTipText: string; nzShow: boolean; }; datas: { importId: string; importModel: string; nzDataSource: string; nzFileName: string; nzFileInformation: any[]; nzClickField: any[]; nzJumpType: string; nzJumpPageType: number; nzJumpPage: string; nzSenceSelectValue: any[]; nzSenceValue: any[]; nzVirtualSenceSelectValue: any[]; nzVirtualSenceValue: any[]; nzSenceJson: any[]; nzEvents: any[]; nzEventsDatas: {}; }; }; setData: ({ tabName: string; datas: { type: string; data: ({ name: string; inputs?: undefined; } | { name: string; inputs: { nzText: string; nzKeys: string[]; nzPlaceHolder: string; nzPopContent: string; nzData?: undefined; nzMode?: undefined; nzType?: undefined; nzAutosize?: undefined; }; } | { name: string; inputs: { nzText: string; nzKeys: string[]; nzData: { value: string; label: string; }[]; nzPlaceHolder?: undefined; nzPopContent?: undefined; nzMode?: undefined; nzType?: undefined; nzAutosize?: undefined; }; } | { name: string; inputs: { nzText: string; nzKeys: string[]; nzData: any[]; nzPopContent: string; nzPlaceHolder?: undefined; nzMode?: undefined; nzType?: undefined; nzAutosize?: undefined; }; } | { name: string; inputs: { nzText: string; nzKeys: string[]; nzData: { value: string; label: string; }[]; nzMode: string; nzPlaceHolder?: undefined; nzPopContent?: undefined; nzType?: undefined; nzAutosize?: undefined; }; } | { name: string; inputs: { nzText: string; nzKeys: string[]; nzType: string; nzAutosize: { minRows: number; maxRows: number; }; nzPlaceHolder?: undefined; nzPopContent?: undefined; nzData?: undefined; nzMode?: undefined; }; })[]; }[]; } | { tabName: string; datas: { type: string; data: ({ name: string; inputs: { nzText: string; nzKeys: string[]; nzData?: undefined; nzPopContent?: undefined; }; outputs?: undefined; show?: undefined; } | { name: string; inputs: { nzText: string; nzKeys: string[]; nzData: { value: string; label: string; }[]; nzPopContent?: undefined; }; outputs?: undefined; show?: undefined; } | { name: string; inputs: { nzText: string; nzKeys: string[]; nzData: { label: string; value: string; }[]; nzPopContent?: undefined; }; outputs: { ngModelChange: (event: any) => void; }; show?: undefined; } | { name: string; inputs: { nzText: string; nzKeys: string[]; nzPopContent: string[]; nzData?: undefined; }; outputs: { ngModelChange: () => void; }; show?: undefined; } | { name: string; show: boolean; inputs: { nzText: string; nzKeys: string[]; nzData?: undefined; nzPopContent?: undefined; }; outputs?: undefined; } | { name: string; inputs?: undefined; outputs?: undefined; show?: undefined; })[]; }[]; } | { tabName: string; datas: { type: string; data: { name: string; inputs: { eventType: { value: string; label: string; }[]; }; }[]; }[]; })[]; constructor(setService: SetService, httpService: HttpService, modalService: NzModalService, http: HttpClient, message: NzMessageService, jwtService: JwtService); nzShow: boolean; ngOnInit(): void; autoUpdate(): void; onClickEvents(): void; onClick(): void; handleOk(): void; handleCancel(): void; handleChange(event: any): void; beforeUpload: (file: UploadFile) => boolean; uploading: boolean; upload(): void; handleUpload(): void; downLoad(): void; filevalue: string; getFileValue(): void; Listening(): void; }