@next-bricks/presentational-bricks 1.334.6 → 1.335.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/deploy/contract.yaml +113 -113
- package/dist/bricks.json +25 -25
- package/dist/index.092029f8.js +2 -0
- package/dist/index.092029f8.js.map +1 -0
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.e0a9bbfc.js → ~bricks-use-form-and-markdown.dd92.f6264b1b.js} +2 -2
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.f6264b1b.js.map +1 -0
- package/dist/stories.json +5 -0
- package/package.json +2 -2
- package/dist/index.5fc4cd13.js +0 -2
- package/dist/index.5fc4cd13.js.map +0 -1
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.e0a9bbfc.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -9752,6 +9752,11 @@
|
|
|
9752
9752
|
"detail": "string[]| {checked: string[]; halfChecked: string[]}",
|
|
9753
9753
|
"description": "勾选事件"
|
|
9754
9754
|
},
|
|
9755
|
+
{
|
|
9756
|
+
"type": "tree.checkV2",
|
|
9757
|
+
"detail": "{checkedKeys: string[]| {checked: string[]; halfChecked: string[]}; info: {event: string; checked: boolean; checkedNodes: DataNode[]; nativeEvent: MouseEvent;}}",
|
|
9758
|
+
"description": "勾选事件"
|
|
9759
|
+
},
|
|
9755
9760
|
{
|
|
9756
9761
|
"type": "tree.expand",
|
|
9757
9762
|
"detail": "React.Key[]",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.335.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",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@next-dll/ace": "*",
|
|
76
76
|
"@next-dll/react-dnd": "*"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "5a16329445eadbc34934ba99a147dd78c0d01f97"
|
|
79
79
|
}
|