@ts-core/angular 17.0.17 → 17.0.19

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.
Files changed (98) hide show
  1. package/cookie/CookieModule.d.ts +3 -2
  2. package/cookie/CookieService.d.ts +2 -2
  3. package/esm2022/ApplicationInjector.mjs +1 -1
  4. package/esm2022/VIModule.mjs +4 -4
  5. package/esm2022/application/ApplicationBaseComponent.mjs +4 -4
  6. package/esm2022/application/ApplicationComponent.mjs +1 -1
  7. package/esm2022/application/MessageBaseComponent.mjs +1 -1
  8. package/esm2022/asset/AssetBackgroundDirective.mjs +4 -4
  9. package/esm2022/asset/AssetBackgroundPipe.mjs +3 -3
  10. package/esm2022/asset/AssetFilePipe.mjs +3 -3
  11. package/esm2022/asset/AssetIconPipe.mjs +3 -3
  12. package/esm2022/asset/AssetImagePipe.mjs +3 -3
  13. package/esm2022/asset/AssetModule.mjs +4 -4
  14. package/esm2022/asset/AssetSoundPipe.mjs +3 -3
  15. package/esm2022/asset/AssetVideoPipe.mjs +3 -3
  16. package/esm2022/cookie/CookieModule.mjs +10 -9
  17. package/esm2022/cookie/CookieService.mjs +34 -5
  18. package/esm2022/directive/AspectRatioResizeDirective.mjs +4 -4
  19. package/esm2022/directive/AutoScrollBottomDirective.mjs +4 -4
  20. package/esm2022/directive/ClickToCopyDirective.mjs +4 -4
  21. package/esm2022/directive/ClickToSelectDirective.mjs +4 -4
  22. package/esm2022/directive/FocusDirective.mjs +4 -4
  23. package/esm2022/directive/HTMLContentTitleDirective.mjs +4 -4
  24. package/esm2022/directive/HTMLTitleDirective.mjs +4 -4
  25. package/esm2022/directive/InfiniteScrollDirective.mjs +4 -4
  26. package/esm2022/directive/IsBrowserDirective.mjs +3 -3
  27. package/esm2022/directive/IsServerDirective.mjs +3 -3
  28. package/esm2022/directive/ResizeDirective.mjs +4 -4
  29. package/esm2022/directive/ScrollCheckDirective.mjs +4 -4
  30. package/esm2022/directive/ScrollDirective.mjs +4 -4
  31. package/esm2022/directive/SelectOnFocusDirective.mjs +4 -4
  32. package/esm2022/directive/StructureDirective.mjs +1 -1
  33. package/esm2022/language/LanguageDirective.mjs +4 -4
  34. package/esm2022/language/LanguageHasDirective.mjs +4 -4
  35. package/esm2022/language/LanguageModule.mjs +5 -5
  36. package/esm2022/language/LanguagePipe.mjs +4 -4
  37. package/esm2022/language/LanguagePipeHas.mjs +4 -4
  38. package/esm2022/language/LanguagePipeHasPure.mjs +4 -4
  39. package/esm2022/language/LanguagePipePure.mjs +4 -4
  40. package/esm2022/language/LanguageRequireResolver.mjs +1 -1
  41. package/esm2022/language/LanguageResolver.mjs +3 -3
  42. package/esm2022/list/ListItem.mjs +1 -1
  43. package/esm2022/list/ListItems.mjs +1 -1
  44. package/esm2022/list/select/RouterSelectListItems.mjs +1 -1
  45. package/esm2022/list/select/SelectListItem.mjs +1 -1
  46. package/esm2022/list/select/SelectListItems.mjs +1 -1
  47. package/esm2022/login/LoginBaseService.mjs +1 -1
  48. package/esm2022/login/LoginGuard.mjs +3 -3
  49. package/esm2022/login/LoginIfCanGuard.mjs +4 -4
  50. package/esm2022/login/LoginNotGuard.mjs +3 -3
  51. package/esm2022/login/LoginRequireResolver.mjs +1 -1
  52. package/esm2022/login/LoginResolver.mjs +3 -3
  53. package/esm2022/manager/FocusManager.mjs +1 -1
  54. package/esm2022/manager/ResizeManager.mjs +1 -1
  55. package/esm2022/menu/MenuItemBase.mjs +1 -1
  56. package/esm2022/menu/MenuItems.mjs +1 -1
  57. package/esm2022/module/LazyModuleLoader.mjs +4 -4
  58. package/esm2022/notification/INotificationContent.mjs +4 -4
  59. package/esm2022/pipe/CamelCasePipe.mjs +3 -3
  60. package/esm2022/pipe/FinancePipe.mjs +4 -4
  61. package/esm2022/pipe/MomentDateAdaptivePipe.mjs +4 -4
  62. package/esm2022/pipe/MomentDateFromNowPipe.mjs +3 -3
  63. package/esm2022/pipe/MomentDatePipe.mjs +4 -4
  64. package/esm2022/pipe/MomentTimePipe.mjs +4 -4
  65. package/esm2022/pipe/NgModelErrorPipe.mjs +4 -4
  66. package/esm2022/pipe/PrettifyPipe.mjs +4 -4
  67. package/esm2022/pipe/SanitizePipe.mjs +4 -4
  68. package/esm2022/pipe/StartCasePipe.mjs +3 -3
  69. package/esm2022/pipe/TimePipe.mjs +4 -4
  70. package/esm2022/pipe/TruncatePipe.mjs +3 -3
  71. package/esm2022/question/QuestionManager.mjs +1 -1
  72. package/esm2022/service/PipeBaseService.mjs +1 -1
  73. package/esm2022/service/PlatformService.mjs +3 -3
  74. package/esm2022/service/RouterBaseService.mjs +1 -1
  75. package/esm2022/storage/DateValueStorage.mjs +1 -1
  76. package/esm2022/storage/LocalStorageService.mjs +1 -1
  77. package/esm2022/storage/ValueStorage.mjs +1 -1
  78. package/esm2022/theme/ThemeAssetBackgroundDirective.mjs +5 -5
  79. package/esm2022/theme/ThemeAssetDirective.mjs +10 -14
  80. package/esm2022/theme/ThemeAssetIconDirective.mjs +5 -5
  81. package/esm2022/theme/ThemeAssetImageDirective.mjs +5 -5
  82. package/esm2022/theme/ThemeModule.mjs +5 -5
  83. package/esm2022/theme/ThemeStyleDirective.mjs +4 -4
  84. package/esm2022/theme/ThemeStyleHoverDirective.mjs +4 -4
  85. package/esm2022/theme/ThemeToggleDirective.mjs +4 -4
  86. package/esm2022/transport/TransportLazy.mjs +1 -1
  87. package/esm2022/user/UserBaseService.mjs +1 -1
  88. package/esm2022/util/ViewUtil.mjs +1 -1
  89. package/esm2022/window/IWindowContent.mjs +4 -4
  90. package/esm2022/window/WindowBase.mjs +1 -1
  91. package/esm2022/window/WindowConfig.mjs +1 -1
  92. package/fesm2022/ts-core-angular.mjs +272 -247
  93. package/fesm2022/ts-core-angular.mjs.map +1 -1
  94. package/package.json +1 -1
  95. package/theme/ThemeAssetBackgroundDirective.d.ts +1 -1
  96. package/theme/ThemeAssetDirective.d.ts +1 -1
  97. package/theme/ThemeAssetIconDirective.d.ts +1 -1
  98. package/theme/ThemeAssetImageDirective.d.ts +1 -1
