@next-bricks/presentational-bricks 1.241.2 → 1.241.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 +8 -0
- package/deploy/contract.yaml +111 -111
- package/dist/bricks.json +28 -28
- package/dist/index.439f2449.js +2 -0
- package/dist/index.439f2449.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.b02731dc.js +0 -2
- package/dist/index.b02731dc.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -13022,6 +13022,13 @@
|
|
|
13022
13022
|
"description": "[已废弃]指定 total 从哪里来,默认为列表接口返回格式是{list:[],page:1,pageSize:10,total:20},即默认取自 total",
|
|
13023
13023
|
"deprecated": true,
|
|
13024
13024
|
"group": "advanced"
|
|
13025
|
+
},
|
|
13026
|
+
{
|
|
13027
|
+
"name": "shouldUpdateUrlParams",
|
|
13028
|
+
"type": "boolean",
|
|
13029
|
+
"required": "false",
|
|
13030
|
+
"default": "true",
|
|
13031
|
+
"description": "是否更新 url 参数"
|
|
13025
13032
|
}
|
|
13026
13033
|
],
|
|
13027
13034
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.241.
|
|
3
|
+
"version": "1.241.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": "95fed69d3a1a11192c0898431a67117f3efc616e"
|
|
59
59
|
}
|