@next-bricks/presentational-bricks 1.314.2 → 1.315.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
@@ -9547,6 +9547,13 @@
9547
9547
  "default": "-",
9548
9548
  "description": "`tree.check`事件和全选计数中是否过滤掉某些节点,其中 `filed` 表示数据源中的字段路径, `value` 表示与其字段比较的值, `operator` 表示两者比较的方法。仅在设置 `configProps.checkable` 为 `true` 时生效"
9549
9549
  },
9550
+ {
9551
+ "name": "checkedRelevant",
9552
+ "type": "boolean",
9553
+ "required": "false",
9554
+ "default": "-",
9555
+ "description": "父子节点选中状态是否关联"
9556
+ },
9550
9557
  {
9551
9558
  "name": "suffixBrick",
9552
9559
  "type": "{useBrick:[UseBrickConf](http://docs.developers.easyops.cn/docs/api-reference/brick-types.usebrickconf)}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.314.2",
3
+ "version": "1.315.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": "11b93511955735a0cc60ea3e5f03ec53dc45d518"
76
+ "gitHead": "c36bb42831f3118b799bc9846cc1889a02c048da"
77
77
  }