@fecp/designer 5.4.106 → 5.4.107
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/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer.css +2 -2
- package/es/node_modules/vxe-table/es/components.mjs +2 -1
- package/es/node_modules/vxe-table/es/grid/index.mjs +5 -1
- package/es/node_modules/vxe-table/es/grid/src/grid.mjs +20 -24
- package/es/node_modules/vxe-table/es/locale/lang/zh-CN.mjs +0 -6
- package/es/node_modules/vxe-table/es/table/module/custom/hook.mjs +8 -25
- package/es/node_modules/vxe-table/es/table/module/custom/panel.mjs +9 -14
- package/es/node_modules/vxe-table/es/table/module/export/export-panel.mjs +5 -11
- package/es/node_modules/vxe-table/es/table/module/export/import-panel.mjs +4 -11
- package/es/node_modules/vxe-table/es/table/module/filter/hook.mjs +19 -63
- package/es/node_modules/vxe-table/es/table/module/keyboard/hook.mjs +7 -18
- package/es/node_modules/vxe-table/es/table/module/menu/hook.mjs +2 -2
- package/es/node_modules/vxe-table/es/table/module/validator/hook.mjs +19 -19
- package/es/node_modules/vxe-table/es/table/src/body.mjs +17 -28
- package/es/node_modules/vxe-table/es/table/src/column.mjs +1 -1
- package/es/node_modules/vxe-table/es/table/src/columnInfo.mjs +0 -2
- package/es/node_modules/vxe-table/es/table/src/emits.mjs +0 -1
- package/es/node_modules/vxe-table/es/table/src/footer.mjs +2 -2
- package/es/node_modules/vxe-table/es/table/src/group.mjs +1 -2
- package/es/node_modules/vxe-table/es/table/src/props.mjs +0 -4
- package/es/node_modules/vxe-table/es/table/src/table.mjs +496 -619
- package/es/node_modules/vxe-table/es/table/src/util.mjs +22 -286
- package/es/node_modules/vxe-table/es/toolbar/src/toolbar.mjs +7 -11
- package/es/node_modules/vxe-table/es/ui/index.mjs +4 -12
- package/es/node_modules/vxe-table/es/ui/src/dom.mjs +1 -24
- package/es/node_modules/vxe-table/es/ui/src/log.mjs +1 -1
- package/es/packages/mobile/src/components/dataDisplay/table/Table.vue.mjs +3 -3
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +2 -2
- package/lib/node_modules/vxe-table/es/components.js +4 -3
- package/lib/node_modules/vxe-table/es/grid/index.js +4 -1
- package/lib/node_modules/vxe-table/es/grid/src/grid.js +19 -23
- package/lib/node_modules/vxe-table/es/locale/lang/zh-CN.js +0 -6
- package/lib/node_modules/vxe-table/es/table/module/custom/hook.js +8 -25
- package/lib/node_modules/vxe-table/es/table/module/custom/panel.js +8 -13
- package/lib/node_modules/vxe-table/es/table/module/export/export-panel.js +5 -11
- package/lib/node_modules/vxe-table/es/table/module/export/import-panel.js +4 -11
- package/lib/node_modules/vxe-table/es/table/module/filter/hook.js +19 -63
- package/lib/node_modules/vxe-table/es/table/module/keyboard/hook.js +7 -18
- package/lib/node_modules/vxe-table/es/table/module/menu/hook.js +2 -2
- package/lib/node_modules/vxe-table/es/table/module/validator/hook.js +19 -19
- package/lib/node_modules/vxe-table/es/table/src/body.js +17 -28
- package/lib/node_modules/vxe-table/es/table/src/column.js +1 -1
- package/lib/node_modules/vxe-table/es/table/src/columnInfo.js +0 -2
- package/lib/node_modules/vxe-table/es/table/src/emits.js +0 -1
- package/lib/node_modules/vxe-table/es/table/src/footer.js +2 -2
- package/lib/node_modules/vxe-table/es/table/src/group.js +1 -2
- package/lib/node_modules/vxe-table/es/table/src/props.js +0 -4
- package/lib/node_modules/vxe-table/es/table/src/table.js +494 -617
- package/lib/node_modules/vxe-table/es/table/src/util.js +22 -286
- package/lib/node_modules/vxe-table/es/toolbar/src/toolbar.js +6 -10
- package/lib/node_modules/vxe-table/es/ui/index.js +4 -12
- package/lib/node_modules/vxe-table/es/ui/src/dom.js +0 -23
- package/lib/node_modules/vxe-table/es/ui/src/log.js +1 -1
- package/lib/packages/mobile/src/components/dataDisplay/table/Table.vue.js +3 -3
- package/package.json +1 -1
|
@@ -105,20 +105,19 @@ function validRuleValue(rule, val, required) {
|
|
|
105
105
|
}
|
|
106
106
|
return true;
|
|
107
107
|
}
|
|
108
|
-
function checkRuleStatus(rule,
|
|
109
|
-
const { required
|
|
110
|
-
const
|
|
111
|
-
const isEmptyVal = XEUtils.isArray(currVal) ? !currVal.length : eqEmptyValue(currVal);
|
|
108
|
+
function checkRuleStatus(rule, val) {
|
|
109
|
+
const { required } = rule;
|
|
110
|
+
const isEmptyVal = XEUtils.isArray(val) ? !val.length : eqEmptyValue(val);
|
|
112
111
|
if (required) {
|
|
113
112
|
if (isEmptyVal) {
|
|
114
113
|
return false;
|
|
115
114
|
}
|
|
116
|
-
if (!validRuleValue(rule,
|
|
115
|
+
if (!validRuleValue(rule, val, required)) {
|
|
117
116
|
return false;
|
|
118
117
|
}
|
|
119
118
|
} else {
|
|
120
119
|
if (!isEmptyVal) {
|
|
121
|
-
if (!validRuleValue(rule,
|
|
120
|
+
if (!validRuleValue(rule, val, required)) {
|
|
122
121
|
return false;
|
|
123
122
|
}
|
|
124
123
|
}
|
|
@@ -133,6 +132,7 @@ hooks.add("tableValidatorModule", {
|
|
|
133
132
|
const { computeValidOpts, computeTreeOpts, computeEditOpts, computeAggregateOpts } = $xeTable.getComputeMaps();
|
|
134
133
|
let validatorMethods = {};
|
|
135
134
|
let validatorPrivateMethods = {};
|
|
135
|
+
let validRuleErr;
|
|
136
136
|
const handleValidError = (params) => {
|
|
137
137
|
return new Promise((resolve) => {
|
|
138
138
|
const validOpts = computeValidOpts.value;
|
|
@@ -141,7 +141,7 @@ hooks.add("tableValidatorModule", {
|
|
|
141
141
|
resolve();
|
|
142
142
|
} else {
|
|
143
143
|
$xeTable.handleEdit(params, { type: "valid-error", trigger: "call" }).then(() => {
|
|
144
|
-
resolve(
|
|
144
|
+
resolve(validatorPrivateMethods.showValidTooltip(params));
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
147
|
});
|
|
@@ -186,8 +186,8 @@ hooks.add("tableValidatorModule", {
|
|
|
186
186
|
}
|
|
187
187
|
const rowValidErrs = [];
|
|
188
188
|
internalData._lastCallTime = Date.now();
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
validRuleErr = false;
|
|
190
|
+
validatorMethods.clearValidate();
|
|
191
191
|
const validErrMaps = {};
|
|
192
192
|
if (editRules) {
|
|
193
193
|
const columns = cols && cols.length ? cols : $xeTable.getColumns();
|
|
@@ -202,11 +202,11 @@ hooks.add("tableValidatorModule", {
|
|
|
202
202
|
if ($xeTable.isAggregateRecord(row)) {
|
|
203
203
|
return;
|
|
204
204
|
}
|
|
205
|
-
if (isFull || !
|
|
205
|
+
if (isFull || !validRuleErr) {
|
|
206
206
|
const colVailds = [];
|
|
207
207
|
columns.forEach((column) => {
|
|
208
208
|
const field = XEUtils.isString(column) ? column : column.field;
|
|
209
|
-
if ((isFull || !
|
|
209
|
+
if ((isFull || !validRuleErr) && XEUtils.has(editRules, field)) {
|
|
210
210
|
colVailds.push(validatorPrivateMethods.validCellRules("all", row, column).catch(({ rule, rules }) => {
|
|
211
211
|
const rest = {
|
|
212
212
|
rule,
|
|
@@ -229,7 +229,7 @@ hooks.add("tableValidatorModule", {
|
|
|
229
229
|
};
|
|
230
230
|
validRest[field].push(rest);
|
|
231
231
|
if (!isFull) {
|
|
232
|
-
|
|
232
|
+
validRuleErr = true;
|
|
233
233
|
return Promise.reject(rest);
|
|
234
234
|
}
|
|
235
235
|
}));
|
|
@@ -436,18 +436,18 @@ hooks.add("tableValidatorModule", {
|
|
|
436
436
|
}
|
|
437
437
|
if (customValid) {
|
|
438
438
|
if (XEUtils.isError(customValid)) {
|
|
439
|
-
|
|
439
|
+
validRuleErr = true;
|
|
440
440
|
errorRules.push(new Rule({ type: "custom", trigger, content: customValid.message, rule: new Rule(rule) }));
|
|
441
441
|
} else if (customValid.catch) {
|
|
442
442
|
syncValidList.push(customValid.catch((e) => {
|
|
443
|
-
|
|
443
|
+
validRuleErr = true;
|
|
444
444
|
errorRules.push(new Rule({ type: "custom", trigger, content: e && e.message ? e.message : rule.content || rule.message, rule: new Rule(rule) }));
|
|
445
445
|
}));
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
448
|
} else {
|
|
449
|
-
if (!checkRuleStatus(rule,
|
|
450
|
-
|
|
449
|
+
if (!checkRuleStatus(rule, cellValue)) {
|
|
450
|
+
validRuleErr = true;
|
|
451
451
|
errorRules.push(new Rule(rule));
|
|
452
452
|
}
|
|
453
453
|
}
|
|
@@ -485,15 +485,15 @@ hooks.add("tableValidatorModule", {
|
|
|
485
485
|
}
|
|
486
486
|
if (editConfig && editRules && actived.row) {
|
|
487
487
|
const { row, column, cell } = actived.args;
|
|
488
|
-
if (
|
|
489
|
-
return
|
|
488
|
+
if (validatorPrivateMethods.hasCellRules(type, row, column)) {
|
|
489
|
+
return validatorPrivateMethods.validCellRules(type, row, column).then(() => {
|
|
490
490
|
if (editOpts.mode === "row") {
|
|
491
491
|
validatorMethods.clearValidate(row, column);
|
|
492
492
|
}
|
|
493
493
|
}).catch(({ rule }) => {
|
|
494
494
|
if (!rule.trigger || type === rule.trigger) {
|
|
495
495
|
const rest = { rule, row, column, cell };
|
|
496
|
-
|
|
496
|
+
validatorPrivateMethods.showValidTooltip(rest);
|
|
497
497
|
return Promise.reject(rest);
|
|
498
498
|
}
|
|
499
499
|
return Promise.resolve();
|
|
@@ -35,9 +35,8 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
35
35
|
const refBodyEmptyBlock = ref();
|
|
36
36
|
const isVMScrollProcess = () => {
|
|
37
37
|
const { delayHover } = tableProps;
|
|
38
|
-
const { isDragResize } = tableReactData;
|
|
39
|
-
|
|
40
|
-
return !!(isDragResize || lastSTime && Date.now() < lastSTime + delayHover);
|
|
38
|
+
const { lastScrollTime, isDragResize } = tableReactData;
|
|
39
|
+
return !!(isDragResize || lastScrollTime && Date.now() < lastScrollTime + delayHover);
|
|
41
40
|
};
|
|
42
41
|
const renderLine = (rowid, params, cellHeight) => {
|
|
43
42
|
const { column } = params;
|
|
@@ -95,7 +94,7 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
95
94
|
const $xeGantt = $xeTable.xeGantt;
|
|
96
95
|
const { columnKey, resizable: allResizable, showOverflow: allShowOverflow, border, height, treeConfig, cellClassName: allCellClassName, cellStyle, align: allAlign, spanMethod, mouseConfig, editConfig, editRules, tooltipConfig, padding: allPadding } = tableProps;
|
|
97
96
|
const { tableData, tableColumn, dragRow, overflowX, overflowY, currentColumn, scrollXLoad, scrollYLoad, mergeBodyFlag, calcCellHeightFlag, resizeHeightFlag, resizeWidthFlag, editStore, isAllOverflow, validErrorMaps } = tableReactData;
|
|
98
|
-
const { fullAllDataRowIdData, fullColumnIdData, mergeBodyCellMaps, visibleColumn, afterFullData, mergeBodyList, scrollXStore, scrollYStore
|
|
97
|
+
const { fullAllDataRowIdData, fullColumnIdData, mergeBodyCellMaps, visibleColumn, afterFullData, mergeBodyList, scrollXStore, scrollYStore } = tableInternalData;
|
|
99
98
|
const cellOpts = computeCellOpts.value;
|
|
100
99
|
const validOpts = computeValidOpts.value;
|
|
101
100
|
const checkboxOpts = computeCheckboxOpts.value;
|
|
@@ -115,7 +114,7 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
115
114
|
const areaOpts = computeAreaOpts.value;
|
|
116
115
|
const cellOffsetWidth = computeCellOffsetWidth.value;
|
|
117
116
|
const { selectCellToRow } = areaOpts;
|
|
118
|
-
const {
|
|
117
|
+
const { type, cellRender, editRender, align, showOverflow, className, treeNode, rowResize, padding, verticalAlign, slots } = column;
|
|
119
118
|
const { verticalAlign: allVerticalAlign } = cellOpts;
|
|
120
119
|
const { actived } = editStore;
|
|
121
120
|
const rowRest = fullAllDataRowIdData[rowid] || {};
|
|
@@ -145,7 +144,7 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
145
144
|
const cellAlign = align || (compConf ? compConf.tableCellAlign : "") || allAlign;
|
|
146
145
|
const cellVerticalAlign = XEUtils.eqNull(verticalAlign) ? allVerticalAlign : verticalAlign;
|
|
147
146
|
const errorValidItem = validErrorMaps[`${rowid}:${colid}`];
|
|
148
|
-
const showValidTip = editRules && validOpts.
|
|
147
|
+
const showValidTip = editRules && validOpts.showMessage && (validOpts.message === "default" ? height || tableData.length > 1 : validOpts.message === "inline");
|
|
149
148
|
const tdAttrs = { colid };
|
|
150
149
|
const cellParams = {
|
|
151
150
|
$table: $xeTable,
|
|
@@ -257,8 +256,8 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
257
256
|
fixedHiddenColumn = false;
|
|
258
257
|
}
|
|
259
258
|
}
|
|
260
|
-
if (!fixedHiddenColumn && editConfig && (editOpts.showStatus || editOpts.showUpdateStatus)
|
|
261
|
-
isDirty = $xeTable.isUpdateByRow(row, field);
|
|
259
|
+
if (!fixedHiddenColumn && editConfig && (editRender || cellRender) && (editOpts.showStatus || editOpts.showUpdateStatus)) {
|
|
260
|
+
isDirty = $xeTable.isUpdateByRow(row, column.field);
|
|
262
261
|
}
|
|
263
262
|
const isVNAutoHeight = !hasEllipsis && (scrollYLoad || scrollXLoad);
|
|
264
263
|
let cellHeight = getCellRestHeight(rowRest, cellOpts, rowOpts, defaultRowHeight);
|
|
@@ -316,14 +315,6 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
316
315
|
if (treeConfig) {
|
|
317
316
|
tdVNs.push(...renderLine(rowid, cellParams, cellHeight));
|
|
318
317
|
}
|
|
319
|
-
const clVNs = [];
|
|
320
|
-
if (!isVNPreEmptyStatus) {
|
|
321
|
-
clVNs.push(h("div", {
|
|
322
|
-
colid,
|
|
323
|
-
rowid,
|
|
324
|
-
class: "vxe-cell--wrapper vxe-body-cell--wrapper"
|
|
325
|
-
}, column.renderCell(cellParams)));
|
|
326
|
-
}
|
|
327
318
|
tdVNs.push(h("div", {
|
|
328
319
|
key: "tc",
|
|
329
320
|
class: ["vxe-cell", {
|
|
@@ -333,7 +324,13 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
333
324
|
}],
|
|
334
325
|
style: tcStyle,
|
|
335
326
|
title: showTitle ? $xeTable.getCellLabel(row, column) : null
|
|
336
|
-
},
|
|
327
|
+
}, isVNPreEmptyStatus ? [] : [
|
|
328
|
+
h("div", {
|
|
329
|
+
colid,
|
|
330
|
+
rowid,
|
|
331
|
+
class: "vxe-cell--wrapper vxe-body-cell--wrapper"
|
|
332
|
+
}, column.renderCell(cellParams))
|
|
333
|
+
]));
|
|
337
334
|
if (showValidTip && errorValidItem) {
|
|
338
335
|
const errRule = errorValidItem.rule;
|
|
339
336
|
const validSlot = slots ? slots.valid : null;
|
|
@@ -403,7 +400,6 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
403
400
|
"col--dirty": isDirty,
|
|
404
401
|
"col--active": editConfig && isEdit && (actived.row === row && (actived.column === column || editOpts.mode === "row")),
|
|
405
402
|
"col--valid-error": !!errorValidItem,
|
|
406
|
-
"show--valid-bg": errorValidItem && validOpts.showErrorBackground,
|
|
407
403
|
"col--current": currentColumn === column
|
|
408
404
|
},
|
|
409
405
|
getPropClass(compCellClassName, cellParams),
|
|
@@ -415,7 +411,7 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
415
411
|
const $xeGrid = $xeTable.xeGrid;
|
|
416
412
|
const $xeGantt = $xeTable.xeGantt;
|
|
417
413
|
const { stripe, rowKey, highlightHoverRow, rowClassName, rowStyle, editConfig, treeConfig } = tableProps;
|
|
418
|
-
const { hasFixedColumn, treeExpandedFlag, scrollYLoad, isAllOverflow, rowExpandedFlag, expandColumn, selectRadioRow, pendingRowFlag, rowExpandHeightFlag, isRowGroupStatus } = tableReactData;
|
|
414
|
+
const { hasFixedColumn, treeExpandedFlag, scrollXLoad, scrollYLoad, isAllOverflow, rowExpandedFlag, expandColumn, selectRadioRow, pendingRowFlag, rowExpandHeightFlag, isRowGroupStatus } = tableReactData;
|
|
419
415
|
const { fullAllDataRowIdData, fullColumnIdData, treeExpandedMaps, pendingRowMaps, rowExpandedMaps } = tableInternalData;
|
|
420
416
|
const checkboxOpts = computeCheckboxOpts.value;
|
|
421
417
|
const radioOpts = computeRadioOpts.value;
|
|
@@ -509,18 +505,11 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
509
505
|
const tdVNs = tableColumn.map((column, $columnIndex) => {
|
|
510
506
|
return renderTdColumn(seq, rowid, fixedType, isOptimizeMode, rowLevel, row, rowIndex, $rowIndex, _rowIndex, column, $columnIndex, tableColumn, tableData);
|
|
511
507
|
});
|
|
512
|
-
rows.push(h("tr", Object.assign({ class: trClass, rowid, style: rowStyle ? XEUtils.isFunction(rowStyle) ? rowStyle(params) : rowStyle : null, key: rowKey || rowOpts.useKey || rowOpts.drag || columnOpts.drag || isRowGroupStatus || treeConfig ? rowid : $rowIndex }, trOn), tdVNs));
|
|
508
|
+
rows.push(h("tr", Object.assign({ class: trClass, rowid, style: rowStyle ? XEUtils.isFunction(rowStyle) ? rowStyle(params) : rowStyle : null, key: rowKey || scrollXLoad || scrollYLoad || rowOpts.useKey || rowOpts.drag || columnOpts.drag || isRowGroupStatus || treeConfig ? rowid : $rowIndex }, trOn), tdVNs));
|
|
513
509
|
if (isExpandRow) {
|
|
514
510
|
const expandOpts = computeExpandOpts.value;
|
|
515
511
|
const { height: expandHeight, padding, mode: expandMode } = expandOpts;
|
|
516
512
|
if (expandMode === "fixed") {
|
|
517
|
-
const currExpHeight = rowRest.expandHeight;
|
|
518
|
-
let expHeight = 0;
|
|
519
|
-
if (rowExpandHeightFlag) {
|
|
520
|
-
if (currExpHeight || expandHeight) {
|
|
521
|
-
expHeight = (currExpHeight || expandHeight || 0) + 1;
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
513
|
rows.push(h("tr", {
|
|
525
514
|
class: "vxe-body--row-expanded-place",
|
|
526
515
|
key: `expand_${rowid}`,
|
|
@@ -530,7 +519,7 @@ const TableBodyComponent = defineVxeComponent({
|
|
|
530
519
|
class: "vxe-body--row-expanded-place-column",
|
|
531
520
|
colspan: tableColumn.length,
|
|
532
521
|
style: {
|
|
533
|
-
height: `${
|
|
522
|
+
height: `${rowExpandHeightFlag ? rowRest.expandHeight || expandHeight : 0}px`
|
|
534
523
|
}
|
|
535
524
|
})
|
|
536
525
|
]));
|
|
@@ -111,10 +111,10 @@ const TableFooterComponent = defineVxeComponent({
|
|
|
111
111
|
};
|
|
112
112
|
}
|
|
113
113
|
tfOns.onClick = (evnt) => {
|
|
114
|
-
$xeTable.
|
|
114
|
+
$xeTable.dispatchEvent("footer-cell-click", Object.assign({ cell: evnt.currentTarget }, cellParams), evnt);
|
|
115
115
|
};
|
|
116
116
|
tfOns.onDblclick = (evnt) => {
|
|
117
|
-
$xeTable.
|
|
117
|
+
$xeTable.dispatchEvent("footer-cell-dblclick", Object.assign({ cell: evnt.currentTarget }, cellParams), evnt);
|
|
118
118
|
};
|
|
119
119
|
let isMergeCell = false;
|
|
120
120
|
if (mergeFootFlag && mergeFooterList.length) {
|
|
@@ -31,10 +31,9 @@ const VxeColgroupComponent = defineVxeComponent({
|
|
|
31
31
|
destroyColumn($xeTable, columnConfig);
|
|
32
32
|
});
|
|
33
33
|
const renderVN = () => {
|
|
34
|
-
const defaultSlot = slots.default;
|
|
35
34
|
return h("div", {
|
|
36
35
|
ref: refElem
|
|
37
|
-
},
|
|
36
|
+
}, slots.default ? slots.default() : []);
|
|
38
37
|
};
|
|
39
38
|
const $xeColgroup = { columnConfig };
|
|
40
39
|
provide("$xeColgroup", $xeColgroup);
|
|
@@ -212,8 +212,6 @@ const tableProps = {
|
|
|
212
212
|
rowConfig: Object,
|
|
213
213
|
// 数据聚合配置项
|
|
214
214
|
aggregateConfig: Object,
|
|
215
|
-
// 聚合函数计算精度配置项
|
|
216
|
-
aggregateAccuracyConfig: Object,
|
|
217
215
|
/**
|
|
218
216
|
* 已废弃,被 aggregateConfig 替换
|
|
219
217
|
* @deprecated
|
|
@@ -274,8 +272,6 @@ const tableProps = {
|
|
|
274
272
|
fnrConfig: Object,
|
|
275
273
|
// 编辑配置项
|
|
276
274
|
editConfig: Object,
|
|
277
|
-
// 数据状态监听配置项
|
|
278
|
-
editDirtyConfig: Object,
|
|
279
275
|
// 校验配置项
|
|
280
276
|
validConfig: Object,
|
|
281
277
|
// 校验规则配置项
|