yhz-ui-v3 1.3.4 → 1.3.6

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.
@@ -27158,6 +27158,18 @@ const ID = ["innerHTML", "title"], AD = { key: 2 }, $D = {
27158
27158
  totalCount: {
27159
27159
  type: Number,
27160
27160
  default: 0
27161
+ },
27162
+ headerCellConfig: {
27163
+ type: Object,
27164
+ default: () => ({ height: 26 })
27165
+ },
27166
+ cellConfig: {
27167
+ type: Object,
27168
+ default: () => ({ height: 26 })
27169
+ },
27170
+ headerCellStyle: {
27171
+ type: Object,
27172
+ default: () => ({ height: "26px" })
27161
27173
  }
27162
27174
  },
27163
27175
  emits: ["dblclick", "current-change", "selection-change", "menu-click", "context-menu"],
@@ -27551,9 +27563,8 @@ const ID = ["innerHTML", "title"], AD = { key: 2 }, $D = {
27551
27563
  I.value = at || null, I.value && ke.setCurrentRow(I.value);
27552
27564
  }
27553
27565
  if (i.isCheckbox && Be.size > 0) {
27554
- console.log(Be);
27555
27566
  const at = L.filter((lt) => Be.has(lt[ze]));
27556
- console.log(at), at.length > 0 && (ke.setCheckboxRow(at, !0), R.value.clear(), at.forEach((lt) => R.value.add(lt)));
27567
+ at.length > 0 && (ke.setCheckboxRow(at, !0), R.value.clear(), at.forEach((lt) => R.value.add(lt)));
27557
27568
  }
27558
27569
  });
27559
27570
  }
@@ -27669,11 +27680,11 @@ const ID = ["innerHTML", "title"], AD = { key: 2 }, $D = {
27669
27680
  class: "my-table",
27670
27681
  height: e.height,
27671
27682
  "max-height": e.height,
27672
- "header-cell-config": { height: 26 },
27673
- "header-cell-style": { height: "26px" },
27683
+ "header-cell-config": e.headerCellConfig,
27684
+ "header-cell-style": e.headerCellStyle,
27674
27685
  "row-config": e.rowConfig,
27675
27686
  "auto-resize": "",
27676
- "cell-config": { height: 26 },
27687
+ "cell-config": e.cellConfig,
27677
27688
  size: "mini",
27678
27689
  "column-config": e.columnConfig,
27679
27690
  data: e.data,
@@ -27746,7 +27757,7 @@ const ID = ["innerHTML", "title"], AD = { key: 2 }, $D = {
27746
27757
  })
27747
27758
  ]),
27748
27759
  _: 3
27749
- }, 8, ["height", "max-height", "row-config", "column-config", "data", "menu-config", "stripe", "virtual-y-config", "virtual-x-config", "checkbox-config"])
27760
+ }, 8, ["height", "max-height", "header-cell-config", "header-cell-style", "row-config", "cell-config", "column-config", "data", "menu-config", "stripe", "virtual-y-config", "virtual-x-config", "checkbox-config"])
27750
27761
  ], 512),
27751
27762
  e.isShowFooter ? (ye(), $e("div", {
27752
27763
  key: 1,