@next-bricks/presentational-bricks 1.257.1 → 1.257.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
@@ -6850,6 +6850,11 @@
6850
6850
  "detail": "{expanded:boolean;record:Record<string,any>}",
6851
6851
  "description": "点击展开图标时触发的事件,事件详情中`expanded`为是否展开,`record`被点击的行信息"
6852
6852
  },
6853
+ {
6854
+ "type": "select.row.keys.update",
6855
+ "detail": "Record<string,any>[]",
6856
+ "description": "勾选框变化,detail 中为所选的行key集合"
6857
+ },
6853
6858
  {
6854
6859
  "type": "select.update",
6855
6860
  "detail": "Record<string,any>[]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.257.1",
3
+ "version": "1.257.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": "347cbda9b66adc516b260ba390ae61bebf4cb675"
58
+ "gitHead": "ee7e201e22bdb45fc3ba80b609d44ad693edaa8c"
59
59
  }