@delon/theme 20.1.1 → 21.0.0-next.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.
@@ -1,6 +1,6 @@
1
1
  import { DOCUMENT, isPlatformServer, CommonModule, registerLocaleData } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { inject, PLATFORM_ID, InjectionToken, Injectable, DestroyRef, Injector, Pipe, Optional, SkipSelf, NgModule, importProvidersFrom, LOCALE_ID, provideEnvironmentInitializer, makeEnvironmentProviders, Version } from '@angular/core';
3
+ import { inject, PLATFORM_ID, InjectionToken, Injectable, signal, DestroyRef, Injector, Pipe, Optional, SkipSelf, NgModule, importProvidersFrom, LOCALE_ID, provideEnvironmentInitializer, makeEnvironmentProviders, Version } from '@angular/core';
4
4
  import { BehaviorSubject, filter, share, Subject, map, of, delay, isObservable, switchMap, Observable, take, tap, finalize, throwError, catchError } from 'rxjs';
5
5
  import { ACLService } from '@delon/acl';
6
6
  import { AlainConfigService, ALAIN_CONFIG } from '@delon/util/config';
@@ -76,6 +76,15 @@ class AlainI18nBaseService {
76
76
  interpolation: ['{{', '}}']
77
77
  });
78
78
  }
79
+ /**
80
+ * Merge the data into the current language data.
81
+ */
82
+ mergeData(data) {
83
+ if (!data)
84
+ return;
85
+ const flatData = this.flatData(data, []);
86
+ this._data = { ...this._data, ...flatData };
87
+ }
79
88
  /**
80
89
  * Flattened data source
81
90
  *
@@ -124,10 +133,10 @@ class AlainI18nBaseService {
124
133
  (Array.isArray(params) ? params : [params]).forEach((item, index) => (content = content.replace(new RegExp(`\\{\\s?${index}\\s?\\}`, 'g'), `${item}`)));
125
134
  return content;
126
135
  }
127
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18nBaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
128
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18nBaseService });
136
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18nBaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
137
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18nBaseService });
129
138
  }
130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18nBaseService, decorators: [{
139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18nBaseService, decorators: [{
131
140
  type: Injectable
132
141
  }], ctorParameters: () => [] });
133
142
  class AlainI18NServiceFake extends AlainI18nBaseService {
@@ -139,10 +148,10 @@ class AlainI18NServiceFake extends AlainI18nBaseService {
139
148
  getLangs() {
140
149
  return [];
141
150
  }
142
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NServiceFake, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
143
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NServiceFake, providedIn: 'root' });
151
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18NServiceFake, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
152
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18NServiceFake, providedIn: 'root' });
144
153
  }
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NServiceFake, decorators: [{
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18NServiceFake, decorators: [{
146
155
  type: Injectable,
147
156
  args: [{ providedIn: 'root' }]
148
157
  }] });
@@ -451,10 +460,10 @@ class MenuService {
451
460
  this._change$.unsubscribe();
452
461
  this.i18n$?.unsubscribe();
453
462
  }
454
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
455
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MenuService, providedIn: 'root' });
463
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
464
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MenuService, providedIn: 'root' });
456
465
  }
457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MenuService, decorators: [{
466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MenuService, decorators: [{
458
467
  type: Injectable,
459
468
  args: [{ providedIn: 'root' }]
460
469
  }], ctorParameters: () => [] });
@@ -472,9 +481,18 @@ class SettingsService {
472
481
  KEYS = inject(ALAIN_SETTING_KEYS);
473
482
  platform = inject(Platform);
474
483
  notify$ = new Subject();
475
- _app = null;
476
- _user = null;
477
- _layout = null;
484
+ appSignal = signal({
485
+ year: new Date().getFullYear(),
486
+ ...this.getData(this.KEYS.app)
487
+ }, ...(ngDevMode ? [{ debugName: "appSignal" }] : []));
488
+ userSignal = signal({ ...this.getData(this.KEYS.user) }, ...(ngDevMode ? [{ debugName: "userSignal" }] : []));
489
+ layoutSignal = signal({
490
+ fixed: true,
491
+ collapsed: false,
492
+ boxed: false,
493
+ lang: null,
494
+ ...this.getData(this.KEYS.layout)
495
+ }, ...(ngDevMode ? [{ debugName: "layoutSignal" }] : []));
478
496
  getData(key) {
479
497
  if (!this.platform.isBrowser) {
480
498
  return null;
@@ -488,72 +506,52 @@ class SettingsService {
488
506
  localStorage.setItem(key, JSON.stringify(value));
489
507
  }
490
508
  get layout() {
491
- if (!this._layout) {
492
- this._layout = {
493
- fixed: true,
494
- collapsed: false,
495
- boxed: false,
496
- lang: null,
497
- ...this.getData(this.KEYS.layout)
498
- };
499
- this.setData(this.KEYS.layout, this._layout);
500
- }
501
- return this._layout;
509
+ return this.layoutSignal();
502
510
  }
503
511
  get app() {
504
- if (!this._app) {
505
- this._app = {
506
- year: new Date().getFullYear(),
507
- ...this.getData(this.KEYS.app)
508
- };
509
- this.setData(this.KEYS.app, this._app);
510
- }
511
- return this._app;
512
+ return this.appSignal();
512
513
  }
513
514
  get user() {
514
- if (!this._user) {
515
- this._user = { ...this.getData(this.KEYS.user) };
516
- this.setData(this.KEYS.user, this._user);
517
- }
518
- return this._user;
515
+ return this.userSignal();
519
516
  }
520
517
  get notify() {
521
518
  return this.notify$.asObservable();
522
519
  }
523
520
  setLayout(name, value) {
524
- if (typeof name === 'string') {
525
- this.layout[name] = value;
526
- }
527
- else {
528
- this._layout = name;
529
- }
530
- this.setData(this.KEYS.layout, this._layout);
521
+ this.layoutSignal.update(l => {
522
+ if (typeof name === 'string') {
523
+ l[name] = value;
524
+ return { ...l };
525
+ }
526
+ return { ...name };
527
+ });
528
+ this.setData(this.KEYS.layout, this.layout);
531
529
  this.notify$.next({ type: 'layout', name, value });
532
530
  return true;
533
531
  }
534
532
  getLayout() {
535
- return this._layout;
533
+ return this.layout;
536
534
  }
537
535
  setApp(value) {
538
- this._app = value;
536
+ this.appSignal.set(value);
539
537
  this.setData(this.KEYS.app, value);
540
538
  this.notify$.next({ type: 'app', value });
541
539
  }
542
540
  getApp() {
543
- return this._app;
541
+ return this.app;
544
542
  }
545
543
  setUser(value) {
546
- this._user = value;
544
+ this.userSignal.set(value);
547
545
  this.setData(this.KEYS.user, value);
548
546
  this.notify$.next({ type: 'user', value });
549
547
  }
550
548
  getUser() {
551
- return this._user;
549
+ return this.user;
552
550
  }
553
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
554
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SettingsService, providedIn: 'root' });
551
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: SettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
552
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: SettingsService, providedIn: 'root' });
555
553
  }
556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SettingsService, decorators: [{
554
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: SettingsService, decorators: [{
557
555
  type: Injectable,
558
556
  args: [{ providedIn: 'root' }]
559
557
  }] });
@@ -602,10 +600,10 @@ class ResponsiveService {
602
600
  clsMap.push(`${antColClass}-xxl-${paddingSpan(rule.xxl)}`);
603
601
  return clsMap;
604
602
  }
605
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
606
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResponsiveService, providedIn: 'root' });
603
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
604
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ResponsiveService, providedIn: 'root' });
607
605
  }
608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResponsiveService, decorators: [{
606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ResponsiveService, decorators: [{
609
607
  type: Injectable,
610
608
  args: [{ providedIn: 'root' }]
611
609
  }], ctorParameters: () => [] });
@@ -691,10 +689,10 @@ class RTLService {
691
689
  this.delon.set(name, { direction: this.dir });
692
690
  });
693
691
  }
694
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RTLService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
695
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RTLService, providedIn: 'root' });
692
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: RTLService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
693
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: RTLService, providedIn: 'root' });
696
694
  }
697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RTLService, decorators: [{
695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: RTLService, decorators: [{
698
696
  type: Injectable,
699
697
  args: [{ providedIn: 'root' }]
700
698
  }], ctorParameters: () => [] });
@@ -826,10 +824,10 @@ class TitleService {
826
824
  ngOnDestroy() {
827
825
  this.tit$?.unsubscribe();
828
826
  }
829
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: TitleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
830
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: TitleService, providedIn: 'root' });
827
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: TitleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
828
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: TitleService, providedIn: 'root' });
831
829
  }
832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: TitleService, decorators: [{
830
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: TitleService, decorators: [{
833
831
  type: Injectable,
834
832
  args: [{ providedIn: 'root' }]
835
833
  }], ctorParameters: () => [] });
@@ -839,10 +837,10 @@ class I18nPipe {
839
837
  transform(key, params) {
840
838
  return this.i18n.fanyi(key, params);
841
839
  }
842
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: I18nPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
843
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: I18nPipe, isStandalone: true, name: "i18n" });
840
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: I18nPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
841
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: I18nPipe, isStandalone: true, name: "i18n" });
844
842
  }
845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: I18nPipe, decorators: [{
843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: I18nPipe, decorators: [{
846
844
  type: Pipe,
847
845
  args: [{ name: 'i18n' }]
848
846
  }] });
@@ -857,10 +855,10 @@ class AlainI18NGuardService {
857
855
  }
858
856
  return of(true);
859
857
  }
860
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NGuardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
861
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NGuardService, providedIn: 'root' });
858
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18NGuardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
859
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18NGuardService, providedIn: 'root' });
862
860
  }
863
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NGuardService, decorators: [{
861
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainI18NGuardService, decorators: [{
864
862
  type: Injectable,
865
863
  args: [{ providedIn: 'root' }]
866
864
  }] });
@@ -1051,10 +1049,10 @@ class ModalHelper {
1051
1049
  };
1052
1050
  return this.create(comp, params, { ...options, modalOptions });
1053
1051
  }
1054
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ModalHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1055
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ModalHelper, providedIn: 'root' });
1052
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ModalHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1053
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ModalHelper, providedIn: 'root' });
1056
1054
  }
1057
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ModalHelper, decorators: [{
1055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: ModalHelper, decorators: [{
1058
1056
  type: Injectable,
1059
1057
  args: [{ providedIn: 'root' }]
1060
1058
  }] });
@@ -1154,10 +1152,10 @@ class DrawerHelper {
1154
1152
  };
1155
1153
  return this.create(title, comp, params, { ...options, drawerOptions });
1156
1154
  }
1157
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DrawerHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1158
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DrawerHelper, providedIn: 'root' });
1155
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DrawerHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1156
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DrawerHelper, providedIn: 'root' });
1159
1157
  }
1160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DrawerHelper, decorators: [{
1158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DrawerHelper, decorators: [{
1161
1159
  type: Injectable,
1162
1160
  args: [{ providedIn: 'root' }]
1163
1161
  }] });
@@ -1304,10 +1302,10 @@ class _HttpClient {
1304
1302
  // Make sure to always be asynchronous, see issues: https://github.com/ng-alain/ng-alain/issues/1954
1305
1303
  delay(0), tap(() => this.push()), switchMap(() => this.http.request(method, url, options)), finalize(() => this.pop()));
1306
1304
  }
1307
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: _HttpClient, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1308
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: _HttpClient, providedIn: 'root' });
1305
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: _HttpClient, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1306
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: _HttpClient, providedIn: 'root' });
1309
1307
  }
1310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: _HttpClient, decorators: [{
1308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: _HttpClient, decorators: [{
1311
1309
  type: Injectable,
1312
1310
  args: [{ providedIn: 'root' }]
1313
1311
  }], ctorParameters: () => [] });
@@ -1321,10 +1319,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
1321
1319
  */
