import { OnInit } from '@angular/core'; import { _HttpClient, ModalHelper, ModalHelperOptions } from '@delon/theme'; import { NzMessageService } from 'ng-zorro-antd'; import { Router } from '@angular/router'; import { STChange, STColumn, STComponent, STData, STPage, STReq, STRes } from '@delon/abc'; import { DialogService } from 'icc-common-lib'; import { MessageService } from 'icc-common-lib'; export declare class TikTokLeaveMessageComponent implements OnInit { private messageService; private http; private modal; private msgSrv; private router; private dialogService; constructor(messageService: MessageService, http: _HttpClient, modal: ModalHelper, msgSrv: NzMessageService, router: Router, dialogService: DialogService); static NAME: string; url: string; expandForm: boolean; isOpenExport: boolean; isOpenContentDetail: boolean; isOpenReplyDetail: boolean; currentTemplate: any; amr: any; currentUpstream: any; isOpenReplyDialog: boolean; tabList: Array; selectTab: number; detailItem: { isMo: boolean; msgType: any; content: string; type: string; }; options: ModalHelperOptions; st: STComponent; columns: STColumn[]; req: STReq; page: STPage; res: STRes; selectedRows: STData[]; searchOptions: any; waitingExportFiles: any; waitingExportFilesMap: { [key: string]: Date; }; downloadPath: string; expiredTime: number; /** 回复消息开始**/ replyMsg: { id: string; content: string; }; replyContent: string; msgId: any; /** 回复消息结束**/ customerCode: any; _handleClose(): void; stChange(e: STChange): void; ngOnInit(): void; getTableList(): void; resetTableList(): void; goExport(): void; closeExport(): void; export(): void; ngOnDestroy(): void; openReplyDialog(): void; closeReplyDialog(): void; ensureReplyDialog(): void; cancelReplyDialog(): void; gotoTimeLine(): void; onOkDate(): void; }