import { Vue } from "vue-property-decorator"; import { ITableDialog } from "./type"; export default class VTableDialog extends Vue { config: ITableDialog; private reports; private pagination; get title(): any; get api(): any; get form(): any; get columns(): any; get showPagination(): any; get showButtonBar(): any; onWatchVisible(newVal: boolean): void; protected handleCurrentChange(current: number): void; getTableData(): Promise; private getTableFormatForm; confirm(): void; close(): void; }