vxe-table 4.11.14 → 4.11.16
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 -2
- package/es/locale/lang/ar-EG.js +1 -0
- package/es/locale/lang/de-DE.js +1 -0
- package/es/locale/lang/en-US.js +3 -2
- package/es/locale/lang/es-ES.js +1 -0
- package/es/locale/lang/fr-FR.js +1 -0
- package/es/locale/lang/hu-HU.js +1 -0
- package/es/locale/lang/hy-AM.js +1 -0
- package/es/locale/lang/id-ID.js +1 -0
- package/es/locale/lang/it-IT.js +1 -0
- package/es/locale/lang/ja-JP.js +1 -0
- package/es/locale/lang/ko-KR.js +1 -0
- package/es/locale/lang/nb-NO.js +1 -0
- package/es/locale/lang/pt-BR.js +1 -0
- package/es/locale/lang/ru-RU.js +1 -0
- package/es/locale/lang/th-TH.js +1 -0
- package/es/locale/lang/ug-CN.js +1 -0
- package/es/locale/lang/uk-UA.js +1 -0
- package/es/locale/lang/vi-VN.js +1 -0
- package/es/locale/lang/zh-CHT.js +1 -0
- package/es/locale/lang/zh-CN.js +1 -0
- package/es/style.css +1 -1
- package/es/table/module/custom/panel.js +18 -16
- package/es/table/module/edit/hook.js +4 -2
- package/es/table/src/body.js +2 -2
- package/es/table/src/cell.js +3 -2
- package/es/table/src/table.js +130 -134
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/grid/src/grid.js +1 -4
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/index.umd.js +164 -163
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/ar-EG.js +1 -0
- package/lib/locale/lang/ar-EG.min.js +1 -1
- package/lib/locale/lang/de-DE.js +1 -0
- package/lib/locale/lang/de-DE.min.js +1 -1
- package/lib/locale/lang/en-US.js +3 -2
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +3 -2
- package/lib/locale/lang/es-ES.js +1 -0
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +1 -0
- package/lib/locale/lang/fr-FR.js +1 -0
- package/lib/locale/lang/fr-FR.min.js +1 -1
- package/lib/locale/lang/hu-HU.js +1 -0
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/hu-HU.umd.js +1 -0
- package/lib/locale/lang/hy-AM.js +1 -0
- package/lib/locale/lang/hy-AM.min.js +1 -1
- package/lib/locale/lang/id-ID.js +1 -0
- package/lib/locale/lang/id-ID.min.js +1 -1
- package/lib/locale/lang/it-IT.js +1 -0
- package/lib/locale/lang/it-IT.min.js +1 -1
- package/lib/locale/lang/ja-JP.js +1 -0
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +1 -0
- package/lib/locale/lang/ko-KR.js +1 -0
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/ko-KR.umd.js +1 -0
- package/lib/locale/lang/nb-NO.js +1 -0
- package/lib/locale/lang/nb-NO.min.js +1 -1
- package/lib/locale/lang/pt-BR.js +1 -0
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +1 -0
- package/lib/locale/lang/ru-RU.js +1 -0
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +1 -0
- package/lib/locale/lang/th-TH.js +1 -0
- package/lib/locale/lang/th-TH.min.js +1 -1
- package/lib/locale/lang/ug-CN.js +1 -0
- package/lib/locale/lang/ug-CN.min.js +1 -1
- package/lib/locale/lang/uk-UA.js +1 -0
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +1 -0
- package/lib/locale/lang/vi-VN.js +1 -0
- package/lib/locale/lang/vi-VN.min.js +1 -1
- package/lib/locale/lang/zh-CHT.js +1 -0
- package/lib/locale/lang/zh-CHT.min.js +1 -1
- package/lib/locale/lang/zh-CN.js +1 -0
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +1 -0
- package/lib/style.css +1 -1
- package/lib/table/module/custom/panel.js +18 -16
- package/lib/table/module/custom/panel.min.js +1 -1
- package/lib/table/module/edit/hook.js +4 -2
- package/lib/table/module/edit/hook.min.js +1 -1
- package/lib/table/src/body.js +2 -1
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/cell.js +4 -2
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/table.js +132 -136
- 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 +1 -2
- package/packages/locale/lang/ar-EG.ts +1 -0
- package/packages/locale/lang/de-DE.ts +1 -0
- package/packages/locale/lang/en-US.ts +3 -2
- package/packages/locale/lang/es-ES.ts +1 -0
- package/packages/locale/lang/fr-FR.ts +1 -0
- package/packages/locale/lang/hu-HU.ts +1 -0
- package/packages/locale/lang/hy-AM.ts +1 -0
- package/packages/locale/lang/id-ID.ts +1 -0
- package/packages/locale/lang/it-IT.ts +1 -0
- package/packages/locale/lang/ja-JP.ts +1 -0
- package/packages/locale/lang/ko-KR.ts +1 -0
- package/packages/locale/lang/nb-NO.ts +1 -0
- package/packages/locale/lang/pt-BR.ts +1 -0
- package/packages/locale/lang/ru-RU.ts +1 -0
- package/packages/locale/lang/th-TH.ts +1 -0
- package/packages/locale/lang/ug-CN.ts +1 -0
- package/packages/locale/lang/uk-UA.ts +1 -0
- package/packages/locale/lang/vi-VN.ts +1 -0
- package/packages/locale/lang/zh-CHT.ts +1 -0
- package/packages/locale/lang/zh-CN.ts +1 -0
- package/packages/table/module/custom/panel.ts +18 -16
- package/packages/table/module/edit/hook.ts +4 -2
- package/packages/table/module/keyboard/hook.ts +2 -2
- package/packages/table/src/body.ts +2 -2
- package/packages/table/src/cell.ts +3 -2
- package/packages/table/src/table.ts +130 -134
- /package/es/{iconfont.1740640573077.ttf → iconfont.1741051544689.ttf} +0 -0
- /package/es/{iconfont.1740640573077.woff → iconfont.1741051544689.woff} +0 -0
- /package/es/{iconfont.1740640573077.woff2 → iconfont.1741051544689.woff2} +0 -0
- /package/lib/{iconfont.1740640573077.ttf → iconfont.1741051544689.ttf} +0 -0
- /package/lib/{iconfont.1740640573077.woff → iconfont.1741051544689.woff} +0 -0
- /package/lib/{iconfont.1740640573077.woff2 → iconfont.1741051544689.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -3051,7 +3051,7 @@ function eqEmptyValue(cellValue) {
|
|
|
3051
3051
|
;// ./packages/ui/index.ts
|
|
3052
3052
|
|
|
3053
3053
|
|
|
3054
|
-
const version = "4.11.
|
|
3054
|
+
const version = "4.11.15";
|
|
3055
3055
|
core_.VxeUI.version = version;
|
|
3056
3056
|
core_.VxeUI.tableVersion = version;
|
|
3057
3057
|
core_.VxeUI.setConfig({
|
|
@@ -3499,7 +3499,7 @@ var es_iterator_some = __webpack_require__(3579);
|
|
|
3499
3499
|
const {
|
|
3500
3500
|
log: log_log
|
|
3501
3501
|
} = core_.VxeUI;
|
|
3502
|
-
const log_version = `table v${"4.11.
|
|
3502
|
+
const log_version = `table v${"4.11.15"}`;
|
|
3503
3503
|
const warnLog = log_log.create('warn', log_version);
|
|
3504
3504
|
const errLog = log_log.create('error', log_version);
|
|
3505
3505
|
;// ./packages/table/src/columnInfo.ts
|
|
@@ -4645,10 +4645,12 @@ function renderCellBaseVNs(params, content) {
|
|
|
4645
4645
|
} = tableProps;
|
|
4646
4646
|
const {
|
|
4647
4647
|
computeRowOpts,
|
|
4648
|
-
computeRowDragOpts
|
|
4648
|
+
computeRowDragOpts,
|
|
4649
|
+
computeTreeOpts
|
|
4649
4650
|
} = $table.getComputeMaps();
|
|
4650
4651
|
const rowOpts = computeRowOpts.value;
|
|
4651
4652
|
const rowDragOpts = computeRowDragOpts.value;
|
|
4653
|
+
const treeOpts = computeTreeOpts.value;
|
|
4652
4654
|
const {
|
|
4653
4655
|
showIcon,
|
|
4654
4656
|
isPeerDrag,
|
|
@@ -4659,7 +4661,7 @@ function renderCellBaseVNs(params, content) {
|
|
|
4659
4661
|
const vns = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isArray(content) ? content : [content];
|
|
4660
4662
|
if (dragSort && rowOpts.drag && (showIcon || (dragConfig ? dragConfig.showRowIcon : false)) && (!rVisibleMethod || rVisibleMethod(params))) {
|
|
4661
4663
|
if (treeConfig) {
|
|
4662
|
-
if (isPeerDrag || isCrossDrag || !level) {
|
|
4664
|
+
if (treeOpts.transform && (isPeerDrag || isCrossDrag || !level)) {
|
|
4663
4665
|
vns.unshift(renderCellDragIcon(params));
|
|
4664
4666
|
}
|
|
4665
4667
|
} else {
|
|
@@ -6190,6 +6192,7 @@ const renderType = 'body';
|
|
|
6190
6192
|
const {
|
|
6191
6193
|
columnKey,
|
|
6192
6194
|
resizable: allResizable,
|
|
6195
|
+
showOverflow: allShowOverflow,
|
|
6193
6196
|
border,
|
|
6194
6197
|
height,
|
|
6195
6198
|
cellClassName: allCellClassName,
|
|
@@ -6278,7 +6281,7 @@ const renderType = 'body';
|
|
|
6278
6281
|
const resizeHeight = resizeHeightFlag ? rowRest.resizeHeight : 0;
|
|
6279
6282
|
let fixedHiddenColumn = fixedType ? column.fixed !== fixedType : column.fixed && overflowX;
|
|
6280
6283
|
const isCellPadding = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(padding) ? allPadding === null ? cellOpts.padding : allPadding : padding;
|
|
6281
|
-
const cellOverflow = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(showOverflow) ?
|
|
6284
|
+
const cellOverflow = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(showOverflow) ? allShowOverflow : showOverflow;
|
|
6282
6285
|
const showEllipsis = cellOverflow === 'ellipsis';
|
|
6283
6286
|
const showTitle = cellOverflow === 'title';
|
|
6284
6287
|
const showTooltip = cellOverflow === true || cellOverflow === 'tooltip';
|
|
@@ -8448,11 +8451,12 @@ const {
|
|
|
8448
8451
|
if (prevDragCol && dragCol) {
|
|
8449
8452
|
// 判断是否有拖动
|
|
8450
8453
|
if (prevDragCol !== dragCol) {
|
|
8451
|
-
const
|
|
8454
|
+
const dragColumn = dragCol;
|
|
8452
8455
|
const newColumn = prevDragCol;
|
|
8453
8456
|
Promise.resolve(dragEndMethod ? dragEndMethod({
|
|
8454
|
-
oldColumn,
|
|
8457
|
+
oldColumn: dragColumn,
|
|
8455
8458
|
newColumn,
|
|
8459
|
+
dragColumn,
|
|
8456
8460
|
dragPos: prevDragPos,
|
|
8457
8461
|
dragToChild: !!prevDragToChild,
|
|
8458
8462
|
offsetIndex: dragOffsetIndex
|
|
@@ -8463,13 +8467,13 @@ const {
|
|
|
8463
8467
|
let oafIndex = -1;
|
|
8464
8468
|
let nafIndex = -1;
|
|
8465
8469
|
const oldAllMaps = {};
|
|
8466
|
-
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eachTree([
|
|
8470
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eachTree([dragColumn], column => {
|
|
8467
8471
|
oldAllMaps[column.id] = column;
|
|
8468
8472
|
});
|
|
8469
8473
|
let isSelfToChildStatus = false;
|
|
8470
8474
|
// 只有实时拖拽支持跨层级
|
|
8471
8475
|
if (immediate) {
|
|
8472
|
-
if (
|
|
8476
|
+
if (dragColumn.parentId && newColumn.parentId) {
|
|
8473
8477
|
// 子到子
|
|
8474
8478
|
if (!isCrossDrag) {
|
|
8475
8479
|
return;
|
|
@@ -8486,7 +8490,7 @@ const {
|
|
|
8486
8490
|
return;
|
|
8487
8491
|
}
|
|
8488
8492
|
}
|
|
8489
|
-
} else if (
|
|
8493
|
+
} else if (dragColumn.parentId) {
|
|
8490
8494
|
// 子到根
|
|
8491
8495
|
if (!isCrossDrag) {
|
|
8492
8496
|
return;
|
|
@@ -8511,7 +8515,7 @@ const {
|
|
|
8511
8515
|
} else {
|
|
8512
8516
|
// 根到根
|
|
8513
8517
|
}
|
|
8514
|
-
const oldewMatchRest = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().findTree(collectColumn, item => item.id ===
|
|
8518
|
+
const oldewMatchRest = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().findTree(collectColumn, item => item.id === dragColumn.id);
|
|
8515
8519
|
// 改变层级
|
|
8516
8520
|
if (isSelfToChildStatus && isCrossDrag && isSelfToChildDrag) {
|
|
8517
8521
|
if (oldewMatchRest) {
|
|
@@ -8519,12 +8523,12 @@ const {
|
|
|
8519
8523
|
items: oCols,
|
|
8520
8524
|
index: oIndex
|
|
8521
8525
|
} = oldewMatchRest;
|
|
8522
|
-
const childList =
|
|
8526
|
+
const childList = dragColumn.children || [];
|
|
8523
8527
|
childList.forEach(column => {
|
|
8524
|
-
column.parentId =
|
|
8528
|
+
column.parentId = dragColumn.parentId;
|
|
8525
8529
|
});
|
|
8526
8530
|
oCols.splice(oIndex, 1, ...childList);
|
|
8527
|
-
|
|
8531
|
+
dragColumn.children = [];
|
|
8528
8532
|
}
|
|
8529
8533
|
} else {
|
|
8530
8534
|
if (oldewMatchRest) {
|
|
@@ -8548,11 +8552,11 @@ const {
|
|
|
8548
8552
|
} = newMatchRest;
|
|
8549
8553
|
// 转子级
|
|
8550
8554
|
if (isCrossDrag && isToChildDrag && prevDragToChild) {
|
|
8551
|
-
|
|
8552
|
-
newColumn.children = (newColumn.children || []).concat([
|
|
8555
|
+
dragColumn.parentId = newColumn.id;
|
|
8556
|
+
newColumn.children = (newColumn.children || []).concat([dragColumn]);
|
|
8553
8557
|
} else {
|
|
8554
|
-
|
|
8555
|
-
nCols.splice(nIndex + dragOffsetIndex, 0,
|
|
8558
|
+
dragColumn.parentId = newColumn.parentId;
|
|
8559
|
+
nCols.splice(nIndex + dragOffsetIndex, 0, dragColumn);
|
|
8556
8560
|
}
|
|
8557
8561
|
if (!nParent) {
|
|
8558
8562
|
nafIndex = nIndex;
|
|
@@ -8565,10 +8569,10 @@ const {
|
|
|
8565
8569
|
}
|
|
8566
8570
|
});
|
|
8567
8571
|
} else {
|
|
8568
|
-
oafIndex = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().findIndexOf(customColumnList, item => item.id ===
|
|
8572
|
+
oafIndex = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().findIndexOf(customColumnList, item => item.id === dragColumn.id);
|
|
8569
8573
|
customColumnList.splice(oafIndex, 1);
|
|
8570
8574
|
nafIndex = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().findIndexOf(customColumnList, item => item.id === newColumn.id);
|
|
8571
|
-
customColumnList.splice(nafIndex + dragOffsetIndex, 0,
|
|
8575
|
+
customColumnList.splice(nafIndex + dragOffsetIndex, 0, dragColumn);
|
|
8572
8576
|
}
|
|
8573
8577
|
reactData.isDragColMove = true;
|
|
8574
8578
|
if (mouseConfig) {
|
|
@@ -8581,8 +8585,9 @@ const {
|
|
|
8581
8585
|
}
|
|
8582
8586
|
}
|
|
8583
8587
|
$xeTable.dispatchEvent('column-dragend', {
|
|
8584
|
-
oldColumn,
|
|
8588
|
+
oldColumn: dragColumn,
|
|
8585
8589
|
newColumn,
|
|
8590
|
+
dragColumn,
|
|
8586
8591
|
dragPos: prevDragPos,
|
|
8587
8592
|
offsetIndex: dragOffsetIndex,
|
|
8588
8593
|
_index: {
|
|
@@ -19551,6 +19556,7 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
19551
19556
|
const dragParams = {
|
|
19552
19557
|
oldRow: dragRow,
|
|
19553
19558
|
newRow: prevDragRow,
|
|
19559
|
+
dragRow,
|
|
19554
19560
|
dragPos: prevDragPos,
|
|
19555
19561
|
dragToChild: !!prevDragToChild,
|
|
19556
19562
|
offsetIndex: dragOffsetIndex
|
|
@@ -19692,6 +19698,7 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
19692
19698
|
dispatchEvent('row-dragend', {
|
|
19693
19699
|
oldRow: dragRow,
|
|
19694
19700
|
newRow: prevDragRow,
|
|
19701
|
+
dragRow,
|
|
19695
19702
|
dragPos: prevDragPos,
|
|
19696
19703
|
dragToChild: isDragToChildFlag,
|
|
19697
19704
|
offsetIndex: dragOffsetIndex,
|
|
@@ -19874,11 +19881,12 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
19874
19881
|
if (prevDragCol && dragCol) {
|
|
19875
19882
|
// 判断是否有拖动
|
|
19876
19883
|
if (prevDragCol !== dragCol) {
|
|
19877
|
-
const
|
|
19884
|
+
const dragColumn = dragCol;
|
|
19878
19885
|
const newColumn = prevDragCol;
|
|
19879
19886
|
const dragParams = {
|
|
19880
|
-
oldColumn,
|
|
19887
|
+
oldColumn: dragColumn,
|
|
19881
19888
|
newColumn,
|
|
19889
|
+
dragColumn,
|
|
19882
19890
|
dragPos: prevDragPos,
|
|
19883
19891
|
dragToChild: !!prevDragToChild,
|
|
19884
19892
|
offsetIndex: dragOffsetIndex
|
|
@@ -19891,14 +19899,14 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
19891
19899
|
let oafIndex = -1;
|
|
19892
19900
|
let nafIndex = -1;
|
|
19893
19901
|
const oldAllMaps = {};
|
|
19894
|
-
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eachTree([
|
|
19902
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eachTree([dragColumn], column => {
|
|
19895
19903
|
oldAllMaps[column.id] = column;
|
|
19896
19904
|
});
|
|
19897
19905
|
let isSelfToChildStatus = false;
|
|
19898
|
-
if (
|
|
19906
|
+
if (dragColumn.parentId && newColumn.parentId) {
|
|
19899
19907
|
// 子到子
|
|
19900
19908
|
if (isPeerDrag && !isCrossDrag) {
|
|
19901
|
-
if (
|
|
19909
|
+
if (dragColumn.parentId !== newColumn.parentId) {
|
|
19902
19910
|
// 非同级
|
|
19903
19911
|
return;
|
|
19904
19912
|
}
|
|
@@ -19919,7 +19927,7 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
19919
19927
|
}
|
|
19920
19928
|
}
|
|
19921
19929
|
}
|
|
19922
|
-
} else if (
|
|
19930
|
+
} else if (dragColumn.parentId) {
|
|
19923
19931
|
// 子到根
|
|
19924
19932
|
if (!isCrossDrag) {
|
|
19925
19933
|
return;
|
|
@@ -19944,7 +19952,7 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
19944
19952
|
} else {
|
|
19945
19953
|
// 根到根
|
|
19946
19954
|
}
|
|
19947
|
-
const oldewMatchRest = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().findTree(collectColumn, item => item.id ===
|
|
19955
|
+
const oldewMatchRest = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().findTree(collectColumn, item => item.id === dragColumn.id);
|
|
19948
19956
|
// 改变层级
|
|
19949
19957
|
if (isSelfToChildStatus && isCrossDrag && isSelfToChildDrag) {
|
|
19950
19958
|
if (oldewMatchRest) {
|
|
@@ -19952,12 +19960,12 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
19952
19960
|
items: oCols,
|
|
19953
19961
|
index: oIndex
|
|
19954
19962
|
} = oldewMatchRest;
|
|
19955
|
-
const childList =
|
|
19963
|
+
const childList = dragColumn.children || [];
|
|
19956
19964
|
childList.forEach(column => {
|
|
19957
|
-
column.parentId =
|
|
19965
|
+
column.parentId = dragColumn.parentId;
|
|
19958
19966
|
});
|
|
19959
19967
|
oCols.splice(oIndex, 1, ...childList);
|
|
19960
|
-
|
|
19968
|
+
dragColumn.children = [];
|
|
19961
19969
|
}
|
|
19962
19970
|
} else {
|
|
19963
19971
|
if (oldewMatchRest) {
|
|
@@ -19981,11 +19989,11 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
19981
19989
|
} = newMatchRest;
|
|
19982
19990
|
// 转子级
|
|
19983
19991
|
if (isCrossDrag && isToChildDrag && isDragToChildFlag) {
|
|
19984
|
-
|
|
19985
|
-
newColumn.children = (newColumn.children || []).concat([
|
|
19992
|
+
dragColumn.parentId = newColumn.id;
|
|
19993
|
+
newColumn.children = (newColumn.children || []).concat([dragColumn]);
|
|
19986
19994
|
} else {
|
|
19987
|
-
|
|
19988
|
-
nCols.splice(nIndex + dragOffsetIndex, 0,
|
|
19995
|
+
dragColumn.parentId = newColumn.parentId;
|
|
19996
|
+
nCols.splice(nIndex + dragOffsetIndex, 0, dragColumn);
|
|
19989
19997
|
}
|
|
19990
19998
|
if (!nParent) {
|
|
19991
19999
|
nafIndex = nIndex;
|
|
@@ -20008,8 +20016,9 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
20008
20016
|
}
|
|
20009
20017
|
}
|
|
20010
20018
|
dispatchEvent('column-dragend', {
|
|
20011
|
-
oldColumn,
|
|
20019
|
+
oldColumn: dragColumn,
|
|
20012
20020
|
newColumn,
|
|
20021
|
+
dragColumn,
|
|
20013
20022
|
dragPos: prevDragPos,
|
|
20014
20023
|
dragToChild: isDragToChildFlag,
|
|
20015
20024
|
offsetIndex: dragOffsetIndex,
|
|
@@ -20466,7 +20475,8 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
20466
20475
|
const {
|
|
20467
20476
|
target,
|
|
20468
20477
|
deltaY,
|
|
20469
|
-
deltaX
|
|
20478
|
+
deltaX,
|
|
20479
|
+
shiftKey
|
|
20470
20480
|
} = evnt;
|
|
20471
20481
|
if (target && /^textarea$/i.test(target.tagName)) {
|
|
20472
20482
|
return;
|
|
@@ -20507,8 +20517,8 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
20507
20517
|
return;
|
|
20508
20518
|
}
|
|
20509
20519
|
const wheelSpeed = getWheelSpeed(reactData.lastScrollTime);
|
|
20510
|
-
const deltaTop = Math.ceil(deltaY * wheelSpeed);
|
|
20511
|
-
const deltaLeft = Math.ceil(deltaX * wheelSpeed);
|
|
20520
|
+
const deltaTop = Math.ceil((shiftKey ? deltaX : deltaY) * wheelSpeed);
|
|
20521
|
+
const deltaLeft = Math.ceil((shiftKey ? deltaY : deltaX) * wheelSpeed);
|
|
20512
20522
|
const isTopWheel = deltaTop < 0;
|
|
20513
20523
|
const currScrollTop = bodyScrollElem.scrollTop;
|
|
20514
20524
|
// 如果滚动位置已经是顶部或底部,则不需要触发
|
|
@@ -21698,6 +21708,8 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
21698
21708
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)(() => {
|
|
21699
21709
|
const {
|
|
21700
21710
|
data,
|
|
21711
|
+
exportConfig,
|
|
21712
|
+
importConfig,
|
|
21701
21713
|
treeConfig,
|
|
21702
21714
|
showOverflow
|
|
21703
21715
|
} = props;
|
|
@@ -21712,132 +21724,121 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
21712
21724
|
const checkboxOpts = computeCheckboxOpts.value;
|
|
21713
21725
|
const expandOpts = computeExpandOpts.value;
|
|
21714
21726
|
const rowOpts = computeRowOpts.value;
|
|
21715
|
-
|
|
21716
|
-
|
|
21717
|
-
|
|
21718
|
-
|
|
21719
|
-
|
|
21720
|
-
|
|
21721
|
-
}
|
|
21722
|
-
if (props.columnKey) {
|
|
21723
|
-
warnLog('vxe.error.delProp', ['column-id', 'column-config.useKey']);
|
|
21724
|
-
}
|
|
21725
|
-
if (!(props.rowId || rowOpts.keyField) && (checkboxOpts.reserve || checkboxOpts.checkRowKeys || radioOpts.reserve || radioOpts.checkRowKey || expandOpts.expandRowKeys || treeOpts.expandRowKeys)) {
|
|
21726
|
-
warnLog('vxe.error.reqProp', ['row-config.keyField']);
|
|
21727
|
-
}
|
|
21728
|
-
if (props.editConfig && (editOpts.showStatus || editOpts.showUpdateStatus || editOpts.showInsertStatus) && !props.keepSource) {
|
|
21729
|
-
warnLog('vxe.error.reqProp', ['keep-source']);
|
|
21730
|
-
}
|
|
21731
|
-
if (treeConfig && (treeOpts.showLine || treeOpts.line) && (!(props.rowKey || rowOpts.useKey) || !showOverflow)) {
|
|
21732
|
-
warnLog('vxe.error.reqProp', ['row-config.useKey | show-overflow']);
|
|
21733
|
-
}
|
|
21734
|
-
if (treeConfig && !treeOpts.transform && props.stripe) {
|
|
21735
|
-
warnLog('vxe.error.noTree', ['stripe']);
|
|
21736
|
-
}
|
|
21737
|
-
if (props.showFooter && !(props.footerMethod || props.footerData)) {
|
|
21738
|
-
warnLog('vxe.error.reqProp', ['footer-data | footer-method']);
|
|
21739
|
-
}
|
|
21740
|
-
if (rowOpts.height) {
|
|
21741
|
-
warnLog('vxe.error.delProp', ['row-config.height', 'cell-config.height']);
|
|
21742
|
-
}
|
|
21743
|
-
// if (props.highlightCurrentRow) {
|
|
21744
|
-
// warnLog('vxe.error.delProp', ['highlight-current-row', 'row-config.isCurrent'])
|
|
21745
|
-
// }
|
|
21746
|
-
// if (props.highlightHoverRow) {
|
|
21747
|
-
// warnLog('vxe.error.delProp', ['highlight-hover-row', 'row-config.isHover'])
|
|
21748
|
-
// }
|
|
21749
|
-
// if (props.highlightCurrentColumn) {
|
|
21750
|
-
// warnLog('vxe.error.delProp', ['highlight-current-column', 'column-config.isCurrent'])
|
|
21751
|
-
// }
|
|
21752
|
-
// if (props.highlightHoverColumn) {
|
|
21753
|
-
// warnLog('vxe.error.delProp', ['highlight-hover-column', 'column-config.isHover'])
|
|
21754
|
-
// }
|
|
21755
|
-
// 检查导入导出类型,如果自定义导入导出方法,则不校验类型
|
|
21756
|
-
const {
|
|
21757
|
-
exportConfig,
|
|
21758
|
-
importConfig
|
|
21759
|
-
} = props;
|
|
21760
|
-
const exportOpts = computeExportOpts.value;
|
|
21761
|
-
const importOpts = computeImportOpts.value;
|
|
21762
|
-
if (importConfig && importOpts.types && !importOpts.importMethod && !external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().includeArrays(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(importOpts._typeMaps), importOpts.types)) {
|
|
21763
|
-
warnLog('vxe.error.errProp', [`export-config.types=${importOpts.types.join(',')}`, importOpts.types.filter(type => external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().includes(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(importOpts._typeMaps), type)).join(',') || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(importOpts._typeMaps).join(',')]);
|
|
21764
|
-
}
|
|
21765
|
-
if (exportConfig && exportOpts.types && !exportOpts.exportMethod && !external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().includeArrays(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(exportOpts._typeMaps), exportOpts.types)) {
|
|
21766
|
-
warnLog('vxe.error.errProp', [`export-config.types=${exportOpts.types.join(',')}`, exportOpts.types.filter(type => external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().includes(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(exportOpts._typeMaps), type)).join(',') || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(exportOpts._typeMaps).join(',')]);
|
|
21767
|
-
}
|
|
21727
|
+
const customOpts = computeCustomOpts.value;
|
|
21728
|
+
const mouseOpts = computeMouseOpts.value;
|
|
21729
|
+
const exportOpts = computeExportOpts.value;
|
|
21730
|
+
const importOpts = computeImportOpts.value;
|
|
21731
|
+
if (props.rowId) {
|
|
21732
|
+
warnLog('vxe.error.delProp', ['row-id', 'row-config.keyField']);
|
|
21768
21733
|
}
|
|
21769
|
-
if (
|
|
21770
|
-
|
|
21771
|
-
|
|
21772
|
-
|
|
21773
|
-
|
|
21774
|
-
|
|
21775
|
-
|
|
21776
|
-
|
|
21777
|
-
|
|
21778
|
-
|
|
21779
|
-
|
|
21780
|
-
|
|
21781
|
-
|
|
21782
|
-
|
|
21783
|
-
|
|
21784
|
-
|
|
21785
|
-
|
|
21786
|
-
|
|
21787
|
-
|
|
21788
|
-
|
|
21789
|
-
|
|
21790
|
-
|
|
21791
|
-
|
|
21792
|
-
|
|
21793
|
-
|
|
21794
|
-
|
|
21795
|
-
|
|
21796
|
-
|
|
21797
|
-
|
|
21798
|
-
|
|
21799
|
-
|
|
21800
|
-
|
|
21801
|
-
|
|
21802
|
-
|
|
21803
|
-
|
|
21804
|
-
|
|
21805
|
-
|
|
21806
|
-
|
|
21807
|
-
}
|
|
21808
|
-
|
|
21809
|
-
|
|
21734
|
+
if (props.rowKey) {
|
|
21735
|
+
warnLog('vxe.error.delProp', ['row-key', 'row-config.useKey']);
|
|
21736
|
+
}
|
|
21737
|
+
if (props.columnKey) {
|
|
21738
|
+
warnLog('vxe.error.delProp', ['column-id', 'column-config.useKey']);
|
|
21739
|
+
}
|
|
21740
|
+
if (!(props.rowId || rowOpts.keyField) && (checkboxOpts.reserve || checkboxOpts.checkRowKeys || radioOpts.reserve || radioOpts.checkRowKey || expandOpts.expandRowKeys || treeOpts.expandRowKeys)) {
|
|
21741
|
+
warnLog('vxe.error.reqProp', ['row-config.keyField']);
|
|
21742
|
+
}
|
|
21743
|
+
if (props.editConfig && (editOpts.showStatus || editOpts.showUpdateStatus || editOpts.showInsertStatus) && !props.keepSource) {
|
|
21744
|
+
warnLog('vxe.error.reqProp', ['keep-source']);
|
|
21745
|
+
}
|
|
21746
|
+
if (treeConfig && (treeOpts.showLine || treeOpts.line) && (!(props.rowKey || rowOpts.useKey) || !showOverflow)) {
|
|
21747
|
+
warnLog('vxe.error.reqProp', ['row-config.useKey | show-overflow']);
|
|
21748
|
+
}
|
|
21749
|
+
if (treeConfig && !treeOpts.transform && props.stripe) {
|
|
21750
|
+
warnLog('vxe.error.noTree', ['stripe']);
|
|
21751
|
+
}
|
|
21752
|
+
if (props.showFooter && !(props.footerMethod || props.footerData)) {
|
|
21753
|
+
warnLog('vxe.error.reqProp', ['footer-data | footer-method']);
|
|
21754
|
+
}
|
|
21755
|
+
if (rowOpts.height) {
|
|
21756
|
+
warnLog('vxe.error.delProp', ['row-config.height', 'cell-config.height']);
|
|
21757
|
+
}
|
|
21758
|
+
if (props.highlightCurrentRow) {
|
|
21759
|
+
warnLog('vxe.error.delProp', ['highlight-current-row', 'row-config.isCurrent']);
|
|
21760
|
+
}
|
|
21761
|
+
if (props.highlightHoverRow) {
|
|
21762
|
+
warnLog('vxe.error.delProp', ['highlight-hover-row', 'row-config.isHover']);
|
|
21763
|
+
}
|
|
21764
|
+
if (props.highlightCurrentColumn) {
|
|
21765
|
+
warnLog('vxe.error.delProp', ['highlight-current-column', 'column-config.isCurrent']);
|
|
21766
|
+
}
|
|
21767
|
+
if (props.highlightHoverColumn) {
|
|
21768
|
+
warnLog('vxe.error.delProp', ['highlight-hover-column', 'column-config.isHover']);
|
|
21769
|
+
}
|
|
21770
|
+
// 检查导入导出类型,如果自定义导入导出方法,则不校验类型
|
|
21771
|
+
if (importConfig && importOpts.types && !importOpts.importMethod && !external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().includeArrays(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(importOpts._typeMaps), importOpts.types)) {
|
|
21772
|
+
warnLog('vxe.error.errProp', [`export-config.types=${importOpts.types.join(',')}`, importOpts.types.filter(type => external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().includes(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(importOpts._typeMaps), type)).join(',') || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(importOpts._typeMaps).join(',')]);
|
|
21773
|
+
}
|
|
21774
|
+
if (exportConfig && exportOpts.types && !exportOpts.exportMethod && !external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().includeArrays(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(exportOpts._typeMaps), exportOpts.types)) {
|
|
21775
|
+
warnLog('vxe.error.errProp', [`export-config.types=${exportOpts.types.join(',')}`, exportOpts.types.filter(type => external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().includes(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(exportOpts._typeMaps), type)).join(',') || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(exportOpts._typeMaps).join(',')]);
|
|
21776
|
+
}
|
|
21777
|
+
if (!props.id) {
|
|
21778
|
+
if ((props.customConfig ? isEnableConf(customOpts) : customOpts.enabled) && customOpts.storage) {
|
|
21779
|
+
errLog('vxe.error.reqProp', ['id']);
|
|
21810
21780
|
}
|
|
21811
|
-
|
|
21812
|
-
|
|
21813
|
-
|
|
21814
|
-
|
|
21815
|
-
|
|
21781
|
+
}
|
|
21782
|
+
if (props.treeConfig && checkboxOpts.range) {
|
|
21783
|
+
errLog('vxe.error.noTree', ['checkbox-config.range']);
|
|
21784
|
+
}
|
|
21785
|
+
if (rowOpts.height && !props.showOverflow) {
|
|
21786
|
+
warnLog('vxe.error.notProp', ['table.show-overflow']);
|
|
21787
|
+
}
|
|
21788
|
+
if (!$xeTable.handleMousedownCellAreaEvent) {
|
|
21789
|
+
if (props.areaConfig) {
|
|
21790
|
+
warnLog('vxe.error.notProp', ['area-config']);
|
|
21816
21791
|
}
|
|
21817
|
-
if (props.
|
|
21818
|
-
warnLog('vxe.error.
|
|
21792
|
+
if (props.clipConfig) {
|
|
21793
|
+
warnLog('vxe.error.notProp', ['clip-config']);
|
|
21819
21794
|
}
|
|
21820
|
-
if (props.
|
|
21821
|
-
|
|
21795
|
+
if (props.fnrConfig) {
|
|
21796
|
+
warnLog('vxe.error.notProp', ['fnr-config']);
|
|
21822
21797
|
}
|
|
21823
|
-
if (
|
|
21824
|
-
|
|
21798
|
+
if (mouseOpts.area) {
|
|
21799
|
+
errLog('vxe.error.notProp', ['mouse-config.area']);
|
|
21800
|
+
return;
|
|
21825
21801
|
}
|
|
21826
21802
|
}
|
|
21803
|
+
if (treeConfig && rowOpts.drag && !treeOpts.transform) {
|
|
21804
|
+
warnLog('vxe.error.notSupportProp', ['column-config.drag', 'tree-config.transform=false', 'tree-config.transform=true']);
|
|
21805
|
+
}
|
|
21806
|
+
if (props.dragConfig) {
|
|
21807
|
+
warnLog('vxe.error.delProp', ['drag-config', 'row-drag-config']);
|
|
21808
|
+
}
|
|
21809
|
+
if (props.treeConfig && treeOpts.children) {
|
|
21810
|
+
warnLog('vxe.error.delProp', ['tree-config.children', 'tree-config.childrenField']);
|
|
21811
|
+
}
|
|
21812
|
+
if (props.treeConfig && treeOpts.line) {
|
|
21813
|
+
warnLog('vxe.error.delProp', ['tree-config.line', 'tree-config.showLine']);
|
|
21814
|
+
}
|
|
21815
|
+
if (mouseOpts.area && mouseOpts.selected) {
|
|
21816
|
+
warnLog('vxe.error.errConflicts', ['mouse-config.area', 'mouse-config.selected']);
|
|
21817
|
+
}
|
|
21818
|
+
if (mouseOpts.area && props.treeConfig && !treeOpts.transform) {
|
|
21819
|
+
errLog('vxe.error.noTree', ['mouse-config.area']);
|
|
21820
|
+
}
|
|
21821
|
+
if (props.editConfig && editOpts.activeMethod) {
|
|
21822
|
+
warnLog('vxe.error.delProp', ['edit-config.activeMethod', 'edit-config.beforeEditMethod']);
|
|
21823
|
+
}
|
|
21824
|
+
if (props.treeConfig && checkboxOpts.isShiftKey) {
|
|
21825
|
+
errLog('vxe.error.errConflicts', ['tree-config', 'checkbox-config.isShiftKey']);
|
|
21826
|
+
}
|
|
21827
|
+
if (checkboxOpts.halfField) {
|
|
21828
|
+
warnLog('vxe.error.delProp', ['checkbox-config.halfField', 'checkbox-config.indeterminateField']);
|
|
21829
|
+
}
|
|
21827
21830
|
// 检查是否有安装需要的模块
|
|
21828
|
-
if (
|
|
21829
|
-
|
|
21830
|
-
|
|
21831
|
-
|
|
21832
|
-
|
|
21833
|
-
|
|
21834
|
-
|
|
21835
|
-
|
|
21836
|
-
|
|
21837
|
-
|
|
21838
|
-
|
|
21839
|
-
errLog('vxe.error.reqModule', ['Export']);
|
|
21840
|
-
}
|
|
21831
|
+
if (props.editConfig && !$xeTable.insert) {
|
|
21832
|
+
errLog('vxe.error.reqModule', ['Edit']);
|
|
21833
|
+
}
|
|
21834
|
+
if (props.editRules && !$xeTable.validate) {
|
|
21835
|
+
errLog('vxe.error.reqModule', ['Validator']);
|
|
21836
|
+
}
|
|
21837
|
+
if ((checkboxOpts.range || props.keyboardConfig || props.mouseConfig) && !$xeTable.handleCellMousedownEvent) {
|
|
21838
|
+
errLog('vxe.error.reqModule', ['Keyboard']);
|
|
21839
|
+
}
|
|
21840
|
+
if ((props.printConfig || props.importConfig || props.exportConfig) && !$xeTable.exportData) {
|
|
21841
|
+
errLog('vxe.error.reqModule', ['Export']);
|
|
21841
21842
|
}
|
|
21842
21843
|
Object.assign(scrollYStore, {
|
|
21843
21844
|
startIndex: 0,
|
|
@@ -23267,7 +23268,7 @@ edit_hook_hooks.add('tableEditModule', {
|
|
|
23267
23268
|
[parentField]: parentRow[rowField]
|
|
23268
23269
|
})), targetRow, isInsertNextRow);
|
|
23269
23270
|
} else {
|
|
23270
|
-
errLog('vxe.error.errProp', ['tree-config.
|
|
23271
|
+
errLog('vxe.error.errProp', ['tree-config.transform=false', 'tree-config.transform=true']);
|
|
23271
23272
|
}
|
|
23272
23273
|
return Promise.resolve({
|
|
23273
23274
|
row: null,
|
|
@@ -23864,7 +23865,9 @@ edit_hook_hooks.add('tableEditModule', {
|
|
|
23864
23865
|
let isPos = false;
|
|
23865
23866
|
if (fieldOrColumn) {
|
|
23866
23867
|
isPos = true;
|
|
23867
|
-
|
|
23868
|
+
if (fieldOrColumn !== true) {
|
|
23869
|
+
column = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isString(fieldOrColumn) ? $xeTable.getColumnByField(fieldOrColumn) : fieldOrColumn;
|
|
23870
|
+
}
|
|
23868
23871
|
}
|
|
23869
23872
|
return handleEditCell(row, column, isPos);
|
|
23870
23873
|
},
|
|
@@ -30697,9 +30700,6 @@ const gridComponentEmits = [...emits, 'page-change', 'form-submit', 'form-submit
|
|
|
30697
30700
|
* 获取需要排除的高度
|
|
30698
30701
|
*/
|
|
30699
30702
|
getExcludeHeight() {
|
|
30700
|
-
const {
|
|
30701
|
-
height
|
|
30702
|
-
} = props;
|
|
30703
30703
|
const {
|
|
30704
30704
|
isZMax
|
|
30705
30705
|
} = reactData;
|
|
@@ -30709,7 +30709,7 @@ const gridComponentEmits = [...emits, 'page-change', 'form-submit', 'form-submit
|
|
|
30709
30709
|
const topWrapper = refTopWrapper.value;
|
|
30710
30710
|
const bottomWrapper = refBottomWrapper.value;
|
|
30711
30711
|
const pagerWrapper = refPagerWrapper.value;
|
|
30712
|
-
const parentPaddingSize = isZMax
|
|
30712
|
+
const parentPaddingSize = isZMax ? 0 : getPaddingTopBottomSize(el.parentNode);
|
|
30713
30713
|
return parentPaddingSize + getPaddingTopBottomSize(el) + getOffsetHeight(formWrapper) + getOffsetHeight(toolbarWrapper) + getOffsetHeight(topWrapper) + getOffsetHeight(bottomWrapper) + getOffsetHeight(pagerWrapper);
|
|
30714
30714
|
},
|
|
30715
30715
|
getParentHeight() {
|
|
@@ -30883,6 +30883,7 @@ const Grid = VxeGrid;
|
|
|
30883
30883
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
30884
30884
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
30885
30885
|
errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
|
|
30886
|
+
notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
|
|
30886
30887
|
unableInsert: '无法插入到指定位置,请检查参数是否正确',
|
|
30887
30888
|
useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
|
|
30888
30889
|
barUnableLink: '工具栏无法关联表格',
|