@ts-core/angular 18.0.0 → 19.0.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.
- package/_index.scss +1 -1
- package/application/ApplicationBaseComponent.d.ts +1 -1
- package/fesm2022/ts-core-angular.mjs +288 -241
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/notification/INotificationContent.d.ts +1 -1
- package/package.json +13 -15
- package/service/ServiceWorkerService.d.ts +3 -1
- package/theme/ThemeAssetDirective.d.ts +1 -1
- package/window/IWindowContent.d.ts +1 -1
- package/esm2022/ApplicationInjector.mjs +0 -9
- package/esm2022/VIModule.mjs +0 -190
- package/esm2022/application/ApplicationBaseComponent.mjs +0 -96
- package/esm2022/application/ApplicationComponent.mjs +0 -64
- package/esm2022/application/MessageBaseComponent.mjs +0 -60
- package/esm2022/asset/AssetBackgroundDirective.mjs +0 -155
- package/esm2022/asset/AssetBackgroundPipe.mjs +0 -22
- package/esm2022/asset/AssetFilePipe.mjs +0 -22
- package/esm2022/asset/AssetIconPipe.mjs +0 -22
- package/esm2022/asset/AssetImagePipe.mjs +0 -22
- package/esm2022/asset/AssetModule.mjs +0 -25
- package/esm2022/asset/AssetSoundPipe.mjs +0 -22
- package/esm2022/asset/AssetVideoPipe.mjs +0 -22
- package/esm2022/bottomSheet/BottomSheetService.mjs +0 -4
- package/esm2022/cookie/CookieModule.mjs +0 -47
- package/esm2022/cookie/CookieOptions.mjs +0 -9
- package/esm2022/cookie/CookieService.mjs +0 -69
- package/esm2022/directive/AspectRatioResizeDirective.mjs +0 -135
- package/esm2022/directive/AutoScrollBottomDirective.mjs +0 -122
- package/esm2022/directive/ClickToCopyDirective.mjs +0 -53
- package/esm2022/directive/ClickToSelectDirective.mjs +0 -55
- package/esm2022/directive/FocusDirective.mjs +0 -60
- package/esm2022/directive/HTMLContentTitleDirective.mjs +0 -74
- package/esm2022/directive/HTMLTitleDirective.mjs +0 -73
- package/esm2022/directive/InfiniteScrollDirective.mjs +0 -72
- package/esm2022/directive/IsBrowserDirective.mjs +0 -24
- package/esm2022/directive/IsServerDirective.mjs +0 -24
- package/esm2022/directive/ResizeDirective.mjs +0 -84
- package/esm2022/directive/ScrollCheckDirective.mjs +0 -106
- package/esm2022/directive/ScrollDirective.mjs +0 -121
- package/esm2022/directive/SelectOnFocusDirective.mjs +0 -48
- package/esm2022/directive/StructureDirective.mjs +0 -80
- package/esm2022/language/LanguageDirective.mjs +0 -103
- package/esm2022/language/LanguageHasDirective.mjs +0 -87
- package/esm2022/language/LanguageModule.mjs +0 -61
- package/esm2022/language/LanguagePipe.mjs +0 -88
- package/esm2022/language/LanguagePipeHas.mjs +0 -64
- package/esm2022/language/LanguagePipeHasPure.mjs +0 -41
- package/esm2022/language/LanguagePipePure.mjs +0 -40
- package/esm2022/language/LanguageRequireResolver.mjs +0 -37
- package/esm2022/language/LanguageResolver.mjs +0 -21
- package/esm2022/list/IListItem.mjs +0 -2
- package/esm2022/list/ListItem.mjs +0 -148
- package/esm2022/list/ListItems.mjs +0 -107
- package/esm2022/list/select/ISelectListItem.mjs +0 -2
- package/esm2022/list/select/RouterSelectListItems.mjs +0 -60
- package/esm2022/list/select/SelectListItem.mjs +0 -67
- package/esm2022/list/select/SelectListItems.mjs +0 -130
- package/esm2022/login/LoginBaseService.mjs +0 -191
- package/esm2022/login/LoginGuard.mjs +0 -41
- package/esm2022/login/LoginIfCanGuard.mjs +0 -55
- package/esm2022/login/LoginNotGuard.mjs +0 -41
- package/esm2022/login/LoginRequireResolver.mjs +0 -40
- package/esm2022/login/LoginResolver.mjs +0 -24
- package/esm2022/login/LoginTokenStorage.mjs +0 -18
- package/esm2022/manager/FocusManager.mjs +0 -54
- package/esm2022/manager/ResizeManager.mjs +0 -90
- package/esm2022/menu/MenuItem.mjs +0 -20
- package/esm2022/menu/MenuItemBase.mjs +0 -56
- package/esm2022/menu/MenuItems.mjs +0 -111
- package/esm2022/menu/NavigationMenuItem.mjs +0 -20
- package/esm2022/module/LazyModuleLoader.mjs +0 -97
- package/esm2022/notification/INotification.mjs +0 -16
- package/esm2022/notification/INotificationConfig.mjs +0 -2
- package/esm2022/notification/INotificationContent.mjs +0 -141
- package/esm2022/notification/NotificationConfig.mjs +0 -27
- package/esm2022/notification/NotificationService.mjs +0 -4
- package/esm2022/notification/NotificationServiceEvent.mjs +0 -8
- package/esm2022/pipe/CamelCasePipe.mjs +0 -23
- package/esm2022/pipe/FinancePipe.mjs +0 -53
- package/esm2022/pipe/MomentDateAdaptivePipe.mjs +0 -51
- package/esm2022/pipe/MomentDateFromNowPipe.mjs +0 -22
- package/esm2022/pipe/MomentDatePipe.mjs +0 -71
- package/esm2022/pipe/MomentTimePipe.mjs +0 -35
- package/esm2022/pipe/NgModelErrorPipe.mjs +0 -43
- package/esm2022/pipe/PrettifyPipe.mjs +0 -38
- package/esm2022/pipe/SanitizePipe.mjs +0 -48
- package/esm2022/pipe/StartCasePipe.mjs +0 -23
- package/esm2022/pipe/TimePipe.mjs +0 -38
- package/esm2022/pipe/TruncatePipe.mjs +0 -23
- package/esm2022/public-api.mjs +0 -139
- package/esm2022/question/IQuestion.mjs +0 -14
- package/esm2022/question/QuestionManager.mjs +0 -107
- package/esm2022/service/PipeBaseService.mjs +0 -140
- package/esm2022/service/PlatformService.mjs +0 -44
- package/esm2022/service/RouterBaseService.mjs +0 -234
- package/esm2022/service/ServiceWorkerService.mjs +0 -107
- package/esm2022/service/route/CanDeactivateGuard.mjs +0 -11
- package/esm2022/service/route/IRouterDeactivatable.mjs +0 -2
- package/esm2022/storage/BooleanValueStorage.mjs +0 -15
- package/esm2022/storage/DateValueStorage.mjs +0 -46
- package/esm2022/storage/IValueStorage.mjs +0 -2
- package/esm2022/storage/LocalStorageService.mjs +0 -73
- package/esm2022/storage/ValueStorage.mjs +0 -84
- package/esm2022/theme/ThemeAssetBackgroundDirective.mjs +0 -51
- package/esm2022/theme/ThemeAssetDirective.mjs +0 -253
- package/esm2022/theme/ThemeAssetIconDirective.mjs +0 -48
- package/esm2022/theme/ThemeAssetImageDirective.mjs +0 -49
- package/esm2022/theme/ThemeModule.mjs +0 -81
- package/esm2022/theme/ThemeStyleDirective.mjs +0 -125
- package/esm2022/theme/ThemeStyleHoverDirective.mjs +0 -107
- package/esm2022/theme/ThemeToggleDirective.mjs +0 -63
- package/esm2022/transport/TransportLazy.mjs +0 -93
- package/esm2022/transport/TransportLazyModule.mjs +0 -30
- package/esm2022/transport/TransportLazyModuleLoadedEvent.mjs +0 -18
- package/esm2022/ts-core-angular.mjs +0 -5
- package/esm2022/user/IUser.mjs +0 -9
- package/esm2022/user/UserBaseService.mjs +0 -124
- package/esm2022/util/ViewUtil.mjs +0 -589
- package/esm2022/window/IWindow.mjs +0 -31
- package/esm2022/window/IWindowConfig.mjs +0 -7
- package/esm2022/window/IWindowContent.mjs +0 -143
- package/esm2022/window/WindowBase.mjs +0 -177
- package/esm2022/window/WindowClosedError.mjs +0 -19
- package/esm2022/window/WindowConfig.mjs +0 -218
- package/esm2022/window/WindowService.mjs +0 -4
- package/esm2022/window/WindowServiceEvent.mjs +0 -9
|
@@ -99,10 +99,10 @@ class ApplicationBaseComponent extends DestroyableContainer {
|
|
|
99
99
|
get viewReady() {
|
|
100
100
|
return !_.isNil(this.viewReadyPromise) ? this.viewReadyPromise.promise : null;
|
|
101
101
|
}
|
|
102
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
103
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
102
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ApplicationBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
103
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.6", type: ApplicationBaseComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
104
104
|
}
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{ template: '' }]
|
|
108
108
|
}], ctorParameters: () => [] });
|
|
@@ -939,13 +939,14 @@ class AssetBackgroundDirective extends Destroyable {
|
|
|
939
939
|
get background() {
|
|
940
940
|
return this._background;
|
|
941
941
|
}
|
|
942
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
943
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
942
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
943
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.6", type: AssetBackgroundDirective, isStandalone: false, selector: "[vi-asset-background]", inputs: { isIcon: ["isIcon", "isIcon", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isUrl: ["isUrl", "isUrl", booleanAttribute], repeat: "repeat", extension: "extension", background: ["vi-asset-background", "background"] }, usesInheritance: true, ngImport: i0 });
|
|
944
944
|
}
|
|
945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
|
|
946
946
|
type: Directive,
|
|
947
947
|
args: [{
|
|
948
|
-
selector: '[vi-asset-background]'
|
|
948
|
+
selector: '[vi-asset-background]',
|
|
949
|
+
standalone: false
|
|
949
950
|
}]
|
|
950
951
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { isIcon: [{
|
|
951
952
|
type: Input,
|
|
@@ -974,13 +975,14 @@ class AssetBackgroundPipe {
|
|
|
974
975
|
transform(name, extension = 'png') {
|
|
975
976
|
return Assets.getBackground(name, extension);
|
|
976
977
|
}
|
|
977
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
978
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
978
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
979
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: AssetBackgroundPipe, isStandalone: false, name: "viAssetBackground" });
|
|
979
980
|
}
|
|
980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
|
|
981
982
|
type: Pipe,
|
|
982
983
|
args: [{
|
|
983
|
-
name: 'viAssetBackground'
|
|
984
|
+
name: 'viAssetBackground',
|
|
985
|
+
standalone: false
|
|
984
986
|
}]
|
|
985
987
|
}] });
|
|
986
988
|
|
|
@@ -993,13 +995,14 @@ class AssetIconPipe {
|
|
|
993
995
|
transform(name, extension = 'png') {
|
|
994
996
|
return Assets.getIcon(name, extension);
|
|
995
997
|
}
|
|
996
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
997
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
998
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
999
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: AssetIconPipe, isStandalone: false, name: "viAssetIcon" });
|
|
998
1000
|
}
|
|
999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetIconPipe, decorators: [{
|
|
1000
1002
|
type: Pipe,
|
|
1001
1003
|
args: [{
|
|
1002
|
-
name: 'viAssetIcon'
|
|
1004
|
+
name: 'viAssetIcon',
|
|
1005
|
+
standalone: false
|
|
1003
1006
|
}]
|
|
1004
1007
|
}] });
|
|
1005
1008
|
|
|
@@ -1012,13 +1015,14 @@ class AssetFilePipe {
|
|
|
1012
1015
|
transform(name, extension) {
|
|
1013
1016
|
return Assets.getFile(name, extension);
|
|
1014
1017
|
}
|
|
1015
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1016
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1018
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1019
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: AssetFilePipe, isStandalone: false, name: "viAssetFile" });
|
|
1017
1020
|
}
|
|
1018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetFilePipe, decorators: [{
|
|
1019
1022
|
type: Pipe,
|
|
1020
1023
|
args: [{
|
|
1021
|
-
name: 'viAssetFile'
|
|
1024
|
+
name: 'viAssetFile',
|
|
1025
|
+
standalone: false
|
|
1022
1026
|
}]
|
|
1023
1027
|
}] });
|
|
1024
1028
|
|
|
@@ -1031,13 +1035,14 @@ class AssetVideoPipe {
|
|
|
1031
1035
|
transform(name, extension = 'mp4') {
|
|
1032
1036
|
return Assets.getVideo(name, extension);
|
|
1033
1037
|
}
|
|
1034
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1035
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1038
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1039
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: AssetVideoPipe, isStandalone: false, name: "viAssetVideo" });
|
|
1036
1040
|
}
|
|
1037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1041
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetVideoPipe, decorators: [{
|
|
1038
1042
|
type: Pipe,
|
|
1039
1043
|
args: [{
|
|
1040
|
-
name: 'viAssetVideo'
|
|
1044
|
+
name: 'viAssetVideo',
|
|
1045
|
+
standalone: false
|
|
1041
1046
|
}]
|
|
1042
1047
|
}] });
|
|
1043
1048
|
|
|
@@ -1050,13 +1055,14 @@ class AssetSoundPipe {
|
|
|
1050
1055
|
transform(name, extension = 'mp3') {
|
|
1051
1056
|
return Assets.getSound(name, extension);
|
|
1052
1057
|
}
|
|
1053
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1054
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1058
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1059
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: AssetSoundPipe, isStandalone: false, name: "viAssetSound" });
|
|
1055
1060
|
}
|
|
1056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetSoundPipe, decorators: [{
|
|
1057
1062
|
type: Pipe,
|
|
1058
1063
|
args: [{
|
|
1059
|
-
name: 'viAssetSound'
|
|
1064
|
+
name: 'viAssetSound',
|
|
1065
|
+
standalone: false
|
|
1060
1066
|
}]
|
|
1061
1067
|
}] });
|
|
1062
1068
|
|
|
@@ -1069,23 +1075,24 @@ class AssetImagePipe {
|
|
|
1069
1075
|
transform(name, extension = 'png') {
|
|
1070
1076
|
return Assets.getImage(name, extension);
|
|
1071
1077
|
}
|
|
1072
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1073
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1078
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1079
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: AssetImagePipe, isStandalone: false, name: "viAssetImage" });
|
|
1074
1080
|
}
|
|
1075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetImagePipe, decorators: [{
|
|
1076
1082
|
type: Pipe,
|
|
1077
1083
|
args: [{
|
|
1078
|
-
name: 'viAssetImage'
|
|
1084
|
+
name: 'viAssetImage',
|
|
1085
|
+
standalone: false
|
|
1079
1086
|
}]
|
|
1080
1087
|
}] });
|
|
1081
1088
|
|
|
1082
1089
|
let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
|
|
1083
1090
|
class AssetModule {
|
|
1084
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1085
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1086
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1091
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1092
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
|
|
1093
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetModule, imports: [CommonModule] });
|
|
1087
1094
|
}
|
|
1088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AssetModule, decorators: [{
|
|
1089
1096
|
type: NgModule,
|
|
1090
1097
|
args: [{
|
|
1091
1098
|
imports: [CommonModule],
|
|
@@ -1190,10 +1197,10 @@ class PlatformService extends DestroyableContainer {
|
|
|
1190
1197
|
get isPlatformBrowser() {
|
|
1191
1198
|
return this._isPlatformBrowser;
|
|
1192
1199
|
}
|
|
1193
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1194
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1200
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1201
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: PlatformService, providedIn: 'root' });
|
|
1195
1202
|
}
|
|
1196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: PlatformService, decorators: [{
|
|
1197
1204
|
type: Injectable,
|
|
1198
1205
|
args: [{ providedIn: 'root' }]
|
|
1199
1206
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1223,11 +1230,11 @@ class CookieModule {
|
|
|
1223
1230
|
]
|
|
1224
1231
|
};
|
|
1225
1232
|
}
|
|
1226
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1227
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1228
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1234
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: CookieModule });
|
|
1235
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: CookieModule });
|
|
1229
1236
|
}
|
|
1230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: CookieModule, decorators: [{
|
|
1231
1238
|
type: NgModule
|
|
1232
1239
|
}] });
|
|
1233
1240
|
function cookieServiceFactory(nativeWindow, options, platform) {
|
|
@@ -1445,13 +1452,14 @@ class AspectRatioResizeDirective extends DestroyableContainer {
|
|
|
1445
1452
|
get ratio() {
|
|
1446
1453
|
return this._ratio;
|
|
1447
1454
|
}
|
|
1448
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1449
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
1455
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1456
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.6", type: AspectRatioResizeDirective, isStandalone: false, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
|
|
1450
1457
|
}
|
|
1451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
|
|
1452
1459
|
type: Directive,
|
|
1453
1460
|
args: [{
|
|
1454
|
-
selector: '[vi-aspect-ratio]'
|
|
1461
|
+
selector: '[vi-aspect-ratio]',
|
|
1462
|
+
standalone: false
|
|
1455
1463
|
}]
|
|
1456
1464
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
|
|
1457
1465
|
type: Input,
|
|
@@ -1564,13 +1572,14 @@ class ScrollDirective extends Destroyable {
|
|
|
1564
1572
|
get scrollValue() {
|
|
1565
1573
|
return this._scrollValue;
|
|
1566
1574
|
}
|
|
1567
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1568
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
1575
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1576
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.6", type: ScrollDirective, isStandalone: false, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
1569
1577
|
}
|
|
1570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ScrollDirective, decorators: [{
|
|
1571
1579
|
type: Directive,
|
|
1572
1580
|
args: [{
|
|
1573
|
-
selector: '[vi-scroll]'
|
|
1581
|
+
selector: '[vi-scroll]',
|
|
1582
|
+
standalone: false
|
|
1574
1583
|
}]
|
|
1575
1584
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { scrolled: [{
|
|
1576
1585
|
type: Output
|
|
@@ -1634,13 +1643,14 @@ class InfiniteScrollDirective extends ScrollDirective {
|
|
|
1634
1643
|
get scrollHeight() {
|
|
1635
1644
|
return this.element.scrollHeight;
|
|
1636
1645
|
}
|
|
1637
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1638
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
1646
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1647
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.6", type: InfiniteScrollDirective, isStandalone: false, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
|
|
1639
1648
|
}
|
|
1640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
|
|
1641
1650
|
type: Directive,
|
|
1642
1651
|
args: [{
|
|
1643
|
-
selector: '[vi-infinite-scroll]'
|
|
1652
|
+
selector: '[vi-infinite-scroll]',
|
|
1653
|
+
standalone: false
|
|
1644
1654
|
}]
|
|
1645
1655
|
}], propDecorators: { top: [{
|
|
1646
1656
|
type: Output
|
|
@@ -1752,13 +1762,14 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
|
|
|
1752
1762
|
this.isScrollLocked = true;
|
|
1753
1763
|
this.scrollCheck();
|
|
1754
1764
|
}
|
|
1755
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1756
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1765
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1766
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: AutoScrollBottomDirective, isStandalone: false, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
|
|
1757
1767
|
}
|
|
1758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
|
|
1759
1769
|
type: Directive,
|
|
1760
1770
|
args: [{
|
|
1761
|
-
selector: '[vi-auto-scroll-bottom]'
|
|
1771
|
+
selector: '[vi-auto-scroll-bottom]',
|
|
1772
|
+
standalone: false
|
|
1762
1773
|
}]
|
|
1763
1774
|
}], propDecorators: { behavior: [{
|
|
1764
1775
|
type: Input
|
|
@@ -1801,13 +1812,14 @@ class ClickToCopyDirective extends Destroyable {
|
|
|
1801
1812
|
this.element = null;
|
|
1802
1813
|
clearTimeout(this.selectionClearTimer);
|
|
1803
1814
|
}
|
|
1804
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1805
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1815
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1816
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: ClickToCopyDirective, isStandalone: false, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
1806
1817
|
}
|
|
1807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ClickToCopyDirective, decorators: [{
|
|
1808
1819
|
type: Directive,
|
|
1809
1820
|
args: [{
|
|
1810
|
-
selector: '[vi-click-to-copy]'
|
|
1821
|
+
selector: '[vi-click-to-copy]',
|
|
1822
|
+
standalone: false
|
|
1811
1823
|
}]
|
|
1812
1824
|
}], propDecorators: { element: [{
|
|
1813
1825
|
type: Input,
|
|
@@ -1855,13 +1867,14 @@ class ClickToSelectDirective extends Destroyable {
|
|
|
1855
1867
|
super.destroy();
|
|
1856
1868
|
this.element = null;
|
|
1857
1869
|
}
|
|
1858
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1859
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1870
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1871
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: ClickToSelectDirective, isStandalone: false, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
1860
1872
|
}
|
|
1861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ClickToSelectDirective, decorators: [{
|
|
1862
1874
|
type: Directive,
|
|
1863
1875
|
args: [{
|
|
1864
|
-
selector: '[vi-click-to-select]'
|
|
1876
|
+
selector: '[vi-click-to-select]',
|
|
1877
|
+
standalone: false
|
|
1865
1878
|
}]
|
|
1866
1879
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { clickHandler: [{
|
|
1867
1880
|
type: HostListener,
|
|
@@ -1962,13 +1975,14 @@ class FocusDirective extends Destroyable {
|
|
|
1962
1975
|
set trigger(value) {
|
|
1963
1976
|
this.focus();
|
|
1964
1977
|
}
|
|
1965
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1966
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1978
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1979
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: FocusDirective, isStandalone: false, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
|
|
1967
1980
|
}
|
|
1968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FocusDirective, decorators: [{
|
|
1969
1982
|
type: Directive,
|
|
1970
1983
|
args: [{
|
|
1971
|
-
selector: '[vi-focus]'
|
|
1984
|
+
selector: '[vi-focus]',
|
|
1985
|
+
standalone: false
|
|
1972
1986
|
}]
|
|
1973
1987
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { trigger: [{
|
|
1974
1988
|
type: Input,
|
|
@@ -2006,13 +2020,14 @@ class SelectOnFocusDirective extends Destroyable {
|
|
|
2006
2020
|
super.destroy();
|
|
2007
2021
|
this.element = null;
|
|
2008
2022
|
}
|
|
2009
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2010
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2023
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2024
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: SelectOnFocusDirective, isStandalone: false, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
2011
2025
|
}
|
|
2012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
|
|
2013
2027
|
type: Directive,
|
|
2014
2028
|
args: [{
|
|
2015
|
-
selector: '[vi-select-on-focus]'
|
|
2029
|
+
selector: '[vi-select-on-focus]',
|
|
2030
|
+
standalone: false
|
|
2016
2031
|
}]
|
|
2017
2032
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { focusHandler: [{
|
|
2018
2033
|
type: HostListener,
|
|
@@ -2073,13 +2088,14 @@ class ResizeDirective extends Destroyable {
|
|
|
2073
2088
|
this.interactable = null;
|
|
2074
2089
|
}
|
|
2075
2090
|
}
|
|
2076
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2077
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
2091
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2092
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.6", type: ResizeDirective, isStandalone: false, selector: "[vi-resize]", inputs: { isTop: ["isTop", "isTop", booleanAttribute], isLeft: ["isLeft", "isLeft", booleanAttribute], isRight: ["isRight", "isRight", booleanAttribute], isBottom: ["isBottom", "isBottom", booleanAttribute] }, outputs: { resized: "resized" }, usesInheritance: true, ngImport: i0 });
|
|
2078
2093
|
}
|
|
2079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ResizeDirective, decorators: [{
|
|
2080
2095
|
type: Directive,
|
|
2081
2096
|
args: [{
|
|
2082
|
-
selector: '[vi-resize]'
|
|
2097
|
+
selector: '[vi-resize]',
|
|
2098
|
+
standalone: false
|
|
2083
2099
|
}]
|
|
2084
2100
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { resized: [{
|
|
2085
2101
|
type: Output
|
|
@@ -2251,13 +2267,14 @@ class ScrollCheckDirective extends DestroyableContainer {
|
|
|
2251
2267
|
get scrollLimit() {
|
|
2252
2268
|
return this._scrollLimit;
|
|
2253
2269
|
}
|
|
2254
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2255
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
2270
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2271
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.6", type: ScrollCheckDirective, isStandalone: false, selector: "[vi-scroll-check]", inputs: { delay: ["delay", "delay", numberAttribute], offset: ["offset", "offset", numberAttribute], scrollLimit: ["vi-scroll-check", "scrollLimit"] }, outputs: { top: "top", bottom: "bottom", limitExceed: "limitExceed" }, usesInheritance: true, ngImport: i0 });
|
|
2256
2272
|
}
|
|
2257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ScrollCheckDirective, decorators: [{
|
|
2258
2274
|
type: Directive,
|
|
2259
2275
|
args: [{
|
|
2260
|
-
selector: '[vi-scroll-check]'
|
|
2276
|
+
selector: '[vi-scroll-check]',
|
|
2277
|
+
standalone: false
|
|
2261
2278
|
}]
|
|
2262
2279
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { top: [{
|
|
2263
2280
|
type: Output
|
|
@@ -2347,14 +2364,15 @@ class LanguagePipe extends DestroyableContainer {
|
|
|
2347
2364
|
this.lastParams = null;
|
|
2348
2365
|
this.lastValue = null;
|
|
2349
2366
|
}
|
|
2350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2351
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2367
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2368
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipe, isStandalone: false, name: "viTranslate", pure: false });
|
|
2352
2369
|
}
|
|
2353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipe, decorators: [{
|
|
2354
2371
|
type: Pipe,
|
|
2355
2372
|
args: [{
|
|
2356
2373
|
name: 'viTranslate',
|
|
2357
|
-
pure: false
|
|
2374
|
+
pure: false,
|
|
2375
|
+
standalone: false
|
|
2358
2376
|
}]
|
|
2359
2377
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.LanguageService }] });
|
|
2360
2378
|
|
|
@@ -2412,13 +2430,14 @@ class HTMLTitleDirective extends Destroyable {
|
|
|
2412
2430
|
get value() {
|
|
2413
2431
|
return this._value;
|
|
2414
2432
|
}
|
|
2415
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2416
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2433
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2434
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: HTMLTitleDirective, isStandalone: false, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2417
2435
|
}
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: HTMLTitleDirective, decorators: [{
|
|
2419
2437
|
type: Directive,
|
|
2420
2438
|
args: [{
|
|
2421
|
-
selector: '[vi-html-title]'
|
|
2439
|
+
selector: '[vi-html-title]',
|
|
2440
|
+
standalone: false
|
|
2422
2441
|
}]
|
|
2423
2442
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { value: [{
|
|
2424
2443
|
type: Input,
|
|
@@ -2480,13 +2499,14 @@ class HTMLContentTitleDirective extends Destroyable {
|
|
|
2480
2499
|
get value() {
|
|
2481
2500
|
return this._value;
|
|
2482
2501
|
}
|
|
2483
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2484
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2502
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2503
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: HTMLContentTitleDirective, isStandalone: false, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2485
2504
|
}
|
|
2486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
|
|
2487
2506
|
type: Directive,
|
|
2488
2507
|
args: [{
|
|
2489
|
-
selector: '[vi-html-content-title]'
|
|
2508
|
+
selector: '[vi-html-content-title]',
|
|
2509
|
+
standalone: false
|
|
2490
2510
|
}]
|
|
2491
2511
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { value: [{
|
|
2492
2512
|
type: Input,
|
|
@@ -2503,13 +2523,14 @@ class IsBrowserDirective extends StructureDirective {
|
|
|
2503
2523
|
super(templateRef, container);
|
|
2504
2524
|
this.isNeedAdd = platform.isPlatformBrowser;
|
|
2505
2525
|
}
|
|
2506
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2507
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2526
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2527
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: IsBrowserDirective, isStandalone: false, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
|
|
2508
2528
|
}
|
|
2509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: IsBrowserDirective, decorators: [{
|
|
2510
2530
|
type: Directive,
|
|
2511
2531
|
args: [{
|
|
2512
|
-
selector: '[viIsBrowser]'
|
|
2532
|
+
selector: '[viIsBrowser]',
|
|
2533
|
+
standalone: false
|
|
2513
2534
|
}]
|
|
2514
2535
|
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: PlatformService }] });
|
|
2515
2536
|
|
|
@@ -2523,13 +2544,14 @@ class IsServerDirective extends StructureDirective {
|
|
|
2523
2544
|
super(templateRef, container);
|
|
2524
2545
|
this.isNeedAdd = platform.isPlatformServer;
|
|
2525
2546
|
}
|
|
2526
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2527
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2547
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2548
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: IsServerDirective, isStandalone: false, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
|
|
2528
2549
|
}
|
|
2529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: IsServerDirective, decorators: [{
|
|
2530
2551
|
type: Directive,
|
|
2531
2552
|
args: [{
|
|
2532
|
-
selector: '[viIsServer]'
|
|
2553
|
+
selector: '[viIsServer]',
|
|
2554
|
+
standalone: false
|
|
2533
2555
|
}]
|
|
2534
2556
|
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: PlatformService }] });
|
|
2535
2557
|
|
|
@@ -2559,13 +2581,14 @@ class LanguagePipePure extends DestroyableContainer {
|
|
|
2559
2581
|
super.destroy();
|
|
2560
2582
|
this.language = null;
|
|
2561
2583
|
}
|
|
2562
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2563
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2584
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2585
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipePure, isStandalone: false, name: "viTranslatePure" });
|
|
2564
2586
|
}
|
|
2565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipePure, decorators: [{
|
|
2566
2588
|
type: Pipe,
|
|
2567
2589
|
args: [{
|
|
2568
|
-
name: 'viTranslatePure'
|
|
2590
|
+
name: 'viTranslatePure',
|
|
2591
|
+
standalone: false
|
|
2569
2592
|
}]
|
|
2570
2593
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
2571
2594
|
|
|
@@ -2613,10 +2636,10 @@ class LanguageResolver extends LanguageRequireResolver {
|
|
|
2613
2636
|
constructor(language) {
|
|
2614
2637
|
super(language);
|
|
2615
2638
|
}
|
|
2616
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2617
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2639
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2640
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
|
|
2618
2641
|
}
|
|
2619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageResolver, decorators: [{
|
|
2620
2643
|
type: Injectable,
|
|
2621
2644
|
args: [{ providedIn: 'root' }]
|
|
2622
2645
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
@@ -2699,13 +2722,14 @@ class LanguageDirective extends Destroyable {
|
|
|
2699
2722
|
get params() {
|
|
2700
2723
|
return this._params;
|
|
2701
2724
|
}
|
|
2702
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2703
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
2725
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2726
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.6", type: LanguageDirective, isStandalone: false, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
|
|
2704
2727
|
}
|
|
2705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageDirective, decorators: [{
|
|
2706
2729
|
type: Directive,
|
|
2707
2730
|
args: [{
|
|
2708
|
-
selector: '[vi-translate]'
|
|
2731
|
+
selector: '[vi-translate]',
|
|
2732
|
+
standalone: false
|
|
2709
2733
|
}]
|
|
2710
2734
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.LanguageService }], propDecorators: { isNeedTitle: [{
|
|
2711
2735
|
type: Input,
|
|
@@ -2764,14 +2788,15 @@ class LanguagePipeHas extends DestroyableContainer {
|
|
|
2764
2788
|
this.language = null;
|
|
2765
2789
|
this.key = null;
|
|
2766
2790
|
}
|
|
2767
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2768
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2791
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2792
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipeHas, isStandalone: false, name: "viTranslateHas", pure: false });
|
|
2769
2793
|
}
|
|
2770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipeHas, decorators: [{
|
|
2771
2795
|
type: Pipe,
|
|
2772
2796
|
args: [{
|
|
2773
2797
|
name: 'viTranslateHas',
|
|
2774
|
-
pure: false
|
|
2798
|
+
pure: false,
|
|
2799
|
+
standalone: false
|
|
2775
2800
|
}]
|
|
2776
2801
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
2777
2802
|
|
|
@@ -2801,14 +2826,15 @@ class LanguagePipeHasPure extends DestroyableContainer {
|
|
|
2801
2826
|
super.destroy();
|
|
2802
2827
|
this.language = null;
|
|
2803
2828
|
}
|
|
2804
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2805
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2829
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2830
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipeHasPure, isStandalone: false, name: "viTranslateHasPure" });
|
|
2806
2831
|
}
|
|
2807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
|
|
2808
2833
|
type: Pipe,
|
|
2809
2834
|
args: [{
|
|
2810
2835
|
name: 'viTranslateHasPure',
|
|
2811
|
-
pure: true
|
|
2836
|
+
pure: true,
|
|
2837
|
+
standalone: false
|
|
2812
2838
|
}]
|
|
2813
2839
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
2814
2840
|
|
|
@@ -2877,13 +2903,14 @@ class LanguageHasDirective extends StructureDirective {
|
|
|
2877
2903
|
get viTranslateHasIsOnlyIfNotEmpty() {
|
|
2878
2904
|
return this._isOnlyIfNotEmpty;
|
|
2879
2905
|
}
|
|
2880
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2881
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2906
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2907
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: LanguageHasDirective, isStandalone: false, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
|
|
2882
2908
|
}
|
|
2883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageHasDirective, decorators: [{
|
|
2884
2910
|
type: Directive,
|
|
2885
2911
|
args: [{
|
|
2886
|
-
selector: '[viTranslateHas]'
|
|
2912
|
+
selector: '[viTranslateHas]',
|
|
2913
|
+
standalone: false
|
|
2887
2914
|
}]
|
|
2888
2915
|
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: i1.LanguageService }], propDecorators: { viTranslateHas: [{
|
|
2889
2916
|
type: Input,
|
|
@@ -2921,11 +2948,11 @@ class LanguageModule {
|
|
|
2921
2948
|
]
|
|
2922
2949
|
};
|
|
2923
2950
|
}
|
|
2924
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2925
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2926
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2951
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2952
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective] });
|
|
2953
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
|
|
2927
2954
|
}
|
|
2928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LanguageModule, decorators: [{
|
|
2929
2956
|
type: NgModule,
|
|
2930
2957
|
args: [{
|
|
2931
2958
|
imports: [CookieModule],
|
|
@@ -3189,10 +3216,10 @@ class LoginGuard extends LoginRequireResolver {
|
|
|
3189
3216
|
canActivate(route, state) {
|
|
3190
3217
|
return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
|
|
3191
3218
|
}
|
|
3192
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3193
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3219
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3220
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginGuard, providedIn: 'root' });
|
|
3194
3221
|
}
|
|
3195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginGuard, decorators: [{
|
|
3196
3223
|
type: Injectable,
|
|
3197
3224
|
args: [{ providedIn: 'root' }]
|
|
3198
3225
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3225,10 +3252,10 @@ class LoginNotGuard extends LoginRequireResolver {
|
|
|
3225
3252
|
canActivate(route, state) {
|
|
3226
3253
|
return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
|
|
3227
3254
|
}
|
|
3228
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3229
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3255
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3256
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
|
|
3230
3257
|
}
|
|
3231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginNotGuard, decorators: [{
|
|
3232
3259
|
type: Injectable,
|
|
3233
3260
|
args: [{ providedIn: 'root' }]
|
|
3234
3261
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3274,10 +3301,10 @@ class LoginIfCanGuard extends LoginGuard {
|
|
|
3274
3301
|
}
|
|
3275
3302
|
return super.canActivate(route, state);
|
|
3276
3303
|
}
|
|
3277
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3278
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3304
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3305
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
|
|
3279
3306
|
}
|
|
3280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginIfCanGuard, decorators: [{
|
|
3281
3308
|
type: Injectable,
|
|
3282
3309
|
args: [{ providedIn: 'root' }]
|
|
3283
3310
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3294,10 +3321,10 @@ class LoginResolver extends LoginRequireResolver {
|
|
|
3294
3321
|
constructor(login) {
|
|
3295
3322
|
super(login);
|
|
3296
3323
|
}
|
|
3297
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3298
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginResolver, deps: [{ token: LoginBaseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3325
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginResolver, providedIn: 'root' });
|
|
3299
3326
|
}
|
|
3300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LoginResolver, decorators: [{
|
|
3301
3328
|
type: Injectable,
|
|
3302
3329
|
args: [{ providedIn: 'root' }]
|
|
3303
3330
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -4131,13 +4158,14 @@ class PrettifyPipe {
|
|
|
4131
4158
|
//
|
|
4132
4159
|
// --------------------------------------------------------------------------
|
|
4133
4160
|
constructor() { }
|
|
4134
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4135
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4161
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4162
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: PrettifyPipe, isStandalone: false, name: "viPrettify" });
|
|
4136
4163
|
}
|
|
4137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: PrettifyPipe, decorators: [{
|
|
4138
4165
|
type: Pipe,
|
|
4139
4166
|
args: [{
|
|
4140
|
-
name: 'viPrettify'
|
|
4167
|
+
name: 'viPrettify',
|
|
4168
|
+
standalone: false
|
|
4141
4169
|
}]
|
|
4142
4170
|
}], ctorParameters: () => [] });
|
|
4143
4171
|
|
|
@@ -4150,13 +4178,14 @@ class CamelCasePipe {
|
|
|
4150
4178
|
transform(value) {
|
|
4151
4179
|
return !_.isNil(value) ? _.camelCase(value) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4152
4180
|
}
|
|
4153
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4154
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4181
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4182
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: CamelCasePipe, isStandalone: false, name: "viCamelCase" });
|
|
4155
4183
|
}
|
|
4156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: CamelCasePipe, decorators: [{
|
|
4157
4185
|
type: Pipe,
|
|
4158
4186
|
args: [{
|
|
4159
|
-
name: 'viCamelCase'
|
|
4187
|
+
name: 'viCamelCase',
|
|
4188
|
+
standalone: false
|
|
4160
4189
|
}]
|
|
4161
4190
|
}] });
|
|
4162
4191
|
|
|
@@ -4199,13 +4228,14 @@ class FinancePipe {
|
|
|
4199
4228
|
}
|
|
4200
4229
|
return FinancePipe.format(value, format);
|
|
4201
4230
|
}
|
|
4202
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4203
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4231
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4232
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FinancePipe, isStandalone: false, name: "viFinance" });
|
|
4204
4233
|
}
|
|
4205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FinancePipe, decorators: [{
|
|
4206
4235
|
type: Pipe,
|
|
4207
4236
|
args: [{
|
|
4208
|
-
name: 'viFinance'
|
|
4237
|
+
name: 'viFinance',
|
|
4238
|
+
standalone: false
|
|
4209
4239
|
}]
|
|
4210
4240
|
}] });
|
|
4211
4241
|
|
|
@@ -4265,13 +4295,14 @@ class MomentDatePipe {
|
|
|
4265
4295
|
let moment = MomentDatePipe.parseMoment(value);
|
|
4266
4296
|
return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
|
|
4267
4297
|
}
|
|
4268
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4269
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4298
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4299
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: MomentDatePipe, isStandalone: false, name: "viMomentDate" });
|
|
4270
4300
|
}
|
|
4271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: MomentDatePipe, decorators: [{
|
|
4272
4302
|
type: Pipe,
|
|
4273
4303
|
args: [{
|
|
4274
|
-
name: 'viMomentDate'
|
|
4304
|
+
name: 'viMomentDate',
|
|
4305
|
+
standalone: false
|
|
4275
4306
|
}]
|
|
4276
4307
|
}] });
|
|
4277
4308
|
|
|
@@ -4311,13 +4342,14 @@ class MomentDateAdaptivePipe {
|
|
|
4311
4342
|
}
|
|
4312
4343
|
return item.format(format);
|
|
4313
4344
|
}
|
|
4314
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4315
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4345
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4346
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: MomentDateAdaptivePipe, isStandalone: false, name: "viMomentAdaptiveDate" });
|
|
4316
4347
|
}
|
|
4317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
|
|
4318
4349
|
type: Pipe,
|
|
4319
4350
|
args: [{
|
|
4320
|
-
name: 'viMomentAdaptiveDate'
|
|
4351
|
+
name: 'viMomentAdaptiveDate',
|
|
4352
|
+
standalone: false
|
|
4321
4353
|
}]
|
|
4322
4354
|
}] });
|
|
4323
4355
|
|
|
@@ -4330,13 +4362,14 @@ class MomentDateFromNowPipe {
|
|
|
4330
4362
|
transform(value, format) {
|
|
4331
4363
|
return MomentDatePipe.fromNow(value, format);
|
|
4332
4364
|
}
|
|
4333
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4334
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4365
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4366
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: MomentDateFromNowPipe, isStandalone: false, name: "viMomentDateFromNow" });
|
|
4335
4367
|
}
|
|
4336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
|
|
4337
4369
|
type: Pipe,
|
|
4338
4370
|
args: [{
|
|
4339
|
-
name: 'viMomentDateFromNow'
|
|
4371
|
+
name: 'viMomentDateFromNow',
|
|
4372
|
+
standalone: false
|
|
4340
4373
|
}]
|
|
4341
4374
|
}] });
|
|
4342
4375
|
|
|
@@ -4361,13 +4394,14 @@ class MomentTimePipe {
|
|
|
4361
4394
|
.add(timeMilliseconds, 'milliseconds')
|
|
4362
4395
|
.format(format || MomentTimePipe.DEFAULT_FORMAT);
|
|
4363
4396
|
}
|
|
4364
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4365
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4397
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4398
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: MomentTimePipe, isStandalone: false, name: "viMomentTime" });
|
|
4366
4399
|
}
|
|
4367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: MomentTimePipe, decorators: [{
|
|
4368
4401
|
type: Pipe,
|
|
4369
4402
|
args: [{
|
|
4370
|
-
name: 'viMomentTime'
|
|
4403
|
+
name: 'viMomentTime',
|
|
4404
|
+
standalone: false
|
|
4371
4405
|
}]
|
|
4372
4406
|
}] });
|
|
4373
4407
|
|
|
@@ -4400,13 +4434,14 @@ class NgModelErrorPipe {
|
|
|
4400
4434
|
constructor(language) {
|
|
4401
4435
|
this.language = language;
|
|
4402
4436
|
}
|
|
4403
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4404
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4437
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4438
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: NgModelErrorPipe, isStandalone: false, name: "viNgModelError" });
|
|
4405
4439
|
}
|
|
4406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: NgModelErrorPipe, decorators: [{
|
|
4407
4441
|
type: Pipe,
|
|
4408
4442
|
args: [{
|
|
4409
|
-
name: 'viNgModelError'
|
|
4443
|
+
name: 'viNgModelError',
|
|
4444
|
+
standalone: false
|
|
4410
4445
|
}]
|
|
4411
4446
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
4412
4447
|
|
|
@@ -4444,13 +4479,14 @@ class SanitizePipe {
|
|
|
4444
4479
|
throw new Error('Invalid safe type specified: ' + type);
|
|
4445
4480
|
}
|
|
4446
4481
|
}
|
|
4447
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4448
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4482
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4483
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: SanitizePipe, isStandalone: false, name: "viSanitize" });
|
|
4449
4484
|
}
|
|
4450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SanitizePipe, decorators: [{
|
|
4451
4486
|
type: Pipe,
|
|
4452
4487
|
args: [{
|
|
4453
|
-
name: 'viSanitize'
|
|
4488
|
+
name: 'viSanitize',
|
|
4489
|
+
standalone: false
|
|
4454
4490
|
}]
|
|
4455
4491
|
}], ctorParameters: () => [{ type: i1$2.DomSanitizer }] });
|
|
4456
4492
|
|
|
@@ -4463,13 +4499,14 @@ class StartCasePipe {
|
|
|
4463
4499
|
transform(value) {
|
|
4464
4500
|
return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4465
4501
|
}
|
|
4466
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4467
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4502
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4503
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: StartCasePipe, isStandalone: false, name: "viStartCase" });
|
|
4468
4504
|
}
|
|
4469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: StartCasePipe, decorators: [{
|
|
4470
4506
|
type: Pipe,
|
|
4471
4507
|
args: [{
|
|
4472
|
-
name: 'viStartCase'
|
|
4508
|
+
name: 'viStartCase',
|
|
4509
|
+
standalone: false
|
|
4473
4510
|
}]
|
|
4474
4511
|
}] });
|
|
4475
4512
|
|
|
@@ -4482,13 +4519,14 @@ class TruncatePipe {
|
|
|
4482
4519
|
transform(value, maxLength) {
|
|
4483
4520
|
return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4484
4521
|
}
|
|
4485
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4486
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4522
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4523
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: TruncatePipe, isStandalone: false, name: "viTruncate" });
|
|
4487
4524
|
}
|
|
4488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4525
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: TruncatePipe, decorators: [{
|
|
4489
4526
|
type: Pipe,
|
|
4490
4527
|
args: [{
|
|
4491
|
-
name: 'viTruncate'
|
|
4528
|
+
name: 'viTruncate',
|
|
4529
|
+
standalone: false
|
|
4492
4530
|
}]
|
|
4493
4531
|
}] });
|
|
4494
4532
|
|
|
@@ -4514,13 +4552,14 @@ class TimePipe {
|
|
|
4514
4552
|
}
|
|
4515
4553
|
return FinancePipe.format(milliseconds / DateUtil.MILLISECONDS_SECOND, format);
|
|
4516
4554
|
}
|
|
4517
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4518
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4555
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4556
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: TimePipe, isStandalone: false, name: "viTime" });
|
|
4519
4557
|
}
|
|
4520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: TimePipe, decorators: [{
|
|
4521
4559
|
type: Pipe,
|
|
4522
4560
|
args: [{
|
|
4523
|
-
name: 'viTime'
|
|
4561
|
+
name: 'viTime',
|
|
4562
|
+
standalone: false
|
|
4524
4563
|
}]
|
|
4525
4564
|
}] });
|
|
4526
4565
|
|
|
@@ -4998,18 +5037,23 @@ class RouterBaseService extends Loadable {
|
|
|
4998
5037
|
}
|
|
4999
5038
|
}
|
|
5000
5039
|
|
|
5040
|
+
class NotificationService extends Destroyable {
|
|
5041
|
+
}
|
|
5042
|
+
|
|
5001
5043
|
class ServiceWorkerService extends Loadable {
|
|
5002
5044
|
updates;
|
|
5003
5045
|
logger;
|
|
5046
|
+
notifications;
|
|
5004
5047
|
//--------------------------------------------------------------------------
|
|
5005
5048
|
//
|
|
5006
5049
|
// Constructor
|
|
5007
5050
|
//
|
|
5008
5051
|
//--------------------------------------------------------------------------
|
|
5009
|
-
constructor(updates, logger) {
|
|
5052
|
+
constructor(updates, logger, notifications) {
|
|
5010
5053
|
super();
|
|
5011
5054
|
this.updates = updates;
|
|
5012
5055
|
this.logger = logger;
|
|
5056
|
+
this.notifications = notifications;
|
|
5013
5057
|
updates.unrecoverable.pipe(takeUntil(this.destroyed)).subscribe(event => this.unrecoverableHandler(event));
|
|
5014
5058
|
updates.versionUpdates
|
|
5015
5059
|
.pipe(filter(event => event.type === 'VERSION_READY'), takeUntil(this.destroyed))
|
|
@@ -5091,13 +5135,13 @@ class ServiceWorkerService extends Loadable {
|
|
|
5091
5135
|
get isEnabled() {
|
|
5092
5136
|
return this.updates.isEnabled;
|
|
5093
5137
|
}
|
|
5094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5095
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5138
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ServiceWorkerService, deps: [{ token: i1$3.SwUpdate }, { token: i2.Logger }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5139
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ServiceWorkerService, providedIn: 'root' });
|
|
5096
5140
|
}
|
|
5097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ServiceWorkerService, decorators: [{
|
|
5098
5142
|
type: Injectable,
|
|
5099
5143
|
args: [{ providedIn: 'root' }]
|
|
5100
|
-
}], ctorParameters: () => [{ type: i1$3.SwUpdate }, { type: i2.Logger }] });
|
|
5144
|
+
}], ctorParameters: () => [{ type: i1$3.SwUpdate }, { type: i2.Logger }, { type: NotificationService }] });
|
|
5101
5145
|
|
|
5102
5146
|
class CanDeactivateGuard {
|
|
5103
5147
|
// --------------------------------------------------------------------------
|
|
@@ -5211,13 +5255,14 @@ class ThemeStyleDirective extends Destroyable {
|
|
|
5211
5255
|
this.stylePropertiesCheck();
|
|
5212
5256
|
}
|
|
5213
5257
|
}
|
|
5214
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5215
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5258
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5259
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: ThemeStyleDirective, isStandalone: false, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
|
|
5216
5260
|
}
|
|
5217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeStyleDirective, decorators: [{
|
|
5218
5262
|
type: Directive,
|
|
5219
5263
|
args: [{
|
|
5220
|
-
selector: '[vi-theme-style]'
|
|
5264
|
+
selector: '[vi-theme-style]',
|
|
5265
|
+
standalone: false
|
|
5221
5266
|
}]
|
|
5222
5267
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }], propDecorators: { flags: [{
|
|
5223
5268
|
type: Input
|
|
@@ -5314,13 +5359,14 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
|
|
|
5314
5359
|
set flags(value) {
|
|
5315
5360
|
super.flags = value;
|
|
5316
5361
|
}
|
|
5317
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5318
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5362
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5363
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: ThemeStyleHoverDirective, isStandalone: false, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
|
|
5319
5364
|
}
|
|
5320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
|
|
5321
5366
|
type: Directive,
|
|
5322
5367
|
args: [{
|
|
5323
|
-
selector: '[vi-theme-style-hover]'
|
|
5368
|
+
selector: '[vi-theme-style-hover]',
|
|
5369
|
+
standalone: false
|
|
5324
5370
|
}]
|
|
5325
5371
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }], propDecorators: { key: [{
|
|
5326
5372
|
type: Input,
|
|
@@ -5545,10 +5591,10 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5545
5591
|
this._extension = value;
|
|
5546
5592
|
this.setSourceProperties();
|
|
5547
5593
|
}
|
|
5548
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5549
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
5594
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5595
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.6", type: ThemeAssetDirective, isStandalone: true, inputs: { isSound: ["isSound", "isSound", booleanAttribute], isVideo: ["isVideo", "isVideo", booleanAttribute], isFile: ["isFile", "isFile", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isBackground: ["isBackground", "isBackground", booleanAttribute], isIgnoreTheme: ["isIgnoreTheme", "isIgnoreTheme", booleanAttribute], name: "name", extension: "extension" }, host: { listeners: { "error": "errorLoadingHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
5550
5596
|
}
|
|
5551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeAssetDirective, decorators: [{
|
|
5552
5598
|
type: Directive
|
|
5553
5599
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
|
|
5554
5600
|
type: HostListener,
|
|
@@ -5610,13 +5656,14 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5610
5656
|
get name() {
|
|
5611
5657
|
return super.name;
|
|
5612
5658
|
}
|
|
5613
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5614
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5659
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5660
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: ThemeAssetBackgroundDirective, isStandalone: false, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5615
5661
|
}
|
|
5616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
|
|
5617
5663
|
type: Directive,
|
|
5618
5664
|
args: [{
|
|
5619
|
-
selector: '[vi-theme-background]'
|
|
5665
|
+
selector: '[vi-theme-background]',
|
|
5666
|
+
standalone: false
|
|
5620
5667
|
}]
|
|
5621
5668
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { name: [{
|
|
5622
5669
|
type: Input,
|
|
@@ -5655,13 +5702,14 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
5655
5702
|
get name() {
|
|
5656
5703
|
return super.name;
|
|
5657
5704
|
}
|
|
5658
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5659
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5705
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5706
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: ThemeAssetImageDirective, isStandalone: false, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5660
5707
|
}
|
|
5661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
|
|
5662
5709
|
type: Directive,
|
|
5663
5710
|
args: [{
|
|
5664
|
-
selector: '[vi-theme-image]'
|
|
5711
|
+
selector: '[vi-theme-image]',
|
|
5712
|
+
standalone: false
|
|
5665
5713
|
}]
|
|
5666
5714
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { name: [{
|
|
5667
5715
|
type: Input,
|
|
@@ -5699,13 +5747,14 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
5699
5747
|
get name() {
|
|
5700
5748
|
return super.name;
|
|
5701
5749
|
}
|
|
5702
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5703
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5750
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5751
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: ThemeAssetIconDirective, isStandalone: false, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5704
5752
|
}
|
|
5705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
|
|
5706
5754
|
type: Directive,
|
|
5707
5755
|
args: [{
|
|
5708
|
-
selector: '[vi-theme-icon]'
|
|
5756
|
+
selector: '[vi-theme-icon]',
|
|
5757
|
+
standalone: false
|
|
5709
5758
|
}]
|
|
5710
5759
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { name: [{
|
|
5711
5760
|
type: Input,
|
|
@@ -5758,13 +5807,14 @@ class ThemeToggleDirective extends Destroyable {
|
|
|
5758
5807
|
super.destroy();
|
|
5759
5808
|
this.theme = null;
|
|
5760
5809
|
}
|
|
5761
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5762
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5810
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5811
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.6", type: ThemeToggleDirective, isStandalone: false, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
5763
5812
|
}
|
|
5764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeToggleDirective, decorators: [{
|
|
5765
5814
|
type: Directive,
|
|
5766
5815
|
args: [{
|
|
5767
|
-
selector: '[vi-theme-toggle]'
|
|
5816
|
+
selector: '[vi-theme-toggle]',
|
|
5817
|
+
standalone: false
|
|
5768
5818
|
}]
|
|
5769
5819
|
}], ctorParameters: () => [{ type: i1.ThemeService }], propDecorators: { clickHandler: [{
|
|
5770
5820
|
type: HostListener,
|
|
@@ -5806,8 +5856,8 @@ class ThemeModule {
|
|
|
5806
5856
|
]
|
|
5807
5857
|
};
|
|
5808
5858
|
}
|
|
5809
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5810
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
5859
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5860
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
|
|
5811
5861
|
ThemeAssetImageDirective,
|
|
5812
5862
|
ThemeAssetIconDirective,
|
|
5813
5863
|
ThemeAssetBackgroundDirective,
|
|
@@ -5818,9 +5868,9 @@ class ThemeModule {
|
|
|
5818
5868
|
ThemeAssetBackgroundDirective,
|
|
5819
5869
|
ThemeStyleDirective,
|
|
5820
5870
|
ThemeStyleHoverDirective] });
|
|
5821
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5871
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
|
|
5822
5872
|
}
|
|
5823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ThemeModule, decorators: [{
|
|
5824
5874
|
type: NgModule,
|
|
5825
5875
|
args: [{
|
|
5826
5876
|
imports: [CookieModule],
|
|
@@ -6523,10 +6573,10 @@ class IWindowContent extends DestroyableContainer {
|
|
|
6523
6573
|
this.commitWindowProperties();
|
|
6524
6574
|
}
|
|
6525
6575
|
}
|
|
6526
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6527
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
|
6576
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
6577
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.0.6", type: IWindowContent, isStandalone: true, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6528
6578
|
}
|
|
6529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: IWindowContent, decorators: [{
|
|
6530
6580
|
type: Component,
|
|
6531
6581
|
args: [{ template: '' }]
|
|
6532
6582
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -6702,10 +6752,10 @@ class INotificationContent extends DestroyableContainer {
|
|
|
6702
6752
|
get config() {
|
|
6703
6753
|
return this._config;
|
|
6704
6754
|
}
|
|
6705
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6706
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6755
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6756
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.6", type: INotificationContent, isStandalone: true, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6707
6757
|
}
|
|
6708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: INotificationContent, decorators: [{
|
|
6709
6759
|
type: Component,
|
|
6710
6760
|
args: [{ template: '' }]
|
|
6711
6761
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
|
|
@@ -6738,9 +6788,6 @@ class NotificationConfig extends WindowConfig {
|
|
|
6738
6788
|
}
|
|
6739
6789
|
}
|
|
6740
6790
|
|
|
6741
|
-
class NotificationService extends Destroyable {
|
|
6742
|
-
}
|
|
6743
|
-
|
|
6744
6791
|
var NotificationServiceEvent;
|
|
6745
6792
|
(function (NotificationServiceEvent) {
|
|
6746
6793
|
NotificationServiceEvent["OPENED"] = "OPENED";
|
|
@@ -6962,10 +7009,10 @@ class LazyModuleLoader extends Loadable {
|
|
|
6962
7009
|
get modules() {
|
|
6963
7010
|
return this._modules;
|
|
6964
7011
|
}
|
|
6965
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6966
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7012
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7013
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
|
|
6967
7014
|
}
|
|
6968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: LazyModuleLoader, decorators: [{
|
|
6969
7016
|
type: Injectable,
|
|
6970
7017
|
args: [{ providedIn: 'root' }]
|
|
6971
7018
|
}], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
|
|
@@ -7166,8 +7213,8 @@ class VIModule {
|
|
|
7166
7213
|
]
|
|
7167
7214
|
};
|
|
7168
7215
|
}
|
|
7169
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7170
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7216
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7217
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: VIModule, declarations: [TimePipe,
|
|
7171
7218
|
FinancePipe,
|
|
7172
7219
|
SanitizePipe,
|
|
7173
7220
|
TruncatePipe,
|
|
@@ -7218,9 +7265,9 @@ class VIModule {
|
|
|
7218
7265
|
HTMLContentTitleDirective,
|
|
7219
7266
|
AutoScrollBottomDirective,
|
|
7220
7267
|
AspectRatioResizeDirective] });
|
|
7221
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
7268
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
|
|
7222
7269
|
}
|
|
7223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: VIModule, decorators: [{
|
|
7224
7271
|
type: NgModule,
|
|
7225
7272
|
args: [{
|
|
7226
7273
|
imports,
|