update ts.d

This commit is contained in:
xuliangzhan
2022-05-10 22:16:35 +08:00
parent 3c28ba67ef
commit 975e3d7cc9
2 changed files with 3 additions and 2 deletions

View File

@@ -487,8 +487,8 @@ declare module '../grid' {
clearCellAreaMerge?: VxeGridEvents.ClearCellAreaMerge
headerCellAreaSelection?: VxeGridEvents.HeaderCellAreaSelection
cellAreaSelectionStart?: VxeGridEvents.CellAreaSelectionStart
cellAreaSelectionDrag?: VxeGridEvents.CellAreaSelectionEnd
cellAreaSelectionEnd?: VxeGridEvents.CellAreaSelectionDrag
cellAreaSelectionDrag?: VxeGridEvents.CellAreaSelectionDrag
cellAreaSelectionEnd?: VxeGridEvents.CellAreaSelectionEnd
cellAreaExtensionStart?: VxeGridEvents.CellAreaExtensionStart
cellAreaExtensionDrag?: VxeGridEvents.CellAreaExtensionDrag
cellAreaExtensionEnd?: VxeGridEvents.CellAreaExtensionEnd

1
types/table.d.ts vendored
View File

@@ -1865,6 +1865,7 @@ export namespace VxeTablePropTypes {
*/
export interface EditConfig {
trigger?: 'manual' | 'click' | 'dblclick'
enabled?: boolean
mode?: string
icon?: string
showIcon?: boolean