vxe-table 4.13.42 → 4.13.43

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${"4.13.42"}`;
3
+ const version = `table v${"4.13.43"}`;
4
4
  export const warnLog = log.create('warn', version);
5
5
  export const errLog = log.create('error', version);
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.13.42";
3141
+ const version = "4.13.43";
3142
3142
  core_.VxeUI.version = version;
3143
3143
  core_.VxeUI.tableVersion = version;
3144
3144
  core_.VxeUI.setConfig({
@@ -3347,13 +3347,13 @@ core_.VxeUI.setConfig({
3347
3347
  isReplace: true
3348
3348
  },
3349
3349
  virtualXConfig: {
3350
- // enabled: false,
3350
+ enabled: true,
3351
3351
  gt: 24,
3352
3352
  preSize: 1,
3353
3353
  oSize: 0
3354
3354
  },
3355
3355
  virtualYConfig: {
3356
- // enabled: false,
3356
+ enabled: true,
3357
3357
  gt: 100,
3358
3358
  preSize: 1,
3359
3359
  oSize: 0
@@ -3614,7 +3614,7 @@ var esnext_iterator_some = __webpack_require__(7550);
3614
3614
  const {
3615
3615
  log: log_log
3616
3616
  } = core_.VxeUI;
3617
- const log_version = `table v${"4.13.42"}`;
3617
+ const log_version = `table v${"4.13.43"}`;
3618
3618
  const warnLog = log_log.create('warn', log_version);
3619
3619
  const errLog = log_log.create('error', log_version);
3620
3620
  ;// ./packages/table/src/columnInfo.ts