@next-core/next-docs 1.2.446 → 1.2.447

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.
@@ -0,0 +1,25 @@
1
+ ---
2
+ id: brick-kit.datavalueoption
3
+ title: DataValueOption
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; [DataValueOption](./brick-kit.datavalueoption.md)
11
+
12
+ ## DataValueOption interface
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ export interface DataValueOption
18
+ ```
19
+
20
+ ## Properties
21
+
22
+ | Property | Type | Description |
23
+ | --- | --- | --- |
24
+ | [tplContextId](./brick-kit.datavalueoption.tplcontextid.md) | string | |
25
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: brick-kit.datavalueoption.tplcontextid
3
+ title: DataValueOption.tplContextId
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; [DataValueOption](./brick-kit.datavalueoption.md) &gt; [tplContextId](./brick-kit.datavalueoption.tplcontextid.md)
11
+
12
+ ## DataValueOption.tplContextId property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ tplContextId?: string;
18
+ ```
19
+
package/dist/brick-kit.md CHANGED
@@ -59,6 +59,7 @@ The core kit of Brick Next.
59
59
  | Interface | Description |
60
60
  | --- | --- |
61
61
  | [AbstractRuntime](./brick-kit.abstractruntime.md) | 系统运行时对象(抽象类型)。 |
62
+ | [DataValueOption](./brick-kit.datavalueoption.md) | |
62
63
  | [DoTransformOptions](./brick-kit.dotransformoptions.md) | |
63
64
  | [EasyopsEmptyProps](./brick-kit.easyopsemptyprops.md) | |
64
65
  | [EventDeclaration](./brick-kit.eventdeclaration.md) | 构件事件的选项。 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.446",
3
+ "version": "1.2.447",
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.169.1",
35
+ "@next-core/brick-kit": "^2.170.0",
36
36
  "@next-core/brick-types": "^2.83.0",
37
37
  "fs-extra": "^10.1.0"
38
38
  },
39
- "gitHead": "a9cbc618cafe2b03799db8b5d92a0948b7235168"
39
+ "gitHead": "8a73c0b02aff9c62d01fd01d8638e595870589d7"
40
40
  }