@next-bricks/presentational-bricks 1.302.0 → 1.303.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
@@ -19619,14 +19619,19 @@
19619
19619
  }
19620
19620
  ],
19621
19621
  "events": [
19622
+ {
19623
+ "type": "search.change",
19624
+ "detail": "{ direction: \"left\" | \"right\"; value: any }",
19625
+ "description": "搜索框发出的事件,event.detail是搜索框的值"
19626
+ },
19622
19627
  {
19623
19628
  "type": "sort.change",
19624
- "detail": "",
19629
+ "detail": "string[]",
19625
19630
  "description": "右栏表格拖拽排序发出的事件,event.detail是右栏表格排序后的key数组"
19626
19631
  },
19627
19632
  {
19628
19633
  "type": "table.transfer.change",
19629
- "detail": "",
19634
+ "detail": "string[]",
19630
19635
  "description": "当选项发生转移时发出的事件,event.detail是\t右侧框数据的 key 集合"
19631
19636
  }
19632
19637
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.302.0",
3
+ "version": "1.303.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",
@@ -73,5 +73,5 @@
73
73
  "@next-dll/ace": "*",
74
74
  "@next-dll/react-dnd": "*"
75
75
  },
76
- "gitHead": "4ba8e2ebd70117b95b7b2ad73ca107f21be9dd33"
76
+ "gitHead": "d0063b9f1252467858caf2367b00711fed4f9519"
77
77
  }