@delon/theme 17.3.1 → 18.0.0-beta.0

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 (79) hide show
  1. package/esm2022/layout-default/layout-header-item-trigger.directive.mjs +3 -3
  2. package/esm2022/layout-default/layout-header-item.component.mjs +3 -3
  3. package/esm2022/layout-default/layout-header.component.mjs +3 -3
  4. package/esm2022/layout-default/layout-nav.component.mjs +7 -7
  5. package/esm2022/layout-default/layout-top-menu-item.mjs +3 -3
  6. package/esm2022/layout-default/layout.component.mjs +3 -3
  7. package/esm2022/layout-default/layout.module.mjs +4 -4
  8. package/esm2022/layout-default/layout.service.mjs +3 -3
  9. package/esm2022/setting-drawer/setting-drawer-item.component.mjs +3 -3
  10. package/esm2022/setting-drawer/setting-drawer.component.mjs +7 -7
  11. package/esm2022/setting-drawer/setting-drawer.module.mjs +4 -4
  12. package/esm2022/src/locale/languages/ar-SA.mjs +83 -0
  13. package/esm2022/src/locale/locale.module.mjs +4 -4
  14. package/esm2022/src/locale/locale.service.mjs +3 -3
  15. package/esm2022/src/locale/public_api.mjs +2 -1
  16. package/esm2022/src/pipes/date/date.pipe.mjs +3 -3
  17. package/esm2022/src/pipes/keys/keys.pipe.mjs +3 -3
  18. package/esm2022/src/pipes/safe/html.pipe.mjs +3 -3
  19. package/esm2022/src/pipes/safe/url.pipe.mjs +3 -3
  20. package/esm2022/src/pipes/yn/yn.pipe.mjs +3 -3
  21. package/esm2022/src/services/drawer/drawer.helper.mjs +3 -3
  22. package/esm2022/src/services/http/http.client.mjs +4 -4
  23. package/esm2022/src/services/http/http.decorator.mjs +3 -3
  24. package/esm2022/src/services/i18n/i18n-url.guard.mjs +3 -3
  25. package/esm2022/src/services/i18n/i18n.mjs +6 -6
  26. package/esm2022/src/services/i18n/i18n.pipe.mjs +3 -3
  27. package/esm2022/src/services/menu/menu.service.mjs +10 -10
  28. package/esm2022/src/services/modal/modal.helper.mjs +3 -3
  29. package/esm2022/src/services/responsive/responsive.mjs +3 -3
  30. package/esm2022/src/services/rtl/rtl.service.mjs +3 -3
  31. package/esm2022/src/services/settings/settings.service.mjs +3 -3
  32. package/esm2022/src/services/title/title.service.mjs +9 -9
  33. package/esm2022/src/theme.module.mjs +4 -4
  34. package/esm2022/src/version.mjs +1 -1
  35. package/esm2022/theme-btn/theme-btn.component.mjs +7 -7
  36. package/esm2022/theme-btn/theme-btn.module.mjs +4 -4
  37. package/fesm2022/layout-default.mjs +28 -28
  38. package/fesm2022/layout-default.mjs.map +1 -1
  39. package/fesm2022/setting-drawer.mjs +13 -13
  40. package/fesm2022/setting-drawer.mjs.map +1 -1
  41. package/fesm2022/theme-btn.mjs +10 -10
  42. package/fesm2022/theme-btn.mjs.map +1 -1
  43. package/fesm2022/theme.mjs +161 -78
  44. package/fesm2022/theme.mjs.map +1 -1
  45. package/layout-blank/style/index.less +0 -1
  46. package/layout-blank/style/theme-default.less +5 -2
  47. package/layout-blank/style/theme-variable.less +1 -0
  48. package/layout-default/style/_layout.less +7 -3
  49. package/layout-default/style/fix/_reuse-tab.less +3 -2
  50. package/layout-default/style/index.less +0 -1
  51. package/layout-default/style/theme-dark.less +1 -1
  52. package/layout-default/style/theme-default.less +8 -7
  53. package/layout-default/style/theme-variable.less +1 -0
  54. package/mixins.less +2 -0
  55. package/package.json +6 -6
  56. package/src/locale/languages/ar-SA.d.ts +3 -0
  57. package/src/locale/public_api.d.ts +1 -0
  58. package/src/services/http/http.client.d.ts +1 -1
  59. package/system/entry.less +0 -2
  60. package/system/index.less +6 -3
  61. package/system/mixins/_freak.js +49 -0
  62. package/system/mixins/_freak.less +1 -57
  63. package/system/theme-default.less +14 -22
  64. package/system/theme-variable.less +34 -0
  65. package/system/utils/_border.less +27 -14
  66. package/system/utils/_color.less +71 -38
  67. package/system/utils/_spacing.less +25 -10
  68. package/system/utils/_width.less +9 -6
  69. package/theme-compact.less +1 -0
  70. package/theme-dark.less +1 -0
  71. package/theme-default.less +1 -0
  72. package/theme-variable.less +6 -0
  73. package/variable.less +6 -0
  74. package/compact.css +0 -34492
  75. package/compact.min.css +0 -1
  76. package/dark.css +0 -35056
  77. package/dark.min.css +0 -1
  78. package/default.css +0 -34493
  79. package/default.min.css +0 -1
