@next-bricks/presentational-bricks 1.241.15 → 1.243.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
@@ -1109,6 +1109,14 @@
1109
1109
  "description": "描述区折叠模式,仅enableMessageSlot为true时可用",
1110
1110
  "group": "advanced"
1111
1111
  },
1112
+ {
1113
+ "name": "foldDescLabel",
1114
+ "type": "string",
1115
+ "required": "false",
1116
+ "default": "-",
1117
+ "description": "设置描述区折叠模式的标签文案",
1118
+ "group": "advanced"
1119
+ },
1112
1120
  {
1113
1121
  "name": "noBorderRadio",
1114
1122
  "type": "boolean",
@@ -6566,6 +6574,13 @@
6566
6574
  "default": "-",
6567
6575
  "description": "表格表头是否透明"
6568
6576
  },
6577
+ {
6578
+ "name": "showHeader",
6579
+ "type": "boolean",
6580
+ "required": "false",
6581
+ "default": "true",
6582
+ "description": "是否显示表头"
6583
+ },
6569
6584
  {
6570
6585
  "name": "selectedRowKeys",
6571
6586
  "type": "React.Key[]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.241.15",
3
+ "version": "1.243.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",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "4b3e9c6c03602a02f4e3ed98806262db6424d38a"
58
+ "gitHead": "9b15e62c32db70ef7eb1e6e435373366203310dd"
59
59
  }