@next-bricks/basic-bricks 1.258.11 → 1.258.12

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
@@ -5275,11 +5275,23 @@
5275
5275
  {
5276
5276
  "type": "basic-bricks.general-modal.cancel",
5277
5277
  "detail": "`Record<string, any>`",
5278
+ "deprecated": true,
5278
5279
  "description": "当点击 modal 自带的取消按钮时发出该事件,detail来源为当前的dataSource属性值"
5279
5280
  },
5280
5281
  {
5281
5282
  "type": "basic-bricks.general-modal.confirm",
5282
5283
  "detail": "`Record<string, any>`",
5284
+ "deprecated": true,
5285
+ "description": "当点击 modal 自带的确认按钮时发出该事件,detail来源为当前的dataSource属性值"
5286
+ },
5287
+ {
5288
+ "type": "modal.cancel",
5289
+ "detail": "`Record<string, any>`",
5290
+ "description": "当点击 modal 自带的取消按钮时发出该事件,detail来源为当前的dataSource属性值"
5291
+ },
5292
+ {
5293
+ "type": "modal.confirm",
5294
+ "detail": "`Record<string, any>`",
5283
5295
  "description": "当点击 modal 自带的确认按钮时发出该事件,detail来源为当前的dataSource属性值"
5284
5296
  },
5285
5297
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.258.11",
3
+ "version": "1.258.12",
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",
@@ -54,5 +54,5 @@
54
54
  "immutability-helper": "^3.1.1"
55
55
  },
56
56
  "sideEffects": true,
57
- "gitHead": "1f975c96c29273d4fd7bb1bd98e921eaf1bf8685"
57
+ "gitHead": "372a40dcbe2b05ab460a3f4fceabfd32135e1dc2"
58
58
  }