vxe-table 3.18.11 → 3.18.12

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 (37) hide show
  1. package/es/grid/style.css +4 -0
  2. package/es/grid/style.min.css +1 -1
  3. package/es/index.css +1 -1
  4. package/es/index.min.css +1 -1
  5. package/es/style.css +1 -1
  6. package/es/style.min.css +1 -1
  7. package/es/table/src/body.js +2 -2
  8. package/es/ui/index.js +1 -1
  9. package/es/ui/src/log.js +1 -1
  10. package/es/vxe-grid/style.css +4 -0
  11. package/es/vxe-grid/style.min.css +1 -1
  12. package/lib/grid/style/style.css +4 -0
  13. package/lib/grid/style/style.min.css +1 -1
  14. package/lib/index.css +1 -1
  15. package/lib/index.min.css +1 -1
  16. package/lib/index.umd.js +4 -4
  17. package/lib/index.umd.min.js +1 -1
  18. package/lib/style.css +1 -1
  19. package/lib/style.min.css +1 -1
  20. package/lib/table/src/body.js +2 -2
  21. package/lib/table/src/body.min.js +1 -1
  22. package/lib/ui/index.js +1 -1
  23. package/lib/ui/index.min.js +1 -1
  24. package/lib/ui/src/log.js +1 -1
  25. package/lib/ui/src/log.min.js +1 -1
  26. package/lib/vxe-grid/style/style.css +4 -0
  27. package/lib/vxe-grid/style/style.min.css +1 -1
  28. package/package.json +1 -1
  29. package/packages/table/src/body.ts +2 -2
  30. package/styles/components/grid.scss +3 -0
  31. package/styles/theme/base.scss +3 -3
  32. /package/es/{iconfont.1757578424045.ttf → iconfont.1757987563312.ttf} +0 -0
  33. /package/es/{iconfont.1757578424045.woff → iconfont.1757987563312.woff} +0 -0
  34. /package/es/{iconfont.1757578424045.woff2 → iconfont.1757987563312.woff2} +0 -0
  35. /package/lib/{iconfont.1757578424045.ttf → iconfont.1757987563312.ttf} +0 -0
  36. /package/lib/{iconfont.1757578424045.woff → iconfont.1757987563312.woff} +0 -0
  37. /package/lib/{iconfont.1757578424045.woff2 → iconfont.1757987563312.woff2} +0 -0
package/lib/index.umd.js CHANGED
@@ -2002,7 +2002,7 @@ function getClass(property, params) {
2002
2002
  ;// CONCATENATED MODULE: ./packages/ui/index.ts
2003
2003
 
2004
2004
 
2005
- const version = "3.18.11";
2005
+ const version = "3.18.12";
2006
2006
  core_.VxeUI.version = version;
2007
2007
  core_.VxeUI.tableVersion = version;
2008
2008
  core_.VxeUI.setConfig({
@@ -2686,7 +2686,7 @@ function isNodeElement(elem) {
2686
2686
  const {
2687
2687
  log: log_log
2688
2688
  } = core_.VxeUI;
2689
- const log_version = `table v${"3.18.11"}`;
2689
+ const log_version = `table v${"3.18.12"}`;
2690
2690
  const warnLog = log_log.create('warn', log_version);
2691
2691
  const errLog = log_log.create('error', log_version);
2692
2692
  ;// CONCATENATED MODULE: ./packages/table/src/columnInfo.ts
@@ -19689,7 +19689,7 @@ function renderTdColumn(h, $xeTable, seq, rowid, fixedType, isOptimizeMode, rowL
19689
19689
  }
19690
19690
  // hover 进入事件
19691
19691
  if (showTitle || showTooltip || showAllTip || tooltipConfig) {
19692
- tdOns.mouseenter = evnt => {
19692
+ tdOns.mouseover = evnt => {
19693
19693
  if (!isVMScrollProcess($xeTable)) {
19694
19694
  if (showTitle) {
19695
19695
  updateCellTitle(evnt.currentTarget, column);
@@ -20001,7 +20001,7 @@ function renderRows(h, _vm, fixedType, isOptimizeMode, tableData, tableColumn) {
20001
20001
  const hasRowGroupAggregate = isRowGroupStatus && row.isAggregate;
20002
20002
  // 当前行事件
20003
20003
  if (rowOpts.isHover || highlightHoverRow) {
20004
- trOn.mouseenter = evnt => {
20004
+ trOn.mouseover = evnt => {
20005
20005
  if (isVMScrollProcess($xeTable)) {
20006
20006
  return;
20007
20007
  }