@next-core/next-docs 1.2.189 → 1.2.193
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,38 @@
|
|
|
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.193](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.192...@next-core/next-docs@1.2.193) (2022-01-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.2.192](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.191...@next-core/next-docs@1.2.192) (2022-01-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.2.191](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.190...@next-core/next-docs@1.2.191) (2022-01-12)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [1.2.190](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.189...@next-core/next-docs@1.2.190) (2022-01-07)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [1.2.189](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.188...@next-core/next-docs@1.2.189) (2022-01-06)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package @next-core/next-docs
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.getcsspropertyvalue
|
|
3
|
+
title: getCssPropertyValue()
|
|
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) > [@next-core/brick-kit](./brick-kit.md) > [getCssPropertyValue](./brick-kit.getcsspropertyvalue.md)
|
|
11
|
+
|
|
12
|
+
## getCssPropertyValue() function
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
export declare function getCssPropertyValue(name: string, el?: HTMLElement): string;
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Parameters
|
|
21
|
+
|
|
22
|
+
| Parameter | Type | Description |
|
|
23
|
+
| --- | --- | --- |
|
|
24
|
+
| name | string | |
|
|
25
|
+
| el | HTMLElement | |
|
|
26
|
+
|
|
27
|
+
**Returns:**
|
|
28
|
+
|
|
29
|
+
string
|
|
30
|
+
|
package/dist/brick-kit.md
CHANGED
|
@@ -30,6 +30,7 @@ The core kit of Brick Next.
|
|
|
30
30
|
| [EasyopsEmpty](./brick-kit.easyopsempty.md) | 用于展示空数据的 React 组件。 |
|
|
31
31
|
| [event\_2](./brick-kit.event_2.md) | 构件事件装饰器。 |
|
|
32
32
|
| [getAuth](./brick-kit.getauth.md) | 获取当前登录认证信息。 |
|
|
33
|
+
| [getCssPropertyValue](./brick-kit.getcsspropertyvalue.md) | |
|
|
33
34
|
| [getHistory](./brick-kit.gethistory.md) | 获取系统会话历史管理器。 |
|
|
34
35
|
| [getRuntime](./brick-kit.getruntime.md) | 获取系统运行时对象。 |
|
|
35
36
|
| [handleHttpError](./brick-kit.handlehttperror.md) | 处理 http 请求错误(使用 AntDesign 模态框弹出错误信息)。 |
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-types.mockrule.provider
|
|
3
|
+
title: MockRule.provider
|
|
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) > [@next-core/brick-types](./brick-types.md) > [MockRule](./brick-types.mockrule.md) > [provider](./brick-types.mockrule.provider.md)
|
|
11
|
+
|
|
12
|
+
## MockRule.provider property
|
|
13
|
+
|
|
14
|
+
provider名称
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
provider: string;
|
|
20
|
+
```
|
|
21
|
+
|
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.193",
|
|
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.
|
|
25
|
-
"@next-core/brick-types": "^2.
|
|
24
|
+
"@next-core/brick-kit": "^2.103.1",
|
|
25
|
+
"@next-core/brick-types": "^2.56.0",
|
|
26
26
|
"fs-extra": "^10.0.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "f9058cd5a2cfeb95282f268798576b351107d7f4"
|
|
29
29
|
}
|