@ts-core/angular 18.0.1 → 19.0.1

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 (130) hide show
  1. package/application/ApplicationBaseComponent.d.ts +1 -1
  2. package/fesm2022/ts-core-angular.mjs +310 -271
  3. package/fesm2022/ts-core-angular.mjs.map +1 -1
  4. package/login/LoginTokenStorage.d.ts +1 -1
  5. package/notification/INotificationContent.d.ts +1 -1
  6. package/package.json +13 -15
  7. package/public-api.d.ts +1 -0
  8. package/service/RouterBaseService.d.ts +0 -4
  9. package/service/ServiceWorkerService.d.ts +3 -1
  10. package/storage/JSONValueStorage.d.ts +5 -0
  11. package/theme/ThemeAssetDirective.d.ts +1 -1
  12. package/theme/ThemeToggleDirective.d.ts +1 -1
  13. package/window/IWindowContent.d.ts +1 -1
  14. package/esm2022/ApplicationInjector.mjs +0 -9
  15. package/esm2022/VIModule.mjs +0 -190
  16. package/esm2022/application/ApplicationBaseComponent.mjs +0 -96
  17. package/esm2022/application/ApplicationComponent.mjs +0 -64
  18. package/esm2022/application/MessageBaseComponent.mjs +0 -60
  19. package/esm2022/asset/AssetBackgroundDirective.mjs +0 -155
  20. package/esm2022/asset/AssetBackgroundPipe.mjs +0 -22
  21. package/esm2022/asset/AssetFilePipe.mjs +0 -22
  22. package/esm2022/asset/AssetIconPipe.mjs +0 -22
  23. package/esm2022/asset/AssetImagePipe.mjs +0 -22
  24. package/esm2022/asset/AssetModule.mjs +0 -25
  25. package/esm2022/asset/AssetSoundPipe.mjs +0 -22
  26. package/esm2022/asset/AssetVideoPipe.mjs +0 -22
  27. package/esm2022/bottomSheet/BottomSheetService.mjs +0 -4
  28. package/esm2022/cookie/CookieModule.mjs +0 -47
  29. package/esm2022/cookie/CookieOptions.mjs +0 -9
  30. package/esm2022/cookie/CookieService.mjs +0 -69
  31. package/esm2022/directive/AspectRatioResizeDirective.mjs +0 -135
  32. package/esm2022/directive/AutoScrollBottomDirective.mjs +0 -122
  33. package/esm2022/directive/ClickToCopyDirective.mjs +0 -53
  34. package/esm2022/directive/ClickToSelectDirective.mjs +0 -55
  35. package/esm2022/directive/FocusDirective.mjs +0 -60
  36. package/esm2022/directive/HTMLContentTitleDirective.mjs +0 -74
  37. package/esm2022/directive/HTMLTitleDirective.mjs +0 -73
  38. package/esm2022/directive/InfiniteScrollDirective.mjs +0 -72
  39. package/esm2022/directive/IsBrowserDirective.mjs +0 -24
  40. package/esm2022/directive/IsServerDirective.mjs +0 -24
  41. package/esm2022/directive/ResizeDirective.mjs +0 -84
  42. package/esm2022/directive/ScrollCheckDirective.mjs +0 -106
  43. package/esm2022/directive/ScrollDirective.mjs +0 -121
  44. package/esm2022/directive/SelectOnFocusDirective.mjs +0 -48
  45. package/esm2022/directive/StructureDirective.mjs +0 -80
  46. package/esm2022/language/LanguageDirective.mjs +0 -103
  47. package/esm2022/language/LanguageHasDirective.mjs +0 -87
  48. package/esm2022/language/LanguageModule.mjs +0 -61
  49. package/esm2022/language/LanguagePipe.mjs +0 -88
  50. package/esm2022/language/LanguagePipeHas.mjs +0 -64
  51. package/esm2022/language/LanguagePipeHasPure.mjs +0 -41
  52. package/esm2022/language/LanguagePipePure.mjs +0 -40
  53. package/esm2022/language/LanguageRequireResolver.mjs +0 -37
  54. package/esm2022/language/LanguageResolver.mjs +0 -21
  55. package/esm2022/list/IListItem.mjs +0 -2
  56. package/esm2022/list/ListItem.mjs +0 -148
  57. package/esm2022/list/ListItems.mjs +0 -107
  58. package/esm2022/list/select/ISelectListItem.mjs +0 -2
  59. package/esm2022/list/select/RouterSelectListItems.mjs +0 -60
  60. package/esm2022/list/select/SelectListItem.mjs +0 -67
  61. package/esm2022/list/select/SelectListItems.mjs +0 -130
  62. package/esm2022/login/LoginBaseService.mjs +0 -191
  63. package/esm2022/login/LoginGuard.mjs +0 -41
  64. package/esm2022/login/LoginIfCanGuard.mjs +0 -55
  65. package/esm2022/login/LoginNotGuard.mjs +0 -41
  66. package/esm2022/login/LoginRequireResolver.mjs +0 -40
  67. package/esm2022/login/LoginResolver.mjs +0 -24
  68. package/esm2022/login/LoginTokenStorage.mjs +0 -18
  69. package/esm2022/manager/FocusManager.mjs +0 -54
  70. package/esm2022/manager/ResizeManager.mjs +0 -90
  71. package/esm2022/menu/MenuItem.mjs +0 -20
  72. package/esm2022/menu/MenuItemBase.mjs +0 -56
  73. package/esm2022/menu/MenuItems.mjs +0 -111
  74. package/esm2022/menu/NavigationMenuItem.mjs +0 -20
  75. package/esm2022/module/LazyModuleLoader.mjs +0 -97
  76. package/esm2022/notification/INotification.mjs +0 -16
  77. package/esm2022/notification/INotificationConfig.mjs +0 -2
  78. package/esm2022/notification/INotificationContent.mjs +0 -141
  79. package/esm2022/notification/NotificationConfig.mjs +0 -27
  80. package/esm2022/notification/NotificationService.mjs +0 -4
  81. package/esm2022/notification/NotificationServiceEvent.mjs +0 -8
  82. package/esm2022/pipe/CamelCasePipe.mjs +0 -23
  83. package/esm2022/pipe/FinancePipe.mjs +0 -53
  84. package/esm2022/pipe/MomentDateAdaptivePipe.mjs +0 -51
  85. package/esm2022/pipe/MomentDateFromNowPipe.mjs +0 -22
  86. package/esm2022/pipe/MomentDatePipe.mjs +0 -71
  87. package/esm2022/pipe/MomentTimePipe.mjs +0 -35
  88. package/esm2022/pipe/NgModelErrorPipe.mjs +0 -43
  89. package/esm2022/pipe/PrettifyPipe.mjs +0 -38
  90. package/esm2022/pipe/SanitizePipe.mjs +0 -48
  91. package/esm2022/pipe/StartCasePipe.mjs +0 -23
  92. package/esm2022/pipe/TimePipe.mjs +0 -38
  93. package/esm2022/pipe/TruncatePipe.mjs +0 -23
  94. package/esm2022/public-api.mjs +0 -139
  95. package/esm2022/question/IQuestion.mjs +0 -14
  96. package/esm2022/question/QuestionManager.mjs +0 -107
  97. package/esm2022/service/PipeBaseService.mjs +0 -140
  98. package/esm2022/service/PlatformService.mjs +0 -44
  99. package/esm2022/service/RouterBaseService.mjs +0 -244
  100. package/esm2022/service/ServiceWorkerService.mjs +0 -107
  101. package/esm2022/service/route/CanDeactivateGuard.mjs +0 -11
  102. package/esm2022/service/route/IRouterDeactivatable.mjs +0 -2
  103. package/esm2022/storage/BooleanValueStorage.mjs +0 -15
  104. package/esm2022/storage/DateValueStorage.mjs +0 -46
  105. package/esm2022/storage/IValueStorage.mjs +0 -2
  106. package/esm2022/storage/LocalStorageService.mjs +0 -73
  107. package/esm2022/storage/ValueStorage.mjs +0 -84
  108. package/esm2022/theme/ThemeAssetBackgroundDirective.mjs +0 -51
  109. package/esm2022/theme/ThemeAssetDirective.mjs +0 -253
  110. package/esm2022/theme/ThemeAssetIconDirective.mjs +0 -48
  111. package/esm2022/theme/ThemeAssetImageDirective.mjs +0 -49
  112. package/esm2022/theme/ThemeModule.mjs +0 -81
  113. package/esm2022/theme/ThemeStyleDirective.mjs +0 -125
  114. package/esm2022/theme/ThemeStyleHoverDirective.mjs +0 -107
  115. package/esm2022/theme/ThemeToggleDirective.mjs +0 -63
  116. package/esm2022/transport/TransportLazy.mjs +0 -93
  117. package/esm2022/transport/TransportLazyModule.mjs +0 -30
  118. package/esm2022/transport/TransportLazyModuleLoadedEvent.mjs +0 -18
  119. package/esm2022/ts-core-angular.mjs +0 -5
  120. package/esm2022/user/IUser.mjs +0 -9
  121. package/esm2022/user/UserBaseService.mjs +0 -124
  122. package/esm2022/util/ViewUtil.mjs +0 -589
  123. package/esm2022/window/IWindow.mjs +0 -31
  124. package/esm2022/window/IWindowConfig.mjs +0 -7
  125. package/esm2022/window/IWindowContent.mjs +0 -143
  126. package/esm2022/window/WindowBase.mjs +0 -177
  127. package/esm2022/window/WindowClosedError.mjs +0 -19
  128. package/esm2022/window/WindowConfig.mjs +0 -218
  129. package/esm2022/window/WindowService.mjs +0 -4
  130. package/esm2022/window/WindowServiceEvent.mjs +0 -9