@@ -1,15 +1,14 @@
1
1
  import * as i0 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';
2
+ import { Component, ViewContainerRef, booleanAttribute, Directive, Input, Pipe, NgModule, PLATFORM_ID, Injectable, Inject, InjectionToken, numberAttribute, EventEmitter, Output, HostListener, 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';
6
- import { Assets, AssetUrlProvider, NativeWindowService, LanguageService, ThemeService, ThemeAssetService, LoadingService, ICookieOptions, DefaultLogger } from '@ts-core/frontend';
6
+ import { Assets, AssetUrlProvider, LanguageService, ThemeService, NativeWindowService, ThemeAssetService, LoadingService, ICookieOptions, DefaultLogger } from '@ts-core/frontend';
7
7
  import { takeUntil, BehaviorSubject, distinctUntilChanged, debounceTime, fromEvent, filter, map, Subject } from 'rxjs';
8
8
  import moment from 'moment';
9
9
  import numeral from 'numeral';
10
- import { CommonModule, isPlatformServer, isPlatformBrowser, DatePipe, DOCUMENT } from '@angular/common';
10
+ import { CommonModule, isPlatformServer, isPlatformBrowser, DOCUMENT, DatePipe } from '@angular/common';
11
11
  import * as Cookie from 'ngx-cookie';
12
- import { CookieWriterService } from 'ngx-cookie';
13
12
  import * as interact from 'interactjs';
14
13
  import * as i1$1 from '@angular/router';
15
14
  import { NavigationStart, NavigationEnd, NavigationCancel, NavigationError } from '@angular/router';
@@ -98,10 +97,10 @@ class ApplicationBaseComponent extends DestroyableContainer {
98
97
  get viewReady() {
99
98
  return !_.isNil(this.viewReadyPromise) ? this.viewReadyPromise.promise : null;
100
99
  }
101
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ApplicationBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
102
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: ApplicationBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
100
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ApplicationBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
101
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: ApplicationBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
103
102
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
105
104
  type: Component,
106
105
  args: [{ template: '' }]
107
106
  }], ctorParameters: () => [] });
@@ -938,10 +937,10 @@ class AssetBackgroundDirective extends Destroyable {
938
937
  get background() {
939
938
  return this._background;
940
939
  }
941
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
942
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.8", 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 });
940
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
941
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", 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
942
  }
944
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
943
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
945
944
  type: Directive,
946
945
  args: [{
947
946
  selector: '[vi-asset-background]'
@@ -973,10 +972,10 @@ class AssetBackgroundPipe {
973
972
  transform(name, extension = 'png') {
974
973
  return Assets.getBackground(name, extension);
975
974
  }
976
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
977
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: AssetBackgroundPipe, name: "viAssetBackground" });
975
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
976
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AssetBackgroundPipe, name: "viAssetBackground" });
978
977
  }
979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
980
979
  type: Pipe,
981
980
  args: [{
982
981
  name: 'viAssetBackground'
@@ -992,10 +991,10 @@ class AssetIconPipe {
992
991
  transform(name, extension = 'png') {
993
992
  return Assets.getIcon(name, extension);
994
993
  }
995
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
996
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: AssetIconPipe, name: "viAssetIcon" });
994
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
995
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AssetIconPipe, name: "viAssetIcon" });
997
996
  }
