vxe-table 4.20.1 → 4.20.3

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 (175) 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 +211 -108
  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/ar-EG.js +7 -0
  11. package/es/locale/lang/de-DE.js +7 -0
  12. package/es/locale/lang/en-US.js +10 -3
  13. package/es/locale/lang/es-ES.js +7 -0
  14. package/es/locale/lang/fr-FR.js +7 -0
  15. package/es/locale/lang/hu-HU.js +7 -0
  16. package/es/locale/lang/hy-AM.js +10 -3
  17. package/es/locale/lang/id-ID.js +7 -0
  18. package/es/locale/lang/it-IT.js +7 -0
  19. package/es/locale/lang/ja-JP.js +7 -0
  20. package/es/locale/lang/ko-KR.js +7 -0
  21. package/es/locale/lang/ms-MY.js +7 -0
  22. package/es/locale/lang/nb-NO.js +7 -0
  23. package/es/locale/lang/pt-BR.js +7 -0
  24. package/es/locale/lang/ru-RU.js +7 -0
  25. package/es/locale/lang/th-TH.js +7 -0
  26. package/es/locale/lang/ug-CN.js +7 -0
  27. package/es/locale/lang/uk-UA.js +7 -0
  28. package/es/locale/lang/uz-UZ.js +7 -0
  29. package/es/locale/lang/vi-VN.js +7 -0
  30. package/es/locale/lang/zh-CHT.js +7 -0
  31. package/es/locale/lang/zh-CN.js +10 -3
  32. package/es/style.css +1 -1
  33. package/es/style.min.css +1 -1
  34. package/es/table/module/export/export-panel.js +61 -47
  35. package/es/table/module/export/hook.js +105 -27
  36. package/es/table/module/export/util.js +1 -1
  37. package/es/table/src/body.js +1 -1
  38. package/es/table/src/footer.js +1 -1
  39. package/es/table/src/header.js +5 -3
  40. package/es/table/src/table.js +24 -24
  41. package/es/table/src/util.js +1 -0
  42. package/es/ui/index.js +2 -1
  43. package/es/ui/src/log.js +1 -1
  44. package/lib/index.css +1 -1
  45. package/lib/index.min.css +1 -1
  46. package/lib/index.umd.js +161 -52
  47. package/lib/index.umd.min.js +1 -1
  48. package/lib/locale/lang/ar-EG.js +7 -0
  49. package/lib/locale/lang/ar-EG.min.js +1 -1
  50. package/lib/locale/lang/ar-EG.umd.js +7 -0
  51. package/lib/locale/lang/de-DE.js +7 -0
  52. package/lib/locale/lang/de-DE.min.js +1 -1
  53. package/lib/locale/lang/de-DE.umd.js +7 -0
  54. package/lib/locale/lang/en-US.js +10 -3
  55. package/lib/locale/lang/en-US.min.js +1 -1
  56. package/lib/locale/lang/en-US.umd.js +10 -3
  57. package/lib/locale/lang/es-ES.js +7 -0
  58. package/lib/locale/lang/es-ES.min.js +1 -1
  59. package/lib/locale/lang/es-ES.umd.js +7 -0
  60. package/lib/locale/lang/fr-FR.js +7 -0
  61. package/lib/locale/lang/fr-FR.min.js +1 -1
  62. package/lib/locale/lang/fr-FR.umd.js +7 -0
  63. package/lib/locale/lang/hu-HU.js +7 -0
  64. package/lib/locale/lang/hu-HU.min.js +1 -1
  65. package/lib/locale/lang/hu-HU.umd.js +7 -0
  66. package/lib/locale/lang/hy-AM.js +10 -3
  67. package/lib/locale/lang/hy-AM.min.js +1 -1
  68. package/lib/locale/lang/hy-AM.umd.js +10 -3
  69. package/lib/locale/lang/id-ID.js +7 -0
  70. package/lib/locale/lang/id-ID.min.js +1 -1
  71. package/lib/locale/lang/id-ID.umd.js +7 -0
  72. package/lib/locale/lang/it-IT.js +7 -0
  73. package/lib/locale/lang/it-IT.min.js +1 -1
  74. package/lib/locale/lang/it-IT.umd.js +7 -0
  75. package/lib/locale/lang/ja-JP.js +7 -0
  76. package/lib/locale/lang/ja-JP.min.js +1 -1
  77. package/lib/locale/lang/ja-JP.umd.js +7 -0
  78. package/lib/locale/lang/ko-KR.js +7 -0
  79. package/lib/locale/lang/ko-KR.min.js +1 -1
  80. package/lib/locale/lang/ko-KR.umd.js +7 -0
  81. package/lib/locale/lang/ms-MY.js +7 -0
  82. package/lib/locale/lang/ms-MY.min.js +1 -1
  83. package/lib/locale/lang/ms-MY.umd.js +7 -0
  84. package/lib/locale/lang/nb-NO.js +7 -0
  85. package/lib/locale/lang/nb-NO.min.js +1 -1
  86. package/lib/locale/lang/nb-NO.umd.js +7 -0
  87. package/lib/locale/lang/pt-BR.js +7 -0
  88. package/lib/locale/lang/pt-BR.min.js +1 -1
  89. package/lib/locale/lang/pt-BR.umd.js +7 -0
  90. package/lib/locale/lang/ru-RU.js +7 -0
  91. package/lib/locale/lang/ru-RU.min.js +1 -1
  92. package/lib/locale/lang/ru-RU.umd.js +7 -0
  93. package/lib/locale/lang/th-TH.js +7 -0
  94. package/lib/locale/lang/th-TH.min.js +1 -1
  95. package/lib/locale/lang/th-TH.umd.js +7 -0
  96. package/lib/locale/lang/ug-CN.js +7 -0
  97. package/lib/locale/lang/ug-CN.min.js +1 -1
  98. package/lib/locale/lang/ug-CN.umd.js +7 -0
  99. package/lib/locale/lang/uk-UA.js +7 -0
  100. package/lib/locale/lang/uk-UA.min.js +1 -1
  101. package/lib/locale/lang/uk-UA.umd.js +7 -0
  102. package/lib/locale/lang/uz-UZ.js +7 -0
  103. package/lib/locale/lang/uz-UZ.min.js +1 -1
  104. package/lib/locale/lang/uz-UZ.umd.js +7 -0
  105. package/lib/locale/lang/vi-VN.js +7 -0
  106. package/lib/locale/lang/vi-VN.min.js +1 -1
  107. package/lib/locale/lang/vi-VN.umd.js +7 -0
  108. package/lib/locale/lang/zh-CHT.js +7 -0
  109. package/lib/locale/lang/zh-CHT.min.js +1 -1
  110. package/lib/locale/lang/zh-CHT.umd.js +7 -0
  111. package/lib/locale/lang/zh-CN.js +10 -3
  112. package/lib/locale/lang/zh-CN.min.js +1 -1
  113. package/lib/locale/lang/zh-CN.umd.js +10 -3
  114. package/lib/style.css +1 -1
  115. package/lib/style.min.css +1 -1
  116. package/lib/table/module/export/export-panel.js +32 -13
  117. package/lib/table/module/export/export-panel.min.js +1 -1
  118. package/lib/table/module/export/hook.js +105 -27
  119. package/lib/table/module/export/hook.min.js +1 -1
  120. package/lib/table/module/export/util.js +1 -1
  121. package/lib/table/module/export/util.min.js +1 -1
  122. package/lib/table/src/body.js +1 -1
  123. package/lib/table/src/body.min.js +1 -1
  124. package/lib/table/src/footer.js +1 -1
  125. package/lib/table/src/footer.min.js +1 -1
  126. package/lib/table/src/header.js +6 -3
  127. package/lib/table/src/header.min.js +1 -1
  128. package/lib/table/src/table.js +1 -1
  129. package/lib/table/src/table.min.js +1 -1
  130. package/lib/table/src/util.js +1 -0
  131. package/lib/table/src/util.min.js +1 -1
  132. package/lib/ui/index.js +2 -1
  133. package/lib/ui/index.min.js +1 -1
  134. package/lib/ui/src/log.js +1 -1
  135. package/lib/ui/src/log.min.js +1 -1
  136. package/package.json +2 -2
  137. package/packages/locale/lang/ar-EG.ts +7 -0
  138. package/packages/locale/lang/de-DE.ts +7 -0
  139. package/packages/locale/lang/en-US.ts +10 -3
  140. package/packages/locale/lang/es-ES.ts +7 -0
  141. package/packages/locale/lang/fr-FR.ts +7 -0
  142. package/packages/locale/lang/hu-HU.ts +7 -0
  143. package/packages/locale/lang/hy-AM.ts +10 -3
  144. package/packages/locale/lang/id-ID.ts +7 -0
  145. package/packages/locale/lang/it-IT.ts +7 -0
  146. package/packages/locale/lang/ja-JP.ts +7 -0
  147. package/packages/locale/lang/ko-KR.ts +7 -0
  148. package/packages/locale/lang/ms-MY.ts +7 -0
  149. package/packages/locale/lang/nb-NO.ts +7 -0
  150. package/packages/locale/lang/pt-BR.ts +7 -0
  151. package/packages/locale/lang/ru-RU.ts +7 -0
  152. package/packages/locale/lang/th-TH.ts +7 -0
  153. package/packages/locale/lang/ug-CN.ts +7 -0
  154. package/packages/locale/lang/uk-UA.ts +7 -0
  155. package/packages/locale/lang/uz-UZ.ts +7 -0
  156. package/packages/locale/lang/vi-VN.ts +7 -0
  157. package/packages/locale/lang/zh-CHT.ts +7 -0
  158. package/packages/locale/lang/zh-CN.ts +10 -3
  159. package/packages/table/module/export/export-panel.ts +120 -105
  160. package/packages/table/module/export/hook.ts +112 -28
  161. package/packages/table/module/export/util.ts +1 -1
  162. package/packages/table/src/body.ts +1 -1
  163. package/packages/table/src/footer.ts +1 -1
  164. package/packages/table/src/header.ts +5 -3
  165. package/packages/table/src/table.ts +24 -24
  166. package/packages/table/src/util.ts +1 -0
  167. package/packages/ui/index.ts +1 -0
  168. package/styles/theme/base.scss +11 -0
  169. package/styles/variable.scss +1 -1
  170. /package/es/{iconfont.1783908880309.ttf → iconfont.1784251273954.ttf} +0 -0
  171. /package/es/{iconfont.1783908880309.woff → iconfont.1784251273954.woff} +0 -0
  172. /package/es/{iconfont.1783908880309.woff2 → iconfont.1784251273954.woff2} +0 -0
  173. /package/lib/{iconfont.1783908880309.ttf → iconfont.1784251273954.ttf} +0 -0
  174. /package/lib/{iconfont.1783908880309.woff → iconfont.1784251273954.woff} +0 -0
  175. /package/lib/{iconfont.1783908880309.woff2 → iconfont.1784251273954.woff2} +0 -0
