vxe-table 4.14.1 → 4.14.2

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.
Files changed (38) hide show
  1. package/README.md +2 -2
  2. package/es/index.css +1 -1
  3. package/es/index.min.css +1 -1
  4. package/es/style.css +1 -1
  5. package/es/style.min.css +1 -1
  6. package/es/table/src/body.js +4 -7
  7. package/es/table/style.css +7 -1
  8. package/es/table/style.min.css +1 -1
  9. package/es/ui/index.js +1 -1
  10. package/es/ui/src/log.js +1 -1
  11. package/es/vxe-table/style.css +7 -1
  12. package/es/vxe-table/style.min.css +1 -1
  13. package/lib/index.css +1 -1
  14. package/lib/index.min.css +1 -1
  15. package/lib/index.umd.js +6 -8
  16. package/lib/index.umd.min.js +1 -1
  17. package/lib/style.css +1 -1
  18. package/lib/style.min.css +1 -1
  19. package/lib/table/src/body.js +4 -6
  20. package/lib/table/src/body.min.js +1 -1
  21. package/lib/table/style/style.css +7 -1
  22. package/lib/table/style/style.min.css +1 -1
  23. package/lib/ui/index.js +1 -1
  24. package/lib/ui/index.min.js +1 -1
  25. package/lib/ui/src/log.js +1 -1
  26. package/lib/ui/src/log.min.js +1 -1
  27. package/lib/vxe-table/style/style.css +7 -1
  28. package/lib/vxe-table/style/style.min.css +1 -1
  29. package/package.json +1 -1
  30. package/packages/table/src/body.ts +4 -9
  31. package/styles/components/table.scss +7 -1
  32. package/styles/theme/base.scss +1 -1
  33. /package/es/{iconfont.1752051052938.ttf → iconfont.1752196480453.ttf} +0 -0
  34. /package/es/{iconfont.1752051052938.woff → iconfont.1752196480453.woff} +0 -0
  35. /package/es/{iconfont.1752051052938.woff2 → iconfont.1752196480453.woff2} +0 -0
  36. /package/lib/{iconfont.1752051052938.ttf → iconfont.1752196480453.ttf} +0 -0
  37. /package/lib/{iconfont.1752051052938.woff → iconfont.1752196480453.woff} +0 -0
  38. /package/lib/{iconfont.1752051052938.woff2 → iconfont.1752196480453.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.14.1";
3141
+ const version = "4.14.2";
3142
3142
  core_.VxeUI.version = version;
3143
3143
  core_.VxeUI.tableVersion = version;
3144
3144
  core_.VxeUI.setConfig({
@@ -3628,7 +3628,7 @@ var esnext_iterator_some = __webpack_require__(7550);
3628
3628
  const {
3629
3629
  log: log_log
3630
3630
  } = core_.VxeUI;
3631
- const log_version = `table v${"4.14.1"}`;
3631
+ const log_version = `table v${"4.14.2"}`;
3632
3632
  const warnLog = log_log.create('warn', log_version);
3633
3633
  const errLog = log_log.create('error', log_version);
3634
3634
  ;// ./packages/table/src/columnInfo.ts
@@ -6845,7 +6845,7 @@ const renderType = 'body';
6845
6845
  colspan
6846
6846
  } = spanRest;
6847
6847
  if (!rowspan || !colspan) {
6848
- return null;
6848
+ return body_renderEmptyElement($xeTable);
6849
6849
  }
6850
6850
  if (rowspan > 1) {
6851
6851
  isMergeCell = true;
@@ -6865,7 +6865,7 @@ const renderType = 'body';
6865
6865
  colspan = 1
6866
6866
  } = spanMethod(cellParams) || {};
6867
6867
  if (!rowspan || !colspan) {
6868
- return null;
6868
+ return body_renderEmptyElement($xeTable);
6869
6869
  }
6870
6870
  if (rowspan > 1) {
6871
6871
  isMergeCell = true;
@@ -6982,10 +6982,8 @@ const renderType = 'body';
6982
6982
  }
6983
6983
  }
6984
6984
  let showAreaRowStatus = false;
6985
- if (mouseConfig && mouseOpts.area && selectCellToRow) {
6986
- if (!_columnIndex && selectCellToRow === true || selectCellToRow === column.field) {
6987
- showAreaRowStatus = true;
6988
- }
6985
+ if (mouseConfig && mouseOpts.area && !_columnIndex && selectCellToRow) {
6986
+ showAreaRowStatus = true;
6989
6987
  }
6990
6988
  if (!fixedHiddenColumn && showResizable && isAllColumnDrag) {
6991
6989
  tdVNs.push((0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {