@yelon/bis 15.1.1-beta.0 → 15.1.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/esm2020/layout/layout-basic/layout-basic.component.mjs +4 -5
- package/esm2020/layout/layout-nav/layout-nav-application.component.mjs +3 -3
- package/esm2020/layout/layout-nav/layout-nav-group.component.mjs +3 -3
- package/esm2020/layout/layout-nav/layout-nav-tile.component.mjs +3 -3
- package/esm2020/layout/widgets/yunzai-clear-storage.component.mjs +3 -3
- package/esm2020/layout/widgets/yunzai-fullscreen.component.mjs +3 -3
- package/esm2020/layout/widgets/yunzai-i18n.component.mjs +24 -16
- package/esm2020/layout/widgets/yunzai-notify.component.mjs +3 -3
- package/esm2020/layout/widgets/yunzai-theme-btn.component.mjs +3 -3
- package/esm2020/layout/widgets/yunzai-user.component.mjs +3 -3
- package/esm2020/layout/yunzai-act.guard.mjs +3 -3
- package/esm2020/layout/yunzai-auth.service.mjs +3 -3
- package/esm2020/layout/yunzai-default.interceptor.mjs +3 -3
- package/esm2020/layout/yunzai-i18n.service.mjs +38 -20
- package/esm2020/layout/yunzai-layout.module.mjs +4 -4
- package/esm2020/layout/yunzai-startup.service.mjs +5 -7
- package/fesm2015/layout.mjs +112 -89
- package/fesm2015/layout.mjs.map +1 -1
- package/fesm2020/layout.mjs +112 -89
- package/fesm2020/layout.mjs.map +1 -1
- package/layout/yunzai-i18n.service.d.ts +4 -0
- package/package.json +11 -11
package/fesm2020/layout.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Component, ChangeDetectionStrategy, HostListener, Injectable, Inject, Input, Optional, NgModule, APP_INITIALIZER } from '@angular/core';
|
|
3
|
-
import { Subject, takeUntil, of, catchError, forkJoin, map, mergeMap, mergeAll, BehaviorSubject, throwError, filter, take, switchMap } from 'rxjs';
|
|
3
|
+
import { Subject, takeUntil, of, catchError, forkJoin, map as map$1, mergeMap, mergeAll, BehaviorSubject, throwError, filter, take, switchMap } from 'rxjs';
|
|
4
4
|
import * as i1$4 from '@yelon/util';
|
|
5
5
|
import { WINDOW, hasFavicon, setFavicon, log as log$1, deepCopy, YunzaiConfigService } from '@yelon/util';
|
|
6
6
|
import * as i1$5 from '@yelon/theme/layout-default';
|
|
@@ -26,6 +26,7 @@ import { __decorate } from 'tslib';
|
|
|
26
26
|
import { InputBoolean } from '@yelon/util/decorator';
|
|
27
27
|
import ngEn from '@angular/common/locales/en';
|
|
28
28
|
import { zhCN, zhTW, enUS, el, es, fr, hr, it, ko, pl, sl, tr } from 'date-fns/locale';
|
|
29
|
+
import { map } from 'rxjs/operators';
|
|
29
30
|
import * as i2 from 'ng-zorro-antd/i18n';
|
|
30
31
|
import { zh_CN, zh_TW, en_US, el_GR, es_ES, fr_FR, hr_HR, it_IT, ko_KR, pl_PL, sl_SI, tr_TR } from 'ng-zorro-antd/i18n';
|
|
31
32
|
import ngElGr from '@angular/common/locales/el';
|
|
@@ -82,12 +83,12 @@ class YunzaiClearStorageComponent {
|
|
|
82
83
|
});
|
|
83
84
|
}
|
|
84
85
|
}
|
|
85
|
-
YunzaiClearStorageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
86
|
-
YunzaiClearStorageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
86
|
+
YunzaiClearStorageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiClearStorageComponent, deps: [{ token: i1.NzModalService }, { token: i1$1.NzMessageService }], target: i0.ɵɵFactoryTarget.Component });
|
|
87
|
+
YunzaiClearStorageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: YunzaiClearStorageComponent, selector: "yunzai-clearstorage", host: { listeners: { "click": "_click()" }, properties: { "class.d-block": "true" } }, ngImport: i0, template: `
|
|
87
88
|
<i nz-icon nzType="tool"></i>
|
|
88
89
|
{{ 'storage.clear' | i18n }}
|
|
89
90
|
`, isInline: true, dependencies: [{ kind: "directive", type: i3.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i8.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "pipe", type: i1$2.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
90
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
91
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiClearStorageComponent, decorators: [{
|
|
91
92
|
type: Component,
|
|
92
93
|
args: [{
|
|
93
94
|
selector: 'yunzai-clearstorage',
|
|
@@ -118,12 +119,12 @@ class YunzaiFullScreenComponent {
|
|
|
118
119
|
}
|
|
119
120
|
}
|
|
120
121
|
}
|
|
121
|
-
YunzaiFullScreenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
122
|
-
YunzaiFullScreenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
122
|
+
YunzaiFullScreenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiFullScreenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
123
|
+
YunzaiFullScreenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: YunzaiFullScreenComponent, selector: "yunzai-fullscreen", host: { listeners: { "window:resize": "_resize()", "click": "_click()" }, properties: { "class.d-block": "true" } }, ngImport: i0, template: `
|
|
123
124
|
<i nz-icon [nzType]="status ? 'fullscreen-exit' : 'fullscreen'"></i>
|
|
124
125
|
{{ (status ? 'exitFullscreen' : 'fullscreen') | i18n }}
|
|
125
126
|
`, isInline: true, dependencies: [{ kind: "directive", type: i3.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i8.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "pipe", type: i1$2.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiFullScreenComponent, decorators: [{
|
|
127
128
|
type: Component,
|
|
128
129
|
args: [{
|
|
129
130
|
selector: 'yunzai-fullscreen',
|
|
@@ -286,27 +287,24 @@ class YunzaiI18NService extends YunzaiI18nBaseService {
|
|
|
286
287
|
return arr.length <= 1 ? res : `${arr[0]}-${arr[1].toUpperCase()}`;
|
|
287
288
|
}
|
|
288
289
|
loadLangData(lang) {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
return of(this.cacheService.get(key));
|
|
290
|
+
if (ngDevMode) {
|
|
291
|
+
return this.http.get(`assets/tmp/i18n/${lang}.json`);
|
|
292
292
|
}
|
|
293
293
|
else {
|
|
294
|
-
if (
|
|
295
|
-
return this.
|
|
296
|
-
}
|
|
297
|
-
else {
|
|
298
|
-
return this.http
|
|
299
|
-
.get(`${this.bis.baseUrl}/i18n/api/v2/language/${lang}?_allow_anonymous`)
|
|
300
|
-
.pipe(catchError(() => this.http.get(`assets/tmp/i18n/${lang}.json`)));
|
|
294
|
+
if (this.getLang(lang)) {
|
|
295
|
+
return of(this.getLang(lang));
|
|
301
296
|
}
|
|
297
|
+
return this.http
|
|
298
|
+
.get(`${this.bis.baseUrl}/i18n/api/v2/language/${lang}?_allow_anonymous`)
|
|
299
|
+
.pipe(catchError(() => this.http.get(`assets/tmp/i18n/${lang}.json`)));
|
|
302
300
|
}
|
|
303
301
|
}
|
|
304
302
|
use(lang, data) {
|
|
305
303
|
if (this._currentLang === lang)
|
|
306
304
|
return;
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
305
|
+
if (!ngDevMode) {
|
|
306
|
+
this.cacheLang(lang, data);
|
|
307
|
+
}
|
|
310
308
|
this._data = this.flatData(data, []);
|
|
311
309
|
const item = YUNZAI_LANGS[lang];
|
|
312
310
|
if (item) {
|
|
@@ -335,18 +333,38 @@ class YunzaiI18NService extends YunzaiI18nBaseService {
|
|
|
335
333
|
return of(langs);
|
|
336
334
|
}
|
|
337
335
|
else {
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
336
|
+
if (this.getCachedLangs().length > 0) {
|
|
337
|
+
return of(this.getCachedLangs());
|
|
338
|
+
}
|
|
339
|
+
return this.http.get(`${this.bis.baseUrl}/i18n/api/v2/language?_allow_anonymous`).pipe(map((response) => {
|
|
340
|
+
this.cacheLangs(response.data);
|
|
341
|
+
return response.data;
|
|
342
|
+
}), catchError(() => of(langs)));
|
|
341
343
|
}
|
|
342
344
|
}
|
|
345
|
+
cacheLang(lang, data) {
|
|
346
|
+
const key = `_yz_lang_${lang}`;
|
|
347
|
+
this.cacheService.set(key, data);
|
|
348
|
+
}
|
|
349
|
+
getLang(lang) {
|
|
350
|
+
const key = `_yz_lang_${lang}`;
|
|
351
|
+
return this.cacheService.get(key, { mode: 'none' });
|
|
352
|
+
}
|
|
353
|
+
cacheLangs(langs) {
|
|
354
|
+
const key = `_yz_langs`;
|
|
355
|
+
this.cacheService.set(key, langs);
|
|
356
|
+
}
|
|
357
|
+
getCachedLangs() {
|
|
358
|
+
const key = `_yz_langs`;
|
|
359
|
+
return this.cacheService.get(key, { mode: 'none' }) || [];
|
|
360
|
+
}
|
|
343
361
|
ngOnDestroy() {
|
|
344
362
|
this.destroy$.complete();
|
|
345
363
|
}
|
|
346
364
|
}
|
|
347
|
-
YunzaiI18NService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
348
|
-
YunzaiI18NService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
365
|
+
YunzaiI18NService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiI18NService, deps: [{ token: i1$2._HttpClient }, { token: i1$2.SettingsService }, { token: i2.NzI18nService }, { token: i1$2.YelonLocaleService }, { token: i3$1.Platform }, { token: i4.YunzaiConfigService }, { token: i1$3.CacheService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
366
|
+
YunzaiI18NService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiI18NService, providedIn: 'root' });
|
|
367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiI18NService, decorators: [{
|
|
350
368
|
type: Injectable,
|
|
351
369
|
args: [{ providedIn: 'root' }]
|
|
352
370
|
}], ctorParameters: function () { return [{ type: i1$2._HttpClient }, { type: i1$2.SettingsService }, { type: i2.NzI18nService }, { type: i1$2.YelonLocaleService }, { type: i3$1.Platform }, { type: i4.YunzaiConfigService }, { type: i1$3.CacheService }]; } });
|
|
@@ -385,8 +403,8 @@ class YunzaiI18NComponent {
|
|
|
385
403
|
this.destroy$.complete();
|
|
386
404
|
}
|
|
387
405
|
}
|
|
388
|
-
YunzaiI18NComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
389
|
-
YunzaiI18NComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
406
|
+
YunzaiI18NComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiI18NComponent, deps: [{ token: i1$2.SettingsService }, { token: YUNZAI_I18N_TOKEN }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
|
|
407
|
+
YunzaiI18NComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: YunzaiI18NComponent, selector: "yunzai-i18n", inputs: { showLangText: "showLangText" }, ngImport: i0, template: `
|
|
390
408
|
<div *ngIf="showLangText" nz-dropdown [nzDropdownMenu]="langMenu" nzPlacement="bottomRight">
|
|
391
409
|
<i nz-icon nzType="global"></i>
|
|
392
410
|
{{ 'lang.nav' | i18n }}
|
|
@@ -408,12 +426,16 @@ YunzaiI18NComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
408
426
|
[nzSelected]="item.code === curLangCode"
|
|
409
427
|
(click)="change(item.code)"
|
|
410
428
|
>
|
|
411
|
-
<
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
429
|
+
<span *ngIf="!item.icon" role="img" [attr.aria-label]="item.text" class="pr-xs">{{ item.abbr }}</span>
|
|
430
|
+
<img
|
|
431
|
+
*ngIf="item.icon"
|
|
432
|
+
style="margin-right:4px"
|
|
433
|
+
width="50px"
|
|
434
|
+
height="30px"
|
|
435
|
+
[src]="'data:image/png;base64,' + item.icon"
|
|
436
|
+
[alt]="item.abbr"
|
|
437
|
+
class="pr-xs"
|
|
438
|
+
/>
|
|
417
439
|
{{ item.text }}
|
|
418
440
|
</li>
|
|
419
441
|
</ul>
|
|
@@ -422,7 +444,7 @@ YunzaiI18NComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
422
444
|
__decorate([
|
|
423
445
|
InputBoolean()
|
|
424
446
|
], YunzaiI18NComponent.prototype, "showLangText", void 0);
|
|
425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiI18NComponent, decorators: [{
|
|
426
448
|
type: Component,
|
|
427
449
|
args: [{
|
|
428
450
|
selector: 'yunzai-i18n',
|
|
@@ -448,12 +470,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.4", ngImpor
|
|
|
448
470
|
[nzSelected]="item.code === curLangCode"
|
|
449
471
|
(click)="change(item.code)"
|
|
450
472
|
>
|
|
451
|
-
<
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
473
|
+
<span *ngIf="!item.icon" role="img" [attr.aria-label]="item.text" class="pr-xs">{{ item.abbr }}</span>
|
|
474
|
+
<img
|
|
475
|
+
*ngIf="item.icon"
|
|
476
|
+
style="margin-right:4px"
|
|
477
|
+
width="50px"
|
|
478
|
+
height="30px"
|
|
479
|
+
[src]="'data:image/png;base64,' + item.icon"
|
|
480
|
+
[alt]="item.abbr"
|
|
481
|
+
class="pr-xs"
|
|
482
|
+
/>
|
|
457
483
|
{{ item.text }}
|
|
458
484
|
</li>
|
|
459
485
|
</ul>
|
|
@@ -538,7 +564,7 @@ class YunzaiNotifyComponent {
|
|
|
538
564
|
pageSize: 10,
|
|
539
565
|
status: '0'
|
|
540
566
|
})
|
|
541
|
-
.pipe(map((response) => {
|
|
567
|
+
.pipe(map$1((response) => {
|
|
542
568
|
const viewMessage = this.data.filter(d => d.key === 'msg')[0];
|
|
543
569
|
viewMessage.list = response.data.list.map((m) => {
|
|
544
570
|
return {
|
|
@@ -572,7 +598,7 @@ class YunzaiNotifyComponent {
|
|
|
572
598
|
pageSize: 10,
|
|
573
599
|
status: '0'
|
|
574
600
|
})
|
|
575
|
-
.pipe(map((response) => {
|
|
601
|
+
.pipe(map$1((response) => {
|
|
576
602
|
const viewTodo = this.data.filter(d => d.key === 'todo')[0];
|
|
577
603
|
viewTodo.list = response.data.list.map((t) => {
|
|
578
604
|
return {
|
|
@@ -608,8 +634,8 @@ class YunzaiNotifyComponent {
|
|
|
608
634
|
this.subs.forEach(a => a.unsubscribe());
|
|
609
635
|
}
|
|
610
636
|
}
|
|
611
|
-
YunzaiNotifyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
612
|
-
YunzaiNotifyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
637
|
+
YunzaiNotifyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiNotifyComponent, deps: [{ token: i0.Injector }, { token: i1$1.NzMessageService }, { token: YUNZAI_I18N_TOKEN }, { token: i2.NzI18nService }, { token: i0.ChangeDetectorRef }, { token: i1$2._HttpClient }], target: i0.ɵɵFactoryTarget.Component });
|
|
638
|
+
YunzaiNotifyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: YunzaiNotifyComponent, selector: "yunzai-notify", ngImport: i0, template: `
|
|
613
639
|
<notice-icon
|
|
614
640
|
[data]="data"
|
|
615
641
|
[count]="count"
|
|
@@ -620,7 +646,7 @@ YunzaiNotifyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
620
646
|
(clear)="clear($event)"
|
|
621
647
|
></notice-icon>
|
|
622
648
|
`, isInline: true, dependencies: [{ kind: "component", type: i4$2.NoticeIconComponent, selector: "notice-icon", inputs: ["data", "count", "loading", "popoverVisible", "btnClass", "btnIconClass", "centered"], outputs: ["select", "clear", "popoverVisibleChange"], exportAs: ["noticeIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiNotifyComponent, decorators: [{
|
|
624
650
|
type: Component,
|
|
625
651
|
args: [{
|
|
626
652
|
selector: 'yunzai-notify',
|
|
@@ -719,8 +745,8 @@ class YunzaiThemBtnComponent {
|
|
|
719
745
|
this.destroy$.complete();
|
|
720
746
|
}
|
|
721
747
|
}
|
|
722
|
-
YunzaiThemBtnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
723
|
-
YunzaiThemBtnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
748
|
+
YunzaiThemBtnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiThemBtnComponent, deps: [{ token: i0.Renderer2 }, { token: i4.YunzaiConfigService }, { token: i3$1.Platform }, { token: DOCUMENT }, { token: i3$2.Directionality, optional: true }, { token: YUNZAI_THEME_BTN_KEYS }], target: i0.ɵɵFactoryTarget.Component });
|
|
749
|
+
YunzaiThemBtnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: YunzaiThemBtnComponent, selector: "yunzai-theme-btn", inputs: { types: "types", devTips: "devTips", deployUrl: "deployUrl" }, ngImport: i0, template: `
|
|
724
750
|
<div
|
|
725
751
|
class="yunzai-default__nav-item"
|
|
726
752
|
nz-dropdown
|
|
@@ -760,7 +786,7 @@ YunzaiThemBtnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
760
786
|
<!-- </div>-->
|
|
761
787
|
</nz-dropdown-menu>
|
|
762
788
|
`, isInline: true, dependencies: [{ kind: "directive", type: i4$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i6.NzMenuDirective, selector: "[nz-menu]", inputs: ["nzInlineIndent", "nzTheme", "nzMode", "nzInlineCollapsed", "nzSelectable"], outputs: ["nzClick"], exportAs: ["nzMenu"] }, { kind: "directive", type: i6.NzMenuItemDirective, selector: "[nz-menu-item]", inputs: ["nzPaddingLeft", "nzDisabled", "nzSelected", "nzDanger", "nzMatchRouterExact", "nzMatchRouter"], exportAs: ["nzMenuItem"] }, { kind: "directive", type: i7.NzDropDownDirective, selector: "[nz-dropdown]", inputs: ["nzDropdownMenu", "nzTrigger", "nzMatchWidthElement", "nzBackdrop", "nzClickHide", "nzDisabled", "nzVisible", "nzOverlayClassName", "nzOverlayStyle", "nzPlacement"], outputs: ["nzVisibleChange"], exportAs: ["nzDropdown"] }, { kind: "component", type: i7.NzDropdownMenuComponent, selector: "nz-dropdown-menu", exportAs: ["nzDropdownMenu"] }, { kind: "directive", type: i8$1.NzTooltipDirective, selector: "[nz-tooltip]", inputs: ["nzTooltipTitle", "nzTooltipTitleContext", "nz-tooltip", "nzTooltipTrigger", "nzTooltipPlacement", "nzTooltipOrigin", "nzTooltipVisible", "nzTooltipMouseEnterDelay", "nzTooltipMouseLeaveDelay", "nzTooltipOverlayClassName", "nzTooltipOverlayStyle", "nzTooltipArrowPointAtCenter", "nzTooltipColor"], outputs: ["nzTooltipVisibleChange"], exportAs: ["nzTooltip"] }, { kind: "directive", type: i8.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "pipe", type: i1$2.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiThemBtnComponent, decorators: [{
|
|
764
790
|
type: Component,
|
|
765
791
|
args: [{
|
|
766
792
|
selector: 'yunzai-theme-btn',
|
|
@@ -859,8 +885,8 @@ class YunzaiUserComponent {
|
|
|
859
885
|
}
|
|
860
886
|
}
|
|
861
887
|
}
|
|
862
|
-
YunzaiUserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
863
|
-
YunzaiUserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
888
|
+
YunzaiUserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiUserComponent, deps: [{ token: i0.Injector }, { token: i1$1.NzMessageService }, { token: YA_SERVICE_TOKEN }, { token: i1$4.YunzaiConfigService }, { token: i1$3.CacheService }], target: i0.ɵɵFactoryTarget.Component });
|
|
889
|
+
YunzaiUserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: YunzaiUserComponent, selector: "yunzai-user", ngImport: i0, template: `
|
|
864
890
|
<div
|
|
865
891
|
class="yunzai-default__nav-item d-flex align-items-center px-sm"
|
|
866
892
|
nz-dropdown
|
|
@@ -886,7 +912,7 @@ YunzaiUserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
886
912
|
</div>
|
|
887
913
|
</nz-dropdown-menu>
|
|
888
914
|
`, isInline: true, dependencies: [{ kind: "directive", type: i4$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i6.NzMenuDirective, selector: "[nz-menu]", inputs: ["nzInlineIndent", "nzTheme", "nzMode", "nzInlineCollapsed", "nzSelectable"], outputs: ["nzClick"], exportAs: ["nzMenu"] }, { kind: "directive", type: i6.NzMenuItemDirective, selector: "[nz-menu-item]", inputs: ["nzPaddingLeft", "nzDisabled", "nzSelected", "nzDanger", "nzMatchRouterExact", "nzMatchRouter"], exportAs: ["nzMenuItem"] }, { kind: "directive", type: i6.NzMenuDividerDirective, selector: "[nz-menu-divider]", exportAs: ["nzMenuDivider"] }, { kind: "directive", type: i7.NzDropDownDirective, selector: "[nz-dropdown]", inputs: ["nzDropdownMenu", "nzTrigger", "nzMatchWidthElement", "nzBackdrop", "nzClickHide", "nzDisabled", "nzVisible", "nzOverlayClassName", "nzOverlayStyle", "nzPlacement"], outputs: ["nzVisibleChange"], exportAs: ["nzDropdown"] }, { kind: "component", type: i7.NzDropdownMenuComponent, selector: "nz-dropdown-menu", exportAs: ["nzDropdownMenu"] }, { kind: "directive", type: i8.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "component", type: i9.NzAvatarComponent, selector: "nz-avatar", inputs: ["nzShape", "nzSize", "nzGap", "nzText", "nzSrc", "nzSrcSet", "nzAlt", "nzIcon"], outputs: ["nzError"], exportAs: ["nzAvatar"] }, { kind: "pipe", type: i1$2.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiUserComponent, decorators: [{
|
|
890
916
|
type: Component,
|
|
891
917
|
args: [{
|
|
892
918
|
selector: 'yunzai-user',
|
|
@@ -1043,8 +1069,8 @@ class LayoutNavApplicationComponent {
|
|
|
1043
1069
|
this.state.destroy$.complete();
|
|
1044
1070
|
}
|
|
1045
1071
|
}
|
|
1046
|
-
LayoutNavApplicationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
1047
|
-
LayoutNavApplicationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
1072
|
+
LayoutNavApplicationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LayoutNavApplicationComponent, deps: [{ token: i1$3.CacheService }, { token: YunzaiI18NService }, { token: i1$2._HttpClient }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
1073
|
+
LayoutNavApplicationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: LayoutNavApplicationComponent, selector: "layout-nav-application", ngImport: i0, template: `
|
|
1048
1074
|
<!-- search start-->
|
|
1049
1075
|
<ng-template #search>
|
|
1050
1076
|
<div nz-row class="yz-application-list-search">
|
|
@@ -1115,7 +1141,7 @@ LayoutNavApplicationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
1115
1141
|
</div>
|
|
1116
1142
|
<!-- header end-->
|
|
1117
1143
|
`, isInline: true, dependencies: [{ kind: "directive", type: i4$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i7$1.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "directive", type: i7$1.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "directive", type: i8.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "directive", type: i9$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStatus", "disabled"], exportAs: ["nzInput"] }, { kind: "component", type: i9$1.NzInputGroupComponent, selector: "nz-input-group", inputs: ["nzAddOnBeforeIcon", "nzAddOnAfterIcon", "nzPrefixIcon", "nzSuffixIcon", "nzAddOnBefore", "nzAddOnAfter", "nzPrefix", "nzStatus", "nzSuffix", "nzSize", "nzSearch", "nzCompact"], exportAs: ["nzInputGroup"] }, { kind: "directive", type: i9$1.NzInputGroupWhitSuffixOrPrefixDirective, selector: "nz-input-group[nzSuffix], nz-input-group[nzPrefix]" }, { kind: "pipe", type: i1$2.I18nPipe, name: "i18n" }] });
|
|
1118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
1144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LayoutNavApplicationComponent, decorators: [{
|
|
1119
1145
|
type: Component,
|
|
1120
1146
|
args: [{
|
|
1121
1147
|
selector: `layout-nav-application`,
|
|
@@ -1235,8 +1261,8 @@ class LayoutNavGroupComponent {
|
|
|
1235
1261
|
this.state.destroy$.complete();
|
|
1236
1262
|
}
|
|
1237
1263
|
}
|
|
1238
|
-
LayoutNavGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
1239
|
-
LayoutNavGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
1264
|
+
LayoutNavGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LayoutNavGroupComponent, deps: [{ token: i0.Injector }, { token: i1$3.CacheService }, { token: i1$2._HttpClient }], target: i0.ɵɵFactoryTarget.Component });
|
|
1265
|
+
LayoutNavGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: LayoutNavGroupComponent, selector: "layout-nav-group", ngImport: i0, template: `
|
|
1240
1266
|
<div class="yz-application-group">
|
|
1241
1267
|
<nz-tabset>
|
|
1242
1268
|
<nz-tab *ngFor="let menu of state.topics" [nzTitle]="groupTitleTpl">
|
|
@@ -1265,7 +1291,7 @@ LayoutNavGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
1265
1291
|
</nz-tabset>
|
|
1266
1292
|
</div>
|
|
1267
1293
|
`, isInline: true, dependencies: [{ kind: "directive", type: i4$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i6.NzMenuDirective, selector: "[nz-menu]", inputs: ["nzInlineIndent", "nzTheme", "nzMode", "nzInlineCollapsed", "nzSelectable"], outputs: ["nzClick"], exportAs: ["nzMenu"] }, { kind: "directive", type: i6.NzMenuItemDirective, selector: "[nz-menu-item]", inputs: ["nzPaddingLeft", "nzDisabled", "nzSelected", "nzDanger", "nzMatchRouterExact", "nzMatchRouter"], exportAs: ["nzMenuItem"] }, { kind: "directive", type: i7.NzDropDownDirective, selector: "[nz-dropdown]", inputs: ["nzDropdownMenu", "nzTrigger", "nzMatchWidthElement", "nzBackdrop", "nzClickHide", "nzDisabled", "nzVisible", "nzOverlayClassName", "nzOverlayStyle", "nzPlacement"], outputs: ["nzVisibleChange"], exportAs: ["nzDropdown"] }, { kind: "directive", type: i7.NzDropDownADirective, selector: "a[nz-dropdown]" }, { kind: "component", type: i7.NzDropdownMenuComponent, selector: "nz-dropdown-menu", exportAs: ["nzDropdownMenu"] }, { kind: "directive", type: i8.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "component", type: i8$2.NzTabSetComponent, selector: "nz-tabset", inputs: ["nzSelectedIndex", "nzTabPosition", "nzTabBarExtraContent", "nzCanDeactivate", "nzAddIcon", "nzTabBarStyle", "nzType", "nzSize", "nzAnimated", "nzTabBarGutter", "nzHideAdd", "nzCentered", "nzHideAll", "nzLinkRouter", "nzLinkExact"], outputs: ["nzSelectChange", "nzSelectedIndexChange", "nzTabListScroll", "nzClose", "nzAdd"], exportAs: ["nzTabset"] }, { kind: "component", type: i8$2.NzTabComponent, selector: "nz-tab", inputs: ["nzTitle", "nzClosable", "nzCloseIcon", "nzDisabled", "nzForceRender"], outputs: ["nzSelect", "nzDeselect", "nzClick", "nzContextmenu"], exportAs: ["nzTab"] }, { kind: "pipe", type: i1$2.I18nPipe, name: "i18n" }] });
|
|
1268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
1294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LayoutNavGroupComponent, decorators: [{
|
|
1269
1295
|
type: Component,
|
|
1270
1296
|
args: [{
|
|
1271
1297
|
selector: `layout-nav-group`,
|
|
@@ -1304,9 +1330,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.4", ngImpor
|
|
|
1304
1330
|
class LayoutNavTileComponent {
|
|
1305
1331
|
constructor() { }
|
|
1306
1332
|
}
|
|
1307
|
-
LayoutNavTileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
1308
|
-
LayoutNavTileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
1309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
1333
|
+
LayoutNavTileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LayoutNavTileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1334
|
+
LayoutNavTileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: LayoutNavTileComponent, selector: "layout-nav-tile", ngImport: i0, template: `<template></template>`, isInline: true });
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LayoutNavTileComponent, decorators: [{
|
|
1310
1336
|
type: Component,
|
|
1311
1337
|
args: [{
|
|
1312
1338
|
selector: `layout-nav-tile`,
|
|
@@ -1378,7 +1404,6 @@ class YunzaiLayoutBasicComponent {
|
|
|
1378
1404
|
this.toIndex();
|
|
1379
1405
|
}
|
|
1380
1406
|
initFavicon() {
|
|
1381
|
-
console.log('init favicon');
|
|
1382
1407
|
const projectInfo = this.cacheService.get('_yz_project_info', { mode: 'none' });
|
|
1383
1408
|
if (projectInfo.faviconUrl) {
|
|
1384
1409
|
hasFavicon(projectInfo.faviconUrl).then((has) => {
|
|
@@ -1441,8 +1466,8 @@ class YunzaiLayoutBasicComponent {
|
|
|
1441
1466
|
this.state.destroy$.complete();
|
|
1442
1467
|
}
|
|
1443
1468
|
}
|
|
1444
|
-
YunzaiLayoutBasicComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
1445
|
-
YunzaiLayoutBasicComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
1469
|
+
YunzaiLayoutBasicComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiLayoutBasicComponent, deps: [{ token: i1$5.LayoutDisplayService }, { token: i1$3.CacheService }, { token: i3$3.StompService }, { token: WINDOW }], target: i0.ɵɵFactoryTarget.Component });
|
|
1470
|
+
YunzaiLayoutBasicComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: YunzaiLayoutBasicComponent, selector: "yz-layout-basic", ngImport: i0, template: `<layout-default
|
|
1446
1471
|
[options]="options"
|
|
1447
1472
|
[asideUser]="asideUserTpl"
|
|
1448
1473
|
[content]="displayReusetab ? contentTpl : noneTpl"
|
|
@@ -1526,7 +1551,7 @@ YunzaiLayoutBasicComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
1526
1551
|
<ng-template #noneTpl>
|
|
1527
1552
|
<router-outlet></router-outlet>
|
|
1528
1553
|
</ng-template> `, isInline: true, dependencies: [{ kind: "directive", type: i4$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i4$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i4$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i4$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i5$1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: i5$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: i6$1.ReuseTabComponent, selector: "reuse-tab, [reuse-tab]", inputs: ["mode", "i18n", "debug", "max", "tabMaxWidth", "excludes", "allowClose", "keepingScroll", "storageState", "keepingScrollContainer", "customContextMenu", "tabBarExtraContent", "tabBarGutter", "tabBarStyle", "tabType", "routeParamMatchMode", "disabled", "titleRender", "canClose"], outputs: ["change", "close"], exportAs: ["reuseTab"] }, { kind: "component", type: i1$5.LayoutDefaultComponent, selector: "layout-default", inputs: ["options", "asideUser", "asideBottom", "nav", "content", "customError"], exportAs: ["layoutDefault"] }, { kind: "component", type: i1$5.LayoutDefaultHeaderItemComponent, selector: "layout-default-header-item", inputs: ["hidden", "direction"] }, { kind: "directive", type: i1$5.LayoutDefaultHeaderItemTriggerDirective, selector: "[layout-default-header-item-trigger]" }, { kind: "directive", type: i3.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i6.NzMenuDirective, selector: "[nz-menu]", inputs: ["nzInlineIndent", "nzTheme", "nzMode", "nzInlineCollapsed", "nzSelectable"], outputs: ["nzClick"], exportAs: ["nzMenu"] }, { kind: "directive", type: i6.NzMenuItemDirective, selector: "[nz-menu-item]", inputs: ["nzPaddingLeft", "nzDisabled", "nzSelected", "nzDanger", "nzMatchRouterExact", "nzMatchRouter"], exportAs: ["nzMenuItem"] }, { kind: "directive", type: i7.NzDropDownDirective, selector: "[nz-dropdown]", inputs: ["nzDropdownMenu", "nzTrigger", "nzMatchWidthElement", "nzBackdrop", "nzClickHide", "nzDisabled", "nzVisible", "nzOverlayClassName", "nzOverlayStyle", "nzPlacement"], outputs: ["nzVisibleChange"], exportAs: ["nzDropdown"] }, { kind: "component", type: i7.NzDropdownMenuComponent, selector: "nz-dropdown-menu", exportAs: ["nzDropdownMenu"] }, { kind: "directive", type: i8.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "component", type: i9.NzAvatarComponent, selector: "nz-avatar", inputs: ["nzShape", "nzSize", "nzGap", "nzText", "nzSrc", "nzSrcSet", "nzAlt", "nzIcon"], outputs: ["nzError"], exportAs: ["nzAvatar"] }, { kind: "component", type: YunzaiClearStorageComponent, selector: "yunzai-clearstorage" }, { kind: "component", type: YunzaiFullScreenComponent, selector: "yunzai-fullscreen" }, { kind: "component", type: YunzaiI18NComponent, selector: "yunzai-i18n", inputs: ["showLangText"] }, { kind: "component", type: YunzaiNotifyComponent, selector: "yunzai-notify" }, { kind: "component", type: YunzaiThemBtnComponent, selector: "yunzai-theme-btn", inputs: ["types", "devTips", "deployUrl"] }, { kind: "component", type: YunzaiUserComponent, selector: "yunzai-user" }, { kind: "component", type: LayoutNavApplicationComponent, selector: "layout-nav-application" }, { kind: "component", type: LayoutNavGroupComponent, selector: "layout-nav-group" }, { kind: "component", type: LayoutNavTileComponent, selector: "layout-nav-tile" }, { kind: "pipe", type: i1$2.I18nPipe, name: "i18n" }] });
|
|
1529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
1554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiLayoutBasicComponent, decorators: [{
|
|
1530
1555
|
type: Component,
|
|
1531
1556
|
args: [{
|
|
1532
1557
|
selector: `yz-layout-basic`,
|
|
@@ -1711,9 +1736,9 @@ class ActGuard {
|
|
|
1711
1736
|
});
|
|
1712
1737
|
}
|
|
1713
1738
|
}
|
|
1714
|
-
ActGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
1715
|
-
ActGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
1716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
1739
|
+
ActGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ActGuard, deps: [{ token: i1$4.YunzaiConfigService }, { token: i1$3.CacheService }, { token: i1$4.PathToRegexpService }, { token: i5$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1740
|
+
ActGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ActGuard, providedIn: 'root' });
|
|
1741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ActGuard, decorators: [{
|
|
1717
1742
|
type: Injectable,
|
|
1718
1743
|
args: [{
|
|
1719
1744
|
providedIn: 'root'
|
|
@@ -1753,7 +1778,7 @@ class YunzaiAuthService {
|
|
|
1753
1778
|
}
|
|
1754
1779
|
fetchTokenByUP() {
|
|
1755
1780
|
log$1('yz.auth.service: ', 'fetchTokenByUP');
|
|
1756
|
-
return this.httpClient.post(`/auth/oauth/token?_allow_anonymous=true`, this.config.loginForm).pipe(map((response) => {
|
|
1781
|
+
return this.httpClient.post(`/auth/oauth/token?_allow_anonymous=true`, this.config.loginForm).pipe(map$1((response) => {
|
|
1757
1782
|
const { access_token, expires_in, refresh_token, scope, token_type } = response;
|
|
1758
1783
|
return {
|
|
1759
1784
|
token: access_token,
|
|
@@ -1769,7 +1794,7 @@ class YunzaiAuthService {
|
|
|
1769
1794
|
const uri = encodeURIComponent(this.injector.get(WINDOW).location.href);
|
|
1770
1795
|
return this.httpClient
|
|
1771
1796
|
.get(`/cas-proxy/app/validate_full?callback=${uri}&_allow_anonymous=true×tamp=${new Date().getTime()}`)
|
|
1772
|
-
.pipe(map((response) => {
|
|
1797
|
+
.pipe(map$1((response) => {
|
|
1773
1798
|
switch (response.errcode) {
|
|
1774
1799
|
case 2000:
|
|
1775
1800
|
const { access_token, expires_in, refresh_token, scope, token_type } = response.data;
|
|
@@ -1823,7 +1848,7 @@ class YunzaiAuthService {
|
|
|
1823
1848
|
// user cache
|
|
1824
1849
|
if (!u) {
|
|
1825
1850
|
log$1('yz.auth.service: ', 'fetch user cache');
|
|
1826
|
-
list.push(this.httpClient.get(`/auth/user`).pipe(map((user) => {
|
|
1851
|
+
list.push(this.httpClient.get(`/auth/user`).pipe(map$1((user) => {
|
|
1827
1852
|
this.cacheService.set('_yz_user', user.principal);
|
|
1828
1853
|
})));
|
|
1829
1854
|
}
|
|
@@ -1834,7 +1859,7 @@ class YunzaiAuthService {
|
|
|
1834
1859
|
// header cache
|
|
1835
1860
|
if (!h) {
|
|
1836
1861
|
log$1('yz.auth.service: ', 'fetch header cache');
|
|
1837
|
-
list.push(this.httpClient.get(`/auth/allheader/v2`).pipe(map((header) => {
|
|
1862
|
+
list.push(this.httpClient.get(`/auth/allheader/v2`).pipe(map$1((header) => {
|
|
1838
1863
|
this.cacheService.set('_yz_header', header.data);
|
|
1839
1864
|
})));
|
|
1840
1865
|
}
|
|
@@ -1845,7 +1870,7 @@ class YunzaiAuthService {
|
|
|
1845
1870
|
// project cache
|
|
1846
1871
|
if (!p) {
|
|
1847
1872
|
log$1('yz.auth.service: ', 'fetch project cache');
|
|
1848
|
-
list.push(this.httpClient.get(`/app-manager/project/info`).pipe(map((info) => {
|
|
1873
|
+
list.push(this.httpClient.get(`/app-manager/project/info`).pipe(map$1((info) => {
|
|
1849
1874
|
this.cacheService.set('_yz_project_info', info.data);
|
|
1850
1875
|
})));
|
|
1851
1876
|
}
|
|
@@ -1857,9 +1882,9 @@ class YunzaiAuthService {
|
|
|
1857
1882
|
}));
|
|
1858
1883
|
}
|
|
1859
1884
|
}
|
|
1860
|
-
YunzaiAuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
1861
|
-
YunzaiAuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
1862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
1885
|
+
YunzaiAuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiAuthService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1886
|
+
YunzaiAuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiAuthService, providedIn: 'root' });
|
|
1887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiAuthService, decorators: [{
|
|
1863
1888
|
type: Injectable,
|
|
1864
1889
|
args: [{ providedIn: 'root' }]
|
|
1865
1890
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
@@ -2054,9 +2079,9 @@ class YunzaiDefaultInterceptor {
|
|
|
2054
2079
|
}), catchError((err) => this.handleData(err, newReq, next)));
|
|
2055
2080
|
}
|
|
2056
2081
|
}
|
|
2057
|
-
YunzaiDefaultInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
2058
|
-
YunzaiDefaultInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
2059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
2082
|
+
YunzaiDefaultInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiDefaultInterceptor, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2083
|
+
YunzaiDefaultInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiDefaultInterceptor });
|
|
2084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiDefaultInterceptor, decorators: [{
|
|
2060
2085
|
type: Injectable
|
|
2061
2086
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
2062
2087
|
|
|
@@ -2072,8 +2097,8 @@ const LAYOUT_NAV_COMPONENTS = [LayoutNavApplicationComponent, LayoutNavGroupComp
|
|
|
2072
2097
|
const COMPONENTS = [YunzaiLayoutBasicComponent];
|
|
2073
2098
|
class YunzaiLayoutModule {
|
|
2074
2099
|
}
|
|
2075
|
-
YunzaiLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
2076
|
-
YunzaiLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
2100
|
+
YunzaiLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2101
|
+
YunzaiLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: YunzaiLayoutModule, declarations: [YunzaiLayoutBasicComponent, YunzaiClearStorageComponent,
|
|
2077
2102
|
YunzaiFullScreenComponent,
|
|
2078
2103
|
YunzaiI18NComponent,
|
|
2079
2104
|
YunzaiNotifyComponent,
|
|
@@ -2090,7 +2115,7 @@ YunzaiLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
2090
2115
|
YunzaiNotifyComponent,
|
|
2091
2116
|
YunzaiThemBtnComponent,
|
|
2092
2117
|
YunzaiUserComponent, LayoutNavApplicationComponent, LayoutNavGroupComponent, LayoutNavTileComponent] });
|
|
2093
|
-
YunzaiLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
2118
|
+
YunzaiLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiLayoutModule, providers: [
|
|
2094
2119
|
{
|
|
2095
2120
|
provide: YUNZAI_THEME_BTN_KEYS,
|
|
2096
2121
|
useValue: 'site-theme'
|
|
@@ -2102,7 +2127,7 @@ YunzaiLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
2102
2127
|
ReactiveFormsModule,
|
|
2103
2128
|
YunzaiSharedYelonModule,
|
|
2104
2129
|
YunzaiSharedZorroModule] });
|
|
2105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
2130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiLayoutModule, decorators: [{
|
|
2106
2131
|
type: NgModule,
|
|
2107
2132
|
args: [{
|
|
2108
2133
|
imports: [
|
|
@@ -2937,9 +2962,7 @@ class YunzaiStartupService {
|
|
|
2937
2962
|
}
|
|
2938
2963
|
load() {
|
|
2939
2964
|
log$1('startup.service: ', 'load');
|
|
2940
|
-
let defaultLang = this.
|
|
2941
|
-
if (!defaultLang)
|
|
2942
|
-
defaultLang = this.i18n.defaultLang;
|
|
2965
|
+
let defaultLang = this.settingService.layout.lang || this.i18n.defaultLang;
|
|
2943
2966
|
return this.i18n.loadLangData(defaultLang).pipe(mergeMap(langData => {
|
|
2944
2967
|
log$1('startup.service: ', 'set i18n, defaultLang->', defaultLang, ' langData->', langData);
|
|
2945
2968
|
this.i18n.use(defaultLang, langData);
|
|
@@ -3009,9 +3032,9 @@ class YunzaiStartupService {
|
|
|
3009
3032
|
}
|
|
3010
3033
|
}
|
|
3011
3034
|
}
|
|
3012
|
-
YunzaiStartupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
3013
|
-
YunzaiStartupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
3014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
3035
|
+
YunzaiStartupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiStartupService, deps: [{ token: i8.NzIconService }, { token: i1$2.MenuService }, { token: YUNZAI_I18N_TOKEN }, { token: WINDOW }, { token: i1$2.SettingsService }, { token: i3$4.ACLService }, { token: i1$2.TitleService }, { token: YunzaiAuthService }, { token: i1$3.CacheService }, { token: i1$4.YunzaiConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3036
|
+
YunzaiStartupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiStartupService });
|
|
3037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: YunzaiStartupService, decorators: [{
|
|
3015
3038
|
type: Injectable
|
|
3016
3039
|
}], ctorParameters: function () { return [{ type: i8.NzIconService }, { type: i1$2.MenuService }, { type: YunzaiI18NService, decorators: [{
|
|
3017
3040
|
type: Inject,
|