@ts-core/angular 21.0.0 → 21.0.2

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.
@@ -184,10 +184,10 @@ class ApplicationComponentBase extends DestroyableContainer {
184
184
  get isViewReady() {
185
185
  return !_.isNil(this.viewReadyPromise) ? this.viewReadyPromise.isResolved : false;
186
186
  }
187
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ApplicationComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
188
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.8", type: ApplicationComponentBase, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
187
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ApplicationComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
188
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: ApplicationComponentBase, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
189
189
  }
190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ApplicationComponentBase, decorators: [{
190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ApplicationComponentBase, decorators: [{
191
191
  type: Component,
192
192
  args: [{ template: '' }]
193
193
  }], ctorParameters: () => [] });
@@ -570,7 +570,7 @@ class ViewUtil {
570
570
  return NaN;
571
571
  }
572
572
  let value = parseFloat(ViewUtil.getStyle(container, 'minHeight'));
573
- if (isNaN(value)) {
573
+ if (_.isNaN(value)) {
574
574
  value = 0;
575
575
  }
576
576
  return value;
@@ -1012,10 +1012,10 @@ class AssetBackgroundDirective extends Destroyable {
1012
1012
  get background() {
1013
1013
  return this._background;
1014
1014
  }
1015
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1016
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: AssetBackgroundDirective, isStandalone: false, selector: "[vi-asset-background]", inputs: { isIcon: ["isIcon", "isIcon", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isUrl: ["isUrl", "isUrl", booleanAttribute], repeat: "repeat", extension: "extension", background: ["vi-asset-background", "background"] }, usesInheritance: true, ngImport: i0 });
1015
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1016
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.1.1", type: AssetBackgroundDirective, isStandalone: false, selector: "[vi-asset-background]", inputs: { isIcon: ["isIcon", "isIcon", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isUrl: ["isUrl", "isUrl", booleanAttribute], repeat: "repeat", extension: "extension", background: ["vi-asset-background", "background"] }, usesInheritance: true, ngImport: i0 });
1017
1017
  }
1018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
1018
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
1019
1019
  type: Directive,
1020
1020
  args: [{
1021
1021
  selector: '[vi-asset-background]',
@@ -1048,10 +1048,10 @@ class AssetBackgroundPipe {
1048
1048
  transform(name, extension = 'png') {
1049
1049
  return Assets.getBackground(name, extension);
1050
1050
  }
1051
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1052
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundPipe, isStandalone: false, name: "viAssetBackground" });
1051
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1052
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: AssetBackgroundPipe, isStandalone: false, name: "viAssetBackground" });
1053
1053
  }
1054
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
1054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
1055
1055
  type: Pipe,
1056
1056
  args: [{
1057
1057
  name: 'viAssetBackground',
@@ -1068,10 +1068,10 @@ class AssetIconPipe {
1068
1068
  transform(name, extension = 'png') {
1069
1069
  return Assets.getIcon(name, extension);
1070
1070
  }
1071
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1072
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetIconPipe, isStandalone: false, name: "viAssetIcon" });
1071
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1072
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: AssetIconPipe, isStandalone: false, name: "viAssetIcon" });
1073
1073
  }
