| | |
| | | import type { VxeTableGridOptions } from '../packages/effects/plugins/src/vxe-table'; |
| | | import type { Recordable } from '../packages/types/src'; |
| | | import type { VxeTableGridOptions } from '@vben/plugins/vxe-table'; |
| | | import type { Recordable } from '@vben/types'; |
| | | |
| | | 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 '@vben/icons'; |
| | | import { $te } from '@vben/locales'; |
| | | import { |
| | | AsyncVxeColumn, |
| | | AsyncVxeTable, |
| | | createRequiredValidation, |
| | | setupVbenVxeTable, |
| | | useVbenVxeGrid as useGrid, |
| | | } from '../packages/effects/plugins/src/vxe-table'; |
| | | } from '@vben/plugins/vxe-table'; |
| | | import { |
| | | erpCountInputFormatter, |
| | | erpNumberFormatter, |
| | |
| | | formatPast2, |
| | | isFunction, |
| | | isString, |
| | | } from '../packages/utils/src'; |
| | | } from '@vben/utils'; |
| | | |
| | | 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 '@vben/plugins/vxe-table'; |