@ts-core/angular 15.0.40 → 15.0.41
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/bottomSheet/BottomSheetService.d.ts +0 -3
- package/esm2020/VIModule.mjs +2 -2
- package/esm2020/asset/AssetModule.mjs +4 -3
- package/esm2020/bottomSheet/BottomSheetService.mjs +1 -9
- package/esm2020/language/LanguageModule.mjs +5 -4
- package/esm2020/notification/NotificationService.mjs +1 -9
- package/esm2020/window/WindowService.mjs +1 -9
- package/fesm2015/ts-core-angular.mjs +6 -22
- package/fesm2015/ts-core-angular.mjs.map +1 -1
- package/fesm2020/ts-core-angular.mjs +6 -22
- package/fesm2020/ts-core-angular.mjs.map +1 -1
- package/notification/NotificationService.d.ts +0 -3
- package/package.json +1 -1
- package/window/WindowService.d.ts +0 -3
|
@@ -1040,6 +1040,7 @@ 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
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 });
|
|
@@ -1049,8 +1050,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1049
1050
|
type: NgModule,
|
|
1050
1051
|
args: [{
|
|
1051
1052
|
imports: [CommonModule],
|
|
1052
|
-
|
|
1053
|
-
|
|
1053
|
+
exports: declarations$2,
|
|
1054
|
+
declarations: declarations$2
|
|
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$1 = [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$1,
|
|
2983
|
+
declarations: declarations$1
|
|
2982
2984
|
}]
|
|
2983
2985
|
}] });
|
|
2984
2986
|
function languageServiceFactory(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
|
//--------------------------------------------------------------------------
|