@next-bricks/presentational-bricks 1.241.0 → 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/dist/stories.json CHANGED
@@ -12339,7 +12339,7 @@
12339
12339
  "name": "autoplaySpeed",
12340
12340
  "type": "number",
12341
12341
  "required": "false",
12342
- "default": "1000",
12342
+ "default": "3000",
12343
12343
  "description": "自定义轮播项的停留时间",
12344
12344
  "group": "advanced"
12345
12345
  },
@@ -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.0",
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": "590f86d70932da4373ddcbeb201c77ffe4e879e6"
58
+ "gitHead": "95fed69d3a1a11192c0898431a67117f3efc616e"
59
59
  }