@@ -99,10 +99,10 @@ class ApplicationBaseComponent extends DestroyableContainer {
99
99
  get viewReady() {
100
100
  return !_.isNil(this.viewReadyPromise) ? this.viewReadyPromise.promise : null;
101
101
  }
102
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApplicationBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
103
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: ApplicationBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
102
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ApplicationBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
103
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: ApplicationBaseComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
104
104
  }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
106
106
  type: Component,
107
107
  args: [{ template: '' }]
108
108
  }], ctorParameters: () => [] });
@@ -382,10 +382,10 @@ class ViewUtil {
382
382
  //
383
383
  // --------------------------------------------------------------------------
384
384
  static getStageWidth() {
385
- return ViewUtil.window.innerWidth || ViewUtil.document.body.clientWidth;
385
+ return ViewUtil.document.body?.clientWidth || ViewUtil.window.innerWidth;
386
386
  }
387
387
  static getStageHeight() {
388
- return ViewUtil.window.innerHeight || ViewUtil.document.body.clientHeight;
388
+ return ViewUtil.document.body?.clientHeight || ViewUtil.window.innerHeight;
389
389
  }
390
390
  static getCanvasContext2d(container, options) {
391
391
  let canvas = ViewUtil.parseElement(container);
@@ -939,13 +939,14 @@ class AssetBackgroundDirective extends Destroyable {
939
939
  get background() {
940
940
  return this._background;
941
941
  }
942
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
943
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.11", 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 });
942
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
943
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: AssetBackgroundDirective, isStandalone: false, selector: "[vi-asset-background]", inputs: { isIcon: ["isIcon", "isIcon", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isUrl: ["isUrl", "isUrl", booleanAttribute], repeat: "repeat", extension: "extension", background: ["vi-asset-background", "background"] }, usesInheritance: true, ngImport: i0 });
944
944
  }
945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
946
946
  type: Directive,
947
947
  args: [{
948
- selector: '[vi-asset-background]'
948
+ selector: '[vi-asset-background]',
949
+ standalone: false
949
950
  }]
950
951
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { isIcon: [{
951
952
  type: Input,
@@ -974,13 +975,14 @@ class AssetBackgroundPipe {
974
975
  transform(name, extension = 'png') {
975
976
  return Assets.getBackground(name, extension);
976
977
  }
977
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
978
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: AssetBackgroundPipe, name: "viAssetBackground" });
978
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
979
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: AssetBackgroundPipe, isStandalone: false, name: "viAssetBackground" });
979
980
  }
980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
981
982
  type: Pipe,
982
983
  args: [{
983
- name: 'viAssetBackground'
984
+ name: 'viAssetBackground',
985
+ standalone: false
984
986
  }]
985
987
  }] });
986
988
 
@@ -993,13 +995,14 @@ class AssetIconPipe {
993
995
  transform(name, extension = 'png') {
994
996
  return Assets.getIcon(name, extension);
995
997
  }
996
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
997
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: AssetIconPipe, name: "viAssetIcon" });
998
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
999
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: AssetIconPipe, isStandalone: false, name: "viAssetIcon" });
998
1000
  }
999
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetIconPipe, decorators: [{
1001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetIconPipe, decorators: [{
1000
1002
  type: Pipe,
1001
1003
  args: [{
1002
- name: 'viAssetIcon'
1004
+ name: 'viAssetIcon',
1005
+ standalone: false
1003
1006
  }]
1004
1007
  }] });
1005
1008
 
@@ -1012,13 +1015,14 @@ class AssetFilePipe {
1012
1015
  transform(name, extension) {
1013
1016
  return Assets.getFile(name, extension);
1014
1017
  }
1015
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1016
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: AssetFilePipe, name: "viAssetFile" });
1018
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1019
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: AssetFilePipe, isStandalone: false, name: "viAssetFile" });
1017
1020
  }
1018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetFilePipe, decorators: [{
1021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetFilePipe, decorators: [{
1019
1022
  type: Pipe,
1020
1023
  args: [{
1021
- name: 'viAssetFile'
1024
+ name: 'viAssetFile',
1025
+ standalone: false
1022
1026
  }]
1023
1027
  }] });
1024
1028
 
@@ -1031,13 +1035,14 @@ class AssetVideoPipe {
1031
1035
  transform(name, extension = 'mp4') {
1032
1036
  return Assets.getVideo(name, extension);
1033
1037
  }
1034
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1035
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: AssetVideoPipe, name: "viAssetVideo" });
1038
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1039
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: AssetVideoPipe, isStandalone: false, name: "viAssetVideo" });
1036
1040
  }
1037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetVideoPipe, decorators: [{
1041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetVideoPipe, decorators: [{
1038
1042
  type: Pipe,
1039
1043
  args: [{
1040
- name: 'viAssetVideo'
1044
+ name: 'viAssetVideo',
1045
+ standalone: false
1041
1046
  }]
1042
1047
  }] });
1043
1048
 
@@ -1050,13 +1055,14 @@ class AssetSoundPipe {
1050
1055
  transform(name, extension = 'mp3') {
1051
1056
  return Assets.getSound(name, extension);
1052
1057
  }
1053
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1054
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: AssetSoundPipe, name: "viAssetSound" });
1058
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1059
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: AssetSoundPipe, isStandalone: false, name: "viAssetSound" });
1055
1060
  }
1056
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetSoundPipe, decorators: [{
1061
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetSoundPipe, decorators: [{
1057
1062
  type: Pipe,
1058
1063
  args: [{
1059
- name: 'viAssetSound'
1064
+ name: 'viAssetSound',
1065
+ standalone: false
1060
1066
  }]
1061
1067
  }] });
1062
1068
 
@@ -1069,23 +1075,24 @@ class AssetImagePipe {
1069
1075
  transform(name, extension = 'png') {
1070
1076
  return Assets.getImage(name, extension);
1071
1077
  }
1072
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1073
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: AssetImagePipe, name: "viAssetImage" });
1078
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1079
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: AssetImagePipe, isStandalone: false, name: "viAssetImage" });
1074
1080
  }
1075
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetImagePipe, decorators: [{
1081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetImagePipe, decorators: [{
1076
1082
  type: Pipe,
1077
1083
  args: [{
1078
- name: 'viAssetImage'
1084
+ name: 'viAssetImage',
1085
+ standalone: false
1079
1086
  }]
1080
1087
  }] });
1081
1088
 
1082
1089
  let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
1083
1090
  class AssetModule {
1084
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1085
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
1086
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetModule, imports: [CommonModule] });
1091
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1092
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
1093
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetModule, imports: [CommonModule] });
1087
1094
  }
