@next-core/next-docs 1.2.471 → 1.2.473
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 +2 -0
- package/dist/brick-kit.previewoption.appid.md +19 -0
- package/dist/brick-kit.previewoption.formid.md +19 -0
- package/dist/brick-kit.previewoption.md +27 -0
- package/dist/brick-kit.previewoption.updatestoryboardtype.md +19 -0
- package/dist/brick-kit.previewstoryboardpatch.md +19 -0
- package/package.json +3 -3
package/dist/brick-kit.md
CHANGED
|
@@ -71,6 +71,8 @@ The core kit of Brick Next.
|
|
|
71
71
|
| [EventEmitter](./brick-kit.eventemitter.md) | 事件发送器 |
|
|
72
72
|
| [GetMicroAppsOptions](./brick-kit.getmicroappsoptions.md) | 查询微应用列表时的选项。 |
|
|
73
73
|
| [IfContainer](./brick-kit.ifcontainer.md) | 包含 <code>if</code> 条件判断的对象。 |
|
|
74
|
+
| [PreviewOption](./brick-kit.previewoption.md) | |
|
|
75
|
+
| [PreviewStoryboardPatch](./brick-kit.previewstoryboardpatch.md) | |
|
|
74
76
|
| [PropertyDeclaration](./brick-kit.propertydeclaration.md) | Defines options for a property accessor. |
|
|
75
77
|
| [ThemeSetting](./brick-kit.themesetting.md) | |
|
|
76
78
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.previewoption.appid
|
|
3
|
+
title: PreviewOption.appId
|
|
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) > [PreviewOption](./brick-kit.previewoption.md) > [appId](./brick-kit.previewoption.appid.md)
|
|
11
|
+
|
|
12
|
+
## PreviewOption.appId property
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
appId?: string;
|
|
18
|
+
```
|
|
19
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.previewoption.formid
|
|
3
|
+
title: PreviewOption.formId
|
|
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) > [PreviewOption](./brick-kit.previewoption.md) > [formId](./brick-kit.previewoption.formid.md)
|
|
11
|
+
|
|
12
|
+
## PreviewOption.formId property
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
formId?: string;
|
|
18
|
+
```
|
|
19
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.previewoption
|
|
3
|
+
title: PreviewOption
|
|
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) > [PreviewOption](./brick-kit.previewoption.md)
|
|
11
|
+
|
|
12
|
+
## PreviewOption interface
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
export interface PreviewOption
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Properties
|
|
21
|
+
|
|
22
|
+
| Property | Type | Description |
|
|
23
|
+
| --- | --- | --- |
|
|
24
|
+
| [appId](./brick-kit.previewoption.appid.md) | string | |
|
|
25
|
+
| [formId](./brick-kit.previewoption.formid.md) | string | |
|
|
26
|
+
| [updateStoryboardType](./brick-kit.previewoption.updatestoryboardtype.md) | "route" \| "template" \| "snippet" \| "form" | |
|
|
27
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.previewoption.updatestoryboardtype
|
|
3
|
+
title: PreviewOption.updateStoryboardType
|
|
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) > [PreviewOption](./brick-kit.previewoption.md) > [updateStoryboardType](./brick-kit.previewoption.updatestoryboardtype.md)
|
|
11
|
+
|
|
12
|
+
## PreviewOption.updateStoryboardType property
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
updateStoryboardType?: "route" | "template" | "snippet" | "form";
|
|
18
|
+
```
|
|
19
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.previewstoryboardpatch
|
|
3
|
+
title: PreviewStoryboardPatch
|
|
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) > [PreviewStoryboardPatch](./brick-kit.previewstoryboardpatch.md)
|
|
11
|
+
|
|
12
|
+
## PreviewStoryboardPatch interface
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
export declare type PreviewStoryboardPatch = CustomTemplate | RouteConf | RuntimeSnippet | FormDataProperties;
|
|
18
|
+
```
|
|
19
|
+
|
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.473",
|
|
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.4.0",
|
|
35
|
-
"@next-core/brick-kit": "^2.178.
|
|
35
|
+
"@next-core/brick-kit": "^2.178.4",
|
|
36
36
|
"@next-core/brick-types": "^2.89.0",
|
|
37
37
|
"fs-extra": "^10.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "d663246ab624a2494893461b9d18c65c06c8b154"
|
|
40
40
|
}
|