@yelon/bis 13.0.0 → 13.2.1
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 +0 -0
- package/README.md +0 -0
- package/bis.d.ts +0 -0
- package/esm2020/bis.mjs +0 -0
- package/esm2020/layout/act.guard.mjs +3 -3
- package/esm2020/layout/bis.config.mjs +0 -0
- package/esm2020/layout/contact/contact.component.mjs +3 -3
- package/esm2020/layout/contact/contact.service.mjs +3 -3
- package/esm2020/layout/layout.mjs +0 -0
- package/esm2020/layout/layout.module.mjs +4 -4
- package/esm2020/layout/path-to-regexp.service.mjs +3 -3
- package/esm2020/layout/public_api.mjs +0 -0
- package/esm2020/layout/stomp.config.mjs +0 -0
- package/esm2020/layout/widgets/index.mjs +0 -0
- package/esm2020/layout/widgets/yz.application.component.mjs +3 -3
- package/esm2020/layout/widgets/yz.clear-storage.component.mjs +3 -3
- package/esm2020/layout/widgets/yz.fullscreen.component.mjs +3 -3
- package/esm2020/layout/widgets/yz.i18n.component.mjs +3 -3
- package/esm2020/layout/widgets/yz.notify.component.mjs +3 -3
- package/esm2020/layout/widgets/yz.them-btn.component.mjs +3 -3
- package/esm2020/layout/widgets/yz.user.component.mjs +3 -3
- package/esm2020/layout/yz.auth.service.mjs +3 -3
- package/esm2020/layout/yz.basic.component.mjs +3 -3
- package/esm2020/layout/yz.default.interceptor.mjs +3 -3
- package/esm2020/layout/yz.i18n.service.mjs +3 -3
- package/esm2020/layout/yz.startup.service.mjs +12 -9
- package/esm2020/layout/yz.stomp.service.mjs +3 -3
- package/esm2020/public_api.mjs +0 -0
- package/esm2020/shared/public_api.mjs +0 -0
- package/esm2020/shared/shared-yelon.module.mjs +0 -0
- package/esm2020/shared/shared-zorro.module.mjs +0 -0
- package/esm2020/shared/shared.mjs +0 -0
- package/esm2020/shared/shared.module.mjs +4 -4
- package/esm2020/shared/style-icons.mjs +0 -0
- package/fesm2015/bis.mjs +0 -0
- package/fesm2015/bis.mjs.map +0 -0
- package/fesm2015/layout.mjs +62 -59
- package/fesm2015/layout.mjs.map +1 -1
- package/fesm2015/shared.mjs +4 -4
- package/fesm2015/shared.mjs.map +0 -0
- package/fesm2020/bis.mjs +0 -0
- package/fesm2020/bis.mjs.map +0 -0
- package/fesm2020/layout.mjs +62 -59
- package/fesm2020/layout.mjs.map +1 -1
- package/fesm2020/shared.mjs +4 -4
- package/fesm2020/shared.mjs.map +0 -0
- package/index.less +0 -0
- package/layout/act.guard.d.ts +0 -0
- package/layout/bis.config.d.ts +0 -0
- package/layout/contact/contact.component.d.ts +0 -0
- package/layout/contact/contact.service.d.ts +0 -0
- package/layout/layout.d.ts +0 -0
- package/layout/layout.module.d.ts +0 -0
- package/layout/package.json +0 -0
- package/layout/path-to-regexp.service.d.ts +0 -0
- package/layout/public_api.d.ts +0 -0
- package/layout/stomp.config.d.ts +0 -0
- package/layout/style/index.less +0 -0
- package/layout/widgets/index.d.ts +0 -0
- package/layout/widgets/yz.application.component.d.ts +0 -0
- package/layout/widgets/yz.clear-storage.component.d.ts +0 -0
- package/layout/widgets/yz.fullscreen.component.d.ts +0 -0
- package/layout/widgets/yz.i18n.component.d.ts +0 -0
- package/layout/widgets/yz.notify.component.d.ts +0 -0
- package/layout/widgets/yz.them-btn.component.d.ts +0 -0
- package/layout/widgets/yz.user.component.d.ts +0 -0
- package/layout/yz.auth.service.d.ts +0 -0
- package/layout/yz.basic.component.d.ts +0 -0
- package/layout/yz.default.interceptor.d.ts +0 -0
- package/layout/yz.i18n.service.d.ts +0 -0
- package/layout/yz.startup.service.d.ts +3 -1
- package/layout/yz.stomp.service.d.ts +0 -0
- package/package.json +10 -10
- package/public_api.d.ts +0 -0
- package/shared/package.json +0 -0
- package/shared/public_api.d.ts +0 -0
- package/shared/shared-yelon.module.d.ts +0 -0
- package/shared/shared-zorro.module.d.ts +0 -0
- package/shared/shared.d.ts +0 -0
- package/shared/shared.module.d.ts +0 -0
- package/shared/style-icons.d.ts +0 -0
- package/theme-compact.less +0 -0
- package/theme-dark.less +0 -0
- package/theme-default.less +0 -0
package/fesm2020/shared.mjs
CHANGED
|
@@ -292,10 +292,10 @@ const YZ_SHARED_ZORRO_MODULES = [
|
|
|
292
292
|
*/
|
|
293
293
|
class YzSharedModule {
|
|
294
294
|
}
|
|
295
|
-
YzSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
296
|
-
YzSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.
|
|
297
|
-
YzSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.
|
|
298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
295
|
+
YzSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: YzSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
296
|
+
YzSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: YzSharedModule, imports: [i1.YunzaiThemeModule, i2.NoticeIconModule, i3.ReuseTabModule, i4.LayoutDefaultModule, i5.YelonACLModule, i6.YelonFormModule, i7.AvatarListModule, i8.CountDownModule, i9.DatePickerModule, i10.DownFileModule, i11.EllipsisModule, i12.STModule, i13.SVModule, i14.SEModule, i15.SGModule, i16.ImageModule, i17.LoadingModule, i18.QRModule, i19.OnboardingModule, i20.ErrorCollectModule, i21.ExceptionModule, i22.FooterToolbarModule, i23.GlobalFooterModule, i23.GlobalFooterModule, i24.PageHeaderModule, i25.ResultModule, i26.TagSelectModule, i2.NoticeIconModule, i27.QuickMenuModule, i28.G2BarModule, i29.G2CardModule, i30.G2CustomModule, i31.G2GaugeModule, i32.G2MiniAreaModule, i33.G2MiniBarModule, i34.G2MiniProgressModule, i35.G2PieModule, i36.G2RadarModule, i37.G2SingleBarModule, i38.G2TagCloudModule, i39.G2TimelineModule, i40.G2WaterWaveModule, i41.ChartEChartsModule, i42.NumberInfoModule, i43.TrendModule, i3.ReuseTabModule, i44.MediaModule, i45.ThemeBtnModule, i46.SettingDrawerModule, i47.PdfModule, i48.CurrencyPipeModule, i48.FormatPipeModule, i48.FilterPipeModule, i49.AutoFocusModule, i50.LetModule, i51.NzTreeModule, i52.NzButtonModule, i53.NzMessageModule, i54.NzBackTopModule, i55.NzDropDownModule, i56.NzGridModule, i57.NzCarouselModule, i58.NzCheckboxModule, i59.NzToolTipModule, i60.NzPopoverModule, i61.NzSelectModule, i62.NzIconModule, i63.NzAffixModule, i64.NzBadgeModule, i65.NzAlertModule, i66.NzModalModule, i67.NzTableModule, i68.NzDrawerModule, i69.NzTabsModule, i70.NzInputModule, i71.NzDatePickerModule, i72.NzTagModule, i73.NzInputNumberModule, i74.NzBreadCrumbModule, i75.NzStepsModule, i76.NzListModule, i77.NzSwitchModule, i78.NzRadioModule, i79.NzFormModule, i80.NzAvatarModule, i81.NzCardModule, i82.NzSpinModule, i83.NzDividerModule, i84.NzResizableModule, i85.NzAnchorModule, i86.NzUploadModule, i87.NzPaginationModule, i88.NzEmptyModule, i89.NzHighlightModule], exports: [i1.YunzaiThemeModule, i2.NoticeIconModule, i3.ReuseTabModule, i4.LayoutDefaultModule, i5.YelonACLModule, i6.YelonFormModule, i7.AvatarListModule, i8.CountDownModule, i9.DatePickerModule, i10.DownFileModule, i11.EllipsisModule, i12.STModule, i13.SVModule, i14.SEModule, i15.SGModule, i16.ImageModule, i17.LoadingModule, i18.QRModule, i19.OnboardingModule, i20.ErrorCollectModule, i21.ExceptionModule, i22.FooterToolbarModule, i23.GlobalFooterModule, i23.GlobalFooterModule, i24.PageHeaderModule, i25.ResultModule, i26.TagSelectModule, i2.NoticeIconModule, i27.QuickMenuModule, i28.G2BarModule, i29.G2CardModule, i30.G2CustomModule, i31.G2GaugeModule, i32.G2MiniAreaModule, i33.G2MiniBarModule, i34.G2MiniProgressModule, i35.G2PieModule, i36.G2RadarModule, i37.G2SingleBarModule, i38.G2TagCloudModule, i39.G2TimelineModule, i40.G2WaterWaveModule, i41.ChartEChartsModule, i42.NumberInfoModule, i43.TrendModule, i3.ReuseTabModule, i44.MediaModule, i45.ThemeBtnModule, i46.SettingDrawerModule, i47.PdfModule, i48.CurrencyPipeModule, i48.FormatPipeModule, i48.FilterPipeModule, i49.AutoFocusModule, i50.LetModule, i51.NzTreeModule, i52.NzButtonModule, i53.NzMessageModule, i54.NzBackTopModule, i55.NzDropDownModule, i56.NzGridModule, i57.NzCarouselModule, i58.NzCheckboxModule, i59.NzToolTipModule, i60.NzPopoverModule, i61.NzSelectModule, i62.NzIconModule, i63.NzAffixModule, i64.NzBadgeModule, i65.NzAlertModule, i66.NzModalModule, i67.NzTableModule, i68.NzDrawerModule, i69.NzTabsModule, i70.NzInputModule, i71.NzDatePickerModule, i72.NzTagModule, i73.NzInputNumberModule, i74.NzBreadCrumbModule, i75.NzStepsModule, i76.NzListModule, i77.NzSwitchModule, i78.NzRadioModule, i79.NzFormModule, i80.NzAvatarModule, i81.NzCardModule, i82.NzSpinModule, i83.NzDividerModule, i84.NzResizableModule, i85.NzAnchorModule, i86.NzUploadModule, i87.NzPaginationModule, i88.NzEmptyModule, i89.NzHighlightModule] });
|
|
297
|
+
YzSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: YzSharedModule, imports: [[...YZ_SHARED_YELON_MODULES, ...YZ_SHARED_ZORRO_MODULES], i1.YunzaiThemeModule, i2.NoticeIconModule, i3.ReuseTabModule, i4.LayoutDefaultModule, i5.YelonACLModule, i6.YelonFormModule, i7.AvatarListModule, i8.CountDownModule, i9.DatePickerModule, i10.DownFileModule, i11.EllipsisModule, i12.STModule, i13.SVModule, i14.SEModule, i15.SGModule, i16.ImageModule, i17.LoadingModule, i18.QRModule, i19.OnboardingModule, i20.ErrorCollectModule, i21.ExceptionModule, i22.FooterToolbarModule, i23.GlobalFooterModule, i23.GlobalFooterModule, i24.PageHeaderModule, i25.ResultModule, i26.TagSelectModule, i2.NoticeIconModule, i27.QuickMenuModule, i28.G2BarModule, i29.G2CardModule, i30.G2CustomModule, i31.G2GaugeModule, i32.G2MiniAreaModule, i33.G2MiniBarModule, i34.G2MiniProgressModule, i35.G2PieModule, i36.G2RadarModule, i37.G2SingleBarModule, i38.G2TagCloudModule, i39.G2TimelineModule, i40.G2WaterWaveModule, i41.ChartEChartsModule, i42.NumberInfoModule, i43.TrendModule, i3.ReuseTabModule, i44.MediaModule, i45.ThemeBtnModule, i46.SettingDrawerModule, i47.PdfModule, i48.CurrencyPipeModule, i48.FormatPipeModule, i48.FilterPipeModule, i49.AutoFocusModule, i50.LetModule, i51.NzTreeModule, i52.NzButtonModule, i53.NzMessageModule, i54.NzBackTopModule, i55.NzDropDownModule, i56.NzGridModule, i57.NzCarouselModule, i58.NzCheckboxModule, i59.NzToolTipModule, i60.NzPopoverModule, i61.NzSelectModule, i62.NzIconModule, i63.NzAffixModule, i64.NzBadgeModule, i65.NzAlertModule, i66.NzModalModule, i67.NzTableModule, i68.NzDrawerModule, i69.NzTabsModule, i70.NzInputModule, i71.NzDatePickerModule, i72.NzTagModule, i73.NzInputNumberModule, i74.NzBreadCrumbModule, i75.NzStepsModule, i76.NzListModule, i77.NzSwitchModule, i78.NzRadioModule, i79.NzFormModule, i80.NzAvatarModule, i81.NzCardModule, i82.NzSpinModule, i83.NzDividerModule, i84.NzResizableModule, i85.NzAnchorModule, i86.NzUploadModule, i87.NzPaginationModule, i88.NzEmptyModule, i89.NzHighlightModule] });
|
|
298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: YzSharedModule, decorators: [{
|
|
299
299
|
type: NgModule,
|
|
300
300
|
args: [{
|
|
301
301
|
imports: [...YZ_SHARED_YELON_MODULES, ...YZ_SHARED_ZORRO_MODULES],
|
package/fesm2020/shared.mjs.map
CHANGED
|
File without changes
|
package/index.less
CHANGED
|
File without changes
|
package/layout/act.guard.d.ts
CHANGED
|
File without changes
|
package/layout/bis.config.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/layout/layout.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/layout/package.json
CHANGED
|
File without changes
|
|
File without changes
|
package/layout/public_api.d.ts
CHANGED
|
File without changes
|
package/layout/stomp.config.d.ts
CHANGED
|
File without changes
|
package/layout/style/index.less
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -3,6 +3,7 @@ import { ACLService } from '@yelon/acl';
|
|
|
3
3
|
import { CacheService } from '@yelon/cache';
|
|
4
4
|
import { Menu, MenuService, SettingsService, TitleService } from '@yelon/theme';
|
|
5
5
|
import { YunzaiConfigService } from '@yelon/util';
|
|
6
|
+
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
6
7
|
import { NzIconService } from 'ng-zorro-antd/icon';
|
|
7
8
|
import { YzAuthService } from './yz.auth.service';
|
|
8
9
|
import { YzI18NService } from './yz.i18n.service';
|
|
@@ -12,6 +13,7 @@ export declare function generateAbility(menus: Menu[], abilities: string[], pref
|
|
|
12
13
|
export declare class YzStartupService {
|
|
13
14
|
private menuService;
|
|
14
15
|
private i18n;
|
|
16
|
+
private win;
|
|
15
17
|
private settingService;
|
|
16
18
|
private aclService;
|
|
17
19
|
private titleService;
|
|
@@ -19,7 +21,7 @@ export declare class YzStartupService {
|
|
|
19
21
|
private cacheService;
|
|
20
22
|
private configService;
|
|
21
23
|
private bis;
|
|
22
|
-
constructor(iconSrv: NzIconService, menuService: MenuService, i18n: YzI18NService, settingService: SettingsService, aclService: ACLService, titleService: TitleService, yzAuthService: YzAuthService, cacheService: CacheService, configService: YunzaiConfigService);
|
|
24
|
+
constructor(iconSrv: NzIconService, menuService: MenuService, i18n: YzI18NService, win: NzSafeAny, settingService: SettingsService, aclService: ACLService, titleService: TitleService, yzAuthService: YzAuthService, cacheService: CacheService, configService: YunzaiConfigService);
|
|
23
25
|
load(): Observable<void>;
|
|
24
26
|
systemInit(): void;
|
|
25
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<YzStartupService, never>;
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yelon/bis",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.2.1",
|
|
4
4
|
"author": "devcui<devcui@outlook.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"ng-zorro-antd": "^13.0.0",
|
|
8
|
-
"@yelon/acl": "^13.
|
|
9
|
-
"@yelon/auth": "^13.
|
|
10
|
-
"@yelon/theme": "^13.
|
|
11
|
-
"@yelon/mock": "^13.
|
|
12
|
-
"@yelon/cache": "^13.
|
|
13
|
-
"@yelon/chart": "^13.
|
|
14
|
-
"@yelon/form": "^13.
|
|
15
|
-
"@yelon/testing": "^13.
|
|
16
|
-
"@yelon/util": "^13.
|
|
8
|
+
"@yelon/acl": "^13.2.1",
|
|
9
|
+
"@yelon/auth": "^13.2.1",
|
|
10
|
+
"@yelon/theme": "^13.2.1",
|
|
11
|
+
"@yelon/mock": "^13.2.1",
|
|
12
|
+
"@yelon/cache": "^13.2.1",
|
|
13
|
+
"@yelon/chart": "^13.2.1",
|
|
14
|
+
"@yelon/form": "^13.2.1",
|
|
15
|
+
"@yelon/testing": "^13.2.1",
|
|
16
|
+
"@yelon/util": "^13.2.1",
|
|
17
17
|
"tslib": "^2.3.0"
|
|
18
18
|
},
|
|
19
19
|
"module": "fesm2015/bis.mjs",
|
package/public_api.d.ts
CHANGED
|
File without changes
|
package/shared/package.json
CHANGED
|
File without changes
|
package/shared/public_api.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/shared/shared.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/shared/style-icons.d.ts
CHANGED
|
File without changes
|
package/theme-compact.less
CHANGED
|
File without changes
|
package/theme-dark.less
CHANGED
|
File without changes
|
package/theme-default.less
CHANGED
|
File without changes
|