1074
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetIconPipe, decorators: [{
1074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetIconPipe, decorators: [{
1075
1075
  type: Pipe,
1076
1076
  args: [{
1077
1077
  name: 'viAssetIcon',
@@ -1088,10 +1088,10 @@ class AssetFilePipe {
1088
1088
  transform(name, extension) {
1089
1089
  return Assets.getFile(name, extension);
1090
1090
  }
1091
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1092
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetFilePipe, isStandalone: false, name: "viAssetFile" });
1091
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1092
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: AssetFilePipe, isStandalone: false, name: "viAssetFile" });
1093
1093
  }
1094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetFilePipe, decorators: [{
1094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetFilePipe, decorators: [{
1095
1095
  type: Pipe,
1096
1096
  args: [{
1097
1097
  name: 'viAssetFile',
@@ -1108,10 +1108,10 @@ class AssetVideoPipe {
1108
1108
  transform(name, extension = 'mp4') {
1109
1109
  return Assets.getVideo(name, extension);
1110
1110
  }
1111
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1112
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetVideoPipe, isStandalone: false, name: "viAssetVideo" });
1111
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1112
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: AssetVideoPipe, isStandalone: false, name: "viAssetVideo" });
1113
1113
  }
1114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetVideoPipe, decorators: [{
1114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetVideoPipe, decorators: [{
1115
1115
  type: Pipe,
1116
1116
  args: [{
1117
1117
  name: 'viAssetVideo',
@@ -1128,10 +1128,10 @@ class AssetSoundPipe {
1128
1128
  transform(name, extension = 'mp3') {
1129
1129
  return Assets.getSound(name, extension);
1130
1130
  }
1131
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1132
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetSoundPipe, isStandalone: false, name: "viAssetSound" });
1131
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1132
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: AssetSoundPipe, isStandalone: false, name: "viAssetSound" });
1133
1133
  }
1134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetSoundPipe, decorators: [{
1134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetSoundPipe, decorators: [{
1135
1135
  type: Pipe,
1136
1136
  args: [{
1137
1137
  name: 'viAssetSound',
@@ -1148,10 +1148,10 @@ class AssetImagePipe {
1148
1148
  transform(name, extension = 'png') {
1149
1149
  return Assets.getImage(name, extension);
1150
1150
  }
1151
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1152
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetImagePipe, isStandalone: false, name: "viAssetImage" });
1151
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1152
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: AssetImagePipe, isStandalone: false, name: "viAssetImage" });
1153
1153
  }
1154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetImagePipe, decorators: [{
1154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetImagePipe, decorators: [{
1155
1155
  type: Pipe,
1156
1156
  args: [{
1157
1157
  name: 'viAssetImage',
@@ -1161,11 +1161,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImpor
1161
1161
 
1162
1162
  let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
1163
1163
  class AssetModule {
1164
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1165
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
1166
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetModule, imports: [CommonModule] });
1164
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1165
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
1166
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetModule, imports: [CommonModule] });
1167
1167
  }
1168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AssetModule, decorators: [{
1168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AssetModule, decorators: [{
1169
1169
  type: NgModule,
1170
1170
  args: [{
1171
1171
  imports: [CommonModule],
@@ -1270,10 +1270,10 @@ class PlatformService extends Destroyable {
1270
1270
  get isPlatformBrowser() {
1271
1271
  return this._isPlatformBrowser;
1272
1272
  }
1273
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
1274
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PlatformService, providedIn: 'root' });
1273
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
1274
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PlatformService, providedIn: 'root' });
1275
1275
  }
1276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PlatformService, decorators: [{
1276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PlatformService, decorators: [{
1277
1277
  type: Injectable,
1278
1278
  args: [{ providedIn: 'root' }]
1279
1279
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -1303,11 +1303,11 @@ class CookieModule {
1303
1303
  ]
1304
1304
  };
1305
1305
  }
1306
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1307
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: CookieModule });
1308
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CookieModule });
1306
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1307
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: CookieModule });
1308
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CookieModule });
1309
1309
  }
1310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CookieModule, decorators: [{
1310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CookieModule, decorators: [{
1311
1311
  type: NgModule
1312
1312
  }] });
1313
1313
  function cookieServiceFactory(nativeWindow, options, platform) {
@@ -1525,10 +1525,10 @@ class AspectRatioResizeDirective extends Destroyable {
1525
1525
  get ratio() {
1526
1526
  return this._ratio;
1527
1527
  }
1528
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1529
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: AspectRatioResizeDirective, isStandalone: false, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
1528
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1529
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.1.1", type: AspectRatioResizeDirective, isStandalone: false, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
1530
1530
  }
1531
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
1531
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
1532
1532
  type: Directive,
1533
1533
  args: [{
1534
1534
  selector: '[vi-aspect-ratio]',
@@ -1645,10 +1645,10 @@ class ScrollDirective extends Destroyable {
1645
1645
  get scrollValue() {
1646
1646
  return this._scrollValue;
1647
1647
  }
1648
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1649
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: ScrollDirective, isStandalone: false, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
1648
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1649
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.1.1", type: ScrollDirective, isStandalone: false, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
1650
1650
  }
1651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ScrollDirective, decorators: [{
1651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ScrollDirective, decorators: [{
1652
1652
  type: Directive,
1653
1653
  args: [{
1654
1654
  selector: '[vi-scroll]',
@@ -1716,10 +1716,10 @@ class InfiniteScrollDirective extends ScrollDirective {
1716
1716
  get scrollHeight() {
1717
1717
  return this.element.scrollHeight;
1718
1718
  }
1719
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1720
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: InfiniteScrollDirective, isStandalone: false, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
1719
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1720
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.1.1", type: InfiniteScrollDirective, isStandalone: false, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
1721
1721
  }
1722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
1722
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
1723
1723
  type: Directive,
1724
1724
  args: [{
1725
1725
  selector: '[vi-infinite-scroll]',
@@ -1825,7 +1825,7 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
1825
1825
  if (value === this._trigger) {
1826
1826
  return;
1827
1827
  }
1828
- if (!isNaN(this._trigger) && !isNaN(value)) {
1828
+ if (!_.isNaN(this._trigger) && !_.isNaN(value)) {
1829
1829
  this.triggerDelta = value - this._trigger;
1830
1830
  }
1831
1831
  this._trigger = value;
@@ -1835,10 +1835,10 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
1835
1835
  this.isScrollLocked = true;
1836
1836
  this.scrollCheck();
1837
1837
  }
1838
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1839
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: AutoScrollBottomDirective, isStandalone: false, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
1838
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1839
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: AutoScrollBottomDirective, isStandalone: false, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
1840
1840
  }
1841
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
1841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
1842
1842
  type: Directive,
1843
1843
  args: [{
1844
1844
  selector: '[vi-auto-scroll-bottom]',
@@ -1885,10 +1885,10 @@ class ClickToCopyDirective extends Destroyable {
1885
1885
  this.element = null;
1886
1886
  clearTimeout(this.selectionClearTimer);
1887
1887
  }
1888
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1889
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ClickToCopyDirective, isStandalone: false, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1888
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1889
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ClickToCopyDirective, isStandalone: false, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1890
1890
  }
1891
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ClickToCopyDirective, decorators: [{
1891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClickToCopyDirective, decorators: [{
1892
1892
  type: Directive,
1893
1893
  args: [{
1894
1894
  selector: '[vi-click-to-copy]',
@@ -1940,10 +1940,10 @@ class ClickToSelectDirective extends Destroyable {
1940
1940
  super.destroy();
1941
1941
  this.element = null;
1942
1942
  }
1943
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1944
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ClickToSelectDirective, isStandalone: false, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1943
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1944
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ClickToSelectDirective, isStandalone: false, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
1945
1945
  }
1946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ClickToSelectDirective, decorators: [{
1946
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClickToSelectDirective, decorators: [{
1947
1947
  type: Directive,
1948
1948
  args: [{
1949
1949
  selector: '[vi-click-to-select]',
@@ -2048,10 +2048,10 @@ class FocusDirective extends Destroyable {
2048
2048
  set trigger(value) {
2049
2049
  this.focus();
2050
2050
  }
2051
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2052
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: FocusDirective, isStandalone: false, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
2051
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2052
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: FocusDirective, isStandalone: false, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
2053
2053
  }
2054
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FocusDirective, decorators: [{
2054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: FocusDirective, decorators: [{
2055
2055
  type: Directive,
2056
2056
  args: [{
2057
2057
  selector: '[vi-focus]',
@@ -2093,10 +2093,10 @@ class SelectOnFocusDirective extends Destroyable {
2093
2093
  super.destroy();
2094
2094
  this.element = null;
2095
2095
  }
2096
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2097
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: SelectOnFocusDirective, isStandalone: false, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
2096
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2097
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: SelectOnFocusDirective, isStandalone: false, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
2098
2098
  }
2099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
2099
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
2100
2100
  type: Directive,
2101
2101
  args: [{
2102
2102
  selector: '[vi-select-on-focus]',
@@ -2161,10 +2161,10 @@ class ResizeDirective extends Destroyable {
2161
2161
  this.interactable = null;
2162
2162
  }
2163
2163
  }
2164
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2165
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: ResizeDirective, isStandalone: false, selector: "[vi-resize]", inputs: { isTop: ["isTop", "isTop", booleanAttribute], isLeft: ["isLeft", "isLeft", booleanAttribute], isRight: ["isRight", "isRight", booleanAttribute], isBottom: ["isBottom", "isBottom", booleanAttribute] }, outputs: { resized: "resized" }, usesInheritance: true, ngImport: i0 });
2164
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2165
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.1.1", type: ResizeDirective, isStandalone: false, selector: "[vi-resize]", inputs: { isTop: ["isTop", "isTop", booleanAttribute], isLeft: ["isLeft", "isLeft", booleanAttribute], isRight: ["isRight", "isRight", booleanAttribute], isBottom: ["isBottom", "isBottom", booleanAttribute] }, outputs: { resized: "resized" }, usesInheritance: true, ngImport: i0 });
2166
2166
  }
2167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ResizeDirective, decorators: [{
2167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ResizeDirective, decorators: [{
2168
2168
  type: Directive,
2169
2169
  args: [{
2170
2170
  selector: '[vi-resize]',
@@ -2253,7 +2253,7 @@ class StructureDirective extends Destroyable {
2253
2253
  //
2254
2254
  //--------------------------------------------------------------------------
2255
2255
  set isNeedAdd(value) {
2256
- if (value == this._isNeedAdd) {
2256
+ if (value === this._isNeedAdd) {
2257
2257
  return;
2258
2258
  }
2259
2259
  this._isNeedAdd = value;
@@ -2302,9 +2302,9 @@ class ScrollCheckDirective extends Destroyable {
2302
2302
  }
2303
2303
  let offset = !_.isNaN(this.offset) ? this.offset : 0;
2304
2304
  value = this.scrollValue + this.clientHeight + offset >= this.scrollHeight;
2305
- this.bottom.next(value);
2305
+ this.bottom.emit(value);
2306
2306
  value = this.scrollValue <= offset;
2307
- this.top.next(value);
2307
+ this.top.emit(value);
2308
2308
  };
2309
2309
  //--------------------------------------------------------------------------
2310
2310
  //
@@ -2331,7 +2331,7 @@ class ScrollCheckDirective extends Destroyable {
2331
2331
  //
2332
2332
  //--------------------------------------------------------------------------
2333
2333
  set scrollLimit(value) {
2334
- if (value == this._scrollLimit) {
2334
+ if (value === this._scrollLimit) {
2335
2335
  return;
2336
2336
  }
2337
2337
  this._scrollLimit = value;
@@ -2340,10 +2340,10 @@ class ScrollCheckDirective extends Destroyable {
2340
2340
  get scrollLimit() {
2341
2341
  return this._scrollLimit;
2342
2342
  }
2343
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2344
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: ScrollCheckDirective, isStandalone: false, selector: "[vi-scroll-check]", inputs: { delay: ["delay", "delay", numberAttribute], offset: ["offset", "offset", numberAttribute], scrollLimit: ["vi-scroll-check", "scrollLimit"] }, outputs: { top: "top", bottom: "bottom", limitExceed: "limitExceed" }, usesInheritance: true, ngImport: i0 });
2343
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2344
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.1.1", type: ScrollCheckDirective, isStandalone: false, selector: "[vi-scroll-check]", inputs: { delay: ["delay", "delay", numberAttribute], offset: ["offset", "offset", numberAttribute], scrollLimit: ["vi-scroll-check", "scrollLimit"] }, outputs: { top: "top", bottom: "bottom", limitExceed: "limitExceed" }, usesInheritance: true, ngImport: i0 });
2345
2345
  }
2346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ScrollCheckDirective, decorators: [{
2346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ScrollCheckDirective, decorators: [{
2347
2347
  type: Directive,
2348
2348
  args: [{
2349
2349
  selector: '[vi-scroll-check]',
@@ -2437,10 +2437,10 @@ class LanguagePipe extends Destroyable {
2437
2437
  this.lastParams = null;
2438
2438
  this.lastValue = null;
2439
2439
  }
2440
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2441
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipe, isStandalone: false, name: "viTranslate", pure: false });
2440
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2441
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipe, isStandalone: false, name: "viTranslate", pure: false });
2442
2442
  }
2443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipe, decorators: [{
2443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipe, decorators: [{
2444
2444
  type: Pipe,
2445
2445
  args: [{
2446
2446
  name: 'viTranslate',
@@ -2503,10 +2503,10 @@ class HTMLTitleDirective extends Destroyable {
2503
2503
  get value() {
2504
2504
  return this._value;
2505
2505
  }
2506
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2507
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: HTMLTitleDirective, isStandalone: false, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
2506
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2507
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: HTMLTitleDirective, isStandalone: false, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
2508
2508
  }
2509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: HTMLTitleDirective, decorators: [{
2509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: HTMLTitleDirective, decorators: [{
2510
2510
  type: Directive,
2511
2511
  args: [{
2512
2512
  selector: '[vi-html-title]',
@@ -2572,10 +2572,10 @@ class HTMLContentTitleDirective extends Destroyable {
2572
2572
  get value() {
2573
2573
  return this._value;
2574
2574
  }
2575
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2576
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: HTMLContentTitleDirective, isStandalone: false, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
2575
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2576
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: HTMLContentTitleDirective, isStandalone: false, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
2577
2577
  }
2578
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
2578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
2579
2579
  type: Directive,
2580
2580
  args: [{
2581
2581
  selector: '[vi-html-content-title]',
@@ -2596,10 +2596,10 @@ class IsBrowserDirective extends StructureDirective {
2596
2596
  super(templateRef, container);
2597
2597
  this.isNeedAdd = platform.isPlatformBrowser;
2598
2598
  }
2599
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2600
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: IsBrowserDirective, isStandalone: false, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
2599
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2600
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: IsBrowserDirective, isStandalone: false, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
2601
2601
  }
2602
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsBrowserDirective, decorators: [{
2602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IsBrowserDirective, decorators: [{
2603
2603
  type: Directive,
2604
2604
  args: [{
2605
2605
  selector: '[viIsBrowser]',
@@ -2617,10 +2617,10 @@ class IsServerDirective extends StructureDirective {
2617
2617
  super(templateRef, container);
2618
2618
  this.isNeedAdd = platform.isPlatformServer;
2619
2619
  }
2620
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2621
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: IsServerDirective, isStandalone: false, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
2620
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
2621
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: IsServerDirective, isStandalone: false, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
2622
2622
  }
2623
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsServerDirective, decorators: [{
2623
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IsServerDirective, decorators: [{
2624
2624
  type: Directive,
2625
2625
  args: [{
2626
2626
  selector: '[viIsServer]',
@@ -2647,10 +2647,10 @@ class NullEmptyValueDirective {
2647
2647
  let target = event.target;
2648
2648
  this.control.viewToModelUpdate(_.isEmpty(target.value) ? null : target.value);
2649
2649
  }
2650
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NullEmptyValueDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
2651
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: NullEmptyValueDirective, isStandalone: false, selector: "input[nullEmptyValue]", host: { listeners: { "input": "onEvent($event)" } }, ngImport: i0 });
2650
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: NullEmptyValueDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
2651
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: NullEmptyValueDirective, isStandalone: false, selector: "input[nullEmptyValue]", host: { listeners: { "input": "onEvent($event)" } }, ngImport: i0 });
2652
2652
  }
2653
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NullEmptyValueDirective, decorators: [{
2653
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: NullEmptyValueDirective, decorators: [{
2654
2654
  type: Directive,
2655
2655
  args: [{
2656
2656
  selector: 'input[nullEmptyValue]',
@@ -2682,10 +2682,10 @@ class UppercaseValueDirective {
2682
2682
  target.value = target.value.toUpperCase();
2683
2683
  }
2684
2684
  }
2685
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: UppercaseValueDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
2686
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: UppercaseValueDirective, isStandalone: false, selector: "input[uppercaseValue]", host: { listeners: { "input": "onEvent($event)" } }, ngImport: i0 });
2685
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: UppercaseValueDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
2686
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: UppercaseValueDirective, isStandalone: false, selector: "input[uppercaseValue]", host: { listeners: { "input": "onEvent($event)" } }, ngImport: i0 });
2687
2687
  }
2688
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: UppercaseValueDirective, decorators: [{
2688
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: UppercaseValueDirective, decorators: [{
2689
2689
  type: Directive,
2690
2690
  args: [{
2691
2691
  standalone: false,
@@ -2722,10 +2722,10 @@ class LanguagePipePure extends Destroyable {
2722
2722
  super.destroy();
2723
2723
  this.language = null;
2724
2724
  }
2725
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2726
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipePure, isStandalone: false, name: "viTranslatePure" });
2725
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2726
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipePure, isStandalone: false, name: "viTranslatePure" });
2727
2727
  }
2728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipePure, decorators: [{
2728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipePure, decorators: [{
2729
2729
  type: Pipe,
2730
2730
  args: [{
2731
2731
  name: 'viTranslatePure',
@@ -2791,10 +2791,10 @@ class LanguageResolver extends LanguageRequireResolver {
2791
2791
  constructor(service) {
2792
2792
  super(service);
2793
2793
  }
2794
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
2795
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
2794
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
2795
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
2796
2796
  }
2797
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageResolver, decorators: [{
2797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageResolver, decorators: [{
2798
2798
  type: Injectable,
2799
2799
  args: [{ providedIn: 'root' }]
2800
2800
  }], ctorParameters: () => [{ type: i1.LanguageService }] });
@@ -2877,10 +2877,10 @@ class LanguageDirective extends Destroyable {
2877
2877
  get params() {
2878
2878
  return this._params;
2879
2879
  }
2880
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
2881
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: LanguageDirective, isStandalone: false, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
2880
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
2881
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.1.1", type: LanguageDirective, isStandalone: false, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
2882
2882
  }
2883
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageDirective, decorators: [{
2883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageDirective, decorators: [{
2884
2884
  type: Directive,
2885
2885
  args: [{
2886
2886
  selector: '[vi-translate]',
@@ -2933,10 +2933,10 @@ class LanguageToggleDirective extends Destroyable {
2933
2933
  super.destroy();
2934
2934
  this.language = null;
2935
2935
  }
2936
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageToggleDirective, deps: [{ token: i1.LanguageService }, { token: i1.SettingsServiceBase }], target: i0.ɵɵFactoryTarget.Directive });
2937
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: LanguageToggleDirective, isStandalone: false, selector: "[vi-language-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
2936
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageToggleDirective, deps: [{ token: i1.LanguageService }, { token: i1.SettingsServiceBase }], target: i0.ɵɵFactoryTarget.Directive });
2937
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: LanguageToggleDirective, isStandalone: false, selector: "[vi-language-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
2938
2938
  }
2939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageToggleDirective, decorators: [{
2939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageToggleDirective, decorators: [{
2940
2940
  type: Directive,
2941
2941
  args: [{
2942
2942
  selector: '[vi-language-toggle]',
@@ -2994,10 +2994,10 @@ class LanguagePipeHas extends Destroyable {
2994
2994
  this.language = null;
2995
2995
  this.key = null;
2996
2996
  }
2997
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2998
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHas, isStandalone: false, name: "viTranslateHas", pure: false });
2997
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
2998
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipeHas, isStandalone: false, name: "viTranslateHas", pure: false });
2999
2999
  }
3000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHas, decorators: [{
3000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipeHas, decorators: [{
3001
3001
  type: Pipe,
3002
3002
  args: [{
3003
3003
  name: 'viTranslateHas',
@@ -3032,10 +3032,10 @@ class LanguagePipeHasPure extends Destroyable {
3032
3032
  super.destroy();
3033
3033
  this.language = null;
3034
3034
  }
3035
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
3036
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHasPure, isStandalone: false, name: "viTranslateHasPure" });
3035
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
3036
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipeHasPure, isStandalone: false, name: "viTranslateHasPure" });
3037
3037
  }
3038
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
3038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
3039
3039
  type: Pipe,
3040
3040
  args: [{
3041
3041
  name: 'viTranslateHasPure',
@@ -3109,10 +3109,10 @@ class LanguageHasDirective extends StructureDirective {
3109
3109
  get viTranslateHasIsOnlyIfNotEmpty() {
3110
3110
  return this._isOnlyIfNotEmpty;
3111
3111
  }
3112
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
3113
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: LanguageHasDirective, isStandalone: false, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
3112
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
3113
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: LanguageHasDirective, isStandalone: false, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
3114
3114
  }
3115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageHasDirective, decorators: [{
3115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageHasDirective, decorators: [{
3116
3116
  type: Directive,
3117
3117
  args: [{
3118
3118
  selector: '[viTranslateHas]',
@@ -3154,11 +3154,11 @@ class LanguageModule {
3154
3154
  ]
3155
3155
  };
3156
3156
  }
3157
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3158
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageToggleDirective, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageToggleDirective, LanguageHasDirective, LanguageDirective] });
3159
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
3157
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3158
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageToggleDirective, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageToggleDirective, LanguageHasDirective, LanguageDirective] });
3159
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
3160
3160
  }
3161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, decorators: [{
3161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LanguageModule, decorators: [{
3162
3162
  type: NgModule,
3163
3163
  args: [{
3164
3164
  imports: [CookieModule],
@@ -3194,8 +3194,8 @@ class Loginable extends Loadable {
3194
3194
  if (this.login.isLoggedIn) {
3195
3195
  this.loginedHandler();
3196
3196
  }
3197
- this.login.logined.pipe().subscribe(() => this.loginedHandler());
3198
- this.login.logouted.pipe().subscribe(() => this.logoutedHandler());
3197
+ this.login.logined.pipe(takeUntil(this.destroyed)).subscribe(() => this.loginedHandler());
3198
+ this.login.logouted.pipe(takeUntil(this.destroyed)).subscribe(() => this.logoutedHandler());
3199
3199
  }
3200
3200
  async loginedHandler() { }
3201
3201
  async logoutedHandler() { }
@@ -3461,10 +3461,10 @@ class LoginGuard extends LoginRequireResolver {
3461
3461
  canActivate(route, state) {
3462
3462
  return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
3463
3463
  }
3464
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3465
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginGuard, providedIn: 'root' });
3464
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3465
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginGuard, providedIn: 'root' });
3466
3466
  }
3467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginGuard, decorators: [{
3467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginGuard, decorators: [{
3468
3468
  type: Injectable,
3469
3469
  args: [{ providedIn: 'root' }]
3470
3470
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3497,10 +3497,10 @@ class LoginNotGuard extends LoginRequireResolver {
3497
3497
  canActivate(route, state) {
3498
3498
  return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
3499
3499
  }
3500
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3501
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
3500
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3501
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
3502
3502
  }
3503
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginNotGuard, decorators: [{
3503
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginNotGuard, decorators: [{
3504
3504
  type: Injectable,
3505
3505
  args: [{ providedIn: 'root' }]
3506
3506
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3517,10 +3517,10 @@ class LoginResolver extends LoginRequireResolver {
3517
3517
  constructor(login) {
3518
3518
  super(login);
3519
3519
  }
3520
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginResolver, deps: [{ token: LoginServiceBase }], target: i0.ɵɵFactoryTarget.Injectable });
3521
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginResolver, providedIn: 'root' });
3520
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginResolver, deps: [{ token: LoginServiceBase }], target: i0.ɵɵFactoryTarget.Injectable });
3521
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginResolver, providedIn: 'root' });
3522
3522
  }
3523
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginResolver, decorators: [{
3523
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginResolver, decorators: [{
3524
3524
  type: Injectable,
3525
3525
  args: [{ providedIn: 'root' }]
3526
3526
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3566,10 +3566,10 @@ class LoginIfCanGuard extends LoginGuard {
3566
3566
  }
3567
3567
  return super.canActivate(route, state);
3568
3568
  }
3569
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3570
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
3569
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3570
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
3571
3571
  }
3572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginIfCanGuard, decorators: [{
3572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LoginIfCanGuard, decorators: [{
3573
3573
  type: Injectable,
3574
3574
  args: [{ providedIn: 'root' }]
3575
3575
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3830,7 +3830,7 @@ class MenuItems extends DestroyableContainer {
3830
3830
  remove(item) {
3831
3831
  let index = this._items.indexOf(item);
3832
3832
  if (index > -1) {
3833
- this._items.slice(index, 1);
3833
+ this._items.splice(index, 1);
3834
3834
  }
3835
3835
  return item;
3836
3836
  }
@@ -4358,8 +4358,7 @@ class RouterSelectListItems extends SelectListItems {
4358
4358
  this.selectedItem = !_.isNil(item) ? item : _.first(this.collection);
4359
4359
  }
4360
4360
  setFragment(item) {
4361
- let index = _.indexOf(this.collection, item);
4362
- this.router.setFragment(index > 0 ? item.data.toString() : null);
4361
+ this.router.setFragment(_.indexOf(this.collection, item) > -1 ? item.data.toString() : null);
4363
4362
  }
4364
4363
  getRouterSelectedItem() {
4365
4364
  return _.find(this.collection, { data: this.router.getFragment() });
@@ -4399,10 +4398,10 @@ class CamelCasePipe {
4399
4398
  transform(value) {
4400
4399
  return CamelCasePipe.transform(value);
4401
4400
  }
4402
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4403
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: CamelCasePipe, isStandalone: false, name: "viCamelCase" });
4401
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4402
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: CamelCasePipe, isStandalone: false, name: "viCamelCase" });
4404
4403
  }
4405
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CamelCasePipe, decorators: [{
4404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CamelCasePipe, decorators: [{
4406
4405
  type: Pipe,
4407
4406
  args: [{
4408
4407
  name: 'viCamelCase',
@@ -4452,10 +4451,10 @@ class FinancePipe {
4452
4451
  transform(value, format, isNeedPlus = false) {
4453
4452
  return FinancePipe.transform(value, format, isNeedPlus);
4454
4453
  }
4455
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4456
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: FinancePipe, isStandalone: false, name: "viFinance" });
4454
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4455
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: FinancePipe, isStandalone: false, name: "viFinance" });
4457
4456
  }
4458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FinancePipe, decorators: [{
4457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: FinancePipe, decorators: [{
4459
4458
  type: Pipe,
4460
4459
  args: [{
4461
4460
  name: 'viFinance',
@@ -4522,10 +4521,10 @@ class MomentDatePipe {
4522
4521
  transform(value, format) {
4523
4522
  return MomentDatePipe.transform(value, format);
4524
4523
  }
4525
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4526
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: MomentDatePipe, isStandalone: false, name: "viMomentDate" });
4524
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4525
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: MomentDatePipe, isStandalone: false, name: "viMomentDate" });
4527
4526
  }
4528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDatePipe, decorators: [{
4527
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MomentDatePipe, decorators: [{
4529
4528
  type: Pipe,
4530
4529
  args: [{
4531
4530
  name: 'viMomentDate',
@@ -4533,6 +4532,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImpor
4533
4532
  }]
4534
4533
  }] });
4535
4534
 
4535
+ class PrettifyPipe {
4536
+ // --------------------------------------------------------------------------
4537
+ //
4538
+ // Static Properties
4539
+ //
4540
+ // --------------------------------------------------------------------------
4541
+ static EMPTY_SYMBOL = '-';
4542
+ // --------------------------------------------------------------------------
4543
+ //
4544
+ // Static Methods
4545
+ //
4546
+ // --------------------------------------------------------------------------
4547
+ static transform(value) {
4548
+ let isNil = _.isNil(value);
4549
+ if (!isNil && !_.isNumber(value)) {
4550
+ isNil = _.isEmpty(value);
4551
+ }
4552
+ return !isNil ? value : PrettifyPipe.EMPTY_SYMBOL;
4553
+ }
4554
+ // --------------------------------------------------------------------------
4555
+ //
4556
+ // Public Methods
4557
+ //
4558
+ // --------------------------------------------------------------------------
4559
+ transform(value) {
4560
+ return PrettifyPipe.transform(value);
4561
+ }
4562
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4563
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: PrettifyPipe, isStandalone: false, name: "viPrettify" });
4564
+ }
4565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PrettifyPipe, decorators: [{
4566
+ type: Pipe,
4567
+ args: [{
4568
+ name: 'viPrettify',
4569
+ standalone: false
4570
+ }]
4571
+ }] });
4572
+
4536
4573
  class MomentDateAdaptivePipe {
4537
4574
  // --------------------------------------------------------------------------
4538
4575
  //
@@ -4549,8 +4586,8 @@ class MomentDateAdaptivePipe {
4549
4586
  //
4550
4587
  // --------------------------------------------------------------------------
4551
4588
  static transform(value) {
4552
- if (_.isNaN(value)) {
4553
- return '---';
4589
+ if (_.isNil(value)) {
4590
+ return PrettifyPipe.EMPTY_SYMBOL;
4554
4591
  }
4555
4592
  let item = MomentDatePipe.parseMoment(value);
4556
4593
  let duration = moment.duration(moment().diff(item));
@@ -4577,10 +4614,10 @@ class MomentDateAdaptivePipe {
4577
4614
  transform(value) {
4578
4615
  return MomentDateAdaptivePipe.transform(value);
4579
4616
  }
4580
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4581
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: MomentDateAdaptivePipe, isStandalone: false, name: "viMomentAdaptiveDate" });
4617
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4618
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: MomentDateAdaptivePipe, isStandalone: false, name: "viMomentAdaptiveDate" });
4582
4619
  }
4583
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
4620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
4584
4621
  type: Pipe,
4585
4622
  args: [{
4586
4623
  name: 'viMomentAdaptiveDate',
@@ -4605,10 +4642,10 @@ class MomentDateFromNowPipe {
4605
4642
  transform(value, format) {
4606
4643
  return MomentDateFromNowPipe.transform(value, format);
4607
4644
  }
4608
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4609
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: MomentDateFromNowPipe, isStandalone: false, name: "viMomentDateFromNow" });
4645
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4646
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: MomentDateFromNowPipe, isStandalone: false, name: "viMomentDateFromNow" });
4610
4647
  }
4611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
4648
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
4612
4649
  type: Pipe,
4613
4650
  args: [{
4614
4651
  name: 'viMomentDateFromNow',
@@ -4645,10 +4682,10 @@ class MomentTimePipe {
4645
4682
  transform(timeMilliseconds, format) {
4646
4683
  return MomentTimePipe.transform(timeMilliseconds, format);
4647
4684
  }
4648
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4649
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: MomentTimePipe, isStandalone: false, name: "viMomentTime" });
4685
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4686
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: MomentTimePipe, isStandalone: false, name: "viMomentTime" });
4650
4687
  }
4651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentTimePipe, decorators: [{
4688
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MomentTimePipe, decorators: [{
4652
4689
  type: Pipe,
4653
4690
  args: [{
4654
4691
  name: 'viMomentTime',
@@ -4685,10 +4722,10 @@ class NgModelErrorPipe {
4685
4722
  constructor(language) {
4686
4723
  this.language = language;
4687
4724
  }
4688
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
4689
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: NgModelErrorPipe, isStandalone: false, name: "viNgModelError" });
4725
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
4726
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: NgModelErrorPipe, isStandalone: false, name: "viNgModelError" });
4690
4727
  }
4691
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NgModelErrorPipe, decorators: [{
4728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: NgModelErrorPipe, decorators: [{
4692
4729
  type: Pipe,
4693
4730
  args: [{
4694
4731
  name: 'viNgModelError',
@@ -4730,10 +4767,10 @@ class SanitizePipe {
4730
4767
  throw new Error('Invalid safe type specified: ' + type);
4731
4768
  }
4732
4769
  }
4733
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
4734
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: SanitizePipe, isStandalone: false, name: "viSanitize" });
4770
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
4771
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: SanitizePipe, isStandalone: false, name: "viSanitize" });
4735
4772
  }
4736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SanitizePipe, decorators: [{
4773
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SanitizePipe, decorators: [{
4737
4774
  type: Pipe,
4738
4775
  args: [{
4739
4776
  name: 'viSanitize',
@@ -4758,10 +4795,10 @@ class StartCasePipe {
4758
4795
  transform(value) {
4759
4796
  return StartCasePipe.transform(value);
4760
4797
  }
4761
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4762
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: StartCasePipe, isStandalone: false, name: "viStartCase" });
4798
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4799
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: StartCasePipe, isStandalone: false, name: "viStartCase" });
4763
4800
  }
4764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: StartCasePipe, decorators: [{
4801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: StartCasePipe, decorators: [{
4765
4802
  type: Pipe,
4766
4803
  args: [{
4767
4804
  name: 'viStartCase',
@@ -4786,10 +4823,10 @@ class TruncatePipe {
4786
4823
  transform(value, maxLength) {
4787
4824
  return TruncatePipe.transform(value, maxLength);
4788
4825
  }
4789
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4790
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: TruncatePipe, isStandalone: false, name: "viTruncate" });
4826
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4827
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: TruncatePipe, isStandalone: false, name: "viTruncate" });
4791
4828
  }
4792
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TruncatePipe, decorators: [{
4829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: TruncatePipe, decorators: [{
4793
4830
  type: Pipe,
4794
4831
  args: [{
4795
4832
  name: 'viTruncate',
@@ -4797,44 +4834,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImpor
4797
4834
  }]
4798
4835
  }] });
4799
4836
 
4800
- class PrettifyPipe {
4801
- // --------------------------------------------------------------------------
4802
- //
4803
- // Static Properties
4804
- //
4805
- // --------------------------------------------------------------------------
4806
- static EMPTY_SYMBOL = '-';
4807
- // --------------------------------------------------------------------------
4808
- //
4809
- // Static Methods
4810
- //
4811
- // --------------------------------------------------------------------------
4812
- static transform(value) {
4813
- let isNil = _.isNil(value);
4814
- if (!isNil && !_.isNumber(value)) {
4815
- isNil = _.isEmpty(value);
4816
- }
4817
- return !isNil ? value : PrettifyPipe.EMPTY_SYMBOL;
4818
- }
4819
- // --------------------------------------------------------------------------
4820
- //
4821
- // Public Methods
4822
- //
4823
- // --------------------------------------------------------------------------
4824
- transform(value) {
4825
- return PrettifyPipe.transform(value);
4826
- }
4827
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4828
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: PrettifyPipe, isStandalone: false, name: "viPrettify" });
4829
- }
4830
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PrettifyPipe, decorators: [{
4831
- type: Pipe,
4832
- args: [{
4833
- name: 'viPrettify',
4834
- standalone: false
4835
- }]
4836
- }] });
4837
-
4838
4837
  class TimePipe {
4839
4838
  // --------------------------------------------------------------------------
4840
4839
  //
@@ -4865,10 +4864,10 @@ class TimePipe {
4865
4864
  transform(milliseconds, format) {
4866
4865
  return TimePipe.transform(milliseconds, format);
4867
4866
  }
4868
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4869
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: TimePipe, isStandalone: false, name: "viTime" });
4867
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4868
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: TimePipe, isStandalone: false, name: "viTime" });
4870
4869
  }
4871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TimePipe, decorators: [{
4870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: TimePipe, decorators: [{
4872
4871
  type: Pipe,
4873
4872
  args: [{
4874
4873
  name: 'viTime',
@@ -5040,7 +5039,7 @@ class PipeServiceBase extends Destroyable {
5040
5039
  commitLanguageProperties() {
5041
5040
  let locale = this.language.locale ? this.language.locale : 'en';
5042
5041
  this._locale = locale === 'en' ? 'en-US' : locale;
5043
- if (PipeServiceBase.DATE) {
5042
+ if (!_.isNil(PipeServiceBase.DATE)) {
5044
5043
  PipeServiceBase.DATE = new DatePipe(this.locale);
5045
5044
  }
5046
5045
  }
@@ -5050,7 +5049,7 @@ class PipeServiceBase extends Destroyable {
5050
5049
  //
5051
5050
  // --------------------------------------------------------------------------
5052
5051
  get date() {
5053
- if (!PipeServiceBase.DATE) {
5052
+ if (_.isNil(PipeServiceBase.DATE)) {
5054
5053
  PipeServiceBase.DATE = new DatePipe(this.locale);
5055
5054
  }
5056
5055
  return PipeServiceBase.DATE;
@@ -5280,7 +5279,7 @@ class RouterServiceBase extends Loadable {
5280
5279
  else {
5281
5280
  this.params.delete(name);
5282
5281
  }
5283
- if (!_.isNil(extras)) {
5282
+ if (_.isNil(extras)) {
5284
5283
  extras = { replaceUrl: true };
5285
5284
  }
5286
5285
  this.applyExtras(extras);
@@ -5292,7 +5291,7 @@ class RouterServiceBase extends Loadable {
5292
5291
  }
5293
5292
  clearParams(extras) {
5294
5293
  this.params.clear();
5295
- if (!_.isNil(extras)) {
5294
+ if (_.isNil(extras)) {
5296
5295
  extras = { replaceUrl: true };
5297
5296
  }
5298
5297
  this.applyExtras(extras);
@@ -5449,10 +5448,10 @@ class ServiceWorkerService extends Loadable {
5449
5448
  get isEnabled() {
5450
5449
  return this.updates.isEnabled;
5451
5450
  }
5452
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ServiceWorkerService, deps: [{ token: i1$4.SwUpdate }, { token: i2.Logger }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Injectable });
5453
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ServiceWorkerService, providedIn: 'root' });
5451
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ServiceWorkerService, deps: [{ token: i1$4.SwUpdate }, { token: i2.Logger }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Injectable });
5452
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ServiceWorkerService, providedIn: 'root' });
5454
5453
  }
5455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ServiceWorkerService, decorators: [{
5454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ServiceWorkerService, decorators: [{
5456
5455
  type: Injectable,
5457
5456
  args: [{ providedIn: 'root' }]
5458
5457
  }], ctorParameters: () => [{ type: i1$4.SwUpdate }, { type: i2.Logger }, { type: NotificationService }] });
@@ -5570,10 +5569,10 @@ class ThemeStyleDirective extends Destroyable {
5570
5569
  this.stylePropertiesCheck();
5571
5570
  }
5572
5571
  }
5573
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5574
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeStyleDirective, isStandalone: false, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
5572
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5573
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ThemeStyleDirective, isStandalone: false, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
5575
5574
  }
5576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleDirective, decorators: [{
5575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeStyleDirective, decorators: [{
5577
5576
  type: Directive,
5578
5577
  args: [{
5579
5578
  selector: '[vi-theme-style]',
@@ -5674,10 +5673,10 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
5674
5673
  set flags(value) {
5675
5674
  super.flags = value;
5676
5675
  }
5677
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5678
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeStyleHoverDirective, isStandalone: false, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
5676
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
5677
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ThemeStyleHoverDirective, isStandalone: false, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
5679
5678
  }
5680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
5679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
5681
5680
  type: Directive,
5682
5681
  args: [{
5683
5682
  selector: '[vi-theme-style-hover]',
@@ -5906,10 +5905,10 @@ class ThemeAssetDirective extends Destroyable {
5906
5905
  this._extension = value;
5907
5906
  this.setSourceProperties();
5908
5907
  }
5909
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5910
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: ThemeAssetDirective, isStandalone: true, inputs: { isSound: ["isSound", "isSound", booleanAttribute], isVideo: ["isVideo", "isVideo", booleanAttribute], isFile: ["isFile", "isFile", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isBackground: ["isBackground", "isBackground", booleanAttribute], isIgnoreTheme: ["isIgnoreTheme", "isIgnoreTheme", booleanAttribute], name: "name", extension: "extension" }, host: { listeners: { "error": "errorLoadingHandler($event)" } }, usesInheritance: true, ngImport: i0 });
5908
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5909
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.1.1", 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 });
5911
5910
  }
5912
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetDirective, decorators: [{
5911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeAssetDirective, decorators: [{
5913
5912
  type: Directive
5914
5913
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
5915
5914
  type: HostListener,
@@ -5971,10 +5970,10 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
5971
5970
  get name() {
5972
5971
  return super.name;
5973
5972
  }
5974
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5975
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeAssetBackgroundDirective, isStandalone: false, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
5973
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
5974
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ThemeAssetBackgroundDirective, isStandalone: false, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
5976
5975
  }
5977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
5976
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
5978
5977
  type: Directive,
5979
5978
  args: [{
5980
5979
  selector: '[vi-theme-background]',
@@ -6017,10 +6016,10 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
6017
6016
  get name() {
6018
6017
  return super.name;
6019
6018
  }
6020
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
6021
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeAssetImageDirective, isStandalone: false, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
6019
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
6020
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ThemeAssetImageDirective, isStandalone: false, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
6022
6021
  }
6023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
6022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
6024
6023
  type: Directive,
6025
6024
  args: [{
6026
6025
  selector: '[vi-theme-image]',
@@ -6062,10 +6061,10 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
6062
6061
  get name() {
6063
6062
  return super.name;
6064
6063
  }
6065
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
6066
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeAssetIconDirective, isStandalone: false, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
6064
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
6065
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ThemeAssetIconDirective, isStandalone: false, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
6067
6066
  }
6068
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
6067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
6069
6068
  type: Directive,
6070
6069
  args: [{
6071
6070
  selector: '[vi-theme-icon]',
@@ -6110,10 +6109,10 @@ class ThemeToggleDirective extends Destroyable {
6110
6109
  super.destroy();
6111
6110
  this.theme = null;
6112
6111
  }
6113
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
6114
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: ThemeToggleDirective, isStandalone: false, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
6112
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
6113
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ThemeToggleDirective, isStandalone: false, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
6115
6114
  }
6116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeToggleDirective, decorators: [{
6115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeToggleDirective, decorators: [{
6117
6116
  type: Directive,
6118
6117
  args: [{
6119
6118
  selector: '[vi-theme-toggle]',
@@ -6159,8 +6158,8 @@ class ThemeModule {
6159
6158
  ]
6160
6159
  };
6161
6160
  }
6162
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6163
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
6161
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6162
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
6164
6163
  ThemeAssetImageDirective,
6165
6164
  ThemeAssetIconDirective,
6166
6165
  ThemeAssetBackgroundDirective,
@@ -6171,9 +6170,9 @@ class ThemeModule {
6171
6170
  ThemeAssetBackgroundDirective,
6172
6171
  ThemeStyleDirective,
6173
6172
  ThemeStyleHoverDirective] });
6174
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
6173
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
6175
6174
  }
6176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, decorators: [{
6175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ThemeModule, decorators: [{
6177
6176
  type: NgModule,
6178
6177
  args: [{
6179
6178
  imports: [CookieModule],
@@ -6298,18 +6297,21 @@ var UserServiceBaseEvent;
6298
6297
  class IWindow extends Destroyable {
6299
6298
  // --------------------------------------------------------------------------
6300
6299
  //
6301
- // Public Properties
6300
+ // Properties
6302
6301
  //
6303
6302
  // --------------------------------------------------------------------------
6304
6303
  isOnTop = false;
6305
6304
  isDisabled = false;
6306
6305
  isMinimized = false;
6307
6306
  events;
6308
- container;
6309
6307
  wrapper;
6310
6308
  backdrop;
6309
+ container;
6311
6310
  config;
6312
6311
  content;
6312
+ isOnTopSignal;
6313
+ isDisabledSignal;
6314
+ isMinimizedSignal;
6313
6315
  }
6314
6316
  var WindowEvent;
6315
6317
  (function (WindowEvent) {
@@ -6318,9 +6320,9 @@ var WindowEvent;
6318
6320
  WindowEvent["CONTENT_READY"] = "CONTENT_READY";
6319
6321
  WindowEvent["MOVED"] = "MOVED";
6320
6322
  WindowEvent["RESIZED"] = "RESIZED";
6321
- WindowEvent["DISABLED_CHANGED"] = "DISABLED_CHANGED";
6322
- WindowEvent["MINIMIZED_CHANGED"] = "MINIMIZED_CHANGED";
6323
6323
  WindowEvent["IS_ON_TOP_CHANGED"] = "IS_ON_TOP_CHANGED";
6324
+ WindowEvent["IS_DISABLED_CHANGED"] = "IS_DISABLED_CHANGED";
6325
+ WindowEvent["IS_MINIMIZED_CHANGED"] = "IS_MINIMIZED_CHANGED";
6324
6326
  WindowEvent["EXPAND"] = "EXPAND";
6325
6327
  WindowEvent["SET_ON_TOP"] = "SET_ON_TOP";
6326
6328
  })(WindowEvent || (WindowEvent = {}));
@@ -6457,7 +6459,7 @@ class WindowBase extends DestroyableContainer {
6457
6459
  return this._height;
6458
6460
  }
6459
6461
  set height(value) {
6460
- value = WindowBase.parseWidth(value, this.getConfig());
6462
+ value = WindowBase.parseHeight(value, this.getConfig());
6461
6463
  if (value === this._height) {
6462
6464
  return;
6463
6465
  }
@@ -6596,7 +6598,7 @@ class WindowConfig {
6596
6598
  if (!_.isNaN(this._elementMinY)) {
6597
6599
  return this._elementMinY;
6598
6600
  }
6599
- this._elementMinY = 0 - ViewUtil.getStageHeight();
6601
+ this._elementMinY = -ViewUtil.getStageHeight();
6600
6602
  if (!_.isNaN(this.paddingTop)) {
6601
6603
  this._elementMinY += this.paddingTop;
6602
6604
  }
@@ -6633,11 +6635,11 @@ class WindowConfig {
6633
6635
  return this._elementMaxX;
6634
6636
  }
6635
6637
  get elementWidth() {
6636
- if (this._elementWidth) {
6638
+ if (!_.isNil(this._elementWidth)) {
6637
6639
  return this._elementWidth;
6638
6640
  }
6639
6641
  this._elementWidth = 'auto';
6640
- if (this.defaultWidth) {
6642
+ if (!_.isNaN(this.defaultWidth)) {
6641
6643
  this._elementWidth = this.defaultWidth + 'px';
6642
6644
  }
6643
6645
  return this._elementWidth;
@@ -6676,11 +6678,11 @@ class WindowConfig {
6676
6678
  return this._elementMaxWidth;
6677
6679
  }
6678
6680
  get elementHeight() {
6679
- if (this._elementHeight) {
6681
+ if (!_.isNil(this._elementHeight)) {
6680
6682
  return this._elementHeight;
6681
6683
  }
6682
6684
  this._elementHeight = 'auto';
6683
- if (this.defaultHeight) {
6685
+ if (!_.isNaN(this.defaultHeight)) {
6684
6686
  this._elementHeight = this.defaultHeight + 'px';
6685
6687
  }
6686
6688
  return this._elementHeight;
@@ -6737,7 +6739,7 @@ class IWindowContent extends DestroyableContainer {
6737
6739
  container;
6738
6740
  // --------------------------------------------------------------------------
6739
6741
  //
6740
- // Properties=
6742
+ // Properties
6741
6743
  //
6742
6744
  // --------------------------------------------------------------------------
6743
6745
  _window;
@@ -6812,12 +6814,21 @@ class IWindowContent extends DestroyableContainer {
6812
6814
  get isOnTop() {
6813
6815
  return !_.isNil(this.window) ? this.window.isOnTop : false;
6814
6816
  }
6817
+ get isOnTopSignal() {
6818
+ return !_.isNil(this.window) ? this.window.isOnTopSignal : null;
6819
+ }
6815
6820
  get isMinimized() {
6816
6821
  return !_.isNil(this.window) ? this.window.isMinimized : false;
6817
6822
  }
6823
+ get isMinimizedSignal() {
6824
+ return !_.isNil(this.window) ? this.window.isMinimizedSignal : null;
6825
+ }
6818
6826
  get events() {
6819
6827
  return !_.isNil(this.window) ? this.window.events : null;
6820
6828
  }
6829
+ get isDisabledSignal() {
6830
+ return !_.isNil(this.window) ? this.window.isDisabledSignal : null;
6831
+ }
6821
6832
  set isDisabled(value) {
6822
6833
  if (!_.isNil(this.window)) {
6823
6834
  this.window.isDisabled = value;
@@ -6852,10 +6863,10 @@ class IWindowContent extends DestroyableContainer {
6852
6863
  this.commitWindowProperties();
6853
6864
  }
6854
6865
  }
6855
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
6856
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.0.8", type: IWindowContent, isStandalone: true, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6866
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
6867
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.1.1", type: IWindowContent, isStandalone: true, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
6857
6868
  }
6858
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IWindowContent, decorators: [{
6869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IWindowContent, decorators: [{
6859
6870
  type: Component,
6860
6871
  args: [{ template: '' }]
6861
6872
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -7030,10 +7041,10 @@ class INotificationContent extends DestroyableContainer {
7030
7041
  get config() {
7031
7042
  return this._config;
7032
7043
  }
7033
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
7034
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.8", type: INotificationContent, isStandalone: true, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
7044
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
7045
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: INotificationContent, isStandalone: true, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
7035
7046
  }
7036
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: INotificationContent, decorators: [{
7047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: INotificationContent, decorators: [{
7037
7048
  type: Component,
7038
7049
  args: [{ template: '' }]
7039
7050
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
@@ -7325,10 +7336,10 @@ class LazyModuleLoader extends Loadable {
7325
7336
  get modules() {
7326
7337
  return this._modules;
7327
7338
  }
7328
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
7329
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
7339
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
7340
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
7330
7341
  }
7331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LazyModuleLoader, decorators: [{
7342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: LazyModuleLoader, decorators: [{
7332
7343
  type: Injectable,
7333
7344
  args: [{ providedIn: 'root' }]
7334
7345
  }], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
@@ -7531,8 +7542,8 @@ class VIModule {
7531
7542
  ]
7532
7543
  };
7533
7544
  }
7534
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7535
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: VIModule, declarations: [TimePipe,
7545
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7546
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: VIModule, declarations: [TimePipe,
7536
7547
  FinancePipe,
7537
7548
  SanitizePipe,
7538
7549
  TruncatePipe,
@@ -7587,9 +7598,9 @@ class VIModule {
7587
7598
  HTMLContentTitleDirective,
7588
7599
  AutoScrollBottomDirective,
7589
7600
  AspectRatioResizeDirective] });
7590
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
7601
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
7591
7602
  }
7592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: VIModule, decorators: [{
7603
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: VIModule, decorators: [{
7593
7604
  type: NgModule,
7594
7605
  args: [{
7595
7606
  imports,