@yelon/bis 17.3.2 → 18.0.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 (70) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +1 -1
  3. package/config/bis.config.d.ts +3 -3
  4. package/config/index.d.ts +5 -5
  5. package/config/public_api.d.ts +1 -1
  6. package/esm2022/bis.mjs +4 -4
  7. package/esm2022/config/bis.config.mjs +14 -14
  8. package/esm2022/config/config.mjs +4 -4
  9. package/esm2022/config/public_api.mjs +1 -1
  10. package/esm2022/layout/layout-basic.component.mjs +518 -508
  11. package/esm2022/layout/layout-nav-application.component.mjs +372 -372
  12. package/esm2022/layout/layout-nav-group.component.mjs +166 -162
  13. package/esm2022/layout/layout-nav-tile.component.mjs +14 -14
  14. package/esm2022/layout/layout.mjs +4 -4
  15. package/esm2022/layout/layout.module.mjs +53 -53
  16. package/esm2022/layout/public_api.mjs +5 -5
  17. package/esm2022/public_api.mjs +8 -8
  18. package/esm2022/src/bis.module.mjs +16 -16
  19. package/esm2022/src/helper.mjs +44 -44
  20. package/esm2022/src/provide.mjs +7 -7
  21. package/esm2022/src/refresh-token.mjs +78 -78
  22. package/esm2022/src/startup.service.mjs +183 -183
  23. package/esm2022/src/yunzai-act.guard.mjs +87 -87
  24. package/esm2022/src/yunzai-analysis-addon.guard.mjs +98 -98
  25. package/esm2022/src/yunzai-default.interceptor.mjs +62 -62
  26. package/esm2022/yunzai-widgets/public_api.mjs +6 -6
  27. package/esm2022/yunzai-widgets/yunzai-clear-storage.component.mjs +46 -46
  28. package/esm2022/yunzai-widgets/yunzai-fullscreen.component.mjs +46 -46
  29. package/esm2022/yunzai-widgets/yunzai-i18n.component.mjs +138 -138
  30. package/esm2022/yunzai-widgets/yunzai-notify.component.mjs +179 -179
  31. package/esm2022/yunzai-widgets/yunzai-user.component.mjs +119 -119
  32. package/esm2022/yunzai-widgets/yunzai-widget.module.mjs +61 -61
  33. package/esm2022/yunzai-widgets/yunzai-widgets.mjs +4 -4
  34. package/fesm2022/bis.mjs +559 -559
  35. package/fesm2022/config.mjs +21 -21
  36. package/fesm2022/layout.mjs +1097 -1083
  37. package/fesm2022/layout.mjs.map +1 -1
  38. package/fesm2022/yunzai-widgets.mjs +563 -563
  39. package/index.d.ts +5 -5
  40. package/index.less +1 -1
  41. package/layout/index.d.ts +5 -5
  42. package/layout/layout-basic.component.d.ts +54 -54
  43. package/layout/layout-nav-application.component.d.ts +26 -26
  44. package/layout/layout-nav-group.component.d.ts +14 -14
  45. package/layout/layout-nav-tile.component.d.ts +5 -5
  46. package/layout/layout.module.d.ts +18 -18
  47. package/layout/public_api.d.ts +5 -5
  48. package/layout/style/index.less +181 -182
  49. package/package.json +68 -68
  50. package/public_api.d.ts +8 -8
  51. package/src/bis.module.d.ts +8 -8
  52. package/src/helper.d.ts +16 -16
  53. package/src/provide.d.ts +2 -2
  54. package/src/refresh-token.d.ts +6 -6
  55. package/src/startup.service.d.ts +24 -24
  56. package/src/yunzai-act.guard.d.ts +20 -20
  57. package/src/yunzai-analysis-addon.guard.d.ts +26 -26
  58. package/src/yunzai-default.interceptor.d.ts +2 -2
  59. package/theme-compact.less +3 -3
  60. package/theme-dark.less +46 -46
  61. package/theme-default.less +48 -48
  62. package/theme-variable.less +1 -0
  63. package/yunzai-widgets/index.d.ts +5 -5
  64. package/yunzai-widgets/public_api.d.ts +6 -6
  65. package/yunzai-widgets/yunzai-clear-storage.component.d.ts +8 -8
  66. package/yunzai-widgets/yunzai-fullscreen.component.d.ts +8 -8
  67. package/yunzai-widgets/yunzai-i18n.component.d.ts +19 -19
  68. package/yunzai-widgets/yunzai-notify.component.d.ts +25 -25
  69. package/yunzai-widgets/yunzai-user.component.d.ts +22 -22
  70. package/yunzai-widgets/yunzai-widget.module.d.ts +18 -18
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "name": "@yelon/bis",
3
- "version": "17.3.2",
4
- "author": "devcui<devcui@outlook.com>",
5
- "license": "MIT",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/hbyunzai/yelon.git"
9
- },
10
- "bugs": {
11
- "url": "https://github.com/hbyunzai/ng-yunzai/issues"
12
- },
13
- "homepage": "https://ng.yunzainfo.com",
14
- "keywords": [
15
- "yelon",
16
- "ng-yunzai",
17
- "yunzai",
18
- "antd",
19
- "ng-zorro-antd",
20
- "angular",
21
- "component"
22
- ],
23
- "dependencies": {
24
- "ng-zorro-antd": "^17.3.0",
25
- "@yelon/acl": "^17.3.2",
26
- "@yelon/auth": "^17.3.2",
27
- "@yelon/theme": "^17.3.2",
28
- "@yelon/mock": "^17.3.2",
29
- "@yelon/cache": "^17.3.2",
30
- "@yelon/chart": "^17.3.2",
31
- "@yelon/form": "^17.3.2",
32
- "@yelon/testing": "^17.3.2",
33
- "@yelon/util": "^17.3.2",
34
- "@yelon/bcs": "^17.3.2",
35
- "tslib": "^2.3.0"
36
- },
37
- "module": "fesm2022/bis.mjs",
38
- "typings": "index.d.ts",
39
- "exports": {
40
- "./package.json": {
41
- "default": "./package.json"
42
- },
43
- ".": {
44
- "types": "./index.d.ts",
45
- "esm2022": "./esm2022/bis.mjs",
46
- "esm": "./esm2022/bis.mjs",
47
- "default": "./fesm2022/bis.mjs"
48
- },
49
- "./config": {
50
- "types": "./config/index.d.ts",
51
- "esm2022": "./esm2022/config/config.mjs",
52
- "esm": "./esm2022/config/config.mjs",
53
- "default": "./fesm2022/config.mjs"
54
- },
55
- "./layout": {
56
- "types": "./layout/index.d.ts",
57
- "esm2022": "./esm2022/layout/layout.mjs",
58
- "esm": "./esm2022/layout/layout.mjs",
59
- "default": "./fesm2022/layout.mjs"
60
- },
61
- "./yunzai-widgets": {
62
- "types": "./yunzai-widgets/index.d.ts",
63
- "esm2022": "./esm2022/yunzai-widgets/yunzai-widgets.mjs",
64
- "esm": "./esm2022/yunzai-widgets/yunzai-widgets.mjs",
65
- "default": "./fesm2022/yunzai-widgets.mjs"
66
- }
67
- },
68
- "sideEffects": false
1
+ {
2
+ "name": "@yelon/bis",
3
+ "version": "18.0.1",
4
+ "author": "devcui<devcui@outlook.com>",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/hbyunzai/yelon.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/hbyunzai/ng-yunzai/issues"
12
+ },
13
+ "homepage": "https://ng.yunzainfo.com",
14
+ "keywords": [
15
+ "yelon",
16
+ "ng-yunzai",
17
+ "yunzai",
18
+ "antd",
19
+ "ng-zorro-antd",
20
+ "angular",
21
+ "component"
22
+ ],
23
+ "dependencies": {
24
+ "ng-zorro-antd": "^18.0.1",
25
+ "@yelon/acl": "^18.0.1",
26
+ "@yelon/auth": "^18.0.1",
27
+ "@yelon/theme": "^18.0.1",
28
+ "@yelon/mock": "^18.0.1",
29
+ "@yelon/cache": "^18.0.1",
30
+ "@yelon/chart": "^18.0.1",
31
+ "@yelon/form": "^18.0.1",
32
+ "@yelon/testing": "^18.0.1",
33
+ "@yelon/util": "^18.0.1",
34
+ "@yelon/bcs": "^18.0.1",
35
+ "tslib": "^2.3.0"
36
+ },
37
+ "module": "fesm2022/bis.mjs",
38
+ "typings": "index.d.ts",
39
+ "exports": {
40
+ "./package.json": {
41
+ "default": "./package.json"
42
+ },
43
+ ".": {
44
+ "types": "./index.d.ts",
45
+ "esm2022": "./esm2022/bis.mjs",
46
+ "esm": "./esm2022/bis.mjs",
47
+ "default": "./fesm2022/bis.mjs"
48
+ },
49
+ "./config": {
50
+ "types": "./config/index.d.ts",
51
+ "esm2022": "./esm2022/config/config.mjs",
52
+ "esm": "./esm2022/config/config.mjs",
53
+ "default": "./fesm2022/config.mjs"
54
+ },
55
+ "./layout": {
56
+ "types": "./layout/index.d.ts",
57
+ "esm2022": "./esm2022/layout/layout.mjs",
58
+ "esm": "./esm2022/layout/layout.mjs",
59
+ "default": "./fesm2022/layout.mjs"
60
+ },
61
+ "./yunzai-widgets": {
62
+ "types": "./yunzai-widgets/index.d.ts",
63
+ "esm2022": "./esm2022/yunzai-widgets/yunzai-widgets.mjs",
64
+ "esm": "./esm2022/yunzai-widgets/yunzai-widgets.mjs",
65
+ "default": "./fesm2022/yunzai-widgets.mjs"
66
+ }
67
+ },
68
+ "sideEffects": false
69
69
  }
