@next-bricks/basic-bricks 1.160.0 → 1.162.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
@@ -5347,6 +5347,12 @@
5347
5347
  "name": "hasBannerToolbar",
5348
5348
  "type": "boolean",
5349
5349
  "group": "advanced"
5350
+ },
5351
+ {
5352
+ "name": "pageTitleScale",
5353
+ "type": "number",
5354
+ "description": "标题栏大小比例,默认为 1,仅用于暗黑大屏模式。",
5355
+ "group": "advanced"
5350
5356
  }
5351
5357
  ],
5352
5358
  "interface": []
@@ -7367,6 +7373,18 @@
7367
7373
  }
7368
7374
  ],
7369
7375
  "dockind": "brick",
7376
+ "events": [
7377
+ {
7378
+ "type": "anchor.change",
7379
+ "detail": "{ currentActiveLink: string }",
7380
+ "description": "锚点改变事件"
7381
+ },
7382
+ {
7383
+ "type": "anchor.click",
7384
+ "detail": "{ title: string; href: string }",
7385
+ "description": "锚点点击事件"
7386
+ }
7387
+ ],
7370
7388
  "properties": [
7371
7389
  {
7372
7390
  "name": "anchorList",
@@ -7396,6 +7414,13 @@
7396
7414
  "default": "-",
7397
7415
  "description": "右上角有操作区",
7398
7416
  "group": "basic"
7417
+ },
7418
+ {
7419
+ "name": "disabledJump",
7420
+ "type": "boolean",
7421
+ "default": "false",
7422
+ "required": "false",
7423
+ "description": "禁用默认跳转事件"
7399
7424
  }
7400
7425
  ],
7401
7426
  "interface": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.160.0",
3
+ "version": "1.162.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",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "df86e3c35beb8c10a63e1e449e693cbf52cf4ffe"
42
+ "gitHead": "2faed97860e2fdf13cac8eb9cfea751950f21135"
43
43
  }