@next-bricks/basic-bricks 1.187.1 → 1.187.2

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
@@ -275,6 +275,13 @@
275
275
  "type": "boolean",
276
276
  "required": true,
277
277
  "default": "true"
278
+ },
279
+ {
280
+ "name": "notTriggerClickEventWhenInit",
281
+ "type": "boolean",
282
+ "required": "false",
283
+ "default": "false",
284
+ "description": "设置`defaultActiveIndex`时,构件初始化时会默认触发item.click事件,如果item.click后需要刷新页面,则会造成构件不断render,页面不断重刷,为避免此情况,可将此项设为true"
278
285
  }
279
286
  ],
280
287
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.187.1",
3
+ "version": "1.187.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
6
6
  "license": "GPL-3.0",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "169cba112efe64dcdcc1d40b1c4e6c3e9197c282"
42
+ "gitHead": "1a62125d49af96208e040cb651d37efd8ef40001"
43
43
  }