@ts-core/angular 17.0.22 → 17.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/VIModule.mjs +5 -5
- package/esm2022/application/ApplicationBaseComponent.mjs +4 -4
- package/esm2022/asset/AssetBackgroundDirective.mjs +4 -4
- package/esm2022/asset/AssetBackgroundPipe.mjs +4 -4
- package/esm2022/asset/AssetFilePipe.mjs +4 -4
- package/esm2022/asset/AssetIconPipe.mjs +4 -4
- package/esm2022/asset/AssetImagePipe.mjs +4 -4
- package/esm2022/asset/AssetModule.mjs +5 -5
- package/esm2022/asset/AssetSoundPipe.mjs +4 -4
- package/esm2022/asset/AssetVideoPipe.mjs +4 -4
- package/esm2022/cookie/CookieModule.mjs +5 -5
- package/esm2022/directive/AspectRatioResizeDirective.mjs +4 -4
- package/esm2022/directive/AutoScrollBottomDirective.mjs +4 -4
- package/esm2022/directive/ClickToCopyDirective.mjs +4 -4
- package/esm2022/directive/ClickToSelectDirective.mjs +4 -4
- package/esm2022/directive/FocusDirective.mjs +4 -4
- package/esm2022/directive/HTMLContentTitleDirective.mjs +4 -4
- package/esm2022/directive/HTMLTitleDirective.mjs +4 -4
- package/esm2022/directive/InfiniteScrollDirective.mjs +4 -4
- package/esm2022/directive/IsBrowserDirective.mjs +4 -4
- package/esm2022/directive/IsServerDirective.mjs +4 -4
- package/esm2022/directive/ResizeDirective.mjs +4 -4
- package/esm2022/directive/ScrollCheckDirective.mjs +4 -4
- package/esm2022/directive/ScrollDirective.mjs +4 -4
- package/esm2022/directive/SelectOnFocusDirective.mjs +4 -4
- package/esm2022/language/LanguageDirective.mjs +4 -4
- package/esm2022/language/LanguageHasDirective.mjs +4 -4
- package/esm2022/language/LanguageModule.mjs +5 -5
- package/esm2022/language/LanguagePipe.mjs +4 -4
- package/esm2022/language/LanguagePipeHas.mjs +4 -4
- package/esm2022/language/LanguagePipeHasPure.mjs +4 -4
- package/esm2022/language/LanguagePipePure.mjs +4 -4
- package/esm2022/language/LanguageResolver.mjs +4 -4
- package/esm2022/login/LoginGuard.mjs +4 -4
- package/esm2022/login/LoginIfCanGuard.mjs +4 -4
- package/esm2022/login/LoginNotGuard.mjs +4 -4
- package/esm2022/login/LoginResolver.mjs +4 -4
- package/esm2022/module/LazyModuleLoader.mjs +4 -4
- package/esm2022/notification/INotificationContent.mjs +4 -4
- package/esm2022/pipe/CamelCasePipe.mjs +4 -4
- package/esm2022/pipe/FinancePipe.mjs +4 -4
- package/esm2022/pipe/MomentDateAdaptivePipe.mjs +4 -4
- package/esm2022/pipe/MomentDateFromNowPipe.mjs +4 -4
- package/esm2022/pipe/MomentDatePipe.mjs +4 -4
- package/esm2022/pipe/MomentTimePipe.mjs +4 -4
- package/esm2022/pipe/NgModelErrorPipe.mjs +4 -4
- package/esm2022/pipe/PrettifyPipe.mjs +4 -4
- package/esm2022/pipe/SanitizePipe.mjs +4 -4
- package/esm2022/pipe/StartCasePipe.mjs +4 -4
- package/esm2022/pipe/TimePipe.mjs +4 -4
- package/esm2022/pipe/TruncatePipe.mjs +4 -4
- package/esm2022/public-api.mjs +2 -1
- package/esm2022/service/PlatformService.mjs +5 -6
- package/esm2022/service/RouterBaseService.mjs +3 -5
- package/esm2022/service/ServiceWorkerService.mjs +107 -0
- package/esm2022/theme/ThemeAssetBackgroundDirective.mjs +4 -4
- package/esm2022/theme/ThemeAssetDirective.mjs +4 -4
- package/esm2022/theme/ThemeAssetIconDirective.mjs +4 -4
- package/esm2022/theme/ThemeAssetImageDirective.mjs +4 -4
- package/esm2022/theme/ThemeModule.mjs +5 -5
- package/esm2022/theme/ThemeStyleDirective.mjs +4 -4
- package/esm2022/theme/ThemeStyleHoverDirective.mjs +4 -4
- package/esm2022/theme/ThemeToggleDirective.mjs +4 -4
- package/esm2022/window/IWindowContent.mjs +4 -4
- package/fesm2022/ts-core-angular.mjs +292 -189
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/package.json +2 -1
- package/public-api.d.ts +1 -0
- package/service/ServiceWorkerService.d.ts +20 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Component, ViewContainerRef, booleanAttribute, Directive, Input, Pipe, NgModule, PLATFORM_ID, Injectable, Inject, InjectionToken, numberAttribute, EventEmitter, Output, HostListener, RendererStyleFlags2, Optional, NgModuleFactory, APP_INITIALIZER, RendererFactory2 } from '@angular/core';
|
|
3
|
+
import * as i2 from '@ts-core/common';
|
|
3
4
|
import { DestroyableContainer, PromiseHandler, LoadableEvent, ExtendedError, Destroyable, DateUtil, Loadable, LoadableStatus, ObservableData, TransportTimeoutError, TransportNoConnectionError, ArrayUtil, FilterableMapCollection, RemoveFilterableCondition, GetFilterableCondition, IDestroyable, MapCollection, TransportEvent, TransportLocal, Logger, LoggerLevel } from '@ts-core/common';
|
|
4
5
|
import * as _ from 'lodash';
|
|
5
6
|
import * as i1 from '@ts-core/frontend';
|
|
@@ -13,6 +14,7 @@ import * as interact from 'interactjs';
|
|
|
13
14
|
import * as i1$1 from '@angular/router';
|
|
14
15
|
import { NavigationStart, NavigationEnd, NavigationCancel, NavigationError } from '@angular/router';
|
|
15
16
|
import * as i1$2 from '@angular/platform-browser';
|
|
17
|
+
import * as i1$3 from '@angular/service-worker';
|
|
16
18
|
|
|
17
19
|
class ApplicationBaseComponent extends DestroyableContainer {
|
|
18
20
|
// --------------------------------------------------------------------------
|
|
@@ -97,10 +99,10 @@ class ApplicationBaseComponent extends DestroyableContainer {
|
|
|
97
99
|
get viewReady() {
|
|
98
100
|
return !_.isNil(this.viewReadyPromise) ? this.viewReadyPromise.promise : null;
|
|
99
101
|
}
|
|
100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
101
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
102
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplicationBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
103
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ApplicationBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
102
104
|
}
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
|
|
104
106
|
type: Component,
|
|
105
107
|
args: [{ template: '' }]
|
|
106
108
|
}], ctorParameters: () => [] });
|
|
@@ -937,10 +939,10 @@ class AssetBackgroundDirective extends Destroyable {
|
|
|
937
939
|
get background() {
|
|
938
940
|
return this._background;
|
|
939
941
|
}
|
|
940
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
941
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
942
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
943
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: AssetBackgroundDirective, selector: "[vi-asset-background]", inputs: { isIcon: ["isIcon", "isIcon", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isUrl: ["isUrl", "isUrl", booleanAttribute], repeat: "repeat", extension: "extension", background: ["vi-asset-background", "background"] }, usesInheritance: true, ngImport: i0 });
|
|
942
944
|
}
|
|
943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
|
|
944
946
|
type: Directive,
|
|
945
947
|
args: [{
|
|
946
948
|
selector: '[vi-asset-background]'
|
|
@@ -972,10 +974,10 @@ class AssetBackgroundPipe {
|
|
|
972
974
|
transform(name, extension = 'png') {
|
|
973
975
|
return Assets.getBackground(name, extension);
|
|
974
976
|
}
|
|
975
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
976
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
977
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
978
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AssetBackgroundPipe, name: "viAssetBackground" });
|
|
977
979
|
}
|
|
978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
|
|
979
981
|
type: Pipe,
|
|
980
982
|
args: [{
|
|
981
983
|
name: 'viAssetBackground'
|
|
@@ -991,10 +993,10 @@ class AssetIconPipe {
|
|
|
991
993
|
transform(name, extension = 'png') {
|
|
992
994
|
return Assets.getIcon(name, extension);
|
|
993
995
|
}
|
|
994
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
995
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
996
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
997
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AssetIconPipe, name: "viAssetIcon" });
|
|
996
998
|
}
|
|
997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetIconPipe, decorators: [{
|
|
998
1000
|
type: Pipe,
|
|
999
1001
|
args: [{
|
|
1000
1002
|
name: 'viAssetIcon'
|
|
@@ -1010,10 +1012,10 @@ class AssetFilePipe {
|
|
|
1010
1012
|
transform(name, extension) {
|
|
1011
1013
|
return Assets.getFile(name, extension);
|
|
1012
1014
|
}
|
|
1013
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1014
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
1015
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1016
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AssetFilePipe, name: "viAssetFile" });
|
|
1015
1017
|
}
|
|
1016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetFilePipe, decorators: [{
|
|
1017
1019
|
type: Pipe,
|
|
1018
1020
|
args: [{
|
|
1019
1021
|
name: 'viAssetFile'
|
|
@@ -1029,10 +1031,10 @@ class AssetVideoPipe {
|
|
|
1029
1031
|
transform(name, extension = 'mp4') {
|
|
1030
1032
|
return Assets.getVideo(name, extension);
|
|
1031
1033
|
}
|
|
1032
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1033
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
1034
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1035
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AssetVideoPipe, name: "viAssetVideo" });
|
|
1034
1036
|
}
|
|
1035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetVideoPipe, decorators: [{
|
|
1036
1038
|
type: Pipe,
|
|
1037
1039
|
args: [{
|
|
1038
1040
|
name: 'viAssetVideo'
|
|
@@ -1048,10 +1050,10 @@ class AssetSoundPipe {
|
|
|
1048
1050
|
transform(name, extension = 'mp3') {
|
|
1049
1051
|
return Assets.getSound(name, extension);
|
|
1050
1052
|
}
|
|
1051
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1052
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
1053
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1054
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AssetSoundPipe, name: "viAssetSound" });
|
|
1053
1055
|
}
|
|
1054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1056
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetSoundPipe, decorators: [{
|
|
1055
1057
|
type: Pipe,
|
|
1056
1058
|
args: [{
|
|
1057
1059
|
name: 'viAssetSound'
|
|
@@ -1067,10 +1069,10 @@ class AssetImagePipe {
|
|
|
1067
1069
|
transform(name, extension = 'png') {
|
|
1068
1070
|
return Assets.getImage(name, extension);
|
|
1069
1071
|
}
|
|
1070
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1071
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
1072
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1073
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AssetImagePipe, name: "viAssetImage" });
|
|
1072
1074
|
}
|
|
1073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetImagePipe, decorators: [{
|
|
1074
1076
|
type: Pipe,
|
|
1075
1077
|
args: [{
|
|
1076
1078
|
name: 'viAssetImage'
|
|
@@ -1079,11 +1081,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImpor
|
|
|
1079
1081
|
|
|
1080
1082
|
let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
|
|
1081
1083
|
class AssetModule {
|
|
1082
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1083
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
1084
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
1084
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1085
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
|
|
1086
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetModule, imports: [CommonModule] });
|
|
1085
1087
|
}
|
|
1086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetModule, decorators: [{
|
|
1087
1089
|
type: NgModule,
|
|
1088
1090
|
args: [{
|
|
1089
1091
|
imports: [CommonModule],
|
|
@@ -1188,10 +1190,10 @@ class PlatformService extends DestroyableContainer {
|
|
|
1188
1190
|
get isPlatformBrowser() {
|
|
1189
1191
|
return this._isPlatformBrowser;
|
|
1190
1192
|
}
|
|
1191
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1192
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1193
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1194
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PlatformService, providedIn: 'root' });
|
|
1193
1195
|
}
|
|
1194
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PlatformService, decorators: [{
|
|
1195
1197
|
type: Injectable,
|
|
1196
1198
|
args: [{ providedIn: 'root' }]
|
|
1197
1199
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1221,11 +1223,11 @@ class CookieModule {
|
|
|
1221
1223
|
]
|
|
1222
1224
|
};
|
|
1223
1225
|
}
|
|
1224
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1225
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
1226
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
1226
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1227
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CookieModule });
|
|
1228
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CookieModule });
|
|
1227
1229
|
}
|
|
1228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CookieModule, decorators: [{
|
|
1229
1231
|
type: NgModule
|
|
1230
1232
|
}] });
|
|
1231
1233
|
function cookieServiceFactory(nativeWindow, options, platform) {
|
|
@@ -1443,10 +1445,10 @@ class AspectRatioResizeDirective extends DestroyableContainer {
|
|
|
1443
1445
|
get ratio() {
|
|
1444
1446
|
return this._ratio;
|
|
1445
1447
|
}
|
|
1446
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1447
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
1448
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1449
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: AspectRatioResizeDirective, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
|
|
1448
1450
|
}
|
|
1449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
|
|
1450
1452
|
type: Directive,
|
|
1451
1453
|
args: [{
|
|
1452
1454
|
selector: '[vi-aspect-ratio]'
|
|
@@ -1562,10 +1564,10 @@ class ScrollDirective extends Destroyable {
|
|
|
1562
1564
|
get scrollValue() {
|
|
1563
1565
|
return this._scrollValue;
|
|
1564
1566
|
}
|
|
1565
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1566
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
1567
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1568
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: ScrollDirective, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
1567
1569
|
}
|
|
1568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScrollDirective, decorators: [{
|
|
1569
1571
|
type: Directive,
|
|
1570
1572
|
args: [{
|
|
1571
1573
|
selector: '[vi-scroll]'
|
|
@@ -1632,10 +1634,10 @@ class InfiniteScrollDirective extends ScrollDirective {
|
|
|
1632
1634
|
get scrollHeight() {
|
|
1633
1635
|
return this.element.scrollHeight;
|
|
1634
1636
|
}
|
|
1635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1636
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
1637
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1638
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: InfiniteScrollDirective, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
|
|
1637
1639
|
}
|
|
1638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
|
|
1639
1641
|
type: Directive,
|
|
1640
1642
|
args: [{
|
|
1641
1643
|
selector: '[vi-infinite-scroll]'
|
|
@@ -1750,10 +1752,10 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
|
|
|
1750
1752
|
this.isScrollLocked = true;
|
|
1751
1753
|
this.scrollCheck();
|
|
1752
1754
|
}
|
|
1753
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1754
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1755
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1756
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: AutoScrollBottomDirective, selector: "[vi-auto-scroll-bottom]", inputs: { behavior: "behavior", trigger: ["vi-auto-scroll-bottom", "trigger"] }, outputs: { triggerChanged: "triggerChanged" }, usesInheritance: true, ngImport: i0 });
|
|
1755
1757
|
}
|
|
1756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
|
|
1757
1759
|
type: Directive,
|
|
1758
1760
|
args: [{
|
|
1759
1761
|
selector: '[vi-auto-scroll-bottom]'
|
|
@@ -1799,10 +1801,10 @@ class ClickToCopyDirective extends Destroyable {
|
|
|
1799
1801
|
this.element = null;
|
|
1800
1802
|
clearTimeout(this.selectionClearTimer);
|
|
1801
1803
|
}
|
|
1802
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1803
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1804
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1805
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ClickToCopyDirective, selector: "[vi-click-to-copy]", inputs: { element: ["vi-click-to-copy", "element"] }, host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
1804
1806
|
}
|
|
1805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClickToCopyDirective, decorators: [{
|
|
1806
1808
|
type: Directive,
|
|
1807
1809
|
args: [{
|
|
1808
1810
|
selector: '[vi-click-to-copy]'
|
|
@@ -1853,10 +1855,10 @@ class ClickToSelectDirective extends Destroyable {
|
|
|
1853
1855
|
super.destroy();
|
|
1854
1856
|
this.element = null;
|
|
1855
1857
|
}
|
|
1856
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1857
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1858
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1859
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ClickToSelectDirective, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
1858
1860
|
}
|
|
1859
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClickToSelectDirective, decorators: [{
|
|
1860
1862
|
type: Directive,
|
|
1861
1863
|
args: [{
|
|
1862
1864
|
selector: '[vi-click-to-select]'
|
|
@@ -1960,10 +1962,10 @@ class FocusDirective extends Destroyable {
|
|
|
1960
1962
|
set trigger(value) {
|
|
1961
1963
|
this.focus();
|
|
1962
1964
|
}
|
|
1963
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1964
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1965
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1966
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: FocusDirective, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
|
|
1965
1967
|
}
|
|
1966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FocusDirective, decorators: [{
|
|
1967
1969
|
type: Directive,
|
|
1968
1970
|
args: [{
|
|
1969
1971
|
selector: '[vi-focus]'
|
|
@@ -2004,10 +2006,10 @@ class SelectOnFocusDirective extends Destroyable {
|
|
|
2004
2006
|
super.destroy();
|
|
2005
2007
|
this.element = null;
|
|
2006
2008
|
}
|
|
2007
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2008
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2009
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2010
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: SelectOnFocusDirective, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
2009
2011
|
}
|
|
2010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2012
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
|
|
2011
2013
|
type: Directive,
|
|
2012
2014
|
args: [{
|
|
2013
2015
|
selector: '[vi-select-on-focus]'
|
|
@@ -2071,10 +2073,10 @@ class ResizeDirective extends Destroyable {
|
|
|
2071
2073
|
this.interactable = null;
|
|
2072
2074
|
}
|
|
2073
2075
|
}
|
|
2074
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2075
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
2076
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2077
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: ResizeDirective, selector: "[vi-resize]", inputs: { isTop: ["isTop", "isTop", booleanAttribute], isLeft: ["isLeft", "isLeft", booleanAttribute], isRight: ["isRight", "isRight", booleanAttribute], isBottom: ["isBottom", "isBottom", booleanAttribute] }, outputs: { resized: "resized" }, usesInheritance: true, ngImport: i0 });
|
|
2076
2078
|
}
|
|
2077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ResizeDirective, decorators: [{
|
|
2078
2080
|
type: Directive,
|
|
2079
2081
|
args: [{
|
|
2080
2082
|
selector: '[vi-resize]'
|
|
@@ -2249,10 +2251,10 @@ class ScrollCheckDirective extends DestroyableContainer {
|
|
|
2249
2251
|
get scrollLimit() {
|
|
2250
2252
|
return this._scrollLimit;
|
|
2251
2253
|
}
|
|
2252
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2253
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
2254
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2255
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: ScrollCheckDirective, selector: "[vi-scroll-check]", inputs: { delay: ["delay", "delay", numberAttribute], offset: ["offset", "offset", numberAttribute], scrollLimit: ["vi-scroll-check", "scrollLimit"] }, outputs: { top: "top", bottom: "bottom", limitExceed: "limitExceed" }, usesInheritance: true, ngImport: i0 });
|
|
2254
2256
|
}
|
|
2255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScrollCheckDirective, decorators: [{
|
|
2256
2258
|
type: Directive,
|
|
2257
2259
|
args: [{
|
|
2258
2260
|
selector: '[vi-scroll-check]'
|
|
@@ -2345,10 +2347,10 @@ class LanguagePipe extends DestroyableContainer {
|
|
|
2345
2347
|
this.lastParams = null;
|
|
2346
2348
|
this.lastValue = null;
|
|
2347
2349
|
}
|
|
2348
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2349
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
2350
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2351
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipe, name: "viTranslate", pure: false });
|
|
2350
2352
|
}
|
|
2351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipe, decorators: [{
|
|
2352
2354
|
type: Pipe,
|
|
2353
2355
|
args: [{
|
|
2354
2356
|
name: 'viTranslate',
|
|
@@ -2410,10 +2412,10 @@ class HTMLTitleDirective extends Destroyable {
|
|
|
2410
2412
|
get value() {
|
|
2411
2413
|
return this._value;
|
|
2412
2414
|
}
|
|
2413
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2414
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2415
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2416
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: HTMLTitleDirective, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2415
2417
|
}
|
|
2416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HTMLTitleDirective, decorators: [{
|
|
2417
2419
|
type: Directive,
|
|
2418
2420
|
args: [{
|
|
2419
2421
|
selector: '[vi-html-title]'
|
|
@@ -2478,10 +2480,10 @@ class HTMLContentTitleDirective extends Destroyable {
|
|
|
2478
2480
|
get value() {
|
|
2479
2481
|
return this._value;
|
|
2480
2482
|
}
|
|
2481
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2482
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2483
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2484
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: HTMLContentTitleDirective, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2483
2485
|
}
|
|
2484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
|
|
2485
2487
|
type: Directive,
|
|
2486
2488
|
args: [{
|
|
2487
2489
|
selector: '[vi-html-content-title]'
|
|
@@ -2501,10 +2503,10 @@ class IsBrowserDirective extends StructureDirective {
|
|
|
2501
2503
|
super(templateRef, container);
|
|
2502
2504
|
this.isNeedAdd = platform.isPlatformBrowser;
|
|
2503
2505
|
}
|
|
2504
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2505
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2506
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2507
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IsBrowserDirective, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
|
|
2506
2508
|
}
|
|
2507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IsBrowserDirective, decorators: [{
|
|
2508
2510
|
type: Directive,
|
|
2509
2511
|
args: [{
|
|
2510
2512
|
selector: '[viIsBrowser]'
|
|
@@ -2521,10 +2523,10 @@ class IsServerDirective extends StructureDirective {
|
|
|
2521
2523
|
super(templateRef, container);
|
|
2522
2524
|
this.isNeedAdd = platform.isPlatformServer;
|
|
2523
2525
|
}
|
|
2524
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2525
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2526
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2527
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IsServerDirective, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
|
|
2526
2528
|
}
|
|
2527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IsServerDirective, decorators: [{
|
|
2528
2530
|
type: Directive,
|
|
2529
2531
|
args: [{
|
|
2530
2532
|
selector: '[viIsServer]'
|
|
@@ -2557,10 +2559,10 @@ class LanguagePipePure extends DestroyableContainer {
|
|
|
2557
2559
|
super.destroy();
|
|
2558
2560
|
this.language = null;
|
|
2559
2561
|
}
|
|
2560
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2561
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
2562
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2563
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipePure, name: "viTranslatePure" });
|
|
2562
2564
|
}
|
|
2563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipePure, decorators: [{
|
|
2564
2566
|
type: Pipe,
|
|
2565
2567
|
args: [{
|
|
2566
2568
|
name: 'viTranslatePure'
|
|
@@ -2611,10 +2613,10 @@ class LanguageResolver extends LanguageRequireResolver {
|
|
|
2611
2613
|
constructor(language) {
|
|
2612
2614
|
super(language);
|
|
2613
2615
|
}
|
|
2614
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2615
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2616
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2617
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
|
|
2616
2618
|
}
|
|
2617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageResolver, decorators: [{
|
|
2618
2620
|
type: Injectable,
|
|
2619
2621
|
args: [{ providedIn: 'root' }]
|
|
2620
2622
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
@@ -2697,10 +2699,10 @@ class LanguageDirective extends Destroyable {
|
|
|
2697
2699
|
get params() {
|
|
2698
2700
|
return this._params;
|
|
2699
2701
|
}
|
|
2700
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2701
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
2702
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2703
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: LanguageDirective, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
|
|
2702
2704
|
}
|
|
2703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageDirective, decorators: [{
|
|
2704
2706
|
type: Directive,
|
|
2705
2707
|
args: [{
|
|
2706
2708
|
selector: '[vi-translate]'
|
|
@@ -2762,10 +2764,10 @@ class LanguagePipeHas extends DestroyableContainer {
|
|
|
2762
2764
|
this.language = null;
|
|
2763
2765
|
this.key = null;
|
|
2764
2766
|
}
|
|
2765
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2766
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
2767
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2768
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipeHas, name: "viTranslateHas", pure: false });
|
|
2767
2769
|
}
|
|
2768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipeHas, decorators: [{
|
|
2769
2771
|
type: Pipe,
|
|
2770
2772
|
args: [{
|
|
2771
2773
|
name: 'viTranslateHas',
|
|
@@ -2799,10 +2801,10 @@ class LanguagePipeHasPure extends DestroyableContainer {
|
|
|
2799
2801
|
super.destroy();
|
|
2800
2802
|
this.language = null;
|
|
2801
2803
|
}
|
|
2802
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2803
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
2804
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2805
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipeHasPure, name: "viTranslateHasPure" });
|
|
2804
2806
|
}
|
|
2805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
|
|
2806
2808
|
type: Pipe,
|
|
2807
2809
|
args: [{
|
|
2808
2810
|
name: 'viTranslateHasPure',
|
|
@@ -2875,10 +2877,10 @@ class LanguageHasDirective extends StructureDirective {
|
|
|
2875
2877
|
get viTranslateHasIsOnlyIfNotEmpty() {
|
|
2876
2878
|
return this._isOnlyIfNotEmpty;
|
|
2877
2879
|
}
|
|
2878
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2879
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2880
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2881
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: LanguageHasDirective, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
|
|
2880
2882
|
}
|
|
2881
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageHasDirective, decorators: [{
|
|
2882
2884
|
type: Directive,
|
|
2883
2885
|
args: [{
|
|
2884
2886
|
selector: '[viTranslateHas]'
|
|
@@ -2919,11 +2921,11 @@ class LanguageModule {
|
|
|
2919
2921
|
]
|
|
2920
2922
|
};
|
|
2921
2923
|
}
|
|
2922
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2923
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
2924
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
2924
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2925
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageHasDirective, LanguageDirective] });
|
|
2926
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
|
|
2925
2927
|
}
|
|
2926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LanguageModule, decorators: [{
|
|
2927
2929
|
type: NgModule,
|
|
2928
2930
|
args: [{
|
|
2929
2931
|
imports: [CookieModule],
|
|
@@ -3187,10 +3189,10 @@ class LoginGuard extends LoginRequireResolver {
|
|
|
3187
3189
|
canActivate(route, state) {
|
|
3188
3190
|
return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
|
|
3189
3191
|
}
|
|
3190
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3191
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3192
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3193
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginGuard, providedIn: 'root' });
|
|
3192
3194
|
}
|
|
3193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginGuard, decorators: [{
|
|
3194
3196
|
type: Injectable,
|
|
3195
3197
|
args: [{ providedIn: 'root' }]
|
|
3196
3198
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3223,10 +3225,10 @@ class LoginNotGuard extends LoginRequireResolver {
|
|
|
3223
3225
|
canActivate(route, state) {
|
|
3224
3226
|
return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
|
|
3225
3227
|
}
|
|
3226
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3227
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3228
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3229
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
|
|
3228
3230
|
}
|
|
3229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginNotGuard, decorators: [{
|
|
3230
3232
|
type: Injectable,
|
|
3231
3233
|
args: [{ providedIn: 'root' }]
|
|
3232
3234
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3272,10 +3274,10 @@ class LoginIfCanGuard extends LoginGuard {
|
|
|
3272
3274
|
}
|
|
3273
3275
|
return super.canActivate(route, state);
|
|
3274
3276
|
}
|
|
3275
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3276
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3277
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginBaseService }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3278
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
|
|
3277
3279
|
}
|
|
3278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginIfCanGuard, decorators: [{
|
|
3279
3281
|
type: Injectable,
|
|
3280
3282
|
args: [{ providedIn: 'root' }]
|
|
3281
3283
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3292,10 +3294,10 @@ class LoginResolver extends LoginRequireResolver {
|
|
|
3292
3294
|
constructor(login) {
|
|
3293
3295
|
super(login);
|
|
3294
3296
|
}
|
|
3295
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3296
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3297
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginResolver, deps: [{ token: LoginBaseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3298
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginResolver, providedIn: 'root' });
|
|
3297
3299
|
}
|
|
3298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoginResolver, decorators: [{
|
|
3299
3301
|
type: Injectable,
|
|
3300
3302
|
args: [{ providedIn: 'root' }]
|
|
3301
3303
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -4129,10 +4131,10 @@ class PrettifyPipe {
|
|
|
4129
4131
|
//
|
|
4130
4132
|
// --------------------------------------------------------------------------
|
|
4131
4133
|
constructor() { }
|
|
4132
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4133
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4134
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4135
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: PrettifyPipe, name: "viPrettify" });
|
|
4134
4136
|
}
|
|
4135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PrettifyPipe, decorators: [{
|
|
4136
4138
|
type: Pipe,
|
|
4137
4139
|
args: [{
|
|
4138
4140
|
name: 'viPrettify'
|
|
@@ -4148,10 +4150,10 @@ class CamelCasePipe {
|
|
|
4148
4150
|
transform(value) {
|
|
4149
4151
|
return !_.isNil(value) ? _.camelCase(value) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4150
4152
|
}
|
|
4151
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4152
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4153
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4154
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CamelCasePipe, name: "viCamelCase" });
|
|
4153
4155
|
}
|
|
4154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CamelCasePipe, decorators: [{
|
|
4155
4157
|
type: Pipe,
|
|
4156
4158
|
args: [{
|
|
4157
4159
|
name: 'viCamelCase'
|
|
@@ -4197,10 +4199,10 @@ class FinancePipe {
|
|
|
4197
4199
|
}
|
|
4198
4200
|
return FinancePipe.format(value, format);
|
|
4199
4201
|
}
|
|
4200
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4201
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4202
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4203
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: FinancePipe, name: "viFinance" });
|
|
4202
4204
|
}
|
|
4203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancePipe, decorators: [{
|
|
4204
4206
|
type: Pipe,
|
|
4205
4207
|
args: [{
|
|
4206
4208
|
name: 'viFinance'
|
|
@@ -4263,10 +4265,10 @@ class MomentDatePipe {
|
|
|
4263
4265
|
let moment = MomentDatePipe.parseMoment(value);
|
|
4264
4266
|
return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
|
|
4265
4267
|
}
|
|
4266
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4267
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4268
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4269
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: MomentDatePipe, name: "viMomentDate" });
|
|
4268
4270
|
}
|
|
4269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MomentDatePipe, decorators: [{
|
|
4270
4272
|
type: Pipe,
|
|
4271
4273
|
args: [{
|
|
4272
4274
|
name: 'viMomentDate'
|
|
@@ -4309,10 +4311,10 @@ class MomentDateAdaptivePipe {
|
|
|
4309
4311
|
}
|
|
4310
4312
|
return item.format(format);
|
|
4311
4313
|
}
|
|
4312
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4313
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4314
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4315
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: MomentDateAdaptivePipe, name: "viMomentAdaptiveDate" });
|
|
4314
4316
|
}
|
|
4315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
|
|
4316
4318
|
type: Pipe,
|
|
4317
4319
|
args: [{
|
|
4318
4320
|
name: 'viMomentAdaptiveDate'
|
|
@@ -4328,10 +4330,10 @@ class MomentDateFromNowPipe {
|
|
|
4328
4330
|
transform(value, format) {
|
|
4329
4331
|
return MomentDatePipe.fromNow(value, format);
|
|
4330
4332
|
}
|
|
4331
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4332
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4333
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4334
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: MomentDateFromNowPipe, name: "viMomentDateFromNow" });
|
|
4333
4335
|
}
|
|
4334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
|
|
4335
4337
|
type: Pipe,
|
|
4336
4338
|
args: [{
|
|
4337
4339
|
name: 'viMomentDateFromNow'
|
|
@@ -4359,10 +4361,10 @@ class MomentTimePipe {
|
|
|
4359
4361
|
.add(timeMilliseconds, 'milliseconds')
|
|
4360
4362
|
.format(format || MomentTimePipe.DEFAULT_FORMAT);
|
|
4361
4363
|
}
|
|
4362
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4363
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4365
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: MomentTimePipe, name: "viMomentTime" });
|
|
4364
4366
|
}
|
|
4365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MomentTimePipe, decorators: [{
|
|
4366
4368
|
type: Pipe,
|
|
4367
4369
|
args: [{
|
|
4368
4370
|
name: 'viMomentTime'
|
|
@@ -4398,10 +4400,10 @@ class NgModelErrorPipe {
|
|
|
4398
4400
|
constructor(language) {
|
|
4399
4401
|
this.language = language;
|
|
4400
4402
|
}
|
|
4401
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4402
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4403
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4404
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NgModelErrorPipe, name: "viNgModelError" });
|
|
4403
4405
|
}
|
|
4404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NgModelErrorPipe, decorators: [{
|
|
4405
4407
|
type: Pipe,
|
|
4406
4408
|
args: [{
|
|
4407
4409
|
name: 'viNgModelError'
|
|
@@ -4442,10 +4444,10 @@ class SanitizePipe {
|
|
|
4442
4444
|
throw new Error('Invalid safe type specified: ' + type);
|
|
4443
4445
|
}
|
|
4444
4446
|
}
|
|
4445
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4446
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4447
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4448
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: SanitizePipe, name: "viSanitize" });
|
|
4447
4449
|
}
|
|
4448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SanitizePipe, decorators: [{
|
|
4449
4451
|
type: Pipe,
|
|
4450
4452
|
args: [{
|
|
4451
4453
|
name: 'viSanitize'
|
|
@@ -4461,10 +4463,10 @@ class StartCasePipe {
|
|
|
4461
4463
|
transform(value) {
|
|
4462
4464
|
return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4463
4465
|
}
|
|
4464
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4465
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4466
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4467
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: StartCasePipe, name: "viStartCase" });
|
|
4466
4468
|
}
|
|
4467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StartCasePipe, decorators: [{
|
|
4468
4470
|
type: Pipe,
|
|
4469
4471
|
args: [{
|
|
4470
4472
|
name: 'viStartCase'
|
|
@@ -4480,10 +4482,10 @@ class TruncatePipe {
|
|
|
4480
4482
|
transform(value, maxLength) {
|
|
4481
4483
|
return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4482
4484
|
}
|
|
4483
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4484
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4485
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4486
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: TruncatePipe, name: "viTruncate" });
|
|
4485
4487
|
}
|
|
4486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncatePipe, decorators: [{
|
|
4487
4489
|
type: Pipe,
|
|
4488
4490
|
args: [{
|
|
4489
4491
|
name: 'viTruncate'
|
|
@@ -4512,10 +4514,10 @@ class TimePipe {
|
|
|
4512
4514
|
}
|
|
4513
4515
|
return FinancePipe.format(milliseconds / DateUtil.MILLISECONDS_SECOND, format);
|
|
4514
4516
|
}
|
|
4515
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4516
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4517
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4518
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: TimePipe, name: "viTime" });
|
|
4517
4519
|
}
|
|
4518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TimePipe, decorators: [{
|
|
4519
4521
|
type: Pipe,
|
|
4520
4522
|
args: [{
|
|
4521
4523
|
name: 'viTime'
|
|
@@ -4996,6 +4998,107 @@ class RouterBaseService extends Loadable {
|
|
|
4996
4998
|
}
|
|
4997
4999
|
}
|
|
4998
5000
|
|
|
5001
|
+
class ServiceWorkerService extends Loadable {
|
|
5002
|
+
updates;
|
|
5003
|
+
logger;
|
|
5004
|
+
//--------------------------------------------------------------------------
|
|
5005
|
+
//
|
|
5006
|
+
// Constructor
|
|
5007
|
+
//
|
|
5008
|
+
//--------------------------------------------------------------------------
|
|
5009
|
+
constructor(updates, logger) {
|
|
5010
|
+
super();
|
|
5011
|
+
this.updates = updates;
|
|
5012
|
+
this.logger = logger;
|
|
5013
|
+
updates.unrecoverable.pipe(takeUntil(this.destroyed)).subscribe(event => this.unrecoverableHandler(event));
|
|
5014
|
+
updates.versionUpdates
|
|
5015
|
+
.pipe(filter(event => event.type === 'VERSION_READY'), takeUntil(this.destroyed))
|
|
5016
|
+
.subscribe(event => this.readyHandler(event));
|
|
5017
|
+
updates.versionUpdates
|
|
5018
|
+
.pipe(filter(event => event.type === 'VERSION_DETECTED'), takeUntil(this.destroyed))
|
|
5019
|
+
.subscribe(event => this.detectedHandler(event));
|
|
5020
|
+
updates.versionUpdates
|
|
5021
|
+
.pipe(filter(event => event.type === 'NO_NEW_VERSION_DETECTED'), takeUntil(this.destroyed))
|
|
5022
|
+
.subscribe(event => this.noNewVersionDetectedHandler(event));
|
|
5023
|
+
updates.versionUpdates
|
|
5024
|
+
.pipe(filter(event => event.type === 'VERSION_INSTALLATION_FAILED'), takeUntil(this.destroyed))
|
|
5025
|
+
.subscribe(event => this.installationFailedHandler(event));
|
|
5026
|
+
}
|
|
5027
|
+
//--------------------------------------------------------------------------
|
|
5028
|
+
//
|
|
5029
|
+
// Protected Methods
|
|
5030
|
+
//
|
|
5031
|
+
//--------------------------------------------------------------------------
|
|
5032
|
+
start(value) {
|
|
5033
|
+
if (value === this.status) {
|
|
5034
|
+
return;
|
|
5035
|
+
}
|
|
5036
|
+
this.status = value;
|
|
5037
|
+
this.observer.next(new ObservableData(LoadableEvent.STARTED));
|
|
5038
|
+
}
|
|
5039
|
+
finish(value) {
|
|
5040
|
+
if (value === this.status) {
|
|
5041
|
+
return;
|
|
5042
|
+
}
|
|
5043
|
+
this.status = value;
|
|
5044
|
+
this.observer.next(new ObservableData(LoadableEvent.FINISHED));
|
|
5045
|
+
}
|
|
5046
|
+
//--------------------------------------------------------------------------
|
|
5047
|
+
//
|
|
5048
|
+
// Event Handlers
|
|
5049
|
+
//
|
|
5050
|
+
//--------------------------------------------------------------------------
|
|
5051
|
+
async readyHandler(event) {
|
|
5052
|
+
this.start(LoadableStatus.LOADING);
|
|
5053
|
+
try {
|
|
5054
|
+
await this.updates.activateUpdate();
|
|
5055
|
+
this.finish(LoadableStatus.LOADED);
|
|
5056
|
+
}
|
|
5057
|
+
catch (error) {
|
|
5058
|
+
this.finish(LoadableStatus.ERROR);
|
|
5059
|
+
this.logger.error(`Unable to activate version: ${error}`);
|
|
5060
|
+
}
|
|
5061
|
+
}
|
|
5062
|
+
async unrecoverableHandler(event) {
|
|
5063
|
+
this.finish(LoadableStatus.ERROR);
|
|
5064
|
+
this.logger.error(`Unable to update version: ${event.reason}`);
|
|
5065
|
+
}
|
|
5066
|
+
async detectedHandler(event) {
|
|
5067
|
+
this.start(LoadableStatus.LOADING);
|
|
5068
|
+
}
|
|
5069
|
+
async installationFailedHandler(event) {
|
|
5070
|
+
this.finish(LoadableStatus.ERROR);
|
|
5071
|
+
}
|
|
5072
|
+
async noNewVersionDetectedHandler(event) {
|
|
5073
|
+
this.finish(LoadableStatus.NOT_LOADED);
|
|
5074
|
+
}
|
|
5075
|
+
//--------------------------------------------------------------------------
|
|
5076
|
+
//
|
|
5077
|
+
// Public Methods
|
|
5078
|
+
//
|
|
5079
|
+
//--------------------------------------------------------------------------
|
|
5080
|
+
activateUpdate() {
|
|
5081
|
+
return this.updates.activateUpdate();
|
|
5082
|
+
}
|
|
5083
|
+
checkForUpdate() {
|
|
5084
|
+
return this.updates.checkForUpdate();
|
|
5085
|
+
}
|
|
5086
|
+
//--------------------------------------------------------------------------
|
|
5087
|
+
//
|
|
5088
|
+
// Public Properties
|
|
5089
|
+
//
|
|
5090
|
+
//--------------------------------------------------------------------------
|
|
5091
|
+
get isEnabled() {
|
|
5092
|
+
return this.updates.isEnabled;
|
|
5093
|
+
}
|
|
5094
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceWorkerService, deps: [{ token: i1$3.SwUpdate }, { token: i2.Logger }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5095
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceWorkerService, providedIn: 'root' });
|
|
5096
|
+
}
|
|
5097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceWorkerService, decorators: [{
|
|
5098
|
+
type: Injectable,
|
|
5099
|
+
args: [{ providedIn: 'root' }]
|
|
5100
|
+
}], ctorParameters: () => [{ type: i1$3.SwUpdate }, { type: i2.Logger }] });
|
|
5101
|
+
|
|
4999
5102
|
class CanDeactivateGuard {
|
|
5000
5103
|
// --------------------------------------------------------------------------
|
|
5001
5104
|
//
|
|
@@ -5108,10 +5211,10 @@ class ThemeStyleDirective extends Destroyable {
|
|
|
5108
5211
|
this.stylePropertiesCheck();
|
|
5109
5212
|
}
|
|
5110
5213
|
}
|
|
5111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5112
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
5214
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5215
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ThemeStyleDirective, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
|
|
5113
5216
|
}
|
|
5114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeStyleDirective, decorators: [{
|
|
5115
5218
|
type: Directive,
|
|
5116
5219
|
args: [{
|
|
5117
5220
|
selector: '[vi-theme-style]'
|
|
@@ -5211,10 +5314,10 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
|
|
|
5211
5314
|
set flags(value) {
|
|
5212
5315
|
super.flags = value;
|
|
5213
5316
|
}
|
|
5214
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5215
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
5317
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5318
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ThemeStyleHoverDirective, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
|
|
5216
5319
|
}
|
|
5217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
|
|
5218
5321
|
type: Directive,
|
|
5219
5322
|
args: [{
|
|
5220
5323
|
selector: '[vi-theme-style-hover]'
|
|
@@ -5442,10 +5545,10 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5442
5545
|
this._extension = value;
|
|
5443
5546
|
this.setSourceProperties();
|
|
5444
5547
|
}
|
|
5445
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5446
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
5548
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5549
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: ThemeAssetDirective, inputs: { isSound: ["isSound", "isSound", booleanAttribute], isVideo: ["isVideo", "isVideo", booleanAttribute], isFile: ["isFile", "isFile", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isBackground: ["isBackground", "isBackground", booleanAttribute], isIgnoreTheme: ["isIgnoreTheme", "isIgnoreTheme", booleanAttribute], name: "name", extension: "extension" }, host: { listeners: { "error": "errorLoadingHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
5447
5550
|
}
|
|
5448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeAssetDirective, decorators: [{
|
|
5449
5552
|
type: Directive
|
|
5450
5553
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
|
|
5451
5554
|
type: HostListener,
|
|
@@ -5507,10 +5610,10 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5507
5610
|
get name() {
|
|
5508
5611
|
return super.name;
|
|
5509
5612
|
}
|
|
5510
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5511
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
5613
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5614
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ThemeAssetBackgroundDirective, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5512
5615
|
}
|
|
5513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
|
|
5514
5617
|
type: Directive,
|
|
5515
5618
|
args: [{
|
|
5516
5619
|
selector: '[vi-theme-background]'
|
|
@@ -5552,10 +5655,10 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
5552
5655
|
get name() {
|
|
5553
5656
|
return super.name;
|
|
5554
5657
|
}
|
|
5555
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5556
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
5658
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5659
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ThemeAssetImageDirective, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5557
5660
|
}
|
|
5558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
|
|
5559
5662
|
type: Directive,
|
|
5560
5663
|
args: [{
|
|
5561
5664
|
selector: '[vi-theme-image]'
|
|
@@ -5596,10 +5699,10 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
5596
5699
|
get name() {
|
|
5597
5700
|
return super.name;
|
|
5598
5701
|
}
|
|
5599
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5600
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
5702
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5703
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ThemeAssetIconDirective, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5601
5704
|
}
|
|
5602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
|
|
5603
5706
|
type: Directive,
|
|
5604
5707
|
args: [{
|
|
5605
5708
|
selector: '[vi-theme-icon]'
|
|
@@ -5655,10 +5758,10 @@ class ThemeToggleDirective extends Destroyable {
|
|
|
5655
5758
|
super.destroy();
|
|
5656
5759
|
this.theme = null;
|
|
5657
5760
|
}
|
|
5658
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5659
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
5761
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5762
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ThemeToggleDirective, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
5660
5763
|
}
|
|
5661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeToggleDirective, decorators: [{
|
|
5662
5765
|
type: Directive,
|
|
5663
5766
|
args: [{
|
|
5664
5767
|
selector: '[vi-theme-toggle]'
|
|
@@ -5703,8 +5806,8 @@ class ThemeModule {
|
|
|
5703
5806
|
]
|
|
5704
5807
|
};
|
|
5705
5808
|
}
|
|
5706
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5707
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
5809
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5810
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
|
|
5708
5811
|
ThemeAssetImageDirective,
|
|
5709
5812
|
ThemeAssetIconDirective,
|
|
5710
5813
|
ThemeAssetBackgroundDirective,
|
|
@@ -5715,9 +5818,9 @@ class ThemeModule {
|
|
|
5715
5818
|
ThemeAssetBackgroundDirective,
|
|
5716
5819
|
ThemeStyleDirective,
|
|
5717
5820
|
ThemeStyleHoverDirective] });
|
|
5718
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
5821
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
|
|
5719
5822
|
}
|
|
5720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeModule, decorators: [{
|
|
5721
5824
|
type: NgModule,
|
|
5722
5825
|
args: [{
|
|
5723
5826
|
imports: [CookieModule],
|
|
@@ -6420,10 +6523,10 @@ class IWindowContent extends DestroyableContainer {
|
|
|
6420
6523
|
this.commitWindowProperties();
|
|
6421
6524
|
}
|
|
6422
6525
|
}
|
|
6423
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6424
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.
|
|
6526
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
6527
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.12", type: IWindowContent, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6425
6528
|
}
|
|
6426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IWindowContent, decorators: [{
|
|
6427
6530
|
type: Component,
|
|
6428
6531
|
args: [{ template: '' }]
|
|
6429
6532
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -6599,10 +6702,10 @@ class INotificationContent extends DestroyableContainer {
|
|
|
6599
6702
|
get config() {
|
|
6600
6703
|
return this._config;
|
|
6601
6704
|
}
|
|
6602
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6603
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
6705
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6706
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: INotificationContent, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6604
6707
|
}
|
|
6605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: INotificationContent, decorators: [{
|
|
6606
6709
|
type: Component,
|
|
6607
6710
|
args: [{ template: '' }]
|
|
6608
6711
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
|
|
@@ -6859,10 +6962,10 @@ class LazyModuleLoader extends Loadable {
|
|
|
6859
6962
|
get modules() {
|
|
6860
6963
|
return this._modules;
|
|
6861
6964
|
}
|
|
6862
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6863
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6965
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6966
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
|
|
6864
6967
|
}
|
|
6865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LazyModuleLoader, decorators: [{
|
|
6866
6969
|
type: Injectable,
|
|
6867
6970
|
args: [{ providedIn: 'root' }]
|
|
6868
6971
|
}], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
|
|
@@ -7063,8 +7166,8 @@ class VIModule {
|
|
|
7063
7166
|
]
|
|
7064
7167
|
};
|
|
7065
7168
|
}
|
|
7066
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7067
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
7169
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7170
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: VIModule, declarations: [TimePipe,
|
|
7068
7171
|
FinancePipe,
|
|
7069
7172
|
SanitizePipe,
|
|
7070
7173
|
TruncatePipe,
|
|
@@ -7115,9 +7218,9 @@ class VIModule {
|
|
|
7115
7218
|
HTMLContentTitleDirective,
|
|
7116
7219
|
AutoScrollBottomDirective,
|
|
7117
7220
|
AspectRatioResizeDirective] });
|
|
7118
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
7221
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
|
|
7119
7222
|
}
|
|
7120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VIModule, decorators: [{
|
|
7121
7224
|
type: NgModule,
|
|
7122
7225
|
args: [{
|
|
7123
7226
|
imports,
|
|
@@ -7155,5 +7258,5 @@ const VI_ANGULAR_OPTIONS = new InjectionToken(`VI_ANGULAR_OPTIONS`);
|
|
|
7155
7258
|
* Generated bundle index. Do not edit.
|
|
7156
7259
|
*/
|
|
7157
7260
|
|
|
7158
|
-
export { APPLICATION_INJECTOR, ApplicationBaseComponent, ApplicationComponent, AspectRatioResizeDirective, AssetBackgroundDirective, AssetBackgroundPipe, AssetFilePipe, AssetIconPipe, AssetImagePipe, AssetModule, AssetSoundPipe, AssetVideoPipe, AutoScrollBottomDirective, BooleanValueStorage, BottomSheetService, COOKIE_OPTIONS, CamelCasePipe, CanDeactivateGuard, ClickToCopyDirective, ClickToSelectDirective, CookieModule, CookieOptions, CookieService, DateValueStorage, Direction, FinancePipe, FocusDirective, FocusManager, HTMLContentTitleDirective, HTMLTitleDirective, INotification, INotificationContent, IUser, IVIOptions, IWindow, IWindowContent, InfiniteScrollDirective, IsBrowserDirective, IsServerDirective, LANGUAGE_OPTIONS, LanguageDirective, LanguageHasDirective, LanguageModule, LanguagePipe, LanguagePipeHas, LanguagePipeHasPure, LanguagePipePure, LanguageRequireResolver, LanguageResolver, LazyModuleLoader, ListItem, ListItems, LocalStorageService, LoginBaseService, LoginBaseServiceEvent, LoginGuard, LoginIfCanGuard, LoginNotGuard, LoginRequireResolver, LoginResolver, LoginTokenStorage, MenuItem, MenuItemBase, MenuItems, MessageBaseComponent, MomentDateAdaptivePipe, MomentDateFromNowPipe, MomentDatePipe, MomentTimePipe, NavigationMenuItem, NgModelErrorPipe, NotificationConfig, NotificationEvent, NotificationService, NotificationServiceEvent, PipeBaseService, PlatformService, PrettifyPipe, QuestionEvent, QuestionManager, QuestionMode, ResizeDirective, ResizeManager, RouterBaseService, RouterSelectListItems, SanitizePipe, ScrollCheckDirective, ScrollDirective, SelectListItem, SelectListItems, SelectOnFocusDirective, StartCasePipe, StructureDirective, THEME_OPTIONS, ThemeAssetBackgroundDirective, ThemeAssetDirective, ThemeAssetIconDirective, ThemeAssetImageDirective, ThemeModule, ThemeStyleDirective, ThemeStyleHoverDirective, ThemeToggleDirective, TimePipe, TransportLazy, TransportLazyModule, TransportLazyModuleLoadedEvent, TruncatePipe, UserBaseService, UserBaseServiceEvent, VIModule, VI_ANGULAR_OPTIONS, ValueStorage, ViewUtil, WINDOW_CONTENT_CONTAINER, WindowAlign, WindowBase, WindowClosedError, WindowConfig, WindowEvent, WindowService, WindowServiceEvent, cookieServiceFactory, initializerFactory, languageServiceFactory, localStorageServiceFactory, loggerServiceFactory, loginTokenStorageServiceFactory, nativeWindowServiceFactory, themeAssetServiceFactory, themeServiceFactory };
|
|
7261
|
+
export { APPLICATION_INJECTOR, ApplicationBaseComponent, ApplicationComponent, AspectRatioResizeDirective, AssetBackgroundDirective, AssetBackgroundPipe, AssetFilePipe, AssetIconPipe, AssetImagePipe, AssetModule, AssetSoundPipe, AssetVideoPipe, AutoScrollBottomDirective, BooleanValueStorage, BottomSheetService, COOKIE_OPTIONS, CamelCasePipe, CanDeactivateGuard, ClickToCopyDirective, ClickToSelectDirective, CookieModule, CookieOptions, CookieService, DateValueStorage, Direction, FinancePipe, FocusDirective, FocusManager, HTMLContentTitleDirective, HTMLTitleDirective, INotification, INotificationContent, IUser, IVIOptions, IWindow, IWindowContent, InfiniteScrollDirective, IsBrowserDirective, IsServerDirective, LANGUAGE_OPTIONS, LanguageDirective, LanguageHasDirective, LanguageModule, LanguagePipe, LanguagePipeHas, LanguagePipeHasPure, LanguagePipePure, LanguageRequireResolver, LanguageResolver, LazyModuleLoader, ListItem, ListItems, LocalStorageService, LoginBaseService, LoginBaseServiceEvent, LoginGuard, LoginIfCanGuard, LoginNotGuard, LoginRequireResolver, LoginResolver, LoginTokenStorage, MenuItem, MenuItemBase, MenuItems, MessageBaseComponent, MomentDateAdaptivePipe, MomentDateFromNowPipe, MomentDatePipe, MomentTimePipe, NavigationMenuItem, NgModelErrorPipe, NotificationConfig, NotificationEvent, NotificationService, NotificationServiceEvent, PipeBaseService, PlatformService, PrettifyPipe, QuestionEvent, QuestionManager, QuestionMode, ResizeDirective, ResizeManager, RouterBaseService, RouterSelectListItems, SanitizePipe, ScrollCheckDirective, ScrollDirective, SelectListItem, SelectListItems, SelectOnFocusDirective, ServiceWorkerService, StartCasePipe, StructureDirective, THEME_OPTIONS, ThemeAssetBackgroundDirective, ThemeAssetDirective, ThemeAssetIconDirective, ThemeAssetImageDirective, ThemeModule, ThemeStyleDirective, ThemeStyleHoverDirective, ThemeToggleDirective, TimePipe, TransportLazy, TransportLazyModule, TransportLazyModuleLoadedEvent, TruncatePipe, UserBaseService, UserBaseServiceEvent, VIModule, VI_ANGULAR_OPTIONS, ValueStorage, ViewUtil, WINDOW_CONTENT_CONTAINER, WindowAlign, WindowBase, WindowClosedError, WindowConfig, WindowEvent, WindowService, WindowServiceEvent, cookieServiceFactory, initializerFactory, languageServiceFactory, localStorageServiceFactory, loggerServiceFactory, loginTokenStorageServiceFactory, nativeWindowServiceFactory, themeAssetServiceFactory, themeServiceFactory };
|
|
7159
7262
|
//# sourceMappingURL=ts-core-angular.mjs.map
|