vxe-table 4.20.12 → 4.20.13
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.
- package/dist/all.esm.js +2 -2
- package/dist/style.css +1 -1
- package/es/style.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +2 -2
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +1 -1
- /package/es/{iconfont.1786589186405.ttf → iconfont.1787383197251.ttf} +0 -0
- /package/es/{iconfont.1786589186405.woff → iconfont.1787383197251.woff} +0 -0
- /package/es/{iconfont.1786589186405.woff2 → iconfont.1787383197251.woff2} +0 -0
- /package/lib/{iconfont.1786589186405.ttf → iconfont.1787383197251.ttf} +0 -0
- /package/lib/{iconfont.1786589186405.woff → iconfont.1787383197251.woff} +0 -0
- /package/lib/{iconfont.1786589186405.woff2 → iconfont.1787383197251.woff2} +0 -0
package/dist/all.esm.js
CHANGED
|
@@ -44,7 +44,7 @@ function eqEmptyValue(cellValue) {
|
|
|
44
44
|
return cellValue === '' || XEUtils.eqNull(cellValue);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
const version = "4.20.
|
|
47
|
+
const version = "4.20.13";
|
|
48
48
|
VxeUI.version = version;
|
|
49
49
|
VxeUI.tableVersion = version;
|
|
50
50
|
VxeUI.setConfig({
|
|
@@ -758,7 +758,7 @@ function wheelScrollTopTo(diffNum, cb) {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
const { log } = VxeUI;
|
|
761
|
-
const tableVersion = `table v${"4.20.
|
|
761
|
+
const tableVersion = `table v${"4.20.13"}`;
|
|
762
762
|
function createComponentLog(name) {
|
|
763
763
|
const uiVersion = VxeUI.uiVersion ? `ui v${VxeUI.uiVersion}` : '';
|
|
764
764
|
const ganttVersion = VxeUI.ganttVersion ? `gantt v${VxeUI.ganttVersion}` : '';
|