mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
重构 4.0 next 版本
This commit is contained in:
4
types/plugins/pro.d.ts
vendored
4
types/plugins/pro.d.ts
vendored
@@ -35,7 +35,7 @@ export interface VxeProPluginMethods {
|
||||
* @param areaConfigs 指定区域
|
||||
*/
|
||||
setCellAreas(areaConfigs: VxeTableProDefines.CellAreaConfig[], activeArea?: {
|
||||
area?: MouseCellArea;
|
||||
area?: VxeTableProDefines.MouseCellArea;
|
||||
column: VxeTableDefines.ColumnInfo;
|
||||
row: RowInfo;
|
||||
}): Promise<any>;
|
||||
@@ -44,7 +44,7 @@ export interface VxeProPluginMethods {
|
||||
* @param activeArea
|
||||
*/
|
||||
setActiveCellArea(activeArea: {
|
||||
area: MouseCellArea;
|
||||
area: VxeTableProDefines.MouseCellArea;
|
||||
column: VxeTableDefines.ColumnInfo;
|
||||
row: RowInfo;
|
||||
}): Promise<any>;
|
||||
|
||||
Reference in New Issue
Block a user