@next-bricks/presentational-bricks 1.327.2 → 1.328.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 +106 -106
- package/dist/bricks.json +22 -22
- package/dist/index.2ea327a7.js +2 -0
- package/dist/index.2ea327a7.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/index.c0f0fff8.js +0 -2
- package/dist/index.c0f0fff8.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -7527,6 +7527,14 @@
|
|
|
7527
7527
|
"default": "false",
|
|
7528
7528
|
"description": "是否显示展开全部",
|
|
7529
7529
|
"group": "other"
|
|
7530
|
+
},
|
|
7531
|
+
{
|
|
7532
|
+
"name": "columnKeyBrickMap",
|
|
7533
|
+
"type": "Record<string, { useBrick: UseBrickConf }>",
|
|
7534
|
+
"required": "false",
|
|
7535
|
+
"default": "-",
|
|
7536
|
+
"description": "列的 key 与对应构件配置的 map。一般在 columns 属性需要动态生成,且希望自定义列的构件(columns.useBrick)时使用。",
|
|
7537
|
+
"group": "advanced"
|
|
7530
7538
|
}
|
|
7531
7539
|
],
|
|
7532
7540
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.328.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": "734756b072c6810aa57d0ec7e2c638e8343e798f"
|
|
79
79
|
}
|