hy-virtual-tree 1.1.10 → 1.1.11

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## Changelog
2
2
 
3
+ ### 1.1.11
4
+
5
+ _2025-09-02_
6
+
7
+ - 扩展[VirtualTree] 功能
8
+ (1)修复在开启rowSelection.checkStrictly时,双击节点无法触发全选问题
9
+
3
10
  ### 1.1.10
4
11
 
5
12
  _2025-08-29_
package/dist/index.js CHANGED
@@ -1895,7 +1895,7 @@ class VirtualTree {
1895
1895
  return;
1896
1896
  }
1897
1897
  nodeClickCount = 0;
1898
- toggleCheckbox(item, !(isChecked(item) || isIndeterminate(item)), true, true);
1898
+ toggleCheckbox(item, !(isChecked(item) || isIndeterminate(item)), true, true, true);
1899
1899
  this.refresh();
1900
1900
  });
1901
1901
  // 鼠标右键点击事件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hy-virtual-tree",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",