@kyfe/ks-query-table 0.3.2 → 0.3.4

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 +14 -0
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,20 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.3.4
8
+ - 高亮行
9
+ - 高亮行改成不常用的 `pointerup` 事件,减少被自定义单元格的事件阻止冒泡拦截
10
+ - 点击复选框不高亮当前行
11
+
12
+ ### v0.3.3
13
+ - 高亮行
14
+ - 更换高亮行的默认颜色
15
+ - 对外暴露主动高亮行方法:`highlightRow`
16
+ - 折叠列展开底色更换
17
+ - `beforeHttp` 返回的 `params.orderByClauses` 允许是空数组和 `null`
18
+ - 空数组:请求参数中包含字段 `orderByClauses`, 且值为空数组 `[]`
19
+ - `null`:请求的参数中不包含字段 `orderByClauses`
20
+
7
21
  ### v0.3.2
8
22
  - 支持盘中权限
9
23
  - 盘中行权限:无结果时,检查请求头是否包含盘中权限信息,有的话按照盘中无权限提示