From 52eb338cd794e7644317809ef58d76b51ec8355a Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Mon, 29 Mar 2021 22:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/grid.d.ts | 7 +++++++ types/table.d.ts | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/types/grid.d.ts b/types/grid.d.ts index 50a594f5a..284ce7867 100644 --- a/types/grid.d.ts +++ b/types/grid.d.ts @@ -452,3 +452,10 @@ export namespace VxeGridEvents { export type ToolbarButtonClick = (params: VxeGridDefines.ToolbarButtonClickEventParams) => void; export type Zoom = (params: VxeGridDefines.ZoomEventParams) => void; } + +/** + * 已删除,请使用 VxeGridProps + * @deprecated + */ + export interface VxeGridOptions extends VxeGridProps { } + \ No newline at end of file diff --git a/types/table.d.ts b/types/table.d.ts index 3d7e65060..91840ee71 100644 --- a/types/table.d.ts +++ b/types/table.d.ts @@ -2139,7 +2139,6 @@ export namespace VxeTableDefines { } export interface SortChangeEventParams extends TableEventParams, SortChangeParams { } - export interface FilterCheckedParams { column: VxeTableDefines.ColumnInfo; property: VxeColumnPropTypes.Field;