vxe-table 4.10.15 → 4.11.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/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/table.js +9 -9
- package/es/ui/index.js +3 -2
- package/es/ui/src/log.js +1 -1
- package/helper/vetur/attributes.json +1 -1
- package/helper/vetur/tags.json +1 -1
- package/lib/index.css +1 -1
- package/lib/index.min.css +1 -1
- package/lib/index.umd.js +13 -16
- 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/table.js +9 -13
- package/lib/table/src/table.min.js +1 -1
- package/lib/ui/index.js +3 -2
- 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/table/src/table.ts +9 -9
- package/packages/ui/index.ts +2 -1
- /package/es/{iconfont.1739428251944.ttf → iconfont.1739435040353.ttf} +0 -0
- /package/es/{iconfont.1739428251944.woff → iconfont.1739435040353.woff} +0 -0
- /package/es/{iconfont.1739428251944.woff2 → iconfont.1739435040353.woff2} +0 -0
- /package/lib/{iconfont.1739428251944.ttf → iconfont.1739435040353.ttf} +0 -0
- /package/lib/{iconfont.1739428251944.woff → iconfont.1739435040353.woff} +0 -0
- /package/lib/{iconfont.1739428251944.woff2 → iconfont.1739435040353.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.
|
|
3141
|
+
const version = "4.11.0-beta.1";
|
|
3142
3142
|
core_.VxeUI.version = version;
|
|
3143
3143
|
core_.VxeUI.tableVersion = version;
|
|
3144
3144
|
core_.VxeUI.setConfig({
|
|
@@ -3274,7 +3274,8 @@ core_.VxeUI.setConfig({
|
|
|
3274
3274
|
},
|
|
3275
3275
|
expandConfig: {
|
|
3276
3276
|
// trigger: 'default',
|
|
3277
|
-
showIcon: true
|
|
3277
|
+
showIcon: true,
|
|
3278
|
+
mode: 'fixed'
|
|
3278
3279
|
},
|
|
3279
3280
|
editConfig: {
|
|
3280
3281
|
// mode: 'cell',
|
|
@@ -3585,7 +3586,7 @@ var esnext_iterator_some = __webpack_require__(7550);
|
|
|
3585
3586
|
const {
|
|
3586
3587
|
log: log_log
|
|
3587
3588
|
} = core_.VxeUI;
|
|
3588
|
-
const log_version = `table v${"4.
|
|
3589
|
+
const log_version = `table v${"4.11.0-beta.1"}`;
|
|
3589
3590
|
const warnLog = log_log.create('warn', log_version);
|
|
3590
3591
|
const errLog = log_log.create('error', log_version);
|
|
3591
3592
|
;// ./packages/table/src/columnInfo.ts
|
|
@@ -13752,11 +13753,11 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
13752
13753
|
$xeTable.clearMergeCells();
|
|
13753
13754
|
$xeTable.clearMergeFooterItems();
|
|
13754
13755
|
$xeTable.handleTableData(true);
|
|
13755
|
-
if (
|
|
13756
|
-
|
|
13757
|
-
|
|
13758
|
-
|
|
13759
|
-
}
|
|
13756
|
+
// if (process.env.VUE_APP_VXE_ENV === 'development') {
|
|
13757
|
+
// if ((reactData.scrollXLoad || reactData.scrollYLoad) && reactData.expandColumn) {
|
|
13758
|
+
// warnLog('vxe.error.scrollErrProp', ['column.type=expand'])
|
|
13759
|
+
// }
|
|
13760
|
+
// }
|
|
13760
13761
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)().then(() => {
|
|
13761
13762
|
if ($xeToolbar) {
|
|
13762
13763
|
$xeToolbar.syncUpdate({
|
|
@@ -21516,11 +21517,7 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
21516
21517
|
warnLog('vxe.error.errLargeData', ['loadData(data), reloadData(data)']);
|
|
21517
21518
|
}
|
|
21518
21519
|
loadTableData(value, true).then(() => {
|
|
21519
|
-
const {
|
|
21520
|
-
scrollXLoad,
|
|
21521
|
-
scrollYLoad,
|
|
21522
|
-
expandColumn
|
|
21523
|
-
} = reactData;
|
|
21520
|
+
// const { scrollXLoad, scrollYLoad, expandColumn } = reactData
|
|
21524
21521
|
internalData.inited = true;
|
|
21525
21522
|
internalData.initStatus = true;
|
|
21526
21523
|
if (!initStatus) {
|
|
@@ -21531,9 +21528,9 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
21531
21528
|
// if (checkboxColumn && internalData.tableFullData.length > 300 && !checkboxOpts.checkField) {
|
|
21532
21529
|
// warnLog('vxe.error.checkProp', ['checkbox-config.checkField'])
|
|
21533
21530
|
// }
|
|
21534
|
-
if ((scrollXLoad || scrollYLoad) && expandColumn) {
|
|
21535
|
-
|
|
21536
|
-
}
|
|
21531
|
+
// if ((scrollXLoad || scrollYLoad) && expandColumn) {
|
|
21532
|
+
// warnLog('vxe.error.scrollErrProp', ['column.type=expand'])
|
|
21533
|
+
// }
|
|
21537
21534
|
return tableMethods.recalculate();
|
|
21538
21535
|
});
|
|
21539
21536
|
});
|