1088
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AssetModule, decorators: [{
1095
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AssetModule, decorators: [{
1089
1096
  type: NgModule,
1090
1097
  args: [{
1091
1098
  imports: [CommonModule],
@@ -1190,10 +1197,10 @@ class PlatformService extends DestroyableContainer {
1190
1197
  get isPlatformBrowser() {
1191
1198
  return this._isPlatformBrowser;
1192
1199
  }
1193
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
1194
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: PlatformService, providedIn: 'root' });
1200
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
1201
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: PlatformService, providedIn: 'root' });
1195
1202
  }
1196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: PlatformService, decorators: [{
1203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: PlatformService, decorators: [{
1197
1204
  type: Injectable,
1198
1205
  args: [{ providedIn: 'root' }]
1199
1206
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -1223,11 +1230,11 @@ class CookieModule {
1223
1230
  ]
1224
1231
  };
1225
1232
  }
1226
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1227
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: CookieModule });
1228
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CookieModule });
1233
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1234
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: CookieModule });
1235
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CookieModule });
1229
1236
  }
1230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CookieModule, decorators: [{
1237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CookieModule, decorators: [{
1231
1238
  type: NgModule
1232
1239
  }] });
1233
1240
  function cookieServiceFactory(nativeWindow, options, platform) {
@@ -1445,13 +1452,14 @@ class AspectRatioResizeDirective extends DestroyableContainer {
1445
1452
  get ratio() {
1446
1453
  return this._ratio;
1447
1454
  }
1448
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1449
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.11", type: AspectRatioResizeDirective, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
1455
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1456
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: AspectRatioResizeDirective, isStandalone: false, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
1450
1457
  }
1451
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
1458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
1452
1459
  type: Directive,
1453
1460
  args: [{
1454
- selector: '[vi-aspect-ratio]'
1461
+ selector: '[vi-aspect-ratio]',
1462
+ standalone: false
1455
1463
  }]
1456
1464
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { direction: [{
1457
1465
  type: Input,
@@ -1564,13 +1572,14 @@ class ScrollDirective extends Destroyable {
1564
1572
  get scrollValue() {
1565
1573
  return this._scrollValue;
1566
1574
  }
1567
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1568
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.11", type: ScrollDirective, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
1575
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1576
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: ScrollDirective, isStandalone: false, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
1569
1577
  }
1570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ScrollDirective, decorators: [{
1578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ScrollDirective, decorators: [{
1571
1579
  type: Directive,
1572
1580
  args: [{
1573
- selector: '[vi-scroll]'
1581
+ selector: '[vi-scroll]',
1582
+ standalone: false
1574
1583
  }]
1575
1584
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { scrolled: [{
1576
1585
  type: Output
@@ -1634,13 +1643,14 @@ class InfiniteScrollDirective extends ScrollDirective {
1634
1643
  get scrollHeight() {
1635
1644
  return this.element.scrollHeight;
1636
1645
  }
1637
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1638
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.11", type: InfiniteScrollDirective, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
1646
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1647
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: InfiniteScrollDirective, isStandalone: false, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
1639
1648
  }
1640
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
1649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
1641
1650
  type: Directive,
1642
1651
  args: [{
1643
- selector: '[vi-infinite-scroll]'
1652
+ selector: '[vi-infinite-scroll]',
1653
+ standalone: false
1644
1654
  }]
1645
1655
  }], propDecorators: { top: [{
1646
1656
  type: Output
@@ -1752,13 +1762,14 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
1752
1762
  this.isScrollLocked = true;
1753
1763
  this.scrollCheck();
1754
1764
  }
1755
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1756
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: AutoScrollBottomDirective, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
1765
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1766
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: AutoScrollBottomDirective, isStandalone: false, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
1757
1767
  }
1758
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
1768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
1759
1769
  type: Directive,
1760
1770
  args: [{
1761
- selector: '[vi-auto-scroll-bottom]'
1771
+ selector: '[vi-auto-scroll-bottom]',
1772
+ standalone: false
1762
1773
  }]
1763
1774
  }], propDecorators: { behavior: [{
1764
1775
  type: Input
@@ -1801,13 +1812,14 @@ class ClickToCopyDirective extends Destroyable {
1801
1812
  this.element = null;
1802
1813
  clearTimeout(this.selectionClearTimer);
1803
1814
  }
1804
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1805
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: ClickToCopyDirective, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1815
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1816
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: ClickToCopyDirective, isStandalone: false, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1806
1817
  }
1807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ClickToCopyDirective, decorators: [{
1818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ClickToCopyDirective, decorators: [{
1808
1819
  type: Directive,
1809
1820
  args: [{
1810
- selector: '[vi-click-to-copy]'
1821
+ selector: '[vi-click-to-copy]',
1822
+ standalone: false
1811
1823
  }]
1812
1824
  }], propDecorators: { element: [{
1813
1825
  type: Input,
@@ -1855,13 +1867,14 @@ class ClickToSelectDirective extends Destroyable {
1855
1867
  super.destroy();
1856
1868
  this.element = null;
1857
1869
  }
1858
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1859
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: ClickToSelectDirective, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1870
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1871
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: ClickToSelectDirective, isStandalone: false, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1860
1872
  }
1861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ClickToSelectDirective, decorators: [{
1873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ClickToSelectDirective, decorators: [{
1862
1874
  type: Directive,
1863
1875
  args: [{
1864
- selector: '[vi-click-to-select]'
1876
+ selector: '[vi-click-to-select]',
1877
+ standalone: false
1865
1878
  }]
1866
1879
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { clickHandler: [{
1867
1880
  type: HostListener,
@@ -1962,13 +1975,14 @@ class FocusDirective extends Destroyable {
1962
1975
  set trigger(value) {
1963
1976
  this.focus();
1964
1977
  }
1965
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1966
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: FocusDirective, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
1978
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1979
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: FocusDirective, isStandalone: false, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
1967
1980
  }
1968
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: FocusDirective, decorators: [{
1981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FocusDirective, decorators: [{
1969
1982
  type: Directive,
1970
1983
  args: [{
1971
- selector: '[vi-focus]'
1984
+ selector: '[vi-focus]',
1985
+ standalone: false
1972
1986
  }]
1973
1987
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { trigger: [{
1974
1988
  type: Input,
@@ -2006,13 +2020,14 @@ class SelectOnFocusDirective extends Destroyable {
2006
2020
  super.destroy();
2007
2021
  this.element = null;
2008
2022
  }
2009
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2010
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: SelectOnFocusDirective, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
2023
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2024
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: SelectOnFocusDirective, isStandalone: false, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
2011
2025
  }
2012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
2026
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
2013
2027
  type: Directive,
2014
2028
  args: [{
2015
- selector: '[vi-select-on-focus]'
2029
+ selector: '[vi-select-on-focus]',
2030
+ standalone: false
2016
2031
  }]
2017
2032
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { focusHandler: [{
2018
2033
  type: HostListener,
@@ -2073,13 +2088,14 @@ class ResizeDirective extends Destroyable {
2073
2088
  this.interactable = null;
2074
2089
  }
2075
2090
  }
2076
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2077
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.11", 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 });
2091
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2092
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: ResizeDirective, isStandalone: false, selector: "[vi-resize]", inputs: { isTop: ["isTop", "isTop", booleanAttribute], isLeft: ["isLeft", "isLeft", booleanAttribute], isRight: ["isRight", "isRight", booleanAttribute], isBottom: ["isBottom", "isBottom", booleanAttribute] }, outputs: { resized: "resized" }, usesInheritance: true, ngImport: i0 });
2078
2093
  }
2079
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ResizeDirective, decorators: [{
2094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ResizeDirective, decorators: [{
2080
2095
  type: Directive,
2081
2096
  args: [{
2082
- selector: '[vi-resize]'
2097
+ selector: '[vi-resize]',
2098
+ standalone: false
2083
2099
  }]
2084
2100
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { resized: [{
2085
2101
  type: Output
@@ -2251,13 +2267,14 @@ class ScrollCheckDirective extends DestroyableContainer {
2251
2267
  get scrollLimit() {
2252
2268
  return this._scrollLimit;
2253
2269
  }
2254
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2255
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.11", 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 });
2270
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2271
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: ScrollCheckDirective, isStandalone: false, selector: "[vi-scroll-check]", inputs: { delay: ["delay", "delay", numberAttribute], offset: ["offset", "offset", numberAttribute], scrollLimit: ["vi-scroll-check", "scrollLimit"] }, outputs: { top: "top", bottom: "bottom", limitExceed: "limitExceed" }, usesInheritance: true, ngImport: i0 });
2256
2272
  }
2257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ScrollCheckDirective, decorators: [{
2273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ScrollCheckDirective, decorators: [{
2258
2274
  type: Directive,
2259
2275
  args: [{
2260
- selector: '[vi-scroll-check]'
2276
+ selector: '[vi-scroll-check]',
2277
+ standalone: false
2261
2278
  }]
2262
2279
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { top: [{
2263
2280
  type: Output
@@ -2347,14 +2364,15 @@ class LanguagePipe extends DestroyableContainer {
2347
2364
  this.lastParams = null;
2348
2365
  this.lastValue = null;
2349
2366
  }
2350
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2351
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipe, name: "viTranslate", pure: false });
2367
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2368
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipe, isStandalone: false, name: "viTranslate", pure: false });
2352
2369
  }
2353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipe, decorators: [{
2370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipe, decorators: [{
2354
2371
  type: Pipe,
2355
2372
  args: [{
2356
2373
  name: 'viTranslate',
2357
- pure: false
2374
+ pure: false,
2375
+ standalone: false
2358
2376
  }]
2359
2377
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.LanguageService }] });
2360
2378
 
@@ -2412,13 +2430,14 @@ class HTMLTitleDirective extends Destroyable {
2412
2430
  get value() {
2413
2431
  return this._value;
2414
2432
  }
2415
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2416
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: HTMLTitleDirective, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
2433
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2434
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: HTMLTitleDirective, isStandalone: false, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
2417
2435
  }
2418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: HTMLTitleDirective, decorators: [{
2436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: HTMLTitleDirective, decorators: [{
2419
2437
  type: Directive,
2420
2438
  args: [{
2421
- selector: '[vi-html-title]'
2439
+ selector: '[vi-html-title]',
2440
+ standalone: false
2422
2441
  }]
2423
2442
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { value: [{
2424
2443
  type: Input,
@@ -2480,13 +2499,14 @@ class HTMLContentTitleDirective extends Destroyable {
2480
2499
  get value() {
2481
2500
  return this._value;
2482
2501
  }
2483
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2484
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: HTMLContentTitleDirective, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
2502
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2503
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: HTMLContentTitleDirective, isStandalone: false, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
2485
2504
  }
2486
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
2505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
2487
2506
  type: Directive,
2488
2507
  args: [{
2489
- selector: '[vi-html-content-title]'
2508
+ selector: '[vi-html-content-title]',
2509
+ standalone: false
2490
2510
  }]
2491
2511
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { value: [{
2492
2512
  type: Input,
@@ -2503,13 +2523,14 @@ class IsBrowserDirective extends StructureDirective {
2503
2523
  super(templateRef, container);
2504
2524
  this.isNeedAdd = platform.isPlatformBrowser;
2505
2525
  }
2506
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2507
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: IsBrowserDirective, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
2526
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2527
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: IsBrowserDirective, isStandalone: false, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
2508
2528
  }
2509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IsBrowserDirective, decorators: [{
2529
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: IsBrowserDirective, decorators: [{
2510
2530
  type: Directive,
2511
2531
  args: [{
2512
- selector: '[viIsBrowser]'
2532
+ selector: '[viIsBrowser]',
2533
+ standalone: false
2513
2534
  }]
2514
2535
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: PlatformService }] });
2515
2536
 
@@ -2523,13 +2544,14 @@ class IsServerDirective extends StructureDirective {
2523
2544
  super(templateRef, container);
2524
2545
  this.isNeedAdd = platform.isPlatformServer;
2525
2546
  }
2526
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2527
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: IsServerDirective, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
2547
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2548
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: IsServerDirective, isStandalone: false, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
2528
2549
  }
2529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IsServerDirective, decorators: [{
2550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: IsServerDirective, decorators: [{
2530
2551
  type: Directive,
2531
2552
  args: [{
2532
- selector: '[viIsServer]'
2553
+ selector: '[viIsServer]',
2554
+ standalone: false
2533
2555
  }]
2534
2556
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: PlatformService }] });
2535
2557
 
@@ -2559,13 +2581,14 @@ class LanguagePipePure extends DestroyableContainer {
2559
2581
  super.destroy();
2560
2582
  this.language = null;
2561
2583
  }
2562
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2563
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipePure, name: "viTranslatePure" });
2584
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2585
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipePure, isStandalone: false, name: "viTranslatePure" });
2564
2586
  }
2565
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipePure, decorators: [{
2587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipePure, decorators: [{
2566
2588
  type: Pipe,
2567
2589
  args: [{
2568
- name: 'viTranslatePure'
2590
+ name: 'viTranslatePure',
2591
+ standalone: false
2569
2592
  }]
2570
2593
  }], ctorParameters: () => [{ type: i1.LanguageService }] });
2571
2594
 
@@ -2613,10 +2636,10 @@ class LanguageResolver extends LanguageRequireResolver {
2613
2636
  constructor(language) {
2614
2637
  super(language);
2615
2638
  }
2616
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
2617
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
2639
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
2640
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
2618
2641
  }
2619
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageResolver, decorators: [{
2642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageResolver, decorators: [{
2620
2643
  type: Injectable,
2621
2644
  args: [{ providedIn: 'root' }]
2622
2645
  }], ctorParameters: () => [{ type: i1.LanguageService }] });
@@ -2699,13 +2722,14 @@ class LanguageDirective extends Destroyable {
2699
2722
  get params() {
2700
2723
  return this._params;
2701
2724
  }
2702
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
2703
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.11", type: LanguageDirective, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
2725
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
2726
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: LanguageDirective, isStandalone: false, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
2704
2727
  }
2705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageDirective, decorators: [{
2728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageDirective, decorators: [{
2706
2729
  type: Directive,
2707
2730
  args: [{
2708
- selector: '[vi-translate]'
2731
+ selector: '[vi-translate]',
2732
+ standalone: false
2709
2733
  }]
2710
2734
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.LanguageService }], propDecorators: { isNeedTitle: [{
2711
2735
  type: Input,
@@ -2764,14 +2788,15 @@ class LanguagePipeHas extends DestroyableContainer {
2764
2788
  this.language = null;
2765
2789
  this.key = null;
2766
2790
  }
2767
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2768
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipeHas, name: "viTranslateHas", pure: false });
2791
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2792
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipeHas, isStandalone: false, name: "viTranslateHas", pure: false });
2769
2793
  }
2770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipeHas, decorators: [{
2794
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipeHas, decorators: [{
2771
2795
  type: Pipe,
2772
2796
  args: [{
2773
2797
  name: 'viTranslateHas',
2774
- pure: false
2798
+ pure: false,
2799
+ standalone: false
2775
2800
  }]
2776
2801
  }], ctorParameters: () => [{ type: i1.LanguageService }] });
2777
2802
 
@@ -2801,14 +2826,15 @@ class LanguagePipeHasPure extends DestroyableContainer {
2801
2826
  super.destroy();
2802
2827
  this.language = null;
2803
2828
  }
2804
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2805
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipeHasPure, name: "viTranslateHasPure" });
2829
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2830
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipeHasPure, isStandalone: false, name: "viTranslateHasPure" });
2806
2831
  }
2807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
2832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
2808
2833
  type: Pipe,
2809
2834
  args: [{
2810
2835
  name: 'viTranslateHasPure',
2811
- pure: true
2836
+ pure: true,
2837
+ standalone: false
2812
2838
  }]
2813
2839
  }], ctorParameters: () => [{ type: i1.LanguageService }] });
2814
2840
 
@@ -2877,13 +2903,14 @@ class LanguageHasDirective extends StructureDirective {
2877
2903
  get viTranslateHasIsOnlyIfNotEmpty() {
2878
2904
  return this._isOnlyIfNotEmpty;
2879
2905
  }
2880
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
2881
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: LanguageHasDirective, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
2906
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
2907
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: LanguageHasDirective, isStandalone: false, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
2882
2908
  }
2883
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageHasDirective, decorators: [{
2909
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageHasDirective, decorators: [{
2884
2910
  type: Directive,
2885
2911
  args: [{
2886
- selector: '[viTranslateHas]'
2912
+ selector: '[viTranslateHas]',
2913
+ standalone: false
2887
2914
  }]
2888
2915
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: i1.LanguageService }], propDecorators: { viTranslateHas: [{
2889
2916
  type: Input,
@@ -2921,11 +2948,11 @@ class LanguageModule {
2921
2948
  ]
2922
2949
  };
2923
2950
  }
2924
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2925
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective] });
2926
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
2951
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2952
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective] });
2953
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
2927
2954
  }
2928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LanguageModule, decorators: [{
2955
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LanguageModule, decorators: [{
2929
2956
  type: NgModule,
2930
2957
  args: [{
2931
2958
  imports: [CookieModule],
@@ -3189,10 +3216,10 @@ class LoginGuard extends LoginRequireResolver {
3189
3216
  canActivate(route, state) {
3190
3217
  return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
3191
3218
  }
3192
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3193
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginGuard, providedIn: 'root' });
3219
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3220
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginGuard, providedIn: 'root' });
3194
3221
  }
3195
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginGuard, decorators: [{
3222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginGuard, decorators: [{
3196
3223
  type: Injectable,
3197
3224
  args: [{ providedIn: 'root' }]
3198
3225
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3225,10 +3252,10 @@ class LoginNotGuard extends LoginRequireResolver {
3225
3252
  canActivate(route, state) {
3226
3253
  return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
3227
3254
  }
3228
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3229
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
3255
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3256
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
3230
3257
  }
3231
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginNotGuard, decorators: [{
3258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginNotGuard, decorators: [{
3232
3259
  type: Injectable,
3233
3260
  args: [{ providedIn: 'root' }]
3234
3261
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3274,10 +3301,10 @@ class LoginIfCanGuard extends LoginGuard {
3274
3301
  }
3275
3302
  return super.canActivate(route, state);
3276
3303
  }
3277
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3278
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
3304
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3305
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
3279
3306
  }
3280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginIfCanGuard, decorators: [{
3307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginIfCanGuard, decorators: [{
3281
3308
  type: Injectable,
3282
3309
  args: [{ providedIn: 'root' }]
3283
3310
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3294,10 +3321,10 @@ class LoginResolver extends LoginRequireResolver {
3294
3321
  constructor(login) {
3295
3322
  super(login);
3296
3323
  }
3297
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginResolver, deps: [{ token: LoginBaseService }], target: i0.ɵɵFactoryTarget.Injectable });
3298
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginResolver, providedIn: 'root' });
3324
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginResolver, deps: [{ token: LoginBaseService }], target: i0.ɵɵFactoryTarget.Injectable });
3325
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginResolver, providedIn: 'root' });
3299
3326
  }
3300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LoginResolver, decorators: [{
3327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LoginResolver, decorators: [{
3301
3328
  type: Injectable,
3302
3329
  args: [{ providedIn: 'root' }]
3303
3330
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -4131,13 +4158,14 @@ class PrettifyPipe {
4131
4158
  //
4132
4159
  // --------------------------------------------------------------------------
4133
4160
  constructor() { }
4134
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4135
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: PrettifyPipe, name: "viPrettify" });
4161
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4162
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: PrettifyPipe, isStandalone: false, name: "viPrettify" });
4136
4163
  }
4137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: PrettifyPipe, decorators: [{
4164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: PrettifyPipe, decorators: [{
4138
4165
  type: Pipe,
4139
4166
  args: [{
4140
- name: 'viPrettify'
4167
+ name: 'viPrettify',
4168
+ standalone: false
4141
4169
  }]
4142
4170
  }], ctorParameters: () => [] });
4143
4171
 
@@ -4150,13 +4178,14 @@ class CamelCasePipe {
4150
4178
  transform(value) {
4151
4179
  return !_.isNil(value) ? _.camelCase(value) : PrettifyPipe.EMPTY_SYMBOL;
4152
4180
  }
4153
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4154
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: CamelCasePipe, name: "viCamelCase" });
4181
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4182
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: CamelCasePipe, isStandalone: false, name: "viCamelCase" });
4155
4183
  }
4156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CamelCasePipe, decorators: [{
4184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CamelCasePipe, decorators: [{
4157
4185
  type: Pipe,
4158
4186
  args: [{
4159
- name: 'viCamelCase'
4187
+ name: 'viCamelCase',
4188
+ standalone: false
4160
4189
  }]
4161
4190
  }] });
4162
4191
 
@@ -4199,13 +4228,14 @@ class FinancePipe {
4199
4228
  }
4200
4229
  return FinancePipe.format(value, format);
4201
4230
  }
4202
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4203
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: FinancePipe, name: "viFinance" });
4231
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4232
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: FinancePipe, isStandalone: false, name: "viFinance" });
4204
4233
  }
4205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: FinancePipe, decorators: [{
4234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FinancePipe, decorators: [{
4206
4235
  type: Pipe,
4207
4236
  args: [{
4208
- name: 'viFinance'
4237
+ name: 'viFinance',
4238
+ standalone: false
4209
4239
  }]
4210
4240
  }] });
4211
4241
 
@@ -4265,13 +4295,14 @@ class MomentDatePipe {
4265
4295
  let moment = MomentDatePipe.parseMoment(value);
4266
4296
  return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
4267
4297
  }
4268
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4269
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: MomentDatePipe, name: "viMomentDate" });
4298
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4299
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: MomentDatePipe, isStandalone: false, name: "viMomentDate" });
4270
4300
  }
4271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: MomentDatePipe, decorators: [{
4301
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MomentDatePipe, decorators: [{
4272
4302
  type: Pipe,
4273
4303
  args: [{
4274
- name: 'viMomentDate'
4304
+ name: 'viMomentDate',
4305
+ standalone: false
4275
4306
  }]
4276
4307
  }] });
4277
4308
 
@@ -4311,13 +4342,14 @@ class MomentDateAdaptivePipe {
4311
4342
  }
4312
4343
  return item.format(format);
4313
4344
  }
4314
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4315
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: MomentDateAdaptivePipe, name: "viMomentAdaptiveDate" });
4345
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4346
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: MomentDateAdaptivePipe, isStandalone: false, name: "viMomentAdaptiveDate" });
4316
4347
  }
4317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
4348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
4318
4349
  type: Pipe,
4319
4350
  args: [{
4320
- name: 'viMomentAdaptiveDate'
4351
+ name: 'viMomentAdaptiveDate',
4352
+ standalone: false
4321
4353
  }]
4322
4354
  }] });
4323
4355
 
@@ -4330,13 +4362,14 @@ class MomentDateFromNowPipe {
4330
4362
  transform(value, format) {
4331
4363
  return MomentDatePipe.fromNow(value, format);
4332
4364
  }
4333
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4334
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: MomentDateFromNowPipe, name: "viMomentDateFromNow" });
4365
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4366
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: MomentDateFromNowPipe, isStandalone: false, name: "viMomentDateFromNow" });
4335
4367
  }
