@next-bricks/presentational-bricks 1.330.0 → 1.331.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/deploy/contract.yaml +124 -124
- package/dist/bricks.json +38 -38
- package/dist/index.b927b7b5.js +2 -0
- package/dist/index.b927b7b5.js.map +1 -0
- package/dist/stories.json +10 -2
- package/package.json +2 -2
- package/dist/index.0d6140d4.js +0 -2
- package/dist/index.0d6140d4.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2813,6 +2813,14 @@
|
|
|
2813
2813
|
"description": "描述列表项,扩展自 ant-design DescriptionItem 相关配置项,额外扩展项如下,其他项查阅:[DescriptionItem](https://ant.design/components/descriptions-cn/#DescriptionItem)",
|
|
2814
2814
|
"group": "basic"
|
|
2815
2815
|
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "itemIdBrickMap",
|
|
2818
|
+
"type": "Record<string, { useBrick: UseBrickConf }>",
|
|
2819
|
+
"required": "false",
|
|
2820
|
+
"default": "-",
|
|
2821
|
+
"description": "列表项的 id 与对应构件配置的 map。一般在 itemList 属性需要动态生成,且希望自定义列的构件(itemList.useBrick)时使用。",
|
|
2822
|
+
"group": "advanced"
|
|
2823
|
+
},
|
|
2816
2824
|
{
|
|
2817
2825
|
"name": "showCard",
|
|
2818
2826
|
"type": "boolean",
|
|
@@ -13461,7 +13469,7 @@
|
|
|
13461
13469
|
"name": "__index",
|
|
13462
13470
|
"parameters": [
|
|
13463
13471
|
{
|
|
13464
|
-
"id":
|
|
13472
|
+
"id": 17706,
|
|
13465
13473
|
"name": "propName",
|
|
13466
13474
|
"kind": 32768,
|
|
13467
13475
|
"kindString": "Parameter",
|
|
@@ -19735,7 +19743,7 @@
|
|
|
19735
19743
|
"name": "__index",
|
|
19736
19744
|
"parameters": [
|
|
19737
19745
|
{
|
|
19738
|
-
"id":
|
|
19746
|
+
"id": 17706,
|
|
19739
19747
|
"name": "propName",
|
|
19740
19748
|
"kind": 32768,
|
|
19741
19749
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.331.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",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@next-dll/ace": "*",
|
|
76
76
|
"@next-dll/react-dnd": "*"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "d32b86af250d73712d36b555e36be20975943a34"
|
|
79
79
|
}
|