@next-core/next-docs 1.2.309 → 1.2.310

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.310](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.309...@next-core/next-docs@1.2.310) (2022-08-25)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.309](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.308...@next-core/next-docs@1.2.309) (2022-08-25)
7
15
 
8
16
  **Note:** Version bump only for package @next-core/next-docs
@@ -0,0 +1,23 @@
1
+ ---
2
+ id: brick-kit.getruntimemisc
3
+ title: getRuntimeMisc()
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-kit](./brick-kit.md) &gt; [getRuntimeMisc](./brick-kit.getruntimemisc.md)
11
+
12
+ ## getRuntimeMisc() function
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ export declare function getRuntimeMisc(): RuntimeMisc;
18
+ ```
19
+
20
+ **Returns:**
21
+
22
+ [RuntimeMisc](./brick-types.runtimemisc.md)
23
+
package/dist/brick-kit.md CHANGED
@@ -35,6 +35,7 @@ The core kit of Brick Next.
35
35
  | [getCurrentTheme](./brick-kit.getcurrenttheme.md) | |
36
36
  | [getHistory](./brick-kit.gethistory.md) | 获取系统会话历史管理器。 |
37
37
  | [getRuntime](./brick-kit.getruntime.md) | 获取系统运行时对象。 |
38
+ | [getRuntimeMisc](./brick-kit.getruntimemisc.md) | |
38
39
  | [handleHttpError](./brick-kit.handlehttperror.md) | 处理 http 请求错误(使用 AntDesign 模态框弹出错误信息)。 |
39
40
  | [httpErrorToString](./brick-kit.httperrortostring.md) | 将 http 请求错误转换为可读的字符串。 |
40
41
  | [i18nText](./brick-kit.i18ntext.md) | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.309",
3
+ "version": "1.2.310",
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.131.1",
24
+ "@next-core/brick-kit": "^2.132.0",
25
25
  "@next-core/brick-types": "^2.69.0",
26
26
  "fs-extra": "^10.1.0"
27
27
  },
28
- "gitHead": "3aac2edcc9eac41373a84faa28784ff4f3c23080"
28
+ "gitHead": "7c9ec9adc2c3c8aadbcc9cb72a325f8f3c50c724"
29
29
  }