4336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
4368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
4337
4369
  type: Pipe,
4338
4370
  args: [{
4339
- name: 'viMomentDateFromNow'
4371
+ name: 'viMomentDateFromNow',
4372
+ standalone: false
4340
4373
  }]
4341
4374
  }] });
4342
4375
 
@@ -4361,13 +4394,14 @@ class MomentTimePipe {
4361
4394
  .add(timeMilliseconds, 'milliseconds')
4362
4395
  .format(format || MomentTimePipe.DEFAULT_FORMAT);
4363
4396
  }
4364
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4365
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: MomentTimePipe, name: "viMomentTime" });
4397
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4398
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: MomentTimePipe, isStandalone: false, name: "viMomentTime" });
4366
4399
  }
4367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: MomentTimePipe, decorators: [{
4400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MomentTimePipe, decorators: [{
4368
4401
  type: Pipe,
4369
4402
  args: [{
4370
- name: 'viMomentTime'
4403
+ name: 'viMomentTime',
4404
+ standalone: false
4371
4405
  }]
4372
4406
  }] });
4373
4407
 
@@ -4400,13 +4434,14 @@ class NgModelErrorPipe {
4400
4434
  constructor(language) {
4401
4435
  this.language = language;
4402
4436
  }
4403
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
4404
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: NgModelErrorPipe, name: "viNgModelError" });
4437
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
4438
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: NgModelErrorPipe, isStandalone: false, name: "viNgModelError" });
4405
4439
  }
