@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 +8 -0
- package/dist/brick-types.menurawdata.i18n.md +21 -0
- package/dist/brick-types.menurawdata.md +1 -0
- package/dist/brick-types.pluginruntimecontext.appendi18nnamespace.md +21 -0
- package/dist/brick-types.pluginruntimecontext.md +1 -0
- package/dist/brick-types.storyboardmeta.contracts.md +1 -1
- package/package.json +4 -4
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) > [@next-core/brick-types](./brick-types.md) > [MenuRawData](./brick-types.menurawdata.md) > [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) > [@next-core/brick-types](./brick-types.md) > [PluginRuntimeContext](./brick-types.pluginruntimecontext.md) > [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 参数 |
|
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.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.
|
|
25
|
-
"@next-core/brick-types": "^2.
|
|
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": "
|
|
28
|
+
"gitHead": "fe22eb3270e4597b78ff06a4137685c64f23aa74"
|
|
29
29
|
}
|