@next-bricks/presentational-bricks 1.245.1 → 1.246.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/CHANGELOG.md +33 -0
- package/deploy/contract.yaml +109 -109
- package/dist/bricks.json +27 -27
- package/dist/index.0e37cd97.js +2 -0
- package/dist/index.0e37cd97.js.map +1 -0
- package/dist/stories.json +11 -1
- package/package.json +2 -2
- package/dist/index.c2c18ea2.js +0 -2
- package/dist/index.c2c18ea2.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -6565,6 +6565,14 @@
|
|
|
6565
6565
|
"description": "翻页时是否记住之前选中的项。注意,选中项的rowKey将保存在url中,如果不设置rowKey,该设置不生效。如果选择太多可能会造成url过长,请谨慎使用",
|
|
6566
6566
|
"group": "advanced"
|
|
6567
6567
|
},
|
|
6568
|
+
{
|
|
6569
|
+
"name": "extraRows",
|
|
6570
|
+
"type": "Record<string, unknown>[]",
|
|
6571
|
+
"required": "false",
|
|
6572
|
+
"default": "-",
|
|
6573
|
+
"description": "额外的行,通常为跨页勾选时,不在当前页的行",
|
|
6574
|
+
"group": "advanced"
|
|
6575
|
+
},
|
|
6568
6576
|
{
|
|
6569
6577
|
"name": "draggable",
|
|
6570
6578
|
"type": "boolean",
|
|
@@ -17104,7 +17112,9 @@
|
|
|
17104
17112
|
"description": "右栏表格拖拽排序发出的事件,event.detail是右栏表格排序后的key数组"
|
|
17105
17113
|
},
|
|
17106
17114
|
{
|
|
17107
|
-
"type": "table.transfer.change"
|
|
17115
|
+
"type": "table.transfer.change",
|
|
17116
|
+
"detail": "",
|
|
17117
|
+
"description": "当选项发生转移时发出的事件,event.detail是\t右侧框数据的 key 集合"
|
|
17108
17118
|
}
|
|
17109
17119
|
],
|
|
17110
17120
|
"interface": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.246.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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "c8c48a0f2b9888be4b8f14f5157b04ed028ea5e3"
|
|
59
59
|
}
|