import { OnInit } from '@angular/core'; import { SetService, HttpService, PageService } from 'ngx-block-core'; import { NzModalService, NzMessageService } from 'ng-zorro-antd'; import { ActivatedRoute } from '@angular/router'; export declare class Sucu05Button0010001Component implements OnInit { setService: SetService; private modalService; private httpService; private pageService; private message; private activatedRoute; local: boolean; static: boolean; blockid: string; layoutid: string; isVisible: boolean; sets: { blockCode: string; blockId: string; blockName: string; layoutId: string; blockType: string; blockChildType: string; versionCode: number; events: { label: string; value: string; data: { setParams: string[]; }; }[]; styles: { nzText: string; nzType: string; nzSize: string; nzBgColor: string; nzIcon: { nzIconType: string; nzIconTheme: string; nzIconColor: string; }; nzOpen: boolean; nzShow: boolean; nzConfirm: { nzShow: boolean; nzTitle: string; nzContent: string; }; nzFocusMove: string; nzShape: any; }; datas: { nzDataSource: string; nzJumpType: string; nzJumpPageType: number; nzJumpPage: string; nzJumpMode: string; nzJumpModalTitle: string; nzJumpModalWidth: number; nzSenceSelectValue: any[]; nzSenceValue: any[]; nzVirtualSenceSelectValue: any[]; nzVirtualSenceValue: any[]; nzSenceJson: any[]; nzOtherFormCheck: any[]; nzProcedure: { nzProcedureIsNeed: boolean; nzProcedureTriggerPosition: string; nzProcedureName: string; nzProcedureView: string; nzServiceParam: any[]; nzServiceParamDetail: { "sequ": number; }; }; nzServiceParam: any[]; nzServiceParamDetail: { "sequ": number; }; nzOneSelfJump: boolean; jumpLog: string; nzValueSource: any[]; nzCloseValue: boolean; nzEvents: any[]; nzEventsDatas: {}; }; }; setData: any[]; setDataInit(): void; constructor(setService: SetService, modalService: NzModalService, httpService: HttpService, pageService: PageService, message: NzMessageService, activatedRoute: ActivatedRoute); ngOnInit(): void; showModal(): void; handleOk(): void; handleCancel(): void; onClick(): void; otherFormCheckStatus: {}; otherFormCheckStatusMsgs: {}; clickTest(): void; jumpPage(dateSets: any): void; onClickEvents(): Promise; autoUpdate(): void; Listening(): void; }