@kyfe/ks-query-table 0.3.15 → 0.3.17

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.
Files changed (3) hide show
  1. package/README.md +11 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,17 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.3.17
8
+ - 全局配置 `KsQueryTable.config` 扩展到所有内部接口
9
+ - 拖拽列宽逻辑优化,确保内部数据的一致性,解决手动修改列宽不生效的问题
10
+ - 添加 `updateResizeColumnMap` 方法,支持外部手动修改列宽
11
+ - 添加 `getOnlineColumn` 方法,可通过列的 `key` 获取对应的列配置
12
+ - 优化 `updateColumns` 方法,改成递归处理所有的子列,支持更多级表头
13
+
14
+ ### v0.3.16
15
+ - 个性设置支持列配置 `expand` 控制默认折叠状态
16
+ - 单元格气泡逻辑优化,即使单元格拖拽过大小,也能保证气泡展示位置准确
17
+
7
18
  ### v0.3.15
8
19
  - 兼容列配置 `width` 属性为字符串的场景,解决气泡位置计算错误的问题
9
20
  - 支持通过 `KsQueryTable.config` 全局配置表格内接口的 `headers`