@yelon/bis 16.3.8 → 16.3.9
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.
|
@@ -6,11 +6,13 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class YunzaiAnalysisAddonGuardService {
|
|
7
7
|
private configService;
|
|
8
8
|
private pathToRegexp;
|
|
9
|
+
private win;
|
|
9
10
|
private tokenService;
|
|
10
11
|
private bis;
|
|
11
12
|
private menus;
|
|
12
13
|
private links;
|
|
13
|
-
|
|
14
|
+
private value;
|
|
15
|
+
constructor(configService: YunzaiConfigService, pathToRegexp: PathToRegexpService, win: any, tokenService: ITokenService);
|
|
14
16
|
process(url: string): boolean;
|
|
15
17
|
getAllLinks(menu: Menu[], links: Array<{
|
|
16
18
|
title: string;
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yelon/bis",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.9",
|
|
4
4
|
"author": "devcui<devcui@outlook.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"ng-zorro-antd": "16.1.0",
|
|
8
|
-
"@yelon/acl": "^16.3.
|
|
9
|
-
"@yelon/auth": "^16.3.
|
|
10
|
-
"@yelon/theme": "^16.3.
|
|
11
|
-
"@yelon/mock": "^16.3.
|
|
12
|
-
"@yelon/cache": "^16.3.
|
|
13
|
-
"@yelon/chart": "^16.3.
|
|
14
|
-
"@yelon/form": "^16.3.
|
|
15
|
-
"@yelon/testing": "^16.3.
|
|
16
|
-
"@yelon/util": "^16.3.
|
|
17
|
-
"@yelon/bcs": "^16.3.
|
|
8
|
+
"@yelon/acl": "^16.3.9",
|
|
9
|
+
"@yelon/auth": "^16.3.9",
|
|
10
|
+
"@yelon/theme": "^16.3.9",
|
|
11
|
+
"@yelon/mock": "^16.3.9",
|
|
12
|
+
"@yelon/cache": "^16.3.9",
|
|
13
|
+
"@yelon/chart": "^16.3.9",
|
|
14
|
+
"@yelon/form": "^16.3.9",
|
|
15
|
+
"@yelon/testing": "^16.3.9",
|
|
16
|
+
"@yelon/util": "^16.3.9",
|
|
17
|
+
"@yelon/bcs": "^16.3.9",
|
|
18
18
|
"tslib": "^2.3.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2022/bis.mjs",
|