Skip to content

Commit

Permalink
releases 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Nov 4, 2024
1 parent 595fbd5 commit eb1cfed
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 5 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": "3.10.0",
"version": "3.10.1",
"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": "^3.2.8"
"vxe-pc-ui": "^3.2.9"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: 'Successfully imported {0} records',
expLoading: 'Exporting',
expSuccess: 'Export success',
expError: 'Export failure',
expFilename: 'Export_{0}',
expOriginFilename: 'Export_original_{0}',
customTitle: 'Column settings',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/es-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: 'Se importaron {0} registros con éxito',
expLoading: 'Exportando',
expSuccess: 'Éxito al exportar',
expError: 'Export failure',
expFilename: 'Exportar_{0}',
expOriginFilename: 'Exportar_original_{0}',
customTitle: 'Configuraciones de columna',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/hu-HU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: '{0} rekord sikeresen importálva',
expLoading: 'Exportálás',
expSuccess: 'Az exportálás sikeres volt',
expError: 'Export failure',
expFilename: 'Exportálás_{0}',
expOriginFilename: 'export_source_{0}',
customTitle: 'Oszlopbeállítások',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: '{0} レコードがインポートされました',
expLoading: 'エクスポート中',
expSuccess: 'エクスポートが成功しました',
expError: 'Export failure',
expOriginFilename: 'エクスポート_{0}',
expSrcFilename: 'エクスポート_ソース_{0}',
customTitle: '列設定',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: '成功导入 {0} 条记录',
expLoading: '正在导出中',
expSuccess: '导出成功',
expError: 'Export failure',
expFilename: '导出_{0}',
expOriginFilename: '导出_源_{0}',
customTitle: '列设置',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: 'Importado com sucesso {0} registros',
expLoading: 'Exportando',
expSuccess: 'Exportado com sucesso',
expError: 'Export failure',
expFilename: 'Exportar_{0}',
expOriginFilename: 'Exportar_original_{0}',
customTitle: 'Configurações de coluna',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/ru-RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: 'Успешно импортировано {0} записей.',
expLoading: 'Экспорт',
expSuccess: 'Экспорт выполнен успешно',
expError: 'Export failure',
expFilename: 'Экспорт_{0}',
expOriginFilename: 'экспорт_источник_{0}',
customTitle: 'Настройки столбца',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/uk-UA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: '成功导入 {0} 条记录',
expLoading: '正在导出中',
expSuccess: '导出成功',
expError: '导出失败',
expFilename: '导出_{0}',
expOriginFilename: '导出_源_{0}',
customTitle: '列设置',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/vi-VN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: '成功导入 {0} 条记录',
expLoading: '正在导出中',
expSuccess: '导出成功',
expError: '导出失败',
expFilename: '导出_{0}',
expOriginFilename: '导出_源_{0}',
customTitle: '列设置',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/zh-CHT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: '成功導入 {0} 筆記錄',
expLoading: '正在匯出中',
expSuccess: '匯出成功',
expError: '导出失败',
expFilename: '導出_{0}',
expOriginFilename: '匯出_來源_{0}',
customTitle: '列設定',
Expand Down
1 change: 1 addition & 0 deletions packages/locale/lang/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
impSuccess: '成功导入 {0} 条记录',
expLoading: '正在导出中',
expSuccess: '导出成功',
expError: '导出失败',
expFilename: '导出_{0}',
expOriginFilename: '导出_源_{0}',
customTitle: '列设置',
Expand Down
4 changes: 2 additions & 2 deletions packages/table/module/export/export-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default {
options: storeData.typeList
},
on: {
input (value: any) {
modelValue (value: any) {
defaultOptions.type = value
}
}
Expand Down Expand Up @@ -263,7 +263,7 @@ export default {
options: storeData.modeList
},
on: {
input (value: any) {
modelValue (value: any) {
defaultOptions.mode = value
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/table/module/export/import-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default {
options: storeData.modeList
},
on: {
input (value: any) {
modelValue (value: any) {
defaultOptions.mode = value
}
}
Expand Down
9 changes: 9 additions & 0 deletions styles/components/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,15 @@
}

&.is--padding {
.vxe-body--column {
.vxe-cell {
padding-left: var(--vxe-ui-table-cell-padding-left);
padding-right: var(--vxe-ui-table-cell-padding-right);
}
}
}
.vxe-header--column,
.vxe-footer--column {
.vxe-cell {
padding-left: var(--vxe-ui-table-cell-padding-left);
padding-right: var(--vxe-ui-table-cell-padding-right);
Expand Down

0 comments on commit eb1cfed

Please sign in to comment.