@ts-core/angular 17.0.16 → 17.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/asset/AssetBackgroundDirective.d.ts +3 -0
- package/directive/AspectRatioResizeDirective.d.ts +1 -0
- package/directive/InfiniteScrollDirective.d.ts +1 -0
- package/directive/ResizeDirective.d.ts +4 -0
- package/directive/ScrollCheckDirective.d.ts +2 -0
- package/directive/ScrollDirective.d.ts +1 -0
- package/esm2022/ApplicationInjector.mjs +1 -1
- package/esm2022/VIModule.mjs +4 -4
- package/esm2022/application/ApplicationBaseComponent.mjs +4 -4
- package/esm2022/application/ApplicationComponent.mjs +1 -1
- package/esm2022/application/MessageBaseComponent.mjs +1 -1
- package/esm2022/asset/AssetBackgroundDirective.mjs +11 -8
- package/esm2022/asset/AssetBackgroundPipe.mjs +3 -3
- package/esm2022/asset/AssetFilePipe.mjs +3 -3
- package/esm2022/asset/AssetIconPipe.mjs +3 -3
- package/esm2022/asset/AssetImagePipe.mjs +3 -3
- package/esm2022/asset/AssetModule.mjs +4 -4
- package/esm2022/asset/AssetSoundPipe.mjs +3 -3
- package/esm2022/asset/AssetVideoPipe.mjs +3 -3
- package/esm2022/cookie/CookieModule.mjs +4 -4
- package/esm2022/directive/AspectRatioResizeDirective.mjs +7 -6
- package/esm2022/directive/AutoScrollBottomDirective.mjs +4 -4
- package/esm2022/directive/ClickToCopyDirective.mjs +4 -4
- package/esm2022/directive/ClickToSelectDirective.mjs +4 -4
- package/esm2022/directive/FocusDirective.mjs +4 -4
- package/esm2022/directive/HTMLContentTitleDirective.mjs +4 -4
- package/esm2022/directive/HTMLTitleDirective.mjs +4 -4
- package/esm2022/directive/InfiniteScrollDirective.mjs +7 -6
- package/esm2022/directive/IsBrowserDirective.mjs +3 -3
- package/esm2022/directive/IsServerDirective.mjs +3 -3
- package/esm2022/directive/ResizeDirective.mjs +13 -9
- package/esm2022/directive/ScrollCheckDirective.mjs +9 -7
- package/esm2022/directive/ScrollDirective.mjs +7 -6
- package/esm2022/directive/SelectOnFocusDirective.mjs +4 -4
- package/esm2022/directive/StructureDirective.mjs +1 -1
- package/esm2022/language/LanguageDirective.mjs +7 -6
- package/esm2022/language/LanguageHasDirective.mjs +4 -4
- package/esm2022/language/LanguageModule.mjs +5 -5
- package/esm2022/language/LanguagePipe.mjs +4 -4
- package/esm2022/language/LanguagePipeHas.mjs +4 -4
- package/esm2022/language/LanguagePipeHasPure.mjs +4 -4
- package/esm2022/language/LanguagePipePure.mjs +4 -4
- package/esm2022/language/LanguageRequireResolver.mjs +1 -1
- package/esm2022/language/LanguageResolver.mjs +3 -3
- package/esm2022/list/ListItem.mjs +1 -1
- package/esm2022/list/ListItems.mjs +1 -1
- package/esm2022/list/select/RouterSelectListItems.mjs +1 -1
- package/esm2022/list/select/SelectListItem.mjs +1 -1
- package/esm2022/list/select/SelectListItems.mjs +1 -1
- package/esm2022/login/LoginBaseService.mjs +1 -1
- package/esm2022/login/LoginGuard.mjs +3 -3
- package/esm2022/login/LoginIfCanGuard.mjs +4 -4
- package/esm2022/login/LoginNotGuard.mjs +3 -3
- package/esm2022/login/LoginRequireResolver.mjs +1 -1
- package/esm2022/login/LoginResolver.mjs +3 -3
- package/esm2022/manager/FocusManager.mjs +1 -1
- package/esm2022/manager/ResizeManager.mjs +1 -1
- package/esm2022/menu/MenuItemBase.mjs +1 -1
- package/esm2022/menu/MenuItems.mjs +1 -1
- package/esm2022/module/LazyModuleLoader.mjs +4 -4
- package/esm2022/notification/INotificationContent.mjs +4 -4
- package/esm2022/pipe/CamelCasePipe.mjs +3 -3
- package/esm2022/pipe/FinancePipe.mjs +4 -4
- package/esm2022/pipe/MomentDateAdaptivePipe.mjs +4 -4
- package/esm2022/pipe/MomentDateFromNowPipe.mjs +3 -3
- package/esm2022/pipe/MomentDatePipe.mjs +4 -4
- package/esm2022/pipe/MomentTimePipe.mjs +4 -4
- package/esm2022/pipe/NgModelErrorPipe.mjs +4 -4
- package/esm2022/pipe/PrettifyPipe.mjs +4 -4
- package/esm2022/pipe/SanitizePipe.mjs +4 -4
- package/esm2022/pipe/StartCasePipe.mjs +3 -3
- package/esm2022/pipe/TimePipe.mjs +4 -4
- package/esm2022/pipe/TruncatePipe.mjs +3 -3
- package/esm2022/question/QuestionManager.mjs +1 -1
- package/esm2022/service/PipeBaseService.mjs +1 -1
- package/esm2022/service/PlatformService.mjs +3 -3
- package/esm2022/service/RouterBaseService.mjs +1 -1
- package/esm2022/storage/DateValueStorage.mjs +1 -1
- package/esm2022/storage/LocalStorageService.mjs +1 -1
- package/esm2022/storage/ValueStorage.mjs +1 -1
- package/esm2022/theme/ThemeAssetBackgroundDirective.mjs +5 -5
- package/esm2022/theme/ThemeAssetDirective.mjs +23 -21
- package/esm2022/theme/ThemeAssetIconDirective.mjs +5 -5
- package/esm2022/theme/ThemeAssetImageDirective.mjs +5 -5
- package/esm2022/theme/ThemeModule.mjs +5 -5
- package/esm2022/theme/ThemeStyleDirective.mjs +4 -4
- package/esm2022/theme/ThemeStyleHoverDirective.mjs +4 -4
- package/esm2022/theme/ThemeToggleDirective.mjs +4 -4
- package/esm2022/transport/TransportLazy.mjs +1 -1
- package/esm2022/user/UserBaseService.mjs +1 -1
- package/esm2022/util/ViewUtil.mjs +1 -1
- package/esm2022/window/IWindowContent.mjs +10 -9
- package/esm2022/window/WindowBase.mjs +1 -1
- package/esm2022/window/WindowConfig.mjs +1 -1
- package/fesm2022/ts-core-angular.mjs +241 -225
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/language/LanguageDirective.d.ts +1 -0
- package/package.json +1 -1
- package/theme/ThemeAssetBackgroundDirective.d.ts +1 -1
- package/theme/ThemeAssetDirective.d.ts +7 -1
- package/theme/ThemeAssetIconDirective.d.ts +1 -1
- package/theme/ThemeAssetImageDirective.d.ts +1 -1
- package/window/IWindowContent.d.ts +2 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, ViewContainerRef, Directive, Input, Pipe, NgModule, InjectionToken, EventEmitter, Output, HostListener, PLATFORM_ID, Injectable, Inject, RendererStyleFlags2, Optional, NgModuleFactory, APP_INITIALIZER, RendererFactory2 } from '@angular/core';
|
|
2
|
+
import { Component, ViewContainerRef, booleanAttribute, Directive, Input, Pipe, NgModule, InjectionToken, numberAttribute, EventEmitter, Output, HostListener, PLATFORM_ID, Injectable, Inject, RendererStyleFlags2, Optional, NgModuleFactory, APP_INITIALIZER, RendererFactory2 } from '@angular/core';
|
|
3
3
|
import { DestroyableContainer, PromiseHandler, LoadableEvent, ExtendedError, Destroyable, DateUtil, Loadable, LoadableStatus, ObservableData, TransportTimeoutError, TransportNoConnectionError, ArrayUtil, FilterableMapCollection, RemoveFilterableCondition, GetFilterableCondition, IDestroyable, MapCollection, TransportEvent, TransportLocal, Logger, LoggerLevel } from '@ts-core/common';
|
|
4
4
|
import * as _ from 'lodash';
|
|
5
5
|
import * as i1 from '@ts-core/frontend';
|
|
@@ -98,10 +98,10 @@ class ApplicationBaseComponent extends DestroyableContainer {
|
|
|
98
98
|
get viewReady() {
|
|
99
99
|
return !_.isNil(this.viewReadyPromise) ? this.viewReadyPromise.promise : null;
|
|
100
100
|
}
|
|
101
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
102
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
101
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ApplicationBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
102
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: ApplicationBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
103
103
|
}
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
|
|
105
105
|
type: Component,
|
|
106
106
|
args: [{ template: '' }]
|
|
107
107
|
}], ctorParameters: () => [] });
|
|
@@ -938,20 +938,23 @@ class AssetBackgroundDirective extends Destroyable {
|
|
|
938
938
|
get background() {
|
|
939
939
|
return this._background;
|
|
940
940
|
}
|
|
941
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
942
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
941
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
942
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.5", type: AssetBackgroundDirective, 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 });
|
|
943
943
|
}
|
|
944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
|
|
945
945
|
type: Directive,
|
|
946
946
|
args: [{
|
|
947
947
|
selector: '[vi-asset-background]'
|
|
948
948
|
}]
|
|
949
949
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { isIcon: [{
|
|
950
|
-
type: Input
|
|
950
|
+
type: Input,
|
|
951
|
+
args: [{ transform: booleanAttribute }]
|
|
951
952
|
}], isImage: [{
|
|
952
|
-
type: Input
|
|
953
|
+
type: Input,
|
|
954
|
+
args: [{ transform: booleanAttribute }]
|
|
953
955
|
}], isUrl: [{
|
|
954
|
-
type: Input
|
|
956
|
+
type: Input,
|
|
957
|
+
args: [{ transform: booleanAttribute }]
|
|
955
958
|
}], repeat: [{
|
|
956
959
|
type: Input
|
|
957
960
|
}], extension: [{
|
|
@@ -970,10 +973,10 @@ class AssetBackgroundPipe {
|
|
|
970
973
|
transform(name, extension = 'png') {
|
|
971
974
|
return Assets.getBackground(name, extension);
|
|
972
975
|
}
|
|
973
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
974
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
976
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
977
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: AssetBackgroundPipe, name: "viAssetBackground" });
|
|
975
978
|
}
|
|
976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
|
|
977
980
|
type: Pipe,
|
|
978
981
|
args: [{
|
|
979
982
|
name: 'viAssetBackground'
|
|
@@ -989,10 +992,10 @@ class AssetIconPipe {
|
|
|
989
992
|
transform(name, extension = 'png') {
|
|
990
993
|
return Assets.getIcon(name, extension);
|
|
991
994
|
}
|
|
992
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
993
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
995
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
996
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: AssetIconPipe, name: "viAssetIcon" });
|
|
994
997
|
}
|
|
995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetIconPipe, decorators: [{
|
|
996
999
|
type: Pipe,
|
|
997
1000
|
args: [{
|
|
998
1001
|
name: 'viAssetIcon'
|
|
@@ -1008,10 +1011,10 @@ class AssetFilePipe {
|
|
|
1008
1011
|
transform(name, extension) {
|
|
1009
1012
|
return Assets.getFile(name, extension);
|
|
1010
1013
|
}
|
|
1011
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1012
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
1014
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1015
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: AssetFilePipe, name: "viAssetFile" });
|
|
1013
1016
|
}
|
|
1014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetFilePipe, decorators: [{
|
|
1015
1018
|
type: Pipe,
|
|
1016
1019
|
args: [{
|
|
1017
1020
|
name: 'viAssetFile'
|
|
@@ -1027,10 +1030,10 @@ class AssetVideoPipe {
|
|
|
1027
1030
|
transform(name, extension = 'mp4') {
|
|
1028
1031
|
return Assets.getVideo(name, extension);
|
|
1029
1032
|
}
|
|
1030
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1031
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
1033
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1034
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: AssetVideoPipe, name: "viAssetVideo" });
|
|
1032
1035
|
}
|
|
1033
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetVideoPipe, decorators: [{
|
|
1034
1037
|
type: Pipe,
|
|
1035
1038
|
args: [{
|
|
1036
1039
|
name: 'viAssetVideo'
|
|
@@ -1046,10 +1049,10 @@ class AssetSoundPipe {
|
|
|
1046
1049
|
transform(name, extension = 'mp3') {
|
|
1047
1050
|
return Assets.getSound(name, extension);
|
|
1048
1051
|
}
|
|
1049
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1050
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
1052
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1053
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: AssetSoundPipe, name: "viAssetSound" });
|
|
1051
1054
|
}
|
|
1052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetSoundPipe, decorators: [{
|
|
1053
1056
|
type: Pipe,
|
|
1054
1057
|
args: [{
|
|
1055
1058
|
name: 'viAssetSound'
|
|
@@ -1065,10 +1068,10 @@ class AssetImagePipe {
|
|
|
1065
1068
|
transform(name, extension = 'png') {
|
|
1066
1069
|
return Assets.getImage(name, extension);
|
|
1067
1070
|
}
|
|
1068
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1069
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
1071
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1072
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: AssetImagePipe, name: "viAssetImage" });
|
|
1070
1073
|
}
|
|
1071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetImagePipe, decorators: [{
|
|
1072
1075
|
type: Pipe,
|
|
1073
1076
|
args: [{
|
|
1074
1077
|
name: 'viAssetImage'
|
|
@@ -1077,11 +1080,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
1077
1080
|
|
|
1078
1081
|
let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
|
|
1079
1082
|
class AssetModule {
|
|
1080
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1081
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
1082
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
1083
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1084
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
|
|
1085
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetModule, imports: [CommonModule] });
|
|
1083
1086
|
}
|
|
1084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetModule, decorators: [{
|
|
1085
1088
|
type: NgModule,
|
|
1086
1089
|
args: [{
|
|
1087
1090
|
imports: [CommonModule],
|
|
@@ -1149,11 +1152,11 @@ class CookieModule {
|
|
|
1149
1152
|
]
|
|
1150
1153
|
};
|
|
1151
1154
|
}
|
|
1152
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1153
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
1154
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
1155
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1156
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: CookieModule });
|
|
1157
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CookieModule });
|
|
1155
1158
|
}
|
|
1156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CookieModule, decorators: [{
|
|
1157
1160
|
type: NgModule
|
|
1158
1161
|
}] });
|
|
1159
1162
|
function cookieServiceFactory(nativeWindow, options) {
|
|
@@ -1371,10 +1374,10 @@ class AspectRatioResizeDirective extends DestroyableContainer {
|
|
|
1371
1374
|
get ratio() {
|
|
1372
1375
|
return this._ratio;
|
|
1373
1376
|
}
|
|
1374
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1375
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1377
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1378
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.5", type: AspectRatioResizeDirective, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
|
|
1376
1379
|
}
|
|
1377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
|
|
1378
1381
|
type: Directive,
|
|
1379
1382
|
args: [{
|
|
1380
1383
|
selector: '[vi-aspect-ratio]'
|
|
@@ -1383,7 +1386,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
1383
1386
|
type: Input,
|
|
1384
1387
|
args: ['vi-aspect-ratio']
|
|
1385
1388
|
}], ratio: [{
|
|
1386
|
-
type: Input
|
|
1389
|
+
type: Input,
|
|
1390
|
+
args: [{ transform: numberAttribute }]
|
|
1387
1391
|
}] } });
|
|
1388
1392
|
var Direction;
|
|
1389
1393
|
(function (Direction) {
|
|
@@ -1489,10 +1493,10 @@ class ScrollDirective extends Destroyable {
|
|
|
1489
1493
|
get scrollValue() {
|
|
1490
1494
|
return this._scrollValue;
|
|
1491
1495
|
}
|
|
1492
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1493
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1496
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1497
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.5", type: ScrollDirective, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
1494
1498
|
}
|
|
1495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ScrollDirective, decorators: [{
|
|
1496
1500
|
type: Directive,
|
|
1497
1501
|
args: [{
|
|
1498
1502
|
selector: '[vi-scroll]'
|
|
@@ -1503,7 +1507,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
1503
1507
|
type: HostListener,
|
|
1504
1508
|
args: ['scroll']
|
|
1505
1509
|
}], scrollValue: [{
|
|
1506
|
-
type: Input
|
|
1510
|
+
type: Input,
|
|
1511
|
+
args: [{ transform: numberAttribute }]
|
|
1507
1512
|
}] } });
|
|
1508
1513
|
|
|
1509
1514
|
class InfiniteScrollDirective extends ScrollDirective {
|
|
@@ -1558,10 +1563,10 @@ class InfiniteScrollDirective extends ScrollDirective {
|
|
|
1558
1563
|
get scrollHeight() {
|
|
1559
1564
|
return this.element.scrollHeight;
|
|
1560
1565
|
}
|
|
1561
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1562
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1566
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1567
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.5", type: InfiniteScrollDirective, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
|
|
1563
1568
|
}
|
|
1564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
|
|
1565
1570
|
type: Directive,
|
|
1566
1571
|
args: [{
|
|
1567
1572
|
selector: '[vi-infinite-scroll]'
|
|
@@ -1571,7 +1576,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
1571
1576
|
}], bottom: [{
|
|
1572
1577
|
type: Output
|
|
1573
1578
|
}], elementHeight: [{
|
|
1574
|
-
type: Input
|
|
1579
|
+
type: Input,
|
|
1580
|
+
args: [{ transform: numberAttribute }]
|
|
1575
1581
|
}] } });
|
|
1576
1582
|
|
|
1577
1583
|
class AutoScrollBottomDirective extends InfiniteScrollDirective {
|
|
@@ -1675,10 +1681,10 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
|
|
|
1675
1681
|
this.isScrollLocked = true;
|
|
1676
1682
|
this.scrollCheck();
|
|
1677
1683
|
}
|
|
1678
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1679
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
1684
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1685
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: AutoScrollBottomDirective, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
|
|
1680
1686
|
}
|
|
1681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
|
|
1682
1688
|
type: Directive,
|
|
1683
1689
|
args: [{
|
|
1684
1690
|
selector: '[vi-auto-scroll-bottom]'
|
|
@@ -1724,10 +1730,10 @@ class ClickToCopyDirective extends Destroyable {
|
|
|
1724
1730
|
this.element = null;
|
|
1725
1731
|
clearTimeout(this.selectionClearTimer);
|
|
1726
1732
|
}
|
|
1727
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1728
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
1733
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1734
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: ClickToCopyDirective, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
1729
1735
|
}
|
|
1730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ClickToCopyDirective, decorators: [{
|
|
1731
1737
|
type: Directive,
|
|
1732
1738
|
args: [{
|
|
1733
1739
|
selector: '[vi-click-to-copy]'
|
|
@@ -1778,10 +1784,10 @@ class ClickToSelectDirective extends Destroyable {
|
|
|
1778
1784
|
super.destroy();
|
|
1779
1785
|
this.element = null;
|
|
1780
1786
|
}
|
|
1781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1782
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
1787
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1788
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: ClickToSelectDirective, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
1783
1789
|
}
|
|
1784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ClickToSelectDirective, decorators: [{
|
|
1785
1791
|
type: Directive,
|
|
1786
1792
|
args: [{
|
|
1787
1793
|
selector: '[vi-click-to-select]'
|
|
@@ -1885,10 +1891,10 @@ class FocusDirective extends Destroyable {
|
|
|
1885
1891
|
set trigger(value) {
|
|
1886
1892
|
this.focus();
|
|
1887
1893
|
}
|
|
1888
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1889
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
1894
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1895
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: FocusDirective, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
|
|
1890
1896
|
}
|
|
1891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FocusDirective, decorators: [{
|
|
1892
1898
|
type: Directive,
|
|
1893
1899
|
args: [{
|
|
1894
1900
|
selector: '[vi-focus]'
|
|
@@ -1929,10 +1935,10 @@ class SelectOnFocusDirective extends Destroyable {
|
|
|
1929
1935
|
super.destroy();
|
|
1930
1936
|
this.element = null;
|
|
1931
1937
|
}
|
|
1932
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1933
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
1938
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1939
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: SelectOnFocusDirective, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
1934
1940
|
}
|
|
1935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
|
|
1936
1942
|
type: Directive,
|
|
1937
1943
|
args: [{
|
|
1938
1944
|
selector: '[vi-select-on-focus]'
|
|
@@ -1996,10 +2002,10 @@ class ResizeDirective extends Destroyable {
|
|
|
1996
2002
|
this.interactable = null;
|
|
1997
2003
|
}
|
|
1998
2004
|
}
|
|
1999
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2000
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2005
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2006
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.5", type: ResizeDirective, 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 });
|
|
2001
2007
|
}
|
|
2002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ResizeDirective, decorators: [{
|
|
2003
2009
|
type: Directive,
|
|
2004
2010
|
args: [{
|
|
2005
2011
|
selector: '[vi-resize]'
|
|
@@ -2007,13 +2013,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
2007
2013
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { resized: [{
|
|
2008
2014
|
type: Output
|
|
2009
2015
|
}], isTop: [{
|
|
2010
|
-
type: Input
|
|
2016
|
+
type: Input,
|
|
2017
|
+
args: [{ transform: booleanAttribute }]
|
|
2011
2018
|
}], isLeft: [{
|
|
2012
|
-
type: Input
|
|
2019
|
+
type: Input,
|
|
2020
|
+
args: [{ transform: booleanAttribute }]
|
|
2013
2021
|
}], isRight: [{
|
|
2014
|
-
type: Input
|
|
2022
|
+
type: Input,
|
|
2023
|
+
args: [{ transform: booleanAttribute }]
|
|
2015
2024
|
}], isBottom: [{
|
|
2016
|
-
type: Input
|
|
2025
|
+
type: Input,
|
|
2026
|
+
args: [{ transform: booleanAttribute }]
|
|
2017
2027
|
}] } });
|
|
2018
2028
|
|
|
2019
2029
|
class StructureDirective extends DestroyableContainer {
|
|
@@ -2170,10 +2180,10 @@ class ScrollCheckDirective extends DestroyableContainer {
|
|
|
2170
2180
|
get scrollLimit() {
|
|
2171
2181
|
return this._scrollLimit;
|
|
2172
2182
|
}
|
|
2173
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2174
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2183
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2184
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.5", type: ScrollCheckDirective, 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 });
|
|
2175
2185
|
}
|
|
2176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ScrollCheckDirective, decorators: [{
|
|
2177
2187
|
type: Directive,
|
|
2178
2188
|
args: [{
|
|
2179
2189
|
selector: '[vi-scroll-check]'
|
|
@@ -2185,9 +2195,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
2185
2195
|
}], limitExceed: [{
|
|
2186
2196
|
type: Output
|
|
2187
2197
|
}], delay: [{
|
|
2188
|
-
type: Input
|
|
2198
|
+
type: Input,
|
|
2199
|
+
args: [{ transform: numberAttribute }]
|
|
2189
2200
|
}], offset: [{
|
|
2190
|
-
type: Input
|
|
2201
|
+
type: Input,
|
|
2202
|
+
args: [{ transform: numberAttribute }]
|
|
2191
2203
|
}], scrollLimit: [{
|
|
2192
2204
|
type: Input,
|
|
2193
2205
|
args: ['vi-scroll-check']
|
|
@@ -2264,10 +2276,10 @@ class LanguagePipe extends DestroyableContainer {
|
|
|
2264
2276
|
this.lastParams = null;
|
|
2265
2277
|
this.lastValue = null;
|
|
2266
2278
|
}
|
|
2267
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2268
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
2279
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2280
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipe, name: "viTranslate", pure: false });
|
|
2269
2281
|
}
|
|
2270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipe, decorators: [{
|
|
2271
2283
|
type: Pipe,
|
|
2272
2284
|
args: [{
|
|
2273
2285
|
name: 'viTranslate',
|
|
@@ -2329,10 +2341,10 @@ class HTMLTitleDirective extends Destroyable {
|
|
|
2329
2341
|
get value() {
|
|
2330
2342
|
return this._value;
|
|
2331
2343
|
}
|
|
2332
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2333
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2344
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2345
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: HTMLTitleDirective, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2334
2346
|
}
|
|
2335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: HTMLTitleDirective, decorators: [{
|
|
2336
2348
|
type: Directive,
|
|
2337
2349
|
args: [{
|
|
2338
2350
|
selector: '[vi-html-title]'
|
|
@@ -2397,10 +2409,10 @@ class HTMLContentTitleDirective extends Destroyable {
|
|
|
2397
2409
|
get value() {
|
|
2398
2410
|
return this._value;
|
|
2399
2411
|
}
|
|
2400
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2401
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2412
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2413
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: HTMLContentTitleDirective, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2402
2414
|
}
|
|
2403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
|
|
2404
2416
|
type: Directive,
|
|
2405
2417
|
args: [{
|
|
2406
2418
|
selector: '[vi-html-content-title]'
|
|
@@ -2439,10 +2451,10 @@ class PlatformService extends DestroyableContainer {
|
|
|
2439
2451
|
get isPlatformBrowser() {
|
|
2440
2452
|
return this._isPlatformBrowser;
|
|
2441
2453
|
}
|
|
2442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2443
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2454
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2455
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PlatformService, providedIn: 'root' });
|
|
2444
2456
|
}
|
|
2445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PlatformService, decorators: [{
|
|
2446
2458
|
type: Injectable,
|
|
2447
2459
|
args: [{ providedIn: 'root' }]
|
|
2448
2460
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -2460,10 +2472,10 @@ class IsBrowserDirective extends StructureDirective {
|
|
|
2460
2472
|
super(templateRef, container);
|
|
2461
2473
|
this.isNeedAdd = platform.isPlatformBrowser;
|
|
2462
2474
|
}
|
|
2463
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2464
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2475
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2476
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: IsBrowserDirective, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
|
|
2465
2477
|
}
|
|
2466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IsBrowserDirective, decorators: [{
|
|
2467
2479
|
type: Directive,
|
|
2468
2480
|
args: [{
|
|
2469
2481
|
selector: '[viIsBrowser]'
|
|
@@ -2480,10 +2492,10 @@ class IsServerDirective extends StructureDirective {
|
|
|
2480
2492
|
super(templateRef, container);
|
|
2481
2493
|
this.isNeedAdd = platform.isPlatformServer;
|
|
2482
2494
|
}
|
|
2483
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2484
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2495
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2496
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: IsServerDirective, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
|
|
2485
2497
|
}
|
|
2486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IsServerDirective, decorators: [{
|
|
2487
2499
|
type: Directive,
|
|
2488
2500
|
args: [{
|
|
2489
2501
|
selector: '[viIsServer]'
|
|
@@ -2516,10 +2528,10 @@ class LanguagePipePure extends DestroyableContainer {
|
|
|
2516
2528
|
super.destroy();
|
|
2517
2529
|
this.language = null;
|
|
2518
2530
|
}
|
|
2519
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2520
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
2531
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2532
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipePure, name: "viTranslatePure" });
|
|
2521
2533
|
}
|
|
2522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipePure, decorators: [{
|
|
2523
2535
|
type: Pipe,
|
|
2524
2536
|
args: [{
|
|
2525
2537
|
name: 'viTranslatePure'
|
|
@@ -2570,10 +2582,10 @@ class LanguageResolver extends LanguageRequireResolver {
|
|
|
2570
2582
|
constructor(language) {
|
|
2571
2583
|
super(language);
|
|
2572
2584
|
}
|
|
2573
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2574
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2585
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2586
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
|
|
2575
2587
|
}
|
|
2576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageResolver, decorators: [{
|
|
2577
2589
|
type: Injectable,
|
|
2578
2590
|
args: [{ providedIn: 'root' }]
|
|
2579
2591
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
@@ -2656,16 +2668,17 @@ class LanguageDirective extends Destroyable {
|
|
|
2656
2668
|
get params() {
|
|
2657
2669
|
return this._params;
|
|
2658
2670
|
}
|
|
2659
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2660
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2671
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2672
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.5", type: LanguageDirective, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
|
|
2661
2673
|
}
|
|
2662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageDirective, decorators: [{
|
|
2663
2675
|
type: Directive,
|
|
2664
2676
|
args: [{
|
|
2665
2677
|
selector: '[vi-translate]'
|
|
2666
2678
|
}]
|
|
2667
2679
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.LanguageService }], propDecorators: { isNeedTitle: [{
|
|
2668
|
-
type: Input
|
|
2680
|
+
type: Input,
|
|
2681
|
+
args: [{ transform: booleanAttribute }]
|
|
2669
2682
|
}], key: [{
|
|
2670
2683
|
type: Input,
|
|
2671
2684
|
args: ['vi-translate']
|
|
@@ -2720,10 +2733,10 @@ class LanguagePipeHas extends DestroyableContainer {
|
|
|
2720
2733
|
this.language = null;
|
|
2721
2734
|
this.key = null;
|
|
2722
2735
|
}
|
|
2723
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2724
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
2736
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2737
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipeHas, name: "viTranslateHas", pure: false });
|
|
2725
2738
|
}
|
|
2726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipeHas, decorators: [{
|
|
2727
2740
|
type: Pipe,
|
|
2728
2741
|
args: [{
|
|
2729
2742
|
name: 'viTranslateHas',
|
|
@@ -2757,10 +2770,10 @@ class LanguagePipeHasPure extends DestroyableContainer {
|
|
|
2757
2770
|
super.destroy();
|
|
2758
2771
|
this.language = null;
|
|
2759
2772
|
}
|
|
2760
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2761
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
2773
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2774
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipeHasPure, name: "viTranslateHasPure" });
|
|
2762
2775
|
}
|
|
2763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
|
|
2764
2777
|
type: Pipe,
|
|
2765
2778
|
args: [{
|
|
2766
2779
|
name: 'viTranslateHasPure',
|
|
@@ -2833,10 +2846,10 @@ class LanguageHasDirective extends StructureDirective {
|
|
|
2833
2846
|
get viTranslateHasIsOnlyIfNotEmpty() {
|
|
2834
2847
|
return this._isOnlyIfNotEmpty;
|
|
2835
2848
|
}
|
|
2836
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2837
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2849
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2850
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: LanguageHasDirective, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
|
|
2838
2851
|
}
|
|
2839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageHasDirective, decorators: [{
|
|
2840
2853
|
type: Directive,
|
|
2841
2854
|
args: [{
|
|
2842
2855
|
selector: '[viTranslateHas]'
|
|
@@ -2877,11 +2890,11 @@ class LanguageModule {
|
|
|
2877
2890
|
]
|
|
2878
2891
|
};
|
|
2879
2892
|
}
|
|
2880
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2881
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
2882
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
2893
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2894
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective] });
|
|
2895
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
|
|
2883
2896
|
}
|
|
2884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageModule, decorators: [{
|
|
2885
2898
|
type: NgModule,
|
|
2886
2899
|
args: [{
|
|
2887
2900
|
imports: [CookieModule],
|
|
@@ -3145,10 +3158,10 @@ class LoginGuard extends LoginRequireResolver {
|
|
|
3145
3158
|
canActivate(route, state) {
|
|
3146
3159
|
return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
|
|
3147
3160
|
}
|
|
3148
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3149
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3161
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3162
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginGuard, providedIn: 'root' });
|
|
3150
3163
|
}
|
|
3151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginGuard, decorators: [{
|
|
3152
3165
|
type: Injectable,
|
|
3153
3166
|
args: [{ providedIn: 'root' }]
|
|
3154
3167
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3181,10 +3194,10 @@ class LoginNotGuard extends LoginRequireResolver {
|
|
|
3181
3194
|
canActivate(route, state) {
|
|
3182
3195
|
return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
|
|
3183
3196
|
}
|
|
3184
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3185
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3197
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3198
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
|
|
3186
3199
|
}
|
|
3187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginNotGuard, decorators: [{
|
|
3188
3201
|
type: Injectable,
|
|
3189
3202
|
args: [{ providedIn: 'root' }]
|
|
3190
3203
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3230,10 +3243,10 @@ class LoginIfCanGuard extends LoginGuard {
|
|
|
3230
3243
|
}
|
|
3231
3244
|
return super.canActivate(route, state);
|
|
3232
3245
|
}
|
|
3233
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3234
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3246
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3247
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
|
|
3235
3248
|
}
|
|
3236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginIfCanGuard, decorators: [{
|
|
3237
3250
|
type: Injectable,
|
|
3238
3251
|
args: [{ providedIn: 'root' }]
|
|
3239
3252
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3250,10 +3263,10 @@ class LoginResolver extends LoginRequireResolver {
|
|
|
3250
3263
|
constructor(login) {
|
|
3251
3264
|
super(login);
|
|
3252
3265
|
}
|
|
3253
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3254
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3266
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginResolver, deps: [{ token: LoginBaseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3267
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginResolver, providedIn: 'root' });
|
|
3255
3268
|
}
|
|
3256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginResolver, decorators: [{
|
|
3257
3270
|
type: Injectable,
|
|
3258
3271
|
args: [{ providedIn: 'root' }]
|
|
3259
3272
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -4078,10 +4091,10 @@ class PrettifyPipe {
|
|
|
4078
4091
|
//
|
|
4079
4092
|
// --------------------------------------------------------------------------
|
|
4080
4093
|
constructor() { }
|
|
4081
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4082
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4094
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4095
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: PrettifyPipe, name: "viPrettify" });
|
|
4083
4096
|
}
|
|
4084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PrettifyPipe, decorators: [{
|
|
4085
4098
|
type: Pipe,
|
|
4086
4099
|
args: [{
|
|
4087
4100
|
name: 'viPrettify'
|
|
@@ -4097,10 +4110,10 @@ class CamelCasePipe {
|
|
|
4097
4110
|
transform(value) {
|
|
4098
4111
|
return !_.isNil(value) ? _.camelCase(value) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4099
4112
|
}
|
|
4100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4101
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4113
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4114
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: CamelCasePipe, name: "viCamelCase" });
|
|
4102
4115
|
}
|
|
4103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CamelCasePipe, decorators: [{
|
|
4104
4117
|
type: Pipe,
|
|
4105
4118
|
args: [{
|
|
4106
4119
|
name: 'viCamelCase'
|
|
@@ -4146,10 +4159,10 @@ class FinancePipe {
|
|
|
4146
4159
|
}
|
|
4147
4160
|
return FinancePipe.format(value, format);
|
|
4148
4161
|
}
|
|
4149
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4150
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4162
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4163
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: FinancePipe, name: "viFinance" });
|
|
4151
4164
|
}
|
|
4152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FinancePipe, decorators: [{
|
|
4153
4166
|
type: Pipe,
|
|
4154
4167
|
args: [{
|
|
4155
4168
|
name: 'viFinance'
|
|
@@ -4212,10 +4225,10 @@ class MomentDatePipe {
|
|
|
4212
4225
|
let moment = MomentDatePipe.parseMoment(value);
|
|
4213
4226
|
return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
|
|
4214
4227
|
}
|
|
4215
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4216
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4228
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4229
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: MomentDatePipe, name: "viMomentDate" });
|
|
4217
4230
|
}
|
|
4218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDatePipe, decorators: [{
|
|
4219
4232
|
type: Pipe,
|
|
4220
4233
|
args: [{
|
|
4221
4234
|
name: 'viMomentDate'
|
|
@@ -4258,10 +4271,10 @@ class MomentDateAdaptivePipe {
|
|
|
4258
4271
|
}
|
|
4259
4272
|
return item.format(format);
|
|
4260
4273
|
}
|
|
4261
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4262
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4274
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4275
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: MomentDateAdaptivePipe, name: "viMomentAdaptiveDate" });
|
|
4263
4276
|
}
|
|
4264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
|
|
4265
4278
|
type: Pipe,
|
|
4266
4279
|
args: [{
|
|
4267
4280
|
name: 'viMomentAdaptiveDate'
|
|
@@ -4277,10 +4290,10 @@ class MomentDateFromNowPipe {
|
|
|
4277
4290
|
transform(value, format) {
|
|
4278
4291
|
return MomentDatePipe.fromNow(value, format);
|
|
4279
4292
|
}
|
|
4280
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4281
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4293
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4294
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: MomentDateFromNowPipe, name: "viMomentDateFromNow" });
|
|
4282
4295
|
}
|
|
4283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
|
|
4284
4297
|
type: Pipe,
|
|
4285
4298
|
args: [{
|
|
4286
4299
|
name: 'viMomentDateFromNow'
|
|
@@ -4308,10 +4321,10 @@ class MomentTimePipe {
|
|
|
4308
4321
|
.add(timeMilliseconds, 'milliseconds')
|
|
4309
4322
|
.format(format || MomentTimePipe.DEFAULT_FORMAT);
|
|
4310
4323
|
}
|
|
4311
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4312
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4325
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: MomentTimePipe, name: "viMomentTime" });
|
|
4313
4326
|
}
|
|
4314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentTimePipe, decorators: [{
|
|
4315
4328
|
type: Pipe,
|
|
4316
4329
|
args: [{
|
|
4317
4330
|
name: 'viMomentTime'
|
|
@@ -4347,10 +4360,10 @@ class NgModelErrorPipe {
|
|
|
4347
4360
|
constructor(language) {
|
|
4348
4361
|
this.language = language;
|
|
4349
4362
|
}
|
|
4350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4351
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4363
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4364
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: NgModelErrorPipe, name: "viNgModelError" });
|
|
4352
4365
|
}
|
|
4353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: NgModelErrorPipe, decorators: [{
|
|
4354
4367
|
type: Pipe,
|
|
4355
4368
|
args: [{
|
|
4356
4369
|
name: 'viNgModelError'
|
|
@@ -4391,10 +4404,10 @@ class SanitizePipe {
|
|
|
4391
4404
|
throw new Error('Invalid safe type specified: ' + type);
|
|
4392
4405
|
}
|
|
4393
4406
|
}
|
|
4394
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4395
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4407
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4408
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: SanitizePipe, name: "viSanitize" });
|
|
4396
4409
|
}
|
|
4397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: SanitizePipe, decorators: [{
|
|
4398
4411
|
type: Pipe,
|
|
4399
4412
|
args: [{
|
|
4400
4413
|
name: 'viSanitize'
|
|
@@ -4410,10 +4423,10 @@ class StartCasePipe {
|
|
|
4410
4423
|
transform(value) {
|
|
4411
4424
|
return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4412
4425
|
}
|
|
4413
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4414
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4426
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4427
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: StartCasePipe, name: "viStartCase" });
|
|
4415
4428
|
}
|
|
4416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: StartCasePipe, decorators: [{
|
|
4417
4430
|
type: Pipe,
|
|
4418
4431
|
args: [{
|
|
4419
4432
|
name: 'viStartCase'
|
|
@@ -4429,10 +4442,10 @@ class TruncatePipe {
|
|
|
4429
4442
|
transform(value, maxLength) {
|
|
4430
4443
|
return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4431
4444
|
}
|
|
4432
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4433
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4445
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4446
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: TruncatePipe, name: "viTruncate" });
|
|
4434
4447
|
}
|
|
4435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: TruncatePipe, decorators: [{
|
|
4436
4449
|
type: Pipe,
|
|
4437
4450
|
args: [{
|
|
4438
4451
|
name: 'viTruncate'
|
|
@@ -4461,10 +4474,10 @@ class TimePipe {
|
|
|
4461
4474
|
}
|
|
4462
4475
|
return FinancePipe.format(milliseconds / DateUtil.MILLISECONDS_SECOND, format);
|
|
4463
4476
|
}
|
|
4464
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4465
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4477
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4478
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: TimePipe, name: "viTime" });
|
|
4466
4479
|
}
|
|
4467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: TimePipe, decorators: [{
|
|
4468
4481
|
type: Pipe,
|
|
4469
4482
|
args: [{
|
|
4470
4483
|
name: 'viTime'
|
|
@@ -5057,10 +5070,10 @@ class ThemeStyleDirective extends Destroyable {
|
|
|
5057
5070
|
this.stylePropertiesCheck();
|
|
5058
5071
|
}
|
|
5059
5072
|
}
|
|
5060
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5061
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
5073
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5074
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: ThemeStyleDirective, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
|
|
5062
5075
|
}
|
|
5063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeStyleDirective, decorators: [{
|
|
5064
5077
|
type: Directive,
|
|
5065
5078
|
args: [{
|
|
5066
5079
|
selector: '[vi-theme-style]'
|
|
@@ -5160,10 +5173,10 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
|
|
|
5160
5173
|
set flags(value) {
|
|
5161
5174
|
super.flags = value;
|
|
5162
5175
|
}
|
|
5163
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5164
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
5176
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5177
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: ThemeStyleHoverDirective, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
|
|
5165
5178
|
}
|
|
5166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
|
|
5167
5180
|
type: Directive,
|
|
5168
5181
|
args: [{
|
|
5169
5182
|
selector: '[vi-theme-style-hover]'
|
|
@@ -5300,7 +5313,10 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5300
5313
|
}
|
|
5301
5314
|
this._source = value;
|
|
5302
5315
|
if (!_.isNil(value)) {
|
|
5303
|
-
this.
|
|
5316
|
+
this.addSourceProperties();
|
|
5317
|
+
}
|
|
5318
|
+
else {
|
|
5319
|
+
this.removeSourceProperties();
|
|
5304
5320
|
}
|
|
5305
5321
|
}
|
|
5306
5322
|
// --------------------------------------------------------------------------
|
|
@@ -5375,13 +5391,8 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5375
5391
|
if (value === this._name) {
|
|
5376
5392
|
return;
|
|
5377
5393
|
}
|
|
5378
|
-
if (!_.isNil(this._name)) {
|
|
5379
|
-
this.removeSourceProperties();
|
|
5380
|
-
}
|
|
5381
5394
|
this._name = value;
|
|
5382
|
-
|
|
5383
|
-
this.setSourceProperties();
|
|
5384
|
-
}
|
|
5395
|
+
this.setSourceProperties();
|
|
5385
5396
|
}
|
|
5386
5397
|
get extension() {
|
|
5387
5398
|
return this._extension;
|
|
@@ -5391,30 +5402,34 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5391
5402
|
return;
|
|
5392
5403
|
}
|
|
5393
5404
|
this._extension = value;
|
|
5394
|
-
|
|
5395
|
-
this.setSourceProperties();
|
|
5396
|
-
}
|
|
5405
|
+
this.setSourceProperties();
|
|
5397
5406
|
}
|
|
5398
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5399
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
5407
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5408
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.5", type: ThemeAssetDirective, 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 });
|
|
5400
5409
|
}
|
|
5401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetDirective, decorators: [{
|
|
5402
5411
|
type: Directive
|
|
5403
5412
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
|
|
5404
5413
|
type: HostListener,
|
|
5405
5414
|
args: ['error', ['$event']]
|
|
5406
5415
|
}], isSound: [{
|
|
5407
|
-
type: Input
|
|
5416
|
+
type: Input,
|
|
5417
|
+
args: [{ transform: booleanAttribute }]
|
|
5408
5418
|
}], isVideo: [{
|
|
5409
|
-
type: Input
|
|
5419
|
+
type: Input,
|
|
5420
|
+
args: [{ transform: booleanAttribute }]
|
|
5410
5421
|
}], isFile: [{
|
|
5411
|
-
type: Input
|
|
5422
|
+
type: Input,
|
|
5423
|
+
args: [{ transform: booleanAttribute }]
|
|
5412
5424
|
}], isImage: [{
|
|
5413
|
-
type: Input
|
|
5425
|
+
type: Input,
|
|
5426
|
+
args: [{ transform: booleanAttribute }]
|
|
5414
5427
|
}], isBackground: [{
|
|
5415
|
-
type: Input
|
|
5428
|
+
type: Input,
|
|
5429
|
+
args: [{ transform: booleanAttribute }]
|
|
5416
5430
|
}], isIgnoreTheme: [{
|
|
5417
|
-
type: Input
|
|
5431
|
+
type: Input,
|
|
5432
|
+
args: [{ transform: booleanAttribute }]
|
|
5418
5433
|
}], name: [{
|
|
5419
5434
|
type: Input
|
|
5420
5435
|
}], extension: [{
|
|
@@ -5436,7 +5451,7 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5436
5451
|
// Private Methods
|
|
5437
5452
|
//
|
|
5438
5453
|
// --------------------------------------------------------------------------
|
|
5439
|
-
|
|
5454
|
+
addSourceProperties() {
|
|
5440
5455
|
let value = 'url(' + this.source + ')';
|
|
5441
5456
|
ViewUtil.setStyle(this.element, 'backgroundImage', value);
|
|
5442
5457
|
}
|
|
@@ -5454,10 +5469,10 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5454
5469
|
get name() {
|
|
5455
5470
|
return super.name;
|
|
5456
5471
|
}
|
|
5457
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5458
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
5472
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5473
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: ThemeAssetBackgroundDirective, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5459
5474
|
}
|
|
5460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
|
|
5461
5476
|
type: Directive,
|
|
5462
5477
|
args: [{
|
|
5463
5478
|
selector: '[vi-theme-background]'
|
|
@@ -5482,7 +5497,7 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
5482
5497
|
// Private Methods
|
|
5483
5498
|
//
|
|
5484
5499
|
// --------------------------------------------------------------------------
|
|
5485
|
-
|
|
5500
|
+
addSourceProperties() {
|
|
5486
5501
|
this.element.src = this.source;
|
|
5487
5502
|
}
|
|
5488
5503
|
removeSourceProperties() {
|
|
@@ -5499,10 +5514,10 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
5499
5514
|
get name() {
|
|
5500
5515
|
return super.name;
|
|
5501
5516
|
}
|
|
5502
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5503
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
5517
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5518
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: ThemeAssetImageDirective, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5504
5519
|
}
|
|
5505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
|
|
5506
5521
|
type: Directive,
|
|
5507
5522
|
args: [{
|
|
5508
5523
|
selector: '[vi-theme-image]'
|
|
@@ -5526,7 +5541,7 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
5526
5541
|
// Private Methods
|
|
5527
5542
|
//
|
|
5528
5543
|
// --------------------------------------------------------------------------
|
|
5529
|
-
|
|
5544
|
+
addSourceProperties() {
|
|
5530
5545
|
this.element.src = this.source;
|
|
5531
5546
|
}
|
|
5532
5547
|
removeSourceProperties() {
|
|
@@ -5543,10 +5558,10 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
5543
5558
|
get name() {
|
|
5544
5559
|
return super.name;
|
|
5545
5560
|
}
|
|
5546
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5547
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
5561
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5562
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: ThemeAssetIconDirective, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5548
5563
|
}
|
|
5549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
|
|
5550
5565
|
type: Directive,
|
|
5551
5566
|
args: [{
|
|
5552
5567
|
selector: '[vi-theme-icon]'
|
|
@@ -5602,10 +5617,10 @@ class ThemeToggleDirective extends Destroyable {
|
|
|
5602
5617
|
super.destroy();
|
|
5603
5618
|
this.theme = null;
|
|
5604
5619
|
}
|
|
5605
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5606
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
5620
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5621
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: ThemeToggleDirective, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
5607
5622
|
}
|
|
5608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeToggleDirective, decorators: [{
|
|
5609
5624
|
type: Directive,
|
|
5610
5625
|
args: [{
|
|
5611
5626
|
selector: '[vi-theme-toggle]'
|
|
@@ -5650,8 +5665,8 @@ class ThemeModule {
|
|
|
5650
5665
|
]
|
|
5651
5666
|
};
|
|
5652
5667
|
}
|
|
5653
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5654
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
5668
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5669
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
|
|
5655
5670
|
ThemeAssetImageDirective,
|
|
5656
5671
|
ThemeAssetIconDirective,
|
|
5657
5672
|
ThemeAssetBackgroundDirective,
|
|
@@ -5662,9 +5677,9 @@ class ThemeModule {
|
|
|
5662
5677
|
ThemeAssetBackgroundDirective,
|
|
5663
5678
|
ThemeStyleDirective,
|
|
5664
5679
|
ThemeStyleHoverDirective] });
|
|
5665
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
5680
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
|
|
5666
5681
|
}
|
|
5667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeModule, decorators: [{
|
|
5668
5683
|
type: NgModule,
|
|
5669
5684
|
args: [{
|
|
5670
5685
|
imports: [CookieModule],
|
|
@@ -6333,14 +6348,14 @@ class IWindowContent extends DestroyableContainer {
|
|
|
6333
6348
|
get events() {
|
|
6334
6349
|
return !_.isNil(this.window) ? this.window.events : null;
|
|
6335
6350
|
}
|
|
6336
|
-
get isDisabled() {
|
|
6337
|
-
return !_.isNil(this.window) ? this.window.isDisabled : false;
|
|
6338
|
-
}
|
|
6339
6351
|
set isDisabled(value) {
|
|
6340
6352
|
if (!_.isNil(this.window)) {
|
|
6341
6353
|
this.window.isDisabled = value;
|
|
6342
6354
|
}
|
|
6343
6355
|
}
|
|
6356
|
+
get isDisabled() {
|
|
6357
|
+
return !_.isNil(this.window) ? this.window.isDisabled : false;
|
|
6358
|
+
}
|
|
6344
6359
|
// --------------------------------------------------------------------------
|
|
6345
6360
|
//
|
|
6346
6361
|
// Public Properties
|
|
@@ -6367,10 +6382,10 @@ class IWindowContent extends DestroyableContainer {
|
|
|
6367
6382
|
this.commitWindowProperties();
|
|
6368
6383
|
}
|
|
6369
6384
|
}
|
|
6370
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6371
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
6385
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
6386
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.5", type: IWindowContent, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6372
6387
|
}
|
|
6373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
6388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IWindowContent, decorators: [{
|
|
6374
6389
|
type: Component,
|
|
6375
6390
|
args: [{ template: '' }]
|
|
6376
6391
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -6379,7 +6394,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
6379
6394
|
type: Inject,
|
|
6380
6395
|
args: [WINDOW_CONTENT_CONTAINER]
|
|
6381
6396
|
}] }], propDecorators: { isDisabled: [{
|
|
6382
|
-
type: Input
|
|
6397
|
+
type: Input,
|
|
6398
|
+
args: [{ transform: booleanAttribute }]
|
|
6383
6399
|
}], window: [{
|
|
6384
6400
|
type: Input
|
|
6385
6401
|
}] } });
|
|
@@ -6545,10 +6561,10 @@ class INotificationContent extends DestroyableContainer {
|
|
|
6545
6561
|
get config() {
|
|
6546
6562
|
return this._config;
|
|
6547
6563
|
}
|
|
6548
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6549
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
6564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6565
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: INotificationContent, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6550
6566
|
}
|
|
6551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
6567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: INotificationContent, decorators: [{
|
|
6552
6568
|
type: Component,
|
|
6553
6569
|
args: [{ template: '' }]
|
|
6554
6570
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
|
|
@@ -6790,10 +6806,10 @@ class LazyModuleLoader extends Loadable {
|
|
|
6790
6806
|
get modules() {
|
|
6791
6807
|
return this._modules;
|
|
6792
6808
|
}
|
|
6793
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6794
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
6809
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6810
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
|
|
6795
6811
|
}
|
|
6796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
6812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LazyModuleLoader, decorators: [{
|
|
6797
6813
|
type: Injectable,
|
|
6798
6814
|
args: [{ providedIn: 'root' }]
|
|
6799
6815
|
}], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
|
|
@@ -6994,8 +7010,8 @@ class VIModule {
|
|
|
6994
7010
|
]
|
|
6995
7011
|
};
|
|
6996
7012
|
}
|
|
6997
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6998
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
7013
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7014
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: VIModule, declarations: [TimePipe,
|
|
6999
7015
|
FinancePipe,
|
|
7000
7016
|
SanitizePipe,
|
|
7001
7017
|
TruncatePipe,
|
|
@@ -7046,9 +7062,9 @@ class VIModule {
|
|
|
7046
7062
|
HTMLContentTitleDirective,
|
|
7047
7063
|
AutoScrollBottomDirective,
|
|
7048
7064
|
AspectRatioResizeDirective] });
|
|
7049
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
7065
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
|
|
7050
7066
|
}
|
|
7051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VIModule, decorators: [{
|
|
7052
7068
|
type: NgModule,
|
|
7053
7069
|
args: [{
|
|
7054
7070
|
imports,
|