@yelon/bis 15.0.0-beta.1-6d209ae5 → 15.0.0-beta.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/esm2020/src/layout-basic/layout-basic.component.mjs +19 -11
- package/esm2020/src/yunzai-i18n.service.mjs +2 -2
- package/esm2020/src/yunzai-startup.service.mjs +3 -3
- package/fesm2015/bis.mjs +147 -141
- package/fesm2015/bis.mjs.map +1 -1
- package/fesm2020/bis.mjs +145 -139
- package/fesm2020/bis.mjs.map +1 -1
- package/package.json +11 -11
- package/src/layout-basic/layout-basic.component.d.ts +4 -3
- package/src/yunzai-i18n.service.d.ts +1 -1
- package/src/yunzai-layout.module.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yelon/bis",
|
|
3
|
-
"version": "15.0.0-beta.
|
|
3
|
+
"version": "15.0.0-beta.3",
|
|
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.0.0-beta.
|
|
9
|
-
"@yelon/auth": "^15.0.0-beta.
|
|
10
|
-
"@yelon/theme": "^15.0.0-beta.
|
|
11
|
-
"@yelon/mock": "^15.0.0-beta.
|
|
12
|
-
"@yelon/cache": "^15.0.0-beta.
|
|
13
|
-
"@yelon/chart": "^15.0.0-beta.
|
|
14
|
-
"@yelon/form": "^15.0.0-beta.
|
|
15
|
-
"@yelon/testing": "^15.0.0-beta.
|
|
16
|
-
"@yelon/util": "^15.0.0-beta.
|
|
17
|
-
"@yelon/bcs": "^15.0.0-beta.
|
|
8
|
+
"@yelon/acl": "^15.0.0-beta.3",
|
|
9
|
+
"@yelon/auth": "^15.0.0-beta.3",
|
|
10
|
+
"@yelon/theme": "^15.0.0-beta.3",
|
|
11
|
+
"@yelon/mock": "^15.0.0-beta.3",
|
|
12
|
+
"@yelon/cache": "^15.0.0-beta.3",
|
|
13
|
+
"@yelon/chart": "^15.0.0-beta.3",
|
|
14
|
+
"@yelon/form": "^15.0.0-beta.3",
|
|
15
|
+
"@yelon/testing": "^15.0.0-beta.3",
|
|
16
|
+
"@yelon/util": "^15.0.0-beta.3",
|
|
17
|
+
"@yelon/bcs": "^15.0.0-beta.3",
|
|
18
18
|
"tslib": "^2.3.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/bis.mjs",
|
|
@@ -6,7 +6,7 @@ import { LayoutDefaultOptions } from '@yelon/theme/layout-default';
|
|
|
6
6
|
import { LayoutBasicAside, NavType } from './interface';
|
|
7
7
|
import { LayoutDisplayService } from './layout-display.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
|
|
9
|
+
declare class YunzaiLayoutBasicComponent implements OnInit, OnDestroy {
|
|
10
10
|
private layoutDisplayService;
|
|
11
11
|
private cacheService;
|
|
12
12
|
private stompService;
|
|
@@ -28,6 +28,7 @@ export declare class YzLayoutBasicComponent implements OnInit, OnDestroy {
|
|
|
28
28
|
onNavTypeChange(type: NavType): void;
|
|
29
29
|
addLayoutDisplayListener(): void;
|
|
30
30
|
ngOnDestroy(): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutBasicComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YunzaiLayoutBasicComponent, "yz-layout-basic", never, {}, {}, never, never, false, never>;
|
|
33
33
|
}
|
|
34
|
+
export { YunzaiLayoutBasicComponent as YzLayoutBasicComponent, YunzaiLayoutBasicComponent };
|
|
@@ -25,4 +25,4 @@ declare class YunzaiI18NService extends YunzaiI18nBaseService {
|
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiI18NService, never>;
|
|
26
26
|
static ɵprov: i0.ɵɵInjectableDeclaration<YunzaiI18NService>;
|
|
27
27
|
}
|
|
28
|
-
export { YunzaiI18NService as
|
|
28
|
+
export { YunzaiI18NService as YzI18NService, YunzaiI18NService };
|
|
@@ -16,6 +16,6 @@ import * as i14 from "@angular/router";
|
|
|
16
16
|
import * as i15 from "@yelon/bcs";
|
|
17
17
|
export declare class YunzaiLayoutModule {
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<YunzaiLayoutModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YunzaiLayoutModule, [typeof i1.
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<YunzaiLayoutModule, [typeof i1.YunzaiLayoutBasicComponent, typeof i2.YunzaiClearStorageComponent, typeof i3.YunzaiFullScreenComponent, typeof i4.YunzaiI18NComponent, typeof i5.YunzaiNotifyComponent, typeof i6.YunzaiThemBtnComponent, typeof i7.YunzaiUserComponent, typeof i8.LayoutNavApplicationComponent, typeof i9.LayoutNavGroupComponent, typeof i10.LayoutNavTileComponent], [typeof i11.HttpClientModule, typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.RouterModule, typeof i13.ReactiveFormsModule, typeof i15.YunzaiSharedYelonModule, typeof i15.YunzaiSharedZorroModule], [typeof i1.YunzaiLayoutBasicComponent, typeof i2.YunzaiClearStorageComponent, typeof i3.YunzaiFullScreenComponent, typeof i4.YunzaiI18NComponent, typeof i5.YunzaiNotifyComponent, typeof i6.YunzaiThemBtnComponent, typeof i7.YunzaiUserComponent, typeof i8.LayoutNavApplicationComponent, typeof i9.LayoutNavGroupComponent, typeof i10.LayoutNavTileComponent]>;
|
|
20
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<YunzaiLayoutModule>;
|
|
21
21
|
}
|