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