@yelon/bis 15.1.0-077d885e → 15.1.0-18de49a5

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.
@@ -18,6 +18,7 @@ declare class YunzaiLayoutBasicComponent implements OnInit, OnDestroy {
18
18
  get reusetabCSS(): any;
19
19
  constructor(layoutDisplayService: LayoutDisplayService, cacheService: CacheService, stompService: StompService, win: typeof window);
20
20
  ngOnInit(): void;
21
+ initFavicon(): void;
21
22
  initAside(): void;
22
23
  initLogo(): void;
23
24
  initNavType(): void;
@@ -2,21 +2,22 @@ import { Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { CacheService, YunzaiNavTopic } from '@yelon/cache';
3
3
  import { _HttpClient } from '@yelon/theme';
4
4
  import { YunzaiI18NService } from '../yunzai-i18n.service';
5
- import { LayoutNavApplicationState, TopicType } from './types';
5
+ import { LayoutNavApplicationState } from './types';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LayoutNavApplicationComponent implements OnInit, OnDestroy {
8
8
  private cacheService;
9
9
  private i18n;
10
10
  private http;
11
11
  private inject;
12
- TopicType: typeof TopicType;
13
12
  state: LayoutNavApplicationState;
14
13
  constructor(cacheService: CacheService, i18n: YunzaiI18NService, http: _HttpClient, inject: Injector);
15
14
  ngOnInit(): void;
16
- initTopic(type: TopicType): void;
17
- full(): void;
18
- own(): void;
19
- every(e: YunzaiNavTopic): void;
15
+ fetchAllTopic(): void;
16
+ attachNav(type: 'all' | 'mine' | 'other', topic?: YunzaiNavTopic): void;
17
+ clearSearch(): void;
18
+ displayAllNav(): void;
19
+ displayMineNav(): void;
20
+ displayOtherNav(topic: YunzaiNavTopic): void;
20
21
  diffChange(flag?: boolean): void;
21
22
  open(topic: YunzaiNavTopic): void;
22
23
  onSearch(): void;
@@ -1,13 +1,8 @@
1
1
  import { Subject } from 'rxjs';
2
2
  import { YunzaiNavTopic } from '@yelon/cache';
3
- export declare enum TopicType {
4
- FULL = 0,
5
- OWN = 1,
6
- EVERY = 2
7
- }
8
3
  export interface LayoutNavApplicationState {
9
4
  active: boolean;
10
- type: TopicType;
5
+ type: 'all' | 'mine' | 'other';
11
6
  topic?: YunzaiNavTopic;
12
7
  topics: YunzaiNavTopic[];
13
8
  list: YunzaiNavTopic[];
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@yelon/bis",
3
- "version": "15.1.0-077d885e",
3
+ "version": "15.1.0-18de49a5",
4
4
  "author": "devcui<devcui@outlook.com>",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "ng-zorro-antd": "^15.0.3",
8
- "@yelon/acl": "^15.1.0-077d885e",
9
- "@yelon/auth": "^15.1.0-077d885e",
10
- "@yelon/theme": "^15.1.0-077d885e",
11
- "@yelon/mock": "^15.1.0-077d885e",
12
- "@yelon/cache": "^15.1.0-077d885e",
13
- "@yelon/chart": "^15.1.0-077d885e",
14
- "@yelon/form": "^15.1.0-077d885e",
15
- "@yelon/testing": "^15.1.0-077d885e",
16
- "@yelon/util": "^15.1.0-077d885e",
17
- "@yelon/bcs": "^15.1.0-077d885e",
8
+ "@yelon/acl": "^15.1.0-18de49a5",
9
+ "@yelon/auth": "^15.1.0-18de49a5",
10
+ "@yelon/theme": "^15.1.0-18de49a5",
11
+ "@yelon/mock": "^15.1.0-18de49a5",
12
+ "@yelon/cache": "^15.1.0-18de49a5",
13
+ "@yelon/chart": "^15.1.0-18de49a5",
14
+ "@yelon/form": "^15.1.0-18de49a5",
15
+ "@yelon/testing": "^15.1.0-18de49a5",
16
+ "@yelon/util": "^15.1.0-18de49a5",
17
+ "@yelon/bcs": "^15.1.0-18de49a5",
18
18
  "tslib": "^2.3.0"
19
19
  },
20
20
  "module": "fesm2015/bis.mjs",