@next-core/next-docs 1.2.346 → 1.2.347

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,14 @@
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.347](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.346...@next-core/next-docs@1.2.347) (2022-10-11)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.346](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.345...@next-core/next-docs@1.2.346) (2022-10-11)
7
15
 
8
16
  **Note:** Version bump only for package @next-core/next-docs
@@ -96,6 +96,7 @@ The core types of Brick Next.
96
96
  | [MicroApp](./brick-types.microapp.md) | 微应用基本信息。 |
97
97
  | [MockRule](./brick-types.mockrule.md) | 应用启用mock服务 |
98
98
  | [Mocks](./brick-types.mocks.md) | |
99
+ | [NavTip](./brick-types.navtip.md) | |
99
100
  | [PluginHistory](./brick-types.pluginhistory.md) | 系统会话对象。 |
100
101
  | [PluginRuntimeContext](./brick-types.pluginruntimecontext.md) | 系统运行时信息。 |
101
102
  | [ProviderConf](./brick-types.providerconf.md) | Provider 配置。 |
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: brick-types.navtip.closeable
3
+ title: NavTip.closeable
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; [NavTip](./brick-types.navtip.md) &gt; [closeable](./brick-types.navtip.closeable.md)
11
+
12
+ ## NavTip.closeable property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ closeable?: boolean;
18
+ ```
19
+
@@ -0,0 +1,22 @@
1
+ ---
2
+ id: brick-types.navtip.info
3
+ title: NavTip.info
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; [NavTip](./brick-types.navtip.md) &gt; [info](./brick-types.navtip.info.md)
11
+
12
+ ## NavTip.info property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ info?: {
18
+ url: string;
19
+ label: string;
20
+ };
21
+ ```
22
+
@@ -0,0 +1,27 @@
1
+ ---
2
+ id: brick-types.navtip
3
+ title: NavTip
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; [NavTip](./brick-types.navtip.md)
11
+
12
+ ## NavTip interface
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ export interface NavTip
18
+ ```
19
+
20
+ ## Properties
21
+
22
+ | Property | Type | Description |
23
+ | --- | --- | --- |
24
+ | [closeable](./brick-types.navtip.closeable.md) | boolean | |
25
+ | [info](./brick-types.navtip.info.md) | { url: string; label: string; } | |
26
+ | [text](./brick-types.navtip.text.md) | string | |
27
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: brick-types.navtip.text
3
+ title: NavTip.text
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; [NavTip](./brick-types.navtip.md) &gt; [text](./brick-types.navtip.text.md)
11
+
12
+ ## NavTip.text property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ text: string;
18
+ ```
19
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.346",
3
+ "version": "1.2.347",
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.17",
24
- "@next-core/brick-kit": "^2.147.2",
25
- "@next-core/brick-types": "^2.78.0",
24
+ "@next-core/brick-kit": "^2.148.0",
25
+ "@next-core/brick-types": "^2.79.0",
26
26
  "fs-extra": "^10.1.0"
27
27
  },
28
- "gitHead": "6bb18cc3d72474329c884f74324328d52a23d4d6"
28
+ "gitHead": "76747a03f0755fe6adec1d14442b20bc73a62943"
29
29
  }