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.
- package/es/grid/src/grid.js +1 -1
- package/es/style.css +1 -1
- package/es/table/module/keyboard/hook.js +2 -2
- package/es/table/src/table.js +4 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/grid/src/grid.js +4 -2
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/index.umd.js +11 -7
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/table/module/keyboard/hook.js +2 -2
- package/lib/table/module/keyboard/hook.min.js +1 -1
- package/lib/table/src/table.js +4 -1
- package/lib/table/src/table.min.js +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +2 -2
- package/packages/grid/src/grid.ts +2 -1
- package/packages/table/module/keyboard/hook.ts +2 -2
- package/packages/table/src/table.ts +4 -1
- /package/es/{iconfont.1743578564396.ttf → iconfont.1743992184381.ttf} +0 -0
- /package/es/{iconfont.1743578564396.woff → iconfont.1743992184381.woff} +0 -0
- /package/es/{iconfont.1743578564396.woff2 → iconfont.1743992184381.woff2} +0 -0
- /package/lib/{iconfont.1743578564396.ttf → iconfont.1743992184381.ttf} +0 -0
- /package/lib/{iconfont.1743578564396.woff → iconfont.1743992184381.woff} +0 -0
- /package/lib/{iconfont.1743578564396.woff2 → iconfont.1743992184381.woff2} +0 -0
package/lib/table/src/table.js
CHANGED
|
@@ -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.
|
|
12081
|
+
if (!$xeTable.triggerCellAreaMousedownEvent) {
|
|
12079
12082
|
if (props.areaConfig) {
|
|
12080
12083
|
(0, _log.warnLog)('vxe.error.notProp', ['area-config']);
|
|
12081
12084
|
}
|