vxe-table 3.18.21 → 3.18.22
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/table/src/methods.js +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +3 -3
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/table/src/methods.js +1 -1
- package/lib/table/src/methods.min.js +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/packages/table/src/methods.ts +1 -1
- /package/es/{iconfont.1760075719217.ttf → iconfont.1767491242406.ttf} +0 -0
- /package/es/{iconfont.1760075719217.woff → iconfont.1767491242406.woff} +0 -0
- /package/es/{iconfont.1760075719217.woff2 → iconfont.1767491242406.woff2} +0 -0
- /package/lib/{iconfont.1760075719217.ttf → iconfont.1767491242406.ttf} +0 -0
- /package/lib/{iconfont.1760075719217.woff → iconfont.1767491242406.woff} +0 -0
- /package/lib/{iconfont.1760075719217.woff2 → iconfont.1767491242406.woff2} +0 -0
package/es/ui/src/log.js
CHANGED
package/lib/index.umd.js
CHANGED
|
@@ -3234,7 +3234,7 @@ function getClass(property, params) {
|
|
|
3234
3234
|
;// ./packages/ui/index.ts
|
|
3235
3235
|
|
|
3236
3236
|
|
|
3237
|
-
const version = "3.18.
|
|
3237
|
+
const version = "3.18.22";
|
|
3238
3238
|
core_.VxeUI.version = version;
|
|
3239
3239
|
core_.VxeUI.tableVersion = version;
|
|
3240
3240
|
core_.VxeUI.setConfig({
|
|
@@ -3933,7 +3933,7 @@ var es_iterator_reduce = __webpack_require__(8237);
|
|
|
3933
3933
|
const {
|
|
3934
3934
|
log: log_log
|
|
3935
3935
|
} = core_.VxeUI;
|
|
3936
|
-
const log_version = `table v${"3.18.
|
|
3936
|
+
const log_version = `table v${"3.18.22"}`;
|
|
3937
3937
|
const warnLog = log_log.create('warn', log_version);
|
|
3938
3938
|
const errLog = log_log.create('error', log_version);
|
|
3939
3939
|
;// ./packages/table/src/columnInfo.ts
|
|
@@ -11994,7 +11994,7 @@ const Methods = {
|
|
|
11994
11994
|
reactData.tableData = tableData;
|
|
11995
11995
|
internalData.visibleDataRowIdData = visibleDataRowIdMaps;
|
|
11996
11996
|
if ($xeGanttView && $xeGanttView.updateViewData) {
|
|
11997
|
-
$xeGanttView.updateViewData();
|
|
11997
|
+
$xeGanttView.updateViewData(force);
|
|
11998
11998
|
}
|
|
11999
11999
|
return $xeTable.$nextTick();
|
|
12000
12000
|
},
|