| | |
| | | import { GridMethods, TableMethods, TableEditMethods, TableValidatorMethods } from 'vxe-table'; |
| | | import { |
| | | GridMethods, |
| | | TableMethods, |
| | | TableEditMethods, |
| | | TableValidatorMethods, |
| | | VxeGridConstructor, |
| | | } from 'vxe-table'; |
| | | |
| | | export const gridComponentMethodKeys: ( |
| | | | keyof GridMethods |
| | | | keyof TableMethods |
| | | | keyof TableEditMethods |
| | | | keyof TableValidatorMethods |
| | | | keyof VxeGridConstructor |
| | | )[] = [ |
| | | // vxe-grid 部分 |
| | | 'getRefMaps', |
| | | 'getComputeMaps', |
| | | 'dispatchEvent', |
| | | 'commitProxy', |
| | | 'getFormItems', |
| | |
| | | // vxe-table-edit部分 |
| | | 'insert', |
| | | 'insertAt', |
| | | 'insertNextAt', |
| | | 'remove', |
| | | 'removeCheckboxRow', |
| | | 'removeRadioRow', |
| | |
| | | 'setEditRow', |
| | | 'setEditCell', |
| | | 'setSelectCell', |
| | | 'clearEdit', |
| | | |
| | | // vxe-table-validator |
| | | 'clearValidate', |