1322
1320
  class BaseApi {
1323
1321
  injector = inject(Injector);
1324
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: BaseApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1325
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: BaseApi });
1322
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: BaseApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1323
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: BaseApi });
1326
1324
  }
1327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: BaseApi, decorators: [{
1325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: BaseApi, decorators: [{
1328
1326
  type: Injectable
1329
1327
  }] });
1330
1328
  const paramKey = `__api_params`;
@@ -1584,7 +1582,8 @@ var zhCN = {
1584
1582
  st: {
1585
1583
  total: '共 {{total}} 条',
1586
1584
  filterConfirm: '确定',
1587
- filterReset: '重置'
1585
+ filterReset: '重置',
1586
+ more: '更多'
1588
1587
  },
1589
1588
  sf: {
1590
1589
  submit: '提交',
@@ -1636,6 +1635,23 @@ var zhCN = {
1636
1635
  prev: `上一项`,
1637
1636
  next: `下一项`,
1638
1637
  done: `完成`
1638
+ },
1639
+ datePicker: {
1640
+ today: '今天',
1641
+ yesterday: '昨天',
1642
+ last3Days: '近3天',
1643
+ last7Days: '近7天',
1644
+ thisWeek: '本周',
1645
+ lastWeek: '上周',
1646
+ thisMonth: '本月',
1647
+ lastMonth: '上个月',
1648
+ thisYear: '今年'
1649
+ },
1650
+ loading: {
1651
+ text: '加载中...'
1652
+ },
1653
+ pageHeader: {
1654
+ home: '首页'
1639
1655
  }
1640
1656
  };
1641
1657
 
@@ -1668,10 +1684,10 @@ class DelonLocaleService {
1668
1684
  getData(key) {
1669
1685
  return (this._locale[key] ?? {});
1670
1686
  }
1671
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1672
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleService });
1687
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DelonLocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1688
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DelonLocaleService });
1673
1689
  }
