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.
- package/es/grid/style.css +4 -0
- package/es/grid/style.min.css +1 -1
- package/es/index.css +1 -1
- package/es/index.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/body.js +2 -2
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-grid/style.css +4 -0
- package/es/vxe-grid/style.min.css +1 -1
- package/lib/grid/style/style.css +4 -0
- package/lib/grid/style/style.min.css +1 -1
- package/lib/index.css +1 -1
- package/lib/index.min.css +1 -1
- package/lib/index.umd.js +4 -4
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/body.js +2 -2
- package/lib/table/src/body.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/lib/vxe-grid/style/style.css +4 -0
- package/lib/vxe-grid/style/style.min.css +1 -1
- package/package.json +1 -1
- package/packages/table/src/body.ts +2 -2
- package/styles/components/grid.scss +3 -0
- package/styles/theme/base.scss +3 -3
- /package/es/{iconfont.1757578424045.ttf → iconfont.1757987563312.ttf} +0 -0
- /package/es/{iconfont.1757578424045.woff → iconfont.1757987563312.woff} +0 -0
- /package/es/{iconfont.1757578424045.woff2 → iconfont.1757987563312.woff2} +0 -0
- /package/lib/{iconfont.1757578424045.ttf → iconfont.1757987563312.ttf} +0 -0
- /package/lib/{iconfont.1757578424045.woff → iconfont.1757987563312.woff} +0 -0
- /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.
|
|
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.
|
|
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.
|
|
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.
|
|
20004
|
+
trOn.mouseover = evnt => {
|
|
20005
20005
|
if (isVMScrollProcess($xeTable)) {
|
|
20006
20006
|
return;
|
|
20007
20007
|
}
|