4406
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgModelErrorPipe, decorators: [{
4440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: NgModelErrorPipe, decorators: [{
4407
4441
  type: Pipe,
4408
4442
  args: [{
4409
- name: 'viNgModelError'
4443
+ name: 'viNgModelError',
4444
+ standalone: false
4410
4445
  }]
4411
4446
  }], ctorParameters: () => [{ type: i1.LanguageService }] });
4412
4447
 
@@ -4444,13 +4479,14 @@ class SanitizePipe {
4444
4479
  throw new Error('Invalid safe type specified: ' + type);
4445
4480
  }
4446
4481
  }
4447
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
4448
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: SanitizePipe, name: "viSanitize" });
4482
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
4483
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: SanitizePipe, isStandalone: false, name: "viSanitize" });
4449
4484
  }
4450
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SanitizePipe, decorators: [{
4485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SanitizePipe, decorators: [{
4451
4486
  type: Pipe,
4452
4487
  args: [{
4453
- name: 'viSanitize'
4488
+ name: 'viSanitize',
4489
+ standalone: false
4454
4490
  }]
4455
4491
  }], ctorParameters: () => [{ type: i1$2.DomSanitizer }] });
4456
4492
 
@@ -4463,13 +4499,14 @@ class StartCasePipe {
4463
4499
  transform(value) {
4464
4500
  return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : PrettifyPipe.EMPTY_SYMBOL;
4465
4501
  }
4466
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4467
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: StartCasePipe, name: "viStartCase" });
4502
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4503
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: StartCasePipe, isStandalone: false, name: "viStartCase" });
4468
4504
  }