@@ -120,10 +120,10 @@ class AlainI18nBaseService {
120
120
  (Array.isArray(params) ? params : [params]).forEach((item, index) => (content = content.replace(new RegExp(`\\{\\s?${index}\\s?\\}`, 'g'), `${item}`)));
121
121
  return content;
122
122
  }
123
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18nBaseService, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
124
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18nBaseService }); }
123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18nBaseService, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
124
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18nBaseService }); }
125
125
  }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18nBaseService, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18nBaseService, decorators: [{
127
127
  type: Injectable
128
128
  }], ctorParameters: () => [{ type: i1.AlainConfigService }] });
129
129
  class AlainI18NServiceFake extends AlainI18nBaseService {
@@ -135,10 +135,10 @@ class AlainI18NServiceFake extends AlainI18nBaseService {
135
135
  getLangs() {
136
136
  return [];
137
137
  }
138
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18NServiceFake, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
139
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18NServiceFake, providedIn: 'root' }); }
138
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18NServiceFake, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
139
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18NServiceFake, providedIn: 'root' }); }
140
140
  }
141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18NServiceFake, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18NServiceFake, decorators: [{
142
142
  type: Injectable,
143
143
  args: [{ providedIn: 'root' }]
144
144
  }] });
@@ -148,15 +148,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
148
148
  */
149
149
  class MenuService {
150
150
  constructor() {
151
- this.i18nSrv = inject(ALAIN_I18N_TOKEN, { optional: true });
152
- this.aclService = inject(ACLService, { optional: true });
151
+ this.i18nSrv = inject(ALAIN_I18N_TOKEN);
152
+ this.aclService = inject(ACLService);
153
153
  this._change$ = new BehaviorSubject([]);
154
154
  this.data = [];
155
155
  /**
156
156
  * 是否完全受控菜单打开状态,默认:`false`
157
157
  */
158
158
  this.openStrictly = false;
159
- this.i18n$ = this.i18nSrv?.change.subscribe(() => this.resume());
159
+ this.i18n$ = this.i18nSrv.change.subscribe(() => this.resume());
160
160
  }
161
161
  get change() {
162
162
  return this._change$.pipe(share());
@@ -217,7 +217,7 @@ class MenuService {
217
217
  if (item.icon != null) {
218
218
  item.icon = { theme: 'outline', spin: false, ...item.icon };
219
219
  }
220
- item.text = item.i18n && this.i18nSrv ? this.i18nSrv.fanyi(item.i18n) : item.text;
220
+ item.text = item.i18n ? this.i18nSrv.fanyi(item.i18n) : item.text;
221
221
  // group
222
222
  item.group = item.group !== false;
223
223
  // hidden
@@ -225,7 +225,7 @@ class MenuService {
225
225
  // disabled
226
226
  item.disabled = typeof item.disabled === 'undefined' ? false : item.disabled;
227
227
  // acl
228
- item._aclResult = item.acl && this.aclService ? this.aclService.can(item.acl) : true;
228
+ item._aclResult = item.acl ? this.aclService.can(item.acl) : true;
229
229
  item.open = item.open != null ? item.open : false;
230
230
  }
231
231
  resume(callback) {
@@ -271,7 +271,7 @@ class MenuService {
271
271
  this.data[0].children.splice(pos, 0, shortcutMenu);
272
272
  }
273
273
  let _data = this.data[0].children[pos];
274
- if (_data.i18n && this.i18nSrv)
274
+ if (_data.i18n)
275
275
  _data.text = this.i18nSrv.fanyi(_data.i18n);
276
276
  _data = Object.assign(_data, {
277
277
  shortcutRoot: true,
@@ -424,10 +424,10 @@ class MenuService {
424
424
  this._change$.unsubscribe();
425
425
  this.i18n$?.unsubscribe();
426
426
  }
427
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
428
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MenuService, providedIn: 'root' }); }
427
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: MenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
428
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: MenuService, providedIn: 'root' }); }
429
429
  }
