@ts-core/angular 17.0.17 → 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/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 +4 -4
- 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 +4 -4
- 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 +4 -4
- package/esm2022/directive/IsBrowserDirective.mjs +3 -3
- package/esm2022/directive/IsServerDirective.mjs +3 -3
- package/esm2022/directive/ResizeDirective.mjs +4 -4
- package/esm2022/directive/ScrollCheckDirective.mjs +4 -4
- package/esm2022/directive/ScrollDirective.mjs +4 -4
- package/esm2022/directive/SelectOnFocusDirective.mjs +4 -4
- package/esm2022/directive/StructureDirective.mjs +1 -1
- package/esm2022/language/LanguageDirective.mjs +4 -4
- 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 +10 -14
- 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 +4 -4
- package/esm2022/window/WindowBase.mjs +1 -1
- package/esm2022/window/WindowConfig.mjs +1 -1
- package/fesm2022/ts-core-angular.mjs +197 -201
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/theme/ThemeAssetBackgroundDirective.d.ts +1 -1
- package/theme/ThemeAssetDirective.d.ts +1 -1
- package/theme/ThemeAssetIconDirective.d.ts +1 -1
- package/theme/ThemeAssetImageDirective.d.ts +1 -1
|
@@ -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,10 +938,10 @@ 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: "16.1.0", version: "17.
|
|
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]'
|
|
@@ -973,10 +973,10 @@ class AssetBackgroundPipe {
|
|
|
973
973
|
transform(name, extension = 'png') {
|
|
974
974
|
return Assets.getBackground(name, extension);
|
|
975
975
|
}
|
|
976
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
977
|
-
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" });
|
|
978
978
|
}
|
|
979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
|
|
980
980
|
type: Pipe,
|
|
981
981
|
args: [{
|
|
982
982
|
name: 'viAssetBackground'
|
|
@@ -992,10 +992,10 @@ class AssetIconPipe {
|
|
|
992
992
|
transform(name, extension = 'png') {
|
|
993
993
|
return Assets.getIcon(name, extension);
|
|
994
994
|
}
|
|
995
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
996
|
-
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" });
|
|
997
997
|
}
|
|
998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetIconPipe, decorators: [{
|
|
999
999
|
type: Pipe,
|
|
1000
1000
|
args: [{
|
|
1001
1001
|
name: 'viAssetIcon'
|
|
@@ -1011,10 +1011,10 @@ class AssetFilePipe {
|
|
|
1011
1011
|
transform(name, extension) {
|
|
1012
1012
|
return Assets.getFile(name, extension);
|
|
1013
1013
|
}
|
|
1014
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1015
|
-
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" });
|
|
1016
1016
|
}
|
|
1017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetFilePipe, decorators: [{
|
|
1018
1018
|
type: Pipe,
|
|
1019
1019
|
args: [{
|
|
1020
1020
|
name: 'viAssetFile'
|
|
@@ -1030,10 +1030,10 @@ class AssetVideoPipe {
|
|
|
1030
1030
|
transform(name, extension = 'mp4') {
|
|
1031
1031
|
return Assets.getVideo(name, extension);
|
|
1032
1032
|
}
|
|
1033
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1034
|
-
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" });
|
|
1035
1035
|
}
|
|
1036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetVideoPipe, decorators: [{
|
|
1037
1037
|
type: Pipe,
|
|
1038
1038
|
args: [{
|
|
1039
1039
|
name: 'viAssetVideo'
|
|
@@ -1049,10 +1049,10 @@ class AssetSoundPipe {
|
|
|
1049
1049
|
transform(name, extension = 'mp3') {
|
|
1050
1050
|
return Assets.getSound(name, extension);
|
|
1051
1051
|
}
|
|
1052
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1053
|
-
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" });
|
|
1054
1054
|
}
|
|
1055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetSoundPipe, decorators: [{
|
|
1056
1056
|
type: Pipe,
|
|
1057
1057
|
args: [{
|
|
1058
1058
|
name: 'viAssetSound'
|
|
@@ -1068,10 +1068,10 @@ class AssetImagePipe {
|
|
|
1068
1068
|
transform(name, extension = 'png') {
|
|
1069
1069
|
return Assets.getImage(name, extension);
|
|
1070
1070
|
}
|
|
1071
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1072
|
-
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" });
|
|
1073
1073
|
}
|
|
1074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetImagePipe, decorators: [{
|
|
1075
1075
|
type: Pipe,
|
|
1076
1076
|
args: [{
|
|
1077
1077
|
name: 'viAssetImage'
|
|
@@ -1080,11 +1080,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
1080
1080
|
|
|
1081
1081
|
let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
|
|
1082
1082
|
class AssetModule {
|
|
1083
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1084
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
1085
|
-
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] });
|
|
1086
1086
|
}
|
|
1087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AssetModule, decorators: [{
|
|
1088
1088
|
type: NgModule,
|
|
1089
1089
|
args: [{
|
|
1090
1090
|
imports: [CommonModule],
|
|
@@ -1152,11 +1152,11 @@ class CookieModule {
|
|
|
1152
1152
|
]
|
|
1153
1153
|
};
|
|
1154
1154
|
}
|
|
1155
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1156
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
1157
|
-
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 });
|
|
1158
1158
|
}
|
|
1159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CookieModule, decorators: [{
|
|
1160
1160
|
type: NgModule
|
|
1161
1161
|
}] });
|
|
1162
1162
|
function cookieServiceFactory(nativeWindow, options) {
|
|
@@ -1374,10 +1374,10 @@ class AspectRatioResizeDirective extends DestroyableContainer {
|
|
|
1374
1374
|
get ratio() {
|
|
1375
1375
|
return this._ratio;
|
|
1376
1376
|
}
|
|
1377
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1378
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
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 });
|
|
1379
1379
|
}
|
|
1380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
|
|
1381
1381
|
type: Directive,
|
|
1382
1382
|
args: [{
|
|
1383
1383
|
selector: '[vi-aspect-ratio]'
|
|
@@ -1493,10 +1493,10 @@ class ScrollDirective extends Destroyable {
|
|
|
1493
1493
|
get scrollValue() {
|
|
1494
1494
|
return this._scrollValue;
|
|
1495
1495
|
}
|
|
1496
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1497
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
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 });
|
|
1498
1498
|
}
|
|
1499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ScrollDirective, decorators: [{
|
|
1500
1500
|
type: Directive,
|
|
1501
1501
|
args: [{
|
|
1502
1502
|
selector: '[vi-scroll]'
|
|
@@ -1563,10 +1563,10 @@ class InfiniteScrollDirective extends ScrollDirective {
|
|
|
1563
1563
|
get scrollHeight() {
|
|
1564
1564
|
return this.element.scrollHeight;
|
|
1565
1565
|
}
|
|
1566
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1567
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
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 });
|
|
1568
1568
|
}
|
|
1569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
|
|
1570
1570
|
type: Directive,
|
|
1571
1571
|
args: [{
|
|
1572
1572
|
selector: '[vi-infinite-scroll]'
|
|
@@ -1681,10 +1681,10 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
|
|
|
1681
1681
|
this.isScrollLocked = true;
|
|
1682
1682
|
this.scrollCheck();
|
|
1683
1683
|
}
|
|
1684
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1685
|
-
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 });
|
|
1686
1686
|
}
|
|
1687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
|
|
1688
1688
|
type: Directive,
|
|
1689
1689
|
args: [{
|
|
1690
1690
|
selector: '[vi-auto-scroll-bottom]'
|
|
@@ -1730,10 +1730,10 @@ class ClickToCopyDirective extends Destroyable {
|
|
|
1730
1730
|
this.element = null;
|
|
1731
1731
|
clearTimeout(this.selectionClearTimer);
|
|
1732
1732
|
}
|
|
1733
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1734
|
-
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 });
|
|
1735
1735
|
}
|
|
1736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ClickToCopyDirective, decorators: [{
|
|
1737
1737
|
type: Directive,
|
|
1738
1738
|
args: [{
|
|
1739
1739
|
selector: '[vi-click-to-copy]'
|
|
@@ -1784,10 +1784,10 @@ class ClickToSelectDirective extends Destroyable {
|
|
|
1784
1784
|
super.destroy();
|
|
1785
1785
|
this.element = null;
|
|
1786
1786
|
}
|
|
1787
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1788
|
-
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 });
|
|
1789
1789
|
}
|
|
1790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ClickToSelectDirective, decorators: [{
|
|
1791
1791
|
type: Directive,
|
|
1792
1792
|
args: [{
|
|
1793
1793
|
selector: '[vi-click-to-select]'
|
|
@@ -1891,10 +1891,10 @@ class FocusDirective extends Destroyable {
|
|
|
1891
1891
|
set trigger(value) {
|
|
1892
1892
|
this.focus();
|
|
1893
1893
|
}
|
|
1894
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1895
|
-
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 });
|
|
1896
1896
|
}
|
|
1897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FocusDirective, decorators: [{
|
|
1898
1898
|
type: Directive,
|
|
1899
1899
|
args: [{
|
|
1900
1900
|
selector: '[vi-focus]'
|
|
@@ -1935,10 +1935,10 @@ class SelectOnFocusDirective extends Destroyable {
|
|
|
1935
1935
|
super.destroy();
|
|
1936
1936
|
this.element = null;
|
|
1937
1937
|
}
|
|
1938
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1939
|
-
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 });
|
|
1940
1940
|
}
|
|
1941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
|
|
1942
1942
|
type: Directive,
|
|
1943
1943
|
args: [{
|
|
1944
1944
|
selector: '[vi-select-on-focus]'
|
|
@@ -2002,10 +2002,10 @@ class ResizeDirective extends Destroyable {
|
|
|
2002
2002
|
this.interactable = null;
|
|
2003
2003
|
}
|
|
2004
2004
|
}
|
|
2005
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2006
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
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 });
|
|
2007
2007
|
}
|
|
2008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ResizeDirective, decorators: [{
|
|
2009
2009
|
type: Directive,
|
|
2010
2010
|
args: [{
|
|
2011
2011
|
selector: '[vi-resize]'
|
|
@@ -2180,10 +2180,10 @@ class ScrollCheckDirective extends DestroyableContainer {
|
|
|
2180
2180
|
get scrollLimit() {
|
|
2181
2181
|
return this._scrollLimit;
|
|
2182
2182
|
}
|
|
2183
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2184
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
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 });
|
|
2185
2185
|
}
|
|
2186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ScrollCheckDirective, decorators: [{
|
|
2187
2187
|
type: Directive,
|
|
2188
2188
|
args: [{
|
|
2189
2189
|
selector: '[vi-scroll-check]'
|
|
@@ -2276,10 +2276,10 @@ class LanguagePipe extends DestroyableContainer {
|
|
|
2276
2276
|
this.lastParams = null;
|
|
2277
2277
|
this.lastValue = null;
|
|
2278
2278
|
}
|
|
2279
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2280
|
-
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 });
|
|
2281
2281
|
}
|
|
2282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipe, decorators: [{
|
|
2283
2283
|
type: Pipe,
|
|
2284
2284
|
args: [{
|
|
2285
2285
|
name: 'viTranslate',
|
|
@@ -2341,10 +2341,10 @@ class HTMLTitleDirective extends Destroyable {
|
|
|
2341
2341
|
get value() {
|
|
2342
2342
|
return this._value;
|
|
2343
2343
|
}
|
|
2344
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2345
|
-
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 });
|
|
2346
2346
|
}
|
|
2347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: HTMLTitleDirective, decorators: [{
|
|
2348
2348
|
type: Directive,
|
|
2349
2349
|
args: [{
|
|
2350
2350
|
selector: '[vi-html-title]'
|
|
@@ -2409,10 +2409,10 @@ class HTMLContentTitleDirective extends Destroyable {
|
|
|
2409
2409
|
get value() {
|
|
2410
2410
|
return this._value;
|
|
2411
2411
|
}
|
|
2412
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2413
|
-
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 });
|
|
2414
2414
|
}
|
|
2415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
|
|
2416
2416
|
type: Directive,
|
|
2417
2417
|
args: [{
|
|
2418
2418
|
selector: '[vi-html-content-title]'
|
|
@@ -2451,10 +2451,10 @@ class PlatformService extends DestroyableContainer {
|
|
|
2451
2451
|
get isPlatformBrowser() {
|
|
2452
2452
|
return this._isPlatformBrowser;
|
|
2453
2453
|
}
|
|
2454
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2455
|
-
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' });
|
|
2456
2456
|
}
|
|
2457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PlatformService, decorators: [{
|
|
2458
2458
|
type: Injectable,
|
|
2459
2459
|
args: [{ providedIn: 'root' }]
|
|
2460
2460
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -2472,10 +2472,10 @@ class IsBrowserDirective extends StructureDirective {
|
|
|
2472
2472
|
super(templateRef, container);
|
|
2473
2473
|
this.isNeedAdd = platform.isPlatformBrowser;
|
|
2474
2474
|
}
|
|
2475
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2476
|
-
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 });
|
|
2477
2477
|
}
|
|
2478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IsBrowserDirective, decorators: [{
|
|
2479
2479
|
type: Directive,
|
|
2480
2480
|
args: [{
|
|
2481
2481
|
selector: '[viIsBrowser]'
|
|
@@ -2492,10 +2492,10 @@ class IsServerDirective extends StructureDirective {
|
|
|
2492
2492
|
super(templateRef, container);
|
|
2493
2493
|
this.isNeedAdd = platform.isPlatformServer;
|
|
2494
2494
|
}
|
|
2495
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2496
|
-
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 });
|
|
2497
2497
|
}
|
|
2498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IsServerDirective, decorators: [{
|
|
2499
2499
|
type: Directive,
|
|
2500
2500
|
args: [{
|
|
2501
2501
|
selector: '[viIsServer]'
|
|
@@ -2528,10 +2528,10 @@ class LanguagePipePure extends DestroyableContainer {
|
|
|
2528
2528
|
super.destroy();
|
|
2529
2529
|
this.language = null;
|
|
2530
2530
|
}
|
|
2531
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2532
|
-
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" });
|
|
2533
2533
|
}
|
|
2534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipePure, decorators: [{
|
|
2535
2535
|
type: Pipe,
|
|
2536
2536
|
args: [{
|
|
2537
2537
|
name: 'viTranslatePure'
|
|
@@ -2582,10 +2582,10 @@ class LanguageResolver extends LanguageRequireResolver {
|
|
|
2582
2582
|
constructor(language) {
|
|
2583
2583
|
super(language);
|
|
2584
2584
|
}
|
|
2585
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2586
|
-
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' });
|
|
2587
2587
|
}
|
|
2588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageResolver, decorators: [{
|
|
2589
2589
|
type: Injectable,
|
|
2590
2590
|
args: [{ providedIn: 'root' }]
|
|
2591
2591
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
@@ -2668,10 +2668,10 @@ class LanguageDirective extends Destroyable {
|
|
|
2668
2668
|
get params() {
|
|
2669
2669
|
return this._params;
|
|
2670
2670
|
}
|
|
2671
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2672
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
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 });
|
|
2673
2673
|
}
|
|
2674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageDirective, decorators: [{
|
|
2675
2675
|
type: Directive,
|
|
2676
2676
|
args: [{
|
|
2677
2677
|
selector: '[vi-translate]'
|
|
@@ -2733,10 +2733,10 @@ class LanguagePipeHas extends DestroyableContainer {
|
|
|
2733
2733
|
this.language = null;
|
|
2734
2734
|
this.key = null;
|
|
2735
2735
|
}
|
|
2736
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2737
|
-
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 });
|
|
2738
2738
|
}
|
|
2739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipeHas, decorators: [{
|
|
2740
2740
|
type: Pipe,
|
|
2741
2741
|
args: [{
|
|
2742
2742
|
name: 'viTranslateHas',
|
|
@@ -2770,10 +2770,10 @@ class LanguagePipeHasPure extends DestroyableContainer {
|
|
|
2770
2770
|
super.destroy();
|
|
2771
2771
|
this.language = null;
|
|
2772
2772
|
}
|
|
2773
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2774
|
-
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" });
|
|
2775
2775
|
}
|
|
2776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
|
|
2777
2777
|
type: Pipe,
|
|
2778
2778
|
args: [{
|
|
2779
2779
|
name: 'viTranslateHasPure',
|
|
@@ -2846,10 +2846,10 @@ class LanguageHasDirective extends StructureDirective {
|
|
|
2846
2846
|
get viTranslateHasIsOnlyIfNotEmpty() {
|
|
2847
2847
|
return this._isOnlyIfNotEmpty;
|
|
2848
2848
|
}
|
|
2849
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2850
|
-
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 });
|
|
2851
2851
|
}
|
|
2852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageHasDirective, decorators: [{
|
|
2853
2853
|
type: Directive,
|
|
2854
2854
|
args: [{
|
|
2855
2855
|
selector: '[viTranslateHas]'
|
|
@@ -2890,11 +2890,11 @@ class LanguageModule {
|
|
|
2890
2890
|
]
|
|
2891
2891
|
};
|
|
2892
2892
|
}
|
|
2893
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2894
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
2895
|
-
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] });
|
|
2896
2896
|
}
|
|
2897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LanguageModule, decorators: [{
|
|
2898
2898
|
type: NgModule,
|
|
2899
2899
|
args: [{
|
|
2900
2900
|
imports: [CookieModule],
|
|
@@ -3158,10 +3158,10 @@ class LoginGuard extends LoginRequireResolver {
|
|
|
3158
3158
|
canActivate(route, state) {
|
|
3159
3159
|
return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
|
|
3160
3160
|
}
|
|
3161
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3162
|
-
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' });
|
|
3163
3163
|
}
|
|
3164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginGuard, decorators: [{
|
|
3165
3165
|
type: Injectable,
|
|
3166
3166
|
args: [{ providedIn: 'root' }]
|
|
3167
3167
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3194,10 +3194,10 @@ class LoginNotGuard extends LoginRequireResolver {
|
|
|
3194
3194
|
canActivate(route, state) {
|
|
3195
3195
|
return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
|
|
3196
3196
|
}
|
|
3197
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3198
|
-
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' });
|
|
3199
3199
|
}
|
|
3200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginNotGuard, decorators: [{
|
|
3201
3201
|
type: Injectable,
|
|
3202
3202
|
args: [{ providedIn: 'root' }]
|
|
3203
3203
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3243,10 +3243,10 @@ class LoginIfCanGuard extends LoginGuard {
|
|
|
3243
3243
|
}
|
|
3244
3244
|
return super.canActivate(route, state);
|
|
3245
3245
|
}
|
|
3246
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3247
|
-
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' });
|
|
3248
3248
|
}
|
|
3249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginIfCanGuard, decorators: [{
|
|
3250
3250
|
type: Injectable,
|
|
3251
3251
|
args: [{ providedIn: 'root' }]
|
|
3252
3252
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3263,10 +3263,10 @@ class LoginResolver extends LoginRequireResolver {
|
|
|
3263
3263
|
constructor(login) {
|
|
3264
3264
|
super(login);
|
|
3265
3265
|
}
|
|
3266
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3267
|
-
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' });
|
|
3268
3268
|
}
|
|
3269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoginResolver, decorators: [{
|
|
3270
3270
|
type: Injectable,
|
|
3271
3271
|
args: [{ providedIn: 'root' }]
|
|
3272
3272
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -4091,10 +4091,10 @@ class PrettifyPipe {
|
|
|
4091
4091
|
//
|
|
4092
4092
|
// --------------------------------------------------------------------------
|
|
4093
4093
|
constructor() { }
|
|
4094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4095
|
-
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" });
|
|
4096
4096
|
}
|
|
4097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PrettifyPipe, decorators: [{
|
|
4098
4098
|
type: Pipe,
|
|
4099
4099
|
args: [{
|
|
4100
4100
|
name: 'viPrettify'
|
|
@@ -4110,10 +4110,10 @@ class CamelCasePipe {
|
|
|
4110
4110
|
transform(value) {
|
|
4111
4111
|
return !_.isNil(value) ? _.camelCase(value) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4112
4112
|
}
|
|
4113
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4114
|
-
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" });
|
|
4115
4115
|
}
|
|
4116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CamelCasePipe, decorators: [{
|
|
4117
4117
|
type: Pipe,
|
|
4118
4118
|
args: [{
|
|
4119
4119
|
name: 'viCamelCase'
|
|
@@ -4159,10 +4159,10 @@ class FinancePipe {
|
|
|
4159
4159
|
}
|
|
4160
4160
|
return FinancePipe.format(value, format);
|
|
4161
4161
|
}
|
|
4162
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4163
|
-
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" });
|
|
4164
4164
|
}
|
|
4165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FinancePipe, decorators: [{
|
|
4166
4166
|
type: Pipe,
|
|
4167
4167
|
args: [{
|
|
4168
4168
|
name: 'viFinance'
|
|
@@ -4225,10 +4225,10 @@ class MomentDatePipe {
|
|
|
4225
4225
|
let moment = MomentDatePipe.parseMoment(value);
|
|
4226
4226
|
return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
|
|
4227
4227
|
}
|
|
4228
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4229
|
-
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" });
|
|
4230
4230
|
}
|
|
4231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDatePipe, decorators: [{
|
|
4232
4232
|
type: Pipe,
|
|
4233
4233
|
args: [{
|
|
4234
4234
|
name: 'viMomentDate'
|
|
@@ -4271,10 +4271,10 @@ class MomentDateAdaptivePipe {
|
|
|
4271
4271
|
}
|
|
4272
4272
|
return item.format(format);
|
|
4273
4273
|
}
|
|
4274
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4275
|
-
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" });
|
|
4276
4276
|
}
|
|
4277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
|
|
4278
4278
|
type: Pipe,
|
|
4279
4279
|
args: [{
|
|
4280
4280
|
name: 'viMomentAdaptiveDate'
|
|
@@ -4290,10 +4290,10 @@ class MomentDateFromNowPipe {
|
|
|
4290
4290
|
transform(value, format) {
|
|
4291
4291
|
return MomentDatePipe.fromNow(value, format);
|
|
4292
4292
|
}
|
|
4293
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4294
|
-
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" });
|
|
4295
4295
|
}
|
|
4296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
|
|
4297
4297
|
type: Pipe,
|
|
4298
4298
|
args: [{
|
|
4299
4299
|
name: 'viMomentDateFromNow'
|
|
@@ -4321,10 +4321,10 @@ class MomentTimePipe {
|
|
|
4321
4321
|
.add(timeMilliseconds, 'milliseconds')
|
|
4322
4322
|
.format(format || MomentTimePipe.DEFAULT_FORMAT);
|
|
4323
4323
|
}
|
|
4324
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4325
|
-
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" });
|
|
4326
4326
|
}
|
|
4327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MomentTimePipe, decorators: [{
|
|
4328
4328
|
type: Pipe,
|
|
4329
4329
|
args: [{
|
|
4330
4330
|
name: 'viMomentTime'
|
|
@@ -4360,10 +4360,10 @@ class NgModelErrorPipe {
|
|
|
4360
4360
|
constructor(language) {
|
|
4361
4361
|
this.language = language;
|
|
4362
4362
|
}
|
|
4363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4364
|
-
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" });
|
|
4365
4365
|
}
|
|
4366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: NgModelErrorPipe, decorators: [{
|
|
4367
4367
|
type: Pipe,
|
|
4368
4368
|
args: [{
|
|
4369
4369
|
name: 'viNgModelError'
|
|
@@ -4404,10 +4404,10 @@ class SanitizePipe {
|
|
|
4404
4404
|
throw new Error('Invalid safe type specified: ' + type);
|
|
4405
4405
|
}
|
|
4406
4406
|
}
|
|
4407
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4408
|
-
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" });
|
|
4409
4409
|
}
|
|
4410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: SanitizePipe, decorators: [{
|
|
4411
4411
|
type: Pipe,
|
|
4412
4412
|
args: [{
|
|
4413
4413
|
name: 'viSanitize'
|
|
@@ -4423,10 +4423,10 @@ class StartCasePipe {
|
|
|
4423
4423
|
transform(value) {
|
|
4424
4424
|
return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4425
4425
|
}
|
|
4426
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4427
|
-
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" });
|
|
4428
4428
|
}
|
|
4429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: StartCasePipe, decorators: [{
|
|
4430
4430
|
type: Pipe,
|
|
4431
4431
|
args: [{
|
|
4432
4432
|
name: 'viStartCase'
|
|
@@ -4442,10 +4442,10 @@ class TruncatePipe {
|
|
|
4442
4442
|
transform(value, maxLength) {
|
|
4443
4443
|
return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4444
4444
|
}
|
|
4445
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4446
|
-
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" });
|
|
4447
4447
|
}
|
|
4448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: TruncatePipe, decorators: [{
|
|
4449
4449
|
type: Pipe,
|
|
4450
4450
|
args: [{
|
|
4451
4451
|
name: 'viTruncate'
|
|
@@ -4474,10 +4474,10 @@ class TimePipe {
|
|
|
4474
4474
|
}
|
|
4475
4475
|
return FinancePipe.format(milliseconds / DateUtil.MILLISECONDS_SECOND, format);
|
|
4476
4476
|
}
|
|
4477
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4478
|
-
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" });
|
|
4479
4479
|
}
|
|
4480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: TimePipe, decorators: [{
|
|
4481
4481
|
type: Pipe,
|
|
4482
4482
|
args: [{
|
|
4483
4483
|
name: 'viTime'
|
|
@@ -5070,10 +5070,10 @@ class ThemeStyleDirective extends Destroyable {
|
|
|
5070
5070
|
this.stylePropertiesCheck();
|
|
5071
5071
|
}
|
|
5072
5072
|
}
|
|
5073
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5074
|
-
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 });
|
|
5075
5075
|
}
|
|
5076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeStyleDirective, decorators: [{
|
|
5077
5077
|
type: Directive,
|
|
5078
5078
|
args: [{
|
|
5079
5079
|
selector: '[vi-theme-style]'
|
|
@@ -5173,10 +5173,10 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
|
|
|
5173
5173
|
set flags(value) {
|
|
5174
5174
|
super.flags = value;
|
|
5175
5175
|
}
|
|
5176
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5177
|
-
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 });
|
|
5178
5178
|
}
|
|
5179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
|
|
5180
5180
|
type: Directive,
|
|
5181
5181
|
args: [{
|
|
5182
5182
|
selector: '[vi-theme-style-hover]'
|
|
@@ -5313,7 +5313,10 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5313
5313
|
}
|
|
5314
5314
|
this._source = value;
|
|
5315
5315
|
if (!_.isNil(value)) {
|
|
5316
|
-
this.
|
|
5316
|
+
this.addSourceProperties();
|
|
5317
|
+
}
|
|
5318
|
+
else {
|
|
5319
|
+
this.removeSourceProperties();
|
|
5317
5320
|
}
|
|
5318
5321
|
}
|
|
5319
5322
|
// --------------------------------------------------------------------------
|
|
@@ -5388,13 +5391,8 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5388
5391
|
if (value === this._name) {
|
|
5389
5392
|
return;
|
|
5390
5393
|
}
|
|
5391
|
-
if (!_.isNil(this._name)) {
|
|
5392
|
-
this.removeSourceProperties();
|
|
5393
|
-
}
|
|
5394
5394
|
this._name = value;
|
|
5395
|
-
|
|
5396
|
-
this.setSourceProperties();
|
|
5397
|
-
}
|
|
5395
|
+
this.setSourceProperties();
|
|
5398
5396
|
}
|
|
5399
5397
|
get extension() {
|
|
5400
5398
|
return this._extension;
|
|
@@ -5404,14 +5402,12 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5404
5402
|
return;
|
|
5405
5403
|
}
|
|
5406
5404
|
this._extension = value;
|
|
5407
|
-
|
|
5408
|
-
this.setSourceProperties();
|
|
5409
|
-
}
|
|
5405
|
+
this.setSourceProperties();
|
|
5410
5406
|
}
|
|
5411
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5412
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
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 });
|
|
5413
5409
|
}
|
|
5414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetDirective, decorators: [{
|
|
5415
5411
|
type: Directive
|
|
5416
5412
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
|
|
5417
5413
|
type: HostListener,
|
|
@@ -5455,7 +5451,7 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5455
5451
|
// Private Methods
|
|
5456
5452
|
//
|
|
5457
5453
|
// --------------------------------------------------------------------------
|
|
5458
|
-
|
|
5454
|
+
addSourceProperties() {
|
|
5459
5455
|
let value = 'url(' + this.source + ')';
|
|
5460
5456
|
ViewUtil.setStyle(this.element, 'backgroundImage', value);
|
|
5461
5457
|
}
|
|
@@ -5473,10 +5469,10 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5473
5469
|
get name() {
|
|
5474
5470
|
return super.name;
|
|
5475
5471
|
}
|
|
5476
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5477
|
-
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 });
|
|
5478
5474
|
}
|
|
5479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
|
|
5480
5476
|
type: Directive,
|
|
5481
5477
|
args: [{
|
|
5482
5478
|
selector: '[vi-theme-background]'
|
|
@@ -5501,7 +5497,7 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
5501
5497
|
// Private Methods
|
|
5502
5498
|
//
|
|
5503
5499
|
// --------------------------------------------------------------------------
|
|
5504
|
-
|
|
5500
|
+
addSourceProperties() {
|
|
5505
5501
|
this.element.src = this.source;
|
|
5506
5502
|
}
|
|
5507
5503
|
removeSourceProperties() {
|
|
@@ -5518,10 +5514,10 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
5518
5514
|
get name() {
|
|
5519
5515
|
return super.name;
|
|
5520
5516
|
}
|
|
5521
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5522
|
-
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 });
|
|
5523
5519
|
}
|
|
5524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
|
|
5525
5521
|
type: Directive,
|
|
5526
5522
|
args: [{
|
|
5527
5523
|
selector: '[vi-theme-image]'
|
|
@@ -5545,7 +5541,7 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
5545
5541
|
// Private Methods
|
|
5546
5542
|
//
|
|
5547
5543
|
// --------------------------------------------------------------------------
|
|
5548
|
-
|
|
5544
|
+
addSourceProperties() {
|
|
5549
5545
|
this.element.src = this.source;
|
|
5550
5546
|
}
|
|
5551
5547
|
removeSourceProperties() {
|
|
@@ -5562,10 +5558,10 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
5562
5558
|
get name() {
|
|
5563
5559
|
return super.name;
|
|
5564
5560
|
}
|
|
5565
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5566
|
-
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 });
|
|
5567
5563
|
}
|
|
5568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
|
|
5569
5565
|
type: Directive,
|
|
5570
5566
|
args: [{
|
|
5571
5567
|
selector: '[vi-theme-icon]'
|
|
@@ -5621,10 +5617,10 @@ class ThemeToggleDirective extends Destroyable {
|
|
|
5621
5617
|
super.destroy();
|
|
5622
5618
|
this.theme = null;
|
|
5623
5619
|
}
|
|
5624
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5625
|
-
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 });
|
|
5626
5622
|
}
|
|
5627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeToggleDirective, decorators: [{
|
|
5628
5624
|
type: Directive,
|
|
5629
5625
|
args: [{
|
|
5630
5626
|
selector: '[vi-theme-toggle]'
|
|
@@ -5669,8 +5665,8 @@ class ThemeModule {
|
|
|
5669
5665
|
]
|
|
5670
5666
|
};
|
|
5671
5667
|
}
|
|
5672
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5673
|
-
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,
|
|
5674
5670
|
ThemeAssetImageDirective,
|
|
5675
5671
|
ThemeAssetIconDirective,
|
|
5676
5672
|
ThemeAssetBackgroundDirective,
|
|
@@ -5681,9 +5677,9 @@ class ThemeModule {
|
|
|
5681
5677
|
ThemeAssetBackgroundDirective,
|
|
5682
5678
|
ThemeStyleDirective,
|
|
5683
5679
|
ThemeStyleHoverDirective] });
|
|
5684
|
-
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] });
|
|
5685
5681
|
}
|
|
5686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ThemeModule, decorators: [{
|
|
5687
5683
|
type: NgModule,
|
|
5688
5684
|
args: [{
|
|
5689
5685
|
imports: [CookieModule],
|
|
@@ -6386,10 +6382,10 @@ class IWindowContent extends DestroyableContainer {
|
|
|
6386
6382
|
this.commitWindowProperties();
|
|
6387
6383
|
}
|
|
6388
6384
|
}
|
|
6389
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6390
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.
|
|
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 });
|
|
6391
6387
|
}
|
|
6392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
6388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: IWindowContent, decorators: [{
|
|
6393
6389
|
type: Component,
|
|
6394
6390
|
args: [{ template: '' }]
|
|
6395
6391
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -6565,10 +6561,10 @@ class INotificationContent extends DestroyableContainer {
|
|
|
6565
6561
|
get config() {
|
|
6566
6562
|
return this._config;
|
|
6567
6563
|
}
|
|
6568
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6569
|
-
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 });
|
|
6570
6566
|
}
|
|
6571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
6567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: INotificationContent, decorators: [{
|
|
6572
6568
|
type: Component,
|
|
6573
6569
|
args: [{ template: '' }]
|
|
6574
6570
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
|
|
@@ -6810,10 +6806,10 @@ class LazyModuleLoader extends Loadable {
|
|
|
6810
6806
|
get modules() {
|
|
6811
6807
|
return this._modules;
|
|
6812
6808
|
}
|
|
6813
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6814
|
-
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' });
|
|
6815
6811
|
}
|
|
6816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
6812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LazyModuleLoader, decorators: [{
|
|
6817
6813
|
type: Injectable,
|
|
6818
6814
|
args: [{ providedIn: 'root' }]
|
|
6819
6815
|
}], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
|
|
@@ -7014,8 +7010,8 @@ class VIModule {
|
|
|
7014
7010
|
]
|
|
7015
7011
|
};
|
|
7016
7012
|
}
|
|
7017
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
7018
|
-
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,
|
|
7019
7015
|
FinancePipe,
|
|
7020
7016
|
SanitizePipe,
|
|
7021
7017
|
TruncatePipe,
|
|
@@ -7066,9 +7062,9 @@ class VIModule {
|
|
|
7066
7062
|
HTMLContentTitleDirective,
|
|
7067
7063
|
AutoScrollBottomDirective,
|
|
7068
7064
|
AspectRatioResizeDirective] });
|
|
7069
|
-
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] });
|
|
7070
7066
|
}
|
|
7071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VIModule, decorators: [{
|
|
7072
7068
|
type: NgModule,
|
|
7073
7069
|
args: [{
|
|
7074
7070
|
imports,
|