@next-bricks/basic-bricks 1.162.0 → 1.165.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/CHANGELOG.md +50 -0
- package/deploy/contract.yaml +60 -44
- package/deploy/package.conf.yaml +1 -1
- package/dist/bricks.json +6 -4
- package/dist/index.e314374d.js +11 -0
- package/dist/index.e314374d.js.map +1 -0
- package/dist/stories.json +10 -2
- package/package.json +3 -3
- package/dist/index.06f1f117.js +0 -11
- package/dist/index.06f1f117.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -3425,6 +3425,14 @@
|
|
|
3425
3425
|
"default": "false",
|
|
3426
3426
|
"required": "false",
|
|
3427
3427
|
"description": "是否浮层样式,如果设为true,则抽屉边缘会有外边距,圆角和阴影"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"name": "scrollToTopWhenOpen",
|
|
3431
|
+
"type": "boolean",
|
|
3432
|
+
"required": "false",
|
|
3433
|
+
"default": "-",
|
|
3434
|
+
"description": "打开抽屉时内容区是否自动滚动到顶部",
|
|
3435
|
+
"group": "basic"
|
|
3428
3436
|
}
|
|
3429
3437
|
],
|
|
3430
3438
|
"events": [
|
|
@@ -7376,8 +7384,8 @@
|
|
|
7376
7384
|
"events": [
|
|
7377
7385
|
{
|
|
7378
7386
|
"type": "anchor.change",
|
|
7379
|
-
"detail": "{
|
|
7380
|
-
"description": "
|
|
7387
|
+
"detail": "{ currentActiveLink: string }",
|
|
7388
|
+
"description": "锚点改变事件"
|
|
7381
7389
|
},
|
|
7382
7390
|
{
|
|
7383
7391
|
"type": "anchor.click",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.165.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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:ci": "cross-env NODE_ENV='test' CI=true jest"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@next-core/custom-antd-styles": "^1.
|
|
33
|
+
"@next-core/custom-antd-styles": "^1.18.0",
|
|
34
34
|
"@next-libs/basic-components": "^3.2.5",
|
|
35
35
|
"@next-libs/storage": "^2.0.2",
|
|
36
36
|
"@next-sdk/air-admin-service-sdk": "^2.1.12",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"immutability-helper": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": true,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "6c9d694e98445f2e10ed7582875e73321669b8f0"
|
|
43
43
|
}
|