1674
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleService, decorators: [{
1690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DelonLocaleService, decorators: [{
1675
1691
  type: Injectable
1676
1692
  }], ctorParameters: () => [] });
1677
1693
  function DELON_LOCALE_SERVICE_PROVIDER_FACTORY(exist) {
@@ -1684,11 +1700,11 @@ const DELON_LOCALE_SERVICE_PROVIDER = {
1684
1700
  };
1685
1701
 
1686
1702
  class DelonLocaleModule {
1687
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1688
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleModule });
1689
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleModule, providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER] });
1703
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DelonLocaleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1704
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: DelonLocaleModule });
1705
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DelonLocaleModule, providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER] });
1690
1706
  }
1691
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleModule, decorators: [{
1707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DelonLocaleModule, decorators: [{
1692
1708
  type: NgModule,
1693
1709
  args: [{
1694
1710
  providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER]
@@ -1723,7 +1739,8 @@ var enUS = {
1723
1739
  st: {
1724
1740
  total: '{{range[0]}} - {{range[1]}} of {{total}}',
1725
1741
  filterConfirm: 'OK',
1726
- filterReset: 'Reset'
1742
+ filterReset: 'Reset',
1743
+ more: 'More'
1727
1744
  },
1728
1745
  sf: {
1729
1746
  submit: 'Submit',
@@ -1775,14 +1792,31 @@ var enUS = {
1775
1792
  prev: `Prev`,
1776
1793
  next: `Next`,
1777
1794
  done: `Done`
1795
+ },
1796
+ datePicker: {
1797
+ today: 'Today',
1798
+ yesterday: 'Yesterday',
1799
+ last3Days: 'Last 3 Days',
1800
+ last7Days: 'Last 7 Days',
1801
+ thisWeek: 'This Week',
1802
+ lastWeek: 'Last Week',
1803
+ thisMonth: 'This Month',
1804
+ lastMonth: 'Last Month',
1805
+ thisYear: 'This Year'
1806
+ },
1807
+ loading: {
1808
+ text: 'Loading...'
1809
+ },
1810
+ pageHeader: {
1811
+ home: 'Home'
1778
1812
  }
1779
1813
  };
1780
1814
 
1781
1815
  var zhHK = {
1782
1816
  abbr: 'zh-HK',
1783
1817
  exception: {
1784
- 403: '抱歉,你無權訪問該頁面',
1785
- 404: '抱歉,你訪問的頁面不存在',
1818
+ 403: '抱歉,你無權訪問該頁麵',
1819
+ 404: '抱歉,你訪問的頁麵不存在',
1786
1820
  500: '抱歉,伺服器出錯了',
1787
1821
  backToHome: '返回主頁'
1788
1822
  },
@@ -1806,7 +1840,8 @@ var zhHK = {
1806
1840
  st: {
1807
1841
  total: '共 {{total}} 條',
1808
1842
  filterConfirm: '確定',
1809
- filterReset: '重設'
1843
+ filterReset: '重設',
1844
+ more: '更多'
1810
1845
  },
1811
1846
  sf: {
1812
1847
  submit: '提交',
@@ -1817,7 +1852,7 @@ var zhHK = {
1817
1852
  removeText: '移除',
1818
1853
  checkAllText: '全選',
1819
1854
  error: {
1820
- 'false schema': `布爾模式出錯`,
1855
+ 'false schema': `佈爾模式出錯`,
1821
1856
  $ref: `無法找到引用{ref}`,
1822
1857
  additionalItems: `不允許超過{limit}個元素`,
1823
1858
  additionalProperties: `不允許有額外的屬性`,
@@ -1839,7 +1874,7 @@ var zhHK = {
1839
1874
  minProperties: `不應少於 {limit} 個屬性`,
1840
1875
  multipleOf: `應當是 {multipleOf} 的整數倍`,
1841
1876
  not: `不應當匹配 "not" schema`,
1842
- oneOf: `只能匹配一個 "oneOf" 中的 schema`,
1877
+ oneOf: `隻能匹配一個 "oneOf" 中的 schema`,
1843
1878
  pattern: `數據格式不正確`,
1844
1879
  uniqueItems: `不應當含有重複項 (第 {j} 項與第 {i} 項是重複的)`,
1845
1880
  custom: `格式不正確`,
@@ -1848,8 +1883,8 @@ var zhHK = {
1848
1883
  switch: `由於 {caseIndex} 失敗,未通過 "switch" 驗證`,
1849
1884
  const: `應當等於常量`,
1850
1885
  contains: `應當包含一個有效項目`,
1851
- formatExclusiveMaximum: `formatExclusiveMaximum 應當是布爾值`,
1852
- formatExclusiveMinimum: `formatExclusiveMinimum 應當是布爾值`,
1886
+ formatExclusiveMaximum: `formatExclusiveMaximum 應當是佈爾值`,
1887
+ formatExclusiveMinimum: `formatExclusiveMinimum 應當是佈爾值`,
1853
1888
  if: `應當匹配模式 "{failingKeyword}"`
1854
1889
  }
1855
1890
  },
@@ -1858,14 +1893,31 @@ var zhHK = {
1858
1893
  prev: `上一項`,
1859
1894
  next: `下一項`,
1860
1895
  done: `完成`
1896
+ },
1897
+ datePicker: {
1898
+ today: '今日',
1899
+ yesterday: '昨日',
1900
+ last3Days: '近3日',
1901
+ last7Days: '近7日',
1902
+ thisWeek: '本星期',
1903
+ lastWeek: '上星期',
1904
+ thisMonth: '本月',
1905
+ lastMonth: '上個月',
1906
+ thisYear: '今年'
1907
+ },
1908
+ loading: {
1909
+ text: '加載中...'
1910
+ },
1911
+ pageHeader: {
1912
+ home: '主頁'
1861
1913
  }
1862
1914
  };
1863
1915
 
1864
1916
  var zhTW = {
1865
1917
  abbr: 'zh-TW',
1866
1918
  exception: {
1867
- 403: '抱歉,你無權訪問該頁面',
1868
- 404: '抱歉,你訪問的頁面不存在',
1919
+ 403: '抱歉,你無權訪問該頁麵',
1920
+ 404: '抱歉,你訪問的頁麵不存在',
1869
1921
  500: '抱歉,服務器出錯了',
1870
1922
  backToHome: '返回首頁'
1871
1923
  },
@@ -1889,7 +1941,8 @@ var zhTW = {
1889
1941
  st: {
1890
1942
  total: '共 {{total}} 條',
1891
1943
  filterConfirm: '確定',
1892
- filterReset: '重置'
1944
+ filterReset: '重置',
1945
+ more: '更多'
1893
1946
  },
1894
1947
  sf: {
1895
1948
  submit: '提交',
@@ -1941,6 +1994,23 @@ var zhTW = {
1941
1994
  prev: `上一項`,
1942
1995
  next: `下一項`,
1943
1996
  done: `完成`
1997
+ },
1998
+ datePicker: {
1999
+ today: '今天',
2000
+ yesterday: '昨天',
2001
+ last3Days: '近3天',
2002
+ last7Days: '近7天',
2003
+ thisWeek: '本週',
2004
+ lastWeek: '上週',
2005
+ thisMonth: '本月',
2006
+ lastMonth: '上個月',
2007
+ thisYear: '今年'
2008
+ },
2009
+ loading: {
2010
+ text: '加載中...'
2011
+ },
2012
+ pageHeader: {
2013
+ home: '首頁'
1944
2014
  }
1945
2015
  };
1946
2016
 
@@ -1972,7 +2042,8 @@ var trTR = {
1972
2042
  st: {
1973
2043
  total: '{{range[0]}} ile {{range[1]}} arasında {{total}}',
1974
2044
  filterConfirm: 'Tamam',
1975
- filterReset: 'Sıfırla'
2045
+ filterReset: 'Sıfırla',
2046
+ more: 'Daha fazla'
1976
2047
  },
1977
2048
  sf: {
1978
2049
  submit: 'Gönder',
@@ -2024,6 +2095,23 @@ var trTR = {
2024
2095
  prev: `Önceki`,
2025
2096
  next: `Sonraki`,
2026
2097
  done: `Bitti`
2098
+ },
2099
+ datePicker: {
2100
+ today: 'Bugün',
2101
+ yesterday: 'Dün',
2102
+ last3Days: 'Son 3 Gün',
2103
+ last7Days: 'Son 7 Gün',
2104
+ thisWeek: 'Bu Hafta',
2105
+ lastWeek: 'Geçen Hafta',
2106
+ thisMonth: 'Bu Ay',
2107
+ lastMonth: 'Geçen Ay',
2108
+ thisYear: 'Bu Yıl'
2109
+ },
2110
+ loading: {
2111
+ text: 'Yükleniyor...'
2112
+ },
2113
+ pageHeader: {
2114
+ home: 'Ana Sayfa'
2027
2115
  }
2028
2116
  };
2029
2117
 
@@ -2055,7 +2143,8 @@ var plPL = {
2055
2143
  st: {
2056
2144
  total: '{{range[0]}} - {{range[1]}} z {{total}}',
2057
2145
  filterConfirm: 'OK',
2058
- filterReset: 'Wyczyść'
2146
+ filterReset: 'Wyczyść',
2147
+ more: 'Więcej'
2059
2148
  },
2060
2149
  sf: {
2061
2150
  submit: 'Wyślij',
@@ -2107,6 +2196,23 @@ var plPL = {
2107
2196
  prev: `Poprzedni`,
2108
2197
  next: `Kolejny`,
2109
2198
  done: `Gotowe`
2199
+ },
2200
+ datePicker: {
2201
+ today: 'Dzisiaj',
2202
+ yesterday: 'Wczoraj',
2203
+ last3Days: 'Ost. 3 dni',
2204
+ last7Days: 'Ost. 7 dni',
2205
+ thisWeek: 'Ten tydzień',
2206
+ lastWeek: 'Poprz. tydzień',
2207
+ thisMonth: 'Ten miesiąc',
2208
+ lastMonth: 'Poprz. miesiąc',
2209
+ thisYear: 'Ten rok'
2210
+ },
2211
+ loading: {
2212
+ text: 'Ładowanie...'
2213
+ },
2214
+ pageHeader: {
2215
+ home: 'Strona główna'
2110
2216
  }
2111
2217
  };
2112
2218
 
@@ -2138,7 +2244,8 @@ var elGR = {
2138
2244
  st: {
2139
2245
  total: '{{range[0]}} - {{range[1]}} από {{total}}',
2140
2246
  filterConfirm: 'ΟΚ',
2141
- filterReset: 'Επαναφορά'
2247
+ filterReset: 'Επαναφορά',
2248
+ more: 'Περισσότερα'
2142
2249
  },
2143
2250
  sf: {
2144
2251
  submit: 'Υποβολή',
@@ -2190,6 +2297,23 @@ var elGR = {
2190
2297
  prev: `Προηγούμενο`,
2191
2298
  next: `Επόμενο`,
2192
2299
  done: `Ολοκληρώθηκε`
2300
+ },
2301
+ datePicker: {
2302
+ today: 'Σήμερα',
2303
+ yesterday: 'Χθές',
2304
+ last3Days: 'Τελ. 3 ημ.',
2305
+ last7Days: 'Τελ. 7 ημ.',
2306
+ thisWeek: 'Αυτή την εβδ.',
2307
+ lastWeek: 'Προηγ. εβδ.',
2308
+ thisMonth: 'Αυτό το μήνα',
2309
+ lastMonth: 'Προηγ. μήνα',
2310
+ thisYear: 'Αυτό το έτος'
2311
+ },
2312
+ loading: {
2313
+ text: 'Φόρτωση...'
2314
+ },
2315
+ pageHeader: {
2316
+ home: 'Αρχική'
2193
2317
  }
2194
2318
  };
2195
2319
 
@@ -2221,7 +2345,8 @@ var koKR = {
2221
2345
  st: {
2222
2346
  total: '전체 {{total}}건',
2223
2347
  filterConfirm: '확인',
2224
- filterReset: '초기화'
2348
+ filterReset: '초기화',
2349
+ more: '더보기'
2225
2350
  },
2226
2351
  sf: {
2227
2352
  submit: '제출',
@@ -2273,6 +2398,23 @@ var koKR = {
2273
2398
  prev: `이전`,
2274
2399
  next: `다음`,
2275
2400
  done: `끝난`
2401
+ },
2402
+ datePicker: {
2403
+ today: '오늘',
2404
+ yesterday: '어제',
2405
+ last3Days: '지난 3일',
2406
+ last7Days: '지난 7일',
2407
+ thisWeek: '이번 주',
2408
+ lastWeek: '지난주',
2409
+ thisMonth: '이번 달',
2410
+ lastMonth: '지난달',
2411
+ thisYear: '올해'
2412
+ },
2413
+ loading: {
2414
+ text: '로딩 중...'
2415
+ },
2416
+ pageHeader: {
2417
+ home: '홈'
2276
2418
  }
2277
2419
  };
2278
2420
 
@@ -2304,7 +2446,8 @@ var hrHR = {
2304
2446
  st: {
2305
2447
  total: '{{range[0]}} - {{range[1]}} od {{total}}',
2306
2448
  filterConfirm: 'U redu',
2307
- filterReset: 'Poništi'
2449
+ filterReset: 'Poništi',
2450
+ more: 'Više'
2308
2451
  },
2309
2452
  sf: {
2310
2453
  submit: 'Pošalji',
@@ -2320,6 +2463,23 @@ var hrHR = {
2320
2463
  prev: `Prethodna`,
2321
2464
  next: `Sljedeći`,
2322
2465
  done: `Sastavljeno`
2466
+ },
2467
+ datePicker: {
2468
+ today: 'Danas',
2469
+ yesterday: 'Jučer',
2470
+ last3Days: 'Posl. 3 dana',
2471
+ last7Days: 'Posl. 7 dana',
2472
+ thisWeek: 'Ovaj tjedan',
2473
+ lastWeek: 'Prošli tjedan',
2474
+ thisMonth: 'Ovaj mjesec',
2475
+ lastMonth: 'Prošli mjesec',
2476
+ thisYear: 'Ova godina'
2477
+ },
2478
+ loading: {
2479
+ text: 'Učitavanje...'
2480
+ },
2481
+ pageHeader: {
2482
+ home: 'Početna'
2323
2483
  }
2324
2484
  };
2325
2485
 
@@ -2351,7 +2511,8 @@ var jaJP = {
2351
2511
  st: {
2352
2512
  total: '{{range[0]}} - {{range[1]}} / {{total}}',
2353
2513
  filterConfirm: '確定',
2354
- filterReset: 'リセット'
2514
+ filterReset: 'リセット',
2515
+ more: 'もっと'
2355
2516
  },
2356
2517
  sf: {
2357
2518
  submit: '送信',
@@ -2403,6 +2564,23 @@ var jaJP = {
2403
2564
  prev: `前へ`,
2404
2565
  next: `次`,
2405
2566
  done: `できた`
2567
+ },
2568
+ datePicker: {
2569
+ today: '今日',
2570
+ yesterday: '昨日',
2571
+ last3Days: '直近3日',
2572
+ last7Days: '直近7日',
2573
+ thisWeek: '今週',
2574
+ lastWeek: '先週',
2575
+ thisMonth: '今月',
2576
+ lastMonth: '先月',
2577
+ thisYear: '今年'
2578
+ },
2579
+ loading: {
2580
+ text: '読み込み中...'
2581
+ },
2582
+ pageHeader: {
2583
+ home: 'ホーム'
2406
2584
  }
2407
2585
  };
2408
2586
 
@@ -2433,7 +2611,8 @@ var slSI = {
2433
2611
  st: {
2434
2612
  total: '{{range[0]}} - {{range[1]}} of {{total}}',
2435
2613
  filterConfirm: 'OK',
2436
- filterReset: 'Reset'
2614
+ filterReset: 'Reset',
2615
+ more: 'Več'
2437
2616
  },
2438
2617
  sf: {
2439
2618
  submit: 'Pošlji',
@@ -2485,6 +2664,23 @@ var slSI = {
2485
2664
  prev: `Prejšnje`,
2486
2665
  next: `Naslednji`,
2487
2666
  done: `Končano`
2667
+ },
2668
+ datePicker: {
2669
+ today: 'Danes',
2670
+ yesterday: 'Včeraj',
2671
+ last3Days: 'Zadnji 3 dnevi',
2672
+ last7Days: 'Zadnjih 7 dni',
2673
+ thisWeek: 'Ta teden',
2674
+ lastWeek: 'Prejšnji teden',
2675
+ thisMonth: 'Ta mesec',
2676
+ lastMonth: 'Prejšnji mesec',
2677
+ thisYear: 'Letos'
2678
+ },
2679
+ loading: {
2680
+ text: 'Nalaganje...'
2681
+ },
2682
+ pageHeader: {
2683
+ home: 'Domov'
2488
2684
  }
2489
2685
  };
2490
2686
 
@@ -2516,7 +2712,8 @@ var frFR = {
2516
2712
  st: {
2517
2713
  total: '{{range[0]}} - {{range[1]}} de {{total}}',
2518
2714
  filterConfirm: 'OK',
2519
- filterReset: 'Réinitialiser'
2715
+ filterReset: 'Réinitialiser',
2716
+ more: 'Plus'
2520
2717
  },
2521
2718
  sf: {
2522
2719
  submit: 'Soumettre',
@@ -2568,6 +2765,23 @@ var frFR = {
2568
2765
  prev: `Précédent`,
2569
2766
  next: `Suivant`,
2570
2767
  done: `Terminé`
2768
+ },
2769
+ datePicker: {
2770
+ today: 'Auj.',
2771
+ yesterday: 'Hier',
2772
+ last3Days: '3 derniers j.',
2773
+ last7Days: '7 derniers j.',
2774
+ thisWeek: 'Sem. en cours',
2775
+ lastWeek: 'Sem. dernière',
2776
+ thisMonth: 'Mois en cours',
2777
+ lastMonth: 'Mois dernier',
2778
+ thisYear: 'Année en cours'
2779
+ },
2780
+ loading: {
2781
+ text: 'Chargement...'
2782
+ },
2783
+ pageHeader: {
2784
+ home: 'Accueil'
2571
2785
  }
2572
2786
  };
2573
2787
 
@@ -2599,7 +2813,8 @@ var esES = {
2599
2813
  st: {
2600
2814
  total: '{{rango[0]}} - {{rango[1]}} de {{total}}',
2601
2815
  filterConfirm: 'Aceptar',
2602
- filterReset: 'Reiniciar'
2816
+ filterReset: 'Reiniciar',
2817
+ more: 'Más'
2603
2818
  },
2604
2819
  sf: {
2605
2820
  submit: 'Submit',
@@ -2651,6 +2866,23 @@ var esES = {
2651
2866
  prev: `Previo`,
2652
2867
  next: `Siguiente`,
2653
2868
  done: `Terminado`
2869
+ },
2870
+ datePicker: {
2871
+ today: 'Hoy',
2872
+ yesterday: 'Ayer',
2873
+ last3Days: 'Últ. 3 días',
2874
+ last7Days: 'Últ. 7 días',
2875
+ thisWeek: 'Esta sem.',
2876
+ lastWeek: 'Sem. pasada',
2877
+ thisMonth: 'Este mes',
2878
+ lastMonth: 'Mes pasado',
2879
+ thisYear: 'Este año'
2880
+ },
2881
+ loading: {
2882
+ text: 'Cargando...'
2883
+ },
2884
+ pageHeader: {
2885
+ home: 'Inicio'
2654
2886
  }
2655
2887
  };
2656
2888
 
@@ -2682,7 +2914,8 @@ var itIT = {
2682
2914
  st: {
2683
2915
  total: '{{range[0]}} - {{range[1]}} di {{total}}',
2684
2916
  filterConfirm: 'OK',
2685
- filterReset: 'Reimposta'
2917
+ filterReset: 'Reimposta',
2918
+ more: 'Altro'
2686
2919
  },
2687
2920
  sf: {
2688
2921
  submit: 'Invia',
@@ -2734,6 +2967,23 @@ var itIT = {
2734
2967
  prev: `Precedente`,
2735
2968
  next: `Successivo`,
2736
2969
  done: `Fatto`
2970
+ },
2971
+ datePicker: {
2972
+ today: 'Oggi',
2973
+ yesterday: 'Ieri',
2974
+ last3Days: 'Ultimi 3 gg',
2975
+ last7Days: 'Ultimi 7 gg',
2976
+ thisWeek: 'Questa sett.',
2977
+ lastWeek: 'Sett. scorsa',
2978
+ thisMonth: 'Questo mese',
2979
+ lastMonth: 'Mese scorso',
2980
+ thisYear: "Quest'anno"
2981
+ },
2982
+ loading: {
2983
+ text: 'Caricamento...'
2984
+ },
2985
+ pageHeader: {
2986
+ home: 'Home'
2737
2987
  }
2738
2988
  };
2739
2989
 
@@ -2765,7 +3015,8 @@ var viVN = {
2765
3015
  st: {
2766
3016
  total: '{{range[0]}} - {{range[1]}} của {{total}}',
2767
3017
  filterConfirm: 'OK',
2768
- filterReset: 'Đặt lại'
3018
+ filterReset: 'Đặt lại',
3019
+ more: 'Thêm'
2769
3020
  },
2770
3021
  sf: {
2771
3022
  submit: 'Gửi',
@@ -2817,6 +3068,23 @@ var viVN = {
2817
3068
  prev: `Trước`,
2818
3069
  next: `Tiếp`,
2819
3070
  done: `Hoàn thành`
3071
+ },
3072
+ datePicker: {
3073
+ today: 'Hôm nay',
3074
+ yesterday: 'Hôm qua',
3075
+ last3Days: '3 ngày qua',
3076
+ last7Days: '7 ngày qua',
3077
+ thisWeek: 'Tuần này',
3078
+ lastWeek: 'Tuần trước',
3079
+ thisMonth: 'Tháng này',
3080
+ lastMonth: 'Tháng trước',
3081
+ thisYear: 'Năm nay'
3082
+ },
3083
+ loading: {
3084
+ text: 'Đang tải...'
3085
+ },
3086
+ pageHeader: {
3087
+ home: 'Trang chủ'
2820
3088
  }
2821
3089
  };
2822
3090
 
@@ -2848,7 +3116,8 @@ var arSA = {
2848
3116
  st: {
2849
3117
  total: '{{range[0]}} - {{range[1]}} من {{total}}',
2850
3118
  filterConfirm: 'تأكيد',
2851
- filterReset: 'إعادة تعيين'
3119
+ filterReset: 'إعادة تعيين',
3120
+ more: 'المزيد'
2852
3121
  },
2853
3122
  sf: {
2854
3123
  submit: 'حفظ',
@@ -2900,6 +3169,23 @@ var arSA = {
2900
3169
  prev: `السابق`,
2901
3170
  next: `التالي`,
2902
3171
  done: `تم`
3172
+ },
3173
+ datePicker: {
3174
+ today: 'اليوم',
3175
+ yesterday: 'أمس',
3176
+ last3Days: 'آخر 3 أيام',
3177
+ last7Days: 'آخر 7 أيام',
3178
+ thisWeek: 'هذا الأسبوع',
3179
+ lastWeek: 'الأسبوع الماضي',
3180
+ thisMonth: 'هذا الشهر',
3181
+ lastMonth: 'الشهر الماضي',
3182
+ thisYear: 'هذا العام'
3183
+ },
3184
+ loading: {
3185
+ text: 'جاري التحميل...'
3186
+ },
3187
+ pageHeader: {
3188
+ home: 'الرئيسية'
2903
3189
  }
2904
3190
  };
2905
3191
 
@@ -2931,7 +3217,8 @@ var idID = {
2931
3217
  st: {
2932
3218
  total: '{{range[0]}} - {{range[1]}} dari {{total}}',
2933
3219
  filterConfirm: 'OK',
2934
- filterReset: 'Atur ulang'
3220
+ filterReset: 'Atur ulang',
3221
+ more: 'Lainnya'
2935
3222
  },
2936
3223
  sf: {
2937
3224
  submit: 'Kirim',
@@ -2983,6 +3270,23 @@ var idID = {
2983
3270
  prev: `Sebelumnya`,
2984
3271
  next: `Berikutnya`,
2985
3272
  done: `Selesai`
3273
+ },
3274
+ datePicker: {
3275
+ today: 'Hari Ini',
3276
+ yesterday: 'Kemarin',
3277
+ last3Days: '3 Hari Terakhir',
3278
+ last7Days: '7 Hari Terakhir',
3279
+ thisWeek: 'Minggu Ini',
3280
+ lastWeek: 'Minggu Lalu',
3281
+ thisMonth: 'Bulan Ini',
3282
+ lastMonth: 'Bulan Lalu',
3283
+ thisYear: 'Tahun Ini'
3284
+ },
3285
+ loading: {
3286
+ text: 'Memuat...'
3287
+ },
3288
+ pageHeader: {
3289
+ home: 'Beranda'
2986
3290
  }
2987
3291
  };
2988
3292
 
@@ -3014,7 +3318,8 @@ var kmKH = {
3014
3318
  st: {
3015
3319
  total: '{{range[0]}} - {{range[1]}} នៃ {{total}}',
3016
3320
  filterConfirm: 'យល់ព្រម',
3017
- filterReset: 'កំណត់ឡើងវិញ'
3321
+ filterReset: 'កំណត់ឡើងវិញ',
3322
+ more: 'ច្រើនទៀត'
3018
3323
  },
3019
3324
  sf: {
3020
3325
  submit: 'ដាក់ស្នើ',
@@ -3066,6 +3371,23 @@ var kmKH = {
3066
3371
  prev: `ថយក្រោយ`,
3067
3372
  next: `បន្ទាប់`,
3068
3373
  done: `រួចរាល់`
3374
+ },
3375
+ datePicker: {
3376
+ today: 'ថ្ងៃនេះ',
3377
+ yesterday: 'ម្សិលមិញ',
3378
+ last3Days: '៣ថ្ងៃចុងក្រោយ',
3379
+ last7Days: '៧ថ្ងៃចុងក្រោយ',
3380
+ thisWeek: 'សប្តាហ៍នេះ',
3381
+ lastWeek: 'សប្តាហ៍មុន',
3382
+ thisMonth: 'ខែនេះ',
3383
+ lastMonth: 'ខែមុន',
3384
+ thisYear: 'ឆ្នាំនេះ'
3385
+ },
3386
+ loading: {
3387
+ text: 'កំពុងផ្ទុក...'
3388
+ },
3389
+ pageHeader: {
3390
+ home: 'ទំព័រដើម'
3069
3391
  }
3070
3392
  };
3071
3393
 
@@ -3097,7 +3419,8 @@ var msMY = {
3097
3419
  st: {
3098
3420
  total: '{{range[0]}} - {{range[1]}} daripada {{total}}',
3099
3421
  filterConfirm: 'OK',
3100
- filterReset: 'Set Semula'
3422
+ filterReset: 'Set Semula',
3423
+ more: 'Lagi'
3101
3424
  },
3102
3425
  sf: {
3103
3426
  submit: 'Hantar',
@@ -3149,6 +3472,23 @@ var msMY = {
3149
3472
  prev: `Sebelum`,
3150
3473
  next: `Seterusnya`,
3151
3474
  done: `Selesai`
3475
+ },
3476
+ datePicker: {
3477
+ today: 'Hari Ini',
3478
+ yesterday: 'Semalam',
3479
+ last3Days: '3 Hari Lalu',
3480
+ last7Days: '7 Hari Lalu',
3481
+ thisWeek: 'Minggu Ini',
3482
+ lastWeek: 'Minggu Lalu',
3483
+ thisMonth: 'Bulan Ini',
3484
+ lastMonth: 'Bulan Lalu',
3485
+ thisYear: 'Tahun Ini'
3486
+ },
3487
+ loading: {
3488
+ text: 'Memuat...'
3489
+ },
3490
+ pageHeader: {
3491
+ home: 'Laman Utama'
3152
3492
  }
3153
3493
  };
3154
3494
 
@@ -3180,7 +3520,8 @@ var thTH = {
3180
3520
  st: {
3181
3521
  total: '{{range[0]}} - {{range[1]}} จาก {{total}}',
3182
3522
  filterConfirm: 'ตกลง',
3183
- filterReset: 'รีเซ็ต'
3523
+ filterReset: 'รีเซ็ต',
3524
+ more: 'เพิ่มเติม'
3184
3525
  },
3185
3526
  sf: {
3186
3527
  submit: 'ส่งข้อมูล',
@@ -3232,6 +3573,23 @@ var thTH = {
3232
3573
  prev: `ก่อนหน้า`,
3233
3574
  next: `ถัดไป`,
3234
3575
  done: `เสร็จสิ้น`
3576
+ },
3577
+ datePicker: {
3578
+ today: 'วันนี้',
3579
+ yesterday: 'เมื่อวาน',
3580
+ last3Days: '3 วันที่ผ่านมา',
3581
+ last7Days: '7 วันที่ผ่านมา',
3582
+ thisWeek: 'สัปดาห์นี้',
3583
+ lastWeek: 'สัปดาห์ที่แล้ว',
3584
+ thisMonth: 'เดือนนี้',
3585
+ lastMonth: 'เดือนที่แล้ว',
3586
+ thisYear: 'ปีนี้'
3587
+ },
3588
+ loading: {
3589
+ text: 'กำลังโหลด...'
3590
+ },
3591
+ pageHeader: {
3592
+ home: 'หน้าหลัก'
3235
3593
  }
3236
3594
  };
3237
3595
 
@@ -3245,10 +3603,10 @@ class DatePipe {
3245
3603
  customFormat: this.cog?.dateFormatCustom
3246
3604
  });
3247
3605
  }
3248
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3249
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: DatePipe, isStandalone: true, name: "_date" });
3606
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3607
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: DatePipe, isStandalone: true, name: "_date" });
3250
3608
  }
3251
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DatePipe, decorators: [{
3609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: DatePipe, decorators: [{
3252
3610
  type: Pipe,
3253
3611
  args: [{ name: '_date' }]
3254
3612
  }] });
@@ -3264,10 +3622,10 @@ class KeysPipe {
3264
3622
  });
3265
3623
  return ret;
3266
3624
  }
3267
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3268
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: KeysPipe, isStandalone: true, name: "keys" });
3625
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3626
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: KeysPipe, isStandalone: true, name: "keys" });
3269
3627
  }
3270
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: KeysPipe, decorators: [{
3628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: KeysPipe, decorators: [{
3271
3629
  type: Pipe,
3272
3630
  args: [{ name: 'keys' }]
3273
3631
  }] });
@@ -3302,10 +3660,10 @@ class YNPipe {
3302
3660
  const html = yn(value, { yes, no, mode });
3303
3661
  return isSafeHtml ? this.dom.bypassSecurityTrustHtml(html) : html;
3304
3662
  }
3305
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: YNPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3306
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: YNPipe, isStandalone: true, name: "yn" });
3663
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: YNPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3664
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: YNPipe, isStandalone: true, name: "yn" });
3307
3665
  }
3308
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: YNPipe, decorators: [{
3666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: YNPipe, decorators: [{
3309
3667
  type: Pipe,
3310
3668
  args: [{ name: 'yn' }]
3311
3669
  }] });
@@ -3315,10 +3673,10 @@ class HTMLPipe {
3315
3673
  transform(html) {
3316
3674
  return html ? this.dom.bypassSecurityTrustHtml(html) : '';
3317
3675
  }
3318
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: HTMLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3319
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: HTMLPipe, isStandalone: true, name: "html" });
3676
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: HTMLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3677
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: HTMLPipe, isStandalone: true, name: "html" });
3320
3678
  }
3321
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: HTMLPipe, decorators: [{
3679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: HTMLPipe, decorators: [{
3322
3680
  type: Pipe,
3323
3681
  args: [{ name: 'html' }]
3324
3682
  }] });
@@ -3328,10 +3686,10 @@ class URLPipe {
3328
3686
  transform(url) {
3329
3687
  return url ? this.dom.bypassSecurityTrustUrl(url) : '';
3330
3688
  }
3331
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: URLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3332
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: URLPipe, isStandalone: true, name: "url" });
3689
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: URLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3690
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: URLPipe, isStandalone: true, name: "url" });
3333
3691
  }
3334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: URLPipe, decorators: [{
3692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: URLPipe, decorators: [{
3335
3693
  type: Pipe,
3336
3694
  args: [{ name: 'url' }]
3337
3695
  }] });
@@ -3358,11 +3716,11 @@ class AlainThemeModule {
3358
3716
  providers: HELPERS
3359
3717
  };
3360
3718
  }