4469
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: StartCasePipe, decorators: [{
4505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: StartCasePipe, decorators: [{
4470
4506
  type: Pipe,
4471
4507
  args: [{
4472
- name: 'viStartCase'
4508
+ name: 'viStartCase',
4509
+ standalone: false
4473
4510
  }]
4474
4511
  }] });
4475
4512
 
@@ -4482,13 +4519,14 @@ class TruncatePipe {
4482
4519
  transform(value, maxLength) {
4483
4520
  return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : PrettifyPipe.EMPTY_SYMBOL;
4484
4521
  }
4485
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4486
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TruncatePipe, name: "viTruncate" });
4522
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4523
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: TruncatePipe, isStandalone: false, name: "viTruncate" });
4487
4524
  }
4488
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TruncatePipe, decorators: [{
4525
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TruncatePipe, decorators: [{
4489
4526
  type: Pipe,
4490
4527
  args: [{
4491
- name: 'viTruncate'
4528
+ name: 'viTruncate',
4529
+ standalone: false
4492
4530
  }]
4493
4531
  }] });
4494
4532
 
@@ -4514,13 +4552,14 @@ class TimePipe {
4514
4552
  }
4515
4553
  return FinancePipe.format(milliseconds / DateUtil.MILLISECONDS_SECOND, format);
4516
4554
  }
4517
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4518
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TimePipe, name: "viTime" });
4555
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4556
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: TimePipe, isStandalone: false, name: "viTime" });
4519
4557
  }
4520
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TimePipe, decorators: [{
4558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TimePipe, decorators: [{
4521
4559
  type: Pipe,
4522
4560
  args: [{
4523
- name: 'viTime'
4561
+ name: 'viTime',
4562
+ standalone: false
4524
4563
  }]
4525
4564
  }] });
4526
4565
 
@@ -4782,8 +4821,6 @@ class RouterBaseService extends Loadable {
4782
4821
  isNeedUpdateExtras = false;
4783
4822
  _lastUrl;
4784
4823
  _previousUrl;
4785
- _locationHash;
4786
- _locationSearch;
4787
4824
  // --------------------------------------------------------------------------
4788
4825
  //
4789
4826
  // Constructor
@@ -4797,8 +4834,6 @@ class RouterBaseService extends Loadable {
4797
4834
  this.params = new Map();
4798
4835
  this.observer = new Subject();
4799
4836
  this._lastUrl = this.url;
4800
- this._locationHash = this.window.window.location.hash;
4801
- this._locationSearch = this.window.window.location.search;
4802
4837
  this.window.getParams().forEach((value, key) => this.params.set(key, value));
4803
4838
  this.initializeObservers();
4804
4839
  }
@@ -4994,12 +5029,6 @@ class RouterBaseService extends Loadable {
4994
5029
  get previousUrlTree() {
4995
5030
  return this.router.parseUrl(this.previousUrl);
4996
5031
  }
4997
- get locationHash() {
4998
- return this._locationHash;
4999
- }
5000
- get locationSearch() {
5001
- return this._locationSearch;
5002
- }
5003
5032
  get route() {
5004
5033
  return this._route;
5005
5034
  }
@@ -5008,18 +5037,23 @@ class RouterBaseService extends Loadable {
5008
5037
  }
5009
5038
  }
5010
5039
 
5040
+ class NotificationService extends Destroyable {
5041
+ }
5042
+
5011
5043
  class ServiceWorkerService extends Loadable {
5012
5044
  updates;
5013
5045
  logger;
5046
+ notifications;
5014
5047
  //--------------------------------------------------------------------------
5015
5048
  //
5016
5049
  // Constructor
5017
5050
  //
5018
5051
  //--------------------------------------------------------------------------
5019
- constructor(updates, logger) {
5052
+ constructor(updates, logger, notifications) {
5020
5053
  super();
5021
5054
  this.updates = updates;
5022
5055
  this.logger = logger;
5056
+ this.notifications = notifications;
5023
5057
  updates.unrecoverable.pipe(takeUntil(this.destroyed)).subscribe(event => this.unrecoverableHandler(event));
5024
5058
  updates.versionUpdates
5025
5059
  .pipe(filter(event => event.type === 'VERSION_READY'), takeUntil(this.destroyed))
@@ -5101,13 +5135,13 @@ class ServiceWorkerService extends Loadable {
5101
5135
  get isEnabled() {
5102
5136
  return this.updates.isEnabled;
5103
5137
  }
5104
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ServiceWorkerService, deps: [{ token: i1$3.SwUpdate }, { token: i2.Logger }], target: i0.ɵɵFactoryTarget.Injectable });
5105
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ServiceWorkerService, providedIn: 'root' });
5138
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ServiceWorkerService, deps: [{ token: i1$3.SwUpdate }, { token: i2.Logger }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Injectable });
5139
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ServiceWorkerService, providedIn: 'root' });
5106
5140
  }
5107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ServiceWorkerService, decorators: [{
5141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ServiceWorkerService, decorators: [{
5108
5142
  type: Injectable,
5109
5143
  args: [{ providedIn: 'root' }]
5110
- }], ctorParameters: () => [{ type: i1$3.SwUpdate }, { type: i2.Logger }] });
5144
+ }], ctorParameters: () => [{ type: i1$3.SwUpdate }, { type: i2.Logger }, { type: NotificationService }] });
5111
5145
 
5112
5146
  class CanDeactivateGuard {
5113
5147
  // --------------------------------------------------------------------------
@@ -5221,13 +5255,14 @@ class ThemeStyleDirective extends Destroyable {
5221
5255
  this.stylePropertiesCheck();
5222
5256
  }
5223
5257
  }
5224
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5225
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: ThemeStyleDirective, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
5258
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5259
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: ThemeStyleDirective, isStandalone: false, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
5226
5260
  }
