@next-core/next-docs 1.2.525 → 1.2.526
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,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.cleardebugcontract
|
|
3
|
+
title: clearDebugContract()
|
|
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) > [clearDebugContract](./brick-kit.cleardebugcontract.md)
|
|
11
|
+
|
|
12
|
+
## clearDebugContract() function
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
export declare function clearDebugContract(): void;
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
**Returns:**
|
|
21
|
+
|
|
22
|
+
void
|
|
23
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.collectdebugcontract
|
|
3
|
+
title: collectDebugContract()
|
|
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) > [collectDebugContract](./brick-kit.collectdebugcontract.md)
|
|
11
|
+
|
|
12
|
+
## collectDebugContract() function
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
export declare function collectDebugContract(contracts: Contract[] | undefined): void;
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Parameters
|
|
21
|
+
|
|
22
|
+
| Parameter | Type | Description |
|
|
23
|
+
| --- | --- | --- |
|
|
24
|
+
| contracts | Contract\[\] \| undefined | |
|
|
25
|
+
|
|
26
|
+
**Returns:**
|
|
27
|
+
|
|
28
|
+
void
|
|
29
|
+
|
package/dist/brick-kit.md
CHANGED
|
@@ -30,6 +30,8 @@ The core kit of Brick Next.
|
|
|
30
30
|
| [batchSetAppsLocalTheme](./brick-kit.batchsetappslocaltheme.md) | |
|
|
31
31
|
| [BrickAsComponentFactory](./brick-kit.brickascomponentfactory.md) | |
|
|
32
32
|
| [BrickWrapper](./brick-kit.brickwrapper.md) | 构件的 React 组件包装器,包含 ErrorBoundary, ConfigProvider, FeatureFlagsProvider。 |
|
|
33
|
+
| [clearDebugContract](./brick-kit.cleardebugcontract.md) | |
|
|
34
|
+
| [collectDebugContract](./brick-kit.collectdebugcontract.md) | |
|
|
33
35
|
| [constructEventListener](./brick-kit.constructeventlistener.md) | |
|
|
34
36
|
| [DisplayByFeatureFlags](./brick-kit.displaybyfeatureflags.md) | 特性开关 React 组件 |
|
|
35
37
|
| [EasyopsEmpty](./brick-kit.easyopsempty.md) | 用于展示空数据的 React 组件。 |
|
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.526",
|
|
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.6.0",
|
|
35
|
-
"@next-core/brick-kit": "^2.193.
|
|
35
|
+
"@next-core/brick-kit": "^2.193.1",
|
|
36
36
|
"@next-core/brick-types": "^2.95.0",
|
|
37
37
|
"fs-extra": "^10.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "5072636db8effa3f6be07eb057bc0889bd43c7d6"
|
|
40
40
|
}
|