@yelon/bis 18.1.1 → 18.1.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yelon/bis",
3
- "version": "18.1.1",
3
+ "version": "18.1.3",
4
4
  "author": "devcui<devcui@outlook.com>",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,16 +22,16 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "ng-zorro-antd": "^18.1.1",
25
- "@yelon/acl": "^18.1.1",
26
- "@yelon/auth": "^18.1.1",
27
- "@yelon/theme": "^18.1.1",
28
- "@yelon/mock": "^18.1.1",
29
- "@yelon/cache": "^18.1.1",
30
- "@yelon/chart": "^18.1.1",
31
- "@yelon/form": "^18.1.1",
32
- "@yelon/testing": "^18.1.1",
33
- "@yelon/util": "^18.1.1",
34
- "@yelon/bcs": "^18.1.1",
25
+ "@yelon/acl": "^18.1.3",
26
+ "@yelon/auth": "^18.1.3",
27
+ "@yelon/theme": "^18.1.3",
28
+ "@yelon/mock": "^18.1.3",
29
+ "@yelon/cache": "^18.1.3",
30
+ "@yelon/chart": "^18.1.3",
31
+ "@yelon/form": "^18.1.3",
32
+ "@yelon/testing": "^18.1.3",
33
+ "@yelon/util": "^18.1.3",
34
+ "@yelon/bcs": "^18.1.3",
35
35
  "tslib": "^2.3.0"
36
36
  },
37
37
  "module": "fesm2022/bis.mjs",
package/public_api.d.ts CHANGED
@@ -6,3 +6,4 @@ export * from './src/refresh-token';
6
6
  export * from './src/startup.service';
7
7
  export * from './src/yunzai-analysis-addon.guard';
8
8
  export * from './src/yunzai-act.guard';
9
+ export * from './src/website/layout-website-01.component';
@@ -0,0 +1,26 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { YunzaiProfile } from '@yelon/util';
3
+ import { NzSafeAny } from 'ng-zorro-antd/core/types';
4
+ import * as i0 from "@angular/core";
5
+ export declare class YunzaiLayoutWebsite01Component {
6
+ logoSrc?: string | NzSafeAny;
7
+ logoAlt?: string;
8
+ slogan?: string;
9
+ contentTpl?: TemplateRef<void> | NzSafeAny;
10
+ private readonly tokenService;
11
+ private readonly configService;
12
+ private readonly startupSrv;
13
+ private readonly win;
14
+ get _logoSrc(): string | NzSafeAny;
15
+ get _logoAlt(): string;
16
+ get _slogan(): string;
17
+ get _contentTpl(): TemplateRef<void> | NzSafeAny;
18
+ get _username(): string;
19
+ get isLogin(): boolean;
20
+ get _links(): YunzaiProfile[];
21
+ login(): void;
22
+ logout(): void;
23
+ to(url?: string): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutWebsite01Component, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiLayoutWebsite01Component, "yunzai-layout-website-01", never, { "logoSrc": { "alias": "logoSrc"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "slogan": { "alias": "slogan"; "required": false; }; "contentTpl": { "alias": "contentTpl"; "required": false; }; }, {}, never, never, true, never>;
26
+ }
@@ -46,3 +46,22 @@
46
46
  @yz-application-list-item-p-line-height: 20px;
47
47
  @yz-application-list-item-li-hover-color: #fff;
48
48
  @yz-application-list-item-li-hover-bgColor: @yz-application-list-ul-a-hover-bgColor;
49
+ // website layout
50
+ @yz-layout-website-01-linear-bg: #94080b;
51
+ @yz-layout-website-01-linear-bg-percent: 3%;
52
+ @yz-layout-website-01-linear-min-height: 1000px;
53
+ @yz-layout-website-01-nav-user-color: #fff;
54
+ @yz-layout-website-01-nav-user-bg: #760407;
55
+ @yz-layout-website-01-nav-logo-max-height: 90px;
56
+ @yz-layout-website-01-nav-logo-max-width: 50%;
57
+ @yz-layout-website-01-nav-logo-full-color: #fff;
58
+ @yz-layout-website-01-nav-logo-full-font-size: 80px;
59
+ @yz-layout-website-01-nav-logo-full-font-weight: 600;
60
+ @yz-layout-website-01-nav-logo-full-line-height: 74px;
61
+ @yz-layout-website-01-nav-link-color: #fff;
62
+ @yz-layout-website-01-nav-link-font-size: 14px;
63
+ @yz-layout-website-01-nav-link-hover-color: #d98910;
64
+ @yz-layout-website-01-nav-slogan-color: #da8b12;
65
+ @yz-layout-website-01-nav-slogan-font-size: 44px;
66
+ @yz-layout-website-01-nav-slogan-font-weight: 600;
67
+ @yz-layout-website-01-nav-slogan-margin-right: 50px;