vxe-table 4.13.44 → 4.13.46

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 (181) hide show
  1. package/README.md +4 -4
  2. package/es/{iconfont.1750301328949.ttf → iconfont.1750660623154.ttf} +0 -0
  3. package/es/iconfont.1750660623154.woff +0 -0
  4. package/es/iconfont.1750660623154.woff2 +0 -0
  5. package/es/index.css +1 -1
  6. package/es/index.min.css +1 -1
  7. package/es/locale/lang/ar-EG.js +5 -1
  8. package/es/locale/lang/de-DE.js +5 -1
  9. package/es/locale/lang/en-US.js +5 -1
  10. package/es/locale/lang/es-ES.js +5 -1
  11. package/es/locale/lang/fr-FR.js +5 -1
  12. package/es/locale/lang/hu-HU.js +5 -1
  13. package/es/locale/lang/hy-AM.js +5 -1
  14. package/es/locale/lang/id-ID.js +5 -1
  15. package/es/locale/lang/it-IT.js +5 -1
  16. package/es/locale/lang/ja-JP.js +5 -1
  17. package/es/locale/lang/ko-KR.js +5 -1
  18. package/es/locale/lang/ms-MY.js +5 -1
  19. package/es/locale/lang/nb-NO.js +5 -1
  20. package/es/locale/lang/pt-BR.js +5 -1
  21. package/es/locale/lang/ru-RU.js +5 -1
  22. package/es/locale/lang/th-TH.js +5 -1
  23. package/es/locale/lang/ug-CN.js +5 -1
  24. package/es/locale/lang/uk-UA.js +5 -1
  25. package/es/locale/lang/uz-UZ.js +5 -1
  26. package/es/locale/lang/vi-VN.js +5 -1
  27. package/es/locale/lang/zh-CHT.js +6 -2
  28. package/es/locale/lang/zh-CN.js +5 -1
  29. package/es/style.css +1 -1
  30. package/es/style.min.css +1 -1
  31. package/es/table/module/custom/hook.js +9 -1
  32. package/es/table/module/custom/panel.js +320 -224
  33. package/es/table/module/edit/hook.js +24 -10
  34. package/es/table/module/export/hook.js +19 -6
  35. package/es/table/src/cell.js +4 -4
  36. package/es/table/src/emits.js +3 -0
  37. package/es/table/src/table.js +40 -7
  38. package/es/table/style.css +37 -9
  39. package/es/table/style.min.css +1 -1
  40. package/es/ui/index.js +8 -2
  41. package/es/ui/src/log.js +1 -1
  42. package/es/vxe-table/style.css +37 -9
  43. package/es/vxe-table/style.min.css +1 -1
  44. package/lib/{iconfont.1750301328949.ttf → iconfont.1750660623154.ttf} +0 -0
  45. package/lib/iconfont.1750660623154.woff +0 -0
  46. package/lib/iconfont.1750660623154.woff2 +0 -0
  47. package/lib/index.css +1 -1
  48. package/lib/index.min.css +1 -1
  49. package/lib/index.umd.js +282 -90
  50. package/lib/index.umd.min.js +1 -1
  51. package/lib/locale/lang/ar-EG.js +5 -1
  52. package/lib/locale/lang/ar-EG.min.js +1 -1
  53. package/lib/locale/lang/ar-EG.umd.js +5 -1
  54. package/lib/locale/lang/de-DE.js +5 -1
  55. package/lib/locale/lang/de-DE.min.js +1 -1
  56. package/lib/locale/lang/de-DE.umd.js +5 -1
  57. package/lib/locale/lang/en-US.js +5 -1
  58. package/lib/locale/lang/en-US.min.js +1 -1
  59. package/lib/locale/lang/en-US.umd.js +5 -1
  60. package/lib/locale/lang/es-ES.js +5 -1
  61. package/lib/locale/lang/es-ES.min.js +1 -1
  62. package/lib/locale/lang/es-ES.umd.js +5 -1
  63. package/lib/locale/lang/fr-FR.js +5 -1
  64. package/lib/locale/lang/fr-FR.min.js +1 -1
  65. package/lib/locale/lang/fr-FR.umd.js +5 -1
  66. package/lib/locale/lang/hu-HU.js +5 -1
  67. package/lib/locale/lang/hu-HU.min.js +1 -1
  68. package/lib/locale/lang/hu-HU.umd.js +5 -1
  69. package/lib/locale/lang/hy-AM.js +5 -1
  70. package/lib/locale/lang/hy-AM.min.js +1 -1
  71. package/lib/locale/lang/hy-AM.umd.js +5 -1
  72. package/lib/locale/lang/id-ID.js +5 -1
  73. package/lib/locale/lang/id-ID.min.js +1 -1
  74. package/lib/locale/lang/id-ID.umd.js +5 -1
  75. package/lib/locale/lang/it-IT.js +5 -1
  76. package/lib/locale/lang/it-IT.min.js +1 -1
  77. package/lib/locale/lang/it-IT.umd.js +5 -1
  78. package/lib/locale/lang/ja-JP.js +5 -1
  79. package/lib/locale/lang/ja-JP.min.js +1 -1
  80. package/lib/locale/lang/ja-JP.umd.js +5 -1
  81. package/lib/locale/lang/ko-KR.js +5 -1
  82. package/lib/locale/lang/ko-KR.min.js +1 -1
  83. package/lib/locale/lang/ko-KR.umd.js +5 -1
  84. package/lib/locale/lang/ms-MY.js +5 -1
  85. package/lib/locale/lang/ms-MY.min.js +1 -1
  86. package/lib/locale/lang/ms-MY.umd.js +5 -1
  87. package/lib/locale/lang/nb-NO.js +5 -1
  88. package/lib/locale/lang/nb-NO.min.js +1 -1
  89. package/lib/locale/lang/nb-NO.umd.js +5 -1
  90. package/lib/locale/lang/pt-BR.js +5 -1
  91. package/lib/locale/lang/pt-BR.min.js +1 -1
  92. package/lib/locale/lang/pt-BR.umd.js +5 -1
  93. package/lib/locale/lang/ru-RU.js +5 -1
  94. package/lib/locale/lang/ru-RU.min.js +1 -1
  95. package/lib/locale/lang/ru-RU.umd.js +5 -1
  96. package/lib/locale/lang/th-TH.js +5 -1
  97. package/lib/locale/lang/th-TH.min.js +1 -1
  98. package/lib/locale/lang/th-TH.umd.js +5 -1
  99. package/lib/locale/lang/ug-CN.js +5 -1
  100. package/lib/locale/lang/ug-CN.min.js +1 -1
  101. package/lib/locale/lang/ug-CN.umd.js +5 -1
  102. package/lib/locale/lang/uk-UA.js +5 -1
  103. package/lib/locale/lang/uk-UA.min.js +1 -1
  104. package/lib/locale/lang/uk-UA.umd.js +5 -1
  105. package/lib/locale/lang/uz-UZ.js +5 -1
  106. package/lib/locale/lang/uz-UZ.min.js +1 -1
  107. package/lib/locale/lang/uz-UZ.umd.js +5 -1
  108. package/lib/locale/lang/vi-VN.js +5 -1
  109. package/lib/locale/lang/vi-VN.min.js +1 -1
  110. package/lib/locale/lang/vi-VN.umd.js +5 -1
  111. package/lib/locale/lang/zh-CHT.js +6 -2
  112. package/lib/locale/lang/zh-CHT.min.js +1 -1
  113. package/lib/locale/lang/zh-CHT.umd.js +6 -2
  114. package/lib/locale/lang/zh-CN.js +5 -1
  115. package/lib/locale/lang/zh-CN.min.js +1 -1
  116. package/lib/locale/lang/zh-CN.umd.js +5 -1
  117. package/lib/style.css +1 -1
  118. package/lib/style.min.css +1 -1
  119. package/lib/table/module/custom/hook.js +11 -1
  120. package/lib/table/module/custom/hook.min.js +1 -1
  121. package/lib/table/module/custom/panel.js +181 -60
  122. package/lib/table/module/custom/panel.min.js +1 -1
  123. package/lib/table/module/edit/hook.js +46 -10
  124. package/lib/table/module/edit/hook.min.js +1 -1
  125. package/lib/table/module/export/hook.js +19 -4
  126. package/lib/table/module/export/hook.min.js +1 -1
  127. package/lib/table/src/cell.js +4 -4
  128. package/lib/table/src/cell.min.js +1 -1
  129. package/lib/table/src/emits.js +1 -1
  130. package/lib/table/src/emits.min.js +1 -1
  131. package/lib/table/src/table.js +6 -6
  132. package/lib/table/src/table.min.js +1 -1
  133. package/lib/table/style/style.css +37 -9
  134. package/lib/table/style/style.min.css +1 -1
  135. package/lib/ui/index.js +8 -2
  136. package/lib/ui/index.min.js +1 -1
  137. package/lib/ui/src/log.js +1 -1
  138. package/lib/ui/src/log.min.js +1 -1
  139. package/lib/vxe-table/style/style.css +37 -9
  140. package/lib/vxe-table/style/style.min.css +1 -1
  141. package/package.json +1 -1
  142. package/packages/locale/lang/ar-EG.ts +5 -1
  143. package/packages/locale/lang/de-DE.ts +5 -1
  144. package/packages/locale/lang/en-US.ts +5 -1
  145. package/packages/locale/lang/es-ES.ts +5 -1
  146. package/packages/locale/lang/fr-FR.ts +5 -1
  147. package/packages/locale/lang/hu-HU.ts +5 -1
  148. package/packages/locale/lang/hy-AM.ts +5 -1
  149. package/packages/locale/lang/id-ID.ts +5 -1
  150. package/packages/locale/lang/it-IT.ts +5 -1
  151. package/packages/locale/lang/ja-JP.ts +5 -1
  152. package/packages/locale/lang/ko-KR.ts +5 -1
  153. package/packages/locale/lang/ms-MY.ts +5 -1
  154. package/packages/locale/lang/nb-NO.ts +5 -1
  155. package/packages/locale/lang/pt-BR.ts +5 -1
  156. package/packages/locale/lang/ru-RU.ts +5 -1
  157. package/packages/locale/lang/th-TH.ts +5 -1
  158. package/packages/locale/lang/ug-CN.ts +5 -1
  159. package/packages/locale/lang/uk-UA.ts +5 -1
  160. package/packages/locale/lang/uz-UZ.ts +5 -1
  161. package/packages/locale/lang/vi-VN.ts +5 -1
  162. package/packages/locale/lang/zh-CHT.ts +6 -2
  163. package/packages/locale/lang/zh-CN.ts +5 -1
  164. package/packages/table/module/custom/hook.ts +10 -1
  165. package/packages/table/module/custom/panel.ts +338 -236
  166. package/packages/table/module/edit/hook.ts +24 -10
  167. package/packages/table/module/export/hook.ts +18 -7
  168. package/packages/table/src/cell.ts +4 -4
  169. package/packages/table/src/emits.ts +3 -0
  170. package/packages/table/src/table.ts +30 -8
  171. package/packages/ui/index.ts +7 -1
  172. package/styles/components/icon.scss +9 -1
  173. package/styles/components/table-module/custom.scss +26 -3
  174. package/styles/helpers/baseMixin.scss +16 -2
  175. package/styles/icon/iconfont.ttf +0 -0
  176. package/styles/icon/iconfont.woff +0 -0
  177. package/styles/icon/iconfont.woff2 +0 -0
  178. package/es/iconfont.1750301328949.woff +0 -0
  179. package/es/iconfont.1750301328949.woff2 +0 -0
  180. package/lib/iconfont.1750301328949.woff +0 -0
  181. package/lib/iconfont.1750301328949.woff2 +0 -0
