holyes-table 1.0.29 → 1.0.30

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.mjs CHANGED
@@ -1676,7 +1676,7 @@ var _e = (e) => {
1676
1676
  }, null, 8, ["onClick"]), [[C, t[S(m).isCollapsed] && !t[S(m).lazyLoading]]])
1677
1677
  ], 64)) : r("", !0)], 64))], 64)) : r("", !0), f.type == "checkbox" ? (h(), n(S(k), {
1678
1678
  key: 1,
1679
- modelValue: t[f.field],
1679
+ modelValue: !!t[f.field],
1680
1680
  indeterminate: t[S(m).checkedIndeterminate + f.field],
1681
1681
  onChange: (e) => S(Xe)(t, f.field)
1682
1682
  }, null, 8, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holyes-table",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "合力思虚拟滚动表格组件",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -1,5 +1,9 @@
1
1
  # 更新日志
2
2
 
3
+ ## v1.0.30 (2026-07-09)
4
+
5
+ - 修复checkbox列问题
6
+
3
7
  ## v1.0.29 (2026-07-09)
4
8
 
5
9
  - 修复树配置, treeConfig?.transform为false时, checkbox列问题