430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MenuService, decorators: [{
430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: MenuService, decorators: [{
431
431
  type: Injectable,
432
432
  args: [{ providedIn: 'root' }]
433
433
  }], ctorParameters: () => [] });
@@ -525,10 +525,10 @@ class SettingsService {
525
525
  getUser() {
526
526
  return this._user;
527
527
  }
528
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
529
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SettingsService, providedIn: 'root' }); }
528
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
529
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SettingsService, providedIn: 'root' }); }
530
530
  }
531
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SettingsService, decorators: [{
531
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: SettingsService, decorators: [{
532
532
  type: Injectable,
533
533
  args: [{ providedIn: 'root' }]
534
534
  }] });
@@ -575,10 +575,10 @@ class ResponsiveService {
575
575
  clsMap.push(`${antColClass}-xxl-${paddingSpan(rule.xxl)}`);
576
576
  return clsMap;
577
577
  }
578
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ResponsiveService, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
579
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ResponsiveService, providedIn: 'root' }); }
578
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: ResponsiveService, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
579
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: ResponsiveService, providedIn: 'root' }); }
580
580
  }
581
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ResponsiveService, decorators: [{
581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: ResponsiveService, decorators: [{
582
582
  type: Injectable,
583
583
  args: [{ providedIn: 'root' }]
584
584
  }], ctorParameters: () => [{ type: i1.AlainConfigService }] });
@@ -664,10 +664,10 @@ class RTLService {
664
664
  this.delon.set(name, { direction: this.dir });
665
665
  });
666
666
  }
667
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: RTLService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
668
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: RTLService, providedIn: 'root' }); }
667
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: RTLService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
668
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: RTLService, providedIn: 'root' }); }
669
669
  }
670
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: RTLService, decorators: [{
670
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: RTLService, decorators: [{
671
671
  type: Injectable,
672
672
  args: [{ providedIn: 'root' }]
673
673
  }], ctorParameters: () => [] });
@@ -684,14 +684,14 @@ class TitleService {
684
684
  this.injector = inject(Injector);
685
685
  this.title = inject(Title);
686
686
  this.menuSrv = inject(MenuService);
687
- this.i18nSrv = inject(ALAIN_I18N_TOKEN, { optional: true });
687
+ this.i18nSrv = inject(ALAIN_I18N_TOKEN);
688
688
  /**
689
689
  * Set default title name
690
690
  *
691
691
  * 设置默认标题名
692
692
  */
693
693
  this.default = `Not Page Name`;
694
- this.i18nSrv?.change.pipe(takeUntilDestroyed()).subscribe(() => this.setTitle());
694
+ this.i18nSrv.change.pipe(takeUntilDestroyed()).subscribe(() => this.setTitle());
695
695
  }
