releases 4.7.25
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vxe-table",
|
||||
"version": "4.7.24",
|
||||
"version": "4.7.25",
|
||||
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、列拖拽,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
|
||||
"scripts": {
|
||||
"update": "npm install --legacy-peer-deps",
|
||||
|
||||
17
types/all.d.ts
vendored
17
types/all.d.ts
vendored
@@ -24,6 +24,7 @@ export type VXETableCore = VxeUIExport
|
||||
|
||||
export function install (app: App, options?: VxeGlobalConfig): void
|
||||
|
||||
// Vxe core
|
||||
export * from 'vxe-pc-ui/types/ui'
|
||||
|
||||
// Vxe Table
|
||||
@@ -32,3 +33,19 @@ export * from 'vxe-pc-ui/types/components/colgroup'
|
||||
export * from 'vxe-pc-ui/types/components/table'
|
||||
export * from 'vxe-pc-ui/types/components/grid'
|
||||
export * from 'vxe-pc-ui/types/components/toolbar'
|
||||
|
||||
// 已废弃,兼容老版本类型
|
||||
export * from 'vxe-pc-ui/types/components/textarea'
|
||||
export * from 'vxe-pc-ui/types/components/select'
|
||||
export * from 'vxe-pc-ui/types/components/switch'
|
||||
export * from 'vxe-pc-ui/types/components/optgroup'
|
||||
export * from 'vxe-pc-ui/types/components/option'
|
||||
export * from 'vxe-pc-ui/types/components/pager'
|
||||
export * from 'vxe-pc-ui/types/components/form'
|
||||
export * from 'vxe-pc-ui/types/components/form-item'
|
||||
export * from 'vxe-pc-ui/types/components/modal'
|
||||
export * from 'vxe-pc-ui/types/components/button'
|
||||
export * from 'vxe-pc-ui/types/components/button-group'
|
||||
export * from 'vxe-pc-ui/types/components/input'
|
||||
export * from 'vxe-pc-ui/types/components/pulldown'
|
||||
export * from 'vxe-pc-ui/types/components/tooltip'
|
||||
|
||||
Reference in New Issue
Block a user