vxe-table 4.20.1 → 4.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/README.en.md +3 -3
  2. package/README.ja-JP.md +3 -3
  3. package/README.md +3 -3
  4. package/README.zh-TW.md +3 -3
  5. package/dist/all.esm.js +5 -5
  6. package/dist/style.css +1 -1
  7. package/dist/style.min.css +1 -1
  8. package/es/index.css +1 -1
  9. package/es/index.min.css +1 -1
  10. package/es/locale/lang/en-US.js +3 -3
  11. package/es/locale/lang/hy-AM.js +3 -3
  12. package/es/locale/lang/zh-CN.js +3 -3
  13. package/es/style.css +1 -1
  14. package/es/style.min.css +1 -1
  15. package/es/ui/index.js +1 -1
  16. package/es/ui/src/log.js +1 -1
  17. package/lib/index.css +1 -1
  18. package/lib/index.min.css +1 -1
  19. package/lib/index.umd.js +5 -5
  20. package/lib/index.umd.min.js +1 -1
  21. package/lib/locale/lang/en-US.js +3 -3
  22. package/lib/locale/lang/en-US.min.js +1 -1
  23. package/lib/locale/lang/en-US.umd.js +3 -3
  24. package/lib/locale/lang/hy-AM.js +3 -3
  25. package/lib/locale/lang/hy-AM.min.js +1 -1
  26. package/lib/locale/lang/hy-AM.umd.js +3 -3
  27. package/lib/locale/lang/zh-CN.js +3 -3
  28. package/lib/locale/lang/zh-CN.min.js +1 -1
  29. package/lib/locale/lang/zh-CN.umd.js +3 -3
  30. package/lib/style.css +1 -1
  31. package/lib/style.min.css +1 -1
  32. package/lib/ui/index.js +1 -1
  33. package/lib/ui/index.min.js +1 -1
  34. package/lib/ui/src/log.js +1 -1
  35. package/lib/ui/src/log.min.js +1 -1
  36. package/package.json +2 -2
  37. package/packages/locale/lang/en-US.ts +3 -3
  38. package/packages/locale/lang/hy-AM.ts +3 -3
  39. package/packages/locale/lang/zh-CN.ts +3 -3
  40. package/styles/theme/base.scss +11 -0
  41. package/styles/variable.scss +1 -1
  42. /package/es/{iconfont.1783908880309.ttf → iconfont.1784122393131.ttf} +0 -0
  43. /package/es/{iconfont.1783908880309.woff → iconfont.1784122393131.woff} +0 -0
  44. /package/es/{iconfont.1783908880309.woff2 → iconfont.1784122393131.woff2} +0 -0
  45. /package/lib/{iconfont.1783908880309.ttf → iconfont.1784122393131.ttf} +0 -0
  46. /package/lib/{iconfont.1783908880309.woff → iconfont.1784122393131.woff} +0 -0
  47. /package/lib/{iconfont.1783908880309.woff2 → iconfont.1784122393131.woff2} +0 -0
@@ -78,7 +78,7 @@ export default {
78
78
  expError: 'Export failed',
79
79
  expFilename: 'Export_{0}',
80
80
  expOriginFilename: 'Export_source_{0}',
81
- customTitle: 'Column settings',
81
+ customTitle: 'Custom setting',
82
82
  customAll: 'All',
83
83
  customConfirm: 'Confirm',
84
84
  customClose: 'Closure',
@@ -162,7 +162,7 @@ export default {
162
162
  search: 'search'
163
163
  },
164
164
  custom: {
165
- cstmTitle: 'Column settings',
165
+ cstmTitle: 'Custom setting',
166
166
  cstmRestore: 'Restore default',
167
167
  cstmCancel: 'Cancel',
168
168
  cstmConfirm: 'Sure',
@@ -288,7 +288,7 @@ export default {
288
288
  refresh: 'Refresh',
289
289
  zoomIn: 'Full screen',
290
290
  zoomOut: 'reduction',
291
- custom: 'Column settings',
291
+ custom: 'Custom setting',
292
292
  customAll: 'All',
293
293
  customConfirm: 'Confirm',
294
294
  customRestore: 'Reset',
@@ -78,7 +78,7 @@ export default {
78
78
  expError: '导出失败',
79
79
  expFilename: '导出_{0}',
80
80
  expOriginFilename: '导出_源_{0}',
81
- customTitle: '列设置',
81
+ customTitle: '个性化设置',
82
82
  customAll: '全部',
83
83
  customConfirm: '确认',
84
84
  customClose: '关闭',
@@ -162,7 +162,7 @@ export default {
162
162
  search: '搜索'
163
163
  },
164
164
  custom: {
165
- cstmTitle: '列设置',
165
+ cstmTitle: '个性化设置',
166
166
  cstmRestore: '恢复默认',
167
167
  cstmCancel: '取消',
168
168
  cstmConfirm: '确定',
@@ -288,7 +288,7 @@ export default {
288
288
  refresh: '刷新',
289
289
  zoomIn: '全屏',
290
290
  zoomOut: '还原',
291
- custom: '列设置',
291
+ custom: '个性化设置',
292
292
  customAll: '全部',
293
293
  customConfirm: '确认',
294
294
  customRestore: '重置',
@@ -78,7 +78,7 @@ export default {
78
78
  expError: '导出失败',
79
79
  expFilename: '导出_{0}',
80
80
  expOriginFilename: '导出_源_{0}',
81
- customTitle: '列设置',
81
+ customTitle: '个性化设置',
82
82
  customAll: '全部',
83
83
  customConfirm: '确认',
84
84
  customClose: '关闭',
@@ -162,7 +162,7 @@ export default {
162
162
  search: '搜索'
163
163
  },
164
164
  custom: {
165
- cstmTitle: '列设置',
165
+ cstmTitle: '个性化设置',
166
166
  cstmRestore: '恢复默认',
167
167
  cstmCancel: '取消',
168
168
  cstmConfirm: '确定',
@@ -288,7 +288,7 @@ export default {
288
288
  refresh: '刷新',
289
289
  zoomIn: '全屏',
290
290
  zoomOut: '还原',
291
- custom: '列设置',
291
+ custom: '个性化设置',
292
292
  customAll: '全部',
293
293
  customConfirm: '确认',
294
294
  customRestore: '重置',