@next-core/next-docs 1.2.414 → 1.2.416

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,19 @@
1
+ ---
2
+ id: brick-kit.dotransformoptions.formcontextid
3
+ title: DoTransformOptions.formContextId
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; [DoTransformOptions](./brick-kit.dotransformoptions.md) &gt; [formContextId](./brick-kit.dotransformoptions.formcontextid.md)
11
+
12
+ ## DoTransformOptions.formContextId property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ formContextId?: string;
18
+ ```
19
+
@@ -25,6 +25,7 @@ export interface DoTransformOptions
25
25
  | [$$stateOfUseBrick](./brick-kit.dotransformoptions.__stateofusebrick.md) | StateOfUseBrick | |
26
26
  | [allowInject](./brick-kit.dotransformoptions.allowinject.md) | boolean | |
27
27
  | [evaluateOptions](./brick-kit.dotransformoptions.evaluateoptions.md) | EvaluateOptions | |
28
+ | [formContextId](./brick-kit.dotransformoptions.formcontextid.md) | string | |
28
29
  | [tplContextId](./brick-kit.dotransformoptions.tplcontextid.md) | string | |
29
30
  | [trackingContextList](./brick-kit.dotransformoptions.trackingcontextlist.md) | TrackingContextItem\[\] | |
30
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.414",
3
+ "version": "1.2.416",
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.159.5",
35
+ "@next-core/brick-kit": "^2.160.1",
36
36
  "@next-core/brick-types": "^2.82.3",
37
37
  "fs-extra": "^10.1.0"
38
38
  },
39
- "gitHead": "1cb14a5043e34e589ae664d5ae6a3c9396b82f36"
39
+ "gitHead": "ec9177c39e74ae82d721d519f7466c9a52ab0869"
40
40
  }