1
0
mirror of synced 2025-12-17 20:08:04 +08:00

更新 ts

This commit is contained in:
xuliangzhan
2021-03-29 22:32:31 +08:00
parent 2bf7c03ecf
commit 52eb338cd7
2 changed files with 7 additions and 1 deletions

7
types/grid.d.ts vendored
View File

@@ -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 { }

1
types/table.d.ts vendored
View File

@@ -2139,7 +2139,6 @@ export namespace VxeTableDefines {
}
export interface SortChangeEventParams extends TableEventParams, SortChangeParams { }
export interface FilterCheckedParams {
column: VxeTableDefines.ColumnInfo;
property: VxeColumnPropTypes.Field;