package/public_api.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export * from './src/provide';
2
- export * from './src/bis.module';
3
- export * from './src/helper';
4
- export * from './src/yunzai-default.interceptor';
5
- export * from './src/refresh-token';
6
- export * from './src/startup.service';
7
- export * from './src/yunzai-analysis-addon.guard';
8
- export * from './src/yunzai-act.guard';
1
+ export * from './src/provide';
2
+ export * from './src/bis.module';
3
+ export * from './src/helper';
4
+ export * from './src/yunzai-default.interceptor';
5
+ export * from './src/refresh-token';
6
+ export * from './src/startup.service';
7
+ export * from './src/yunzai-analysis-addon.guard';
8
+ export * from './src/yunzai-act.guard';
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@yelon/bis/layout";
3
- import * as i2 from "@yelon/bis/yunzai-widgets";
4
- export declare class BisModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BisModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BisModule, never, [typeof i1.YunzaiLayoutModule, typeof i2.YunzaiWidgetsModule], [typeof i1.YunzaiLayoutModule, typeof i2.YunzaiWidgetsModule]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BisModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@yelon/bis/layout";
3
+ import * as i2 from "@yelon/bis/yunzai-widgets";
4
+ export declare class BisModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BisModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BisModule, never, [typeof i1.YunzaiLayoutModule, typeof i2.YunzaiWidgetsModule], [typeof i1.YunzaiLayoutModule, typeof i2.YunzaiWidgetsModule]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<BisModule>;
8
+ }
package/src/helper.d.ts CHANGED
@@ -1,16 +1,16 @@
1
- import { HttpHeaders, HttpResponseBase } from '@angular/common/http';
2
- import { Injector } from '@angular/core';
3
- import { NzSafeAny } from 'ng-zorro-antd/core/types';
4
- export declare const CODEMESSAGE: {
5
- [key: number]: string;
6
- };
7
- export declare function getAdditionalHeaders(headers?: HttpHeaders): {
8
- [name: string]: string;
9
- };
10
- export declare function checkStatus(injector: Injector, ev: HttpResponseBase): void;
11
- export interface ReThrowHttpError {
12
- body: NzSafeAny;
13
- _throw: true;
14
- }
15
- export declare function goTo(injector: Injector, url: string): void;
16
- export declare function toLogin(injector: Injector): void;
1
+ import { HttpHeaders, HttpResponseBase } from '@angular/common/http';
2
+ import { Injector } from '@angular/core';
3
+ import { NzSafeAny } from 'ng-zorro-antd/core/types';
4
+ export declare const CODEMESSAGE: {
5
+ [key: number]: string;
6
+ };
7
+ export declare function getAdditionalHeaders(headers?: HttpHeaders): {
8
+ [name: string]: string;
9
+ };
10
+ export declare function checkStatus(injector: Injector, ev: HttpResponseBase): void;
11
+ export interface ReThrowHttpError {
12
+ body: NzSafeAny;
13
+ _throw: true;
14
+ }
15
+ export declare function goTo(injector: Injector, url: string): void;
16
+ export declare function toLogin(injector: Injector): void;
package/src/provide.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { EnvironmentProviders } from '@angular/core';
2
- export declare function provideYunzaiBis(): EnvironmentProviders;
1
+ import { EnvironmentProviders } from '@angular/core';
2
+ export declare function provideYunzaiBis(): EnvironmentProviders;
@@ -1,6 +1,6 @@
1
- import { HttpHandlerFn, HttpRequest, HttpResponseBase } from '@angular/common/http';
2
- import { Injector, Provider } from '@angular/core';
3
- import { Observable } from 'rxjs';
4
- import { NzSafeAny } from 'ng-zorro-antd/core/types';
5
- export declare const tryRefreshToken: (injector: Injector, ev: HttpResponseBase, req: HttpRequest<NzSafeAny>, next: HttpHandlerFn) => Observable<NzSafeAny>;
6
- export declare function provideYunzaiBindAuthRefresh(): Provider[];
1
+ import { HttpHandlerFn, HttpRequest, HttpResponseBase } from '@angular/common/http';
2
+ import { Injector, Provider } from '@angular/core';
3
+ import { Observable } from 'rxjs';
4
+ import { NzSafeAny } from 'ng-zorro-antd/core/types';
5
+ export declare const tryRefreshToken: (injector: Injector, ev: HttpResponseBase, req: HttpRequest<NzSafeAny>, next: HttpHandlerFn) => Observable<NzSafeAny>;
6
+ export declare function provideYunzaiBindAuthRefresh(): Provider[];
@@ -1,24 +1,24 @@
1
- import { Provider } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { ITokenModel } from '@yelon/auth';
4
- import { YunzaiMenu } from '@yelon/util';
5
- import * as i0 from "@angular/core";
6
- export declare function provideYunzaiStartup(): Provider[];
7
- export declare class YunzaiStartupService {
8
- private readonly config;
9
- private readonly menuService;
10
- private readonly aclService;
11
- private readonly titleService;
12
- private readonly tokenService;
13
- private readonly httpClient;
14
- private readonly settingService;
15
- private readonly i18n;
16
- private readonly win;
17
- private readonly configService;
18
- load(): Observable<void>;
19
- token(): Observable<ITokenModel>;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiStartupService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiStartupService>;
22
- }
23
- export declare function mapYzSideToYelonMenu(menus: YunzaiMenu[]): void;
24
- export declare function generateAbility(menus: YunzaiMenu[], abilities: string[], prefix: string): void;
1
+ import { Provider } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ITokenModel } from '@yelon/auth';
4
+ import { YunzaiMenu } from '@yelon/util';
5
+ import * as i0 from "@angular/core";
6
+ export declare function provideYunzaiStartup(): Provider[];
7
+ export declare class YunzaiStartupService {
8
+ private readonly config;
9
+ private readonly menuService;
10
+ private readonly aclService;
11
+ private readonly titleService;
12
+ private readonly tokenService;
13
+ private readonly httpClient;
14
+ private readonly settingService;
15
+ private readonly i18n;
16
+ private readonly win;
17
+ private readonly configService;
18
+ load(): Observable<void>;
19
+ token(): Observable<ITokenModel>;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiStartupService, never>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiStartupService>;
22
+ }
23
+ export declare function mapYzSideToYelonMenu(menus: YunzaiMenu[]): void;
24
+ export declare function generateAbility(menus: YunzaiMenu[], abilities: string[], prefix: string): void;
@@ -1,20 +1,20 @@
1
- import { CanActivateChildFn, CanActivateFn, Router } from '@angular/router';
2
- import { Menu } from '@yelon/theme';
3
- import { YunzaiConfigService, PathToRegexpService } from '@yelon/util';
4
- import * as i0 from "@angular/core";
5
- export declare class ActGuardService {
6
- private configService;
7
- private pathToRegexp;
8
- private router;
9
- private bis;
10
- private menus;
11
- private links;
12
- constructor(configService: YunzaiConfigService, pathToRegexp: PathToRegexpService, router: Router);
13
- process(url: string): boolean;
14
- preHandle(url: string): boolean;
15
- getAllLinks(menu: Menu[], links: string[]): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<ActGuardService, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<ActGuardService>;
18
- }
19
- export declare const actGuardCanActive: CanActivateFn;
20
- export declare const actGuardCanActiveChild: CanActivateChildFn;
1
+ import { CanActivateChildFn, CanActivateFn, Router } from '@angular/router';
2
+ import { Menu } from '@yelon/theme';
3
+ import { YunzaiConfigService, PathToRegexpService } from '@yelon/util';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ActGuardService {
6
+ private configService;
7
+ private pathToRegexp;
8
+ private router;
9
+ private bis;
10
+ private menus;
11
+ private links;
12
+ constructor(configService: YunzaiConfigService, pathToRegexp: PathToRegexpService, router: Router);
13
+ process(url: string): boolean;
14
+ preHandle(url: string): boolean;
15
+ getAllLinks(menu: Menu[], links: string[]): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActGuardService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<ActGuardService>;
18
+ }
19
+ export declare const actGuardCanActive: CanActivateFn;
20
+ export declare const actGuardCanActiveChild: CanActivateChildFn;
@@ -1,26 +1,26 @@
1
- import { CanActivateChildFn, CanActivateFn } from '@angular/router';
2
- import { ITokenService } from '@yelon/auth';
3
- import { Menu } from '@yelon/theme';
4
- import { PathToRegexpService, YunzaiConfigService } from '@yelon/util';
5
- import { NzSafeAny } from 'ng-zorro-antd/core/types';
6
- import * as i0 from "@angular/core";
7
- export declare class YunzaiAnalysisAddonGuardService {
8
- private configService;
9
- private pathToRegexp;
10
- private win;
11
- private tokenService;
12
- private bis;
13
- private menus;
14
- private links;
15
- private value;
16
- constructor(configService: YunzaiConfigService, pathToRegexp: PathToRegexpService, win: NzSafeAny, tokenService: ITokenService);
17
- process(url: string): boolean;
18
- getAllLinks(menu: Menu[], links: Array<{
19
- title: string;
20
- link: string;
21
- }>): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiAnalysisAddonGuardService, never>;
23
- static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiAnalysisAddonGuardService>;
24
- }
25
- export declare const analysisAddonCanActive: CanActivateFn;
26
- export declare const analysisAddonCanActiveChild: CanActivateChildFn;
1
+ import { CanActivateChildFn, CanActivateFn } from '@angular/router';
2
+ import { ITokenService } from '@yelon/auth';
3
+ import { Menu } from '@yelon/theme';
4
+ import { PathToRegexpService, YunzaiConfigService } from '@yelon/util';
5
+ import { NzSafeAny } from 'ng-zorro-antd/core/types';
6
+ import * as i0 from "@angular/core";
7
+ export declare class YunzaiAnalysisAddonGuardService {
8
+ private configService;
9
+ private pathToRegexp;
10
+ private win;
11
+ private tokenService;
12
+ private bis;
13
+ private menus;
14
+ private links;
15
+ private value;
16
+ constructor(configService: YunzaiConfigService, pathToRegexp: PathToRegexpService, win: NzSafeAny, tokenService: ITokenService);
17
+ process(url: string): boolean;
18
+ getAllLinks(menu: Menu[], links: Array<{
19
+ title: string;
20
+ link: string;
21
+ }>): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiAnalysisAddonGuardService, never>;
23
+ static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiAnalysisAddonGuardService>;
24
+ }
25
+ export declare const analysisAddonCanActive: CanActivateFn;
26
+ export declare const analysisAddonCanActiveChild: CanActivateChildFn;
@@ -1,2 +1,2 @@
1
- import { HttpInterceptorFn } from '@angular/common/http';
2
- export declare const yunzaiDefaultInterceptor: HttpInterceptorFn;
1
+ import { HttpInterceptorFn } from '@angular/common/http';
2
+ export declare const yunzaiDefaultInterceptor: HttpInterceptorFn;
@@ -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,48 +1,48 @@
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: rgba(0,0,0,.1);
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: 0 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: 6px;
19
- @yz-application-list-ul-h5-margin-top: 0;
20
- @yz-application-list-ul-h5-color: #4ba6ff;
21
- @yz-application-list-ul-h5-font-weight: 500;
22
- @yz-application-list-ul-h5-font-size: 16px;
23
- @yz-application-list-ul-h5-line-height: 20px;
24
- @yz-application-list-ul-h5-border-bottom: 1px solid #f0f0f0;
25
- @yz-application-list-ul-h5-padding: 10px 5px;
26
- @yz-application-list-ul-a-display: block;
27
- @yz-application-list-ul-a-padding: 0 4px;
28
- @yz-application-list-ul-a-overflow: hidden;
29
- @yz-application-list-ul-a-color: #000;
30
- @yz-application-list-ul-a-font-size: 12px;
31
- @yz-application-list-ul-a-line-height: 30px;
32
- @yz-application-list-ul-a-white-space: nowrap;
33
- @yz-application-list-ul-a-text-overflow: ellipsis;
34
- @yz-application-list-ul-a-hover-color: #fff;
35
- @yz-application-list-ul-a-hover-bgColor: #4ba6ff;
36
- @yz-application-list-ul-a-hover-border-radius: 4px;
37
- @yz-application-list-search-margin: 20px 20px 10px;
38
- @yz-application-list-item-h4p-margin: 0;
39
- @yz-application-list-item-h4p-overflow: hidden;
40
- @yz-application-list-item-h4p-color: #000;
41
- @yz-application-list-item-h4p-white-space: nowrap;
42
- @yz-application-list-item-h4p-text-overflow: ellipsis;
43
- @yz-application-list-item-h4-font-weight: 500;
44
- @yz-application-list-item-h4-line-height: 24px;
45
- @yz-application-list-item-p-color: #000;
46
- @yz-application-list-item-p-line-height: 20px;
47
- @yz-application-list-item-li-hover-color: #fff;
48
- @yz-application-list-item-li-hover-bgColor: @yz-application-list-ul-a-hover-bgColor;
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: rgba(0,0,0,.1);
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: 0 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: 6px;
19
+ @yz-application-list-ul-h5-margin-top: 0;
20
+ @yz-application-list-ul-h5-color: #4ba6ff;
21
+ @yz-application-list-ul-h5-font-weight: 500;
22
+ @yz-application-list-ul-h5-font-size: 16px;
23
+ @yz-application-list-ul-h5-line-height: 20px;
24
+ @yz-application-list-ul-h5-border-bottom: 1px solid #f0f0f0;
25
+ @yz-application-list-ul-h5-padding: 10px 5px;
26
+ @yz-application-list-ul-a-display: block;
27
+ @yz-application-list-ul-a-padding: 0 4px;
28
+ @yz-application-list-ul-a-overflow: hidden;
29
+ @yz-application-list-ul-a-color: #000;
30
+ @yz-application-list-ul-a-font-size: 12px;
31
+ @yz-application-list-ul-a-line-height: 30px;
32
+ @yz-application-list-ul-a-white-space: nowrap;
33
+ @yz-application-list-ul-a-text-overflow: ellipsis;
34
+ @yz-application-list-ul-a-hover-color: #fff;
35
+ @yz-application-list-ul-a-hover-bgColor: #4ba6ff;
36
+ @yz-application-list-ul-a-hover-border-radius: 4px;
37
+ @yz-application-list-search-margin: 20px 20px 10px;
38
+ @yz-application-list-item-h4p-margin: 0;
39
+ @yz-application-list-item-h4p-overflow: hidden;
40
+ @yz-application-list-item-h4p-color: #000;
41
+ @yz-application-list-item-h4p-white-space: nowrap;
42
+ @yz-application-list-item-h4p-text-overflow: ellipsis;
43
+ @yz-application-list-item-h4-font-weight: 500;
44
+ @yz-application-list-item-h4-line-height: 24px;
45
+ @yz-application-list-item-p-color: #000;
46
+ @yz-application-list-item-p-line-height: 20px;
47
+ @yz-application-list-item-li-hover-color: #fff;
48
+ @yz-application-list-item-li-hover-bgColor: @yz-application-list-ul-a-hover-bgColor;
@@ -0,0 +1 @@
1
+ @import './theme-default.less';
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@yelon/bis/yunzai-widgets" />
5
- export * from './public_api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@yelon/bis/yunzai-widgets" />
5
+ export * from './public_api';
@@ -1,6 +1,6 @@
1
- export * from './yunzai-clear-storage.component';
2
- export * from './yunzai-fullscreen.component';
3
- export * from './yunzai-notify.component';
4
- export * from './yunzai-i18n.component';
5
- export * from './yunzai-user.component';
6
- export * from './yunzai-widget.module';
1
+ export * from './yunzai-clear-storage.component';
2
+ export * from './yunzai-fullscreen.component';
3
+ export * from './yunzai-notify.component';
4
+ export * from './yunzai-i18n.component';
5
+ export * from './yunzai-user.component';
6
+ export * from './yunzai-widget.module';
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- export declare class YunzaiHeaderClearStorageComponent {
3
- private readonly modalSrv;
4
- private readonly messageSrv;
5
- _click(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiHeaderClearStorageComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiHeaderClearStorageComponent, "yunzai-header-clear-storage", never, {}, {}, never, never, true, never>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class YunzaiHeaderClearStorageComponent {
3
+ private readonly modalSrv;
4
+ private readonly messageSrv;
5
+ _click(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiHeaderClearStorageComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiHeaderClearStorageComponent, "yunzai-header-clear-storage", never, {}, {}, never, never, true, never>;
8
+ }