@ts-core/angular 19.0.15 → 21.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/fesm2022/ts-core-angular.mjs +252 -250
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/package.json +26 -16
- package/types/ts-core-angular.d.ts +1824 -0
- package/ApplicationInjector.d.ts +0 -2
- package/VIModule.d.ts +0 -60
- package/application/ApplicationComponent.d.ts +0 -13
- package/application/ApplicationComponentBase.d.ts +0 -21
- package/application/ApplicationInitializerBase.d.ts +0 -35
- package/application/MessageComponentBase.d.ts +0 -15
- package/asset/AssetBackgroundDirective.d.ts +0 -33
- package/asset/AssetBackgroundPipe.d.ts +0 -7
- package/asset/AssetFilePipe.d.ts +0 -7
- package/asset/AssetIconPipe.d.ts +0 -7
- package/asset/AssetImagePipe.d.ts +0 -7
- package/asset/AssetModule.d.ts +0 -14
- package/asset/AssetSoundPipe.d.ts +0 -7
- package/asset/AssetVideoPipe.d.ts +0 -7
- package/bottomSheet/BottomSheetService.d.ts +0 -21
- package/cookie/CookieModule.d.ts +0 -13
- package/cookie/CookieOptions.d.ts +0 -10
- package/cookie/CookieService.d.ts +0 -13
- package/directive/AspectRatioResizeDirective.d.ts +0 -29
- package/directive/AutoScrollBottomDirective.d.ts +0 -24
- package/directive/ClickToCopyDirective.d.ts +0 -11
- package/directive/ClickToSelectDirective.d.ts +0 -11
- package/directive/FocusDirective.d.ts +0 -12
- package/directive/HTMLContentTitleDirective.d.ts +0 -14
- package/directive/HTMLTitleDirective.d.ts +0 -14
- package/directive/InfiniteScrollDirective.d.ts +0 -15
- package/directive/IsBrowserDirective.d.ts +0 -9
- package/directive/IsServerDirective.d.ts +0 -9
- package/directive/NullEmptyValueDirective.d.ts +0 -9
- package/directive/ResizeDirective.d.ts +0 -20
- package/directive/ScrollCheckDirective.d.ts +0 -24
- package/directive/ScrollDirective.d.ts +0 -24
- package/directive/SelectOnFocusDirective.d.ts +0 -11
- package/directive/StructureDirective.d.ts +0 -13
- package/directive/UppercaseValueDirective.d.ts +0 -9
- package/index.d.ts +0 -5
- package/language/LanguageDirective.d.ts +0 -21
- package/language/LanguageHasDirective.d.ts +0 -18
- package/language/LanguageModule.d.ts +0 -20
- package/language/LanguagePipe.d.ts +0 -18
- package/language/LanguagePipeHas.d.ts +0 -15
- package/language/LanguagePipeHasPure.d.ts +0 -12
- package/language/LanguagePipePure.d.ts +0 -12
- package/language/LanguageRequireResolver.d.ts +0 -4
- package/language/LanguageResolver.d.ts +0 -8
- package/language/LanguageToggleDirective.d.ts +0 -12
- package/list/IListItem.d.ts +0 -12
- package/list/ListItem.d.ts +0 -39
- package/list/ListItems.d.ts +0 -23
- package/list/select/ISelectListItem.d.ts +0 -6
- package/list/select/RouterSelectListItems.d.ts +0 -14
- package/list/select/SelectListItem.d.ts +0 -16
- package/list/select/SelectListItems.d.ts +0 -26
- package/login/LoginGuard.d.ts +0 -12
- package/login/LoginIfCanGuard.d.ts +0 -12
- package/login/LoginNotGuard.d.ts +0 -12
- package/login/LoginRequireResolver.d.ts +0 -8
- package/login/LoginResolver.d.ts +0 -8
- package/login/LoginServiceBase.d.ts +0 -44
- package/login/LoginTokenStorage.d.ts +0 -7
- package/login/Loginable.d.ts +0 -10
- package/manager/FocusManager.d.ts +0 -11
- package/manager/ResizeManager.d.ts +0 -20
- package/menu/MenuItem.d.ts +0 -6
- package/menu/MenuItemBase.d.ts +0 -15
- package/menu/MenuItems.d.ts +0 -20
- package/menu/NavigationMenuItem.d.ts +0 -7
- package/module/LazyModuleLoader.d.ts +0 -23
- package/notification/INotification.d.ts +0 -27
- package/notification/INotificationConfig.d.ts +0 -9
- package/notification/INotificationContent.d.ts +0 -31
- package/notification/NotificationConfig.d.ts +0 -14
- package/notification/NotificationService.d.ts +0 -23
- package/notification/NotificationServiceEvent.d.ts +0 -6
- package/pipe/CamelCasePipe.d.ts +0 -8
- package/pipe/FinancePipe.d.ts +0 -10
- package/pipe/MomentDateAdaptivePipe.d.ts +0 -13
- package/pipe/MomentDateFromNowPipe.d.ts +0 -9
- package/pipe/MomentDatePipe.d.ts +0 -14
- package/pipe/MomentTimePipe.d.ts +0 -9
- package/pipe/NgModelErrorPipe.d.ts +0 -12
- package/pipe/PrettifyPipe.d.ts +0 -9
- package/pipe/SanitizePipe.d.ts +0 -9
- package/pipe/StartCasePipe.d.ts +0 -8
- package/pipe/TimePipe.d.ts +0 -9
- package/pipe/TruncatePipe.d.ts +0 -8
- package/public-api.d.ts +0 -123
- package/question/IQuestion.d.ts +0 -31
- package/question/QuestionManager.d.ts +0 -25
- package/resolver/LoadableResolver.d.ts +0 -9
- package/service/PipeServiceBase.d.ts +0 -44
- package/service/PlatformService.d.ts +0 -11
- package/service/RouterServiceBase.d.ts +0 -46
- package/service/ServiceWorkerService.d.ts +0 -22
- package/service/route/CanDeactivateGuard.d.ts +0 -6
- package/service/route/IRouterDeactivatable.d.ts +0 -5
- package/storage/BooleanValueStorage.d.ts +0 -5
- package/storage/ClassTypeValueStorage.d.ts +0 -10
- package/storage/DateValueStorage.d.ts +0 -11
- package/storage/IValueStorage.d.ts +0 -8
- package/storage/JSONValueStorage.d.ts +0 -5
- package/storage/LocalStorageService.d.ts +0 -12
- package/storage/ValueStorage.d.ts +0 -18
- package/theme/ThemeAssetBackgroundDirective.d.ts +0 -13
- package/theme/ThemeAssetDirective.d.ts +0 -56
- package/theme/ThemeAssetIconDirective.d.ts +0 -13
- package/theme/ThemeAssetImageDirective.d.ts +0 -13
- package/theme/ThemeModule.d.ts +0 -20
- package/theme/ThemeStyleDirective.d.ts +0 -27
- package/theme/ThemeStyleHoverDirective.d.ts +0 -23
- package/theme/ThemeToggleDirective.d.ts +0 -11
- package/transport/TransportLazy.d.ts +0 -13
- package/transport/TransportLazyModule.d.ts +0 -16
- package/transport/TransportLazyModuleLoadedEvent.d.ts +0 -6
- package/user/IUser.d.ts +0 -7
- package/user/UserServiceBase.d.ts +0 -27
- package/util/ViewUtil.d.ts +0 -71
- package/window/IWindow.d.ts +0 -42
- package/window/IWindowConfig.d.ts +0 -43
- package/window/IWindowContent.d.ts +0 -35
- package/window/WindowBase.d.ts +0 -35
- package/window/WindowClosedError.d.ts +0 -6
- package/window/WindowConfig.d.ts +0 -62
- package/window/WindowService.d.ts +0 -21
- package/window/WindowServiceEvent.d.ts +0 -7
|
@@ -184,10 +184,10 @@ class ApplicationComponentBase extends DestroyableContainer {
|
|
|
184
184
|
get isViewReady() {
|
|
185
185
|
return !_.isNil(this.viewReadyPromise) ? this.viewReadyPromise.isResolved : false;
|
|
186
186
|
}
|
|
187
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
188
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
187
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ApplicationComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
188
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.8", type: ApplicationComponentBase, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
189
189
|
}
|
|
190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ApplicationComponentBase, decorators: [{
|
|
191
191
|
type: Component,
|
|
192
192
|
args: [{ template: '' }]
|
|
193
193
|
}], ctorParameters: () => [] });
|
|
@@ -1012,10 +1012,10 @@ class AssetBackgroundDirective extends Destroyable {
|
|
|
1012
1012
|
get background() {
|
|
1013
1013
|
return this._background;
|
|
1014
1014
|
}
|
|
1015
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1016
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
1015
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1016
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", 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 });
|
|
1017
1017
|
}
|
|
1018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
|
|
1019
1019
|
type: Directive,
|
|
1020
1020
|
args: [{
|
|
1021
1021
|
selector: '[vi-asset-background]',
|
|
@@ -1048,10 +1048,10 @@ class AssetBackgroundPipe {
|
|
|
1048
1048
|
transform(name, extension = 'png') {
|
|
1049
1049
|
return Assets.getBackground(name, extension);
|
|
1050
1050
|
}
|
|
1051
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1052
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1051
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1052
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundPipe, isStandalone: false, name: "viAssetBackground" });
|
|
1053
1053
|
}
|
|
1054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
|
|
1055
1055
|
type: Pipe,
|
|
1056
1056
|
args: [{
|
|
1057
1057
|
name: 'viAssetBackground',
|
|
@@ -1068,10 +1068,10 @@ class AssetIconPipe {
|
|
|
1068
1068
|
transform(name, extension = 'png') {
|
|
1069
1069
|
return Assets.getIcon(name, extension);
|
|
1070
1070
|
}
|
|
1071
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1072
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1071
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1072
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetIconPipe, isStandalone: false, name: "viAssetIcon" });
|
|
1073
1073
|
}
|
|
1074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetIconPipe, decorators: [{
|
|
1075
1075
|
type: Pipe,
|
|
1076
1076
|
args: [{
|
|
1077
1077
|
name: 'viAssetIcon',
|
|
@@ -1088,10 +1088,10 @@ class AssetFilePipe {
|
|
|
1088
1088
|
transform(name, extension) {
|
|
1089
1089
|
return Assets.getFile(name, extension);
|
|
1090
1090
|
}
|
|
1091
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1092
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1091
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1092
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetFilePipe, isStandalone: false, name: "viAssetFile" });
|
|
1093
1093
|
}
|
|
1094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetFilePipe, decorators: [{
|
|
1095
1095
|
type: Pipe,
|
|
1096
1096
|
args: [{
|
|
1097
1097
|
name: 'viAssetFile',
|
|
@@ -1108,10 +1108,10 @@ class AssetVideoPipe {
|
|
|
1108
1108
|
transform(name, extension = 'mp4') {
|
|
1109
1109
|
return Assets.getVideo(name, extension);
|
|
1110
1110
|
}
|
|
1111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1112
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1111
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1112
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetVideoPipe, isStandalone: false, name: "viAssetVideo" });
|
|
1113
1113
|
}
|
|
1114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetVideoPipe, decorators: [{
|
|
1115
1115
|
type: Pipe,
|
|
1116
1116
|
args: [{
|
|
1117
1117
|
name: 'viAssetVideo',
|
|
@@ -1128,10 +1128,10 @@ class AssetSoundPipe {
|
|
|
1128
1128
|
transform(name, extension = 'mp3') {
|
|
1129
1129
|
return Assets.getSound(name, extension);
|
|
1130
1130
|
}
|
|
1131
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1132
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1131
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1132
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetSoundPipe, isStandalone: false, name: "viAssetSound" });
|
|
1133
1133
|
}
|
|
1134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetSoundPipe, decorators: [{
|
|
1135
1135
|
type: Pipe,
|
|
1136
1136
|
args: [{
|
|
1137
1137
|
name: 'viAssetSound',
|
|
@@ -1148,10 +1148,10 @@ class AssetImagePipe {
|
|
|
1148
1148
|
transform(name, extension = 'png') {
|
|
1149
1149
|
return Assets.getImage(name, extension);
|
|
1150
1150
|
}
|
|
1151
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1152
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1151
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1152
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetImagePipe, isStandalone: false, name: "viAssetImage" });
|
|
1153
1153
|
}
|
|
1154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetImagePipe, decorators: [{
|
|
1155
1155
|
type: Pipe,
|
|
1156
1156
|
args: [{
|
|
1157
1157
|
name: 'viAssetImage',
|
|
@@ -1161,11 +1161,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
1161
1161
|
|
|
1162
1162
|
let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
|
|
1163
1163
|
class AssetModule {
|
|
1164
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1165
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1166
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1164
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1165
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
|
|
1166
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetModule, imports: [CommonModule] });
|
|
1167
1167
|
}
|
|
1168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetModule, decorators: [{
|
|
1169
1169
|
type: NgModule,
|
|
1170
1170
|
args: [{
|
|
1171
1171
|
imports: [CommonModule],
|
|
@@ -1270,10 +1270,10 @@ class PlatformService extends Destroyable {
|
|
|
1270
1270
|
get isPlatformBrowser() {
|
|
1271
1271
|
return this._isPlatformBrowser;
|
|
1272
1272
|
}
|
|
1273
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1274
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1273
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1274
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PlatformService, providedIn: 'root' });
|
|
1275
1275
|
}
|
|
1276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PlatformService, decorators: [{
|
|
1277
1277
|
type: Injectable,
|
|
1278
1278
|
args: [{ providedIn: 'root' }]
|
|
1279
1279
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1303,11 +1303,11 @@ class CookieModule {
|
|
|
1303
1303
|
]
|
|
1304
1304
|
};
|
|
1305
1305
|
}
|
|
1306
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1307
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1308
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1306
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1307
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: CookieModule });
|
|
1308
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CookieModule });
|
|
1309
1309
|
}
|
|
1310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CookieModule, decorators: [{
|
|
1311
1311
|
type: NgModule
|
|
1312
1312
|
}] });
|
|
1313
1313
|
function cookieServiceFactory(nativeWindow, options, platform) {
|
|
@@ -1525,10 +1525,10 @@ class AspectRatioResizeDirective extends Destroyable {
|
|
|
1525
1525
|
get ratio() {
|
|
1526
1526
|
return this._ratio;
|
|
1527
1527
|
}
|
|
1528
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1529
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
1528
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1529
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: AspectRatioResizeDirective, isStandalone: false, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
|
|
1530
1530
|
}
|
|
1531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
|
|
1532
1532
|
type: Directive,
|
|
1533
1533
|
args: [{
|
|
1534
1534
|
selector: '[vi-aspect-ratio]',
|
|
@@ -1645,10 +1645,10 @@ class ScrollDirective extends Destroyable {
|
|
|
1645
1645
|
get scrollValue() {
|
|
1646
1646
|
return this._scrollValue;
|
|
1647
1647
|
}
|
|
1648
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1649
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
1648
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1649
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: ScrollDirective, isStandalone: false, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
1650
1650
|
}
|
|
1651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ScrollDirective, decorators: [{
|
|
1652
1652
|
type: Directive,
|
|
1653
1653
|
args: [{
|
|
1654
1654
|
selector: '[vi-scroll]',
|
|
@@ -1716,10 +1716,10 @@ class InfiniteScrollDirective extends ScrollDirective {
|
|
|
1716
1716
|
get scrollHeight() {
|
|
1717
1717
|
return this.element.scrollHeight;
|
|
1718
1718
|
}
|
|
1719
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1720
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
1719
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1720
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: InfiniteScrollDirective, isStandalone: false, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
|
|
1721
1721
|
}
|
|
1722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
|
|
1723
1723
|
type: Directive,
|
|
1724
1724
|
args: [{
|
|
1725
1725
|
selector: '[vi-infinite-scroll]',
|
|
@@ -1835,10 +1835,10 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
|
|
|
1835
1835
|
this.isScrollLocked = true;
|
|
1836
1836
|
this.scrollCheck();
|
|
1837
1837
|
}
|
|
1838
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1839
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1838
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1839
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", 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 });
|
|
1840
1840
|
}
|
|
1841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
|
|
1842
1842
|
type: Directive,
|
|
1843
1843
|
args: [{
|
|
1844
1844
|
selector: '[vi-auto-scroll-bottom]',
|
|
@@ -1885,10 +1885,10 @@ class ClickToCopyDirective extends Destroyable {
|
|
|
1885
1885
|
this.element = null;
|
|
1886
1886
|
clearTimeout(this.selectionClearTimer);
|
|
1887
1887
|
}
|
|
1888
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1889
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1888
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1889
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", 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 });
|
|
1890
1890
|
}
|
|
1891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ClickToCopyDirective, decorators: [{
|
|
1892
1892
|
type: Directive,
|
|
1893
1893
|
args: [{
|
|
1894
1894
|
selector: '[vi-click-to-copy]',
|
|
@@ -1940,10 +1940,10 @@ class ClickToSelectDirective extends Destroyable {
|
|
|
1940
1940
|
super.destroy();
|
|
1941
1941
|
this.element = null;
|
|
1942
1942
|
}
|
|
1943
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1944
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1943
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1944
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ClickToSelectDirective, isStandalone: false, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
1945
1945
|
}
|
|
1946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ClickToSelectDirective, decorators: [{
|
|
1947
1947
|
type: Directive,
|
|
1948
1948
|
args: [{
|
|
1949
1949
|
selector: '[vi-click-to-select]',
|
|
@@ -2048,10 +2048,10 @@ class FocusDirective extends Destroyable {
|
|
|
2048
2048
|
set trigger(value) {
|
|
2049
2049
|
this.focus();
|
|
2050
2050
|
}
|
|
2051
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2052
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2051
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2052
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: FocusDirective, isStandalone: false, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
|
|
2053
2053
|
}
|
|
2054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FocusDirective, decorators: [{
|
|
2055
2055
|
type: Directive,
|
|
2056
2056
|
args: [{
|
|
2057
2057
|
selector: '[vi-focus]',
|
|
@@ -2093,10 +2093,10 @@ class SelectOnFocusDirective extends Destroyable {
|
|
|
2093
2093
|
super.destroy();
|
|
2094
2094
|
this.element = null;
|
|
2095
2095
|
}
|
|
2096
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2097
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2096
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2097
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: SelectOnFocusDirective, isStandalone: false, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
2098
2098
|
}
|
|
2099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
|
|
2100
2100
|
type: Directive,
|
|
2101
2101
|
args: [{
|
|
2102
2102
|
selector: '[vi-select-on-focus]',
|
|
@@ -2161,10 +2161,10 @@ class ResizeDirective extends Destroyable {
|
|
|
2161
2161
|
this.interactable = null;
|
|
2162
2162
|
}
|
|
2163
2163
|
}
|
|
2164
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2165
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
2164
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2165
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", 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 });
|
|
2166
2166
|
}
|
|
2167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ResizeDirective, decorators: [{
|
|
2168
2168
|
type: Directive,
|
|
2169
2169
|
args: [{
|
|
2170
2170
|
selector: '[vi-resize]',
|
|
@@ -2340,10 +2340,10 @@ class ScrollCheckDirective extends Destroyable {
|
|
|
2340
2340
|
get scrollLimit() {
|
|
2341
2341
|
return this._scrollLimit;
|
|
2342
2342
|
}
|
|
2343
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2344
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
2343
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2344
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", 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 });
|
|
2345
2345
|
}
|
|
2346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ScrollCheckDirective, decorators: [{
|
|
2347
2347
|
type: Directive,
|
|
2348
2348
|
args: [{
|
|
2349
2349
|
selector: '[vi-scroll-check]',
|
|
@@ -2437,10 +2437,10 @@ class LanguagePipe extends Destroyable {
|
|
|
2437
2437
|
this.lastParams = null;
|
|
2438
2438
|
this.lastValue = null;
|
|
2439
2439
|
}
|
|
2440
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2441
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2440
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2441
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipe, isStandalone: false, name: "viTranslate", pure: false });
|
|
2442
2442
|
}
|
|
2443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipe, decorators: [{
|
|
2444
2444
|
type: Pipe,
|
|
2445
2445
|
args: [{
|
|
2446
2446
|
name: 'viTranslate',
|
|
@@ -2503,10 +2503,10 @@ class HTMLTitleDirective extends Destroyable {
|
|
|
2503
2503
|
get value() {
|
|
2504
2504
|
return this._value;
|
|
2505
2505
|
}
|
|
2506
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2507
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2506
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2507
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: HTMLTitleDirective, isStandalone: false, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2508
2508
|
}
|
|
2509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: HTMLTitleDirective, decorators: [{
|
|
2510
2510
|
type: Directive,
|
|
2511
2511
|
args: [{
|
|
2512
2512
|
selector: '[vi-html-title]',
|
|
@@ -2572,10 +2572,10 @@ class HTMLContentTitleDirective extends Destroyable {
|
|
|
2572
2572
|
get value() {
|
|
2573
2573
|
return this._value;
|
|
2574
2574
|
}
|
|
2575
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2576
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2575
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2576
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: HTMLContentTitleDirective, isStandalone: false, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2577
2577
|
}
|
|
2578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
|
|
2579
2579
|
type: Directive,
|
|
2580
2580
|
args: [{
|
|
2581
2581
|
selector: '[vi-html-content-title]',
|
|
@@ -2596,10 +2596,10 @@ class IsBrowserDirective extends StructureDirective {
|
|
|
2596
2596
|
super(templateRef, container);
|
|
2597
2597
|
this.isNeedAdd = platform.isPlatformBrowser;
|
|
2598
2598
|
}
|
|
2599
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2600
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2599
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2600
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: IsBrowserDirective, isStandalone: false, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
|
|
2601
2601
|
}
|
|
2602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsBrowserDirective, decorators: [{
|
|
2603
2603
|
type: Directive,
|
|
2604
2604
|
args: [{
|
|
2605
2605
|
selector: '[viIsBrowser]',
|
|
@@ -2617,10 +2617,10 @@ class IsServerDirective extends StructureDirective {
|
|
|
2617
2617
|
super(templateRef, container);
|
|
2618
2618
|
this.isNeedAdd = platform.isPlatformServer;
|
|
2619
2619
|
}
|
|
2620
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2621
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2620
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2621
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: IsServerDirective, isStandalone: false, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
|
|
2622
2622
|
}
|
|
2623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsServerDirective, decorators: [{
|
|
2624
2624
|
type: Directive,
|
|
2625
2625
|
args: [{
|
|
2626
2626
|
selector: '[viIsServer]',
|
|
@@ -2643,13 +2643,14 @@ class NullEmptyValueDirective {
|
|
|
2643
2643
|
// Event Listener
|
|
2644
2644
|
//
|
|
2645
2645
|
//--------------------------------------------------------------------------
|
|
2646
|
-
onEvent(
|
|
2646
|
+
onEvent(event) {
|
|
2647
|
+
let target = event.target;
|
|
2647
2648
|
this.control.viewToModelUpdate(_.isEmpty(target.value) ? null : target.value);
|
|
2648
2649
|
}
|
|
2649
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2650
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2650
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NullEmptyValueDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2651
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: NullEmptyValueDirective, isStandalone: false, selector: "input[nullEmptyValue]", host: { listeners: { "input": "onEvent($event)" } }, ngImport: i0 });
|
|
2651
2652
|
}
|
|
2652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NullEmptyValueDirective, decorators: [{
|
|
2653
2654
|
type: Directive,
|
|
2654
2655
|
args: [{
|
|
2655
2656
|
selector: 'input[nullEmptyValue]',
|
|
@@ -2657,7 +2658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
2657
2658
|
}]
|
|
2658
2659
|
}], ctorParameters: () => [{ type: i1$1.NgControl }], propDecorators: { onEvent: [{
|
|
2659
2660
|
type: HostListener,
|
|
2660
|
-
args: ['input', ['$event
|
|
2661
|
+
args: ['input', ['$event']]
|
|
2661
2662
|
}] } });
|
|
2662
2663
|
|
|
2663
2664
|
class UppercaseValueDirective {
|
|
@@ -2675,16 +2676,16 @@ class UppercaseValueDirective {
|
|
|
2675
2676
|
// Event Listener
|
|
2676
2677
|
//
|
|
2677
2678
|
//--------------------------------------------------------------------------
|
|
2678
|
-
onEvent(
|
|
2679
|
-
let
|
|
2680
|
-
if (!_.isEmpty(value)) {
|
|
2681
|
-
target.value = value.toUpperCase();
|
|
2679
|
+
onEvent(event) {
|
|
2680
|
+
let target = event.target;
|
|
2681
|
+
if (!_.isEmpty(target.value)) {
|
|
2682
|
+
target.value = target.value.toUpperCase();
|
|
2682
2683
|
}
|
|
2683
2684
|
}
|
|
2684
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2685
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2685
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: UppercaseValueDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2686
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: UppercaseValueDirective, isStandalone: false, selector: "input[uppercaseValue]", host: { listeners: { "input": "onEvent($event)" } }, ngImport: i0 });
|
|
2686
2687
|
}
|
|
2687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: UppercaseValueDirective, decorators: [{
|
|
2688
2689
|
type: Directive,
|
|
2689
2690
|
args: [{
|
|
2690
2691
|
standalone: false,
|
|
@@ -2692,7 +2693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
2692
2693
|
}]
|
|
2693
2694
|
}], ctorParameters: () => [{ type: i1$1.NgControl }], propDecorators: { onEvent: [{
|
|
2694
2695
|
type: HostListener,
|
|
2695
|
-
args: ['input', ['$event
|
|
2696
|
+
args: ['input', ['$event']]
|
|
2696
2697
|
}] } });
|
|
2697
2698
|
|
|
2698
2699
|
class LanguagePipePure extends Destroyable {
|
|
@@ -2721,10 +2722,10 @@ class LanguagePipePure extends Destroyable {
|
|
|
2721
2722
|
super.destroy();
|
|
2722
2723
|
this.language = null;
|
|
2723
2724
|
}
|
|
2724
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2725
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2725
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2726
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipePure, isStandalone: false, name: "viTranslatePure" });
|
|
2726
2727
|
}
|
|
2727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipePure, decorators: [{
|
|
2728
2729
|
type: Pipe,
|
|
2729
2730
|
args: [{
|
|
2730
2731
|
name: 'viTranslatePure',
|
|
@@ -2790,10 +2791,10 @@ class LanguageResolver extends LanguageRequireResolver {
|
|
|
2790
2791
|
constructor(service) {
|
|
2791
2792
|
super(service);
|
|
2792
2793
|
}
|
|
2793
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2794
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2794
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2795
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
|
|
2795
2796
|
}
|
|
2796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageResolver, decorators: [{
|
|
2797
2798
|
type: Injectable,
|
|
2798
2799
|
args: [{ providedIn: 'root' }]
|
|
2799
2800
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
@@ -2876,10 +2877,10 @@ class LanguageDirective extends Destroyable {
|
|
|
2876
2877
|
get params() {
|
|
2877
2878
|
return this._params;
|
|
2878
2879
|
}
|
|
2879
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2880
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
2880
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2881
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: LanguageDirective, isStandalone: false, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
|
|
2881
2882
|
}
|
|
2882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageDirective, decorators: [{
|
|
2883
2884
|
type: Directive,
|
|
2884
2885
|
args: [{
|
|
2885
2886
|
selector: '[vi-translate]',
|
|
@@ -2932,10 +2933,10 @@ class LanguageToggleDirective extends Destroyable {
|
|
|
2932
2933
|
super.destroy();
|
|
2933
2934
|
this.language = null;
|
|
2934
2935
|
}
|
|
2935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2936
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2936
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageToggleDirective, deps: [{ token: i1.LanguageService }, { token: i1.SettingsServiceBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2937
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: LanguageToggleDirective, isStandalone: false, selector: "[vi-language-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
2937
2938
|
}
|
|
2938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageToggleDirective, decorators: [{
|
|
2939
2940
|
type: Directive,
|
|
2940
2941
|
args: [{
|
|
2941
2942
|
selector: '[vi-language-toggle]',
|
|
@@ -2993,10 +2994,10 @@ class LanguagePipeHas extends Destroyable {
|
|
|
2993
2994
|
this.language = null;
|
|
2994
2995
|
this.key = null;
|
|
2995
2996
|
}
|
|
2996
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2997
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2997
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2998
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHas, isStandalone: false, name: "viTranslateHas", pure: false });
|
|
2998
2999
|
}
|
|
2999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHas, decorators: [{
|
|
3000
3001
|
type: Pipe,
|
|
3001
3002
|
args: [{
|
|
3002
3003
|
name: 'viTranslateHas',
|
|
@@ -3031,10 +3032,10 @@ class LanguagePipeHasPure extends Destroyable {
|
|
|
3031
3032
|
super.destroy();
|
|
3032
3033
|
this.language = null;
|
|
3033
3034
|
}
|
|
3034
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3035
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3035
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3036
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHasPure, isStandalone: false, name: "viTranslateHasPure" });
|
|
3036
3037
|
}
|
|
3037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
|
|
3038
3039
|
type: Pipe,
|
|
3039
3040
|
args: [{
|
|
3040
3041
|
name: 'viTranslateHasPure',
|
|
@@ -3108,10 +3109,10 @@ class LanguageHasDirective extends StructureDirective {
|
|
|
3108
3109
|
get viTranslateHasIsOnlyIfNotEmpty() {
|
|
3109
3110
|
return this._isOnlyIfNotEmpty;
|
|
3110
3111
|
}
|
|
3111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3112
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3112
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3113
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: LanguageHasDirective, isStandalone: false, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
|
|
3113
3114
|
}
|
|
3114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageHasDirective, decorators: [{
|
|
3115
3116
|
type: Directive,
|
|
3116
3117
|
args: [{
|
|
3117
3118
|
selector: '[viTranslateHas]',
|
|
@@ -3153,11 +3154,11 @@ class LanguageModule {
|
|
|
3153
3154
|
]
|
|
3154
3155
|
};
|
|
3155
3156
|
}
|
|
3156
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3157
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
3158
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3157
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3158
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageToggleDirective, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageToggleDirective, LanguageHasDirective, LanguageDirective] });
|
|
3159
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
|
|
3159
3160
|
}
|
|
3160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, decorators: [{
|
|
3161
3162
|
type: NgModule,
|
|
3162
3163
|
args: [{
|
|
3163
3164
|
imports: [CookieModule],
|
|
@@ -3460,10 +3461,10 @@ class LoginGuard extends LoginRequireResolver {
|
|
|
3460
3461
|
canActivate(route, state) {
|
|
3461
3462
|
return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
|
|
3462
3463
|
}
|
|
3463
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3464
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3464
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3465
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginGuard, providedIn: 'root' });
|
|
3465
3466
|
}
|
|
3466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginGuard, decorators: [{
|
|
3467
3468
|
type: Injectable,
|
|
3468
3469
|
args: [{ providedIn: 'root' }]
|
|
3469
3470
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3496,10 +3497,10 @@ class LoginNotGuard extends LoginRequireResolver {
|
|
|
3496
3497
|
canActivate(route, state) {
|
|
3497
3498
|
return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
|
|
3498
3499
|
}
|
|
3499
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3500
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3500
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3501
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
|
|
3501
3502
|
}
|
|
3502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginNotGuard, decorators: [{
|
|
3503
3504
|
type: Injectable,
|
|
3504
3505
|
args: [{ providedIn: 'root' }]
|
|
3505
3506
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3516,10 +3517,10 @@ class LoginResolver extends LoginRequireResolver {
|
|
|
3516
3517
|
constructor(login) {
|
|
3517
3518
|
super(login);
|
|
3518
3519
|
}
|
|
3519
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3520
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3520
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginResolver, deps: [{ token: LoginServiceBase }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3521
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginResolver, providedIn: 'root' });
|
|
3521
3522
|
}
|
|
3522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginResolver, decorators: [{
|
|
3523
3524
|
type: Injectable,
|
|
3524
3525
|
args: [{ providedIn: 'root' }]
|
|
3525
3526
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3565,10 +3566,10 @@ class LoginIfCanGuard extends LoginGuard {
|
|
|
3565
3566
|
}
|
|
3566
3567
|
return super.canActivate(route, state);
|
|
3567
3568
|
}
|
|
3568
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3569
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3569
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3570
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
|
|
3570
3571
|
}
|
|
3571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginIfCanGuard, decorators: [{
|
|
3572
3573
|
type: Injectable,
|
|
3573
3574
|
args: [{ providedIn: 'root' }]
|
|
3574
3575
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -4381,44 +4382,6 @@ class RouterSelectListItems extends SelectListItems {
|
|
|
4381
4382
|
}
|
|
4382
4383
|
}
|
|
4383
4384
|
|
|
4384
|
-
class PrettifyPipe {
|
|
4385
|
-
// --------------------------------------------------------------------------
|
|
4386
|
-
//
|
|
4387
|
-
// Static Properties
|
|
4388
|
-
//
|
|
4389
|
-
// --------------------------------------------------------------------------
|
|
4390
|
-
static EMPTY_SYMBOL = '-';
|
|
4391
|
-
// --------------------------------------------------------------------------
|
|
4392
|
-
//
|
|
4393
|
-
// Static Methods
|
|
4394
|
-
//
|
|
4395
|
-
// --------------------------------------------------------------------------
|
|
4396
|
-
static transform(value) {
|
|
4397
|
-
let isNil = _.isNil(value);
|
|
4398
|
-
if (!isNil && !_.isNumber(value)) {
|
|
4399
|
-
isNil = _.isEmpty(value);
|
|
4400
|
-
}
|
|
4401
|
-
return !isNil ? value : PrettifyPipe.EMPTY_SYMBOL;
|
|
4402
|
-
}
|
|
4403
|
-
// --------------------------------------------------------------------------
|
|
4404
|
-
//
|
|
4405
|
-
// Public Methods
|
|
4406
|
-
//
|
|
4407
|
-
// --------------------------------------------------------------------------
|
|
4408
|
-
transform(value) {
|
|
4409
|
-
return PrettifyPipe.transform(value);
|
|
4410
|
-
}
|
|
4411
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4412
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: PrettifyPipe, isStandalone: false, name: "viPrettify" });
|
|
4413
|
-
}
|
|
4414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: PrettifyPipe, decorators: [{
|
|
4415
|
-
type: Pipe,
|
|
4416
|
-
args: [{
|
|
4417
|
-
name: 'viPrettify',
|
|
4418
|
-
standalone: false
|
|
4419
|
-
}]
|
|
4420
|
-
}] });
|
|
4421
|
-
|
|
4422
4385
|
class CamelCasePipe {
|
|
4423
4386
|
// --------------------------------------------------------------------------
|
|
4424
4387
|
//
|
|
@@ -4426,7 +4389,7 @@ class CamelCasePipe {
|
|
|
4426
4389
|
//
|
|
4427
4390
|
// --------------------------------------------------------------------------
|
|
4428
4391
|
static transform(value) {
|
|
4429
|
-
return !_.isNil(value) ? _.camelCase(value) :
|
|
4392
|
+
return !_.isNil(value) ? _.camelCase(value) : null;
|
|
4430
4393
|
}
|
|
4431
4394
|
// --------------------------------------------------------------------------
|
|
4432
4395
|
//
|
|
@@ -4436,10 +4399,10 @@ class CamelCasePipe {
|
|
|
4436
4399
|
transform(value) {
|
|
4437
4400
|
return CamelCasePipe.transform(value);
|
|
4438
4401
|
}
|
|
4439
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4440
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4402
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4403
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: CamelCasePipe, isStandalone: false, name: "viCamelCase" });
|
|
4441
4404
|
}
|
|
4442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CamelCasePipe, decorators: [{
|
|
4443
4406
|
type: Pipe,
|
|
4444
4407
|
args: [{
|
|
4445
4408
|
name: 'viCamelCase',
|
|
@@ -4489,10 +4452,10 @@ class FinancePipe {
|
|
|
4489
4452
|
transform(value, format, isNeedPlus = false) {
|
|
4490
4453
|
return FinancePipe.transform(value, format, isNeedPlus);
|
|
4491
4454
|
}
|
|
4492
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4493
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4455
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4456
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: FinancePipe, isStandalone: false, name: "viFinance" });
|
|
4494
4457
|
}
|
|
4495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FinancePipe, decorators: [{
|
|
4496
4459
|
type: Pipe,
|
|
4497
4460
|
args: [{
|
|
4498
4461
|
name: 'viFinance',
|
|
@@ -4559,10 +4522,10 @@ class MomentDatePipe {
|
|
|
4559
4522
|
transform(value, format) {
|
|
4560
4523
|
return MomentDatePipe.transform(value, format);
|
|
4561
4524
|
}
|
|
4562
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4563
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4525
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4526
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: MomentDatePipe, isStandalone: false, name: "viMomentDate" });
|
|
4564
4527
|
}
|
|
4565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDatePipe, decorators: [{
|
|
4566
4529
|
type: Pipe,
|
|
4567
4530
|
args: [{
|
|
4568
4531
|
name: 'viMomentDate',
|
|
@@ -4614,10 +4577,10 @@ class MomentDateAdaptivePipe {
|
|
|
4614
4577
|
transform(value) {
|
|
4615
4578
|
return MomentDateAdaptivePipe.transform(value);
|
|
4616
4579
|
}
|
|
4617
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4618
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4580
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4581
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: MomentDateAdaptivePipe, isStandalone: false, name: "viMomentAdaptiveDate" });
|
|
4619
4582
|
}
|
|
4620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
|
|
4621
4584
|
type: Pipe,
|
|
4622
4585
|
args: [{
|
|
4623
4586
|
name: 'viMomentAdaptiveDate',
|
|
@@ -4642,10 +4605,10 @@ class MomentDateFromNowPipe {
|
|
|
4642
4605
|
transform(value, format) {
|
|
4643
4606
|
return MomentDateFromNowPipe.transform(value, format);
|
|
4644
4607
|
}
|
|
4645
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4646
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4608
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4609
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: MomentDateFromNowPipe, isStandalone: false, name: "viMomentDateFromNow" });
|
|
4647
4610
|
}
|
|
4648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
|
|
4649
4612
|
type: Pipe,
|
|
4650
4613
|
args: [{
|
|
4651
4614
|
name: 'viMomentDateFromNow',
|
|
@@ -4682,10 +4645,10 @@ class MomentTimePipe {
|
|
|
4682
4645
|
transform(timeMilliseconds, format) {
|
|
4683
4646
|
return MomentTimePipe.transform(timeMilliseconds, format);
|
|
4684
4647
|
}
|
|
4685
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4686
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4648
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4649
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: MomentTimePipe, isStandalone: false, name: "viMomentTime" });
|
|
4687
4650
|
}
|
|
4688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentTimePipe, decorators: [{
|
|
4689
4652
|
type: Pipe,
|
|
4690
4653
|
args: [{
|
|
4691
4654
|
name: 'viMomentTime',
|
|
@@ -4722,10 +4685,10 @@ class NgModelErrorPipe {
|
|
|
4722
4685
|
constructor(language) {
|
|
4723
4686
|
this.language = language;
|
|
4724
4687
|
}
|
|
4725
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4726
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4688
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4689
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: NgModelErrorPipe, isStandalone: false, name: "viNgModelError" });
|
|
4727
4690
|
}
|
|
4728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NgModelErrorPipe, decorators: [{
|
|
4729
4692
|
type: Pipe,
|
|
4730
4693
|
args: [{
|
|
4731
4694
|
name: 'viNgModelError',
|
|
@@ -4767,10 +4730,10 @@ class SanitizePipe {
|
|
|
4767
4730
|
throw new Error('Invalid safe type specified: ' + type);
|
|
4768
4731
|
}
|
|
4769
4732
|
}
|
|
4770
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4771
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4733
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4734
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: SanitizePipe, isStandalone: false, name: "viSanitize" });
|
|
4772
4735
|
}
|
|
4773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SanitizePipe, decorators: [{
|
|
4774
4737
|
type: Pipe,
|
|
4775
4738
|
args: [{
|
|
4776
4739
|
name: 'viSanitize',
|
|
@@ -4785,7 +4748,7 @@ class StartCasePipe {
|
|
|
4785
4748
|
//
|
|
4786
4749
|
// --------------------------------------------------------------------------
|
|
4787
4750
|
static transform(value) {
|
|
4788
|
-
return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) :
|
|
4751
|
+
return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : null;
|
|
4789
4752
|
}
|
|
4790
4753
|
// --------------------------------------------------------------------------
|
|
4791
4754
|
//
|
|
@@ -4795,10 +4758,10 @@ class StartCasePipe {
|
|
|
4795
4758
|
transform(value) {
|
|
4796
4759
|
return StartCasePipe.transform(value);
|
|
4797
4760
|
}
|
|
4798
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4799
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4761
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4762
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: StartCasePipe, isStandalone: false, name: "viStartCase" });
|
|
4800
4763
|
}
|
|
4801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: StartCasePipe, decorators: [{
|
|
4802
4765
|
type: Pipe,
|
|
4803
4766
|
args: [{
|
|
4804
4767
|
name: 'viStartCase',
|
|
@@ -4813,7 +4776,7 @@ class TruncatePipe {
|
|
|
4813
4776
|
//
|
|
4814
4777
|
// --------------------------------------------------------------------------
|
|
4815
4778
|
static transform(value, maxLength) {
|
|
4816
|
-
return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) :
|
|
4779
|
+
return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : null;
|
|
4817
4780
|
}
|
|
4818
4781
|
// --------------------------------------------------------------------------
|
|
4819
4782
|
//
|
|
@@ -4823,10 +4786,10 @@ class TruncatePipe {
|
|
|
4823
4786
|
transform(value, maxLength) {
|
|
4824
4787
|
return TruncatePipe.transform(value, maxLength);
|
|
4825
4788
|
}
|
|
4826
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4827
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4789
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4790
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: TruncatePipe, isStandalone: false, name: "viTruncate" });
|
|
4828
4791
|
}
|
|
4829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TruncatePipe, decorators: [{
|
|
4830
4793
|
type: Pipe,
|
|
4831
4794
|
args: [{
|
|
4832
4795
|
name: 'viTruncate',
|
|
@@ -4834,6 +4797,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
4834
4797
|
}]
|
|
4835
4798
|
}] });
|
|
4836
4799
|
|
|
4800
|
+
class PrettifyPipe {
|
|
4801
|
+
// --------------------------------------------------------------------------
|
|
4802
|
+
//
|
|
4803
|
+
// Static Properties
|
|
4804
|
+
//
|
|
4805
|
+
// --------------------------------------------------------------------------
|
|
4806
|
+
static EMPTY_SYMBOL = '-';
|
|
4807
|
+
// --------------------------------------------------------------------------
|
|
4808
|
+
//
|
|
4809
|
+
// Static Methods
|
|
4810
|
+
//
|
|
4811
|
+
// --------------------------------------------------------------------------
|
|
4812
|
+
static transform(value) {
|
|
4813
|
+
let isNil = _.isNil(value);
|
|
4814
|
+
if (!isNil && !_.isNumber(value)) {
|
|
4815
|
+
isNil = _.isEmpty(value);
|
|
4816
|
+
}
|
|
4817
|
+
return !isNil ? value : PrettifyPipe.EMPTY_SYMBOL;
|
|
4818
|
+
}
|
|
4819
|
+
// --------------------------------------------------------------------------
|
|
4820
|
+
//
|
|
4821
|
+
// Public Methods
|
|
4822
|
+
//
|
|
4823
|
+
// --------------------------------------------------------------------------
|
|
4824
|
+
transform(value) {
|
|
4825
|
+
return PrettifyPipe.transform(value);
|
|
4826
|
+
}
|
|
4827
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4828
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: PrettifyPipe, isStandalone: false, name: "viPrettify" });
|
|
4829
|
+
}
|
|
4830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PrettifyPipe, decorators: [{
|
|
4831
|
+
type: Pipe,
|
|
4832
|
+
args: [{
|
|
4833
|
+
name: 'viPrettify',
|
|
4834
|
+
standalone: false
|
|
4835
|
+
}]
|
|
4836
|
+
}] });
|
|
4837
|
+
|
|
4837
4838
|
class TimePipe {
|
|
4838
4839
|
// --------------------------------------------------------------------------
|
|
4839
4840
|
//
|
|
@@ -4849,7 +4850,7 @@ class TimePipe {
|
|
|
4849
4850
|
static transform(milliseconds, format) {
|
|
4850
4851
|
milliseconds = Number(milliseconds);
|
|
4851
4852
|
if (_.isNaN(milliseconds)) {
|
|
4852
|
-
return
|
|
4853
|
+
return null;
|
|
4853
4854
|
}
|
|
4854
4855
|
if (_.isNil(format)) {
|
|
4855
4856
|
format = TimePipe.DEFAULT_FORMAT;
|
|
@@ -4864,10 +4865,10 @@ class TimePipe {
|
|
|
4864
4865
|
transform(milliseconds, format) {
|
|
4865
4866
|
return TimePipe.transform(milliseconds, format);
|
|
4866
4867
|
}
|
|
4867
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4868
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4868
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4869
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: TimePipe, isStandalone: false, name: "viTime" });
|
|
4869
4870
|
}
|
|
4870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TimePipe, decorators: [{
|
|
4871
4872
|
type: Pipe,
|
|
4872
4873
|
args: [{
|
|
4873
4874
|
name: 'viTime',
|
|
@@ -5218,7 +5219,8 @@ class RouterServiceBase extends Loadable {
|
|
|
5218
5219
|
if (!_.isNil(extras)) {
|
|
5219
5220
|
Object.assign(params, extras);
|
|
5220
5221
|
}
|
|
5221
|
-
return this.router.navigateByUrl(url, params);
|
|
5222
|
+
// return this.router.navigateByUrl(url, params);
|
|
5223
|
+
return this.router.navigate([url], params);
|
|
5222
5224
|
}
|
|
5223
5225
|
navigateToExternalUrl(url, target = '_blank') {
|
|
5224
5226
|
this.window.open(url, target);
|
|
@@ -5447,10 +5449,10 @@ class ServiceWorkerService extends Loadable {
|
|
|
5447
5449
|
get isEnabled() {
|
|
5448
5450
|
return this.updates.isEnabled;
|
|
5449
5451
|
}
|
|
5450
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5451
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5452
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ServiceWorkerService, deps: [{ token: i1$4.SwUpdate }, { token: i2.Logger }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5453
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ServiceWorkerService, providedIn: 'root' });
|
|
5452
5454
|
}
|
|
5453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ServiceWorkerService, decorators: [{
|
|
5454
5456
|
type: Injectable,
|
|
5455
5457
|
args: [{ providedIn: 'root' }]
|
|
5456
5458
|
}], ctorParameters: () => [{ type: i1$4.SwUpdate }, { type: i2.Logger }, { type: NotificationService }] });
|
|
@@ -5568,10 +5570,10 @@ class ThemeStyleDirective extends Destroyable {
|
|
|
5568
5570
|
this.stylePropertiesCheck();
|
|
5569
5571
|
}
|
|
5570
5572
|
}
|
|
5571
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5572
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5573
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5574
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeStyleDirective, isStandalone: false, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
|
|
5573
5575
|
}
|
|
5574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleDirective, decorators: [{
|
|
5575
5577
|
type: Directive,
|
|
5576
5578
|
args: [{
|
|
5577
5579
|
selector: '[vi-theme-style]',
|
|
@@ -5672,10 +5674,10 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
|
|
|
5672
5674
|
set flags(value) {
|
|
5673
5675
|
super.flags = value;
|
|
5674
5676
|
}
|
|
5675
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5676
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5677
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5678
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeStyleHoverDirective, isStandalone: false, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
|
|
5677
5679
|
}
|
|
5678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
|
|
5679
5681
|
type: Directive,
|
|
5680
5682
|
args: [{
|
|
5681
5683
|
selector: '[vi-theme-style-hover]',
|
|
@@ -5904,10 +5906,10 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5904
5906
|
this._extension = value;
|
|
5905
5907
|
this.setSourceProperties();
|
|
5906
5908
|
}
|
|
5907
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5908
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
5909
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5910
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", 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 });
|
|
5909
5911
|
}
|
|
5910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetDirective, decorators: [{
|
|
5911
5913
|
type: Directive
|
|
5912
5914
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
|
|
5913
5915
|
type: HostListener,
|
|
@@ -5969,10 +5971,10 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5969
5971
|
get name() {
|
|
5970
5972
|
return super.name;
|
|
5971
5973
|
}
|
|
5972
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5973
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5974
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5975
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeAssetBackgroundDirective, isStandalone: false, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5974
5976
|
}
|
|
5975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
|
|
5976
5978
|
type: Directive,
|
|
5977
5979
|
args: [{
|
|
5978
5980
|
selector: '[vi-theme-background]',
|
|
@@ -6015,10 +6017,10 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
6015
6017
|
get name() {
|
|
6016
6018
|
return super.name;
|
|
6017
6019
|
}
|
|
6018
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6019
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6020
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6021
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeAssetImageDirective, isStandalone: false, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
6020
6022
|
}
|
|
6021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
|
|
6022
6024
|
type: Directive,
|
|
6023
6025
|
args: [{
|
|
6024
6026
|
selector: '[vi-theme-image]',
|
|
@@ -6060,10 +6062,10 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
6060
6062
|
get name() {
|
|
6061
6063
|
return super.name;
|
|
6062
6064
|
}
|
|
6063
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6064
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6065
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6066
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeAssetIconDirective, isStandalone: false, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
6065
6067
|
}
|
|
6066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
|
|
6067
6069
|
type: Directive,
|
|
6068
6070
|
args: [{
|
|
6069
6071
|
selector: '[vi-theme-icon]',
|
|
@@ -6108,10 +6110,10 @@ class ThemeToggleDirective extends Destroyable {
|
|
|
6108
6110
|
super.destroy();
|
|
6109
6111
|
this.theme = null;
|
|
6110
6112
|
}
|
|
6111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6112
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6113
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6114
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeToggleDirective, isStandalone: false, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
6113
6115
|
}
|
|
6114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeToggleDirective, decorators: [{
|
|
6115
6117
|
type: Directive,
|
|
6116
6118
|
args: [{
|
|
6117
6119
|
selector: '[vi-theme-toggle]',
|
|
@@ -6157,8 +6159,8 @@ class ThemeModule {
|
|
|
6157
6159
|
]
|
|
6158
6160
|
};
|
|
6159
6161
|
}
|
|
6160
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6161
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6162
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6163
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
|
|
6162
6164
|
ThemeAssetImageDirective,
|
|
6163
6165
|
ThemeAssetIconDirective,
|
|
6164
6166
|
ThemeAssetBackgroundDirective,
|
|
@@ -6169,9 +6171,9 @@ class ThemeModule {
|
|
|
6169
6171
|
ThemeAssetBackgroundDirective,
|
|
6170
6172
|
ThemeStyleDirective,
|
|
6171
6173
|
ThemeStyleHoverDirective] });
|
|
6172
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6174
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
|
|
6173
6175
|
}
|
|
6174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, decorators: [{
|
|
6175
6177
|
type: NgModule,
|
|
6176
6178
|
args: [{
|
|
6177
6179
|
imports: [CookieModule],
|
|
@@ -6730,6 +6732,7 @@ var WindowServiceEvent;
|
|
|
6730
6732
|
WindowServiceEvent["SETTED_ON_TOP"] = "SETTED_ON_TOP";
|
|
6731
6733
|
})(WindowServiceEvent || (WindowServiceEvent = {}));
|
|
6732
6734
|
|
|
6735
|
+
const WINDOW_CONTENT_CONTAINER = new InjectionToken('WINDOW_CONTENT_CONTAINER');
|
|
6733
6736
|
class IWindowContent extends DestroyableContainer {
|
|
6734
6737
|
container;
|
|
6735
6738
|
// --------------------------------------------------------------------------
|
|
@@ -6849,10 +6852,10 @@ class IWindowContent extends DestroyableContainer {
|
|
|
6849
6852
|
this.commitWindowProperties();
|
|
6850
6853
|
}
|
|
6851
6854
|
}
|
|
6852
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6853
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
|
6855
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
6856
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.0.8", type: IWindowContent, isStandalone: true, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6854
6857
|
}
|
|
6855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IWindowContent, decorators: [{
|
|
6856
6859
|
type: Component,
|
|
6857
6860
|
args: [{ template: '' }]
|
|
6858
6861
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -6866,7 +6869,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
6866
6869
|
}], window: [{
|
|
6867
6870
|
type: Input
|
|
6868
6871
|
}] } });
|
|
6869
|
-
const WINDOW_CONTENT_CONTAINER = new InjectionToken('WINDOW_CONTENT_CONTAINER');
|
|
6870
6872
|
|
|
6871
6873
|
class WindowClosedError extends ExtendedError {
|
|
6872
6874
|
// --------------------------------------------------------------------------
|
|
@@ -7028,10 +7030,10 @@ class INotificationContent extends DestroyableContainer {
|
|
|
7028
7030
|
get config() {
|
|
7029
7031
|
return this._config;
|
|
7030
7032
|
}
|
|
7031
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7032
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7033
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
7034
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.8", type: INotificationContent, isStandalone: true, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7033
7035
|
}
|
|
7034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: INotificationContent, decorators: [{
|
|
7035
7037
|
type: Component,
|
|
7036
7038
|
args: [{ template: '' }]
|
|
7037
7039
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
|
|
@@ -7323,10 +7325,10 @@ class LazyModuleLoader extends Loadable {
|
|
|
7323
7325
|
get modules() {
|
|
7324
7326
|
return this._modules;
|
|
7325
7327
|
}
|
|
7326
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7327
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7329
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
|
|
7328
7330
|
}
|
|
7329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LazyModuleLoader, decorators: [{
|
|
7330
7332
|
type: Injectable,
|
|
7331
7333
|
args: [{ providedIn: 'root' }]
|
|
7332
7334
|
}], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
|
|
@@ -7498,7 +7500,7 @@ let declarations = [
|
|
|
7498
7500
|
AutoScrollBottomDirective,
|
|
7499
7501
|
AspectRatioResizeDirective
|
|
7500
7502
|
];
|
|
7501
|
-
let exports = [...imports, ...declarations];
|
|
7503
|
+
let exports$1 = [...imports, ...declarations];
|
|
7502
7504
|
class VIModule {
|
|
7503
7505
|
// --------------------------------------------------------------------------
|
|
7504
7506
|
//
|
|
@@ -7529,8 +7531,8 @@ class VIModule {
|
|
|
7529
7531
|
]
|
|
7530
7532
|
};
|
|
7531
7533
|
}
|
|
7532
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7533
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7534
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7535
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: VIModule, declarations: [TimePipe,
|
|
7534
7536
|
FinancePipe,
|
|
7535
7537
|
SanitizePipe,
|
|
7536
7538
|
TruncatePipe,
|
|
@@ -7585,14 +7587,14 @@ class VIModule {
|
|
|
7585
7587
|
HTMLContentTitleDirective,
|
|
7586
7588
|
AutoScrollBottomDirective,
|
|
7587
7589
|
AspectRatioResizeDirective] });
|
|
7588
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
7590
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
|
|
7589
7591
|
}
|
|
7590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: VIModule, decorators: [{
|
|
7591
7593
|
type: NgModule,
|
|
7592
7594
|
args: [{
|
|
7593
7595
|
imports,
|
|
7594
7596
|
declarations,
|
|
7595
|
-
exports
|
|
7597
|
+
exports: exports$1
|
|
7596
7598
|
}]
|
|
7597
7599
|
}] });
|
|
7598
7600
|
class IVIOptions extends ICookieOptions {
|