@delon/theme 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.
Files changed (52) hide show
  1. package/README.md +1 -1
  2. package/compact.css +9 -18
  3. package/compact.min.css +1 -1
  4. package/dark.css +9 -18
  5. package/dark.min.css +1 -1
  6. package/default.css +9 -18
  7. package/default.min.css +1 -1
  8. package/esm2020/layout-default/layout-header-item-trigger.directive.mjs +3 -3
  9. package/esm2020/layout-default/layout-header-item.component.mjs +3 -3
  10. package/esm2020/layout-default/layout-header.component.mjs +3 -3
  11. package/esm2020/layout-default/layout-nav.component.mjs +3 -3
  12. package/esm2020/layout-default/layout.component.mjs +3 -3
  13. package/esm2020/layout-default/layout.module.mjs +4 -4
  14. package/esm2020/setting-drawer/setting-drawer-item.component.mjs +3 -3
  15. package/esm2020/setting-drawer/setting-drawer.component.mjs +3 -3
  16. package/esm2020/setting-drawer/setting-drawer.module.mjs +4 -4
  17. package/esm2020/src/locale/locale.module.mjs +4 -4
  18. package/esm2020/src/locale/locale.service.mjs +3 -3
  19. package/esm2020/src/pipes/date/date.pipe.mjs +3 -3
  20. package/esm2020/src/pipes/keys/keys.pipe.mjs +3 -3
  21. package/esm2020/src/pipes/safe/html.pipe.mjs +3 -3
  22. package/esm2020/src/pipes/safe/url.pipe.mjs +3 -3
  23. package/esm2020/src/pipes/yn/yn.pipe.mjs +3 -3
  24. package/esm2020/src/services/drawer/drawer.helper.mjs +3 -3
  25. package/esm2020/src/services/http/http.client.mjs +3 -3
  26. package/esm2020/src/services/http/http.decorator.mjs +3 -3
  27. package/esm2020/src/services/i18n/i18n.mjs +6 -6
  28. package/esm2020/src/services/i18n/i18n.pipe.mjs +3 -3
  29. package/esm2020/src/services/menu/menu.service.mjs +4 -7
  30. package/esm2020/src/services/modal/modal.helper.mjs +3 -3
  31. package/esm2020/src/services/responsive/responsive.mjs +3 -3
  32. package/esm2020/src/services/rtl/rtl.service.mjs +3 -3
  33. package/esm2020/src/services/settings/settings.service.mjs +13 -4
  34. package/esm2020/src/services/title/title.service.mjs +3 -3
  35. package/esm2020/src/theme.module.mjs +4 -4
  36. package/esm2020/src/version.mjs +1 -1
  37. package/esm2020/theme-btn/theme-btn.component.mjs +3 -3
  38. package/esm2020/theme-btn/theme-btn.module.mjs +4 -4
  39. package/fesm2015/layout-default.mjs +19 -19
  40. package/fesm2015/setting-drawer.mjs +10 -10
  41. package/fesm2015/theme-btn.mjs +7 -7
  42. package/fesm2015/theme.mjs +72 -66
  43. package/fesm2015/theme.mjs.map +1 -1
  44. package/fesm2020/layout-default.mjs +19 -19
  45. package/fesm2020/setting-drawer.mjs +10 -10
  46. package/fesm2020/theme-btn.mjs +7 -7
  47. package/fesm2020/theme.mjs +72 -66
  48. package/fesm2020/theme.mjs.map +1 -1
  49. package/layout-default/style/_aside.less +0 -7
  50. package/package.json +4 -4
  51. package/src/services/menu/menu.service.d.ts +2 -0
  52. package/src/services/settings/settings.service.d.ts +6 -0
@@ -115,9 +115,9 @@ class AlainI18nBaseService {
115
115
  return content;
116
116
  }
117
117
  }
118
- AlainI18nBaseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainI18nBaseService, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
119
- AlainI18nBaseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainI18nBaseService });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainI18nBaseService, decorators: [{
118
+ AlainI18nBaseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainI18nBaseService, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
119
+ AlainI18nBaseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainI18nBaseService });
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainI18nBaseService, decorators: [{
121
121
  type: Injectable
122
122
  }], ctorParameters: function () { return [{ type: i1.AlainConfigService }]; } });
