@next-bricks/presentational-bricks 1.257.0 → 1.257.3
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/CHANGELOG.md +30 -0
- package/deploy/contract.yaml +113 -113
- package/dist/bricks.json +30 -30
- package/dist/index.d1a59af5.js +2 -0
- package/dist/index.d1a59af5.js.map +1 -0
- package/dist/stories.json +8 -3
- package/package.json +2 -2
- package/dist/index.e8d0c67e.js +0 -2
- package/dist/index.e8d0c67e.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2347,7 +2347,7 @@
|
|
|
2347
2347
|
{
|
|
2348
2348
|
"type": "reflection",
|
|
2349
2349
|
"declaration": {
|
|
2350
|
-
"id":
|
|
2350
|
+
"id": 13041,
|
|
2351
2351
|
"name": "__type",
|
|
2352
2352
|
"kind": 65536,
|
|
2353
2353
|
"kindString": "Type literal",
|
|
@@ -6850,6 +6850,11 @@
|
|
|
6850
6850
|
"detail": "{expanded:boolean;record:Record<string,any>}",
|
|
6851
6851
|
"description": "点击展开图标时触发的事件,事件详情中`expanded`为是否展开,`record`被点击的行信息"
|
|
6852
6852
|
},
|
|
6853
|
+
{
|
|
6854
|
+
"type": "select.row.keys.update",
|
|
6855
|
+
"detail": "Record<string,any>[]",
|
|
6856
|
+
"description": "勾选框变化,detail 中为所选的行key集合"
|
|
6857
|
+
},
|
|
6853
6858
|
{
|
|
6854
6859
|
"type": "select.update",
|
|
6855
6860
|
"detail": "Record<string,any>[]",
|
|
@@ -11947,7 +11952,7 @@
|
|
|
11947
11952
|
"name": "__index",
|
|
11948
11953
|
"parameters": [
|
|
11949
11954
|
{
|
|
11950
|
-
"id":
|
|
11955
|
+
"id": 16751,
|
|
11951
11956
|
"name": "propName",
|
|
11952
11957
|
"kind": 32768,
|
|
11953
11958
|
"kindString": "Parameter",
|
|
@@ -17422,7 +17427,7 @@
|
|
|
17422
17427
|
"name": "__index",
|
|
17423
17428
|
"parameters": [
|
|
17424
17429
|
{
|
|
17425
|
-
"id":
|
|
17430
|
+
"id": 16751,
|
|
17426
17431
|
"name": "propName",
|
|
17427
17432
|
"kind": 32768,
|
|
17428
17433
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.257.
|
|
3
|
+
"version": "1.257.3",
|
|
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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "bc2250a3cfdb92f28d82b8d5a98267f830833a2b"
|
|
59
59
|
}
|