@next-bricks/presentational-bricks 1.283.4 → 1.284.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
@@ -9036,6 +9036,13 @@
9036
9036
  "default": "false",
9037
9037
  "description": "搜索功能"
9038
9038
  },
9039
+ {
9040
+ "name": "isFilter",
9041
+ "type": "boolean",
9042
+ "required": "false",
9043
+ "default": "false",
9044
+ "description": "搜索的功能是否需要过滤"
9045
+ },
9039
9046
  {
9040
9047
  "name": "alsoSearchByKey",
9041
9048
  "type": "boolean",
@@ -9130,6 +9137,11 @@
9130
9137
  "detail": "React.Key[]",
9131
9138
  "description": "展开事件"
9132
9139
  },
9140
+ {
9141
+ "type": "tree.search",
9142
+ "detail": "string[]| {checked: string[]; halfChecked: string[]}",
9143
+ "description": "搜索事件"
9144
+ },
9133
9145
  {
9134
9146
  "type": "tree.select",
9135
9147
  "detail": "string[]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.283.4",
3
+ "version": "1.284.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",
@@ -68,5 +68,5 @@
68
68
  "@next-dll/ace": "*",
69
69
  "@next-dll/react-dnd": "*"
70
70
  },
71
- "gitHead": "175de906d39f5367d60b507e2bc1644ed8b114ab"
71
+ "gitHead": "59df378e65b77a1615a1ab6792afcd44581ffb84"
72
72
  }