vxe-table 4.10.6-beta.27 → 4.10.6-beta.29

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/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.10.6-beta.27";
3141
+ const version = "4.10.6-beta.29";
3142
3142
  core_.VxeUI.version = version;
3143
3143
  core_.VxeUI.tableVersion = version;
3144
3144
  core_.VxeUI.setConfig({
@@ -3577,7 +3577,7 @@ var esnext_iterator_some = __webpack_require__(7550);
3577
3577
  const {
3578
3578
  log: log_log
3579
3579
  } = core_.VxeUI;
3580
- const log_version = `table v${"4.10.6-beta.27"}`;
3580
+ const log_version = `table v${"4.10.6-beta.29"}`;
3581
3581
  const warnLog = log_log.create('warn', log_version);
3582
3582
  const errLog = log_log.create('error', log_version);
3583
3583
  ;// ./packages/table/src/columnInfo.ts
@@ -19444,7 +19444,9 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
19444
19444
  // 根到根
19445
19445
  }
19446
19446
  const fullList = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().toTreeArray(internalData.afterTreeFullData, {
19447
- children: childrenField
19447
+ key: rowField,
19448
+ parentKey: parentField,
19449
+ children: mapChildrenField
19448
19450
  });
19449
19451
  // 移出
19450
19452
  const otfIndex = $xeTable.findRowIndexOf(fullList, dragRow);
@@ -19461,10 +19463,10 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
19461
19463
  }
19462
19464
  dragRow[parentField] = isDragToChildFlag ? prevDragRow[rowField] : prevDragRow[parentField];
19463
19465
  internalData.tableFullTreeData = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().toArrayTree(fullList, {
19464
- key: treeOpts.rowField,
19465
- parentKey: treeOpts.parentField,
19466
+ key: rowField,
19467
+ parentKey: parentField,
19466
19468
  children: childrenField,
19467
- mapChildren: treeOpts.mapChildrenField
19469
+ mapChildren: mapChildrenField
19468
19470
  });
19469
19471
  }
19470
19472
  }