696
696
  /**
697
697
  * Set separator
@@ -747,7 +747,7 @@ class TitleService {
747
747
  while (next.firstChild)
748
748
  next = next.firstChild;
749
749
  const data = (next.snapshot && next.snapshot.data) || {};
750
- if (data.titleI18n && this.i18nSrv)
750
+ if (data.titleI18n)
751
751
  data.title = this.i18nSrv.fanyi(data.titleI18n);
752
752
  return isObservable(data.title) ? data.title : of(data.title);
753
753
  }
@@ -757,7 +757,7 @@ class TitleService {
757
757
  return of('');
758
758
  const item = menus[menus.length - 1];
759
759
  let title;
760
- if (item.i18n && this.i18nSrv)
760
+ if (item.i18n)
761
761
  title = this.i18nSrv.fanyi(item.i18n);
762
762
  return of(title || item.text);
763
763
  }
@@ -787,15 +787,15 @@ class TitleService {
787
787
  * Set i18n key of the document title
788
788
  */
789
789
  setTitleByI18n(key, params) {
790
- this.setTitle(this.i18nSrv?.fanyi(key, params));
790
+ this.setTitle(this.i18nSrv.fanyi(key, params));
791
791
  }
792
792
  ngOnDestroy() {
793
793
  this.tit$?.unsubscribe();
794
794
  }
795
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: TitleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
796
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: TitleService, providedIn: 'root' }); }
795
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: TitleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
796
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: TitleService, providedIn: 'root' }); }
797
797
  }
798
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: TitleService, decorators: [{
798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: TitleService, decorators: [{
799
799
  type: Injectable,
800
800
  args: [{ providedIn: 'root' }]
801
801
  }], ctorParameters: () => [] });
@@ -807,10 +807,10 @@ class I18nPipe {
807
807
  transform(key, params) {
808
808
  return this.i18n.fanyi(key, params);
809
809
  }
810
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: I18nPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
811
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: I18nPipe, isStandalone: true, name: "i18n" }); }
810
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: I18nPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
811
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: I18nPipe, isStandalone: true, name: "i18n" }); }
812
812
  }
813
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: I18nPipe, decorators: [{
813
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: I18nPipe, decorators: [{
814
814
  type: Pipe,
815
815
  args: [{ name: 'i18n', standalone: true }]
816
816
  }] });
@@ -827,10 +827,10 @@ class AlainI18NGuardService {
827
827
  }
828
828
  return of(true);
829
829
  }
830
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18NGuardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
831
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18NGuardService, providedIn: 'root' }); }
830
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18NGuardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
831
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18NGuardService, providedIn: 'root' }); }
832
832
  }
833
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainI18NGuardService, decorators: [{
833
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainI18NGuardService, decorators: [{
834
834
  type: Injectable,
835
835
  args: [{ providedIn: 'root' }]
836
836
  }] });
@@ -992,10 +992,10 @@ class ModalHelper {
992
992
  };
993
993
  return this.create(comp, params, { ...options, modalOptions });
994
994
  }
995
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ModalHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
996
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ModalHelper, providedIn: 'root' }); }
995
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: ModalHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
996
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: ModalHelper, providedIn: 'root' }); }
997
997
  }
998
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ModalHelper, decorators: [{
998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: ModalHelper, decorators: [{
999
999
  type: Injectable,
1000
1000
  args: [{ providedIn: 'root' }]
1001
1001
  }] });
@@ -1097,10 +1097,10 @@ class DrawerHelper {
1097
1097
  };
1098
1098
  return this.create(title, comp, params, { ...options, drawerOptions });
1099
1099
  }
1100
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DrawerHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1101
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DrawerHelper, providedIn: 'root' }); }
1100
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DrawerHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1101
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DrawerHelper, providedIn: 'root' }); }
1102
1102
  }
1103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DrawerHelper, decorators: [{
1103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DrawerHelper, decorators: [{
1104
1104
  type: Injectable,
1105
1105
  args: [{ providedIn: 'root' }]
1106
1106
  }] });
