@next-bricks/basic-bricks 1.257.3 → 1.258.1

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
@@ -4280,6 +4280,12 @@
4280
4280
  "default": "-",
4281
4281
  "description": "打开抽屉时内容区是否自动滚动到顶部",
4282
4282
  "group": "other"
4283
+ },
4284
+ {
4285
+ "name": "stackable",
4286
+ "type": "boolean",
4287
+ "required": true,
4288
+ "description": "是否可堆叠,开启后每次打开抽屉会将新的抽屉置于上层(zIndex ++)。注意:仅初始设置有效。"
4283
4289
  }
4284
4290
  ],
4285
4291
  "events": [
@@ -5483,6 +5489,12 @@
5483
5489
  "deprecated": true,
5484
5490
  "description": "`已废弃` 字段映射, 跟 dataSource 一起使用来获得运行时 modalTitle",
5485
5491
  "group": "other"
5492
+ },
5493
+ {
5494
+ "name": "stackable",
5495
+ "type": "boolean",
5496
+ "required": true,
5497
+ "description": "是否可堆叠,开启后每次打开抽屉会将新的抽屉置于上层(zIndex ++)。注意:仅初始设置有效。"
5486
5498
  }
5487
5499
  ],
5488
5500
  "methods": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.257.3",
3
+ "version": "1.258.1",
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": "3625dd47bfffb51227611a421ba40cb880affe5c"
57
+ "gitHead": "53b41822eb9cbe7298d321bc8594006fb3e97e03"
58
58
  }