@next-bricks/presentational-bricks 1.245.3 → 1.246.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
@@ -6565,6 +6565,14 @@
6565
6565
  "description": "翻页时是否记住之前选中的项。注意,选中项的rowKey将保存在url中,如果不设置rowKey,该设置不生效。如果选择太多可能会造成url过长,请谨慎使用",
6566
6566
  "group": "advanced"
6567
6567
  },
6568
+ {
6569
+ "name": "extraRows",
6570
+ "type": "Record<string, unknown>[]",
6571
+ "required": "false",
6572
+ "default": "-",
6573
+ "description": "额外的行,通常为跨页勾选时,不在当前页的行",
6574
+ "group": "advanced"
6575
+ },
6568
6576
  {
6569
6577
  "name": "draggable",
6570
6578
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.245.3",
3
+ "version": "1.246.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": "ef2bbf9a0840da78289648dfab0e81c618525bc8"
58
+ "gitHead": "c8c48a0f2b9888be4b8f14f5157b04ed028ea5e3"
59
59
  }