@@ -1246,10 +1246,10 @@ class _HttpClient {
1246
1246
  // Make sure to always be asynchronous, see issues: https://github.com/ng-alain/ng-alain/issues/1954
1247
1247
  delay(0), tap(() => this.push()), switchMap(() => this.http.request(method, url, options)), finalize(() => this.pop()));
1248
1248
  }
1249
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: _HttpClient, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1250
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: _HttpClient, providedIn: 'root' }); }
1249
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: _HttpClient, deps: [{ token: i1.AlainConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1250
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: _HttpClient, providedIn: 'root' }); }
1251
1251
  }
1252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: _HttpClient, decorators: [{
1252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: _HttpClient, decorators: [{
1253
1253
  type: Injectable,
1254
1254
  args: [{ providedIn: 'root' }]
1255
1255
  }], ctorParameters: () => [{ type: i1.AlainConfigService }] });
@@ -1265,10 +1265,10 @@ class BaseApi {
1265
1265
  constructor() {
1266
1266
  this.injector = inject(Injector);
1267
1267
  }
1268
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: BaseApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1269
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: BaseApi }); }
1268
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: BaseApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1269
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: BaseApi }); }
1270
1270
  }
1271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: BaseApi, decorators: [{
1271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: BaseApi, decorators: [{
1272
1272
  type: Injectable
1273
1273
  }] });
1274
1274
  const paramKey = `__api_params`;
@@ -1605,10 +1605,10 @@ class DelonLocaleService {
1605
1605
  getData(path) {
1606
1606
  return (this._locale[path] || {});
1607
1607
  }
1608
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DelonLocaleService, deps: [{ token: DELON_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable }); }
1609
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DelonLocaleService }); }
1608
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DelonLocaleService, deps: [{ token: DELON_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable }); }
1609
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DelonLocaleService }); }
1610
1610
  }
1611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DelonLocaleService, decorators: [{
1611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DelonLocaleService, decorators: [{
1612
1612
  type: Injectable
1613
1613
  }], ctorParameters: () => [{ type: undefined, decorators: [{
1614
1614
  type: Inject,
@@ -1624,11 +1624,11 @@ const DELON_LOCALE_SERVICE_PROVIDER = {
1624
1624
  };
1625
1625
 
1626
1626
  class DelonLocaleModule {
1627
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DelonLocaleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1628
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: DelonLocaleModule }); }
1629
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DelonLocaleModule, providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER] }); }
1627
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DelonLocaleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1628
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: DelonLocaleModule }); }
1629
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DelonLocaleModule, providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER] }); }
1630
1630
  }
