@acorex/core 16.19.59 → 16.20.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 (48) hide show
  1. package/fesm2022/acorex-core.mjs +92 -92
  2. package/fesm2022/acorex-core.mjs.map +1 -1
  3. package/index.d.ts +539 -43
  4. package/package.json +1 -1
  5. package/lib/classes/base-page.class.d.ts +0 -13
  6. package/lib/classes/color.class.d.ts +0 -17
  7. package/lib/classes/datetime.class.d.ts +0 -63
  8. package/lib/classes/menu.class.d.ts +0 -34
  9. package/lib/classes/navigator.class.d.ts +0 -5
  10. package/lib/classes/popup.class.d.ts +0 -12
  11. package/lib/classes/promise.class.d.ts +0 -7
  12. package/lib/classes/sectionlist.class.d.ts +0 -8
  13. package/lib/classes/select.class.d.ts +0 -7
  14. package/lib/core.module.d.ts +0 -9
  15. package/lib/error/error.class.d.ts +0 -4
  16. package/lib/error/error.module.d.ts +0 -7
  17. package/lib/error/error.service.d.ts +0 -13
  18. package/lib/events/keyboard.d.ts +0 -2
  19. package/lib/http/http-error.class.d.ts +0 -7
  20. package/lib/http/http-events.interceptor.d.ts +0 -10
  21. package/lib/http/http-request.class.d.ts +0 -14
  22. package/lib/http/http-result.class.d.ts +0 -11
  23. package/lib/http/http.module.d.ts +0 -10
  24. package/lib/http/http.service.d.ts +0 -23
  25. package/lib/pipe/datetime.pipe.d.ts +0 -8
  26. package/lib/pipe/htmlToText.pipe.d.ts +0 -7
  27. package/lib/platform/index.d.ts +0 -1
  28. package/lib/platform/platform.service.d.ts +0 -26
  29. package/lib/services/config.d.ts +0 -9
  30. package/lib/services/event.service.d.ts +0 -9
  31. package/lib/services/navigator.service.d.ts +0 -8
  32. package/lib/services/storage.service.d.ts +0 -7
  33. package/lib/translator/translator.d.ts +0 -9
  34. package/lib/translator/translator.module.d.ts +0 -8
  35. package/lib/translator/translator.pipe.d.ts +0 -8
  36. package/lib/translator/translator.service.d.ts +0 -8
  37. package/lib/utils/array/array-util.d.ts +0 -6
  38. package/lib/utils/html/html-util.d.ts +0 -62
  39. package/lib/utils/html/html.module.d.ts +0 -8
  40. package/lib/utils/math/math-util.d.ts +0 -3
  41. package/lib/utils/object/object-util.d.ts +0 -7
  42. package/lib/utils/render/on-demand-preload-strategy.service.d.ts +0 -10
  43. package/lib/utils/render/render.service.d.ts +0 -18
  44. package/lib/utils/render/rendering.module.d.ts +0 -8
  45. package/lib/utils/scroll/scroll.directive.d.ts +0 -18
  46. package/lib/utils/scroll/scroll.module.d.ts +0 -8
  47. package/lib/utils/separator/separator.module.d.ts +0 -8
  48. package/lib/utils/separator/separator.pipe.d.ts +0 -8
@@ -570,10 +570,10 @@ class AXBasePageComponent {
570
570
  ngOnDestroy() {
571
571
  this.onClosed.unsubscribe();
572
572
  }
573
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXBasePageComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
574
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXBasePageComponent });
573
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXBasePageComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
574
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXBasePageComponent });
575
575
  }
576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXBasePageComponent, decorators: [{
576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXBasePageComponent, decorators: [{
577
577
  type: Injectable
578
578
  }] });
579
579
 
@@ -589,20 +589,20 @@ class AXErrorService {
589
589
  instance.show(message);
590
590
  }
591
591
  }
592
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXErrorService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
593
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXErrorService, providedIn: 'root' });
592
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXErrorService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
593
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXErrorService, providedIn: 'root' });
594
594
  }
595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXErrorService, decorators: [{
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXErrorService, decorators: [{
596
596
  type: Injectable,
597
597
  args: [{ providedIn: 'root' }]
598
598
  }], ctorParameters: () => [{ type: i0.Injector }] });
599
599
 
600
600
  class AXErrorModule {
601
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
602
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXErrorModule, imports: [CommonModule] });
603
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXErrorModule, providers: [AXErrorService], imports: [CommonModule] });
601
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
602
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXErrorModule, imports: [CommonModule] });
603
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXErrorModule, providers: [AXErrorService], imports: [CommonModule] });
604
604
  }
