@next-core/next-docs 1.2.312 → 1.2.313

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.313](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.312...@next-core/next-docs@1.2.313) (2022-08-26)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.312](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.311...@next-core/next-docs@1.2.312) (2022-08-26)
7
15
 
8
16
  **Note:** Version bump only for package @next-core/next-docs
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.menurawdata.i18n
3
+ title: MenuRawData.i18n
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; [MenuRawData](./brick-types.menurawdata.md) &gt; [i18n](./brick-types.menurawdata.i18n.md)
11
+
12
+ ## MenuRawData.i18n property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ i18n?: MetaI18n;
18
+ ```
19
+
20
+ **Reference:** [MetaI18n](./brick-types.metai18n.md)
21
+
@@ -27,6 +27,7 @@ export interface MenuRawData
27
27
  | [defaultCollapsed](./brick-types.menurawdata.defaultcollapsed.md) | boolean | |
28
28
  | [defaultCollapsedBreakpoint](./brick-types.menurawdata.defaultcollapsedbreakpoint.md) | number | |
29
29
  | [dynamicItems](./brick-types.menurawdata.dynamicitems.md) | boolean | |
30
+ | [i18n](./brick-types.menurawdata.i18n.md) | [MetaI18n](./brick-types.metai18n.md) | |
30
31
  | [icon](./brick-types.menurawdata.icon.md) | [MenuIcon](./brick-types.menuicon.md) | |
31
32
  | [injectMenuGroupId](./brick-types.menurawdata.injectmenugroupid.md) | string | |
32
33
  | [items](./brick-types.menurawdata.items.md) | [MenuItemRawData](./brick-types.menuitemrawdata.md)<!-- -->\[\] | |
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.pluginruntimecontext.appendi18nnamespace
3
+ title: PluginRuntimeContext.appendI18nNamespace
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; [appendI18nNamespace](./brick-types.pluginruntimecontext.appendi18nnamespace.md)
11
+
12
+ ## PluginRuntimeContext.appendI18nNamespace property
13
+
14
+ 扩展当前表达式的国际化命名空间。
15
+
16
+ **Signature:**
17
+
18
+ ```typescript
19
+ appendI18nNamespace?: string;
20
+ ```
21
+
@@ -25,6 +25,7 @@ export interface PluginRuntimeContext
25
25
  | --- | --- | --- |
26
26
  | [anchor](./brick-types.pluginruntimecontext.anchor.md) | string | 当前的 anchor 参数(hash 除去开头的 <code>#</code>) |
27
27
  | [app](./brick-types.pluginruntimecontext.app.md) | [MicroApp](./brick-types.microapp.md) | 当前的应用信息。 |
28
+ | [appendI18nNamespace](./brick-types.pluginruntimecontext.appendi18nnamespace.md) | string | 扩展当前表达式的国际化命名空间。 |
28
29
  | [event](./brick-types.pluginruntimecontext.event.md) | CustomEvent | 当前的在事件处理中的事件对象。 |
29
30
  | [flags](./brick-types.pluginruntimecontext.flags.md) | [FeatureFlags](./brick-types.featureflags.md) | 特性开关字典。 |
30
31
  | [hash](./brick-types.pluginruntimecontext.hash.md) | string | 当前的 hash 参数 |
@@ -16,7 +16,7 @@ custom_edit_url: null
16
16
  **Signature:**
17
17
 
18
18
  ```typescript
19
- contracts: Contract[];
19
+ contracts?: Contract[];
20
20
  ```
21
21
 
22
22
  **Reference:** [Contract](./brick-types.contract.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.312",
3
+ "version": "1.2.313",
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.132.2",
25
- "@next-core/brick-types": "^2.69.0",
24
+ "@next-core/brick-kit": "^2.133.0",
25
+ "@next-core/brick-types": "^2.70.0",
26
26
  "fs-extra": "^10.1.0"
27
27
  },
28
- "gitHead": "01724743af918201a4b589fb42d3551df4375c98"
28
+ "gitHead": "fe22eb3270e4597b78ff06a4137685c64f23aa74"
29
29
  }