@next-core/next-docs 1.2.292 → 1.2.295

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,30 @@
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.295](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.294...@next-core/next-docs@1.2.295) (2022-08-09)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.294](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.293...@next-core/next-docs@1.2.294) (2022-08-08)
15
+
16
+ **Note:** Version bump only for package @next-core/next-docs
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.2.293](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.292...@next-core/next-docs@1.2.293) (2022-08-08)
23
+
24
+ **Note:** Version bump only for package @next-core/next-docs
25
+
26
+
27
+
28
+
29
+
6
30
  ## [1.2.292](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.291...@next-core/next-docs@1.2.292) (2022-08-03)
7
31
 
8
32
  **Note:** Version bump only for package @next-core/next-docs
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.storyboardmeta.injectmenus
3
+ title: StoryboardMeta.injectMenus
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; [StoryboardMeta](./brick-types.storyboardmeta.md) &gt; [injectMenus](./brick-types.storyboardmeta.injectmenus.md)
11
+
12
+ ## StoryboardMeta.injectMenus property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ injectMenus?: MenuRawData[];
18
+ ```
19
+
20
+ **Reference:** [MenuRawData](./brick-types.menurawdata.md)
21
+
@@ -27,6 +27,7 @@ export interface StoryboardMeta
27
27
  | [customTemplates](./brick-types.storyboardmeta.customtemplates.md) | [CustomTemplate](./brick-types.customtemplate.md)<!-- -->\[\] | 应用定义的自定义模板列表。 |
28
28
  | [functions](./brick-types.storyboardmeta.functions.md) | [StoryboardFunction](./brick-types.storyboardfunction.md)<!-- -->\[\] | 应用定义的函数列表。 |
29
29
  | [i18n](./brick-types.storyboardmeta.i18n.md) | [MetaI18n](./brick-types.metai18n.md) | 应用定义的国际化配置表。 |
30
+ | [injectMenus](./brick-types.storyboardmeta.injectmenus.md) | [MenuRawData](./brick-types.menurawdata.md)<!-- -->\[\] | |
30
31
  | [menus](./brick-types.storyboardmeta.menus.md) | [MenuRawData](./brick-types.menurawdata.md)<!-- -->\[\] | |
31
32
  | [mocks](./brick-types.storyboardmeta.mocks.md) | [Mocks](./brick-types.mocks.md) | 应用启用mock服务列表 |
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.292",
3
+ "version": "1.2.295",
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.124.1",
25
- "@next-core/brick-types": "^2.65.1",
24
+ "@next-core/brick-kit": "^2.126.1",
25
+ "@next-core/brick-types": "^2.67.0",
26
26
  "fs-extra": "^10.1.0"
27
27
  },
28
- "gitHead": "04200cbe745c769a0a1d1a36a02f8b8dd653a23a"
28
+ "gitHead": "456ca833da44eade9c1b98dd57cbf1f4e8faaf19"
29
29
  }