@yelon/bis 17.2.1 → 17.2.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.
Files changed (109) hide show
  1. package/config/index.d.ts +5 -0
  2. package/config/public_api.d.ts +1 -0
  3. package/esm2022/bis.mjs +2 -2
  4. package/esm2022/{layout → config}/bis.config.mjs +1 -1
  5. package/esm2022/config/config.mjs +5 -0
  6. package/esm2022/config/public_api.mjs +2 -0
  7. package/esm2022/layout/layout-basic.component.mjs +376 -0
  8. package/esm2022/layout/layout-nav-application.component.mjs +368 -0
  9. package/esm2022/layout/layout-nav-group.component.mjs +160 -0
  10. package/esm2022/layout/layout-nav-tile.component.mjs +15 -0
  11. package/esm2022/layout/layout.module.mjs +54 -0
  12. package/esm2022/layout/public_api.mjs +6 -14
  13. package/esm2022/public_api.mjs +9 -2
  14. package/esm2022/src/bis.module.mjs +17 -0
  15. package/esm2022/src/helper.mjs +45 -0
  16. package/esm2022/src/provide.mjs +8 -0
  17. package/esm2022/src/refresh-token.mjs +79 -0
  18. package/esm2022/src/startup.service.mjs +184 -0
  19. package/esm2022/src/yunzai-act.guard.mjs +88 -0
  20. package/esm2022/src/yunzai-analysis-addon.guard.mjs +99 -0
  21. package/esm2022/src/yunzai-default.interceptor.mjs +63 -0
  22. package/esm2022/yunzai-widgets/public_api.mjs +7 -0
  23. package/esm2022/yunzai-widgets/yunzai-clear-storage.component.mjs +47 -0
  24. package/esm2022/yunzai-widgets/yunzai-fullscreen.component.mjs +47 -0
  25. package/esm2022/yunzai-widgets/yunzai-i18n.component.mjs +139 -0
  26. package/esm2022/yunzai-widgets/yunzai-notify.component.mjs +180 -0
  27. package/esm2022/yunzai-widgets/yunzai-user.component.mjs +120 -0
  28. package/esm2022/yunzai-widgets/yunzai-widget.module.mjs +62 -0
  29. package/esm2022/yunzai-widgets/yunzai-widgets.mjs +5 -0
  30. package/fesm2022/bis.mjs +554 -1
  31. package/fesm2022/bis.mjs.map +1 -1
  32. package/fesm2022/config.mjs +21 -0
  33. package/fesm2022/config.mjs.map +1 -0
  34. package/fesm2022/layout.mjs +396 -2781
  35. package/fesm2022/layout.mjs.map +1 -1
  36. package/fesm2022/yunzai-widgets.mjs +563 -0
  37. package/fesm2022/yunzai-widgets.mjs.map +1 -0
  38. package/index.d.ts +4 -0
  39. package/layout/{layout-basic/layout-basic.component.d.ts → layout-basic.component.d.ts} +12 -8
  40. package/layout/layout-nav-application.component.d.ts +26 -0
  41. package/layout/layout-nav-group.component.d.ts +14 -0
  42. package/layout/layout-nav-tile.component.d.ts +5 -0
  43. package/layout/layout.module.d.ts +18 -0
  44. package/layout/public_api.d.ts +5 -13
  45. package/package.json +40 -11
  46. package/public_api.d.ts +8 -2
  47. package/src/bis.module.d.ts +8 -0
  48. package/src/helper.d.ts +16 -0
  49. package/src/provide.d.ts +2 -0
  50. package/src/refresh-token.d.ts +6 -0
  51. package/src/startup.service.d.ts +24 -0
  52. package/src/yunzai-default.interceptor.d.ts +2 -0
  53. package/yunzai-widgets/index.d.ts +5 -0
  54. package/{layout/widgets/index.d.ts → yunzai-widgets/public_api.d.ts} +2 -2
  55. package/yunzai-widgets/yunzai-clear-storage.component.d.ts +8 -0
  56. package/yunzai-widgets/yunzai-fullscreen.component.d.ts +8 -0
  57. package/yunzai-widgets/yunzai-i18n.component.d.ts +19 -0
  58. package/yunzai-widgets/yunzai-notify.component.d.ts +25 -0
  59. package/yunzai-widgets/yunzai-user.component.d.ts +22 -0
  60. package/yunzai-widgets/yunzai-widget.module.d.ts +18 -0
  61. package/README.md +0 -23
  62. package/esm2022/index.mjs +0 -2
  63. package/esm2022/layout/html-names.mjs +0 -33
  64. package/esm2022/layout/icon/style-icons.mjs +0 -796
  65. package/esm2022/layout/layout-basic/index.mjs +0 -3
  66. package/esm2022/layout/layout-basic/interface.mjs +0 -2
  67. package/esm2022/layout/layout-basic/layout-basic.component.mjs +0 -368
  68. package/esm2022/layout/layout-nav/index.mjs +0 -4
  69. package/esm2022/layout/layout-nav/layout-nav-application.component.mjs +0 -382
  70. package/esm2022/layout/layout-nav/layout-nav-group.component.mjs +0 -122
  71. package/esm2022/layout/layout-nav/layout-nav-tile.component.mjs +0 -15
  72. package/esm2022/layout/widgets/index.mjs +0 -7
  73. package/esm2022/layout/widgets/yunzai-clear-storage.component.mjs +0 -44
  74. package/esm2022/layout/widgets/yunzai-fullscreen.component.mjs +0 -44
  75. package/esm2022/layout/widgets/yunzai-i18n.component.mjs +0 -140
  76. package/esm2022/layout/widgets/yunzai-notify.component.mjs +0 -185
  77. package/esm2022/layout/widgets/yunzai-theme-btn.component.mjs +0 -200
  78. package/esm2022/layout/widgets/yunzai-user.component.mjs +0 -129
  79. package/esm2022/layout/yunzai-act.guard.mjs +0 -88
  80. package/esm2022/layout/yunzai-analysis-addon.guard.mjs +0 -100
  81. package/esm2022/layout/yunzai-auth.service.mjs +0 -108
  82. package/esm2022/layout/yunzai-default.interceptor.mjs +0 -201
  83. package/esm2022/layout/yunzai-i18n.service.mjs +0 -107
  84. package/esm2022/layout/yunzai-lang.mjs +0 -114
  85. package/esm2022/layout/yunzai-layout.module.mjs +0 -118
  86. package/esm2022/layout/yunzai-startup.service.mjs +0 -152
  87. package/layout/html-names.d.ts +0 -31
  88. package/layout/icon/style-icons.d.ts +0 -1
  89. package/layout/layout-basic/index.d.ts +0 -2
  90. package/layout/layout-basic/interface.d.ts +0 -8
  91. package/layout/layout-nav/index.d.ts +0 -3
  92. package/layout/layout-nav/layout-nav-application.component.d.ts +0 -32
  93. package/layout/layout-nav/layout-nav-group.component.d.ts +0 -16
  94. package/layout/layout-nav/layout-nav-tile.component.d.ts +0 -6
  95. package/layout/widgets/yunzai-clear-storage.component.d.ts +0 -11
  96. package/layout/widgets/yunzai-fullscreen.component.d.ts +0 -8
  97. package/layout/widgets/yunzai-i18n.component.d.ts +0 -22
  98. package/layout/widgets/yunzai-notify.component.d.ts +0 -30
  99. package/layout/widgets/yunzai-theme-btn.component.d.ts +0 -32
  100. package/layout/widgets/yunzai-user.component.d.ts +0 -26
  101. package/layout/yunzai-auth.service.d.ts +0 -19
  102. package/layout/yunzai-default.interceptor.d.ts +0 -28
  103. package/layout/yunzai-i18n.service.d.ts +0 -27
  104. package/layout/yunzai-lang.d.ts +0 -12
  105. package/layout/yunzai-layout.module.d.ts +0 -30
  106. package/layout/yunzai-startup.service.d.ts +0 -34
  107. /package/{layout → config}/bis.config.d.ts +0 -0
  108. /package/{layout → src}/yunzai-act.guard.d.ts +0 -0
  109. /package/{layout → src}/yunzai-analysis-addon.guard.d.ts +0 -0
