@ts-core/angular 15.0.40 → 15.0.42
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.
- package/asset/AssetModule.d.ts +8 -8
- package/bottomSheet/BottomSheetService.d.ts +0 -3
- package/esm2020/VIModule.mjs +9 -8
- package/esm2020/asset/AssetModule.mjs +5 -4
- package/esm2020/bottomSheet/BottomSheetService.mjs +1 -9
- package/esm2020/language/LanguageModule.mjs +5 -4
- package/esm2020/notification/NotificationService.mjs +1 -9
- package/esm2020/window/IWindowConfig.mjs +1 -1
- package/esm2020/window/WindowConfig.mjs +1 -1
- package/esm2020/window/WindowService.mjs +1 -9
- package/fesm2015/ts-core-angular.mjs +17 -32
- package/fesm2015/ts-core-angular.mjs.map +1 -1
- package/fesm2020/ts-core-angular.mjs +17 -32
- package/fesm2020/ts-core-angular.mjs.map +1 -1
- package/notification/NotificationService.d.ts +0 -3
- package/package.json +1 -1
- package/window/IWindowConfig.d.ts +4 -1
- package/window/WindowConfig.d.ts +3 -0
- package/window/WindowService.d.ts +0 -3
|
@@ -1040,17 +1040,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1040
1040
|
}]
|
|
1041
1041
|
}] });
|
|
1042
1042
|
|
|
1043
|
+
let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
|
|
1043
1044
|
class AssetModule {
|
|
1044
1045
|
}
|
|
1045
1046
|
AssetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1046
|
-
AssetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, declarations: [
|
|
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] });
|
|
1047
1048
|
AssetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, imports: [CommonModule] });
|
|
1048
1049
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetModule, decorators: [{
|
|
1049
1050
|
type: NgModule,
|
|
1050
1051
|
args: [{
|
|
1051
1052
|
imports: [CommonModule],
|
|
1052
|
-
|
|
1053
|
-
|
|
1053
|
+
exports: declarations$3,
|
|
1054
|
+
declarations: declarations$3
|
|
1054
1055
|
}]
|
|
1055
1056
|
}] });
|
|
1056
1057
|
|
|
@@ -2942,6 +2943,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2942
2943
|
args: ['viTranslateHasIsOnlyIfNotEmpty']
|
|
2943
2944
|
}] } });
|
|
2944
2945
|
|
|
2946
|
+
let declarations$2 = [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective];
|
|
2945
2947
|
class LanguageModule {
|
|
2946
2948
|
// --------------------------------------------------------------------------
|
|
2947
2949
|
//
|
|
@@ -2977,8 +2979,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2977
2979
|
type: NgModule,
|
|
2978
2980
|
args: [{
|
|
2979
2981
|
imports: [CookieModule],
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
+
exports: declarations$2,
|
|
2983
|
+
declarations: declarations$2
|
|
2982
2984
|
}]
|
|
2983
2985
|
}] });
|
|
2984
2986
|
function languageServiceFactory(cookie, options) {
|
|
@@ -5488,7 +5490,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
5488
5490
|
args: ['click', ['$event']]
|
|
5489
5491
|
}] } });
|
|
5490
5492
|
|
|
5491
|
-
let declarations = [
|
|
5493
|
+
let declarations$1 = [
|
|
5492
5494
|
ThemeToggleDirective,
|
|
5493
5495
|
ThemeAssetImageDirective,
|
|
5494
5496
|
ThemeAssetIconDirective,
|
|
@@ -5541,8 +5543,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
5541
5543
|
type: NgModule,
|
|
5542
5544
|
args: [{
|
|
5543
5545
|
imports: [CookieModule],
|
|
5544
|
-
declarations,
|
|
5545
|
-
exports: declarations
|
|
5546
|
+
declarations: declarations$1,
|
|
5547
|
+
exports: declarations$1
|
|
5546
5548
|
}]
|
|
5547
5549
|
}] });
|
|
5548
5550
|
function themeServiceFactory(nativeWindow, cookie, options) {
|
|
@@ -6078,12 +6080,6 @@ class WindowConfig {
|
|
|
6078
6080
|
|
|
6079
6081
|
class WindowService extends Destroyable {
|
|
6080
6082
|
}
|
|
6081
|
-
WindowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WindowService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
6082
|
-
WindowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WindowService, providedIn: 'root' });
|
|
6083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WindowService, decorators: [{
|
|
6084
|
-
type: Injectable,
|
|
6085
|
-
args: [{ providedIn: 'root' }]
|
|
6086
|
-
}] });
|
|
6087
6083
|
|
|
6088
6084
|
var WindowServiceEvent;
|
|
6089
6085
|
(function (WindowServiceEvent) {
|
|
@@ -6393,12 +6389,6 @@ class NotificationConfig extends WindowConfig {
|
|
|
6393
6389
|
|
|
6394
6390
|
class NotificationService extends Destroyable {
|
|
6395
6391
|
}
|
|
6396
|
-
NotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NotificationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
6397
|
-
NotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NotificationService, providedIn: 'root' });
|
|
6398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NotificationService, decorators: [{
|
|
6399
|
-
type: Injectable,
|
|
6400
|
-
args: [{ providedIn: 'root' }]
|
|
6401
|
-
}] });
|
|
6402
6392
|
|
|
6403
6393
|
var NotificationServiceEvent;
|
|
6404
6394
|
(function (NotificationServiceEvent) {
|
|
@@ -6410,12 +6400,6 @@ var NotificationServiceEvent;
|
|
|
6410
6400
|
|
|
6411
6401
|
class BottomSheetService extends Destroyable {
|
|
6412
6402
|
}
|
|
6413
|
-
BottomSheetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BottomSheetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
6414
|
-
BottomSheetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BottomSheetService, providedIn: 'root' });
|
|
6415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BottomSheetService, decorators: [{
|
|
6416
|
-
type: Injectable,
|
|
6417
|
-
args: [{ providedIn: 'root' }]
|
|
6418
|
-
}] });
|
|
6419
6403
|
|
|
6420
6404
|
class LocalStorageService extends DestroyableContainer {
|
|
6421
6405
|
//--------------------------------------------------------------------------
|
|
@@ -6747,8 +6731,8 @@ class TransportLazyModule {
|
|
|
6747
6731
|
}
|
|
6748
6732
|
}
|
|
6749
6733
|
|
|
6750
|
-
|
|
6751
|
-
|
|
6734
|
+
let imports = [CookieModule, ThemeModule, LanguageModule, AssetModule];
|
|
6735
|
+
let declarations = [
|
|
6752
6736
|
TimePipe,
|
|
6753
6737
|
FinancePipe,
|
|
6754
6738
|
SanitizePipe,
|
|
@@ -6776,6 +6760,7 @@ const DECLARATIONS = [
|
|
|
6776
6760
|
AutoScrollBottomDirective,
|
|
6777
6761
|
AspectRatioResizeDirective
|
|
6778
6762
|
];
|
|
6763
|
+
let exports = [...imports, ...declarations];
|
|
6779
6764
|
class VIModule {
|
|
6780
6765
|
// --------------------------------------------------------------------------
|
|
6781
6766
|
//
|
|
@@ -6859,13 +6844,13 @@ VIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2
|
|
|
6859
6844
|
HTMLContentTitleDirective,
|
|
6860
6845
|
AutoScrollBottomDirective,
|
|
6861
6846
|
AspectRatioResizeDirective] });
|
|
6862
|
-
VIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VIModule, imports: [
|
|
6847
|
+
VIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
|
|
6863
6848
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VIModule, decorators: [{
|
|
6864
6849
|
type: NgModule,
|
|
6865
6850
|
args: [{
|
|
6866
|
-
imports
|
|
6867
|
-
declarations
|
|
6868
|
-
exports
|
|
6851
|
+
imports,
|
|
6852
|
+
declarations,
|
|
6853
|
+
exports
|
|
6869
6854
|
}]
|
|
6870
6855
|
}] });
|
|
6871
6856
|
class IVIOptions extends ICookieOptions {
|