@next-core/next-docs 1.2.444 → 1.2.446

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.ifcontainer.else
3
+ title: IfContainer.else
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; [IfContainer](./brick-kit.ifcontainer.md) &gt; [else](./brick-kit.ifcontainer.else.md)
11
+
12
+ ## IfContainer.else property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ else?: BrickEventHandler | BrickEventHandler[];
18
+ ```
19
+
@@ -23,5 +23,6 @@ export interface IfContainer
23
23
 
24
24
  | Property | Type | Description |
25
25
  | --- | --- | --- |
26
+ | [else](./brick-kit.ifcontainer.else.md) | BrickEventHandler \| BrickEventHandler\[\] | |
26
27
  | [if](./brick-kit.ifcontainer.if.md) | unknown | 条件判断,可以为表达式字符串。 |
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.444",
3
+ "version": "1.2.446",
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.168.2",
36
- "@next-core/brick-types": "^2.82.5",
35
+ "@next-core/brick-kit": "^2.169.1",
36
+ "@next-core/brick-types": "^2.83.0",
37
37
  "fs-extra": "^10.1.0"
38
38
  },
39
- "gitHead": "e3eb41ca6ea52522312440aa393ad121591730c8"
39
+ "gitHead": "a9cbc618cafe2b03799db8b5d92a0948b7235168"
40
40
  }