605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXErrorModule, decorators: [{
605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXErrorModule, decorators: [{
606
606
  type: NgModule,
607
607
  args: [{
608
608
  declarations: [],
@@ -652,33 +652,33 @@ class AXHttpService {
652
652
  }
653
653
  get(url, config = {}) {
654
654
  config.url = url;
655
- config.method = "get";
655
+ config.method = 'get';
656
656
  return this.request(config);
657
657
  }
658
658
  post(url, config = {}) {
659
659
  config.url = url;
660
- config.method = "post";
660
+ config.method = 'post';
661
661
  return this.request(config);
662
662
  }
663
663
  delete(url, config = {}) {
664
664
  config.url = url;
665
- config.method = "delete";
665
+ config.method = 'delete';
666
666
  return this.request(config);
667
667
  }
668
668
  put(url, config = {}) {
669
669
  config.url = url;
670
- config.method = "put";
670
+ config.method = 'put';
671
671
  return this.request(config);
672
672
  }
673
673
  request(config) {
674
674
  return new HttpResult((result, error, complete) => {
675
- this.handleBegin(config).then(c => {
675
+ this.handleBegin(config).then((c) => {
676
676
  this.http
677
677
  .request(config.method, config.url, this.mapOptions(config))
678
678
  //.pipe(this.retry)
679
- .subscribe(data => {
679
+ .subscribe((data) => {
680
680
  this.handleResult(data, result, complete, config);
681
- }, c => {
681
+ }, (c) => {
682
682
  this.handleError(c, error, complete, config);
683
683
  });
684
684
  });
@@ -686,7 +686,7 @@ class AXHttpService {
686
686
  }
687
687
  handleResult(data, result, complete, config) {
688
688
  if (this.interceptor) {
689
- this.interceptor.success(config, data).then(c => {
689
+ this.interceptor.success(config, data).then((c) => {
690
690
  if (result)
691
691
  result(c);
692
692
  this.handleComplete(complete, config);
@@ -707,7 +707,7 @@ class AXHttpService {
707
707
  config.params = {};
708
708
  //
709
709
  if (this.interceptor) {
710
- this.interceptor.begin(config).then(c => {
710
+ this.interceptor.begin(config).then((c) => {
711
711
  resolve(c);
712
712
  });
713
713
  }
@@ -728,7 +728,7 @@ class AXHttpService {
728
728
  status: c.status,
729
729
  code: c.status?.toString(),
730
730
  handled: false,
731
- error: c.error
731
+ error: c.error,
732
732
  };
733
733
  if (error) {
734
734
  error(r);
@@ -758,7 +758,7 @@ class AXHttpService {
758
758
  headers: headers,
759
759
  params: params,
760
760
  body: options.body,
761
- responseType: options.responseType || 'json'
761
+ responseType: options.responseType || 'json',
762
762
  };
763
763
  // if (options.method == "get") {
764
764
  // return {
@@ -774,10 +774,10 @@ class AXHttpService {
774
774
  // };
775
775
  // }
776
776
  }
777
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHttpService, deps: [{ token: i1.HttpClient }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
778
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHttpService });
777
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHttpService, deps: [{ token: i1.HttpClient }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
778
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHttpService });
779
779
  }
780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHttpService, decorators: [{
780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHttpService, decorators: [{
781
781
  type: Injectable
782
782
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: i0.Injector }] });
783
783
 
@@ -788,15 +788,15 @@ class AXHttpModule {
788
788
  providers: [AXHttpService]
789
789
  };
790
790
  }
791
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHttpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
792
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXHttpModule, imports: [CommonModule,
791
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHttpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
792
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXHttpModule, imports: [CommonModule,
793
793
  HttpClientModule], exports: [HttpClientModule] });
794
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHttpModule, providers: [
794
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHttpModule, providers: [
795
795
  AXHttpService
796
796
  ], imports: [CommonModule,
797
797
  HttpClientModule, HttpClientModule] });
798
798
  }
799
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHttpModule, decorators: [{
799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHttpModule, decorators: [{
800
800
  type: NgModule,
801
801
  args: [{
802
802
  declarations: [],
@@ -949,10 +949,10 @@ class AXPlatform {
949
949
  // init functions
950
950
  this._setFullHeightRatio();
951
951
  }
952
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXPlatform, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
953
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXPlatform, providedIn: 'root' });
952
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXPlatform, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
953
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXPlatform, providedIn: 'root' });
954
954
  }
955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXPlatform, decorators: [{
955
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXPlatform, decorators: [{
956
956
  type: Injectable,
957
957
  args: [{
958
958
  providedIn: 'root',
@@ -973,10 +973,10 @@ class AXDateTimePipe {
973
973
  return date.format(format);
974
974
  }
975
975
  }
976
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXDateTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
977
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXDateTimePipe, isStandalone: false, name: "dt" });
976
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXDateTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
977
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXDateTimePipe, isStandalone: false, name: "dt" });
978
978
  }
979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXDateTimePipe, decorators: [{
979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXDateTimePipe, decorators: [{
980
980
  type: Pipe,
981
981
  args: [{
982
982
  name: 'dt',
@@ -999,10 +999,10 @@ class AXHtmlToTextPipe {
999
999
  return '';
1000
1000
  }
1001
1001
  }
1002
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHtmlToTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1003
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXHtmlToTextPipe, isStandalone: false, name: "html2text" });
1002
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHtmlToTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1003
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXHtmlToTextPipe, isStandalone: false, name: "html2text" });
1004
1004
  }
1005
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHtmlToTextPipe, decorators: [{
1005
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHtmlToTextPipe, decorators: [{
1006
1006
  type: Pipe,
1007
1007
  args: [{
1008
1008
  name: 'html2text',
@@ -1034,19 +1034,19 @@ class AXEventService {
1034
1034
  d.events = [];
1035
1035
  }
1036
1036
  }
1037
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXEventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1038
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXEventService, providedIn: 'root' });
1037
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXEventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1038
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXEventService, providedIn: 'root' });
1039
1039
  }
1040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXEventService, decorators: [{
1040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXEventService, decorators: [{
1041
1041
  type: Injectable,
1042
1042
  args: [{ providedIn: 'root' }]
1043
1043
  }] });
1044
1044
 
1045
1045
  class AXNavigator {
1046
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXNavigator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1047
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXNavigator });
1046
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXNavigator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1047
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXNavigator });
1048
1048
  }
1049
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXNavigator, decorators: [{
1049
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXNavigator, decorators: [{
1050
1050
  type: Injectable
1051
1051
  }] });
1052
1052
 
@@ -1057,10 +1057,10 @@ class AXStorageService {
1057
1057
  set(key, value) {
1058
1058
  localStorage.setItem(key, value);
1059
1059
  }
1060
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1061
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXStorageService });
1060
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1061
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXStorageService });
1062
1062
  }
1063
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXStorageService, decorators: [{
1063
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXStorageService, decorators: [{
1064
1064
  type: Injectable
1065
1065
  }] });
1066
1066
 
@@ -1097,10 +1097,10 @@ class AXTranslatorService {
1097
1097
  get(key, lang) {
1098
1098
  return AXTranslator.get(lang, lang);
1099
1099
  }
1100
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1101
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorService, providedIn: 'platform' });
1100
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1101
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorService, providedIn: 'platform' });
1102
1102
  }
1103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorService, decorators: [{
1103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorService, decorators: [{
1104
1104
  type: Injectable,
1105
1105
  args: [{ providedIn: 'platform' }]
1106
1106
  }] });
@@ -1118,10 +1118,10 @@ class AXTranslatorPipe {
1118
1118
  transform(value, lang) {
1119
1119
  return AXTranslator.get(value, lang);
1120
1120
  }
1121
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1122
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorPipe, isStandalone: false, name: "trans" });
1121
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1122
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorPipe, isStandalone: false, name: "trans" });
1123
1123
  }
1124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorPipe, decorators: [{
1124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorPipe, decorators: [{
1125
1125
  type: Pipe,
1126
1126
  args: [{
1127
1127
  name: 'trans', pure: true,
@@ -2100,11 +2100,11 @@ class AXTranslatorModule {
2100
2100
  AXTranslator.load('en', en$1);
2101
2101
  AXTranslator.load('fa', fa$1);
2102
2102
  }
2103
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2104
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorModule, declarations: [AXTranslatorPipe], exports: [AXTranslatorPipe] });
2105
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorModule });
2103
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2104
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorModule, declarations: [AXTranslatorPipe], exports: [AXTranslatorPipe] });
2105
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorModule });
2106
2106
  }
