vxe-table 4.13.0-beta.0 → 4.13.0-beta.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.
@@ -7881,6 +7881,9 @@ var _default = exports.default = (0, _vue.defineComponent)({
7881
7881
  if ($xeGrid) {
7882
7882
  return $xeGrid.callSlot(slotFunc, params);
7883
7883
  }
7884
+ // if (XEUtils.isString(slotFunc)) {
7885
+ // slotFunc = slots[slotFunc] || null
7886
+ // }
7884
7887
  if (_xeUtils.default.isFunction(slotFunc)) {
7885
7888
  return (0, _vn.getSlotVNs)(slotFunc(params));
7886
7889
  }
@@ -12075,7 +12078,7 @@ var _default = exports.default = (0, _vue.defineComponent)({
12075
12078
  if (rowOpts.height && !props.showOverflow) {
12076
12079
  (0, _log.warnLog)('vxe.error.notProp', ['table.show-overflow']);
12077
12080
  }
12078
- if (!$xeTable.handleCellAreaMousedownEvent) {
12081
+ if (!$xeTable.triggerCellAreaMousedownEvent) {
12079
12082
  if (props.areaConfig) {
12080
12083
  (0, _log.warnLog)('vxe.error.notProp', ['area-config']);
12081
12084
  }