@yelon/bis 17.3.2 → 18.0.0
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/LICENSE +21 -21
- package/README.md +1 -1
- package/config/bis.config.d.ts +3 -3
- package/config/index.d.ts +5 -5
- package/config/public_api.d.ts +1 -1
- package/esm2022/bis.mjs +4 -4
- package/esm2022/config/bis.config.mjs +14 -14
- package/esm2022/config/config.mjs +4 -4
- package/esm2022/config/public_api.mjs +1 -1
- package/esm2022/layout/layout-basic.component.mjs +518 -508
- package/esm2022/layout/layout-nav-application.component.mjs +372 -372
- package/esm2022/layout/layout-nav-group.component.mjs +166 -162
- package/esm2022/layout/layout-nav-tile.component.mjs +14 -14
- package/esm2022/layout/layout.mjs +4 -4
- package/esm2022/layout/layout.module.mjs +53 -53
- package/esm2022/layout/public_api.mjs +5 -5
- package/esm2022/public_api.mjs +8 -8
- package/esm2022/src/bis.module.mjs +16 -16
- package/esm2022/src/helper.mjs +44 -44
- package/esm2022/src/provide.mjs +7 -7
- package/esm2022/src/refresh-token.mjs +78 -78
- package/esm2022/src/startup.service.mjs +183 -183
- package/esm2022/src/yunzai-act.guard.mjs +87 -87
- package/esm2022/src/yunzai-analysis-addon.guard.mjs +98 -98
- package/esm2022/src/yunzai-default.interceptor.mjs +62 -62
- package/esm2022/yunzai-widgets/public_api.mjs +6 -6
- package/esm2022/yunzai-widgets/yunzai-clear-storage.component.mjs +46 -46
- package/esm2022/yunzai-widgets/yunzai-fullscreen.component.mjs +46 -46
- package/esm2022/yunzai-widgets/yunzai-i18n.component.mjs +138 -138
- package/esm2022/yunzai-widgets/yunzai-notify.component.mjs +179 -179
- package/esm2022/yunzai-widgets/yunzai-user.component.mjs +119 -119
- package/esm2022/yunzai-widgets/yunzai-widget.module.mjs +61 -61
- package/esm2022/yunzai-widgets/yunzai-widgets.mjs +4 -4
- package/fesm2022/bis.mjs +559 -559
- package/fesm2022/config.mjs +21 -21
- package/fesm2022/layout.mjs +1097 -1083
- package/fesm2022/layout.mjs.map +1 -1
- package/fesm2022/yunzai-widgets.mjs +563 -563
- package/index.d.ts +5 -5
- package/index.less +1 -1
- package/layout/index.d.ts +5 -5
- package/layout/layout-basic.component.d.ts +54 -54
- package/layout/layout-nav-application.component.d.ts +26 -26
- package/layout/layout-nav-group.component.d.ts +14 -14
- package/layout/layout-nav-tile.component.d.ts +5 -5
- package/layout/layout.module.d.ts +18 -18
- package/layout/public_api.d.ts +5 -5
- package/layout/style/index.less +181 -182
- package/package.json +68 -68
- package/public_api.d.ts +8 -8
- package/src/bis.module.d.ts +8 -8
- package/src/helper.d.ts +16 -16
- package/src/provide.d.ts +2 -2
- package/src/refresh-token.d.ts +6 -6
- package/src/startup.service.d.ts +24 -24
- package/src/yunzai-act.guard.d.ts +20 -20
- package/src/yunzai-analysis-addon.guard.d.ts +26 -26
- package/src/yunzai-default.interceptor.d.ts +2 -2
- package/theme-compact.less +3 -3
- package/theme-dark.less +46 -46
- package/theme-default.less +48 -48
- package/theme-variable.less +1 -0
- package/yunzai-widgets/index.d.ts +5 -5
- package/yunzai-widgets/public_api.d.ts +6 -6
- package/yunzai-widgets/yunzai-clear-storage.component.d.ts +8 -8
- package/yunzai-widgets/yunzai-fullscreen.component.d.ts +8 -8
- package/yunzai-widgets/yunzai-i18n.component.d.ts +19 -19
- package/yunzai-widgets/yunzai-notify.component.d.ts +25 -25
- package/yunzai-widgets/yunzai-user.component.d.ts +22 -22
- package/yunzai-widgets/yunzai-widget.module.d.ts +18 -18
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@yelon/bis" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@yelon/bis" />
|
|
5
|
+
export * from './public_api';
|
package/index.less
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import './layout/style/index.less';
|
|
1
|
+
@import './layout/style/index.less';
|
package/layout/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@yelon/bis/layout" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@yelon/bis/layout" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutDefaultOptions } from '@yelon/theme/layout-default';
|
|
3
|
-
import { LayoutBasicAside, LayoutBasicDisplay, NavType, YunzaiHeaderStyle } from '@yelon/util';
|
|
4
|
-
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export interface LayoutBasicState {
|
|
7
|
-
options: LayoutDefaultOptions;
|
|
8
|
-
aside: LayoutBasicAside;
|
|
9
|
-
display: LayoutBasicDisplay;
|
|
10
|
-
navType: NavType;
|
|
11
|
-
}
|
|
12
|
-
export interface ApplicationInfoInterface {
|
|
13
|
-
id?: string;
|
|
14
|
-
name?: string;
|
|
15
|
-
showName?: string;
|
|
16
|
-
lastVersion?: string;
|
|
17
|
-
versionNum?: string;
|
|
18
|
-
currentVersion?: string;
|
|
19
|
-
firstDeploymentDate?: string;
|
|
20
|
-
currentDeploymentDate?: string;
|
|
21
|
-
lastPushDate?: string;
|
|
22
|
-
}
|
|
23
|
-
export declare class YunzaiLayoutBasicComponent implements OnInit {
|
|
24
|
-
private readonly stomp;
|
|
25
|
-
private readonly win;
|
|
26
|
-
private readonly layoutDisplayService;
|
|
27
|
-
private readonly conf;
|
|
28
|
-
NavType: typeof NavType;
|
|
29
|
-
private state;
|
|
30
|
-
headerStyleList: YunzaiHeaderStyle[];
|
|
31
|
-
applicationInfo: ApplicationInfoInterface;
|
|
32
|
-
applicationModal: {
|
|
33
|
-
isVisible: boolean;
|
|
34
|
-
loading: boolean;
|
|
35
|
-
};
|
|
36
|
-
private readonly httpClient;
|
|
37
|
-
private config;
|
|
38
|
-
get options(): LayoutDefaultOptions;
|
|
39
|
-
get navType(): NavType;
|
|
40
|
-
get aside(): LayoutBasicAside;
|
|
41
|
-
get displayReusetab(): boolean;
|
|
42
|
-
get reusetabCSS(): NzSafeAny;
|
|
43
|
-
ngOnInit(): void;
|
|
44
|
-
initFavicon(): void;
|
|
45
|
-
initAside(): void;
|
|
46
|
-
initLogo(): void;
|
|
47
|
-
initNavType(): void;
|
|
48
|
-
toIndex(): void;
|
|
49
|
-
onNavTypeChange(type: NavType | string): void;
|
|
50
|
-
addLayoutDisplayListener(): void;
|
|
51
|
-
aboutApplication(): void;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutBasicComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiLayoutBasicComponent, "yunzai-layout-basic", never, {}, {}, never, never, true, never>;
|
|
54
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { LayoutDefaultOptions } from '@yelon/theme/layout-default';
|
|
3
|
+
import { LayoutBasicAside, LayoutBasicDisplay, NavType, YunzaiHeaderStyle } from '@yelon/util';
|
|
4
|
+
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export interface LayoutBasicState {
|
|
7
|
+
options: LayoutDefaultOptions;
|
|
8
|
+
aside: LayoutBasicAside;
|
|
9
|
+
display: LayoutBasicDisplay;
|
|
10
|
+
navType: NavType;
|
|
11
|
+
}
|
|
12
|
+
export interface ApplicationInfoInterface {
|
|
13
|
+
id?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
showName?: string;
|
|
16
|
+
lastVersion?: string;
|
|
17
|
+
versionNum?: string;
|
|
18
|
+
currentVersion?: string;
|
|
19
|
+
firstDeploymentDate?: string;
|
|
20
|
+
currentDeploymentDate?: string;
|
|
21
|
+
lastPushDate?: string;
|
|
22
|
+
}
|
|
23
|
+
export declare class YunzaiLayoutBasicComponent implements OnInit {
|
|
24
|
+
private readonly stomp;
|
|
25
|
+
private readonly win;
|
|
26
|
+
private readonly layoutDisplayService;
|
|
27
|
+
private readonly conf;
|
|
28
|
+
NavType: typeof NavType;
|
|
29
|
+
private state;
|
|
30
|
+
headerStyleList: YunzaiHeaderStyle[];
|
|
31
|
+
applicationInfo: ApplicationInfoInterface;
|
|
32
|
+
applicationModal: {
|
|
33
|
+
isVisible: boolean;
|
|
34
|
+
loading: boolean;
|
|
35
|
+
};
|
|
36
|
+
private readonly httpClient;
|
|
37
|
+
private config;
|
|
38
|
+
get options(): LayoutDefaultOptions;
|
|
39
|
+
get navType(): NavType;
|
|
40
|
+
get aside(): LayoutBasicAside;
|
|
41
|
+
get displayReusetab(): boolean;
|
|
42
|
+
get reusetabCSS(): NzSafeAny;
|
|
43
|
+
ngOnInit(): void;
|
|
44
|
+
initFavicon(): void;
|
|
45
|
+
initAside(): void;
|
|
46
|
+
initLogo(): void;
|
|
47
|
+
initNavType(): void;
|
|
48
|
+
toIndex(): void;
|
|
49
|
+
onNavTypeChange(type: NavType | string): void;
|
|
50
|
+
addLayoutDisplayListener(): void;
|
|
51
|
+
aboutApplication(): void;
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutBasicComponent, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiLayoutBasicComponent, "yunzai-layout-basic", never, {}, {}, never, never, true, never>;
|
|
54
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutNavApplicationState, YunzaiNavTopic } from '@yelon/util';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class YunzaiNavApplicationComponent implements OnInit, OnDestroy {
|
|
5
|
-
private readonly config;
|
|
6
|
-
private readonly http;
|
|
7
|
-
private readonly win;
|
|
8
|
-
private readonly i18n;
|
|
9
|
-
private readonly destroy$;
|
|
10
|
-
state: LayoutNavApplicationState;
|
|
11
|
-
get showAllMenu(): boolean;
|
|
12
|
-
get showMineMenu(): boolean;
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
fetchAllTopic(): void;
|
|
15
|
-
attachNav(type: 'all' | 'mine' | 'other', topic?: YunzaiNavTopic): void;
|
|
16
|
-
clearSearch(): void;
|
|
17
|
-
displayAllNav(): void;
|
|
18
|
-
displayMineNav(): void;
|
|
19
|
-
displayOtherNav(topic: YunzaiNavTopic): void;
|
|
20
|
-
diffChange(flag?: boolean): void;
|
|
21
|
-
open(topic: YunzaiNavTopic): void;
|
|
22
|
-
onSearch(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiNavApplicationComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiNavApplicationComponent, "yunzai-layout-nav-application", never, {}, {}, never, never, true, never>;
|
|
26
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { LayoutNavApplicationState, YunzaiNavTopic } from '@yelon/util';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class YunzaiNavApplicationComponent implements OnInit, OnDestroy {
|
|
5
|
+
private readonly config;
|
|
6
|
+
private readonly http;
|
|
7
|
+
private readonly win;
|
|
8
|
+
private readonly i18n;
|
|
9
|
+
private readonly destroy$;
|
|
10
|
+
state: LayoutNavApplicationState;
|
|
11
|
+
get showAllMenu(): boolean;
|
|
12
|
+
get showMineMenu(): boolean;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
fetchAllTopic(): void;
|
|
15
|
+
attachNav(type: 'all' | 'mine' | 'other', topic?: YunzaiNavTopic): void;
|
|
16
|
+
clearSearch(): void;
|
|
17
|
+
displayAllNav(): void;
|
|
18
|
+
displayMineNav(): void;
|
|
19
|
+
displayOtherNav(topic: YunzaiNavTopic): void;
|
|
20
|
+
diffChange(flag?: boolean): void;
|
|
21
|
+
open(topic: YunzaiNavTopic): void;
|
|
22
|
+
onSearch(): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiNavApplicationComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiNavApplicationComponent, "yunzai-layout-nav-application", never, {}, {}, never, never, true, never>;
|
|
26
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutNavGroupState, YunzaiNavTopic } from '@yelon/util';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class YunzaiLayoutNavGroupComponent implements OnInit, OnDestroy {
|
|
5
|
-
private readonly http;
|
|
6
|
-
private destroy$;
|
|
7
|
-
private readonly win;
|
|
8
|
-
state: LayoutNavGroupState;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
open(topic: YunzaiNavTopic): void;
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutNavGroupComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiLayoutNavGroupComponent, "yunzai-layout-nav-group", never, {}, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { LayoutNavGroupState, YunzaiNavTopic } from '@yelon/util';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class YunzaiLayoutNavGroupComponent implements OnInit, OnDestroy {
|
|
5
|
+
private readonly http;
|
|
6
|
+
private destroy$;
|
|
7
|
+
private readonly win;
|
|
8
|
+
state: LayoutNavGroupState;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
open(topic: YunzaiNavTopic): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutNavGroupComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiLayoutNavGroupComponent, "yunzai-layout-nav-group", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class YunzaiLayoutNavTileComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutNavTileComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiLayoutNavTileComponent, "yunzai-layout-nav-tile", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class YunzaiLayoutNavTileComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutNavTileComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiLayoutNavTileComponent, "yunzai-layout-nav-tile", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@yelon/theme";
|
|
3
|
-
import * as i2 from "@angular/forms";
|
|
4
|
-
import * as i3 from "ng-zorro-antd/form";
|
|
5
|
-
import * as i4 from "ng-zorro-antd/input";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "ng-zorro-antd/grid";
|
|
8
|
-
import * as i7 from "ng-zorro-antd/icon";
|
|
9
|
-
import * as i8 from "ng-zorro-antd/dropdown";
|
|
10
|
-
import * as i9 from "ng-zorro-antd/tabs";
|
|
11
|
-
import * as i10 from "./layout-nav-tile.component";
|
|
12
|
-
import * as i11 from "./layout-nav-group.component";
|
|
13
|
-
import * as i12 from "./layout-basic.component";
|
|
14
|
-
export declare class YunzaiLayoutModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YunzaiLayoutModule, never, [typeof i1.I18nPipe, typeof i2.FormsModule, typeof i3.NzFormModule, typeof i4.NzInputModule, typeof i5.CommonModule, typeof i6.NzGridModule, typeof i7.NzIconModule, typeof i8.NzDropDownModule, typeof i9.NzTabsModule, typeof i10.YunzaiLayoutNavTileComponent, typeof i11.YunzaiLayoutNavGroupComponent, typeof i12.YunzaiLayoutBasicComponent], [typeof i10.YunzaiLayoutNavTileComponent, typeof i11.YunzaiLayoutNavGroupComponent, typeof i12.YunzaiLayoutBasicComponent]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YunzaiLayoutModule>;
|
|
18
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@yelon/theme";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "ng-zorro-antd/form";
|
|
5
|
+
import * as i4 from "ng-zorro-antd/input";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "ng-zorro-antd/grid";
|
|
8
|
+
import * as i7 from "ng-zorro-antd/icon";
|
|
9
|
+
import * as i8 from "ng-zorro-antd/dropdown";
|
|
10
|
+
import * as i9 from "ng-zorro-antd/tabs";
|
|
11
|
+
import * as i10 from "./layout-nav-tile.component";
|
|
12
|
+
import * as i11 from "./layout-nav-group.component";
|
|
13
|
+
import * as i12 from "./layout-basic.component";
|
|
14
|
+
export declare class YunzaiLayoutModule {
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutModule, never>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<YunzaiLayoutModule, never, [typeof i1.I18nPipe, typeof i2.FormsModule, typeof i3.NzFormModule, typeof i4.NzInputModule, typeof i5.CommonModule, typeof i6.NzGridModule, typeof i7.NzIconModule, typeof i8.NzDropDownModule, typeof i9.NzTabsModule, typeof i10.YunzaiLayoutNavTileComponent, typeof i11.YunzaiLayoutNavGroupComponent, typeof i12.YunzaiLayoutBasicComponent], [typeof i10.YunzaiLayoutNavTileComponent, typeof i11.YunzaiLayoutNavGroupComponent, typeof i12.YunzaiLayoutBasicComponent]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<YunzaiLayoutModule>;
|
|
18
|
+
}
|
package/layout/public_api.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './layout.module';
|
|
2
|
-
export * from './layout-basic.component';
|
|
3
|
-
export * from './layout-nav-application.component';
|
|
4
|
-
export * from './layout-nav-group.component';
|
|
5
|
-
export * from './layout-nav-tile.component';
|
|
1
|
+
export * from './layout.module';
|
|
2
|
+
export * from './layout-basic.component';
|
|
3
|
+
export * from './layout-nav-application.component';
|
|
4
|
+
export * from './layout-nav-group.component';
|
|
5
|
+
export * from './layout-nav-tile.component';
|
package/layout/style/index.less
CHANGED
|
@@ -1,182 +1,181 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
font-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
}
|
|
1
|
+
|
|
2
|
+
.yz-application {
|
|
3
|
+
position: fixed;
|
|
4
|
+
top: @yz-application-top;
|
|
5
|
+
left: 0;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
width: @yz-application-width;
|
|
8
|
+
height: @yz-application-height;
|
|
9
|
+
background-color: @yz-application-bgColor;
|
|
10
|
+
box-shadow: 0 7px 8px -3px @yz-application-border-shadow;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.yz-application-topic {
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
height: @yz-application-height;
|
|
16
|
+
background-color: @yz-application-topic-bgColor;
|
|
17
|
+
|
|
18
|
+
.yz-application-topic-list {
|
|
19
|
+
overflow-y: auto;
|
|
20
|
+
width: calc(100% + 20px);
|
|
21
|
+
height: 100%;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.yz-application-text {
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
display: block;
|
|
28
|
+
margin-left: -12px;
|
|
29
|
+
padding: 3px 40px;
|
|
30
|
+
font-weight: @yz-application-topic-text-font-weight;
|
|
31
|
+
line-height: @yz-application-topic-text-line-height;
|
|
32
|
+
color: @yz-application-topic-text-color;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
transition: 0.2s 0.2s 0.2s 0.2s;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.yz-application-text:hover {
|
|
39
|
+
font-weight: bold;
|
|
40
|
+
color: @yz-application-topic-text-hover-color;
|
|
41
|
+
background: @yz-application-topic-text-hover-bgColor;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.yz-application-container {
|
|
45
|
+
overflow: hidden;
|
|
46
|
+
height: @yz-application-height;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.yz-application-list {
|
|
50
|
+
overflow-y: auto;
|
|
51
|
+
width: calc(100% + 20px);
|
|
52
|
+
height: @yz-application-height - 62px - 20px;
|
|
53
|
+
padding: @yz-application-list-padding;
|
|
54
|
+
|
|
55
|
+
&.yz-application-list-other {
|
|
56
|
+
height: @yz-application-height - 20px;
|
|
57
|
+
margin: 10px auto;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
ul {
|
|
61
|
+
overflow: hidden;
|
|
62
|
+
column-count: 4;
|
|
63
|
+
width: @yz-application-list-ul-width;
|
|
64
|
+
padding: @yz-application-list-ul-padding;
|
|
65
|
+
|
|
66
|
+
li {
|
|
67
|
+
float: left;
|
|
68
|
+
width: @yz-application-list-ul-li-width;
|
|
69
|
+
break-inside: avoid;
|
|
70
|
+
margin-bottom: @yz-application-list-ul-li-margin-bottom;
|
|
71
|
+
padding: @yz-application-list-ul-li-padding;
|
|
72
|
+
list-style: none;
|
|
73
|
+
-webkit-column-break-inside: avoid;
|
|
74
|
+
|
|
75
|
+
h5 {
|
|
76
|
+
margin-top: @yz-application-list-ul-h5-margin-top;
|
|
77
|
+
font-size: @yz-application-list-ul-h5-font-size;
|
|
78
|
+
font-weight: @yz-application-list-ul-h5-font-weight;
|
|
79
|
+
line-height: @yz-application-list-ul-h5-line-height;
|
|
80
|
+
padding: @yz-application-list-ul-h5-padding;
|
|
81
|
+
color: @yz-application-topic-bgColor;
|
|
82
|
+
border-bottom: @yz-application-list-ul-h5-border-bottom;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
a {
|
|
86
|
+
overflow: @yz-application-list-ul-a-overflow;
|
|
87
|
+
display: @yz-application-list-ul-a-display;
|
|
88
|
+
padding: @yz-application-list-ul-a-padding;
|
|
89
|
+
font-size: @yz-application-list-ul-a-font-size;
|
|
90
|
+
line-height: @yz-application-list-ul-a-line-height;
|
|
91
|
+
color: @yz-application-list-ul-a-color;
|
|
92
|
+
text-overflow: @yz-application-list-ul-a-text-overflow;
|
|
93
|
+
white-space: @yz-application-list-ul-a-white-space;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
a:hover {
|
|
97
|
+
color: @yz-application-list-ul-a-hover-color;
|
|
98
|
+
padding: 0 10px;
|
|
99
|
+
background: @yz-application-list-ul-a-hover-bgColor;
|
|
100
|
+
border-radius: @yz-application-list-ul-a-hover-border-radius;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.yz-application-list-search {
|
|
107
|
+
margin: @yz-application-list-search-margin;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.yz-application-list-item {
|
|
111
|
+
h4, p {
|
|
112
|
+
overflow: @yz-application-list-item-h4p-overflow;
|
|
113
|
+
margin: @yz-application-list-item-h4p-margin;
|
|
114
|
+
text-overflow: @yz-application-list-item-h4p-text-overflow;
|
|
115
|
+
white-space: @yz-application-list-item-h4p-white-space;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
h4 {
|
|
119
|
+
font-weight: @yz-application-list-item-h4-font-weight;
|
|
120
|
+
line-height: @yz-application-list-item-h4-line-height;
|
|
121
|
+
color: @yz-application-list-item-h4p-color !important;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
p {
|
|
125
|
+
line-height: @yz-application-list-item-p-line-height;
|
|
126
|
+
color: #999;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
li:hover {
|
|
130
|
+
background: @yz-application-list-item-li-hover-bgColor;
|
|
131
|
+
border-radius: @yz-application-list-ul-a-hover-border-radius;
|
|
132
|
+
|
|
133
|
+
p {
|
|
134
|
+
color: @yz-application-list-item-li-hover-color !important;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
h4 {
|
|
138
|
+
color: @yz-application-list-item-li-hover-color !important;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
a {
|
|
142
|
+
padding: @yz-application-list-ul-a-padding !important;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.yz-application-group {
|
|
148
|
+
padding: 0 10px;
|
|
149
|
+
|
|
150
|
+
.ant-dropdown-link {
|
|
151
|
+
color: @yz-application-topic-text-color;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.ant-tabs-nav-operations {
|
|
155
|
+
color: @yz-application-topic-text-color;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.ant-tabs-top > .ant-tabs-nav::before {
|
|
159
|
+
border: none;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.ant-tabs-top > .ant-tabs-nav {
|
|
163
|
+
margin: 0;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.yz-application-dropdown ul {
|
|
168
|
+
overflow-y: auto;
|
|
169
|
+
max-height: 80vh;
|
|
170
|
+
|
|
171
|
+
li i {
|
|
172
|
+
margin-right: 2px;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.yz-user-name {
|
|
177
|
+
overflow: hidden;
|
|
178
|
+
width: 92px;
|
|
179
|
+
text-overflow: ellipsis;
|
|
180
|
+
white-space: nowrap;
|
|
181
|
+
}
|