Skip to content

Commit

Permalink
releases 4.7.80
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 19, 2024
1 parent 4c6a9e0 commit 5c67407
Show file tree
Hide file tree
Showing 17 changed files with 2,344 additions and 1,750 deletions.
6 changes: 5 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ const languages = [
'en-US',
'ja-JP',
'es-ES',
'pt-BR'
'pt-BR',
'hu-HU',
'ko-KR',
'ru-RU',
'uk-UA'
]

const styleCode = 'require(\'./style.css\')'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.7.79",
"version": "4.7.80",
"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.1.27"
"vxe-pc-ui": "^4.1.29"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
Expand Down Expand Up @@ -61,10 +61,10 @@
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.38",
"sass": "^1.75.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.0",
"typescript": "~4.5.5",
"vue": "3.4.27",
"vue": "3.5.5",
"vue-router": "^4.3.2"
},
"vetur": {
Expand Down
9 changes: 0 additions & 9 deletions packages/locale/lang/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,6 @@ export default {
ss: 'Second'
}
},

/**
* 扩展插件
*/
plugins: {
extendCellArea: {
area: {
Expand Down Expand Up @@ -580,11 +576,6 @@ export default {
notData: 'No data'
}
},

/**
* 以下废弃
* @deprecated
*/
renderer: {
search: 'Search',
cases: {
Expand Down
999 changes: 496 additions & 503 deletions packages/locale/lang/hu-HU.ts

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions packages/locale/lang/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,6 @@ export default {
ss: '秒'
}
},

/**
* 扩展插件
*/
plugins: {
extendCellArea: {
area: {
Expand Down Expand Up @@ -580,11 +576,6 @@ export default {
notData: 'データなし'
}
},

/**
* 以下废弃
* @deprecated
*/
renderer: {
search: '搜索',
cases: {
Expand Down
9 changes: 0 additions & 9 deletions packages/locale/lang/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,6 @@ export default {
ss: '秒'
}
},

/**
* 扩展插件
*/
plugins: {
extendCellArea: {
area: {
Expand Down Expand Up @@ -580,11 +576,6 @@ export default {
notData: '无匹配项'
}
},

/**
* 以下废弃
* @deprecated
*/
pro: {
area: {
mergeErr: '无法对合并单元格进行该操作',
Expand Down
9 changes: 0 additions & 9 deletions packages/locale/lang/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,6 @@ export default {
ss: '秒'
}
},

/**
* 扩展插件
*/
plugins: {
extendCellArea: {
area: {
Expand Down Expand Up @@ -580,11 +576,6 @@ export default {
notData: '无匹配项'
}
},

/**
* 以下废弃
* @deprecated
*/
renderer: {
search: 'Buscar',
cases: {
Expand Down
Loading

0 comments on commit 5c67407

Please sign in to comment.