@next-bricks/presentational-bricks 1.227.0 → 1.227.1
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
|
@@ -11422,6 +11422,13 @@
|
|
|
11422
11422
|
"default": "false",
|
|
11423
11423
|
"description": "是否支持多选,支持多选时,单选的value属性失效"
|
|
11424
11424
|
},
|
|
11425
|
+
{
|
|
11426
|
+
"name": "minSelectedItemLength",
|
|
11427
|
+
"type": "boolean",
|
|
11428
|
+
"required": "false",
|
|
11429
|
+
"default": "false",
|
|
11430
|
+
"description": "最小选择数量(多选)"
|
|
11431
|
+
},
|
|
11425
11432
|
{
|
|
11426
11433
|
"name": "tipBrick",
|
|
11427
11434
|
"type": "{ userBrick: UseBrickConf }",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.227.
|
|
3
|
+
"version": "1.227.1",
|
|
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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "ba251dffa58a1b6e5a10734d2058aad6930552ae"
|
|
59
59
|
}
|