@next-bricks/presentational-bricks 1.242.0 → 1.244.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,34 @@
6566
6574
  "default": "-",
6567
6575
  "description": "表格表头是否透明"
6568
6576
  },
6577
+ {
6578
+ "name": "showHeader",
6579
+ "type": "boolean",
6580
+ "required": "false",
6581
+ "default": "true",
6582
+ "description": "是否显示表头"
6583
+ },
6584
+ {
6585
+ "name": "pagination",
6586
+ "type": "false | TablePaginationConfig",
6587
+ "required": "false",
6588
+ "default": "-",
6589
+ "description": "是否显示分页"
6590
+ },
6591
+ {
6592
+ "name": "size",
6593
+ "type": "SizeType",
6594
+ "required": "false",
6595
+ "default": "-",
6596
+ "description": "表格大小(antd原生size)"
6597
+ },
6598
+ {
6599
+ "name": "type",
6600
+ "type": "RowSelectionType",
6601
+ "required": "false",
6602
+ "default": "-",
6603
+ "description": "选框类型(单选/多选)"
6604
+ },
6569
6605
  {
6570
6606
  "name": "selectedRowKeys",
6571
6607
  "type": "React.Key[]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.242.0",
3
+ "version": "1.244.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": "bc73fd3425ba8b71755e811c246990fcd4c85e0b"
58
+ "gitHead": "829c8d2daed2472494346662864cfefcd9033101"
59
59
  }