998
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetIconPipe, decorators: [{
997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetIconPipe, decorators: [{
999
998
  type: Pipe,
1000
999
  args: [{
1001
1000
  name: 'viAssetIcon'
@@ -1011,10 +1010,10 @@ class AssetFilePipe {
1011
1010
  transform(name, extension) {
1012
1011
  return Assets.getFile(name, extension);
1013
1012
  }
1014
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1015
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: AssetFilePipe, name: "viAssetFile" });
1013
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1014
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AssetFilePipe, name: "viAssetFile" });
1016
1015
  }
1017
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetFilePipe, decorators: [{
1016
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetFilePipe, decorators: [{
1018
1017
  type: Pipe,
1019
1018
  args: [{
1020
1019
  name: 'viAssetFile'
@@ -1030,10 +1029,10 @@ class AssetVideoPipe {
1030
1029
  transform(name, extension = 'mp4') {
1031
1030
  return Assets.getVideo(name, extension);
1032
1031
  }
1033
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1034
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: AssetVideoPipe, name: "viAssetVideo" });
1032
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1033
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AssetVideoPipe, name: "viAssetVideo" });
1035
1034
  }
1036
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetVideoPipe, decorators: [{
1035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetVideoPipe, decorators: [{
1037
1036
  type: Pipe,
1038
1037
  args: [{
1039
1038
  name: 'viAssetVideo'
@@ -1049,10 +1048,10 @@ class AssetSoundPipe {
1049
1048
  transform(name, extension = 'mp3') {
1050
1049
  return Assets.getSound(name, extension);
1051
1050
  }
1052
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1053
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: AssetSoundPipe, name: "viAssetSound" });
1051
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1052
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AssetSoundPipe, name: "viAssetSound" });
1054
1053
  }
1055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetSoundPipe, decorators: [{
1054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetSoundPipe, decorators: [{
1056
1055
  type: Pipe,
1057
1056
  args: [{
1058
1057
  name: 'viAssetSound'
@@ -1068,10 +1067,10 @@ class AssetImagePipe {
1068
1067
  transform(name, extension = 'png') {
1069
1068
  return Assets.getImage(name, extension);
1070
1069
  }
1071
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1072
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: AssetImagePipe, name: "viAssetImage" });
1070
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1071
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AssetImagePipe, name: "viAssetImage" });
1073
1072
  }
1074
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetImagePipe, decorators: [{
1073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetImagePipe, decorators: [{
1075
1074
  type: Pipe,
1076
1075
  args: [{
1077
1076
  name: 'viAssetImage'
@@ -1080,11 +1079,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
1080
1079
 
1081
1080
  let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
1082
1081
  class AssetModule {
1083
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1084
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.8", 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.0.8", ngImport: i0, type: AssetModule, imports: [CommonModule] });
1082
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1083
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
1084
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetModule, imports: [CommonModule] });
1086
1085
  }
1087
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AssetModule, decorators: [{
1086
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AssetModule, decorators: [{
1088
1087
  type: NgModule,
1089
1088
  args: [{
1090
1089
  imports: [CommonModule],
@@ -1099,8 +1098,8 @@ class CookieService extends Cookie.CookieService {
1099
1098
  // Constructor
1100
1099
  //
1101
1100
  // --------------------------------------------------------------------------
1102
- constructor(options, document) {
1103
- super(document, { options }, new CookieWriterService(document));
1101
+ constructor(document, options, isPlatformBrowser) {
1102
+ super(document, { options }, new CookieWriterService(document, isPlatformBrowser));
1104
1103
  }
1105
1104
  // --------------------------------------------------------------------------
1106
1105
  //
@@ -1129,6 +1128,76 @@ class CookieService extends Cookie.CookieService {
1129
1128
  this.putObject(key, value, options);
1130
1129
  }
1131
1130
  }
1131
+ class CookieWriterService extends Cookie.CookieWriterService {
1132
+ // --------------------------------------------------------------------------
1133
+ //
1134
+ // Properties
1135
+ //
1136
+ // --------------------------------------------------------------------------
1137
+ isPlatformBrowser;
1138
+ // --------------------------------------------------------------------------
1139
+ //
1140
+ // Constructor
1141
+ //
1142
+ // --------------------------------------------------------------------------
1143
+ constructor(document, isPlatformBrowser) {
1144
+ super(document);
1145
+ this.isPlatformBrowser = isPlatformBrowser;
1146
+ }
1147
+ // --------------------------------------------------------------------------
1148
+ //
1149
+ // Public Methods
1150
+ //
1151
+ // --------------------------------------------------------------------------
1152
+ readAllAsString() {
1153
+ return this.isPlatformBrowser ? super.readAllAsString() : '';
1154
+ }
1155
+ write(name, value, options) {
1156
+ if (this.isPlatformBrowser) {
1157
+ super.write(name, value, options);
1158
+ }
1159
+ }
1160
+ }
1161
+
1162
+ class PlatformService extends DestroyableContainer {
1163
+ // --------------------------------------------------------------------------
1164
+ //
1165
+ // Constants
1166
+ //
1167
+ // --------------------------------------------------------------------------
1168
+ _isPlatformServer;
1169
+ _isPlatformBrowser;
1170
+ // --------------------------------------------------------------------------
1171
+ //
1172
+ // Constructor
1173
+ //
1174
+ // --------------------------------------------------------------------------
1175
+ constructor(platformId) {
1176
+ super();
1177
+ this._isPlatformServer = isPlatformServer(platformId);
1178
+ this._isPlatformBrowser = isPlatformBrowser(platformId);
1179
+ }
1180
+ // --------------------------------------------------------------------------
1181
+ //
1182
+ // Public Properties
1183
+ //
1184
+ // --------------------------------------------------------------------------
1185
+ get isPlatformServer() {
1186
+ return this._isPlatformServer;
1187
+ }
1188
+ get isPlatformBrowser() {
1189
+ return this._isPlatformBrowser;
1190
+ }
1191
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
1192
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PlatformService, providedIn: 'root' });
1193
+ }
1194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PlatformService, decorators: [{
1195
+ type: Injectable,
1196
+ args: [{ providedIn: 'root' }]
1197
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
1198
+ type: Inject,
1199
+ args: [PLATFORM_ID]
1200
+ }] }] });
1132
1201
 
1133
1202
  class CookieModule {
1134
1203
  // --------------------------------------------------------------------------
@@ -1146,20 +1215,20 @@ class CookieModule {
1146
1215
  },
1147
1216
  {
1148
1217
  provide: CookieService,
1149
- deps: [NativeWindowService, COOKIE_OPTIONS],
1218
+ deps: [DOCUMENT, COOKIE_OPTIONS, PlatformService],
1150
1219
  useFactory: cookieServiceFactory
1151
1220
  }
1152
1221
  ]
1153
1222
  };
1154
1223
  }
1155
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1156
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: CookieModule });
1157
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CookieModule });
1224
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1225
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: CookieModule });
1226
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CookieModule });
1158
1227
  }
1159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CookieModule, decorators: [{
1228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CookieModule, decorators: [{
1160
1229
  type: NgModule
1161
1230
  }] });
