ra-element 0.0.82 → 0.1.3
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/docs/ra-table.md +1 -0
- package/lib/ra-element.css +1 -1
- package/lib/ra-element.es.js +2619 -2616
- package/lib/ra-element.umd.js +15 -15
- package/package.json +1 -1
package/docs/ra-table.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| name | type | desc | default | required |
|
|
6
6
|
| ---- | ---- | ---- | ------- | -------- |
|
|
7
|
+
| tableKey | [Number, String] | table的loading状态 | uuid() | |
|
|
7
8
|
| loading | Boolean | table的loading状态 | false | |
|
|
8
9
|
| data | Array | 表格数据,同原组件 | [] | |
|
|
9
10
|
| cssStyle | String | 样式属性,1为通用版基础默认样式,如果是传空走默认样式 | '1' | |
|