holyes-table 1.0.32 → 1.0.33

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "holyes-table",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "合力思虚拟滚动表格组件",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
7
- "types": "./dist/lib/main.d.ts",
7
+ "types": "./dist/main.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
- "types": "./dist/lib/main.d.ts",
10
+ "types": "./dist/main.d.ts",
11
11
  "import": "./dist/index.mjs",
12
12
  "default": "./dist/index.mjs"
13
13
  },
@@ -1,5 +1,9 @@
1
1
  # 更新日志
2
2
 
3
+ ## v1.0.33 (2026-07-15)
4
+
5
+ - 修复main.d.ts移位导致的类型定义问题
6
+
3
7
  ## v1.0.32 (2026-07-14)
4
8
 
5
9
  - 修复表格一开始是v-show隐藏了, 导致表格宽度为0的问题, 此时需要监听组件可见事件, 再更新真实宽度