package/README.md CHANGED
@@ -21,17 +21,17 @@
21
21
 
22
22
  * 版本说明
23
23
  * **V1**
24
- * [x] ~~v1.0 基于 vue2.6,支持所有主流的浏览器,实现表格的一切实用的功能~~
24
+ * [x] ~~v1.0 基于 vue2.6,支持所有主流的浏览器,实现表格的一切实用的功能(2018-02-01 ~ 2020-04-01 已停止维护)~~
25
25
  * **V2**
26
- * [x] ~~v2.0 基于 vue2.6,支持所有主流的浏览器,同时兼具功能与性能~~
26
+ * [x] ~~v2.0 基于 vue2.6,支持所有主流的浏览器,同时兼具功能与性能(2019-03-01 ~ 2021-12-01 已停止维护)~~
27
27
  * **V3**
28
- * [x] ~~v3.0 基于 vue2.6+,支持现代浏览器并保留兼容 IE11~~
28
+ * [x] ~~v3.0 基于 vue2.6+,支持现代浏览器并保留兼容 IE11(2020-03-01 ~ 2024-12-01 已停止维护)~~
29
29
  * [x] v3.9 基于 vue2.6+,内部重构,拆分 Table 库和 UI 库,只支持现代浏览器,不支持 IE
30
30
  * [x] v3.13 重构展开行功能,同时支持展开行与虚拟渲染和冻结列
31
31
  * [x] v3.14 重构虚拟渲染,支持百万级数据渲染、渲染性能及流畅度大幅提升
32
32
  * [x] v3.15 优化虚拟渲染,提升 Chrome、Safari、Firefox 流畅度极兼容性
33
33
  * **V4**
34
- * [x] ~~v4.0 基于 vue3.2+,只支持现代浏览器,不支持 IE~~
34
+ * [x] ~~v4.0 基于 vue3.2+,只支持现代浏览器,不支持 IE(2020-03-01 ~ 2024-12-01 已停止维护)~~
35
35
  * [x] v4.7 基于 vue3.2+,内部重构,拆分 Table 库和 UI 库,只支持现代浏览器,不支持 IE
36
36
  * [x] v4.11 重构展开行功能,同时支持展开行与虚拟渲染和冻结列
37
37
  * [x] v4.12 重构虚拟渲染,支持百万级数据渲染、渲染性能及流畅度大幅提升
Binary file
Binary file