@next-bricks/presentational-bricks 1.279.2 → 1.280.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/dist/stories.json CHANGED
@@ -14077,6 +14077,13 @@
14077
14077
  "required": "false",
14078
14078
  "default": "true",
14079
14079
  "description": "是否更新 url 参数"
14080
+ },
14081
+ {
14082
+ "name": "shouldNotify",
14083
+ "type": "boolean",
14084
+ "required": "false",
14085
+ "default": "true",
14086
+ "description": "是否在更新 url 参数时刷新页面, 默认为true"
14080
14087
  }
14081
14088
  ],
14082
14089
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.279.2",
3
+ "version": "1.280.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",
@@ -68,5 +68,5 @@
68
68
  "@next-dll/ace": "*",
69
69
  "@next-dll/react-dnd": "*"
70
70
  },
71
- "gitHead": "f6f14db8ec0a927a64bb6308fcb9c0c6c5909c71"
71
+ "gitHead": "af8303469e73be0d721a997a6c889188585c9250"
72
72
  }