2107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXTranslatorModule, decorators: [{
2107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXTranslatorModule, decorators: [{
2108
2108
  type: NgModule,
2109
2109
  args: [{
2110
2110
  imports: [],
@@ -2452,11 +2452,11 @@ class AXHtmlUtil {
2452
2452
  }
2453
2453
 
2454
2454
  class AXHtmlModule {
2455
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHtmlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2456
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXHtmlModule, declarations: [AXHtmlToTextPipe], imports: [CommonModule], exports: [AXHtmlToTextPipe] });
2457
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHtmlModule, imports: [CommonModule] });
2455
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHtmlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2456
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXHtmlModule, declarations: [AXHtmlToTextPipe], imports: [CommonModule], exports: [AXHtmlToTextPipe] });
2457
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHtmlModule, imports: [CommonModule] });
2458
2458
  }
2459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHtmlModule, decorators: [{
2459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHtmlModule, decorators: [{
2460
2460
  type: NgModule,
2461
2461
  args: [{
2462
2462
  declarations: [AXHtmlToTextPipe],
@@ -2476,10 +2476,10 @@ class AXOnDemandPreloadService {
2476
2476
  const slices = [];
2477
2477
  this.subject.next(routePath);
2478
2478
  }
2479
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXOnDemandPreloadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2480
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXOnDemandPreloadService });
2479
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXOnDemandPreloadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2480
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXOnDemandPreloadService });
2481
2481
  }
2482
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXOnDemandPreloadService, decorators: [{
2482
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXOnDemandPreloadService, decorators: [{
2483
2483
  type: Injectable
2484
2484
  }], ctorParameters: () => [] });
2485
2485
 
@@ -2578,10 +2578,10 @@ class AXRenderService {
2578
2578
  }
2579
2579
  return found;
2580
2580
  }