1631
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DelonLocaleModule, decorators: [{
1631
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DelonLocaleModule, decorators: [{
1632
1632
  type: NgModule,
1633
1633
  args: [{
1634
1634
  providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER]
@@ -2677,6 +2677,89 @@ var viVI = {
2677
2677
  }
2678
2678
  };
2679
2679
 
2680
+ var arSA = {
2681
+ abbr: 'ar-SA',
2682
+ exception: {
2683
+ 403: `عذراً، ليس لديك إذن للوصول إلى هذه الصفحة`,
2684
+ 404: `عذراً، الصفحة التي تبحث عنها غير موجودة`,
2685
+ 500: `عذراً، خطأ في الخادم`,
2686
+ backToHome: 'العودة إلى الصفحة الرئيسية'
2687
+ },
2688
+ noticeIcon: {
2689
+ emptyText: 'لا توجد بيانات',
2690
+ clearText: 'مسح'
2691
+ },
2692
+ reuseTab: {
2693
+ close: 'إغلاق العلامة',
2694
+ closeOther: 'إغلاق العلامات الأخرى',
2695
+ closeRight: 'إغلاق العلامات اليمنى',
2696
+ refresh: 'تحديث'
2697
+ },
2698
+ tagSelect: {
2699
+ expand: 'توسيع',
2700
+ collapse: 'طي'
2701
+ },
2702
+ miniProgress: {
2703
+ target: 'الهدف: '
2704
+ },
2705
+ st: {
2706
+ total: '{{range[0]}} - {{range[1]}} من {{total}}',
2707
+ filterConfirm: 'تأكيد',
2708
+ filterReset: 'إعادة تعيين'
2709
+ },
2710
+ sf: {
2711
+ submit: 'حفظ',
2712
+ reset: 'إعادة تعيين',
2713
+ search: 'بحث',
2714
+ edit: 'تعديل',
2715
+ addText: 'إضافة',
2716
+ removeText: 'حذف',
2717
+ checkAllText: 'تحديد الكل',
2718
+ error: {
2719
+ 'false schema': `القيمة المنطقية خاطئة`,
2720
+ $ref: `المرجع "{{ref}}" غير موجود`,
2721
+ additionalItems: `يجب ألا يحتوي على عناصر إضافية`,
2722
+ additionalProperties: `يجب ألا يحتوي على خصائص إضافية`,
2723
+ anyOf: `يجب أن يتطابق مع أحد النماذج في "anyOf"`,
2724
+ dependencies: `يجب أن يحتوي على الخصائص {{deps}} عندما تكون الخاصية {{property}} موجودة`,
2725
+ enum: `يجب أن يكون واحدًا من القيم المحددة`,
2726
+ format: `يجب أن يتوافق مع النمط "{{format}}"`,
2727
+ type: `يجب أن يكون {{type}}`,
2728
+ required: `مطلوب`,
2729
+ maxLength: `يجب ألا يكون أطول من {limit} حرف`,
2730
+ minLength: `يجب ألا يكون أقصر من {limit} حرف`,
2731
+ minimum: `يجب أن يكون أكبر من أو يساوي {comparison} {limit}`,
2732
+ formatMinimum: `يجب أن يكون أكبر من أو يساوي {comparison} {limit}`,
2733
+ maximum: `يجب أن يكون أقل من أو يساوي {comparison} {limit}`,
2734
+ formatMaximum: `يجب أن يكون أقل من أو يساوي {comparison} {limit}`,
2735
+ maxItems: `يجب ألا يكون أكثر من {limit} عنصر`,
2736
+ minItems: `يجب ألا يكون أقل من {limit} عنصر`,
2737
+ maxProperties: `يجب ألا يكون أكثر من {limit} خاصية`,
2738
+ minProperties: `يجب ألا يكون أقل من {limit} خاصية`,
2739
+ multipleOf: `يجب أن يكون مضاعفًا لـ {multipleOf}`,
2740
+ not: `لا يجب أن يتطابق مع النمط (not)`,
2741
+ oneOf: `يجب أن يتطابق مع أحد النماذج في "oneOf"`,
2742
+ pattern: `يجب أن يتطابق مع النمط "{pattern}"`,
2743
+ uniqueItems: `يجب ألا يحتوي على عناصر مكررة`,
2744
+ custom: `يجب أن يكون صالحًا`,
2745
+ propertyNames: `يجب أن تكون الخاصية صالحة`,
2746
+ patternRequired: `يجب أن تحتوي على خاصية تطابق النمط "{missingPattern}"`,
2747
+ switch: `يجب أن يكون {caseIndex} صالحًا`,
2748
+ const: `يجب أن يكون ثابتًا`,
2749
+ contains: `يجب أن يحتوي على قيمة صالحة`,
2750
+ formatExclusiveMaximum: `formatExclusiveMaximum يجب أن يكون قيمة منطقية`,
2751
+ formatExclusiveMinimum: `formatExclusiveMinimum يجب أن يكون قيمة منطقية`,
2752
+ if: `يجب أن يتوافق مع "{failingKeyword}"`
2753
+ }
2754
+ },
2755
+ onboarding: {
2756
+ skip: `تخطي`,
2757
+ prev: `السابق`,
2758
+ next: `التالي`,
2759
+ done: `تم`
2760
+ }
2761
+ };
2762
+
2680
2763
  class DatePipe {
2681
2764
  constructor() {
2682
2765
  this.nzI18n = inject(NzI18nService);
@@ -2685,10 +2768,10 @@ class DatePipe {
2685
2768
  transform(value, formatString) {
2686
2769
  return formatDate(value, formatString ?? this.defFormat, this.nzI18n.getDateLocale());
2687
2770
  }
2688
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2689
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: DatePipe, isStandalone: true, name: "_date" }); }
2771
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2772
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: DatePipe, isStandalone: true, name: "_date" }); }
2690
2773
  }
