vxe-table 4.11.2 → 4.11.3
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/src/table.js +0 -3
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +2 -5
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/table/src/table.js +0 -3
- 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/src/table.ts +0 -3
- /package/es/{iconfont.1739871583820.ttf → iconfont.1739874198596.ttf} +0 -0
- /package/es/{iconfont.1739871583820.woff → iconfont.1739874198596.woff} +0 -0
- /package/es/{iconfont.1739871583820.woff2 → iconfont.1739874198596.woff2} +0 -0
- /package/lib/{iconfont.1739871583820.ttf → iconfont.1739874198596.ttf} +0 -0
- /package/lib/{iconfont.1739871583820.woff → iconfont.1739874198596.woff} +0 -0
- /package/lib/{iconfont.1739871583820.woff2 → iconfont.1739874198596.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -3138,7 +3138,7 @@ function eqEmptyValue(cellValue) {
|
|
|
3138
3138
|
;// ./packages/ui/index.ts
|
|
3139
3139
|
|
|
3140
3140
|
|
|
3141
|
-
const version = "4.11.
|
|
3141
|
+
const version = "4.11.3";
|
|
3142
3142
|
core_.VxeUI.version = version;
|
|
3143
3143
|
core_.VxeUI.tableVersion = version;
|
|
3144
3144
|
core_.VxeUI.setConfig({
|
|
@@ -3586,7 +3586,7 @@ var esnext_iterator_some = __webpack_require__(7550);
|
|
|
3586
3586
|
const {
|
|
3587
3587
|
log: log_log
|
|
3588
3588
|
} = core_.VxeUI;
|
|
3589
|
-
const log_version = `table v${"4.11.
|
|
3589
|
+
const log_version = `table v${"4.11.3"}`;
|
|
3590
3590
|
const warnLog = log_log.create('warn', log_version);
|
|
3591
3591
|
const errLog = log_log.create('error', log_version);
|
|
3592
3592
|
;// ./packages/table/src/columnInfo.ts
|
|
@@ -20389,7 +20389,6 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
20389
20389
|
return;
|
|
20390
20390
|
}
|
|
20391
20391
|
}
|
|
20392
|
-
console.log('triggerBodyScrollEvent', 11);
|
|
20393
20392
|
let scrollTop = yHandleEl.scrollTop;
|
|
20394
20393
|
let scrollLeft = xHandleEl.scrollLeft;
|
|
20395
20394
|
if (leftScrollElem && fixedType === 'left') {
|
|
@@ -20466,7 +20465,6 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
20466
20465
|
if (!yHandleEl) {
|
|
20467
20466
|
return;
|
|
20468
20467
|
}
|
|
20469
|
-
console.log('triggerHeaderScrollEvent', 11);
|
|
20470
20468
|
const scrollTop = yHandleEl.scrollTop;
|
|
20471
20469
|
const scrollLeft = headerScrollElem.scrollLeft;
|
|
20472
20470
|
const isRollX = true;
|
|
@@ -20515,7 +20513,6 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
20515
20513
|
if (!yHandleEl) {
|
|
20516
20514
|
return;
|
|
20517
20515
|
}
|
|
20518
|
-
console.log('triggerFooterScrollEvent');
|
|
20519
20516
|
const scrollTop = yHandleEl.scrollTop;
|
|
20520
20517
|
const scrollLeft = footerScrollElem.scrollLeft;
|
|
20521
20518
|
const isRollX = true;
|