@next-core/next-docs 1.2.563 → 1.2.565
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,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-kit.addpathtoblacklist
|
|
3
|
+
title: addPathToBlackList()
|
|
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) > [addPathToBlackList](./brick-kit.addpathtoblacklist.md)
|
|
11
|
+
|
|
12
|
+
## addPathToBlackList() function
|
|
13
|
+
|
|
14
|
+
增加路径黑名单
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
export declare function addPathToBlackList(path: string): void;
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Parameters
|
|
23
|
+
|
|
24
|
+
| Parameter | Type | Description |
|
|
25
|
+
| --- | --- | --- |
|
|
26
|
+
| path | string | |
|
|
27
|
+
|
|
28
|
+
**Returns:**
|
|
29
|
+
|
|
30
|
+
void
|
|
31
|
+
|
package/dist/brick-kit.md
CHANGED
|
@@ -26,6 +26,7 @@ The core kit of Brick Next.
|
|
|
26
26
|
|
|
27
27
|
| Function | Description |
|
|
28
28
|
| --- | --- |
|
|
29
|
+
| [addPathToBlackList](./brick-kit.addpathtoblacklist.md) | 增加路径黑名单 |
|
|
29
30
|
| [applyTheme](./brick-kit.applytheme.md) | |
|
|
30
31
|
| [batchSetAppsLocalTheme](./brick-kit.batchsetappslocaltheme.md) | |
|
|
31
32
|
| [BrickAsComponentFactory](./brick-kit.brickascomponentfactory.md) | |
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-types.storyboardmeta.blacklist
|
|
3
|
+
title: StoryboardMeta.blackList
|
|
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) > [StoryboardMeta](./brick-types.storyboardmeta.md) > [blackList](./brick-types.storyboardmeta.blacklist.md)
|
|
11
|
+
|
|
12
|
+
## StoryboardMeta.blackList property
|
|
13
|
+
|
|
14
|
+
Launchpad /应用菜单黑名单 \*
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
blackList?: {
|
|
20
|
+
to?: string;
|
|
21
|
+
url?: string;
|
|
22
|
+
}[];
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -23,6 +23,7 @@ export interface StoryboardMeta
|
|
|
23
23
|
|
|
24
24
|
| Property | Type | Description |
|
|
25
25
|
| --- | --- | --- |
|
|
26
|
+
| [blackList](./brick-types.storyboardmeta.blacklist.md) | { to?: string; url?: string; }\[\] | Launchpad /应用菜单黑名单 \* |
|
|
26
27
|
| [contracts](./brick-types.storyboardmeta.contracts.md) | [Contract](./brick-types.contract.md)<!-- -->\[\] | 应用所用到的契约 \* |
|
|
27
28
|
| [customTemplates](./brick-types.storyboardmeta.customtemplates.md) | [CustomTemplate](./brick-types.customtemplate.md)<!-- -->\[\] | 应用定义的自定义模板列表。 |
|
|
28
29
|
| [functions](./brick-types.storyboardmeta.functions.md) | [StoryboardFunction](./brick-types.storyboardfunction.md)<!-- -->\[\] | 应用定义的函数列表。 |
|
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.565",
|
|
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.7.2",
|
|
35
|
-
"@next-core/brick-kit": "^2.
|
|
36
|
-
"@next-core/brick-types": "^2.
|
|
35
|
+
"@next-core/brick-kit": "^2.206.1",
|
|
36
|
+
"@next-core/brick-types": "^2.101.0",
|
|
37
37
|
"fs-extra": "^10.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "4f3e9f1b55f2186e95ce48f1cfcc2b9aa6386567"
|
|
40
40
|
}
|