2691
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DatePipe, decorators: [{
2774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: DatePipe, decorators: [{
2692
2775
  type: Pipe,
2693
2776
  args: [{ name: '_date', standalone: true }]
2694
2777
  }] });
@@ -2704,10 +2787,10 @@ class KeysPipe {
2704
2787
  });
2705
2788
  return ret;
2706
2789
  }
2707
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2708
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: KeysPipe, isStandalone: true, name: "keys" }); }
2790
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2791
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: KeysPipe, isStandalone: true, name: "keys" }); }
2709
2792
  }
2710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: KeysPipe, decorators: [{
2793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: KeysPipe, decorators: [{
2711
2794
  type: Pipe,
2712
2795
  args: [{ name: 'keys', standalone: true }]
2713
2796
  }] });
@@ -2744,10 +2827,10 @@ class YNPipe {
2744
2827
  const html = yn(value, { yes, no, mode });
2745
2828
  return isSafeHtml ? this.dom.bypassSecurityTrustHtml(html) : html;
2746
2829
  }
2747
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: YNPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2748
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: YNPipe, isStandalone: true, name: "yn" }); }
2830
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: YNPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2831
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: YNPipe, isStandalone: true, name: "yn" }); }
2749
2832
  }
2750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: YNPipe, decorators: [{
2833
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: YNPipe, decorators: [{
2751
2834
  type: Pipe,
2752
2835
  args: [{ name: 'yn', standalone: true }]
2753
2836
  }] });
@@ -2759,10 +2842,10 @@ class HTMLPipe {
2759
2842
  transform(html) {
2760
2843
  return html ? this.dom.bypassSecurityTrustHtml(html) : '';
2761
2844
  }
2762
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: HTMLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2763
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: HTMLPipe, isStandalone: true, name: "html" }); }
2845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: HTMLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2846
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: HTMLPipe, isStandalone: true, name: "html" }); }
2764
2847
  }
2765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: HTMLPipe, decorators: [{
2848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: HTMLPipe, decorators: [{
2766
2849
  type: Pipe,
2767
2850
  args: [{ name: 'html', standalone: true }]
2768
2851
  }] });
@@ -2774,10 +2857,10 @@ class URLPipe {
2774
2857
  transform(url) {
2775
2858
  return url ? this.dom.bypassSecurityTrustUrl(url) : '';
2776
2859
  }
2777
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: URLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2778
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: URLPipe, isStandalone: true, name: "url" }); }
2860
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: URLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2861
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: URLPipe, isStandalone: true, name: "url" }); }
2779
2862
  }
2780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: URLPipe, decorators: [{
2863
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: URLPipe, decorators: [{
2781
2864
  type: Pipe,
2782
2865
  args: [{ name: 'url', standalone: true }]
2783
2866
  }] });
@@ -2804,11 +2887,11 @@ class AlainThemeModule {
2804
2887
  providers: HELPERS
2805
2888
  };
2806
2889
  }
2807
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainThemeModule, deps: [{ token: i1$1.NzIconService }], target: i0.ɵɵFactoryTarget.NgModule }); }
2808
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: AlainThemeModule, imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe], exports: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe, DelonLocaleModule] }); }
2809
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainThemeModule, providers: [ALAIN_SETTING_DEFAULT], imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DelonLocaleModule] }); }
2890
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainThemeModule, deps: [{ token: i1$1.NzIconService }], target: i0.ɵɵFactoryTarget.NgModule }); }
2891
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: AlainThemeModule, imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe], exports: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe, DelonLocaleModule] }); }
2892
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainThemeModule, providers: [ALAIN_SETTING_DEFAULT], imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DelonLocaleModule] }); }
2810
2893
  }