5227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeStyleDirective, decorators: [{
5261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeStyleDirective, decorators: [{
5228
5262
  type: Directive,
5229
5263
  args: [{
5230
- selector: '[vi-theme-style]'
5264
+ selector: '[vi-theme-style]',
5265
+ standalone: false
5231
5266
  }]
5232
5267
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }], propDecorators: { flags: [{
5233
5268
  type: Input
@@ -5324,13 +5359,14 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
5324
5359
  set flags(value) {
5325
5360
  super.flags = value;
5326
5361
  }
5327
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5328
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: ThemeStyleHoverDirective, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
5362
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5363
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: ThemeStyleHoverDirective, isStandalone: false, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
5329
5364
  }
5330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
5365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
5331
5366
  type: Directive,
5332
5367
  args: [{
5333
- selector: '[vi-theme-style-hover]'
5368
+ selector: '[vi-theme-style-hover]',
5369
+ standalone: false
5334
5370
  }]
5335
5371
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }], propDecorators: { key: [{
5336
5372
  type: Input,
@@ -5555,10 +5591,10 @@ class ThemeAssetDirective extends Destroyable {
5555
5591
  this._extension = value;
5556
5592
  this.setSourceProperties();
5557
5593
  }
5558
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5559
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.11", 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 });
5594
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5595
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: ThemeAssetDirective, isStandalone: true, inputs: { isSound: ["isSound", "isSound", booleanAttribute], isVideo: ["isVideo", "isVideo", booleanAttribute], isFile: ["isFile", "isFile", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isBackground: ["isBackground", "isBackground", booleanAttribute], isIgnoreTheme: ["isIgnoreTheme", "isIgnoreTheme", booleanAttribute], name: "name", extension: "extension" }, host: { listeners: { "error": "errorLoadingHandler($event)" } }, usesInheritance: true, ngImport: i0 });
5560
5596
  }
5561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeAssetDirective, decorators: [{
5597
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeAssetDirective, decorators: [{
5562
5598
  type: Directive
5563
5599
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
5564
5600
  type: HostListener,
@@ -5620,13 +5656,14 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
5620
5656
  get name() {
5621
5657
  return super.name;
5622
5658
  }
5623
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5624
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: ThemeAssetBackgroundDirective, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
5659
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5660
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: ThemeAssetBackgroundDirective, isStandalone: false, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
5625
5661
  }
5626
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
5662
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
5627
5663
  type: Directive,
5628
5664
  args: [{
5629
- selector: '[vi-theme-background]'
5665
+ selector: '[vi-theme-background]',
5666
+ standalone: false
5630
5667
  }]
5631
5668
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { name: [{
5632
5669
  type: Input,
@@ -5665,13 +5702,14 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
5665
5702
  get name() {
5666
5703
  return super.name;
5667
5704
  }
5668
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5669
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: ThemeAssetImageDirective, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
5705
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5706
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: ThemeAssetImageDirective, isStandalone: false, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
5670
5707
  }
5671
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
5708
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
5672
5709
  type: Directive,
5673
5710
  args: [{
5674
- selector: '[vi-theme-image]'
5711
+ selector: '[vi-theme-image]',
5712
+ standalone: false
5675
5713
  }]
5676
5714
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { name: [{
5677
5715
  type: Input,
@@ -5709,13 +5747,14 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
5709
5747
  get name() {
5710
5748
  return super.name;
5711
5749
  }
5712
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5713
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: ThemeAssetIconDirective, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
5750
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5751
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: ThemeAssetIconDirective, isStandalone: false, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
5714
5752
  }
5715
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
5753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
5716
5754
  type: Directive,
5717
5755
  args: [{
5718
- selector: '[vi-theme-icon]'
5756
+ selector: '[vi-theme-icon]',
5757
+ standalone: false
5719
5758
  }]
5720
5759
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { name: [{
5721
5760
  type: Input,
@@ -5738,23 +5777,11 @@ class ThemeToggleDirective extends Destroyable {
5738
5777
  // Event Handlers
5739
5778
  //
5740
5779
  // --------------------------------------------------------------------------
5741
- clickHandler(event) {
5742
- let themes = this.theme.themes.collection;
5743
- let length = themes.length;
5744
- if (length < 2) {
5745
- return;
5780
+ clickHandler() {
5781
+ let items = this.theme.themes.collection;
5782
+ if (items.length > 1) {
5783
+ this.theme.theme = ArrayUtil.nextItem(this.theme.theme, items, true);
5746
5784
  }
5747
- let index = 0;
5748
- if (this.theme.theme) {
5749
- index = themes.indexOf(this.theme.theme);
5750
- if (index < length - 1) {
5751
- index++;
5752
- }
5753
- else {
5754
- index = 0;
5755
- }
5756
- }
5757
- this.theme.theme = themes[index];
5758
5785
  }
5759
5786
  // --------------------------------------------------------------------------
5760
5787
  //
@@ -5768,17 +5795,18 @@ class ThemeToggleDirective extends Destroyable {
5768
5795
  super.destroy();
5769
5796
  this.theme = null;
5770
5797
  }
5771
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5772
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: ThemeToggleDirective, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
5798
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5799
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: ThemeToggleDirective, isStandalone: false, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
5773
5800
  }
5774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeToggleDirective, decorators: [{
5801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeToggleDirective, decorators: [{
5775
5802
  type: Directive,
5776
5803
  args: [{
5777
- selector: '[vi-theme-toggle]'
5804
+ selector: '[vi-theme-toggle]',
5805
+ standalone: false
5778
5806
  }]
5779
5807
  }], ctorParameters: () => [{ type: i1.ThemeService }], propDecorators: { clickHandler: [{
5780
5808
  type: HostListener,
5781
- args: ['click', ['$event']]
5809
+ args: ['click']
5782
5810
  }] } });
5783
5811
 
5784
5812
  let declarations$1 = [
@@ -5816,8 +5844,8 @@ class ThemeModule {
5816
5844
  ]
5817
5845
  };
5818
5846
  }
5819
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5820
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
5847
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5848
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
5821
5849
  ThemeAssetImageDirective,
5822
5850
  ThemeAssetIconDirective,
5823
5851
  ThemeAssetBackgroundDirective,
@@ -5828,9 +5856,9 @@ class ThemeModule {
5828
5856
  ThemeAssetBackgroundDirective,
5829
5857
  ThemeStyleDirective,
5830
5858
  ThemeStyleHoverDirective] });
5831
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
5859
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
5832
5860
  }
5833
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ThemeModule, decorators: [{
5861
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ThemeModule, decorators: [{
5834
5862
  type: NgModule,
5835
5863
  args: [{
5836
5864
  imports: [CookieModule],
@@ -6533,10 +6561,10 @@ class IWindowContent extends DestroyableContainer {
6533
6561
  this.commitWindowProperties();
6534
6562
  }
6535
6563
  }
6536
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
6537
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.11", type: IWindowContent, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6564
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
6565
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.4", type: IWindowContent, isStandalone: true, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6538
6566
  }
6539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IWindowContent, decorators: [{
6567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: IWindowContent, decorators: [{
6540
6568
  type: Component,
6541
6569
  args: [{ template: '' }]
6542
6570
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -6712,10 +6740,10 @@ class INotificationContent extends DestroyableContainer {
6712
6740
  get config() {
6713
6741
  return this._config;
6714
6742
  }
6715
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
6716
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: INotificationContent, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6743
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
6744
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: INotificationContent, isStandalone: true, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6717
6745
  }
6718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: INotificationContent, decorators: [{
6746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: INotificationContent, decorators: [{
6719
6747
  type: Component,
6720
6748
  args: [{ template: '' }]
6721
6749
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
@@ -6748,9 +6776,6 @@ class NotificationConfig extends WindowConfig {
6748
6776
  }
6749
6777
  }
6750
6778
 
6751
- class NotificationService extends Destroyable {
6752
- }
6753
-
6754
6779
  var NotificationServiceEvent;
6755
6780
  (function (NotificationServiceEvent) {
6756
6781
  NotificationServiceEvent["OPENED"] = "OPENED";
@@ -6833,6 +6858,20 @@ class LocalStorageService extends DestroyableContainer {
6833
6858
  }
6834
6859
  }
6835
6860
 
6861
+ class JSONValueStorage extends ValueStorage {
6862
+ //--------------------------------------------------------------------------
6863
+ //
6864
+ // Protected Methods
6865
+ //
6866
+ //--------------------------------------------------------------------------
6867
+ serialize(value) {
6868
+ return JSON.parse(value);
6869
+ }
6870
+ deserialize(value) {
6871
+ return JSON.stringify(value);
6872
+ }
6873
+ }
6874
+
6836
6875
  class DateValueStorage extends ValueStorage {
6837
6876
  //--------------------------------------------------------------------------
6838
6877
  //
@@ -6972,10 +7011,10 @@ class LazyModuleLoader extends Loadable {
6972
7011
  get modules() {
6973
7012
  return this._modules;
6974
7013
  }
6975
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
6976
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
7014
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
7015
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
6977
7016
  }
6978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LazyModuleLoader, decorators: [{
7017
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: LazyModuleLoader, decorators: [{
6979
7018
  type: Injectable,
6980
7019
  args: [{ providedIn: 'root' }]
6981
7020
  }], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
@@ -7176,8 +7215,8 @@ class VIModule {
7176
7215
  ]
7177
7216
  };
7178
7217
  }
7179
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7180
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: VIModule, declarations: [TimePipe,
7218
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7219
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: VIModule, declarations: [TimePipe,
7181
7220
  FinancePipe,
7182
7221
  SanitizePipe,
7183
7222
  TruncatePipe,
@@ -7228,9 +7267,9 @@ class VIModule {
7228
7267
  HTMLContentTitleDirective,
7229
7268
  AutoScrollBottomDirective,
7230
7269
  AspectRatioResizeDirective] });
7231
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
7270
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
7232
7271
  }
7233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: VIModule, decorators: [{
7272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: VIModule, decorators: [{
7234
7273
  type: NgModule,
7235
7274
  args: [{
7236
7275
  imports,
@@ -7268,5 +7307,5 @@ const VI_ANGULAR_OPTIONS = new InjectionToken(`VI_ANGULAR_OPTIONS`);
7268
7307
  * Generated bundle index. Do not edit.
7269
7308
  */
7270
7309
 
7271
- export { APPLICATION_INJECTOR, ApplicationBaseComponent, ApplicationComponent, AspectRatioResizeDirective, AssetBackgroundDirective, AssetBackgroundPipe, AssetFilePipe, AssetIconPipe, AssetImagePipe, AssetModule, AssetSoundPipe, AssetVideoPipe, AutoScrollBottomDirective, BooleanValueStorage, BottomSheetService, COOKIE_OPTIONS, CamelCasePipe, CanDeactivateGuard, ClickToCopyDirective, ClickToSelectDirective, CookieModule, CookieOptions, CookieService, DateValueStorage, Direction, FinancePipe, FocusDirective, FocusManager, HTMLContentTitleDirective, HTMLTitleDirective, INotification, INotificationContent, IUser, IVIOptions, IWindow, IWindowContent, InfiniteScrollDirective, IsBrowserDirective, IsServerDirective, LANGUAGE_OPTIONS, LanguageDirective, LanguageHasDirective, LanguageModule, LanguagePipe, LanguagePipeHas, LanguagePipeHasPure, LanguagePipePure, LanguageRequireResolver, LanguageResolver, LazyModuleLoader, ListItem, ListItems, LocalStorageService, LoginBaseService, LoginBaseServiceEvent, LoginGuard, LoginIfCanGuard, LoginNotGuard, LoginRequireResolver, LoginResolver, LoginTokenStorage, MenuItem, MenuItemBase, MenuItems, MessageBaseComponent, MomentDateAdaptivePipe, MomentDateFromNowPipe, MomentDatePipe, MomentTimePipe, NavigationMenuItem, NgModelErrorPipe, NotificationConfig, NotificationEvent, NotificationService, NotificationServiceEvent, PipeBaseService, PlatformService, PrettifyPipe, QuestionEvent, QuestionManager, QuestionMode, ResizeDirective, ResizeManager, RouterBaseService, RouterSelectListItems, SanitizePipe, ScrollCheckDirective, ScrollDirective, SelectListItem, SelectListItems, SelectOnFocusDirective, ServiceWorkerService, StartCasePipe, StructureDirective, THEME_OPTIONS, ThemeAssetBackgroundDirective, ThemeAssetDirective, ThemeAssetIconDirective, ThemeAssetImageDirective, ThemeModule, ThemeStyleDirective, ThemeStyleHoverDirective, ThemeToggleDirective, TimePipe, TransportLazy, TransportLazyModule, TransportLazyModuleLoadedEvent, TruncatePipe, UserBaseService, UserBaseServiceEvent, VIModule, VI_ANGULAR_OPTIONS, ValueStorage, ViewUtil, WINDOW_CONTENT_CONTAINER, WindowAlign, WindowBase, WindowClosedError, WindowConfig, WindowEvent, WindowService, WindowServiceEvent, cookieServiceFactory, initializerFactory, languageServiceFactory, localStorageServiceFactory, loggerServiceFactory, loginTokenStorageServiceFactory, nativeWindowServiceFactory, themeAssetServiceFactory, themeServiceFactory };
7310
+ export { APPLICATION_INJECTOR, ApplicationBaseComponent, ApplicationComponent, AspectRatioResizeDirective, AssetBackgroundDirective, AssetBackgroundPipe, AssetFilePipe, AssetIconPipe, AssetImagePipe, AssetModule, AssetSoundPipe, AssetVideoPipe, AutoScrollBottomDirective, BooleanValueStorage, BottomSheetService, COOKIE_OPTIONS, CamelCasePipe, CanDeactivateGuard, ClickToCopyDirective, ClickToSelectDirective, CookieModule, CookieOptions, CookieService, DateValueStorage, Direction, FinancePipe, FocusDirective, FocusManager, HTMLContentTitleDirective, HTMLTitleDirective, INotification, INotificationContent, IUser, IVIOptions, IWindow, IWindowContent, InfiniteScrollDirective, IsBrowserDirective, IsServerDirective, JSONValueStorage, LANGUAGE_OPTIONS, LanguageDirective, LanguageHasDirective, LanguageModule, LanguagePipe, LanguagePipeHas, LanguagePipeHasPure, LanguagePipePure, LanguageRequireResolver, LanguageResolver, LazyModuleLoader, ListItem, ListItems, LocalStorageService, LoginBaseService, LoginBaseServiceEvent, LoginGuard, LoginIfCanGuard, LoginNotGuard, LoginRequireResolver, LoginResolver, LoginTokenStorage, MenuItem, MenuItemBase, MenuItems, MessageBaseComponent, MomentDateAdaptivePipe, MomentDateFromNowPipe, MomentDatePipe, MomentTimePipe, NavigationMenuItem, NgModelErrorPipe, NotificationConfig, NotificationEvent, NotificationService, NotificationServiceEvent, PipeBaseService, PlatformService, PrettifyPipe, QuestionEvent, QuestionManager, QuestionMode, ResizeDirective, ResizeManager, RouterBaseService, RouterSelectListItems, SanitizePipe, ScrollCheckDirective, ScrollDirective, SelectListItem, SelectListItems, SelectOnFocusDirective, ServiceWorkerService, StartCasePipe, StructureDirective, THEME_OPTIONS, ThemeAssetBackgroundDirective, ThemeAssetDirective, ThemeAssetIconDirective, ThemeAssetImageDirective, ThemeModule, ThemeStyleDirective, ThemeStyleHoverDirective, ThemeToggleDirective, TimePipe, TransportLazy, TransportLazyModule, TransportLazyModuleLoadedEvent, TruncatePipe, UserBaseService, UserBaseServiceEvent, VIModule, VI_ANGULAR_OPTIONS, ValueStorage, ViewUtil, WINDOW_CONTENT_CONTAINER, WindowAlign, WindowBase, WindowClosedError, WindowConfig, WindowEvent, WindowService, WindowServiceEvent, cookieServiceFactory, initializerFactory, languageServiceFactory, localStorageServiceFactory, loggerServiceFactory, loginTokenStorageServiceFactory, nativeWindowServiceFactory, themeAssetServiceFactory, themeServiceFactory };
7272
7311
  //# sourceMappingURL=ts-core-angular.mjs.map