element-assits 0.0.57 → 0.0.59

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/README.md CHANGED
@@ -54,6 +54,7 @@ Vue 原型上挂载了 `$asyncLoad` 方法(与asyncLoad相同)
54
54
  |     .referenceItemWidth|单项参考宽度|Number|180|
55
55
  |     .maxItemWidth|单项最大宽度|Number|240|
56
56
  |     .loading|控制更多按钮加载状态|Boolean|false|
57
+ |     .defaultShowAll|搜索条件是否默认展开|Boolean|false|
57
58
  |     .column[].exclusiveDoubleCells|允许某一项独占两格|Boolean|false|
58
59
  | innerSelection | 内部 - 选中列 | Boolean \| Object | undefined|
59
60
  |     .data | 选中的行 | Array | undefined |
@@ -231,6 +232,14 @@ el-scrollbar 衍生,优化样式
231
232
  |props|配置选项|Object|undefined|
232
233
  |itemMaxWidth|单项[label,value]最大宽度|Number \| Array|150|
233
234
  |popperClass|弹出框自定义css类|String|undefined|
235
+ |showCheckAll|多选时是否显示全选按钮|Boolean|false|
236
+ #### slots
237
+ | 插槽名 | 默认值 | 说明 |
238
+ |:---|:---|:---|
239
+ | prefix | 无 | 输入框前缀 |
240
+ | empty | 无 | 空数据 |
241
+ | before-option | 无 | 选项之前 |
242
+ | after-option | 无 | 选项之后 |
234
243
 
235
244
  ### 分割面板 EaSplit
236
245
  分割面板,允许拖拽