123
123
  class AlainI18NServiceFake extends AlainI18nBaseService {
@@ -130,9 +130,9 @@ class AlainI18NServiceFake extends AlainI18nBaseService {
130
130
  return [];
131
131
  }
132
132
  }
133
- AlainI18NServiceFake.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainI18NServiceFake, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
134
- AlainI18NServiceFake.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainI18NServiceFake, providedIn: 'root' });
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainI18NServiceFake, decorators: [{
133
+ AlainI18NServiceFake.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainI18NServiceFake, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
134
+ AlainI18NServiceFake.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainI18NServiceFake, providedIn: 'root' });
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainI18NServiceFake, decorators: [{
136
136
  type: Injectable,
137
137
  args: [{ providedIn: 'root' }]
138
138
  }] });
@@ -214,9 +214,6 @@ class MenuService {
214
214
  // acl
215
215
  item._aclResult = item.acl && this.aclService ? this.aclService.can(item.acl) : true;
216
216
  }
217
- /**
218
- * 重置菜单,可能I18N、用户权限变动时需要调用刷新
219
- */
220
217
  resume(callback) {
221
218
  let i = 1;
222
219
  const shortcuts = [];
@@ -372,9 +369,9 @@ class MenuService {
372
369
  this.i18n$.unsubscribe();
373
370
  }
374
371
  }
375
- MenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MenuService, deps: [{ token: ALAIN_I18N_TOKEN, optional: true }, { token: i1$1.ACLService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
376
- MenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MenuService, providedIn: 'root' });
377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MenuService, decorators: [{
372
+ MenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: MenuService, deps: [{ token: ALAIN_I18N_TOKEN, optional: true }, { token: i1$1.ACLService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
373
+ MenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: MenuService, providedIn: 'root' });
374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: MenuService, decorators: [{
378
375
  type: Injectable,
379
376
  args: [{ providedIn: 'root' }]
380
377
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -452,20 +449,29 @@ class SettingsService {
452
449
  this.notify$.next({ type: 'layout', name, value });
453
450
  return true;
454
451
  }
452
+ getLayout() {
453
+ return this._layout;
454
+ }
455
455
  setApp(value) {
456
456
  this._app = value;
457
457
  this.setData(this.KEYS.app, value);
458
458
  this.notify$.next({ type: 'app', value });
459
459
  }
460
+ getApp() {
461
+ return this._app;
462
+ }
460
463
  setUser(value) {
461
464
  this._user = value;
462
465
  this.setData(this.KEYS.user, value);
463
466
  this.notify$.next({ type: 'user', value });
464
467
  }
468
+ getUser() {
469
+ return this._user;
470
+ }
465
471
  }
466
- SettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: SettingsService, deps: [{ token: i1$2.Platform }, { token: ALAIN_SETTING_KEYS }], target: i0.ɵɵFactoryTarget.Injectable });
467
- SettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: SettingsService, providedIn: 'root' });
468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: SettingsService, decorators: [{
472
+ SettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: SettingsService, deps: [{ token: i1$2.Platform }, { token: ALAIN_SETTING_KEYS }], target: i0.ɵɵFactoryTarget.Injectable });
473
+ SettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: SettingsService, providedIn: 'root' });
474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: SettingsService, decorators: [{
469
475
  type: Injectable,
470
476
  args: [{ providedIn: 'root' }]
471
477
  }], ctorParameters: function () { return [{ type: i1$2.Platform }, { type: undefined, decorators: [{
@@ -509,9 +515,9 @@ class ResponsiveService {
509
515
  return clsMap;
510
516
  }
511
517
  }
512
- ResponsiveService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ResponsiveService, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
513
- ResponsiveService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ResponsiveService, providedIn: 'root' });
514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ResponsiveService, decorators: [{
518
+ ResponsiveService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: ResponsiveService, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
519
+ ResponsiveService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: ResponsiveService, providedIn: 'root' });
520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: ResponsiveService, decorators: [{
515
521
  type: Injectable,
516
522
  args: [{ providedIn: 'root' }]
517
523
  }], ctorParameters: function () { return [{ type: i1.AlainConfigService }]; } });
@@ -598,9 +604,9 @@ class RTLService {
598
604
  });
599
605
  }
600
606
  }
