@yelon/bis 16.3.5 → 16.3.6

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.
@@ -11,3 +11,4 @@ export * from './yunzai-layout.module';
11
11
  export * from './yunzai-startup.service';
12
12
  export * from './html-names';
13
13
  export * from "./analysis.addon";
14
+ export * from "./yunzai-analysis-addon.guard";
@@ -0,0 +1,23 @@
1
+ import { CanActivateChildFn, CanActivateFn } from "@angular/router";
2
+ import { PathToRegexpService, YunzaiConfigService } from "@yelon/util";
3
+ import { Menu } from "@yelon/theme";
4
+ import { ITokenService } from "@yelon/auth";
5
+ import * as i0 from "@angular/core";
6
+ export declare class YunzaiAnalysisAddonGuardService {
7
+ private configService;
8
+ private pathToRegexp;
9
+ private tokenService;
10
+ private bis;
11
+ private menus;
12
+ private links;
13
+ constructor(configService: YunzaiConfigService, pathToRegexp: PathToRegexpService, tokenService: ITokenService);
14
+ process(url: string): boolean;
15
+ getAllLinks(menu: Menu[], links: Array<{
16
+ title: string;
17
+ link: string;
18
+ }>): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiAnalysisAddonGuardService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiAnalysisAddonGuardService>;
21
+ }
22
+ export declare const analysisAddonCanActive: CanActivateFn;
23
+ export declare const analysisAddonCanActiveChild: CanActivateChildFn;
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@yelon/bis",
3
- "version": "16.3.5",
3
+ "version": "16.3.6",
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.5",
9
- "@yelon/auth": "^16.3.5",
10
- "@yelon/theme": "^16.3.5",
11
- "@yelon/mock": "^16.3.5",
12
- "@yelon/cache": "^16.3.5",
13
- "@yelon/chart": "^16.3.5",
14
- "@yelon/form": "^16.3.5",
15
- "@yelon/testing": "^16.3.5",
16
- "@yelon/util": "^16.3.5",
17
- "@yelon/bcs": "^16.3.5",
8
+ "@yelon/acl": "^16.3.6",
9
+ "@yelon/auth": "^16.3.6",
10
+ "@yelon/theme": "^16.3.6",
11
+ "@yelon/mock": "^16.3.6",
12
+ "@yelon/cache": "^16.3.6",
13
+ "@yelon/chart": "^16.3.6",
14
+ "@yelon/form": "^16.3.6",
15
+ "@yelon/testing": "^16.3.6",
16
+ "@yelon/util": "^16.3.6",
17
+ "@yelon/bcs": "^16.3.6",
18
18
  "tslib": "^2.3.0"
19
19
  },
20
20
  "module": "fesm2022/bis.mjs",