@@ -1,30 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./widgets/yunzai-clear-storage.component";
3
- import * as i2 from "./widgets/yunzai-fullscreen.component";
4
- import * as i3 from "./widgets/yunzai-i18n.component";
5
- import * as i4 from "./widgets/yunzai-notify.component";
6
- import * as i5 from "./widgets/yunzai-theme-btn.component";
7
- import * as i6 from "./widgets/yunzai-user.component";
8
- import * as i7 from "./layout-basic/layout-basic.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/router";
13
- import * as i12 from "@yelon/abc/reuse-tab";
14
- import * as i13 from "@yelon/theme/layout-default";
15
- import * as i14 from "@angular/common";
16
- import * as i15 from "ng-zorro-antd/tabs";
17
- import * as i16 from "ng-zorro-antd/tooltip";
18
- import * as i17 from "ng-zorro-antd/dropdown";
19
- import * as i18 from "ng-zorro-antd/avatar";
20
- import * as i19 from "@yelon/abc/notice-icon";
21
- import * as i20 from "@angular/forms";
22
- import * as i21 from "ng-zorro-antd/grid";
23
- import * as i22 from "@yelon/theme";
24
- import * as i23 from "ng-zorro-antd/input";
25
- import * as i24 from "ng-zorro-antd/icon";
26
- export declare class YunzaiLayoutModule {
27
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<YunzaiLayoutModule, [typeof i1.YunzaiClearStorageComponent, typeof i2.YunzaiFullScreenComponent, typeof i3.YunzaiI18NComponent, typeof i4.YunzaiNotifyComponent, typeof i5.YunzaiThemeBtnComponent, typeof i6.YunzaiUserComponent, typeof i7.YunzaiLayoutBasicComponent, typeof i8.LayoutNavApplicationComponent, typeof i9.LayoutNavGroupComponent, typeof i10.LayoutNavTileComponent], [typeof i11.RouterModule, typeof i12.ReuseTabModule, typeof i13.LayoutDefaultModule, typeof i14.CommonModule, typeof i15.NzTabsModule, typeof i14.NgOptimizedImage, typeof i16.NzToolTipModule, typeof i17.NzDropDownModule, typeof i18.NzAvatarModule, typeof i19.NoticeIconModule, typeof i20.FormsModule, typeof i21.NzGridModule, typeof i22.YunzaiThemeModule, typeof i23.NzInputModule, typeof i24.NzIconModule], [typeof i1.YunzaiClearStorageComponent, typeof i2.YunzaiFullScreenComponent, typeof i3.YunzaiI18NComponent, typeof i4.YunzaiNotifyComponent, typeof i5.YunzaiThemeBtnComponent, typeof i6.YunzaiUserComponent, typeof i7.YunzaiLayoutBasicComponent, typeof i8.LayoutNavApplicationComponent, typeof i9.LayoutNavGroupComponent, typeof i10.LayoutNavTileComponent]>;
29
- static ɵinj: i0.ɵɵInjectorDeclaration<YunzaiLayoutModule>;
30
- }
@@ -1,34 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { ACLService } from '@yelon/acl';
3
- import { MenuService, SettingsService, TitleService } from '@yelon/theme';
4
- import { YunzaiMenu, YunzaiConfigService } from '@yelon/util';
5
- import { NzSafeAny } from 'ng-zorro-antd/core/types';
6
- import { NzIconService } from 'ng-zorro-antd/icon';
7
- import { YunzaiAuthService } from './yunzai-auth.service';
8
- import { YunzaiI18NService } from './yunzai-i18n.service';
9
- import * as i0 from "@angular/core";
10
- export declare class YunzaiStartupService {
11
- private menuService;
12
- private i18n;
13
- private win;
14
- private settingService;
15
- private aclService;
16
- private titleService;
17
- private yzAuthService;
18
- private configService;
19
- private config;
20
- constructor(iconSrv: NzIconService, menuService: MenuService, i18n: YunzaiI18NService, win: NzSafeAny, settingService: SettingsService, aclService: ACLService, titleService: TitleService, yzAuthService: YunzaiAuthService, configService: YunzaiConfigService);
21
- load(): Observable<void>;
22
- systemInit(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiStartupService, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiStartupService>;
25
- }
26
- export declare function mapYzSideToYelonMenu(menus: YunzaiMenu[]): void;
27
- export declare function generateAbility(menus: YunzaiMenu[], abilities: string[], prefix: string): void;
28
- export declare function YunzaiStartupServiceFactory(startupService: YunzaiStartupService): () => Observable<void>;
29
- export declare const YUNZAI_APPINIT_PROVIDES: (typeof YunzaiStartupService | {
30
- provide: import("@angular/core").InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
31
- useFactory: typeof YunzaiStartupServiceFactory;
32
- deps: (typeof YunzaiStartupService)[];
33
- multi: boolean;
34
- })[];
File without changes
File without changes