@next-core/next-docs 1.2.243 → 1.2.244
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,14 @@
|
|
|
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.244](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.243...@next-core/next-docs@1.2.244) (2022-04-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.2.243](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.242...@next-core/next-docs@1.2.243) (2022-04-14)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @next-core/next-docs
|
|
@@ -26,5 +26,5 @@ export interface BaseCustomBrickEventHandler
|
|
|
26
26
|
| [if](./brick-types.basecustombrickeventhandler.if.md) | string \| boolean | 根据条件决定是否执行该动作。 |
|
|
27
27
|
| [multiple](./brick-types.basecustombrickeventhandler.multiple.md) | boolean | 是否使用 <code>target</code> 匹配多个构件。 |
|
|
28
28
|
| [target](./brick-types.basecustombrickeventhandler.target.md) | string \| unknown | 指定目标构件的 CSS selector。 |
|
|
29
|
-
| [targetRef](./brick-types.basecustombrickeventhandler.targetref.md) | string | 在自定义模板中指定 ref 对应的构件。 |
|
|
29
|
+
| [targetRef](./brick-types.basecustombrickeventhandler.targetref.md) | string \| string\[\] | 在自定义模板中指定 ref 对应的构件。 |
|
|
30
30
|
|
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.244",
|
|
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.117.
|
|
25
|
-
"@next-core/brick-types": "^2.61.
|
|
24
|
+
"@next-core/brick-kit": "^2.117.9",
|
|
25
|
+
"@next-core/brick-types": "^2.61.3",
|
|
26
26
|
"fs-extra": "^10.0.1"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "aed4b96726faee1b44cb1077b3c4f3b46279e19f"
|
|
29
29
|
}
|