@next-bricks/presentational-bricks 1.243.0 → 1.244.2

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
@@ -6581,6 +6581,27 @@
6581
6581
  "default": "true",
6582
6582
  "description": "是否显示表头"
6583
6583
  },
6584
+ {
6585
+ "name": "pagination",
6586
+ "type": "false | TablePaginationConfig",
6587
+ "required": "false",
6588
+ "default": "-",
6589
+ "description": "是否显示分页,影响优先级低于configProps.pagination"
6590
+ },
6591
+ {
6592
+ "name": "size",
6593
+ "type": "SizeType",
6594
+ "required": "false",
6595
+ "default": "-",
6596
+ "description": "表格大小(antd原生size),影响优先级低于configProps.size"
6597
+ },
6598
+ {
6599
+ "name": "type",
6600
+ "type": "RowSelectionType",
6601
+ "required": "false",
6602
+ "default": "-",
6603
+ "description": "选框类型(单选/多选),影响优先级低于configProps.rowSelection.type"
6604
+ },
6584
6605
  {
6585
6606
  "name": "selectedRowKeys",
6586
6607
  "type": "React.Key[]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.243.0",
3
+ "version": "1.244.2",
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": "9b15e62c32db70ef7eb1e6e435373366203310dd"
58
+ "gitHead": "bee90ec40703a88f86461d7d24dcf94df33fbe9b"
59
59
  }