vxe-pc-ui 4.15.28 → 4.16.1

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 (33) hide show
  1. package/README.md +1 -0
  2. package/dist/all.esm.js +2 -2
  3. package/dist/style.css +1 -1
  4. package/dist/style.min.css +1 -1
  5. package/es/icon/style.css +1 -1
  6. package/es/style.css +1 -1
  7. package/es/style.min.css +1 -1
  8. package/es/ui/index.js +1 -1
  9. package/es/ui/src/log.js +1 -1
  10. package/lib/icon/style/style.css +1 -1
  11. package/lib/icon/style/style.min.css +1 -1
  12. package/lib/index.umd.js +2 -2
  13. package/lib/index.umd.min.js +1 -1
  14. package/lib/style.css +1 -1
  15. package/lib/style.min.css +1 -1
  16. package/lib/ui/index.js +1 -1
  17. package/lib/ui/index.min.js +1 -1
  18. package/lib/ui/src/log.js +1 -1
  19. package/lib/ui/src/log.min.js +1 -1
  20. package/package.json +3 -3
  21. package/types/all.d.ts +4 -2
  22. /package/es/icon/{iconfont.1783338721172.ttf → iconfont.1783476498804.ttf} +0 -0
  23. /package/es/icon/{iconfont.1783338721172.woff → iconfont.1783476498804.woff} +0 -0
  24. /package/es/icon/{iconfont.1783338721172.woff2 → iconfont.1783476498804.woff2} +0 -0
  25. /package/es/{iconfont.1783338721172.ttf → iconfont.1783476498804.ttf} +0 -0
  26. /package/es/{iconfont.1783338721172.woff → iconfont.1783476498804.woff} +0 -0
  27. /package/es/{iconfont.1783338721172.woff2 → iconfont.1783476498804.woff2} +0 -0
  28. /package/lib/icon/style/{iconfont.1783338721172.ttf → iconfont.1783476498804.ttf} +0 -0
  29. /package/lib/icon/style/{iconfont.1783338721172.woff → iconfont.1783476498804.woff} +0 -0
  30. /package/lib/icon/style/{iconfont.1783338721172.woff2 → iconfont.1783476498804.woff2} +0 -0
  31. /package/lib/{iconfont.1783338721172.ttf → iconfont.1783476498804.ttf} +0 -0
  32. /package/lib/{iconfont.1783338721172.woff → iconfont.1783476498804.woff} +0 -0
  33. /package/lib/{iconfont.1783338721172.woff2 → iconfont.1783476498804.woff2} +0 -0
package/README.md CHANGED
@@ -33,6 +33,7 @@
33
33
  * **V1**
34
34
  * [x] ~~v1.0 基于 vue2.6~2.7,停止维护~~
35
35
  * 版本计划
36
+ * [*] 计划功能:虚拟列表,支持十万级数据渲染
36
37
  * [ ] 计划功能:虚拟列表,支持百万级数据渲染
37
38
  * [ ] 计划功能:虚拟表单,支持万级表单项渲染
38
39
  * [ ] 计划功能:全功能表单可视化设计器
package/dist/all.esm.js CHANGED
@@ -81,7 +81,7 @@ function checkDynamic() {
81
81
  }
82
82
 
83
83
  const { log } = VxeUI;
84
- const uiVersion = `ui v${"4.15.28"}`;
84
+ const uiVersion = `ui v${"4.16.1"}`;
85
85
  function createComponentLog(name) {
86
86
  const tableVersion = VxeUI.tableVersion ? `table v${VxeUI.tableVersion}` : '';
87
87
  const ganttVersion = VxeUI.ganttVersion ? `gantt v${VxeUI.ganttVersion}` : '';
@@ -95,7 +95,7 @@ function createComponentLog(name) {
95
95
  const warnLog$h = log.create('warn', uiVersion);
96
96
  log.create('error', uiVersion);
97
97
 
98
- const version = "4.15.28";
98
+ const version = "4.16.1";
99
99
  VxeUI.uiVersion = version;
100
100
  VxeUI.dynamicApp = dynamicApp;
101
101
  function config(options) {