element-assits 0.0.28 → 0.0.29
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 +6 -2
- package/lib/index.js +821 -793
- package/lib/style.css +1 -1
- package/lib/style.scss +195 -179
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -200,8 +200,12 @@ props: {
|
|
|
200
200
|
## props
|
|
201
201
|
| 属性名 | 说明 | 类型 | 默认值 |
|
|
202
202
|
|:---|:---|:---|:---|
|
|
203
|
-
|
|
|
204
|
-
|height|组件高度|Number|
|
|
203
|
+
|value / v-model|json-schema 数据|Object|{}|
|
|
204
|
+
|height|组件高度|Number \| String| auto |
|
|
205
|
+
|maxHeight|当自动高度时,限制最大高度|Number| 500 |
|
|
206
|
+
|itemSize|单项高度|Number|32|
|
|
207
|
+
|allowEdit|是否允许编辑|Boolean|true|
|
|
208
|
+
|checkbox|是否开启多选列|Boolean|false|
|
|
205
209
|
|
|
206
210
|
## methods
|
|
207
211
|
| 方法名 | 说明 | 参数 |
|