更新 ts
This commit is contained in:
7
types/grid.d.ts
vendored
7
types/grid.d.ts
vendored
@@ -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
1
types/table.d.ts
vendored
@@ -2139,7 +2139,6 @@ export namespace VxeTableDefines {
|
||||
}
|
||||
export interface SortChangeEventParams extends TableEventParams, SortChangeParams { }
|
||||
|
||||
|
||||
export interface FilterCheckedParams {
|
||||
column: VxeTableDefines.ColumnInfo;
|
||||
property: VxeColumnPropTypes.Field;
|
||||
|
||||
Reference in New Issue
Block a user