601
- RTLService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RTLService, deps: [{ token: i1$3.Directionality }, { token: SettingsService }, { token: i3.NzConfigService }, { token: i1.AlainConfigService }, { token: i1$2.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
602
- RTLService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RTLService, providedIn: 'root' });
603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RTLService, decorators: [{
607
+ RTLService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: RTLService, deps: [{ token: i1$3.Directionality }, { token: SettingsService }, { token: i3.NzConfigService }, { token: i1.AlainConfigService }, { token: i1$2.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
608
+ RTLService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: RTLService, providedIn: 'root' });
609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: RTLService, decorators: [{
604
610
  type: Injectable,
605
611
  args: [{ providedIn: 'root' }]
606
612
  }], ctorParameters: function () { return [{ type: i1$3.Directionality }, { type: SettingsService }, { type: i3.NzConfigService }, { type: i1.AlainConfigService }, { type: i1$2.Platform }, { type: undefined, decorators: [{
@@ -709,9 +715,9 @@ class TitleService {
709
715
  this.i18n$.unsubscribe();
710
716
  }
711
717
  }
712
- TitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitleService, deps: [{ token: i0.Injector }, { token: i1$4.Title }, { token: MenuService }, { token: ALAIN_I18N_TOKEN, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
713
- TitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitleService, providedIn: 'root' });
714
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: TitleService, decorators: [{
718
+ TitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: TitleService, deps: [{ token: i0.Injector }, { token: i1$4.Title }, { token: MenuService }, { token: ALAIN_I18N_TOKEN, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
719
+ TitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: TitleService, providedIn: 'root' });
720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: TitleService, decorators: [{
715
721
  type: Injectable,
716
722
  args: [{ providedIn: 'root' }]
717
723
  }], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1$4.Title }, { type: MenuService }, { type: undefined, decorators: [{
@@ -732,9 +738,9 @@ class I18nPipe {
732
738
  return this.i18n.fanyi(key, params);
733
739
  }
734
740
  }
735
- I18nPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: I18nPipe, deps: [{ token: ALAIN_I18N_TOKEN }], target: i0.ɵɵFactoryTarget.Pipe });
736
- I18nPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: I18nPipe, name: "i18n" });
737
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: I18nPipe, decorators: [{
741
+ I18nPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: I18nPipe, deps: [{ token: ALAIN_I18N_TOKEN }], target: i0.ɵɵFactoryTarget.Pipe });
742
+ I18nPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: I18nPipe, name: "i18n" });
743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: I18nPipe, decorators: [{
738
744
  type: Pipe,
739
745
  args: [{ name: 'i18n' }]
740
746
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -850,9 +856,9 @@ class DelonLocaleService {
850
856
  return (this._locale[path] || {});
851
857
  }
852
858
  }
853
- DelonLocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DelonLocaleService, deps: [{ token: DELON_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable });
854
- DelonLocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DelonLocaleService });
855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DelonLocaleService, decorators: [{
859
+ DelonLocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DelonLocaleService, deps: [{ token: DELON_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable });
860
+ DelonLocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DelonLocaleService });
861
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DelonLocaleService, decorators: [{
856
862
  type: Injectable
857
863
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
858
864
  type: Inject,
@@ -869,10 +875,10 @@ const DELON_LOCALE_SERVICE_PROVIDER = {
869
875
 
870
876
  class DelonLocaleModule {
871
877
  }
872
- DelonLocaleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DelonLocaleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
873
- DelonLocaleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DelonLocaleModule });
874
- DelonLocaleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DelonLocaleModule, providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER] });
875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DelonLocaleModule, decorators: [{
878
+ DelonLocaleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DelonLocaleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
879
+ DelonLocaleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DelonLocaleModule });
880
+ DelonLocaleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DelonLocaleModule, providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER] });
881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DelonLocaleModule, decorators: [{
876
882
  type: NgModule,
877
883
  args: [{
878
884
  providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER]
@@ -1932,9 +1938,9 @@ class ModalHelper {
1932
1938
  return this.create(comp, params, { ...options, modalOptions });
1933
1939
  }
1934
1940
  }
1935
- ModalHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ModalHelper, deps: [{ token: i1$5.NzModalService }], target: i0.ɵɵFactoryTarget.Injectable });
1936
- ModalHelper.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ModalHelper, providedIn: 'root' });
1937
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ModalHelper, decorators: [{
1941
+ ModalHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: ModalHelper, deps: [{ token: i1$5.NzModalService }], target: i0.ɵɵFactoryTarget.Injectable });
1942
+ ModalHelper.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: ModalHelper, providedIn: 'root' });
1943
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: ModalHelper, decorators: [{
1938
1944
  type: Injectable,
1939
1945
  args: [{ providedIn: 'root' }]
1940
1946
  }], ctorParameters: function () { return [{ type: i1$5.NzModalService }]; } });
