@juzhenfe/page-model 3.21.4 → 3.21.5

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/dist/index.es.js CHANGED
@@ -3690,8 +3690,6 @@ const getPageModelDefaultConfig = () => {
3690
3690
  searchOnValueChange: true
3691
3691
  },
3692
3692
  table: {
3693
- virtualItemHeight: 40,
3694
- virtualThrottleTime: 10,
3695
3693
  showTools: true,
3696
3694
  rowClickSelect: false,
3697
3695
  columnParamsQueryImmediate: true,
@@ -4921,12 +4919,6 @@ class TableManager extends IManager {
4921
4919
  oldTableProps,
4922
4920
  this.tableProps
4923
4921
  );
4924
- if (this.table.virtual) {
4925
- this.tableProps.rowStyle = {
4926
- ...this.tableProps.rowStyle,
4927
- height: this.table.virtualItemHeight + "px"
4928
- };
4929
- }
4930
4922
  this.size = ((_a = this.tableProps) == null ? void 0 : _a.size) || ((_b = this.config) == null ? void 0 : _b.size) || "default";
4931
4923
  }
4932
4924
  updateEvents() {
@@ -14496,7 +14488,7 @@ const defineEditableTable = function(config) {
14496
14488
  };
14497
14489
  var iconfont = "";
14498
14490
  const name = "@juzhenfe/page-model";
14499
- const version = "3.21.4";
14491
+ const version = "3.21.5";
14500
14492
  const types = "dist/main.d.ts";
14501
14493
  const main = "dist/index.umd.js";
14502
14494
  const keywords = [
@@ -14543,7 +14535,6 @@ const devDependencies = {
14543
14535
  const dependencies = {
14544
14536
  "@juzhenfe/page-model": "^3.18.98",
14545
14537
  clipboard: "2.0.10",
14546
- "el-table-virtual-scroll-next": "^1.0.2",
14547
14538
  "lodash-es": "^4.17.21",
14548
14539
  sortablejs: "^1.15.0"
14549
14540
  };