3361
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainThemeModule, deps: [{ token: i1.NzIconService }], target: i0.ɵɵFactoryTarget.NgModule });
3362
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: AlainThemeModule, imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe], exports: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe, DelonLocaleModule] });
3363
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainThemeModule, providers: [ALAIN_SETTING_DEFAULT], imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DelonLocaleModule] });
3719
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainThemeModule, deps: [{ token: i1.NzIconService }], target: i0.ɵɵFactoryTarget.NgModule });
3720
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: AlainThemeModule, imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe], exports: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe, DelonLocaleModule] });
3721
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainThemeModule, providers: [ALAIN_SETTING_DEFAULT], imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DelonLocaleModule] });
3364
3722
  }
3365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainThemeModule, decorators: [{
3723
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AlainThemeModule, decorators: [{
3366
3724
  type: NgModule,
3367
3725
  args: [{
3368
3726
  imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, ...PIPES],
@@ -3426,7 +3784,7 @@ class PreloadOptionalModules {
3426
3784
  }
3427
3785
  }
3428
3786
 
3429
- const VERSION = new Version('20.1.1');
3787
+ const VERSION = new Version('21.0.0-next.1');
3430
3788
 
3431
3789
  /**
3432
3790
  * Generated bundle index. Do not edit.