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/ui/src/log.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { VxeUI } from '@vxe-ui/core';
2
2
  const { log } = VxeUI;
3
- const version = `table v${"3.18.21"}`;
3
+ const version = `table v${"3.18.22"}`;
4
4
  export const warnLog = log.create('warn', version);
5
5
  export const errLog = log.create('error', version);
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.21";
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.21"}`;
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
  },