holyes-table 1.0.18 → 1.0.19

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
@@ -962,7 +962,7 @@ var _e = (e) => {
962
962
  }
963
963
  }
964
964
  }
965
- r < a && (Ae.value = r, je.value = a);
965
+ r <= a && (Ae.value = r, je.value = a);
966
966
  }, Ne = ce(H, 200), { fixedColumnsLeft: Pe, fixedColumnsRight: Fe, fixedLeftIndex: Ie, fixedRightIndex: Le, reflashGridTemplateColumns: Re, gridTemplateColumns: ze, getGridStyles: U } = pe({ columns: t }), W = y({}), Be = (t, n) => {
967
967
  if (e.props.rowConfig?.isCurrent && W.value != t && (W.value = t, e.emits("currentChange", {
968
968
  newValue: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holyes-table",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "合力思虚拟滚动表格组件",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -1,6 +1,10 @@
1
1
  # 更新日志
2
2
 
3
- ## v1.0.17 (2026-06-04)
3
+ ## v1.0.19 (2026-06-09)
4
+
5
+ - 修复只有1个列字段时,列数据不显示的问题
6
+
7
+ ## v1.0.18 (2026-06-04)
4
8
 
5
9
  - 增加sortField属性,用于排序实际的字段,默认值为列的field
6
10