import { OnInit, AfterViewInit } from '@angular/core'; import { STReq, STComponent, STColumn } from '@delon/abc'; import { NzModalRef } from 'ng-zorro-antd'; import { ModalHelper, _HttpClient } from '@delon/theme'; import { DialogService } from 'mmmo-mo-common-lib'; export declare class WechatRefComponent implements OnInit, AfterViewInit { private http; private dialogService; private modal; private modalHelper; private modalHelpler; constructor(http: _HttpClient, dialogService: DialogService, modal: NzModalRef, modalHelper: ModalHelper, modalHelpler: ModalHelper); title: string; subject: string; url: string; selectedBizType: any; template: any; isVisible: boolean; startIndex: number; /** 编辑的模板 */ selectTemplate: any; /** 业务变量 */ variableBinds: any[]; /** 参数变量列表 */ varList: any[]; /** 预览内容 */ contentPreview: string; req: STReq; searchParams: { title: any; }; isEdit: boolean; st: STComponent; columns: STColumn[]; ngOnInit(): void; /** 处理变量列表 */ handleVarList(data: any): void; /** 处理模板数据 */ handleTemplateVarMap(data: any): void; /** 获取表格数据 */ getTableList(): void; /** 输入框聚焦 */ varClcik(v: any, ev: any): void; /** 改变焦点位置 */ chnageSelection(ev: any): void; /** 插入资源 */ insertSource(patch: any): void; /** 打开贴片弹窗 */ openPatchModal(): void; /** 添加贴片前的验证 */ validateBeforeOpenPatchModal(): boolean; /** 处理贴片 */ processPatch(source: any): void; /** 添加业务变量 */ insertvariable(source: any): void; /** 添加业务变量前的验证 */ validateBeforeInsertvariable(): boolean; /** 实时预览 */ changePreview(): void; /** 确定 */ handleOk(): void; /** 获取指定id的模板 */ getTemplateById(payload: any): import("rxjs").Observable; returnBack(): void; search(): void; ngAfterViewInit(): void; OpenShortChainModal(template: any): void; }