@@ -2018,9 +2024,9 @@ class DrawerHelper {
2018
2024
  return this.create(title, comp, params, { ...options, drawerOptions });
2019
2025
  }
2020
2026
  }
2021
- DrawerHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DrawerHelper, deps: [{ token: i1$6.NzDrawerService }], target: i0.ɵɵFactoryTarget.Injectable });
2022
- DrawerHelper.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DrawerHelper, providedIn: 'root' });
2023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DrawerHelper, decorators: [{
2027
+ DrawerHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DrawerHelper, deps: [{ token: i1$6.NzDrawerService }], target: i0.ɵɵFactoryTarget.Injectable });
2028
+ DrawerHelper.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DrawerHelper, providedIn: 'root' });
2029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DrawerHelper, decorators: [{
2024
2030
  type: Injectable,
2025
2031
  args: [{ providedIn: 'root' }]
2026
2032
  }], ctorParameters: function () { return [{ type: i1$6.NzDrawerService }]; } });
@@ -2165,9 +2171,9 @@ class _HttpClient {
2165
2171
  delay(0), tap(() => this.push()), switchMap(() => this.http.request(method, url, options)), finalize(() => this.pop()));
2166
2172
  }
2167
2173
  }
2168
- _HttpClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: _HttpClient, deps: [{ token: i1$7.HttpClient }, { token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
2169
- _HttpClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: _HttpClient, providedIn: 'root' });
2170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: _HttpClient, decorators: [{
2174
+ _HttpClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: _HttpClient, deps: [{ token: i1$7.HttpClient }, { token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
2175
+ _HttpClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: _HttpClient, providedIn: 'root' });
2176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: _HttpClient, decorators: [{
2171
2177
  type: Injectable,
2172
2178
  args: [{ providedIn: 'root' }]
2173
2179
  }], ctorParameters: function () { return [{ type: i1$7.HttpClient }, { type: i1.AlainConfigService }]; } });
@@ -2184,9 +2190,9 @@ class BaseApi {
2184
2190
  this.injector = injector;
2185
2191
  }
2186
2192
  }
2187
- BaseApi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: BaseApi, deps: [{ token: Injector }], target: i0.ɵɵFactoryTarget.Injectable });
2188
- BaseApi.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: BaseApi });
2189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: BaseApi, decorators: [{
2193
+ BaseApi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: BaseApi, deps: [{ token: Injector }], target: i0.ɵɵFactoryTarget.Injectable });
2194
+ BaseApi.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: BaseApi });
2195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: BaseApi, decorators: [{
2190
2196
  type: Injectable
2191
2197
  }], ctorParameters: function () { return [{ type: i0.Injector, decorators: [{
2192
2198
  type: Inject,
@@ -2394,9 +2400,9 @@ class DatePipe {
2394
2400
  return formatString === 'fn' ? formatDistanceToNow(value, langOpt) : format(value, formatString, langOpt);
2395
2401
  }
2396
2402
  }
2397
- DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DatePipe, deps: [{ token: i1$8.NzI18nService }], target: i0.ɵɵFactoryTarget.Pipe });
2398
- DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DatePipe, name: "_date" });
2399
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DatePipe, decorators: [{
2403
+ DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DatePipe, deps: [{ token: i1$8.NzI18nService }], target: i0.ɵɵFactoryTarget.Pipe });
2404
+ DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DatePipe, name: "_date" });
2405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DatePipe, decorators: [{
2400
2406
  type: Pipe,
2401
2407
  args: [{ name: '_date' }]
2402
2408
  }], ctorParameters: function () { return [{ type: i1$8.NzI18nService }]; } });
@@ -2413,9 +2419,9 @@ class KeysPipe {
2413
2419
  return ret;
2414
2420
  }
2415
2421
  }
