@yelon/bis 15.2.0 → 15.2.1

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.
Files changed (73) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +23 -23
  3. package/esm2020/bis.mjs +4 -4
  4. package/esm2020/index.mjs +1 -1
  5. package/esm2020/layout/bis.config.mjs +10 -10
  6. package/esm2020/layout/html-names.mjs +32 -32
  7. package/esm2020/layout/icon/style-icons.mjs +795 -795
  8. package/esm2020/layout/layout-basic/index.mjs +2 -2
  9. package/esm2020/layout/layout-basic/interface.mjs +6 -6
  10. package/esm2020/layout/layout-basic/layout-basic.component.mjs +355 -355
  11. package/esm2020/layout/layout-nav/index.mjs +4 -4
  12. package/esm2020/layout/layout-nav/layout-nav-application.component.mjs +326 -326
  13. package/esm2020/layout/layout-nav/layout-nav-group.component.mjs +123 -123
  14. package/esm2020/layout/layout-nav/layout-nav-tile.component.mjs +14 -14
  15. package/esm2020/layout/layout-nav/types.mjs +1 -1
  16. package/esm2020/layout/layout.mjs +4 -4
  17. package/esm2020/layout/public_api.mjs +12 -12
  18. package/esm2020/layout/widgets/index.mjs +6 -6
  19. package/esm2020/layout/widgets/yunzai-clear-storage.component.mjs +44 -44
  20. package/esm2020/layout/widgets/yunzai-fullscreen.component.mjs +44 -44
  21. package/esm2020/layout/widgets/yunzai-i18n.component.mjs +145 -145
  22. package/esm2020/layout/widgets/yunzai-notify.component.mjs +182 -182
  23. package/esm2020/layout/widgets/yunzai-theme-btn.component.mjs +200 -200
  24. package/esm2020/layout/widgets/yunzai-user.component.mjs +129 -129
  25. package/esm2020/layout/yunzai-act.guard.mjs +106 -106
  26. package/esm2020/layout/yunzai-auth.service.mjs +169 -167
  27. package/esm2020/layout/yunzai-default.interceptor.mjs +208 -208
  28. package/esm2020/layout/yunzai-i18n.service.mjs +130 -130
  29. package/esm2020/layout/yunzai-lang.mjs +113 -113
  30. package/esm2020/layout/yunzai-layout.module.mjs +75 -75
  31. package/esm2020/layout/yunzai-startup.service.mjs +156 -156
  32. package/esm2020/public_api.mjs +1 -1
  33. package/fesm2015/bis.mjs +6 -6
  34. package/fesm2015/layout.mjs +3232 -3230
  35. package/fesm2015/layout.mjs.map +1 -1
  36. package/fesm2020/bis.mjs +6 -6
  37. package/fesm2020/layout.mjs +3240 -3238
  38. package/fesm2020/layout.mjs.map +1 -1
  39. package/index.d.ts +1 -1
  40. package/index.less +1 -1
  41. package/layout/bis.config.d.ts +3 -3
  42. package/layout/html-names.d.ts +31 -31
  43. package/layout/icon/style-icons.d.ts +1 -1
  44. package/layout/index.d.ts +5 -5
  45. package/layout/layout-basic/index.d.ts +2 -2
  46. package/layout/layout-basic/interface.d.ts +24 -24
  47. package/layout/layout-basic/layout-basic.component.d.ts +32 -32
  48. package/layout/layout-nav/index.d.ts +4 -4
  49. package/layout/layout-nav/layout-nav-application.component.d.ts +27 -27
  50. package/layout/layout-nav/layout-nav-group.component.d.ts +17 -17
  51. package/layout/layout-nav/layout-nav-tile.component.d.ts +6 -6
  52. package/layout/layout-nav/types.d.ts +15 -15
  53. package/layout/public_api.d.ts +12 -12
  54. package/layout/style/index.less +154 -154
  55. package/layout/widgets/index.d.ts +6 -6
  56. package/layout/widgets/yunzai-clear-storage.component.d.ts +11 -11
  57. package/layout/widgets/yunzai-fullscreen.component.d.ts +8 -8
  58. package/layout/widgets/yunzai-i18n.component.d.ts +21 -21
  59. package/layout/widgets/yunzai-notify.component.d.ts +30 -30
  60. package/layout/widgets/yunzai-theme-btn.component.d.ts +32 -32
  61. package/layout/widgets/yunzai-user.component.d.ts +28 -28
  62. package/layout/yunzai-act.guard.d.ts +22 -22
  63. package/layout/yunzai-auth.service.d.ts +21 -21
  64. package/layout/yunzai-default.interceptor.d.ts +27 -27
  65. package/layout/yunzai-i18n.service.d.ts +33 -33
  66. package/layout/yunzai-lang.d.ts +11 -11
  67. package/layout/yunzai-layout.module.d.ts +21 -21
  68. package/layout/yunzai-startup.service.d.ts +37 -37
  69. package/package.json +47 -47
  70. package/public_api.d.ts +2 -2
  71. package/theme-compact.less +3 -3
  72. package/theme-dark.less +46 -46
  73. package/theme-default.less +46 -46