1162
- function cookieServiceFactory(nativeWindow, options) {
1231
+ function cookieServiceFactory(document, options, platform) {
1163
1232
  options = _.assign({
1164
1233
  path: '/',
1165
1234
  domain: null,
@@ -1167,7 +1236,7 @@ function cookieServiceFactory(nativeWindow, options) {
1167
1236
  secure: false,
1168
1237
  httpOnly: false
1169
1238
  }, options);
1170
- return new CookieService(options, nativeWindow.document);
1239
+ return new CookieService(document, options, platform.isPlatformBrowser);
1171
1240
  }
1172
1241
  const COOKIE_OPTIONS = new InjectionToken(`COOKIE_OPTIONS`);
1173
1242
 
@@ -1374,10 +1443,10 @@ class AspectRatioResizeDirective extends DestroyableContainer {
1374
1443
  get ratio() {
1375
1444
  return this._ratio;
1376
1445
  }
1377
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1378
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.8", type: AspectRatioResizeDirective, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
1446
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1447
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: AspectRatioResizeDirective, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
1379
1448
  }
1380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
1449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
1381
1450
  type: Directive,
1382
1451
  args: [{
1383
1452
  selector: '[vi-aspect-ratio]'
@@ -1493,10 +1562,10 @@ class ScrollDirective extends Destroyable {
1493
1562
  get scrollValue() {
1494
1563
  return this._scrollValue;
1495
1564
  }
1496
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1497
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.8", type: ScrollDirective, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
1565
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1566
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: ScrollDirective, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
1498
1567
  }
1499
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ScrollDirective, decorators: [{
1568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollDirective, decorators: [{
1500
1569
  type: Directive,
1501
1570
  args: [{
1502
1571
  selector: '[vi-scroll]'
@@ -1563,10 +1632,10 @@ class InfiniteScrollDirective extends ScrollDirective {
1563
1632
  get scrollHeight() {
1564
1633
  return this.element.scrollHeight;
1565
1634
  }
1566
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1567
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.8", type: InfiniteScrollDirective, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
1635
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1636
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: InfiniteScrollDirective, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
1568
1637
  }
1569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
1638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
1570
1639
  type: Directive,
1571
1640
  args: [{
1572
1641
  selector: '[vi-infinite-scroll]'
@@ -1681,10 +1750,10 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
1681
1750
  this.isScrollLocked = true;
1682
1751
  this.scrollCheck();
1683
1752
  }
1684
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1685
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: AutoScrollBottomDirective, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
1753
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1754
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: AutoScrollBottomDirective, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
1686
1755
  }
1687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
1756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
1688
1757
  type: Directive,
1689
1758
  args: [{
1690
1759
  selector: '[vi-auto-scroll-bottom]'
@@ -1730,10 +1799,10 @@ class ClickToCopyDirective extends Destroyable {
1730
1799
  this.element = null;
1731
1800
  clearTimeout(this.selectionClearTimer);
1732
1801
  }
1733
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1734
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: ClickToCopyDirective, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1802
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1803
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ClickToCopyDirective, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1735
1804
  }
1736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ClickToCopyDirective, decorators: [{
1805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickToCopyDirective, decorators: [{
1737
1806
  type: Directive,
1738
1807
  args: [{
1739
1808
  selector: '[vi-click-to-copy]'
@@ -1784,10 +1853,10 @@ class ClickToSelectDirective extends Destroyable {
1784
1853
  super.destroy();
1785
1854
  this.element = null;
1786
1855
  }
1787
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1788
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: ClickToSelectDirective, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1856
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1857
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ClickToSelectDirective, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1789
1858
  }
1790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ClickToSelectDirective, decorators: [{
1859
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickToSelectDirective, decorators: [{
1791
1860
  type: Directive,
1792
1861
  args: [{
1793
1862
  selector: '[vi-click-to-select]'
@@ -1891,10 +1960,10 @@ class FocusDirective extends Destroyable {
1891
1960
  set trigger(value) {
1892
1961
  this.focus();
1893
1962
  }
1894
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1895
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: FocusDirective, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
1963
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1964
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: FocusDirective, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
1896
1965
  }
1897
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: FocusDirective, decorators: [{
1966
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusDirective, decorators: [{
1898
1967
  type: Directive,
1899
1968
  args: [{
1900
1969
  selector: '[vi-focus]'
@@ -1935,10 +2004,10 @@ class SelectOnFocusDirective extends Destroyable {
1935
2004
  super.destroy();
1936
2005
  this.element = null;
1937
2006
  }
1938
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1939
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: SelectOnFocusDirective, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
2007
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2008
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: SelectOnFocusDirective, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
1940
2009
  }
1941
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
2010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
1942
2011
  type: Directive,
1943
2012
  args: [{
1944
2013
  selector: '[vi-select-on-focus]'
@@ -2002,10 +2071,10 @@ class ResizeDirective extends Destroyable {
2002
2071
  this.interactable = null;
2003
2072
  }
2004
2073
  }
2005
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2006
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.8", 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 });
2074
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2075
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", 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
2076
  }
2008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ResizeDirective, decorators: [{
2077
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeDirective, decorators: [{
2009
2078
  type: Directive,
2010
2079
  args: [{
2011
2080
  selector: '[vi-resize]'
@@ -2180,10 +2249,10 @@ class ScrollCheckDirective extends DestroyableContainer {
2180
2249
  get scrollLimit() {
2181
2250
  return this._scrollLimit;
2182
2251
  }
2183
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2184
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.8", 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 });
2252
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2253
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", 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
2254
  }
2186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ScrollCheckDirective, decorators: [{
2255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollCheckDirective, decorators: [{
2187
2256
  type: Directive,
2188
2257
  args: [{
2189
2258
  selector: '[vi-scroll-check]'
@@ -2276,10 +2345,10 @@ class LanguagePipe extends DestroyableContainer {
2276
2345
  this.lastParams = null;
2277
2346
  this.lastValue = null;
2278
2347
  }
2279
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", ngImport: i0, type: LanguagePipe, name: "viTranslate", pure: false });
2348
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2349
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipe, name: "viTranslate", pure: false });
2281
2350
  }
2282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipe, decorators: [{
2351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipe, decorators: [{
2283
2352
  type: Pipe,
2284
2353
  args: [{
2285
2354
  name: 'viTranslate',
@@ -2341,10 +2410,10 @@ class HTMLTitleDirective extends Destroyable {
2341
2410
  get value() {
2342
2411
  return this._value;
2343
2412
  }
2344
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2345
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: HTMLTitleDirective, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
2413
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2414
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: HTMLTitleDirective, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
2346
2415
  }
2347
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: HTMLTitleDirective, decorators: [{
2416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: HTMLTitleDirective, decorators: [{
2348
2417
  type: Directive,
2349
2418
  args: [{
2350
2419
  selector: '[vi-html-title]'
@@ -2409,10 +2478,10 @@ class HTMLContentTitleDirective extends Destroyable {
2409
2478
  get value() {
2410
2479
  return this._value;
2411
2480
  }
2412
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2413
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: HTMLContentTitleDirective, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
2481
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2482
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: HTMLContentTitleDirective, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
2414
2483
  }
2415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
2484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
2416
2485
  type: Directive,
2417
2486
  args: [{
2418
2487
  selector: '[vi-html-content-title]'
@@ -2422,46 +2491,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
2422
2491
  args: ['vi-html-content-title']
2423
2492
  }] } });
2424
2493
 
2425
- class PlatformService extends DestroyableContainer {
2426
- // --------------------------------------------------------------------------
2427
- //
2428
- // Constants
2429
- //
2430
- // --------------------------------------------------------------------------
2431
- _isPlatformServer;
2432
- _isPlatformBrowser;
2433
- // --------------------------------------------------------------------------
2434
- //
2435
- // Constructor
2436
- //
2437
- // --------------------------------------------------------------------------
2438
- constructor(platformId) {
2439
- super();
2440
- this._isPlatformServer = isPlatformServer(platformId);
2441
- this._isPlatformBrowser = isPlatformBrowser(platformId);
2442
- }
2443
- // --------------------------------------------------------------------------
2444
- //
2445
- // Public Properties
2446
- //
2447
- // --------------------------------------------------------------------------
2448
- get isPlatformServer() {
2449
- return this._isPlatformServer;
2450
- }
2451
- get isPlatformBrowser() {
2452
- return this._isPlatformBrowser;
2453
- }
2454
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
2455
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: PlatformService, providedIn: 'root' });
2456
- }
2457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: PlatformService, decorators: [{
2458
- type: Injectable,
2459
- args: [{ providedIn: 'root' }]
2460
- }], ctorParameters: () => [{ type: undefined, decorators: [{
2461
- type: Inject,
2462
- args: [PLATFORM_ID]
2463
- }] }] });
2464
-
2465
2494
  class IsBrowserDirective extends StructureDirective {
2466
2495
  // --------------------------------------------------------------------------
2467
2496
  //
@@ -2472,10 +2501,10 @@ class IsBrowserDirective extends StructureDirective {
2472
2501
  super(templateRef, container);
2473
2502
  this.isNeedAdd = platform.isPlatformBrowser;
2474
2503
  }
2475
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", type: IsBrowserDirective, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
2504
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2505
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: IsBrowserDirective, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
2477
2506
  }
2478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: IsBrowserDirective, decorators: [{
2507
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsBrowserDirective, decorators: [{
2479
2508
  type: Directive,
2480
2509
  args: [{
2481
2510
  selector: '[viIsBrowser]'
@@ -2492,10 +2521,10 @@ class IsServerDirective extends StructureDirective {
2492
2521
  super(templateRef, container);
2493
2522
  this.isNeedAdd = platform.isPlatformServer;
2494
2523
  }
2495
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", type: IsServerDirective, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
2524
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2525
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: IsServerDirective, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
2497
2526
  }
2498
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: IsServerDirective, decorators: [{
2527
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsServerDirective, decorators: [{
2499
2528
  type: Directive,
2500
2529
  args: [{
2501
2530
  selector: '[viIsServer]'
@@ -2528,10 +2557,10 @@ class LanguagePipePure extends DestroyableContainer {
2528
2557
  super.destroy();
2529
2558
  this.language = null;
2530
2559
  }
2531
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2532
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipePure, name: "viTranslatePure" });
2560
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2561
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipePure, name: "viTranslatePure" });
2533
2562
  }
2534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipePure, decorators: [{
2563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipePure, decorators: [{
2535
2564
  type: Pipe,
2536
2565
  args: [{
2537
2566
  name: 'viTranslatePure'
@@ -2582,10 +2611,10 @@ class LanguageResolver extends LanguageRequireResolver {
2582
2611
  constructor(language) {
2583
2612
  super(language);
2584
2613
  }
2585
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
2586
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
2614
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
2615
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
2587
2616
  }
2588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguageResolver, decorators: [{
2617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageResolver, decorators: [{
2589
2618
  type: Injectable,
2590
2619
  args: [{ providedIn: 'root' }]
2591
2620
  }], ctorParameters: () => [{ type: i1.LanguageService }] });
@@ -2668,10 +2697,10 @@ class LanguageDirective extends Destroyable {
2668
2697
  get params() {
2669
2698
  return this._params;
2670
2699
  }
2671
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", type: LanguageDirective, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
2700
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
2701
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: LanguageDirective, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
2673
2702
  }
2674
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguageDirective, decorators: [{
2703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageDirective, decorators: [{
2675
2704
  type: Directive,
2676
2705
  args: [{
2677
2706
  selector: '[vi-translate]'
@@ -2733,10 +2762,10 @@ class LanguagePipeHas extends DestroyableContainer {
2733
2762
  this.language = null;
2734
2763
  this.key = null;
2735
2764
  }
2736
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2737
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipeHas, name: "viTranslateHas", pure: false });
2765
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2766
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipeHas, name: "viTranslateHas", pure: false });
2738
2767
  }
2739
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipeHas, decorators: [{
2768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipeHas, decorators: [{
2740
2769
  type: Pipe,
2741
2770
  args: [{
2742
2771
  name: 'viTranslateHas',
@@ -2770,10 +2799,10 @@ class LanguagePipeHasPure extends DestroyableContainer {
2770
2799
  super.destroy();
2771
2800
  this.language = null;
2772
2801
  }
2773
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2774
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipeHasPure, name: "viTranslateHasPure" });
2802
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2803
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipeHasPure, name: "viTranslateHasPure" });
2775
2804
  }
2776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
2805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
2777
2806
  type: Pipe,
2778
2807
  args: [{
2779
2808
  name: 'viTranslateHasPure',
@@ -2846,10 +2875,10 @@ class LanguageHasDirective extends StructureDirective {
2846
2875
  get viTranslateHasIsOnlyIfNotEmpty() {
2847
2876
  return this._isOnlyIfNotEmpty;
2848
2877
  }
2849
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", type: LanguageHasDirective, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
2878
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
2879
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: LanguageHasDirective, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
2851
2880
  }
2852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguageHasDirective, decorators: [{
2881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageHasDirective, decorators: [{
2853
2882
  type: Directive,
2854
2883
  args: [{
2855
2884
  selector: '[viTranslateHas]'
@@ -2890,11 +2919,11 @@ class LanguageModule {
2890
2919
  ]
2891
2920
  };
2892
2921
  }
2893
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2894
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.8", 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.0.8", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
2922
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2923
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective] });
2924
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
2896
2925
  }
2897
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LanguageModule, decorators: [{
2926
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LanguageModule, decorators: [{
2898
2927
  type: NgModule,
2899
2928
  args: [{
2900
2929
  imports: [CookieModule],
@@ -3158,10 +3187,10 @@ class LoginGuard extends LoginRequireResolver {
3158
3187
  canActivate(route, state) {
3159
3188
  return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
3160
3189
  }
3161
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", ngImport: i0, type: LoginGuard, providedIn: 'root' });
3190
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3191
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginGuard, providedIn: 'root' });
3163
3192
  }
3164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LoginGuard, decorators: [{
3193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginGuard, decorators: [{
3165
3194
  type: Injectable,
3166
3195
  args: [{ providedIn: 'root' }]
3167
3196
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3194,10 +3223,10 @@ class LoginNotGuard extends LoginRequireResolver {
3194
3223
  canActivate(route, state) {
3195
3224
  return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
3196
3225
  }
3197
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
3226
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3227
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
3199
3228
  }
3200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LoginNotGuard, decorators: [{
3229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginNotGuard, decorators: [{
3201
3230
  type: Injectable,
3202
3231
  args: [{ providedIn: 'root' }]
3203
3232
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3243,10 +3272,10 @@ class LoginIfCanGuard extends LoginGuard {
3243
3272
  }
3244
3273
  return super.canActivate(route, state);
3245
3274
  }
3246
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
3275
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3276
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
3248
3277
  }
3249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LoginIfCanGuard, decorators: [{
3278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginIfCanGuard, decorators: [{
3250
3279
  type: Injectable,
3251
3280
  args: [{ providedIn: 'root' }]
3252
3281
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3263,10 +3292,10 @@ class LoginResolver extends LoginRequireResolver {
3263
3292
  constructor(login) {
3264
3293
  super(login);
3265
3294
  }
3266
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LoginResolver, deps: [{ token: LoginBaseService }], target: i0.ɵɵFactoryTarget.Injectable });
3267
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LoginResolver, providedIn: 'root' });
3295
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginResolver, deps: [{ token: LoginBaseService }], target: i0.ɵɵFactoryTarget.Injectable });
3296
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginResolver, providedIn: 'root' });
3268
3297
  }
3269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LoginResolver, decorators: [{
3298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LoginResolver, decorators: [{
3270
3299
  type: Injectable,
3271
3300
  args: [{ providedIn: 'root' }]
3272
3301
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -4091,10 +4120,10 @@ class PrettifyPipe {
4091
4120
  //
4092
4121
  // --------------------------------------------------------------------------
4093
4122
  constructor() { }
4094
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4095
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: PrettifyPipe, name: "viPrettify" });
4123
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4124
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: PrettifyPipe, name: "viPrettify" });
4096
4125
  }
4097
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: PrettifyPipe, decorators: [{
4126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PrettifyPipe, decorators: [{
4098
4127
  type: Pipe,
4099
4128
  args: [{
4100
4129
  name: 'viPrettify'
@@ -4110,10 +4139,10 @@ class CamelCasePipe {
4110
4139
  transform(value) {
4111
4140
  return !_.isNil(value) ? _.camelCase(value) : PrettifyPipe.EMPTY_SYMBOL;
4112
4141
  }
4113
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4114
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: CamelCasePipe, name: "viCamelCase" });
4142
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4143
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: CamelCasePipe, name: "viCamelCase" });
4115
4144
  }
4116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CamelCasePipe, decorators: [{
4145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CamelCasePipe, decorators: [{
4117
4146
  type: Pipe,
4118
4147
  args: [{
4119
4148
  name: 'viCamelCase'
@@ -4159,10 +4188,10 @@ class FinancePipe {
4159
4188
  }
4160
4189
  return FinancePipe.format(value, format);
4161
4190
  }
4162
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4163
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: FinancePipe, name: "viFinance" });
4191
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4192
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: FinancePipe, name: "viFinance" });
4164
4193
  }
4165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: FinancePipe, decorators: [{
4194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FinancePipe, decorators: [{
4166
4195
  type: Pipe,
4167
4196
  args: [{
4168
4197
  name: 'viFinance'
@@ -4225,10 +4254,10 @@ class MomentDatePipe {
4225
4254
  let moment = MomentDatePipe.parseMoment(value);
4226
4255
  return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
4227
4256
  }
4228
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4229
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: MomentDatePipe, name: "viMomentDate" });
4257
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4258
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: MomentDatePipe, name: "viMomentDate" });
4230
4259
  }
4231
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MomentDatePipe, decorators: [{
4260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MomentDatePipe, decorators: [{
4232
4261
  type: Pipe,
4233
4262
  args: [{
4234
4263
  name: 'viMomentDate'
@@ -4271,10 +4300,10 @@ class MomentDateAdaptivePipe {
4271
4300
  }
4272
4301
  return item.format(format);
4273
4302
  }
4274
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4275
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: MomentDateAdaptivePipe, name: "viMomentAdaptiveDate" });
4303
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4304
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: MomentDateAdaptivePipe, name: "viMomentAdaptiveDate" });
4276
4305
  }
4277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
4306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
4278
4307
  type: Pipe,
4279
4308
  args: [{
4280
4309
  name: 'viMomentAdaptiveDate'
@@ -4290,10 +4319,10 @@ class MomentDateFromNowPipe {
4290
4319
  transform(value, format) {
4291
4320
  return MomentDatePipe.fromNow(value, format);
4292
4321
  }
4293
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4294
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: MomentDateFromNowPipe, name: "viMomentDateFromNow" });
4322
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4323
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: MomentDateFromNowPipe, name: "viMomentDateFromNow" });
4295
4324
  }
4296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
4325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
4297
4326
  type: Pipe,
4298
4327
  args: [{
4299
4328
  name: 'viMomentDateFromNow'
@@ -4321,10 +4350,10 @@ class MomentTimePipe {
4321
4350
  .add(timeMilliseconds, 'milliseconds')
4322
4351
  .format(format || MomentTimePipe.DEFAULT_FORMAT);
4323
4352
  }
4324
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4325
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: MomentTimePipe, name: "viMomentTime" });
4353
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4354
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: MomentTimePipe, name: "viMomentTime" });
4326
4355
  }
4327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MomentTimePipe, decorators: [{
4356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MomentTimePipe, decorators: [{
4328
4357
  type: Pipe,
4329
4358
  args: [{
4330
4359
  name: 'viMomentTime'
@@ -4360,10 +4389,10 @@ class NgModelErrorPipe {
4360
4389
  constructor(language) {
4361
4390
  this.language = language;
4362
4391
  }
4363
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
4364
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: NgModelErrorPipe, name: "viNgModelError" });
4392
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
4393
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NgModelErrorPipe, name: "viNgModelError" });
4365
4394
  }
4366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: NgModelErrorPipe, decorators: [{
4395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NgModelErrorPipe, decorators: [{
4367
4396
  type: Pipe,
4368
4397
  args: [{
4369
4398
  name: 'viNgModelError'
@@ -4404,10 +4433,10 @@ class SanitizePipe {
4404
4433
  throw new Error('Invalid safe type specified: ' + type);
4405
4434
  }
4406
4435
  }
4407
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
4408
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: SanitizePipe, name: "viSanitize" });
4436
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
4437
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: SanitizePipe, name: "viSanitize" });
4409
4438
  }
4410
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: SanitizePipe, decorators: [{
4439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SanitizePipe, decorators: [{
4411
4440
  type: Pipe,
4412
4441
  args: [{
4413
4442
  name: 'viSanitize'
@@ -4423,10 +4452,10 @@ class StartCasePipe {
4423
4452
  transform(value) {
4424
4453
  return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : PrettifyPipe.EMPTY_SYMBOL;
4425
4454
  }
4426
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4427
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: StartCasePipe, name: "viStartCase" });
4455
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4456
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: StartCasePipe, name: "viStartCase" });
4428
4457
  }
4429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: StartCasePipe, decorators: [{
4458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: StartCasePipe, decorators: [{
4430
4459
  type: Pipe,
4431
4460
  args: [{
4432
4461
  name: 'viStartCase'
@@ -4442,10 +4471,10 @@ class TruncatePipe {
4442
4471
  transform(value, maxLength) {
4443
4472
  return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : PrettifyPipe.EMPTY_SYMBOL;
4444
4473
  }
4445
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4446
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: TruncatePipe, name: "viTruncate" });
4474
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4475
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: TruncatePipe, name: "viTruncate" });
4447
4476
  }
4448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: TruncatePipe, decorators: [{
4477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: TruncatePipe, decorators: [{
4449
4478
  type: Pipe,
4450
4479
  args: [{
4451
4480
  name: 'viTruncate'
@@ -4474,10 +4503,10 @@ class TimePipe {
4474
4503
  }
4475
4504
  return FinancePipe.format(milliseconds / DateUtil.MILLISECONDS_SECOND, format);
4476
4505
  }
4477
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4478
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: TimePipe, name: "viTime" });
4506
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4507
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: TimePipe, name: "viTime" });
4479
4508
  }
4480
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: TimePipe, decorators: [{
4509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: TimePipe, decorators: [{
4481
4510
  type: Pipe,
4482
4511
  args: [{
4483
4512
  name: 'viTime'
@@ -5070,10 +5099,10 @@ class ThemeStyleDirective extends Destroyable {
5070
5099
  this.stylePropertiesCheck();
5071
5100
  }
5072
5101
  }
5073
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", type: ThemeStyleDirective, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
5102
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5103
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ThemeStyleDirective, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
5075
5104
  }
5076
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeStyleDirective, decorators: [{
5105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeStyleDirective, decorators: [{
5077
5106
  type: Directive,
5078
5107
  args: [{
5079
5108
  selector: '[vi-theme-style]'
@@ -5173,10 +5202,10 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
5173
5202
  set flags(value) {
5174
5203
  super.flags = value;
5175
5204
  }
5176
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", 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.0.8", type: ThemeStyleHoverDirective, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
5205
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5206
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ThemeStyleHoverDirective, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
5178
5207
  }
5179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
5208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
5180
5209
  type: Directive,
5181
5210
  args: [{
5182
5211
  selector: '[vi-theme-style-hover]'
@@ -5313,7 +5342,10 @@ class ThemeAssetDirective extends Destroyable {
5313
5342
  }
5314
5343
  this._source = value;
5315
5344
  if (!_.isNil(value)) {
5316
- this.commitSourceProperties();
5345
+ this.addSourceProperties();
5346
+ }
5347
+ else {
5348
+ this.removeSourceProperties();
5317
5349
  }
5318
5350
  }
5319
5351
  // --------------------------------------------------------------------------
@@ -5388,13 +5420,8 @@ class ThemeAssetDirective extends Destroyable {
5388
5420
  if (value === this._name) {
5389
5421
  return;
5390
5422
  }
5391
- if (!_.isNil(this._name)) {
5392
- this.removeSourceProperties();
5393
- }
5394
5423
  this._name = value;
5395
- if (!_.isNil(value)) {
5396
- this.setSourceProperties();
5397
- }
5424
+ this.setSourceProperties();
5398
5425
  }
5399
5426
  get extension() {
5400
5427
  return this._extension;
@@ -5404,14 +5431,12 @@ class ThemeAssetDirective extends Destroyable {
5404
5431
  return;
5405
5432
  }
5406
5433
  this._extension = value;
5407
- if (!_.isNil(value)) {
5408
- this.setSourceProperties();
5409
- }
5434
+ this.setSourceProperties();
5410
5435
  }
5411
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5412
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.8", 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 });
5436
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5437
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", 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
5438
  }
5414
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeAssetDirective, decorators: [{
5439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeAssetDirective, decorators: [{
5415
5440
  type: Directive
5416
5441
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
5417
5442
  type: HostListener,
@@ -5455,7 +5480,7 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
5455
5480
  // Private Methods
5456
5481
  //
5457
5482
  // --------------------------------------------------------------------------
5458
- commitSourceProperties() {
5483
+ addSourceProperties() {
5459
5484
  let value = 'url(' + this.source + ')';
5460
5485
  ViewUtil.setStyle(this.element, 'backgroundImage', value);
5461
5486
  }
@@ -5473,10 +5498,10 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
5473
5498
  get name() {
5474
5499
  return super.name;
5475
5500
  }
5476
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5477
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: ThemeAssetBackgroundDirective, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
5501
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5502
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ThemeAssetBackgroundDirective, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
5478
5503
  }
5479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
5504
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
5480
5505
  type: Directive,
5481
5506
  args: [{
5482
5507
  selector: '[vi-theme-background]'
@@ -5501,7 +5526,7 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
5501
5526
  // Private Methods
5502
5527
  //
5503
5528
  // --------------------------------------------------------------------------
5504
- commitSourceProperties() {
5529
+ addSourceProperties() {
5505
5530
  this.element.src = this.source;
5506
5531
  }
5507
5532
  removeSourceProperties() {
@@ -5518,10 +5543,10 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
5518
5543
  get name() {
5519
5544
  return super.name;
5520
5545
  }
5521
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5522
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: ThemeAssetImageDirective, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
5546
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5547
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ThemeAssetImageDirective, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
5523
5548
  }
5524
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
5549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
5525
5550
  type: Directive,
5526
5551
  args: [{
5527
5552
  selector: '[vi-theme-image]'
@@ -5545,7 +5570,7 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
5545
5570
  // Private Methods
5546
5571
  //
5547
5572
  // --------------------------------------------------------------------------
5548
- commitSourceProperties() {
5573
+ addSourceProperties() {
5549
5574
  this.element.src = this.source;
5550
5575
  }
5551
5576
  removeSourceProperties() {
@@ -5562,10 +5587,10 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
5562
5587
  get name() {
5563
5588
  return super.name;
5564
5589
  }
5565
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5566
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: ThemeAssetIconDirective, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
5590
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5591
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ThemeAssetIconDirective, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
5567
5592
  }
5568
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
5593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
5569
5594
  type: Directive,
5570
5595
  args: [{
5571
5596
  selector: '[vi-theme-icon]'
@@ -5621,10 +5646,10 @@ class ThemeToggleDirective extends Destroyable {
5621
5646
  super.destroy();
5622
5647
  this.theme = null;
5623
5648
  }
5624
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5625
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: ThemeToggleDirective, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
5649
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5650
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ThemeToggleDirective, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
5626
5651
  }
5627
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeToggleDirective, decorators: [{
5652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeToggleDirective, decorators: [{
5628
5653
  type: Directive,
5629
5654
  args: [{
5630
5655
  selector: '[vi-theme-toggle]'
@@ -5669,8 +5694,8 @@ class ThemeModule {
5669
5694
  ]
5670
5695
  };
5671
5696
  }
5672
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5673
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
5697
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5698
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
5674
5699
  ThemeAssetImageDirective,
5675
5700
  ThemeAssetIconDirective,
5676
5701
  ThemeAssetBackgroundDirective,
@@ -5681,9 +5706,9 @@ class ThemeModule {
5681
5706
  ThemeAssetBackgroundDirective,
5682
5707
  ThemeStyleDirective,
5683
5708
  ThemeStyleHoverDirective] });
5684
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
5709
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
5685
5710
  }
5686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeModule, decorators: [{
5711
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeModule, decorators: [{
5687
5712
  type: NgModule,
5688
5713
  args: [{
5689
5714
  imports: [CookieModule],
@@ -6386,10 +6411,10 @@ class IWindowContent extends DestroyableContainer {
6386
6411
  this.commitWindowProperties();
6387
6412
  }
6388
6413
  }
6389
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
6390
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.8", type: IWindowContent, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6414
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
6415
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: IWindowContent, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6391
6416
  }
6392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: IWindowContent, decorators: [{
6417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IWindowContent, decorators: [{
6393
6418
  type: Component,
6394
6419
  args: [{ template: '' }]
6395
6420
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -6565,10 +6590,10 @@ class INotificationContent extends DestroyableContainer {
6565
6590
  get config() {
6566
6591
  return this._config;
6567
6592
  }
6568
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
6569
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: INotificationContent, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6593
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
6594
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: INotificationContent, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6570
6595
  }
6571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: INotificationContent, decorators: [{
6596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: INotificationContent, decorators: [{
6572
6597
  type: Component,
6573
6598
  args: [{ template: '' }]
6574
6599
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
@@ -6810,10 +6835,10 @@ class LazyModuleLoader extends Loadable {
6810
6835
  get modules() {
6811
6836
  return this._modules;
6812
6837
  }
6813
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
6814
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
6838
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
6839
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
6815
6840
  }
6816
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LazyModuleLoader, decorators: [{
6841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LazyModuleLoader, decorators: [{
6817
6842
  type: Injectable,
6818
6843
  args: [{ providedIn: 'root' }]
6819
6844
  }], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
@@ -7014,8 +7039,8 @@ class VIModule {
7014
7039
  ]
7015
7040
  };
7016
7041
  }
7017
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7018
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: VIModule, declarations: [TimePipe,
7042
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7043
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: VIModule, declarations: [TimePipe,
7019
7044
  FinancePipe,
7020
7045
  SanitizePipe,
7021
7046
  TruncatePipe,
@@ -7066,9 +7091,9 @@ class VIModule {
7066
7091
  HTMLContentTitleDirective,
7067
7092
  AutoScrollBottomDirective,
7068
7093
  AspectRatioResizeDirective] });
7069
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
7094
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
7070
7095
  }
7071
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: VIModule, decorators: [{
7096
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: VIModule, decorators: [{
7072
7097
  type: NgModule,
7073
7098
  args: [{
7074
7099
  imports,