vxe-table 4.19.25 → 4.20.0
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/README.md +4 -2
- 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 +2 -5
- package/types/all.d.ts +40 -1
- /package/es/{iconfont.1783427900429.ttf → iconfont.1783442178628.ttf} +0 -0
- /package/es/{iconfont.1783427900429.woff → iconfont.1783442178628.woff} +0 -0
- /package/es/{iconfont.1783427900429.woff2 → iconfont.1783442178628.woff2} +0 -0
- /package/lib/{iconfont.1783427900429.ttf → iconfont.1783442178628.ttf} +0 -0
- /package/lib/{iconfont.1783427900429.woff → iconfont.1783442178628.woff} +0 -0
- /package/lib/{iconfont.1783427900429.woff2 → iconfont.1783442178628.woff2} +0 -0
package/es/ui/index.js
CHANGED
package/es/ui/src/log.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VxeUI } from '@vxe-ui/core';
|
|
2
2
|
const { log } = VxeUI;
|
|
3
|
-
const tableVersion = `table v${"4.
|
|
3
|
+
const tableVersion = `table v${"4.20.0"}`;
|
|
4
4
|
export function createComponentLog(name) {
|
|
5
5
|
const uiVersion = VxeUI.uiVersion ? `ui v${VxeUI.uiVersion}` : '';
|
|
6
6
|
const ganttVersion = VxeUI.ganttVersion ? `gantt v${VxeUI.ganttVersion}` : '';
|
package/lib/index.umd.js
CHANGED
|
@@ -3314,7 +3314,7 @@ function getDefaultConfig(val1, def1) {
|
|
|
3314
3314
|
/* unused harmony import specifier */ var VxeUI;
|
|
3315
3315
|
|
|
3316
3316
|
|
|
3317
|
-
const version = "4.
|
|
3317
|
+
const version = "4.20.0";
|
|
3318
3318
|
core_.VxeUI.version = version;
|
|
3319
3319
|
core_.VxeUI.tableVersion = version;
|
|
3320
3320
|
core_.VxeUI.setConfig({
|
|
@@ -4113,7 +4113,7 @@ function wheelScrollTopTo(diffNum, cb) {
|
|
|
4113
4113
|
const {
|
|
4114
4114
|
log: log_log
|
|
4115
4115
|
} = core_.VxeUI;
|
|
4116
|
-
const tableVersion = `table v${"4.
|
|
4116
|
+
const tableVersion = `table v${"4.20.0"}`;
|
|
4117
4117
|
function createComponentLog(name) {
|
|
4118
4118
|
const uiVersion = core_.VxeUI.uiVersion ? `ui v${core_.VxeUI.uiVersion}` : '';
|
|
4119
4119
|
const ganttVersion = core_.VxeUI.ganttVersion ? `gantt v${core_.VxeUI.ganttVersion}` : '';
|