vxe-table 4.17.48 → 4.17.49
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/index.css +1 -1
- package/es/index.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/style.css +3 -13
- package/es/table/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +3 -13
- package/es/vxe-table/style.min.css +1 -1
- package/lib/index.css +1 -1
- package/lib/index.min.css +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/style.min.css +1 -1
- package/lib/table/style/style.css +3 -13
- package/lib/table/style/style.min.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/lib/vxe-table/style/style.css +3 -13
- package/lib/vxe-table/style/style.min.css +1 -1
- package/package.json +1 -1
- package/styles/components/table-module/menu.scss +3 -8
- /package/es/{iconfont.1770107804085.ttf → iconfont.1772182532931.ttf} +0 -0
- /package/es/{iconfont.1770107804085.woff → iconfont.1772182532931.woff} +0 -0
- /package/es/{iconfont.1770107804085.woff2 → iconfont.1772182532931.woff2} +0 -0
- /package/lib/{iconfont.1770107804085.ttf → iconfont.1772182532931.ttf} +0 -0
- /package/lib/{iconfont.1770107804085.woff → iconfont.1772182532931.woff} +0 -0
- /package/lib/{iconfont.1770107804085.woff2 → iconfont.1772182532931.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -3236,7 +3236,7 @@ function eqEmptyValue(cellValue) {
|
|
|
3236
3236
|
;// ./packages/ui/index.ts
|
|
3237
3237
|
|
|
3238
3238
|
|
|
3239
|
-
const version = "4.17.
|
|
3239
|
+
const version = "4.17.49";
|
|
3240
3240
|
core_.VxeUI.version = version;
|
|
3241
3241
|
core_.VxeUI.tableVersion = version;
|
|
3242
3242
|
core_.VxeUI.setConfig({
|
|
@@ -3758,7 +3758,7 @@ var es_iterator_some = __webpack_require__(3579);
|
|
|
3758
3758
|
const {
|
|
3759
3759
|
log: log_log
|
|
3760
3760
|
} = core_.VxeUI;
|
|
3761
|
-
const log_version = `table v${"4.17.
|
|
3761
|
+
const log_version = `table v${"4.17.49"}`;
|
|
3762
3762
|
const warnLog = log_log.create('warn', log_version);
|
|
3763
3763
|
const errLog = log_log.create('error', log_version);
|
|
3764
3764
|
;// ./packages/table/src/columnInfo.ts
|