@next-bricks/presentational-bricks 1.307.0 → 1.308.1

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
@@ -9480,6 +9480,13 @@
9480
9480
  "default": "false",
9481
9481
  "description": "搜索的功能是否需要过滤"
9482
9482
  },
9483
+ {
9484
+ "name": "isDirectory",
9485
+ "type": "boolean",
9486
+ "required": "false",
9487
+ "default": "false",
9488
+ "description": "是否目录树"
9489
+ },
9483
9490
  {
9484
9491
  "name": "alsoSearchByKey",
9485
9492
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.307.0",
3
+ "version": "1.308.1",
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": "a363147ef8ed7ec7d14328248fd45718b7b58a75"
76
+ "gitHead": "7929ecaea0eee0cda2e0c676b10264107ee32eb4"
77
77
  }