@next-core/next-docs 1.2.157 → 1.2.161
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,38 @@
|
|
|
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.161](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.160...@next-core/next-docs@1.2.161) (2021-11-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.2.160](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.159...@next-core/next-docs@1.2.160) (2021-11-23)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.2.159](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.158...@next-core/next-docs@1.2.159) (2021-11-23)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [1.2.158](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.157...@next-core/next-docs@1.2.158) (2021-11-18)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [1.2.157](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.156...@next-core/next-docs@1.2.157) (2021-11-18)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package @next-core/next-docs
|
|
@@ -61,5 +61,6 @@ routes:
|
|
|
61
61
|
| Property | Type | Description |
|
|
62
62
|
| --- | --- | --- |
|
|
63
63
|
| [items](./brick-types.breadcrumbconf.items.md) | [BreadcrumbItemConf](./brick-types.breadcrumbitemconf.md)<!-- -->\[\] | 面包屑列表。 |
|
|
64
|
+
| [noCurrentApp](./brick-types.breadcrumbconf.nocurrentapp.md) | boolean | 是否显示当前AppName |
|
|
64
65
|
| [overwrite](./brick-types.breadcrumbconf.overwrite.md) | boolean | 是否覆盖上层路由已有的面包屑列表(默认为追加模式)。 |
|
|
65
66
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-types.breadcrumbconf.nocurrentapp
|
|
3
|
+
title: BreadcrumbConf.noCurrentApp
|
|
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) > [@next-core/brick-types](./brick-types.md) > [BreadcrumbConf](./brick-types.breadcrumbconf.md) > [noCurrentApp](./brick-types.breadcrumbconf.nocurrentapp.md)
|
|
11
|
+
|
|
12
|
+
## BreadcrumbConf.noCurrentApp property
|
|
13
|
+
|
|
14
|
+
是否显示当前AppName
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
noCurrentApp?: boolean;
|
|
20
|
+
```
|
|
21
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-types.microapp.breadcrumb
|
|
3
|
+
title: MicroApp.breadcrumb
|
|
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) > [@next-core/brick-types](./brick-types.md) > [MicroApp](./brick-types.microapp.md) > [breadcrumb](./brick-types.microapp.breadcrumb.md)
|
|
11
|
+
|
|
12
|
+
## MicroApp.breadcrumb property
|
|
13
|
+
|
|
14
|
+
面包屑配置
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
breadcrumb?: BreadcrumbConf;
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
**Reference:** [BreadcrumbConf](./brick-types.breadcrumbconf.md)
|
|
23
|
+
|
|
@@ -23,6 +23,7 @@ export interface MicroApp
|
|
|
23
23
|
|
|
24
24
|
| Property | Type | Description |
|
|
25
25
|
| --- | --- | --- |
|
|
26
|
+
| [breadcrumb](./brick-types.microapp.breadcrumb.md) | [BreadcrumbConf](./brick-types.breadcrumbconf.md) | 面包屑配置 |
|
|
26
27
|
| [config](./brick-types.microapp.config.md) | Record<string, unknown> | 合并后的应用配置(运行时得出)。 |
|
|
27
28
|
| [currentVersion](./brick-types.microapp.currentversion.md) | string | 应用当前版本。 |
|
|
28
29
|
| [defaultConfig](./brick-types.microapp.defaultconfig.md) | Record<string, unknown> | 应用的默认配置,在开发环境由应用开发者维护。 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/next-docs",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.161",
|
|
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.
|
|
25
|
-
"@next-core/brick-types": "^2.
|
|
24
|
+
"@next-core/brick-kit": "^2.88.0",
|
|
25
|
+
"@next-core/brick-types": "^2.50.0",
|
|
26
26
|
"fs-extra": "^10.0.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "48f0778888f9c241e071085aa42dfcc3fdfaa31e"
|
|
29
29
|
}
|