@next-bricks/presentational-bricks 1.304.6 → 1.304.7

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/dist/stories.json CHANGED
@@ -7124,6 +7124,14 @@
7124
7124
  "description": "表格行是否可拖拽,注意,树形数据的表格不支持该功能",
7125
7125
  "group": "basic"
7126
7126
  },
7127
+ {
7128
+ "name": "acceptType",
7129
+ "type": "string",
7130
+ "required": "false",
7131
+ "default": "\"DraggableBodyRow\"",
7132
+ "description": "指定元素的类型,只有类型相同的元素才能进行drop操作",
7133
+ "group": "basic"
7134
+ },
7127
7135
  {
7128
7136
  "name": "zebraPattern",
7129
7137
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.304.6",
3
+ "version": "1.304.7",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
6
6
  "license": "GPL-3.0",
@@ -73,5 +73,5 @@
73
73
  "@next-dll/ace": "*",
74
74
  "@next-dll/react-dnd": "*"
75
75
  },
76
- "gitHead": "7afe5e245e7b4cc1fbcc20a0ef6f2d188b459869"
76
+ "gitHead": "568aecfd88cb43c11e7e835b19f7210ad4d079bc"
77
77
  }