package/README.en.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [简体中文](README.md) | [繁體中文](README.zh-TW.md) | English | [日本語](README.ja-JP.md)
4
4
 
5
- [![github star](https://img.shields.io/github/stars/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/stargazers)
6
- [![gitee star](https://gitee.com/x-extends/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/x-extends/vxe-table/stargazers)
7
- [![gitcode star](https://gitcode.com/x-extends/vxe-table/star/badge.svg)](https://gitcode.com/x-extends/vxe-table/stargazers)
5
+ [![github star](https://img.shields.io/github/stars/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table)
6
+ [![gitee star](https://gitee.com/x-extends/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/x-extends/vxe-table)
7
+ [![gitcode star](https://gitcode.com/x-extends/vxe-table/star/badge.svg)](https://gitcode.com/x-extends/vxe-table)
8
8
  [![npm version](https://img.shields.io/npm/v/vxe-table.svg?style=flat-square)](https://www.npmjs.com/package/vxe-table)
9
9
  [![NodeJS with Webpack](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml/badge.svg)](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml)
10
10
  [![npm downloads](https://img.shields.io/npm/dt/vxe-table.svg?style=flat-square)](https://npm-stat.com/charts.html?package=vxe-table)
package/README.ja-JP.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [简体中文](README.md) | [繁體中文](README.zh-TW.md) | [English](README.en.md) | 日本語
4
4
 
5
- [![github star](https://img.shields.io/github/stars/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/stargazers)
6
- [![gitee star](https://gitee.com/x-extends/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/x-extends/vxe-table/stargazers)
7
- [![gitcode star](https://gitcode.com/x-extends/vxe-table/star/badge.svg)](https://gitcode.com/x-extends/vxe-table/stargazers)
5
+ [![github star](https://img.shields.io/github/stars/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table)
6
+ [![gitee star](https://gitee.com/x-extends/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/x-extends/vxe-table)
7
+ [![gitcode star](https://gitcode.com/x-extends/vxe-table/star/badge.svg)](https://gitcode.com/x-extends/vxe-table)
8
8
  [![NodeJS with Webpack](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml/badge.svg)](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml)
9
9
  [![npm downloads](https://img.shields.io/npm/dt/vxe-table.svg?style=flat-square)](https://npm-stat.com/charts.html?package=vxe-table)
10
10
  [![issues](https://img.shields.io/github/issues/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/issues)
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  简体中文 | [繁體中文](README.zh-TW.md) | [English](README.en.md) | [日本語](README.ja-JP.md)
4
4
 
5
- [![github star](https://img.shields.io/github/stars/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/stargazers)
6
- [![gitee star](https://gitee.com/x-extends/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/x-extends/vxe-table/stargazers)
7
- [![gitcode star](https://gitcode.com/x-extends/vxe-table/star/badge.svg)](https://gitcode.com/x-extends/vxe-table/stargazers)
5
+ [![github star](https://img.shields.io/github/stars/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table)
6
+ [![gitee star](https://gitee.com/x-extends/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/x-extends/vxe-table)
7
+ [![gitcode star](https://gitcode.com/x-extends/vxe-table/star/badge.svg)](https://gitcode.com/x-extends/vxe-table)
8
8
  [![NodeJS with Webpack](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml/badge.svg)](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml)
9
9
  [![npm downloads](https://img.shields.io/npm/dt/vxe-table.svg?style=flat-square)](https://npm-stat.com/charts.html?package=vxe-table)
10
10
  [![issues](https://img.shields.io/github/issues/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/issues)
package/README.zh-TW.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [简体中文](README.md) | 繁體中文 | [English](README.en.md) | [日本語](README.ja-JP.md)
4
4
 
5
- [![github star](https://img.shields.io/github/stars/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/stargazers)
6
- [![gitee star](https://gitee.com/x-extends/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/x-extends/vxe-table/stargazers)
7
- [![gitcode star](https://gitcode.com/x-extends/vxe-table/star/badge.svg)](https://gitcode.com/x-extends/vxe-table/stargazers)
5
+ [![github star](https://img.shields.io/github/stars/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table)
6
+ [![gitee star](https://gitee.com/x-extends/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/x-extends/vxe-table)
7
+ [![gitcode star](https://gitcode.com/x-extends/vxe-table/star/badge.svg)](https://gitcode.com/x-extends/vxe-table)
8
8
  [![NodeJS with Webpack](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml/badge.svg)](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml)
9
9
  [![npm downloads](https://img.shields.io/npm/dt/vxe-table.svg?style=flat-square)](https://npm-stat.com/charts.html?package=vxe-table)
10
10
  [![issues](https://img.shields.io/github/issues/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/issues)