element-assits 0.0.49 → 0.0.51
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 +1 -1
- package/lib/index.js +314 -314
- package/lib/style.scss +251 -251
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -215,7 +215,7 @@ el-scrollbar 衍生,优化样式
|
|
|
215
215
|
| getChecked | 获取选中项 | 无 |
|
|
216
216
|
| setChecked | 设置选中项 | 选中项schema路径列表 |
|
|
217
217
|
| getSchemaPath | 获取schema路径 | __state.prefix |
|
|
218
|
-
| getDataPath | 获取data路径 | __state.prefix |
|
|
218
|
+
| getDataPath | 获取data路径 | __state.prefix, callback |
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
### 下拉框 EaSelect
|