@next-core/next-docs 1.2.274 → 1.2.276

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 CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.276](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.275...@next-core/next-docs@1.2.276) (2022-07-12)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.275](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.274...@next-core/next-docs@1.2.275) (2022-07-12)
15
+
16
+ **Note:** Version bump only for package @next-core/next-docs
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.2.274](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.273...@next-core/next-docs@1.2.274) (2022-07-07)
7
23
 
8
24
  **Note:** Version bump only for package @next-core/next-docs
@@ -63,4 +63,5 @@ routes:
63
63
  | [items](./brick-types.breadcrumbconf.items.md) | [BreadcrumbItemConf](./brick-types.breadcrumbitemconf.md)<!-- -->\[\] | 面包屑列表。 |
64
64
  | [noCurrentApp](./brick-types.breadcrumbconf.nocurrentapp.md) | boolean | 是否显示当前AppName |
65
65
  | [overwrite](./brick-types.breadcrumbconf.overwrite.md) | boolean | 是否覆盖上层路由已有的面包屑列表(默认为追加模式)。 |
66
+ | [useCurrentMenuTitle](./brick-types.breadcrumbconf.usecurrentmenutitle.md) | boolean | 使用当前菜单标题作为面包屑标题 |
66
67
 
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.breadcrumbconf.usecurrentmenutitle
3
+ title: BreadcrumbConf.useCurrentMenuTitle
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-types](./brick-types.md) &gt; [BreadcrumbConf](./brick-types.breadcrumbconf.md) &gt; [useCurrentMenuTitle](./brick-types.breadcrumbconf.usecurrentmenutitle.md)
11
+
12
+ ## BreadcrumbConf.useCurrentMenuTitle property
13
+
14
+ 使用当前菜单标题作为面包屑标题
15
+
16
+ **Signature:**
17
+
18
+ ```typescript
19
+ useCurrentMenuTitle?: boolean;
20
+ ```
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.274",
3
+ "version": "1.2.276",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/next-docs",
6
6
  "license": "GPL-3.0",
@@ -21,9 +21,9 @@
21
21
  "sideEffects": false,
22
22
  "devDependencies": {
23
23
  "@easyops-cn/brick-next-pipes": "^0.3.12",
24
- "@next-core/brick-kit": "^2.122.7",
25
- "@next-core/brick-types": "^2.64.0",
24
+ "@next-core/brick-kit": "^2.122.9",
25
+ "@next-core/brick-types": "^2.64.1",
26
26
  "fs-extra": "^10.1.0"
27
27
  },
28
- "gitHead": "34a0808712ecaa925d0860d281ab23cf3bec7317"
28
+ "gitHead": "51ce240e863bce06e2a6b6e3d6b1d8cfcb508ce8"
29
29
  }