@next-bricks/presentational-bricks 1.329.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 +118 -118
- package/dist/bricks.json +32 -32
- package/dist/index.b927b7b5.js +2 -0
- package/dist/index.b927b7b5.js.map +1 -0
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.ae0643e4.js → ~bricks-use-form-and-markdown.dd92.f39ed2c1.js} +3 -3
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.f39ed2c1.js.map +1 -0
- package/dist/stories.json +18 -2
- package/package.json +2 -2
- package/dist/index.c9207bfb.js +0 -2
- package/dist/index.c9207bfb.js.map +0 -1
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.ae0643e4.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",
|
|
@@ -17354,6 +17362,14 @@
|
|
|
17354
17362
|
"description": "Editor容器的样式",
|
|
17355
17363
|
"group": "style"
|
|
17356
17364
|
},
|
|
17365
|
+
{
|
|
17366
|
+
"name": "textareaStyle",
|
|
17367
|
+
"type": "Record<string,any>",
|
|
17368
|
+
"required": "false",
|
|
17369
|
+
"default": "-",
|
|
17370
|
+
"description": "Textarea 的样式",
|
|
17371
|
+
"group": "style"
|
|
17372
|
+
},
|
|
17357
17373
|
{
|
|
17358
17374
|
"name": "dataSource",
|
|
17359
17375
|
"type": "Record<string, any>",
|
|
@@ -19727,7 +19743,7 @@
|
|
|
19727
19743
|
"name": "__index",
|
|
19728
19744
|
"parameters": [
|
|
19729
19745
|
{
|
|
19730
|
-
"id":
|
|
19746
|
+
"id": 17706,
|
|
19731
19747
|
"name": "propName",
|
|
19732
19748
|
"kind": 32768,
|
|
19733
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
|
}
|