Skip to content

Commit

Permalink
releases 4.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jun 18, 2024
1 parent 416e332 commit f5f4953
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.7.20",
"version": "4.7.22",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、列拖拽,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down Expand Up @@ -28,7 +28,7 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"vxe-pc-ui": "^4.0.19"
"vxe-pc-ui": "^4.0.20"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
Expand Down
5 changes: 4 additions & 1 deletion types/all.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { VxeUIExport } from 'vxe-pc-ui'
import { App } from 'vue'
import { VxeUIExport, VxeGlobalConfig } from 'vxe-pc-ui'

declare global {
interface Window {
Expand All @@ -21,6 +22,8 @@ export const VXETable: VxeUIExport
*/
export type VXETableCore = VxeUIExport

export function install (app: App, options?: VxeGlobalConfig): void

export * from 'vxe-pc-ui/types/ui'

// Vxe Table
Expand Down

0 comments on commit f5f4953

Please sign in to comment.