sh-view 2.9.13 → 2.9.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sh-view",
3
- "version": "2.9.13",
3
+ "version": "2.9.14",
4
4
  "description": "基于vxe-table二次封装,更包含Alert,Badge,Card,CodeEditor,Col,Corner,CountTo,Drawer,Empty,Form,Header,Icon,List,Loading,Modal,Noticebar,Poptip,Progress,PullRefresh,Query,Result,Row,Split,Grid,Table,Tabs,Tag,Toolbar,Tree,Upload,WaterFall,WaterMark等丰富组件库",
5
5
  "main": "packages/index.js",
6
6
  "typings": "types/index.d.ts",
@@ -108,7 +108,7 @@ let tableOptions = {
108
108
  rowDragConfig: {
109
109
  showIcon: true,
110
110
  showDragTip: true,
111
- isPeerDrag: false,
111
+ isPeerDrag: true,
112
112
  isCrossDrag: false,
113
113
  isToChildDrag: false,
114
114
  isSelfToChildDrag: false,
@@ -117,7 +117,7 @@ let tableOptions = {
117
117
  columnDragConfig: {
118
118
  showIcon: true,
119
119
  showDragTip: true,
120
- isPeerDrag: false,
120
+ isPeerDrag: true,
121
121
  isCrossDrag: false,
122
122
  isToChildDrag: false,
123
123
  isSelfToChildDrag: false,