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