2581
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXRenderService, deps: [{ token: i0.ApplicationRef }, { token: i1$1.Router }, { token: i0.ComponentFactoryResolver }, { token: i0.Compiler }, { token: AXOnDemandPreloadService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
2582
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXRenderService, providedIn: 'root' });
2581
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXRenderService, deps: [{ token: i0.ApplicationRef }, { token: i1$1.Router }, { token: i0.ComponentFactoryResolver }, { token: i0.Compiler }, { token: AXOnDemandPreloadService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
2582
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXRenderService, providedIn: 'root' });
2583
2583
  }
2584
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXRenderService, decorators: [{
2584
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXRenderService, decorators: [{
2585
2585
  type: Injectable,
2586
2586
  args: [{ providedIn: 'root' }]
2587
2587
  }], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i1$1.Router }, { type: i0.ComponentFactoryResolver }, { type: i0.Compiler }, { type: AXOnDemandPreloadService }, { type: i0.Injector }] });
@@ -2591,9 +2591,9 @@ function getOnDemandPreloadServiceFactory() {
2591
2591
  return new AXOnDemandPreloadService();
2592
2592
  }
2593
2593
  class AXRenderingModule {
2594
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXRenderingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2595
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXRenderingModule });
2596
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXRenderingModule, providers: [
2594
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXRenderingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2595
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXRenderingModule });
2596
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXRenderingModule, providers: [
2597
2597
  {
2598
2598
  provide: AXOnDemandPreloadService,
2599
2599
  useFactory: getOnDemandPreloadServiceFactory
@@ -2601,7 +2601,7 @@ class AXRenderingModule {
2601
2601
  AXRenderService
2602
2602
  ] });
2603
2603
  }
