@next-core/next-docs 1.2.209 → 1.2.210

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.210](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.209...@next-core/next-docs@1.2.210) (2022-02-17)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.209](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.208...@next-core/next-docs@1.2.209) (2022-02-17)
7
15
 
8
16
  **Note:** Version bump only for package @next-core/next-docs
@@ -29,6 +29,7 @@ export interface PluginRuntimeContext
29
29
  | [flags](./brick-types.pluginruntimecontext.flags.md) | [FeatureFlags](./brick-types.featureflags.md) | 特性开关字典。 |
30
30
  | [hash](./brick-types.pluginruntimecontext.hash.md) | string | 当前的 hash 参数 |
31
31
  | [overrideApp](./brick-types.pluginruntimecontext.overrideapp.md) | [MicroApp](./brick-types.microapp.md) | 用于跨应用菜单注入等场景的应用重载。 |
32
+ | [pathname](./brick-types.pluginruntimecontext.pathname.md) | string | 当前的 pathname 参数 |
32
33
  | [query](./brick-types.pluginruntimecontext.query.md) | URLSearchParams | 当前的 query 参数。 |
33
34
  | [segues](./brick-types.pluginruntimecontext.segues.md) | [SeguesConf](./brick-types.seguesconf.md) | 当前应用的页面切换配置。 |
34
35
  | [sys](./brick-types.pluginruntimecontext.sys.md) | [SystemInfo](./brick-types.systeminfo.md) | 系统会话信息。 |
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.pluginruntimecontext.pathname
3
+ title: PluginRuntimeContext.pathname
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; [PluginRuntimeContext](./brick-types.pluginruntimecontext.md) &gt; [pathname](./brick-types.pluginruntimecontext.pathname.md)
11
+
12
+ ## PluginRuntimeContext.pathname property
13
+
14
+ 当前的 pathname 参数
15
+
16
+ **Signature:**
17
+
18
+ ```typescript
19
+ pathname?: string;
20
+ ```
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.209",
3
+ "version": "1.2.210",
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.104.7",
25
- "@next-core/brick-types": "^2.57.0",
24
+ "@next-core/brick-kit": "^2.105.0",
25
+ "@next-core/brick-types": "^2.58.0",
26
26
  "fs-extra": "^10.0.0"
27
27
  },
28
- "gitHead": "6d405571671d5c157df90d35623c5bacdae11f3a"
28
+ "gitHead": "af49f807d7409cf3d3dd83cad0b6e3ee59c5b704"
29
29
  }