dld-vue-ui 0.1.5 → 0.1.6

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,6 +100,8 @@ interface IPaneStyle {
100
100
  |`clear`|是否显示清空按钮|`boolean`|`false`|
101
101
  |`edit`|是否显示行内修改按钮|`boolean`|`false`|
102
102
  |`delete`|是否显示行内删除按钮|`boolean`|`false`|
103
+ |`operateSize`|搜索清楚按钮大小|`'large' \| 'default' \| 'small'`|`default`|
104
+ |`rowButtonSize`|删除修改按钮大小|`'large' \| 'default' \| 'small'`|`default`|
103
105
  |`deleteTitle`|删除按钮的提示信息|`string`|`是否要删除当前行?`|
104
106
  |`pagination`|是否有分页|`boolean`|`false`|
105
107
  |`small`|分页是否使用小型分页|`boolean`|`false`|
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dld-vue-ui",
3
3
  "private": false,
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "type": "module",
6
6
  "main": "./dist/dld-vue-ui.umd.js",
7
7
  "module": "./dist/dld-vue-ui.js",