vxe-table 4.17.0-beta.2 → 4.17.0-beta.3
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/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.1759136218858.ttf → iconfont.1759981708430.ttf} +0 -0
- /package/es/{iconfont.1759136218858.woff → iconfont.1759981708430.woff} +0 -0
- /package/es/{iconfont.1759136218858.woff2 → iconfont.1759981708430.woff2} +0 -0
- /package/lib/{iconfont.1759136218858.ttf → iconfont.1759981708430.ttf} +0 -0
- /package/lib/{iconfont.1759136218858.woff → iconfont.1759981708430.woff} +0 -0
- /package/lib/{iconfont.1759136218858.woff2 → iconfont.1759981708430.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -3138,7 +3138,7 @@ function eqEmptyValue(cellValue) {
|
|
|
3138
3138
|
;// ./packages/ui/index.ts
|
|
3139
3139
|
|
|
3140
3140
|
|
|
3141
|
-
const version = "4.17.0-beta.
|
|
3141
|
+
const version = "4.17.0-beta.3";
|
|
3142
3142
|
core_.VxeUI.version = version;
|
|
3143
3143
|
core_.VxeUI.tableVersion = version;
|
|
3144
3144
|
core_.VxeUI.setConfig({
|
|
@@ -3650,7 +3650,7 @@ var esnext_iterator_some = __webpack_require__(7550);
|
|
|
3650
3650
|
const {
|
|
3651
3651
|
log: log_log
|
|
3652
3652
|
} = core_.VxeUI;
|
|
3653
|
-
const log_version = `table v${"4.17.0-beta.
|
|
3653
|
+
const log_version = `table v${"4.17.0-beta.3"}`;
|
|
3654
3654
|
const warnLog = log_log.create('warn', log_version);
|
|
3655
3655
|
const errLog = log_log.create('error', log_version);
|
|
3656
3656
|
;// ./packages/table/src/columnInfo.ts
|