diff --git a/docs/api.md b/docs/api.md index 5532612..23c9031 100644 --- a/docs/api.md +++ b/docs/api.md @@ -33,7 +33,7 @@ |title|表格标题|function|-| |footer|表格尾部|function|-| |emptyText|无数据时显示的内容|function|() => 'No Data'| -|scroll|横向或纵向支持滚动,也可用于指定滚动区域的宽高度:{{ x: true, y: 300 }}|object|{}| +|scroll|横向或纵向支持滚动,也可用于指定滚动区域的宽高度:{ x: true, y: 300 }|object|{}| |rowRef|获取行的ref|Function(record, index, indent):string|() => null| |getBodyWrapper|添加对table body的包装|Function(body)|body => body| @@ -55,4 +55,4 @@ {% include "mixin.md"%} -{% include "rendertype.md"%} \ No newline at end of file +{% include "rendertype.md"%} diff --git a/index.html b/index.html index d99b748..599cd35 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ - - + + diff --git a/package.json b/package.json index 3e1f936..82e981d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-table", - "version": "0.2.3", + "version": "1.0.1", "description": "Table ui component for react", "keywords": [ "react", @@ -37,23 +37,28 @@ "lodash.clonedeep": "^4.5.0", "object-path": "^0.11.3", "shallowequal": "^0.2.2", - "tinper-bee-core": "^0.1.6", + "tinper-bee-core": "latest", "warning": "^3.0.0" }, + "peerDependencies": { + "react": "^15.3.0 || ^16.0", + "react-dom": "^15.3.0 || ^16.0", + "prop-types": "15.6.0" + }, "devDependencies": { "bee-animate": "latest", "bee-button": "latest", - "bee-checkbox": "^0.2.4", - "bee-datepicker": "^0.1.7", - "bee-form-control": "^0.1.8", - "bee-icon": "0.0.5", - "bee-input-group": "^0.1.12", + "bee-checkbox": "latest", + "bee-datepicker": "latest", + "bee-form-control": "latest", + "bee-icon": "latest", + "bee-input-group": "latest", "bee-layout": "latest", - "bee-pagination": "^0.1.7", + "bee-pagination": "latest", "bee-panel": "latest", - "bee-popconfirm": "^0.2.2", - "bee-select": "^0.1.6", - "bee-tools": "^0.3.2", + "bee-popconfirm": "latest", + "bee-select": "latest", + "bee-tools": "latest", "chai": "^3.5.0", "console-polyfill": "~0.2.1", "enzyme": "^2.4.1",