Skip to content

Commit

Permalink
releases 4.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 12, 2024
1 parent 5c2783f commit 5753ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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-pc-ui",
"version": "4.1.25",
"version": "4.1.26",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand All @@ -25,7 +25,7 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"@vxe-ui/core": "^4.0.10"
"@vxe-ui/core": "^4.0.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
1 change: 1 addition & 0 deletions types/components/table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4031,6 +4031,7 @@ export interface VxeTableListeners<D = any> {
* 当表格被激活且键盘被按下开始时会触发的事件
*/
keydownStart?: VxeTableEvents.KeydownStart<D>
keydownStart?: VxeTableEvents.KeydownStart<D>
/**
* 当表格被激活且键盘被按下时会触发的事件
*/
Expand Down
5 changes: 0 additions & 5 deletions types/ui/global-config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@ declare module '@vxe-ui/core' {
* @deprecated
*/
export?: Record<string, any>
/**
* 无效,已废弃
* @deprecated
*/
i18n?(key: string, args?: any): string
/**
* @deprecated
*/
Expand Down

0 comments on commit 5753ab0

Please sign in to comment.