@next-bricks/basic-bricks 1.160.1 → 1.161.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 +12 -0
- package/deploy/contract.yaml +59 -59
- package/dist/bricks.json +18 -18
- package/dist/{index.9c141769.js → index.7860a06f.js} +2 -2
- package/dist/index.7860a06f.js.map +1 -0
- package/dist/stories.json +19 -0
- package/package.json +2 -2
- package/dist/index.9c141769.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -7367,6 +7367,18 @@
|
|
|
7367
7367
|
}
|
|
7368
7368
|
],
|
|
7369
7369
|
"dockind": "brick",
|
|
7370
|
+
"events": [
|
|
7371
|
+
{
|
|
7372
|
+
"type": "anchor.change",
|
|
7373
|
+
"detail": "{ title: string; href: string }",
|
|
7374
|
+
"description": "锚点点击事件"
|
|
7375
|
+
},
|
|
7376
|
+
{
|
|
7377
|
+
"type": "anchor.click",
|
|
7378
|
+
"detail": "{ title: string; href: string }",
|
|
7379
|
+
"description": "锚点点击事件"
|
|
7380
|
+
}
|
|
7381
|
+
],
|
|
7370
7382
|
"properties": [
|
|
7371
7383
|
{
|
|
7372
7384
|
"name": "anchorList",
|
|
@@ -7396,6 +7408,13 @@
|
|
|
7396
7408
|
"default": "-",
|
|
7397
7409
|
"description": "右上角有操作区",
|
|
7398
7410
|
"group": "basic"
|
|
7411
|
+
},
|
|
7412
|
+
{
|
|
7413
|
+
"name": "disabledJump",
|
|
7414
|
+
"type": "boolean",
|
|
7415
|
+
"default": "false",
|
|
7416
|
+
"required": "false",
|
|
7417
|
+
"description": "禁用默认跳转事件"
|
|
7399
7418
|
}
|
|
7400
7419
|
],
|
|
7401
7420
|
"interface": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.161.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",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"immutability-helper": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": true,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "195388ecae5422a89b5ba7505d5f11d55ed048f1"
|
|
43
43
|
}
|