2416
- KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2417
- KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: KeysPipe, name: "keys" });
2418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: KeysPipe, decorators: [{
2422
+ KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2423
+ KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: KeysPipe, name: "keys" });
2424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: KeysPipe, decorators: [{
2419
2425
  type: Pipe,
2420
2426
  args: [{ name: 'keys' }]
2421
2427
  }] });
@@ -2448,9 +2454,9 @@ class YNPipe {
2448
2454
  return isSafeHtml ? this.dom.bypassSecurityTrustHtml(html) : html;
2449
2455
  }
2450
2456
  }
2451
- YNPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: YNPipe, deps: [{ token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
2452
- YNPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: YNPipe, name: "yn" });
2453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: YNPipe, decorators: [{
2457
+ YNPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: YNPipe, deps: [{ token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
2458
+ YNPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: YNPipe, name: "yn" });
2459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: YNPipe, decorators: [{
2454
2460
  type: Pipe,
2455
2461
  args: [{ name: 'yn' }]
2456
2462
  }], ctorParameters: function () { return [{ type: i1$4.DomSanitizer }]; } });
@@ -2463,9 +2469,9 @@ class HTMLPipe {
2463
2469
  return html ? this.dom.bypassSecurityTrustHtml(html) : '';
2464
2470
  }
2465
2471
  }
2466
- HTMLPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HTMLPipe, deps: [{ token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
2467
- HTMLPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HTMLPipe, name: "html" });
2468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HTMLPipe, decorators: [{
2472
+ HTMLPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: HTMLPipe, deps: [{ token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
2473
+ HTMLPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: HTMLPipe, name: "html" });
2474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: HTMLPipe, decorators: [{
2469
2475
  type: Pipe,
2470
2476
  args: [{ name: 'html' }]
2471
2477
  }], ctorParameters: function () { return [{ type: i1$4.DomSanitizer }]; } });
@@ -2478,9 +2484,9 @@ class URLPipe {
2478
2484
  return url ? this.dom.bypassSecurityTrustUrl(url) : '';
2479
2485
  }
2480
2486
  }
2481
- URLPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: URLPipe, deps: [{ token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
2482
- URLPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: URLPipe, name: "url" });
2483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: URLPipe, decorators: [{
2487
+ URLPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: URLPipe, deps: [{ token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
2488
+ URLPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: URLPipe, name: "url" });
2489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: URLPipe, decorators: [{
2484
2490
  type: Pipe,
2485
2491
  args: [{ name: 'url' }]
2486
2492
  }], ctorParameters: function () { return [{ type: i1$4.DomSanitizer }]; } });
@@ -2508,9 +2514,9 @@ class AlainThemeModule {
2508
2514
  };
2509
2515
  }
2510
2516
  }
2511
- AlainThemeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainThemeModule, deps: [{ token: i1$9.NzIconService }], target: i0.ɵɵFactoryTarget.NgModule });
2512
- AlainThemeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainThemeModule, declarations: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe], imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule], exports: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe, DelonLocaleModule] });
2513
- AlainThemeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainThemeModule, providers: [
2517
+ AlainThemeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainThemeModule, deps: [{ token: i1$9.NzIconService }], target: i0.ɵɵFactoryTarget.NgModule });
2518
+ AlainThemeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainThemeModule, declarations: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe], imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule], exports: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe, DelonLocaleModule] });
2519
+ AlainThemeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainThemeModule, providers: [
2514
2520
  {
2515
2521
  provide: ALAIN_SETTING_KEYS,
2516
2522
  useValue: {
@@ -2520,7 +2526,7 @@ AlainThemeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
2520
2526
  }
2521
2527
  }
2522
2528
  ], imports: [[CommonModule, RouterModule, OverlayModule, NzI18nModule], DelonLocaleModule] });
2523
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AlainThemeModule, decorators: [{
2529
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: AlainThemeModule, decorators: [{
2524
2530
  type: NgModule,
2525
2531
  args: [{
2526
2532
  imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule],
@@ -2559,7 +2565,7 @@ class PreloadOptionalModules {
2559
2565
  }
2560
2566
  }
2561
2567
 
2562
- const VERSION = new Version('13.0.0');
2568
+ const VERSION = new Version('13.2.1');
2563
2569
 
2564
2570
  /**
2565
2571
  * Generated bundle index. Do not edit.