2811
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AlainThemeModule, decorators: [{
2894
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: AlainThemeModule, decorators: [{
2812
2895
  type: NgModule,
2813
2896
  args: [{
2814
2897
  imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, ...PIPES],
@@ -2876,11 +2959,11 @@ class PreloadOptionalModules {
2876
2959
  }
2877
2960
  }
2878
2961
 
2879
- const VERSION = new Version('17.3.1');
2962
+ const VERSION = new Version('18.0.0-beta.0');
2880
2963
 
2881
2964
  /**
2882
2965
  * Generated bundle index. Do not edit.
2883
2966
  */
2884
2967
 
2885
- export { ALAIN_I18N_TOKEN, ALAIN_SETTING_DEFAULT, ALAIN_SETTING_KEYS, AlainI18NGuardService, AlainI18NServiceFake, AlainI18nBaseService, AlainThemeModule, BaseApi, BaseHeaders, BaseUrl, Body, CUSTOM_ERROR, DELETE, DELON_LOCALE, DELON_LOCALE_SERVICE_PROVIDER, DELON_LOCALE_SERVICE_PROVIDER_FACTORY, DatePipe, DelonLocaleModule, DelonLocaleService, DrawerHelper, FORM, GET, HEAD, HTMLPipe, HTML_DIR, Headers, I18nPipe, IGNORE_BASE_URL, JSONP, KeysPipe, LTR, MenuService, ModalHelper, OPTIONS, PATCH, POST, PUT, Path, Payload, PreloadOptionalModules, Query, RAW_BODY, REP_MAX, RTL, RTLService, RTL_DELON_COMPONENTS, RTL_DIRECTION, RTL_NZ_COMPONENTS, ResponsiveService, SPAN_MAX, SettingsService, TitleService, URLPipe, VERSION, YNPipe, _HttpClient, alainI18nCanActivate, alainI18nCanActivateChild, elGR as el_GR, enUS as en_US, esES as es_ES, frFR as fr_FR, hrHR as hr_HR, itIT as it_IT, jaJP as ja_JP, koKR as ko_KR, plPL as pl_PL, provideAlain, slSI as sl_SI, stepPreloader, trTR as tr_TR, viVI as vi_VI, yn, zhCN as zh_CN, zhTW as zh_TW };
2968
+ export { ALAIN_I18N_TOKEN, ALAIN_SETTING_DEFAULT, ALAIN_SETTING_KEYS, AlainI18NGuardService, AlainI18NServiceFake, AlainI18nBaseService, AlainThemeModule, BaseApi, BaseHeaders, BaseUrl, Body, CUSTOM_ERROR, DELETE, DELON_LOCALE, DELON_LOCALE_SERVICE_PROVIDER, DELON_LOCALE_SERVICE_PROVIDER_FACTORY, DatePipe, DelonLocaleModule, DelonLocaleService, DrawerHelper, FORM, GET, HEAD, HTMLPipe, HTML_DIR, Headers, I18nPipe, IGNORE_BASE_URL, JSONP, KeysPipe, LTR, MenuService, ModalHelper, OPTIONS, PATCH, POST, PUT, Path, Payload, PreloadOptionalModules, Query, RAW_BODY, REP_MAX, RTL, RTLService, RTL_DELON_COMPONENTS, RTL_DIRECTION, RTL_NZ_COMPONENTS, ResponsiveService, SPAN_MAX, SettingsService, TitleService, URLPipe, VERSION, YNPipe, _HttpClient, alainI18nCanActivate, alainI18nCanActivateChild, arSA as ar_SA, elGR as el_GR, enUS as en_US, esES as es_ES, frFR as fr_FR, hrHR as hr_HR, itIT as it_IT, jaJP as ja_JP, koKR as ko_KR, plPL as pl_PL, provideAlain, slSI as sl_SI, stepPreloader, trTR as tr_TR, viVI as vi_VI, yn, zhCN as zh_CN, zhTW as zh_TW };
2886
2969
  //# sourceMappingURL=theme.mjs.map