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/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.20.
|
|
3
|
+
const tableVersion = `table v${"4.20.13"}`;
|
|
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
|
@@ -3297,7 +3297,7 @@ function getDefaultConfig(val1, def1) {
|
|
|
3297
3297
|
/* unused harmony import specifier */ var VxeUI;
|
|
3298
3298
|
|
|
3299
3299
|
|
|
3300
|
-
const version = "4.20.
|
|
3300
|
+
const version = "4.20.13";
|
|
3301
3301
|
core_.VxeUI.version = version;
|
|
3302
3302
|
core_.VxeUI.tableVersion = version;
|
|
3303
3303
|
core_.VxeUI.setConfig({
|
|
@@ -4103,7 +4103,7 @@ function getPopupContainer(appendTo) {
|
|
|
4103
4103
|
const {
|
|
4104
4104
|
log: log_log
|
|
4105
4105
|
} = core_.VxeUI;
|
|
4106
|
-
const tableVersion = `table v${"4.20.
|
|
4106
|
+
const tableVersion = `table v${"4.20.13"}`;
|
|
4107
4107
|
function createComponentLog(name) {
|
|
4108
4108
|
const uiVersion = core_.VxeUI.uiVersion ? `ui v${core_.VxeUI.uiVersion}` : '';
|
|
4109
4109
|
const ganttVersion = core_.VxeUI.ganttVersion ? `gantt v${core_.VxeUI.ganttVersion}` : '';
|