@next-bricks/presentational-bricks 1.310.1 → 1.311.0
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
|
@@ -7313,7 +7313,7 @@
|
|
|
7313
7313
|
"type": "boolean",
|
|
7314
7314
|
"required": "false",
|
|
7315
7315
|
"default": "false",
|
|
7316
|
-
"description": "
|
|
7316
|
+
"description": "表格行是否可拖拽,注意,如果是树形数据的表格,则各行需要设置__acceptType,并保证同层级的__acceptType值相同\n[ { id: \"parent1\", __acceptType: \"level-1\", children: [ { id: \"sub1\", __acceptType: \"parent1-sub\" }, { id: \"sub2\", __acceptType: \"parent1-sub\" } ] }, { id: \"parent2\", __acceptType: \"level-1\", children: [ { id: \"sub3\", __acceptType: \"parent2-sub\" } ] } ]",
|
|
7317
7317
|
"group": "basic"
|
|
7318
7318
|
},
|
|
7319
7319
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.311.0",
|
|
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": "
|
|
76
|
+
"gitHead": "fc43614c5be6ccb9d1a7024b6a71aaa0015c31d8"
|
|
77
77
|
}
|