vxe-table 4.13.0-beta.0 → 4.13.0-beta.1
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/style.css +1 -1
- package/es/table/module/keyboard/hook.js +2 -2
- package/es/table/src/table.js +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +5 -5
- 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 +1 -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 +1 -1
- package/packages/table/module/keyboard/hook.ts +2 -2
- package/packages/table/src/table.ts +1 -1
- /package/es/{iconfont.1743578564396.ttf → iconfont.1743583449887.ttf} +0 -0
- /package/es/{iconfont.1743578564396.woff → iconfont.1743583449887.woff} +0 -0
- /package/es/{iconfont.1743578564396.woff2 → iconfont.1743583449887.woff2} +0 -0
- /package/lib/{iconfont.1743578564396.ttf → iconfont.1743583449887.ttf} +0 -0
- /package/lib/{iconfont.1743578564396.woff → iconfont.1743583449887.woff} +0 -0
- /package/lib/{iconfont.1743578564396.woff2 → iconfont.1743583449887.woff2} +0 -0
package/lib/table/src/table.js
CHANGED
|
@@ -12075,7 +12075,7 @@ var _default = exports.default = (0, _vue.defineComponent)({
|
|
|
12075
12075
|
if (rowOpts.height && !props.showOverflow) {
|
|
12076
12076
|
(0, _log.warnLog)('vxe.error.notProp', ['table.show-overflow']);
|
|
12077
12077
|
}
|
|
12078
|
-
if (!$xeTable.
|
|
12078
|
+
if (!$xeTable.triggerCellAreaMousedownEvent) {
|
|
12079
12079
|
if (props.areaConfig) {
|
|
12080
12080
|
(0, _log.warnLog)('vxe.error.notProp', ['area-config']);
|
|
12081
12081
|
}
|