@next-core/next-docs 1.2.252 → 1.2.255

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 CHANGED
@@ -3,6 +3,30 @@
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.255](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.254...@next-core/next-docs@1.2.255) (2022-05-06)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.254](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.253...@next-core/next-docs@1.2.254) (2022-05-05)
15
+
16
+ **Note:** Version bump only for package @next-core/next-docs
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.2.253](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.252...@next-core/next-docs@1.2.253) (2022-04-26)
23
+
24
+ **Note:** Version bump only for package @next-core/next-docs
25
+
26
+
27
+
28
+
29
+
6
30
  ## [1.2.252](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.251...@next-core/next-docs@1.2.252) (2022-04-25)
7
31
 
8
32
  **Note:** Version bump only for package @next-core/next-docs
@@ -29,6 +29,7 @@ export interface UseSingleBrickConf
29
29
  | [iid](./brick-types.usesinglebrickconf.iid.md) | string | 构件编排 ID |
30
30
  | [lifeCycle](./brick-types.usesinglebrickconf.lifecycle.md) | Pick&lt;[BrickLifeCycle](./brick-types.bricklifecycle.md)<!-- -->, "useResolves"&gt; | 构件生命周期配置。在 <code>useBrick</code> 中仅支持 <code>useResolves</code>。 |
31
31
  | [properties](./brick-types.usesinglebrickconf.properties.md) | Record&lt;string, unknown&gt; | 构件属性。 |
32
+ | [ref](./brick-types.usesinglebrickconf.ref.md) | string | 用于在自定义模板内部引用的 ID。 |
32
33
  | [slots](./brick-types.usesinglebrickconf.slots.md) | [UseBrickSlotsConf](./brick-types.usebrickslotsconf.md) | 在 <code>useBrick</code> 中使用的插槽配置表。 |
33
34
  | [transform](./brick-types.usesinglebrickconf.transform.md) | [GeneralTransform](./brick-types.generaltransform.md) | 数据转换配置。 |
34
35
  | [transformFrom](./brick-types.usesinglebrickconf.transformfrom.md) | string \| string\[\] | 使用返回数据的指定字段作为数据源。 |
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.usesinglebrickconf.ref
3
+ title: UseSingleBrickConf.ref
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-types](./brick-types.md) &gt; [UseSingleBrickConf](./brick-types.usesinglebrickconf.md) &gt; [ref](./brick-types.usesinglebrickconf.ref.md)
11
+
12
+ ## UseSingleBrickConf.ref property
13
+
14
+ 用于在自定义模板内部引用的 ID。
15
+
16
+ **Signature:**
17
+
18
+ ```typescript
19
+ ref?: string;
20
+ ```
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.252",
3
+ "version": "1.2.255",
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.118.1",
25
- "@next-core/brick-types": "^2.61.4",
24
+ "@next-core/brick-kit": "^2.118.4",
25
+ "@next-core/brick-types": "^2.61.5",
26
26
  "fs-extra": "^10.1.0"
27
27
  },
28
- "gitHead": "fa361555ab032f1d4523acd4f7f30581642f2f35"
28
+ "gitHead": "1581cae9641d53f22a4081c0b73ea10bec1bad36"
29
29
  }