@next-bricks/presentational-bricks 1.246.1 → 1.247.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
@@ -4766,9 +4766,7 @@
4766
4766
  "value": "John Brown",
4767
4767
  "operator": "$eq"
4768
4768
  },
4769
- "configProps": {
4770
- "rowSelection": true
4771
- },
4769
+ "rowSelection": true,
4772
4770
  "hiddenColumns": [
4773
4771
  "name"
4774
4772
  ],
@@ -5014,8 +5012,8 @@
5014
5012
  "background": "#f5f5f5"
5015
5013
  },
5016
5014
  "showCard": false,
5015
+ "pagination": false,
5017
5016
  "configProps": {
5018
- "pagination": false,
5019
5017
  "bordered": false
5020
5018
  },
5021
5019
  "columns": [
@@ -5402,9 +5400,7 @@
5402
5400
  "testid": "tree-data-demo"
5403
5401
  },
5404
5402
  "rowKey": "id",
5405
- "configProps": {
5406
- "rowSelection": true
5407
- },
5403
+ "rowSelection": true,
5408
5404
  "columns": [
5409
5405
  {
5410
5406
  "title": "Name",
@@ -5563,10 +5559,8 @@
5563
5559
  "rowKey": "id",
5564
5560
  "tableDraggable": true,
5565
5561
  "showCard": false,
5566
- "configProps": {
5567
- "rowSelection": true,
5568
- "pagination": false
5569
- },
5562
+ "rowSelection": true,
5563
+ "pagination": false,
5570
5564
  "columns": [
5571
5565
  {
5572
5566
  "title": "包名称",
@@ -5669,10 +5663,8 @@
5669
5663
  "frontSearch": true,
5670
5664
  "shouldUpdateUrlParams": false,
5671
5665
  "showCard": false,
5672
- "configProps": {
5673
- "rowSelection": true,
5674
- "pagination": false
5675
- },
5666
+ "rowSelection": true,
5667
+ "pagination": false,
5676
5668
  "frontSearchFilterKeys": [
5677
5669
  "packageName"
5678
5670
  ],
@@ -5900,9 +5892,9 @@
5900
5892
  }
5901
5893
  }
5902
5894
  ],
5895
+ "pagination": false,
5903
5896
  "configProps": {
5904
- "bordered": false,
5905
- "pagination": false
5897
+ "bordered": false
5906
5898
  },
5907
5899
  "showCard": false,
5908
5900
  "style": {
@@ -5942,9 +5934,7 @@
5942
5934
  "pageSize": "${query.page_size=10|number}",
5943
5935
  "shouldUpdateUrlParams": true,
5944
5936
  "shouldRenderWhenUrlParamsUpdate": false,
5945
- "configProps": {
5946
- "rowSelection": true
5947
- },
5937
+ "rowSelection": true,
5948
5938
  "rowKey": "name",
5949
5939
  "columns": [
5950
5940
  {
@@ -6611,6 +6601,13 @@
6611
6601
  "description": "是否显示分页",
6612
6602
  "group": "paginationAndFilter"
6613
6603
  },
6604
+ {
6605
+ "name": "rowSelection",
6606
+ "type": "false | TableRowSelection",
6607
+ "required": "false",
6608
+ "default": "-",
6609
+ "description": "表格行是否可选择,优先级低于configProps.rowSelection,具体查阅:[https://ant.design/components/table-cn/#rowSelection]"
6610
+ },
6614
6611
  {
6615
6612
  "name": "size",
6616
6613
  "type": "SizeType",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.246.1",
3
+ "version": "1.247.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": "d8ebf6809219eb8a540cbbc4c263cbae5ceca82a"
58
+ "gitHead": "1ce9099eb52fafce30a72463d6185d40168a398d"
59
59
  }