@ts-core/angular 15.0.41 → 15.0.43

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.
@@ -1040,18 +1040,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1040
1040
  }]
1041
1041
  }] });
1042
1042
 
1043
- let declarations$2 = [AssetBackgroundDirective, AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe];
1043
+ let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
1044
1044
  class AssetModule {
1045
1045
  }
1046
1046
  AssetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1047
- AssetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, declarations: [AssetBackgroundDirective, AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe], imports: [CommonModule], exports: [AssetBackgroundDirective, AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe] });
1047
+ AssetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
1048
1048
  AssetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, imports: [CommonModule] });
1049
1049
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, decorators: [{
1050
1050
  type: NgModule,
1051
1051
  args: [{
1052
1052
  imports: [CommonModule],
1053
- exports: declarations$2,
1054
- declarations: declarations$2
1053
+ exports: declarations$3,
1054
+ declarations: declarations$3
1055
1055
  }]
1056
1056
  }] });
1057
1057
 
@@ -2943,7 +2943,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
2943
2943
  args: ['viTranslateHasIsOnlyIfNotEmpty']
2944
2944
  }] } });
2945
2945
 
2946
- let declarations$1 = [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective];
2946
+ let declarations$2 = [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective];
2947
2947
  class LanguageModule {
2948
2948
  // --------------------------------------------------------------------------
2949
2949
  //
@@ -2979,8 +2979,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
2979
2979
  type: NgModule,
2980
2980
  args: [{
2981
2981
  imports: [CookieModule],
2982
- exports: declarations$1,
2983
- declarations: declarations$1
2982
+ exports: declarations$2,
2983
+ declarations: declarations$2
2984
2984
  }]
2985
2985
  }] });
2986
2986
  function languageServiceFactory(cookie, options) {
@@ -5490,7 +5490,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
5490
5490
  args: ['click', ['$event']]
5491
5491
  }] } });
5492
5492
 
5493
- let declarations = [
5493
+ let declarations$1 = [
5494
5494
  ThemeToggleDirective,
5495
5495
  ThemeAssetImageDirective,
5496
5496
  ThemeAssetIconDirective,
@@ -5543,8 +5543,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
5543
5543
  type: NgModule,
5544
5544
  args: [{
5545
5545
  imports: [CookieModule],
5546
- declarations,
5547
- exports: declarations
5546
+ declarations: declarations$1,
5547
+ exports: declarations$1
5548
5548
  }]
5549
5549
  }] });
5550
5550
  function themeServiceFactory(nativeWindow, cookie, options) {
@@ -5590,14 +5590,14 @@ class UserBaseService extends DestroyableContainer {
5590
5590
  }
5591
5591
  });
5592
5592
  }
5593
- initializeUser() {
5594
- this._user = this.createUser(this.login.loginData);
5593
+ initializeUser(data) {
5594
+ this._user = this.createUser(data);
5595
5595
  }
5596
5596
  deinitializeUser() {
5597
5597
  this._user = null;
5598
5598
  }
5599
5599
  loginedHandler() {
5600
- this.initializeUser();
5600
+ this.initializeUser(this.login.loginData);
5601
5601
  this.observer.next(new ObservableData(UserBaseServiceEvent.LOGINED, this.user));
5602
5602
  }
5603
5603
  logoutedHandler() {
@@ -6731,8 +6731,8 @@ class TransportLazyModule {
6731
6731
  }
6732
6732
  }
6733
6733
 
6734
- const IMPORTS = [CookieModule, ThemeModule, LanguageModule, AssetModule];
6735
- const DECLARATIONS = [
6734
+ let imports = [CookieModule, ThemeModule, LanguageModule, AssetModule];
6735
+ let declarations = [
6736
6736
  TimePipe,
6737
6737
  FinancePipe,
6738
6738
  SanitizePipe,
@@ -6760,6 +6760,7 @@ const DECLARATIONS = [
6760
6760
  AutoScrollBottomDirective,
6761
6761
  AspectRatioResizeDirective
6762
6762
  ];
6763
+ let exports = [...imports, ...declarations];
6763
6764
  class VIModule {
6764
6765
  // --------------------------------------------------------------------------
6765
6766
  //
@@ -6843,13 +6844,13 @@ VIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2
6843
6844
  HTMLContentTitleDirective,
6844
6845
  AutoScrollBottomDirective,
6845
6846
  AspectRatioResizeDirective] });
6846
- VIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VIModule, imports: [IMPORTS, CookieModule, ThemeModule, LanguageModule, AssetModule] });
6847
+ VIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
6847
6848
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VIModule, decorators: [{
6848
6849
  type: NgModule,
6849
6850
  args: [{
6850
- imports: IMPORTS,
6851
- declarations: DECLARATIONS,
6852
- exports: [...IMPORTS, ...DECLARATIONS]
6851
+ imports,
6852
+ declarations,
6853
+ exports
6853
6854
  }]
6854
6855
  }] });
6855
6856
  class IVIOptions extends ICookieOptions {