@next-bricks/presentational-bricks 1.315.0 → 1.315.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/deploy/contract.yaml +82 -82
- package/dist/bricks.json +3 -3
- package/dist/index.0cf5e03b.js +2 -0
- package/dist/index.0cf5e03b.js.map +1 -0
- package/dist/stories.json +2 -2
- package/package.json +2 -2
- package/dist/index.0e7e230b.js +0 -2
- package/dist/index.0e7e230b.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -9548,11 +9548,11 @@
|
|
|
9548
9548
|
"description": "`tree.check`事件和全选计数中是否过滤掉某些节点,其中 `filed` 表示数据源中的字段路径, `value` 表示与其字段比较的值, `operator` 表示两者比较的方法。仅在设置 `configProps.checkable` 为 `true` 时生效"
|
|
9549
9549
|
},
|
|
9550
9550
|
{
|
|
9551
|
-
"name": "
|
|
9551
|
+
"name": "checkedNotRelevant",
|
|
9552
9552
|
"type": "boolean",
|
|
9553
9553
|
"required": "false",
|
|
9554
9554
|
"default": "-",
|
|
9555
|
-
"description": "
|
|
9555
|
+
"description": "父子节点选中状态是否不关联"
|
|
9556
9556
|
},
|
|
9557
9557
|
{
|
|
9558
9558
|
"name": "suffixBrick",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.315.
|
|
3
|
+
"version": "1.315.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",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "4d1b0bb758085af497039119d17aa9183ca113a7"
|
|
77
77
|
}
|