element-assits 0.0.78 → 0.0.80

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 (4) hide show
  1. package/README.md +2 -1
  2. package/lib/index.js +1796 -1773
  3. package/lib/style.scss +134 -134
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -307,7 +307,8 @@ el-scrollbar 衍生,优化样式
307
307
  |:---|:---|:---|
308
308
  | getChecked | 获取选中项 | 无 |
309
309
  | setChecked | 设置选中项 | (树)数据(以`props.value`匹配) |
310
- | setCheckedKeys | 设置选中项 | rowKey数组(以`rowKey`匹配) |
310
+ | setCheckedKeys | 设置选中项 | rowKey: string[](以`rowKey`匹配), state: boolean |
311
+ | filter | 过滤树 | keyword:string 或 callback: () => boolean |
311
312
  #### events
312
313
  | 事件名 | 说明 | 参数 |
313
314
  |:---|:---|:---|