feat: 增加useDragHandle参数,支持行手柄拖拽[#607]

This commit is contained in:
yangchch6 2020-07-14 09:49:04 +08:00
parent 02d962563b
commit ba52c43140
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bee-table", "name": "bee-table",
"version": "2.2.54-alpha.2", "version": "2.2.53",
"description": "Table ui component for react", "description": "Table ui component for react",
"keywords": [ "keywords": [
"react", "react",
@ -47,7 +47,6 @@
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"dependencies": { "dependencies": {
"array-move": "^3.0.0",
"bee-button": "latest", "bee-button": "latest",
"bee-checkbox": "latest", "bee-checkbox": "latest",
"bee-datepicker": "^2.0.28", "bee-datepicker": "^2.0.28",
@ -64,7 +63,6 @@
"component-classes": "^1.2.6", "component-classes": "^1.2.6",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",
"object-path": "^0.11.3", "object-path": "^0.11.3",
"react-sortable-hoc": "^1.11.0",
"shallowequal": "^1.0.2", "shallowequal": "^1.0.2",
"throttle-debounce": "^2.0.1", "throttle-debounce": "^2.0.1",
"tinper-bee-core": "latest", "tinper-bee-core": "latest",