@next-core/next-docs 1.2.185 → 1.2.186
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-kit.getmockinfo.md +22 -0
- package/dist/brick-kit.md +1 -1
- package/package.json +3 -3
- package/dist/brick-kit.getmockid.md +0 -19
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.186](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.185...@next-core/next-docs@1.2.186) (2022-01-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.2.185](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.184...@next-core/next-docs@1.2.185) (2022-01-04)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @next-core/next-docs
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.getmockinfo
|
|
3
|
+
title: getMockInfo
|
|
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-kit](./brick-kit.md) > [getMockInfo](./brick-kit.getmockinfo.md)
|
|
11
|
+
|
|
12
|
+
## getMockInfo variable
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
getMockInfo: (requestUrl: string) => {
|
|
18
|
+
url: string;
|
|
19
|
+
mockId: string;
|
|
20
|
+
} | undefined
|
|
21
|
+
```
|
|
22
|
+
|
package/dist/brick-kit.md
CHANGED
|
@@ -64,6 +64,6 @@ The core kit of Brick Next.
|
|
|
64
64
|
| --- | --- |
|
|
65
65
|
| [FeatureFlagsProvider](./brick-kit.featureflagsprovider.md) | |
|
|
66
66
|
| [ForwardRefSingleBrickAsComponent](./brick-kit.forwardrefsinglebrickascomponent.md) | |
|
|
67
|
-
| [
|
|
67
|
+
| [getMockInfo](./brick-kit.getmockinfo.md) | |
|
|
68
68
|
| [SingleBrickAsComponent](./brick-kit.singlebrickascomponent.md) | 可以渲染单个 <code>useBrick</code> 的 React 组件。 |
|
|
69
69
|
|
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.186",
|
|
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.
|
|
24
|
+
"@next-core/brick-kit": "^2.100.0",
|
|
25
25
|
"@next-core/brick-types": "^2.54.0",
|
|
26
26
|
"fs-extra": "^10.0.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "66499779967872a861d4fb70b0be0de0980b557c"
|
|
29
29
|
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: brick-kit.getmockid
|
|
3
|
-
title: getMockId
|
|
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-kit](./brick-kit.md) > [getMockId](./brick-kit.getmockid.md)
|
|
11
|
-
|
|
12
|
-
## getMockId variable
|
|
13
|
-
|
|
14
|
-
**Signature:**
|
|
15
|
-
|
|
16
|
-
```typescript
|
|
17
|
-
getMockId: (requestUrl: string) => string | undefined
|
|
18
|
-
```
|
|
19
|
-
|