| | |
| | | import type { VxeTableGridOptions } from '..\packages\effects\plugins\src\vxe-table'; |
| | | import type { Recordable } from '..\packages\types\src'; |
| | | import type { VxeTableGridOptions } from '../packages/effects/plugins/src/vxe-table'; |
| | | import type { Recordable } from '../packages/types/src'; |
| | | |
| | | import type { ComponentPropsMap, ComponentType } from './component'; |
| | | |
| | | import { h } from 'vue'; |
| | | |
| | | import { IconifyIcon } from '..\packages\icons\src'; |
| | | import { $te } from '..\packages\locales\src'; |
| | | import { IconifyIcon } from '../packages/icons/src'; |
| | | import { $te } from '../packages/locales/src'; |
| | | import { |
| | | AsyncVxeColumn, |
| | | AsyncVxeTable, |
| | | createRequiredValidation, |
| | | setupVbenVxeTable, |
| | | useVbenVxeGrid as useGrid, |
| | | } from '..\packages\effects\plugins\src\vxe-table'; |
| | | } from '../packages/effects/plugins/src/vxe-table'; |
| | | import { |
| | | erpCountInputFormatter, |
| | | erpNumberFormatter, |
| | |
| | | formatPast2, |
| | | isFunction, |
| | | isString, |
| | | } from '..\packages\utils\src'; |
| | | } from '../packages/utils/src'; |
| | | |
| | | import { |
| | | Button, |
| | |
| | | ...rest: Parameters<typeof useGrid<T, ComponentType, ComponentPropsMap>> |
| | | ) => useGrid<T, ComponentType, ComponentPropsMap>(...rest); |
| | | |
| | | export type * from '..\packages\effects\plugins\src\vxe-table'; |
| | | export type * from '../packages/effects/plugins/src/vxe-table'; |