@@ -1,21 +1,21 @@
1
- import { Injector } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { ITokenModel } from '@yelon/auth';
4
- import * as i0 from "@angular/core";
5
- declare class YunzaiAuthService {
6
- private injector;
7
- private config;
8
- constructor(injector: Injector);
9
- private get configService();
10
- private get tokenService();
11
- private get httpClient();
12
- private get cacheService();
13
- askToken(): Observable<ITokenModel>;
14
- fetchTokenByUP(): Observable<ITokenModel>;
15
- fetchTokenByCas(): Observable<ITokenModel>;
16
- login(): Observable<void>;
17
- cacheInit(): Observable<void[]>;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiAuthService, never>;
19
- static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiAuthService>;
20
- }
21
- export { YunzaiAuthService as YzAuthService, YunzaiAuthService };
1
+ import { Injector } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ITokenModel } from '@yelon/auth';
4
+ import * as i0 from "@angular/core";
5
+ declare class YunzaiAuthService {
6
+ private injector;
7
+ private config;
8
+ constructor(injector: Injector);
9
+ private get configService();
10
+ private get tokenService();
11
+ private get httpClient();
12
+ private get cacheService();
13
+ askToken(): Observable<ITokenModel>;
14
+ fetchTokenByUP(): Observable<ITokenModel>;
15
+ fetchTokenByCas(): Observable<ITokenModel>;
16
+ login(): Observable<void>;
17
+ cacheInit(): Observable<void[]>;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiAuthService, never>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiAuthService>;
20
+ }
21
+ export { YunzaiAuthService as YzAuthService, YunzaiAuthService };
@@ -1,27 +1,27 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Injector } from '@angular/core';
3
- import { Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- declare class YunzaiDefaultInterceptor implements HttpInterceptor {
6
- private injector;
7
- private jump;
8
- private refreshToking;
9
- private refreshToken$;
10
- private get notification();
11
- private get tokenSrv();
12
- private get http();
13
- private get config();
14
- private goTo;
15
- constructor(injector: Injector);
16
- private checkStatus;
17
- private ToLogin;
18
- private reAttachToken;
19
- private refreshTokenRequest;
20
- private tryRefreshToken;
21
- private getAdditionalHeaders;
22
- private handleData;
23
- intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiDefaultInterceptor, never>;
25
- static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiDefaultInterceptor>;
26
- }
27
- export { YunzaiDefaultInterceptor as YzDefaultInterceptor, YunzaiDefaultInterceptor };
1
+ import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
+ import { Injector } from '@angular/core';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ declare class YunzaiDefaultInterceptor implements HttpInterceptor {
6
+ private injector;
7
+ private jump;
8
+ private refreshToking;
9
+ private refreshToken$;
10
+ private get notification();
11
+ private get tokenSrv();
12
+ private get http();
13
+ private get config();
14
+ private goTo;
15
+ constructor(injector: Injector);
16
+ private checkStatus;
17
+ private ToLogin;
18
+ private reAttachToken;
19
+ private refreshTokenRequest;
20
+ private tryRefreshToken;
21
+ private getAdditionalHeaders;
22
+ private handleData;
23
+ intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiDefaultInterceptor, never>;
25
+ static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiDefaultInterceptor>;
26
+ }
27
+ export { YunzaiDefaultInterceptor as YzDefaultInterceptor, YunzaiDefaultInterceptor };
@@ -1,33 +1,33 @@
1
- import { Platform } from '@angular/cdk/platform';
2
- import { OnDestroy } from '@angular/core';
3
- import { Observable } from 'rxjs';
4
- import { CacheService } from '@yelon/cache';
5
- import { YelonLocaleService, SettingsService, _HttpClient, YunzaiI18nBaseService, YunzaiI18NType } from '@yelon/theme';
6
- import { YunzaiConfigService } from '@yelon/util/config';
7
- import { NzSafeAny } from 'ng-zorro-antd/core/types';
8
- import { NzI18nService } from 'ng-zorro-antd/i18n';
9
- import * as i0 from "@angular/core";
10
- declare class YunzaiI18NService extends YunzaiI18nBaseService implements OnDestroy {
11
- private http;
12
- private settings;
13
- private nzI18nService;
14
- private yelonLocaleService;
15
- private platform;
16
- private cacheService;
17
- protected _defaultLang: string;
18
- private bis;
19
- private destroy$;
20
- constructor(http: _HttpClient, settings: SettingsService, nzI18nService: NzI18nService, yelonLocaleService: YelonLocaleService, platform: Platform, cogSrv: YunzaiConfigService, cacheService: CacheService);
21
- private getDefaultLang;
22
- loadLangData(lang: string): Observable<NzSafeAny>;
23
- use(lang: string, data: Record<string, unknown>): void;
24
- getLangs(): Observable<YunzaiI18NType[]>;
25
- cacheLang(lang: string, data: Record<string, unknown>): void;
26
- getLang(lang: string): Record<string, unknown>;
27
- cacheLangs(langs: YunzaiI18NType[]): void;
28
- getCachedLangs(): YunzaiI18NType[];
29
- ngOnDestroy(): void;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiI18NService, never>;
31
- static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiI18NService>;
32
- }
33
- export { YunzaiI18NService as YzI18NService, YunzaiI18NService };
1
+ import { Platform } from '@angular/cdk/platform';
2
+ import { OnDestroy } from '@angular/core';
3
+ import { Observable } from 'rxjs';
4
+ import { CacheService } from '@yelon/cache';
5
+ import { YelonLocaleService, SettingsService, _HttpClient, YunzaiI18nBaseService, YunzaiI18NType } from '@yelon/theme';
6
+ import { YunzaiConfigService } from '@yelon/util/config';
7
+ import { NzSafeAny } from 'ng-zorro-antd/core/types';
8
+ import { NzI18nService } from 'ng-zorro-antd/i18n';
9
+ import * as i0 from "@angular/core";
10
+ declare class YunzaiI18NService extends YunzaiI18nBaseService implements OnDestroy {
11
+ private http;
12
+ private settings;
13
+ private nzI18nService;
14
+ private yelonLocaleService;
15
+ private platform;
16
+ private cacheService;
17
+ protected _defaultLang: string;
18
+ private bis;
19
+ private destroy$;
20
+ constructor(http: _HttpClient, settings: SettingsService, nzI18nService: NzI18nService, yelonLocaleService: YelonLocaleService, platform: Platform, cogSrv: YunzaiConfigService, cacheService: CacheService);
21
+ private getDefaultLang;
22
+ loadLangData(lang: string): Observable<NzSafeAny>;
23
+ use(lang: string, data: Record<string, unknown>): void;
24
+ getLangs(): Observable<YunzaiI18NType[]>;
25
+ cacheLang(lang: string, data: Record<string, unknown>): void;
26
+ getLang(lang: string): Record<string, unknown>;
27
+ cacheLangs(langs: YunzaiI18NType[]): void;
28
+ getCachedLangs(): YunzaiI18NType[];
29
+ ngOnDestroy(): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiI18NService, never>;
31
+ static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiI18NService>;
32
+ }
33
+ export { YunzaiI18NService as YzI18NService, YunzaiI18NService };
@@ -1,11 +1,11 @@
1
- export interface LangConfigData {
2
- abbr: string;
3
- text: string;
4
- ng: any;
5
- zorro: any;
6
- date: any;
7
- yelon: any;
8
- }
9
- export declare const YUNZAI_LANGS: {
10
- [key: string]: LangConfigData;
11
- };
1
+ export interface LangConfigData {
2
+ abbr: string;
3
+ text: string;
4
+ ng: any;
5
+ zorro: any;
6
+ date: any;
7
+ yelon: any;
8
+ }
9
+ export declare const YUNZAI_LANGS: {
10
+ [key: string]: LangConfigData;
11
+ };
@@ -1,21 +1,21 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./layout-basic/layout-basic.component";
3
- import * as i2 from "./widgets/yunzai-clear-storage.component";
4
- import * as i3 from "./widgets/yunzai-fullscreen.component";
5
- import * as i4 from "./widgets/yunzai-i18n.component";
6
- import * as i5 from "./widgets/yunzai-notify.component";
7
- import * as i6 from "./widgets/yunzai-theme-btn.component";
8
- import * as i7 from "./widgets/yunzai-user.component";
9
- import * as i8 from "./layout-nav/layout-nav-application.component";
10
- import * as i9 from "./layout-nav/layout-nav-group.component";
11
- import * as i10 from "./layout-nav/layout-nav-tile.component";
12
- import * as i11 from "@angular/common/http";
13
- import * as i12 from "@angular/common";
14
- import * as i13 from "@angular/forms";
15
- import * as i14 from "@angular/router";
16
- import * as i15 from "@yelon/bcs";
17
- export declare class YunzaiLayoutModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<YunzaiLayoutModule, [typeof i1.YunzaiLayoutBasicComponent, typeof i2.YunzaiClearStorageComponent, typeof i3.YunzaiFullScreenComponent, typeof i4.YunzaiI18NComponent, typeof i5.YunzaiNotifyComponent, typeof i6.YunzaiThemBtnComponent, typeof i7.YunzaiUserComponent, typeof i8.LayoutNavApplicationComponent, typeof i9.LayoutNavGroupComponent, typeof i10.LayoutNavTileComponent], [typeof i11.HttpClientModule, typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.RouterModule, typeof i13.ReactiveFormsModule, typeof i15.YunzaiSharedYelonModule, typeof i15.YunzaiSharedZorroModule], [typeof i1.YunzaiLayoutBasicComponent, typeof i2.YunzaiClearStorageComponent, typeof i3.YunzaiFullScreenComponent, typeof i4.YunzaiI18NComponent, typeof i5.YunzaiNotifyComponent, typeof i6.YunzaiThemBtnComponent, typeof i7.YunzaiUserComponent, typeof i8.LayoutNavApplicationComponent, typeof i9.LayoutNavGroupComponent, typeof i10.LayoutNavTileComponent]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<YunzaiLayoutModule>;
21
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./layout-basic/layout-basic.component";
3
+ import * as i2 from "./widgets/yunzai-clear-storage.component";
4
+ import * as i3 from "./widgets/yunzai-fullscreen.component";
5
+ import * as i4 from "./widgets/yunzai-i18n.component";
6
+ import * as i5 from "./widgets/yunzai-notify.component";
7
+ import * as i6 from "./widgets/yunzai-theme-btn.component";
8
+ import * as i7 from "./widgets/yunzai-user.component";
9
+ import * as i8 from "./layout-nav/layout-nav-application.component";
10
+ import * as i9 from "./layout-nav/layout-nav-group.component";
11
+ import * as i10 from "./layout-nav/layout-nav-tile.component";
12
+ import * as i11 from "@angular/common/http";
13
+ import * as i12 from "@angular/common";
14
+ import * as i13 from "@angular/forms";
15
+ import * as i14 from "@angular/router";
16
+ import * as i15 from "@yelon/bcs";
17
+ export declare class YunzaiLayoutModule {
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutModule, never>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<YunzaiLayoutModule, [typeof i1.YunzaiLayoutBasicComponent, typeof i2.YunzaiClearStorageComponent, typeof i3.YunzaiFullScreenComponent, typeof i4.YunzaiI18NComponent, typeof i5.YunzaiNotifyComponent, typeof i6.YunzaiThemBtnComponent, typeof i7.YunzaiUserComponent, typeof i8.LayoutNavApplicationComponent, typeof i9.LayoutNavGroupComponent, typeof i10.LayoutNavTileComponent], [typeof i11.HttpClientModule, typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.RouterModule, typeof i13.ReactiveFormsModule, typeof i15.YunzaiSharedYelonModule, typeof i15.YunzaiSharedZorroModule], [typeof i1.YunzaiLayoutBasicComponent, typeof i2.YunzaiClearStorageComponent, typeof i3.YunzaiFullScreenComponent, typeof i4.YunzaiI18NComponent, typeof i5.YunzaiNotifyComponent, typeof i6.YunzaiThemBtnComponent, typeof i7.YunzaiUserComponent, typeof i8.LayoutNavApplicationComponent, typeof i9.LayoutNavGroupComponent, typeof i10.LayoutNavTileComponent]>;
20
+ static ɵinj: i0.ɵɵInjectorDeclaration<YunzaiLayoutModule>;
21
+ }
@@ -1,37 +1,37 @@
1
- import { Observable } from 'rxjs';
2
- import { ACLService } from '@yelon/acl';
3
- import { CacheService, YunzaiMenu } from '@yelon/cache';
4
- import { MenuService, SettingsService, TitleService } from '@yelon/theme';
5
- import { YunzaiConfigService } from '@yelon/util';
6
- import { NzSafeAny } from 'ng-zorro-antd/core/types';
7
- import { NzIconService } from 'ng-zorro-antd/icon';
8
- import { YunzaiAuthService } from './yunzai-auth.service';
9
- import { YunzaiI18NService } from './yunzai-i18n.service';
10
- import * as i0 from "@angular/core";
11
- declare class YunzaiStartupService {
12
- private menuService;
13
- private i18n;
14
- private win;
15
- private settingService;
16
- private aclService;
17
- private titleService;
18
- private yzAuthService;
19
- private cacheService;
20
- private configService;
21
- private config;
22
- constructor(iconSrv: NzIconService, menuService: MenuService, i18n: YunzaiI18NService, win: NzSafeAny, settingService: SettingsService, aclService: ACLService, titleService: TitleService, yzAuthService: YunzaiAuthService, cacheService: CacheService, configService: YunzaiConfigService);
23
- load(): Observable<void>;
24
- systemInit(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiStartupService, never>;
26
- static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiStartupService>;
27
- }
28
- declare function mapYzSideToYelonMenu(menus: YunzaiMenu[]): void;
29
- declare function generateAbility(menus: YunzaiMenu[], abilities: string[], prefix: string): void;
30
- declare function YunzaiStartupServiceFactory(startupService: YunzaiStartupService): () => Observable<void>;
31
- declare const YUNZAI_APPINIT_PROVIDES: (typeof YunzaiStartupService | {
32
- provide: import("@angular/core").InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
33
- useFactory: typeof YunzaiStartupServiceFactory;
34
- deps: (typeof YunzaiStartupService)[];
35
- multi: boolean;
36
- })[];
37
- export { YunzaiStartupService as YzStartupService, YunzaiStartupService, YunzaiStartupServiceFactory as YzStartupServiceFactory, YunzaiStartupServiceFactory, YUNZAI_APPINIT_PROVIDES as YZ_APPINIT_PROVIDES, YUNZAI_APPINIT_PROVIDES, mapYzSideToYelonMenu, generateAbility };
1
+ import { Observable } from 'rxjs';
2
+ import { ACLService } from '@yelon/acl';
3
+ import { CacheService, YunzaiMenu } from '@yelon/cache';
4
+ import { MenuService, SettingsService, TitleService } from '@yelon/theme';
5
+ import { YunzaiConfigService } from '@yelon/util';
6
+ import { NzSafeAny } from 'ng-zorro-antd/core/types';
7
+ import { NzIconService } from 'ng-zorro-antd/icon';
8
+ import { YunzaiAuthService } from './yunzai-auth.service';
9
+ import { YunzaiI18NService } from './yunzai-i18n.service';
10
+ import * as i0 from "@angular/core";
11
+ declare class YunzaiStartupService {
12
+ private menuService;
13
+ private i18n;
14
+ private win;
15
+ private settingService;
16
+ private aclService;
17
+ private titleService;
18
+ private yzAuthService;
19
+ private cacheService;
20
+ private configService;
21
+ private config;
22
+ constructor(iconSrv: NzIconService, menuService: MenuService, i18n: YunzaiI18NService, win: NzSafeAny, settingService: SettingsService, aclService: ACLService, titleService: TitleService, yzAuthService: YunzaiAuthService, cacheService: CacheService, configService: YunzaiConfigService);
23
+ load(): Observable<void>;
24
+ systemInit(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiStartupService, never>;
26
+ static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiStartupService>;
27
+ }
28
+ declare function mapYzSideToYelonMenu(menus: YunzaiMenu[]): void;
29
+ declare function generateAbility(menus: YunzaiMenu[], abilities: string[], prefix: string): void;
30
+ declare function YunzaiStartupServiceFactory(startupService: YunzaiStartupService): () => Observable<void>;
31
+ declare const YUNZAI_APPINIT_PROVIDES: (typeof YunzaiStartupService | {
32
+ provide: import("@angular/core").InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
33
+ useFactory: typeof YunzaiStartupServiceFactory;
34
+ deps: (typeof YunzaiStartupService)[];
35
+ multi: boolean;
36
+ })[];
37
+ export { YunzaiStartupService as YzStartupService, YunzaiStartupService, YunzaiStartupServiceFactory as YzStartupServiceFactory, YunzaiStartupServiceFactory, YUNZAI_APPINIT_PROVIDES as YZ_APPINIT_PROVIDES, YUNZAI_APPINIT_PROVIDES, mapYzSideToYelonMenu, generateAbility };
package/package.json CHANGED
@@ -1,48 +1,48 @@
1
- {
2
- "name": "@yelon/bis",
3
- "version": "15.2.0",
4
- "author": "devcui<devcui@outlook.com>",
5
- "license": "MIT",
6
- "dependencies": {
7
- "ng-zorro-antd": "^15.1.0",
8
- "@yelon/acl": "^15.2.0",
9
- "@yelon/auth": "^15.2.0",
10
- "@yelon/theme": "^15.2.0",
11
- "@yelon/mock": "^15.2.0",
12
- "@yelon/cache": "^15.2.0",
13
- "@yelon/chart": "^15.2.0",
14
- "@yelon/form": "^15.2.0",
15
- "@yelon/testing": "^15.2.0",
16
- "@yelon/util": "^15.2.0",
17
- "@yelon/bcs": "^15.2.0",
18
- "tslib": "^2.3.0"
19
- },
20
- "module": "fesm2015/bis.mjs",
21
- "es2020": "fesm2020/bis.mjs",
22
- "esm2020": "esm2020/bis.mjs",
23
- "fesm2020": "fesm2020/bis.mjs",
24
- "fesm2015": "fesm2015/bis.mjs",
25
- "typings": "index.d.ts",
26
- "exports": {
27
- "./package.json": {
28
- "default": "./package.json"
29
- },
30
- ".": {
31
- "types": "./index.d.ts",
32
- "esm2020": "./esm2020/bis.mjs",
33
- "es2020": "./fesm2020/bis.mjs",
34
- "es2015": "./fesm2015/bis.mjs",
35
- "node": "./fesm2015/bis.mjs",
36
- "default": "./fesm2020/bis.mjs"
37
- },
38
- "./layout": {
39
- "types": "./layout/index.d.ts",
40
- "esm2020": "./esm2020/layout/layout.mjs",
41
- "es2020": "./fesm2020/layout.mjs",
42
- "es2015": "./fesm2015/layout.mjs",
43
- "node": "./fesm2015/layout.mjs",
44
- "default": "./fesm2020/layout.mjs"
45
- }
46
- },
47
- "sideEffects": false
1
+ {
2
+ "name": "@yelon/bis",
3
+ "version": "15.2.1",
4
+ "author": "devcui<devcui@outlook.com>",
5
+ "license": "MIT",
6
+ "dependencies": {
7
+ "ng-zorro-antd": "^15.1.0",
8
+ "@yelon/acl": "^15.2.1",
9
+ "@yelon/auth": "^15.2.1",
10
+ "@yelon/theme": "^15.2.1",
11
+ "@yelon/mock": "^15.2.1",
12
+ "@yelon/cache": "^15.2.1",
13
+ "@yelon/chart": "^15.2.1",
14
+ "@yelon/form": "^15.2.1",
15
+ "@yelon/testing": "^15.2.1",
16
+ "@yelon/util": "^15.2.1",
17
+ "@yelon/bcs": "^15.2.1",
18
+ "tslib": "^2.3.0"
19
+ },
20
+ "module": "fesm2015/bis.mjs",
21
+ "es2020": "fesm2020/bis.mjs",
22
+ "esm2020": "esm2020/bis.mjs",
23
+ "fesm2020": "fesm2020/bis.mjs",
24
+ "fesm2015": "fesm2015/bis.mjs",
25
+ "typings": "index.d.ts",
26
+ "exports": {
27
+ "./package.json": {
28
+ "default": "./package.json"
29
+ },
30
+ ".": {
31
+ "types": "./index.d.ts",
32
+ "esm2020": "./esm2020/bis.mjs",
33
+ "es2020": "./fesm2020/bis.mjs",
34
+ "es2015": "./fesm2015/bis.mjs",
35
+ "node": "./fesm2015/bis.mjs",
36
+ "default": "./fesm2020/bis.mjs"
37
+ },
38
+ "./layout": {
39
+ "types": "./layout/index.d.ts",
40
+ "esm2020": "./esm2020/layout/layout.mjs",
41
+ "es2020": "./fesm2020/layout.mjs",
42
+ "es2015": "./fesm2015/layout.mjs",
43
+ "node": "./fesm2015/layout.mjs",
44
+ "default": "./fesm2020/layout.mjs"
45
+ }
46
+ },
47
+ "sideEffects": false
48
48
  }
package/public_api.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: undefined;
2
- export default _default;
1
+ declare const _default: undefined;
2
+ export default _default;
@@ -1,3 +1,3 @@
1
- @import './theme-default.less';
2
-
3
- @yz-application-top: 56px;
1
+ @import './theme-default.less';
2
+
3
+ @yz-application-top: 56px;
package/theme-dark.less CHANGED
@@ -1,46 +1,46 @@
1
- @yz-application-top: 64px;
2
- @yz-application-width: 100%;
3
- @yz-application-height: 480px;
4
- @yz-application-bgColor: #000;
5
- @yz-application-border-shadow: #303030;
6
- @yz-application-topic-bgColor: #141414;
7
- @yz-application-topic-text-color: #fff;
8
- @yz-application-topic-text-font-weight: bold;
9
- @yz-application-topic-text-line-height: 32px;
10
- @yz-application-topic-text-hover-bgColor: #000;
11
- @yz-application-topic-text-hover-color: #1890ff;
12
- @yz-application-list-padding: 20px;
13
- @yz-application-list-ul-width: 100%;
14
- @yz-application-list-ul-padding: 0;
15
- @yz-application-list-ul-li: 20px;
16
- @yz-application-list-ul-li-width: 100%;
17
- @yz-application-list-ul-li-margin-bottom: 20px;
18
- @yz-application-list-ul-li-padding: 0;
19
- @yz-application-list-ul-h5-margin-top: 0;
20
- @yz-application-list-ul-h5-color: #fff;
21
- @yz-application-list-ul-h5-font-weight: 500;
22
- @yz-application-list-ul-h5-font-size: 14px;
23
- @yz-application-list-ul-h5-line-height: 20px;
24
- @yz-application-list-ul-a-display: block;
25
- @yz-application-list-ul-a-padding: 0 4px;
26
- @yz-application-list-ul-a-overflow: hidden;
27
- @yz-application-list-ul-a-color: #eae8e8;
28
- @yz-application-list-ul-a-font-size: 12px;
29
- @yz-application-list-ul-a-line-height: 25px;
30
- @yz-application-list-ul-a-white-space: nowrap;
31
- @yz-application-list-ul-a-text-overflow: ellipsis;
32
- @yz-application-list-ul-a-hover-color: #1890ff;
33
- @yz-application-list-ul-a-hover-bgColor: #141414;
34
- @yz-application-list-search-margin: 10px;
35
- @yz-application-list-search-padding: 10px;
36
- @yz-application-list-item-h4p-margin: 0;
37
- @yz-application-list-item-h4p-overflow: hidden;
38
- @yz-application-list-item-h4p-color: #fff;
39
- @yz-application-list-item-h4p-white-space: nowrap;
40
- @yz-application-list-item-h4p-text-overflow: ellipsis;
41
- @yz-application-list-item-h4-font-weight: 500;
42
- @yz-application-list-item-h4-line-height: 24px;
43
- @yz-application-list-item-p-color: #eae8e8;
44
- @yz-application-list-item-p-line-height: 20px;
45
- @yz-application-list-item-li-hover-color:#1890ff;
46
- @yz-application-list-item-li-hover-bgColor: #141414;
1
+ @yz-application-top: 64px;
2
+ @yz-application-width: 100%;
3
+ @yz-application-height: 480px;
4
+ @yz-application-bgColor: #000;
5
+ @yz-application-border-shadow: #303030;
6
+ @yz-application-topic-bgColor: #141414;
7
+ @yz-application-topic-text-color: #fff;
8
+ @yz-application-topic-text-font-weight: bold;
9
+ @yz-application-topic-text-line-height: 32px;
10
+ @yz-application-topic-text-hover-bgColor: #000;
11
+ @yz-application-topic-text-hover-color: #1890ff;
12
+ @yz-application-list-padding: 20px;
13
+ @yz-application-list-ul-width: 100%;
14
+ @yz-application-list-ul-padding: 0;
15
+ @yz-application-list-ul-li: 20px;
16
+ @yz-application-list-ul-li-width: 100%;
17
+ @yz-application-list-ul-li-margin-bottom: 20px;
18
+ @yz-application-list-ul-li-padding: 0;
19
+ @yz-application-list-ul-h5-margin-top: 0;
20
+ @yz-application-list-ul-h5-color: #fff;
21
+ @yz-application-list-ul-h5-font-weight: 500;
22
+ @yz-application-list-ul-h5-font-size: 14px;
23
+ @yz-application-list-ul-h5-line-height: 20px;
24
+ @yz-application-list-ul-a-display: block;
25
+ @yz-application-list-ul-a-padding: 0 4px;
26
+ @yz-application-list-ul-a-overflow: hidden;
27
+ @yz-application-list-ul-a-color: #eae8e8;
28
+ @yz-application-list-ul-a-font-size: 12px;
29
+ @yz-application-list-ul-a-line-height: 25px;
30
+ @yz-application-list-ul-a-white-space: nowrap;
31
+ @yz-application-list-ul-a-text-overflow: ellipsis;
32
+ @yz-application-list-ul-a-hover-color: #1890ff;
33
+ @yz-application-list-ul-a-hover-bgColor: #141414;
34
+ @yz-application-list-search-margin: 10px;
35
+ @yz-application-list-search-padding: 10px;
36
+ @yz-application-list-item-h4p-margin: 0;
37
+ @yz-application-list-item-h4p-overflow: hidden;
38
+ @yz-application-list-item-h4p-color: #fff;
39
+ @yz-application-list-item-h4p-white-space: nowrap;
40
+ @yz-application-list-item-h4p-text-overflow: ellipsis;
41
+ @yz-application-list-item-h4-font-weight: 500;
42
+ @yz-application-list-item-h4-line-height: 24px;
43
+ @yz-application-list-item-p-color: #eae8e8;
44
+ @yz-application-list-item-p-line-height: 20px;
45
+ @yz-application-list-item-li-hover-color:#1890ff;
46
+ @yz-application-list-item-li-hover-bgColor: #141414;
@@ -1,46 +1,46 @@
1
- @yz-application-top: 64px;
2
- @yz-application-width: 100%;
3
- @yz-application-height: 480px;
4
- @yz-application-bgColor: #fff;
5
- @yz-application-border-shadow: #888;
6
- @yz-application-topic-bgColor: #4ba6ff;
7
- @yz-application-topic-text-color: #fff;
8
- @yz-application-topic-text-font-weight: bold;
9
- @yz-application-topic-text-line-height: 32px;
10
- @yz-application-topic-text-hover-bgColor: #fff;
11
- @yz-application-topic-text-hover-color: #4ba6ff;
12
- @yz-application-list-padding: 20px;
13
- @yz-application-list-ul-width: 100%;
14
- @yz-application-list-ul-padding: 0;
15
- @yz-application-list-ul-li: 20px;
16
- @yz-application-list-ul-li-width: 100%;
17
- @yz-application-list-ul-li-margin-bottom: 20px;
18
- @yz-application-list-ul-li-padding: 0;
19
- @yz-application-list-ul-h5-margin-top: 0;
20
- @yz-application-list-ul-h5-color: #000;
21
- @yz-application-list-ul-h5-font-weight: 500;
22
- @yz-application-list-ul-h5-font-size: 14px;
23
- @yz-application-list-ul-h5-line-height: 20px;
24
- @yz-application-list-ul-a-display: block;
25
- @yz-application-list-ul-a-padding: 0 4px;
26
- @yz-application-list-ul-a-overflow: hidden;
27
- @yz-application-list-ul-a-color: #000;
28
- @yz-application-list-ul-a-font-size: 12px;
29
- @yz-application-list-ul-a-line-height: 25px;
30
- @yz-application-list-ul-a-white-space: nowrap;
31
- @yz-application-list-ul-a-text-overflow: ellipsis;
32
- @yz-application-list-ul-a-hover-color: #fff;
33
- @yz-application-list-ul-a-hover-bgColor: #4ba6ff;
34
- @yz-application-list-search-margin: 10px;
35
- @yz-application-list-search-padding: 10px;
36
- @yz-application-list-item-h4p-margin: 0;
37
- @yz-application-list-item-h4p-overflow: hidden;
38
- @yz-application-list-item-h4p-color: #000;
39
- @yz-application-list-item-h4p-white-space: nowrap;
40
- @yz-application-list-item-h4p-text-overflow: ellipsis;
41
- @yz-application-list-item-h4-font-weight: 500;
42
- @yz-application-list-item-h4-line-height: 24px;
43
- @yz-application-list-item-p-color: #000;
44
- @yz-application-list-item-p-line-height: 20px;
45
- @yz-application-list-item-li-hover-color: #fff;
46
- @yz-application-list-item-li-hover-bgColor: #2E3E56;
1
+ @yz-application-top: 64px;
2
+ @yz-application-width: 100%;
3
+ @yz-application-height: 480px;
4
+ @yz-application-bgColor: #fff;
5
+ @yz-application-border-shadow: #888;
6
+ @yz-application-topic-bgColor: #4ba6ff;
7
+ @yz-application-topic-text-color: #fff;
8
+ @yz-application-topic-text-font-weight: bold;
9
+ @yz-application-topic-text-line-height: 32px;
10
+ @yz-application-topic-text-hover-bgColor: #fff;
11
+ @yz-application-topic-text-hover-color: #4ba6ff;
12
+ @yz-application-list-padding: 20px;
13
+ @yz-application-list-ul-width: 100%;
14
+ @yz-application-list-ul-padding: 0;
15
+ @yz-application-list-ul-li: 20px;
16
+ @yz-application-list-ul-li-width: 100%;
17
+ @yz-application-list-ul-li-margin-bottom: 20px;
18
+ @yz-application-list-ul-li-padding: 0;
19
+ @yz-application-list-ul-h5-margin-top: 0;
20
+ @yz-application-list-ul-h5-color: #000;
21
+ @yz-application-list-ul-h5-font-weight: 500;
22
+ @yz-application-list-ul-h5-font-size: 14px;
23
+ @yz-application-list-ul-h5-line-height: 20px;
24
+ @yz-application-list-ul-a-display: block;
25
+ @yz-application-list-ul-a-padding: 0 4px;
26
+ @yz-application-list-ul-a-overflow: hidden;
27
+ @yz-application-list-ul-a-color: #000;
28
+ @yz-application-list-ul-a-font-size: 12px;
29
+ @yz-application-list-ul-a-line-height: 25px;
30
+ @yz-application-list-ul-a-white-space: nowrap;
31
+ @yz-application-list-ul-a-text-overflow: ellipsis;
32
+ @yz-application-list-ul-a-hover-color: #fff;
33
+ @yz-application-list-ul-a-hover-bgColor: #4ba6ff;
34
+ @yz-application-list-search-margin: 10px;
35
+ @yz-application-list-search-padding: 10px;
36
+ @yz-application-list-item-h4p-margin: 0;
37
+ @yz-application-list-item-h4p-overflow: hidden;
38
+ @yz-application-list-item-h4p-color: #000;
39
+ @yz-application-list-item-h4p-white-space: nowrap;
40
+ @yz-application-list-item-h4p-text-overflow: ellipsis;
41
+ @yz-application-list-item-h4-font-weight: 500;
42
+ @yz-application-list-item-h4-line-height: 24px;
43
+ @yz-application-list-item-p-color: #000;
44
+ @yz-application-list-item-p-line-height: 20px;
45
+ @yz-application-list-item-li-hover-color: #fff;
46
+ @yz-application-list-item-li-hover-bgColor: #2E3E56;