@next-core/next-docs 1.2.531 → 1.2.533
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/dist/brick-kit.md
CHANGED
|
@@ -78,6 +78,7 @@ The core kit of Brick Next.
|
|
|
78
78
|
| [PreviewOption](./brick-kit.previewoption.md) | |
|
|
79
79
|
| [PreviewStoryboardPatch](./brick-kit.previewstoryboardpatch.md) | |
|
|
80
80
|
| [PropertyDeclaration](./brick-kit.propertydeclaration.md) | Defines options for a property accessor. |
|
|
81
|
+
| [RuntimeDataVale](./brick-kit.runtimedatavale.md) | |
|
|
81
82
|
| [ThemeSetting](./brick-kit.themesetting.md) | |
|
|
82
83
|
|
|
83
84
|
## Variables
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.runtimedatavale.app
|
|
3
|
+
title: RuntimeDataVale.app
|
|
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) > [RuntimeDataVale](./brick-kit.runtimedatavale.md) > [app](./brick-kit.runtimedatavale.app.md)
|
|
11
|
+
|
|
12
|
+
## RuntimeDataVale.app property
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
app?: MicroApp;
|
|
18
|
+
```
|
|
19
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.runtimedatavale.location
|
|
3
|
+
title: RuntimeDataVale.location
|
|
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) > [RuntimeDataVale](./brick-kit.runtimedatavale.md) > [location](./brick-kit.runtimedatavale.location.md)
|
|
11
|
+
|
|
12
|
+
## RuntimeDataVale.location property
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
location: {
|
|
18
|
+
href: string;
|
|
19
|
+
origin: string;
|
|
20
|
+
hostname: string;
|
|
21
|
+
host: string;
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.runtimedatavale
|
|
3
|
+
title: RuntimeDataVale
|
|
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) > [RuntimeDataVale](./brick-kit.runtimedatavale.md)
|
|
11
|
+
|
|
12
|
+
## RuntimeDataVale interface
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
export interface RuntimeDataVale extends Pick<PluginRuntimeContext, "match" | "sys" | "query">
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
**Extends:** Pick<PluginRuntimeContext, "match" \| "sys" \| "query">
|
|
21
|
+
|
|
22
|
+
## Properties
|
|
23
|
+
|
|
24
|
+
| Property | Type | Description |
|
|
25
|
+
| --- | --- | --- |
|
|
26
|
+
| [app](./brick-kit.runtimedatavale.app.md) | MicroApp | |
|
|
27
|
+
| [location](./brick-kit.runtimedatavale.location.md) | { href: string; origin: string; hostname: string; host: string; } | |
|
|
28
|
+
|
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.533",
|
|
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",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@easyops-cn/brick-next-pipes": "^0.6.0",
|
|
35
|
-
"@next-core/brick-kit": "^2.
|
|
35
|
+
"@next-core/brick-kit": "^2.197.0",
|
|
36
36
|
"@next-core/brick-types": "^2.96.0",
|
|
37
37
|
"fs-extra": "^10.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "5814c04ee30fa90c2e6df59d34891c75c1f54bc9"
|
|
40
40
|
}
|