2604
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXRenderingModule, decorators: [{
2604
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXRenderingModule, decorators: [{
2605
2605
  type: NgModule,
2606
2606
  args: [{
2607
2607
  imports: [],
@@ -2627,10 +2627,10 @@ class AXHorizontalScrollDirective {
2627
2627
  const delta = Math.max(-1, Math.min(1, e.wheelDelta || -e.detail));
2628
2628
  this.el.nativeElement.scrollLeft -= delta * this.scrollValue;
2629
2629
  }
2630
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHorizontalScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2631
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.5", type: AXHorizontalScrollDirective, isStandalone: false, selector: "[horizontalScroll]", inputs: { scrollValue: ["horizontalScroll", "scrollValue"] }, host: { listeners: { "wheel": "onMouseWheel($event)" } }, ngImport: i0 });
2630
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHorizontalScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2631
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: AXHorizontalScrollDirective, isStandalone: false, selector: "[horizontalScroll]", inputs: { scrollValue: ["horizontalScroll", "scrollValue"] }, host: { listeners: { "wheel": "onMouseWheel($event)" } }, ngImport: i0 });
2632
2632
  }
2633
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXHorizontalScrollDirective, decorators: [{
2633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXHorizontalScrollDirective, decorators: [{
2634
2634
  type: Directive,
2635
2635
  args: [{
2636
2636
  // tslint:disable-next-line: directive-selector
@@ -2654,10 +2654,10 @@ class AXVerticalScrollDirective {
2654
2654
  const delta = Math.max(-1, Math.min(1, e.wheelDelta || -e.detail));
2655
2655
  this.el.nativeElement.scrollTop -= delta * this.scrollValue;
2656
2656
  }
2657
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXVerticalScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2658
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.5", type: AXVerticalScrollDirective, isStandalone: false, selector: "[verticalScroll]", inputs: { scrollValue: ["verticalScroll", "scrollValue"] }, host: { listeners: { "wheel": "onMouseWheel($event)" } }, ngImport: i0 });
2657
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXVerticalScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2658
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: AXVerticalScrollDirective, isStandalone: false, selector: "[verticalScroll]", inputs: { scrollValue: ["verticalScroll", "scrollValue"] }, host: { listeners: { "wheel": "onMouseWheel($event)" } }, ngImport: i0 });
2659
2659
  }
2660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXVerticalScrollDirective, decorators: [{
2660
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXVerticalScrollDirective, decorators: [{
2661
2661
  type: Directive,
2662
2662
  args: [{
2663
2663
  // tslint:disable-next-line: directive-selector
@@ -2673,11 +2673,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
2673
2673
  }] } });
2674
2674
 
2675
2675
  class AXScrollModule {
2676
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2677
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXScrollModule, declarations: [AXHorizontalScrollDirective, AXVerticalScrollDirective], imports: [CommonModule], exports: [AXHorizontalScrollDirective, AXVerticalScrollDirective] });
2678
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXScrollModule, imports: [CommonModule] });
2676
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2677
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXScrollModule, declarations: [AXHorizontalScrollDirective, AXVerticalScrollDirective], imports: [CommonModule], exports: [AXHorizontalScrollDirective, AXVerticalScrollDirective] });
2678
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXScrollModule, imports: [CommonModule] });
2679
2679
  }
2680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXScrollModule, decorators: [{
2680
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXScrollModule, decorators: [{
2681
2681
  type: NgModule,
2682
2682
  args: [{
2683
2683
  declarations: [AXHorizontalScrollDirective, AXVerticalScrollDirective],
@@ -2703,11 +2703,11 @@ class AXSeparatorPipe {
2703
2703
  maximumFractionDigits: decimal
2704
2704
  }).format(Number(value)) + (currency != '' ? ' ' + currency : ''));
2705
2705
  }
2706
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXSeparatorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2707
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXSeparatorPipe, isStandalone: false, name: "separator" });
2708
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXSeparatorPipe, providedIn: 'root' });
2706
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXSeparatorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2707
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXSeparatorPipe, isStandalone: false, name: "separator" });
2708
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXSeparatorPipe, providedIn: 'root' });
2709
2709
  }
2710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXSeparatorPipe, decorators: [{
2710
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXSeparatorPipe, decorators: [{
2711
2711
  type: Pipe,
2712
2712
  args: [{
2713
2713
  name: 'separator',
@@ -2721,11 +2721,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
2721
2721
  }] });
2722
2722
 
2723
2723
  class AXSeparatorModule {
2724
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXSeparatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2725
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXSeparatorModule, declarations: [AXSeparatorPipe], imports: [CommonModule], exports: [AXSeparatorPipe] });
2726
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXSeparatorModule, imports: [CommonModule] });
2724
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXSeparatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2725
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXSeparatorModule, declarations: [AXSeparatorPipe], imports: [CommonModule], exports: [AXSeparatorPipe] });
2726
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXSeparatorModule, imports: [CommonModule] });
2727
2727
  }
2728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXSeparatorModule, decorators: [{
2728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXSeparatorModule, decorators: [{
2729
2729
  type: NgModule,
2730
2730
  args: [{
2731
2731
  declarations: [AXSeparatorPipe],
@@ -2741,11 +2741,11 @@ const SERVICES = [AXEventService,
2741
2741
  AXStorageService
2742
2742
  ];
2743
2743
  class AXCoreModule {
2744
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2745
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AXCoreModule, declarations: [AXDateTimePipe], imports: [AXScrollModule, AXTranslatorModule], exports: [AXDateTimePipe] });
2746
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXCoreModule, providers: [...SERVICES], imports: [MODULES] });
2744
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2745
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXCoreModule, declarations: [AXDateTimePipe], imports: [AXScrollModule, AXTranslatorModule], exports: [AXDateTimePipe] });
2746
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXCoreModule, providers: [...SERVICES], imports: [MODULES] });
2747
2747
  }
2748
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AXCoreModule, decorators: [{
2748
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXCoreModule, decorators: [{
2749
2749
  type: NgModule,
2750
2750
  args: [{
2751
2751
  declarations: [...PIPES],