@ts-core/angular 19.0.14 → 21.0.0
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/fesm2022/ts-core-angular.mjs +328 -262
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/package.json +26 -16
- package/types/ts-core-angular.d.ts +1824 -0
- package/ApplicationInjector.d.ts +0 -2
- package/VIModule.d.ts +0 -60
- package/application/ApplicationComponent.d.ts +0 -13
- package/application/ApplicationComponentBase.d.ts +0 -21
- package/application/ApplicationInitializerBase.d.ts +0 -35
- package/application/MessageComponentBase.d.ts +0 -15
- package/asset/AssetBackgroundDirective.d.ts +0 -33
- package/asset/AssetBackgroundPipe.d.ts +0 -7
- package/asset/AssetFilePipe.d.ts +0 -7
- package/asset/AssetIconPipe.d.ts +0 -7
- package/asset/AssetImagePipe.d.ts +0 -7
- package/asset/AssetModule.d.ts +0 -14
- package/asset/AssetSoundPipe.d.ts +0 -7
- package/asset/AssetVideoPipe.d.ts +0 -7
- package/bottomSheet/BottomSheetService.d.ts +0 -21
- package/cookie/CookieModule.d.ts +0 -13
- package/cookie/CookieOptions.d.ts +0 -10
- package/cookie/CookieService.d.ts +0 -13
- package/directive/AspectRatioResizeDirective.d.ts +0 -29
- package/directive/AutoScrollBottomDirective.d.ts +0 -24
- package/directive/ClickToCopyDirective.d.ts +0 -11
- package/directive/ClickToSelectDirective.d.ts +0 -11
- package/directive/FocusDirective.d.ts +0 -12
- package/directive/HTMLContentTitleDirective.d.ts +0 -14
- package/directive/HTMLTitleDirective.d.ts +0 -14
- package/directive/InfiniteScrollDirective.d.ts +0 -15
- package/directive/IsBrowserDirective.d.ts +0 -9
- package/directive/IsServerDirective.d.ts +0 -9
- package/directive/NullEmptyValueDirective.d.ts +0 -9
- package/directive/ResizeDirective.d.ts +0 -20
- package/directive/ScrollCheckDirective.d.ts +0 -24
- package/directive/ScrollDirective.d.ts +0 -24
- package/directive/SelectOnFocusDirective.d.ts +0 -11
- package/directive/StructureDirective.d.ts +0 -13
- package/directive/UppercaseValueDirective.d.ts +0 -9
- package/index.d.ts +0 -5
- package/language/LanguageDirective.d.ts +0 -21
- package/language/LanguageHasDirective.d.ts +0 -18
- package/language/LanguageModule.d.ts +0 -20
- package/language/LanguagePipe.d.ts +0 -18
- package/language/LanguagePipeHas.d.ts +0 -15
- package/language/LanguagePipeHasPure.d.ts +0 -12
- package/language/LanguagePipePure.d.ts +0 -12
- package/language/LanguageRequireResolver.d.ts +0 -4
- package/language/LanguageResolver.d.ts +0 -8
- package/language/LanguageToggleDirective.d.ts +0 -12
- package/list/IListItem.d.ts +0 -12
- package/list/ListItem.d.ts +0 -39
- package/list/ListItems.d.ts +0 -23
- package/list/select/ISelectListItem.d.ts +0 -6
- package/list/select/RouterSelectListItems.d.ts +0 -14
- package/list/select/SelectListItem.d.ts +0 -16
- package/list/select/SelectListItems.d.ts +0 -26
- package/login/LoginGuard.d.ts +0 -12
- package/login/LoginIfCanGuard.d.ts +0 -12
- package/login/LoginNotGuard.d.ts +0 -12
- package/login/LoginRequireResolver.d.ts +0 -8
- package/login/LoginResolver.d.ts +0 -8
- package/login/LoginServiceBase.d.ts +0 -44
- package/login/LoginTokenStorage.d.ts +0 -7
- package/login/Loginable.d.ts +0 -10
- package/manager/FocusManager.d.ts +0 -11
- package/manager/ResizeManager.d.ts +0 -20
- package/menu/MenuItem.d.ts +0 -6
- package/menu/MenuItemBase.d.ts +0 -15
- package/menu/MenuItems.d.ts +0 -20
- package/menu/NavigationMenuItem.d.ts +0 -7
- package/module/LazyModuleLoader.d.ts +0 -23
- package/notification/INotification.d.ts +0 -27
- package/notification/INotificationConfig.d.ts +0 -9
- package/notification/INotificationContent.d.ts +0 -31
- package/notification/NotificationConfig.d.ts +0 -14
- package/notification/NotificationService.d.ts +0 -23
- package/notification/NotificationServiceEvent.d.ts +0 -6
- package/pipe/CamelCasePipe.d.ts +0 -7
- package/pipe/FinancePipe.d.ts +0 -9
- package/pipe/MomentDateAdaptivePipe.d.ts +0 -12
- package/pipe/MomentDateFromNowPipe.d.ts +0 -8
- package/pipe/MomentDatePipe.d.ts +0 -13
- package/pipe/MomentTimePipe.d.ts +0 -8
- package/pipe/NgModelErrorPipe.d.ts +0 -12
- package/pipe/PrettifyPipe.d.ts +0 -9
- package/pipe/SanitizePipe.d.ts +0 -9
- package/pipe/StartCasePipe.d.ts +0 -7
- package/pipe/TimePipe.d.ts +0 -8
- package/pipe/TruncatePipe.d.ts +0 -7
- package/public-api.d.ts +0 -123
- package/question/IQuestion.d.ts +0 -31
- package/question/QuestionManager.d.ts +0 -25
- package/resolver/LoadableResolver.d.ts +0 -9
- package/service/PipeServiceBase.d.ts +0 -44
- package/service/PlatformService.d.ts +0 -11
- package/service/RouterServiceBase.d.ts +0 -46
- package/service/ServiceWorkerService.d.ts +0 -22
- package/service/route/CanDeactivateGuard.d.ts +0 -6
- package/service/route/IRouterDeactivatable.d.ts +0 -5
- package/storage/BooleanValueStorage.d.ts +0 -5
- package/storage/ClassTypeValueStorage.d.ts +0 -10
- package/storage/DateValueStorage.d.ts +0 -11
- package/storage/IValueStorage.d.ts +0 -8
- package/storage/JSONValueStorage.d.ts +0 -5
- package/storage/LocalStorageService.d.ts +0 -12
- package/storage/ValueStorage.d.ts +0 -18
- package/theme/ThemeAssetBackgroundDirective.d.ts +0 -13
- package/theme/ThemeAssetDirective.d.ts +0 -56
- package/theme/ThemeAssetIconDirective.d.ts +0 -13
- package/theme/ThemeAssetImageDirective.d.ts +0 -13
- package/theme/ThemeModule.d.ts +0 -20
- package/theme/ThemeStyleDirective.d.ts +0 -27
- package/theme/ThemeStyleHoverDirective.d.ts +0 -23
- package/theme/ThemeToggleDirective.d.ts +0 -11
- package/transport/TransportLazy.d.ts +0 -13
- package/transport/TransportLazyModule.d.ts +0 -16
- package/transport/TransportLazyModuleLoadedEvent.d.ts +0 -6
- package/user/IUser.d.ts +0 -7
- package/user/UserServiceBase.d.ts +0 -27
- package/util/ViewUtil.d.ts +0 -71
- package/window/IWindow.d.ts +0 -42
- package/window/IWindowConfig.d.ts +0 -43
- package/window/IWindowContent.d.ts +0 -35
- package/window/WindowBase.d.ts +0 -35
- package/window/WindowClosedError.d.ts +0 -6
- package/window/WindowConfig.d.ts +0 -62
- package/window/WindowService.d.ts +0 -21
- package/window/WindowServiceEvent.d.ts +0 -7
|
@@ -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: "
|
|
188
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
189
189
|
}
|
|
190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ApplicationComponentBase, decorators: [{
|
|
191
191
|
type: Component,
|
|
192
192
|
args: [{ template: '' }]
|
|
193
193
|
}], ctorParameters: () => [] });
|
|
@@ -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: "
|
|
1016
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
1017
1017
|
}
|
|
1018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1052
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
1053
1053
|
}
|
|
1054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1072
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
1073
1073
|
}
|
|
1074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1092
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
1093
1093
|
}
|
|
1094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1112
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
1113
1113
|
}
|
|
1114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1132
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
1133
1133
|
}
|
|
1134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1152
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
1153
1153
|
}
|
|
1154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "19.2.11", ngImpo
|
|
|
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: "
|
|
1165
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1166
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
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] });
|
|
1167
1167
|
}
|
|
1168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1274
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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' });
|
|
1275
1275
|
}
|
|
1276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1307
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1308
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
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 });
|
|
1309
1309
|
}
|
|
1310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1529
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
1530
1530
|
}
|
|
1531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1649
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
1650
1650
|
}
|
|
1651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1720
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
1721
1721
|
}
|
|
1722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
|
|
1723
1723
|
type: Directive,
|
|
1724
1724
|
args: [{
|
|
1725
1725
|
selector: '[vi-infinite-scroll]',
|
|
@@ -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: "
|
|
1839
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
1840
1840
|
}
|
|
1841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1889
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
1890
1890
|
}
|
|
1891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
1944
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
1945
1945
|
}
|
|
1946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
2052
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2053
2053
|
}
|
|
2054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
2097
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2098
2098
|
}
|
|
2099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
2165
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
2166
2166
|
}
|
|
2167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ResizeDirective, decorators: [{
|
|
2168
2168
|
type: Directive,
|
|
2169
2169
|
args: [{
|
|
2170
2170
|
selector: '[vi-resize]',
|
|
@@ -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: "
|
|
2344
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
2345
2345
|
}
|
|
2346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
2441
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2442
2442
|
}
|
|
2443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
2507
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2508
2508
|
}
|
|
2509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
2576
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2577
2577
|
}
|
|
2578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
2600
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2601
2601
|
}
|
|
2602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", 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: "
|
|
2621
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2622
2622
|
}
|
|
2623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IsServerDirective, decorators: [{
|
|
2624
2624
|
type: Directive,
|
|
2625
2625
|
args: [{
|
|
2626
2626
|
selector: '[viIsServer]',
|
|
@@ -2643,13 +2643,14 @@ class NullEmptyValueDirective {
|
|
|
2643
2643
|
// Event Listener
|
|
2644
2644
|
//
|
|
2645
2645
|
//--------------------------------------------------------------------------
|
|
2646
|
-
onEvent(
|
|
2646
|
+
onEvent(event) {
|
|
2647
|
+
let target = event.target;
|
|
2647
2648
|
this.control.viewToModelUpdate(_.isEmpty(target.value) ? null : target.value);
|
|
2648
2649
|
}
|
|
2649
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2650
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2651
2652
|
}
|
|
2652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NullEmptyValueDirective, decorators: [{
|
|
2653
2654
|
type: Directive,
|
|
2654
2655
|
args: [{
|
|
2655
2656
|
selector: 'input[nullEmptyValue]',
|
|
@@ -2657,7 +2658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
2657
2658
|
}]
|
|
2658
2659
|
}], ctorParameters: () => [{ type: i1$1.NgControl }], propDecorators: { onEvent: [{
|
|
2659
2660
|
type: HostListener,
|
|
2660
|
-
args: ['input', ['$event
|
|
2661
|
+
args: ['input', ['$event']]
|
|
2661
2662
|
}] } });
|
|
2662
2663
|
|
|
2663
2664
|
class UppercaseValueDirective {
|
|
@@ -2675,16 +2676,16 @@ class UppercaseValueDirective {
|
|
|
2675
2676
|
// Event Listener
|
|
2676
2677
|
//
|
|
2677
2678
|
//--------------------------------------------------------------------------
|
|
2678
|
-
onEvent(
|
|
2679
|
-
let
|
|
2680
|
-
if (!_.isEmpty(value)) {
|
|
2681
|
-
target.value = value.toUpperCase();
|
|
2679
|
+
onEvent(event) {
|
|
2680
|
+
let target = event.target;
|
|
2681
|
+
if (!_.isEmpty(target.value)) {
|
|
2682
|
+
target.value = target.value.toUpperCase();
|
|
2682
2683
|
}
|
|
2683
2684
|
}
|
|
2684
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2685
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2686
2687
|
}
|
|
2687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: UppercaseValueDirective, decorators: [{
|
|
2688
2689
|
type: Directive,
|
|
2689
2690
|
args: [{
|
|
2690
2691
|
standalone: false,
|
|
@@ -2692,7 +2693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
2692
2693
|
}]
|
|
2693
2694
|
}], ctorParameters: () => [{ type: i1$1.NgControl }], propDecorators: { onEvent: [{
|
|
2694
2695
|
type: HostListener,
|
|
2695
|
-
args: ['input', ['$event
|
|
2696
|
+
args: ['input', ['$event']]
|
|
2696
2697
|
}] } });
|
|
2697
2698
|
|
|
2698
2699
|
class LanguagePipePure extends Destroyable {
|
|
@@ -2721,10 +2722,10 @@ class LanguagePipePure extends Destroyable {
|
|
|
2721
2722
|
super.destroy();
|
|
2722
2723
|
this.language = null;
|
|
2723
2724
|
}
|
|
2724
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2725
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
2726
2727
|
}
|
|
2727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipePure, decorators: [{
|
|
2728
2729
|
type: Pipe,
|
|
2729
2730
|
args: [{
|
|
2730
2731
|
name: 'viTranslatePure',
|
|
@@ -2790,10 +2791,10 @@ class LanguageResolver extends LanguageRequireResolver {
|
|
|
2790
2791
|
constructor(service) {
|
|
2791
2792
|
super(service);
|
|
2792
2793
|
}
|
|
2793
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2794
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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' });
|
|
2795
2796
|
}
|
|
2796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageResolver, decorators: [{
|
|
2797
2798
|
type: Injectable,
|
|
2798
2799
|
args: [{ providedIn: 'root' }]
|
|
2799
2800
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
@@ -2876,10 +2877,10 @@ class LanguageDirective extends Destroyable {
|
|
|
2876
2877
|
get params() {
|
|
2877
2878
|
return this._params;
|
|
2878
2879
|
}
|
|
2879
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2880
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
2881
2882
|
}
|
|
2882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageDirective, decorators: [{
|
|
2883
2884
|
type: Directive,
|
|
2884
2885
|
args: [{
|
|
2885
2886
|
selector: '[vi-translate]',
|
|
@@ -2932,10 +2933,10 @@ class LanguageToggleDirective extends Destroyable {
|
|
|
2932
2933
|
super.destroy();
|
|
2933
2934
|
this.language = null;
|
|
2934
2935
|
}
|
|
2935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2936
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2937
2938
|
}
|
|
2938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageToggleDirective, decorators: [{
|
|
2939
2940
|
type: Directive,
|
|
2940
2941
|
args: [{
|
|
2941
2942
|
selector: '[vi-language-toggle]',
|
|
@@ -2993,10 +2994,10 @@ class LanguagePipeHas extends Destroyable {
|
|
|
2993
2994
|
this.language = null;
|
|
2994
2995
|
this.key = null;
|
|
2995
2996
|
}
|
|
2996
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2997
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
2998
2999
|
}
|
|
2999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHas, decorators: [{
|
|
3000
3001
|
type: Pipe,
|
|
3001
3002
|
args: [{
|
|
3002
3003
|
name: 'viTranslateHas',
|
|
@@ -3031,10 +3032,10 @@ class LanguagePipeHasPure extends Destroyable {
|
|
|
3031
3032
|
super.destroy();
|
|
3032
3033
|
this.language = null;
|
|
3033
3034
|
}
|
|
3034
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3035
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
3036
3037
|
}
|
|
3037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
|
|
3038
3039
|
type: Pipe,
|
|
3039
3040
|
args: [{
|
|
3040
3041
|
name: 'viTranslateHasPure',
|
|
@@ -3108,10 +3109,10 @@ class LanguageHasDirective extends StructureDirective {
|
|
|
3108
3109
|
get viTranslateHasIsOnlyIfNotEmpty() {
|
|
3109
3110
|
return this._isOnlyIfNotEmpty;
|
|
3110
3111
|
}
|
|
3111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3112
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
3113
3114
|
}
|
|
3114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageHasDirective, decorators: [{
|
|
3115
3116
|
type: Directive,
|
|
3116
3117
|
args: [{
|
|
3117
3118
|
selector: '[viTranslateHas]',
|
|
@@ -3153,11 +3154,11 @@ class LanguageModule {
|
|
|
3153
3154
|
]
|
|
3154
3155
|
};
|
|
3155
3156
|
}
|
|
3156
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3157
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
3158
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
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] });
|
|
3159
3160
|
}
|
|
3160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LanguageModule, decorators: [{
|
|
3161
3162
|
type: NgModule,
|
|
3162
3163
|
args: [{
|
|
3163
3164
|
imports: [CookieModule],
|
|
@@ -3460,10 +3461,10 @@ class LoginGuard extends LoginRequireResolver {
|
|
|
3460
3461
|
canActivate(route, state) {
|
|
3461
3462
|
return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
|
|
3462
3463
|
}
|
|
3463
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3464
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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' });
|
|
3465
3466
|
}
|
|
3466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginGuard, decorators: [{
|
|
3467
3468
|
type: Injectable,
|
|
3468
3469
|
args: [{ providedIn: 'root' }]
|
|
3469
3470
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3496,10 +3497,10 @@ class LoginNotGuard extends LoginRequireResolver {
|
|
|
3496
3497
|
canActivate(route, state) {
|
|
3497
3498
|
return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
|
|
3498
3499
|
}
|
|
3499
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3500
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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' });
|
|
3501
3502
|
}
|
|
3502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginNotGuard, decorators: [{
|
|
3503
3504
|
type: Injectable,
|
|
3504
3505
|
args: [{ providedIn: 'root' }]
|
|
3505
3506
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3516,10 +3517,10 @@ class LoginResolver extends LoginRequireResolver {
|
|
|
3516
3517
|
constructor(login) {
|
|
3517
3518
|
super(login);
|
|
3518
3519
|
}
|
|
3519
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3520
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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' });
|
|
3521
3522
|
}
|
|
3522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginResolver, decorators: [{
|
|
3523
3524
|
type: Injectable,
|
|
3524
3525
|
args: [{ providedIn: 'root' }]
|
|
3525
3526
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3565,10 +3566,10 @@ class LoginIfCanGuard extends LoginGuard {
|
|
|
3565
3566
|
}
|
|
3566
3567
|
return super.canActivate(route, state);
|
|
3567
3568
|
}
|
|
3568
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3569
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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' });
|
|
3570
3571
|
}
|
|
3571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LoginIfCanGuard, decorators: [{
|
|
3572
3573
|
type: Injectable,
|
|
3573
3574
|
args: [{ providedIn: 'root' }]
|
|
3574
3575
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -4381,55 +4382,27 @@ class RouterSelectListItems extends SelectListItems {
|
|
|
4381
4382
|
}
|
|
4382
4383
|
}
|
|
4383
4384
|
|
|
4384
|
-
class
|
|
4385
|
-
// --------------------------------------------------------------------------
|
|
4386
|
-
//
|
|
4387
|
-
// Static Properties
|
|
4388
|
-
//
|
|
4389
|
-
// --------------------------------------------------------------------------
|
|
4390
|
-
static EMPTY_SYMBOL = '-';
|
|
4385
|
+
class CamelCasePipe {
|
|
4391
4386
|
// --------------------------------------------------------------------------
|
|
4392
4387
|
//
|
|
4393
|
-
//
|
|
4388
|
+
// Static Methods
|
|
4394
4389
|
//
|
|
4395
4390
|
// --------------------------------------------------------------------------
|
|
4396
|
-
transform(value) {
|
|
4397
|
-
|
|
4398
|
-
if (!isNil && !_.isNumber(value)) {
|
|
4399
|
-
isNil = _.isEmpty(value);
|
|
4400
|
-
}
|
|
4401
|
-
return !isNil ? value : PrettifyPipe.EMPTY_SYMBOL;
|
|
4391
|
+
static transform(value) {
|
|
4392
|
+
return !_.isNil(value) ? _.camelCase(value) : null;
|
|
4402
4393
|
}
|
|
4403
|
-
// --------------------------------------------------------------------------
|
|
4404
|
-
//
|
|
4405
|
-
// Constructor
|
|
4406
|
-
//
|
|
4407
|
-
// --------------------------------------------------------------------------
|
|
4408
|
-
constructor() { }
|
|
4409
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4410
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: PrettifyPipe, isStandalone: false, name: "viPrettify" });
|
|
4411
|
-
}
|
|
4412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: PrettifyPipe, decorators: [{
|
|
4413
|
-
type: Pipe,
|
|
4414
|
-
args: [{
|
|
4415
|
-
name: 'viPrettify',
|
|
4416
|
-
standalone: false
|
|
4417
|
-
}]
|
|
4418
|
-
}], ctorParameters: () => [] });
|
|
4419
|
-
|
|
4420
|
-
class CamelCasePipe {
|
|
4421
4394
|
// --------------------------------------------------------------------------
|
|
4422
4395
|
//
|
|
4423
4396
|
// Public Methods
|
|
4424
4397
|
//
|
|
4425
4398
|
// --------------------------------------------------------------------------
|
|
4426
4399
|
transform(value) {
|
|
4427
|
-
return
|
|
4400
|
+
return CamelCasePipe.transform(value);
|
|
4428
4401
|
}
|
|
4429
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4430
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
4431
4404
|
}
|
|
4432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CamelCasePipe, decorators: [{
|
|
4433
4406
|
type: Pipe,
|
|
4434
4407
|
args: [{
|
|
4435
4408
|
name: 'viCamelCase',
|
|
@@ -4458,12 +4431,7 @@ class FinancePipe {
|
|
|
4458
4431
|
return value.toString();
|
|
4459
4432
|
}
|
|
4460
4433
|
}
|
|
4461
|
-
|
|
4462
|
-
//
|
|
4463
|
-
// Public Methods
|
|
4464
|
-
//
|
|
4465
|
-
// --------------------------------------------------------------------------
|
|
4466
|
-
transform(value, format, isNeedPlus = false) {
|
|
4434
|
+
static transform(value, format, isNeedPlus = false) {
|
|
4467
4435
|
value = Number(value);
|
|
4468
4436
|
if (_.isNaN(value)) {
|
|
4469
4437
|
return '---';
|
|
@@ -4476,10 +4444,18 @@ class FinancePipe {
|
|
|
4476
4444
|
}
|
|
4477
4445
|
return FinancePipe.format(value, format);
|
|
4478
4446
|
}
|
|
4479
|
-
|
|
4480
|
-
|
|
4447
|
+
// --------------------------------------------------------------------------
|
|
4448
|
+
//
|
|
4449
|
+
// Public Methods
|
|
4450
|
+
//
|
|
4451
|
+
// --------------------------------------------------------------------------
|
|
4452
|
+
transform(value, format, isNeedPlus = false) {
|
|
4453
|
+
return FinancePipe.transform(value, format, isNeedPlus);
|
|
4454
|
+
}
|
|
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" });
|
|
4481
4457
|
}
|
|
4482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FinancePipe, decorators: [{
|
|
4483
4459
|
type: Pipe,
|
|
4484
4460
|
args: [{
|
|
4485
4461
|
name: 'viFinance',
|
|
@@ -4531,22 +4507,25 @@ class MomentDatePipe {
|
|
|
4531
4507
|
let item = MomentDatePipe.parseMoment(RemoveFilterableCondition(value));
|
|
4532
4508
|
return item.isValid() ? `${GetFilterableCondition(value) || '='}${item.toDate().toString()}` : undefined;
|
|
4533
4509
|
}
|
|
4510
|
+
static transform(value, format) {
|
|
4511
|
+
if (_.isNil(value)) {
|
|
4512
|
+
return '---';
|
|
4513
|
+
}
|
|
4514
|
+
let moment = MomentDatePipe.parseMoment(value);
|
|
4515
|
+
return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
|
|
4516
|
+
}
|
|
4534
4517
|
// --------------------------------------------------------------------------
|
|
4535
4518
|
//
|
|
4536
4519
|
// Public Methods
|
|
4537
4520
|
//
|
|
4538
4521
|
// --------------------------------------------------------------------------
|
|
4539
4522
|
transform(value, format) {
|
|
4540
|
-
|
|
4541
|
-
return '---';
|
|
4542
|
-
}
|
|
4543
|
-
let moment = MomentDatePipe.parseMoment(value);
|
|
4544
|
-
return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
|
|
4523
|
+
return MomentDatePipe.transform(value, format);
|
|
4545
4524
|
}
|
|
4546
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4547
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
4548
4527
|
}
|
|
4549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDatePipe, decorators: [{
|
|
4550
4529
|
type: Pipe,
|
|
4551
4530
|
args: [{
|
|
4552
4531
|
name: 'viMomentDate',
|
|
@@ -4566,10 +4545,10 @@ class MomentDateAdaptivePipe {
|
|
|
4566
4545
|
static YEAR_FORMAT = 'LLL';
|
|
4567
4546
|
// --------------------------------------------------------------------------
|
|
4568
4547
|
//
|
|
4569
|
-
//
|
|
4548
|
+
// Static Methods
|
|
4570
4549
|
//
|
|
4571
4550
|
// --------------------------------------------------------------------------
|
|
4572
|
-
transform(value) {
|
|
4551
|
+
static transform(value) {
|
|
4573
4552
|
if (_.isNaN(value)) {
|
|
4574
4553
|
return '---';
|
|
4575
4554
|
}
|
|
@@ -4590,10 +4569,18 @@ class MomentDateAdaptivePipe {
|
|
|
4590
4569
|
}
|
|
4591
4570
|
return item.format(format);
|
|
4592
4571
|
}
|
|
4593
|
-
|
|
4594
|
-
|
|
4572
|
+
// --------------------------------------------------------------------------
|
|
4573
|
+
//
|
|
4574
|
+
// Public Methods
|
|
4575
|
+
//
|
|
4576
|
+
// --------------------------------------------------------------------------
|
|
4577
|
+
transform(value) {
|
|
4578
|
+
return MomentDateAdaptivePipe.transform(value);
|
|
4579
|
+
}
|
|
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" });
|
|
4595
4582
|
}
|
|
4596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
|
|
4597
4584
|
type: Pipe,
|
|
4598
4585
|
args: [{
|
|
4599
4586
|
name: 'viMomentAdaptiveDate',
|
|
@@ -4602,18 +4589,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
4602
4589
|
}] });
|
|
4603
4590
|
|
|
4604
4591
|
class MomentDateFromNowPipe {
|
|
4592
|
+
// --------------------------------------------------------------------------
|
|
4593
|
+
//
|
|
4594
|
+
// Static Methods
|
|
4595
|
+
//
|
|
4596
|
+
// --------------------------------------------------------------------------
|
|
4597
|
+
static transform(value, format) {
|
|
4598
|
+
return MomentDatePipe.fromNow(value, format);
|
|
4599
|
+
}
|
|
4605
4600
|
// --------------------------------------------------------------------------
|
|
4606
4601
|
//
|
|
4607
4602
|
// Public Methods
|
|
4608
4603
|
//
|
|
4609
4604
|
// --------------------------------------------------------------------------
|
|
4610
4605
|
transform(value, format) {
|
|
4611
|
-
return
|
|
4606
|
+
return MomentDateFromNowPipe.transform(value, format);
|
|
4612
4607
|
}
|
|
4613
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4614
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
4615
4610
|
}
|
|
4616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
|
|
4617
4612
|
type: Pipe,
|
|
4618
4613
|
args: [{
|
|
4619
4614
|
name: 'viMomentDateFromNow',
|
|
@@ -4630,10 +4625,10 @@ class MomentTimePipe {
|
|
|
4630
4625
|
static DEFAULT_FORMAT = 'hh:mm:ss';
|
|
4631
4626
|
// --------------------------------------------------------------------------
|
|
4632
4627
|
//
|
|
4633
|
-
//
|
|
4628
|
+
// Static Methods
|
|
4634
4629
|
//
|
|
4635
4630
|
// --------------------------------------------------------------------------
|
|
4636
|
-
transform(timeMilliseconds, format) {
|
|
4631
|
+
static transform(timeMilliseconds, format) {
|
|
4637
4632
|
if (_.isNil(timeMilliseconds)) {
|
|
4638
4633
|
return '---';
|
|
4639
4634
|
}
|
|
@@ -4642,10 +4637,18 @@ class MomentTimePipe {
|
|
|
4642
4637
|
.add(timeMilliseconds, 'milliseconds')
|
|
4643
4638
|
.format(format || MomentTimePipe.DEFAULT_FORMAT);
|
|
4644
4639
|
}
|
|
4645
|
-
|
|
4646
|
-
|
|
4640
|
+
// --------------------------------------------------------------------------
|
|
4641
|
+
//
|
|
4642
|
+
// Public Methods
|
|
4643
|
+
//
|
|
4644
|
+
// --------------------------------------------------------------------------
|
|
4645
|
+
transform(timeMilliseconds, format) {
|
|
4646
|
+
return MomentTimePipe.transform(timeMilliseconds, format);
|
|
4647
|
+
}
|
|
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" });
|
|
4647
4650
|
}
|
|
4648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MomentTimePipe, decorators: [{
|
|
4649
4652
|
type: Pipe,
|
|
4650
4653
|
args: [{
|
|
4651
4654
|
name: 'viMomentTime',
|
|
@@ -4682,10 +4685,10 @@ class NgModelErrorPipe {
|
|
|
4682
4685
|
constructor(language) {
|
|
4683
4686
|
this.language = language;
|
|
4684
4687
|
}
|
|
4685
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4686
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
4687
4690
|
}
|
|
4688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: NgModelErrorPipe, decorators: [{
|
|
4689
4692
|
type: Pipe,
|
|
4690
4693
|
args: [{
|
|
4691
4694
|
name: 'viNgModelError',
|
|
@@ -4727,10 +4730,10 @@ class SanitizePipe {
|
|
|
4727
4730
|
throw new Error('Invalid safe type specified: ' + type);
|
|
4728
4731
|
}
|
|
4729
4732
|
}
|
|
4730
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4731
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
4732
4735
|
}
|
|
4733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SanitizePipe, decorators: [{
|
|
4734
4737
|
type: Pipe,
|
|
4735
4738
|
args: [{
|
|
4736
4739
|
name: 'viSanitize',
|
|
@@ -4739,18 +4742,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
4739
4742
|
}], ctorParameters: () => [{ type: i1$3.DomSanitizer }] });
|
|
4740
4743
|
|
|
4741
4744
|
class StartCasePipe {
|
|
4745
|
+
// --------------------------------------------------------------------------
|
|
4746
|
+
//
|
|
4747
|
+
// Static Methods
|
|
4748
|
+
//
|
|
4749
|
+
// --------------------------------------------------------------------------
|
|
4750
|
+
static transform(value) {
|
|
4751
|
+
return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : null;
|
|
4752
|
+
}
|
|
4742
4753
|
// --------------------------------------------------------------------------
|
|
4743
4754
|
//
|
|
4744
4755
|
// Public Methods
|
|
4745
4756
|
//
|
|
4746
4757
|
// --------------------------------------------------------------------------
|
|
4747
4758
|
transform(value) {
|
|
4748
|
-
return
|
|
4759
|
+
return StartCasePipe.transform(value);
|
|
4749
4760
|
}
|
|
4750
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4751
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
4752
4763
|
}
|
|
4753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: StartCasePipe, decorators: [{
|
|
4754
4765
|
type: Pipe,
|
|
4755
4766
|
args: [{
|
|
4756
4767
|
name: 'viStartCase',
|
|
@@ -4759,18 +4770,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
4759
4770
|
}] });
|
|
4760
4771
|
|
|
4761
4772
|
class TruncatePipe {
|
|
4773
|
+
// --------------------------------------------------------------------------
|
|
4774
|
+
//
|
|
4775
|
+
// Static Methods
|
|
4776
|
+
//
|
|
4777
|
+
// --------------------------------------------------------------------------
|
|
4778
|
+
static transform(value, maxLength) {
|
|
4779
|
+
return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : null;
|
|
4780
|
+
}
|
|
4762
4781
|
// --------------------------------------------------------------------------
|
|
4763
4782
|
//
|
|
4764
4783
|
// Public Methods
|
|
4765
4784
|
//
|
|
4766
4785
|
// --------------------------------------------------------------------------
|
|
4767
4786
|
transform(value, maxLength) {
|
|
4768
|
-
return
|
|
4787
|
+
return TruncatePipe.transform(value, maxLength);
|
|
4769
4788
|
}
|
|
4770
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4771
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
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" });
|
|
4772
4791
|
}
|
|
4773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TruncatePipe, decorators: [{
|
|
4774
4793
|
type: Pipe,
|
|
4775
4794
|
args: [{
|
|
4776
4795
|
name: 'viTruncate',
|
|
@@ -4778,6 +4797,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
4778
4797
|
}]
|
|
4779
4798
|
}] });
|
|
4780
4799
|
|
|
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
|
+
|
|
4781
4838
|
class TimePipe {
|
|
4782
4839
|
// --------------------------------------------------------------------------
|
|
4783
4840
|
//
|
|
@@ -4787,23 +4844,31 @@ class TimePipe {
|
|
|
4787
4844
|
static DEFAULT_FORMAT = '00:00:00';
|
|
4788
4845
|
// --------------------------------------------------------------------------
|
|
4789
4846
|
//
|
|
4790
|
-
//
|
|
4847
|
+
// Static Methods
|
|
4791
4848
|
//
|
|
4792
4849
|
// --------------------------------------------------------------------------
|
|
4793
|
-
transform(milliseconds, format) {
|
|
4850
|
+
static transform(milliseconds, format) {
|
|
4794
4851
|
milliseconds = Number(milliseconds);
|
|
4795
4852
|
if (_.isNaN(milliseconds)) {
|
|
4796
|
-
return
|
|
4853
|
+
return null;
|
|
4797
4854
|
}
|
|
4798
4855
|
if (_.isNil(format)) {
|
|
4799
4856
|
format = TimePipe.DEFAULT_FORMAT;
|
|
4800
4857
|
}
|
|
4801
4858
|
return FinancePipe.format(milliseconds / DateUtil.MILLISECONDS_SECOND, format);
|
|
4802
4859
|
}
|
|
4803
|
-
|
|
4804
|
-
|
|
4860
|
+
// --------------------------------------------------------------------------
|
|
4861
|
+
//
|
|
4862
|
+
// Public Methods
|
|
4863
|
+
//
|
|
4864
|
+
// --------------------------------------------------------------------------
|
|
4865
|
+
transform(milliseconds, format) {
|
|
4866
|
+
return TimePipe.transform(milliseconds, format);
|
|
4867
|
+
}
|
|
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" });
|
|
4805
4870
|
}
|
|
4806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TimePipe, decorators: [{
|
|
4807
4872
|
type: Pipe,
|
|
4808
4873
|
args: [{
|
|
4809
4874
|
name: 'viTime',
|
|
@@ -5154,7 +5219,8 @@ class RouterServiceBase extends Loadable {
|
|
|
5154
5219
|
if (!_.isNil(extras)) {
|
|
5155
5220
|
Object.assign(params, extras);
|
|
5156
5221
|
}
|
|
5157
|
-
return this.router.navigateByUrl(url, params);
|
|
5222
|
+
// return this.router.navigateByUrl(url, params);
|
|
5223
|
+
return this.router.navigate([url], params);
|
|
5158
5224
|
}
|
|
5159
5225
|
navigateToExternalUrl(url, target = '_blank') {
|
|
5160
5226
|
this.window.open(url, target);
|
|
@@ -5383,10 +5449,10 @@ class ServiceWorkerService extends Loadable {
|
|
|
5383
5449
|
get isEnabled() {
|
|
5384
5450
|
return this.updates.isEnabled;
|
|
5385
5451
|
}
|
|
5386
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5387
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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' });
|
|
5388
5454
|
}
|
|
5389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ServiceWorkerService, decorators: [{
|
|
5390
5456
|
type: Injectable,
|
|
5391
5457
|
args: [{ providedIn: 'root' }]
|
|
5392
5458
|
}], ctorParameters: () => [{ type: i1$4.SwUpdate }, { type: i2.Logger }, { type: NotificationService }] });
|
|
@@ -5504,10 +5570,10 @@ class ThemeStyleDirective extends Destroyable {
|
|
|
5504
5570
|
this.stylePropertiesCheck();
|
|
5505
5571
|
}
|
|
5506
5572
|
}
|
|
5507
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5508
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
5509
5575
|
}
|
|
5510
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleDirective, decorators: [{
|
|
5511
5577
|
type: Directive,
|
|
5512
5578
|
args: [{
|
|
5513
5579
|
selector: '[vi-theme-style]',
|
|
@@ -5608,10 +5674,10 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
|
|
|
5608
5674
|
set flags(value) {
|
|
5609
5675
|
super.flags = value;
|
|
5610
5676
|
}
|
|
5611
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5612
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
5613
5679
|
}
|
|
5614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
|
|
5615
5681
|
type: Directive,
|
|
5616
5682
|
args: [{
|
|
5617
5683
|
selector: '[vi-theme-style-hover]',
|
|
@@ -5840,10 +5906,10 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5840
5906
|
this._extension = value;
|
|
5841
5907
|
this.setSourceProperties();
|
|
5842
5908
|
}
|
|
5843
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5844
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
5845
5911
|
}
|
|
5846
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetDirective, decorators: [{
|
|
5847
5913
|
type: Directive
|
|
5848
5914
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
|
|
5849
5915
|
type: HostListener,
|
|
@@ -5905,10 +5971,10 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5905
5971
|
get name() {
|
|
5906
5972
|
return super.name;
|
|
5907
5973
|
}
|
|
5908
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5909
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
5910
5976
|
}
|
|
5911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
|
|
5912
5978
|
type: Directive,
|
|
5913
5979
|
args: [{
|
|
5914
5980
|
selector: '[vi-theme-background]',
|
|
@@ -5951,10 +6017,10 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
5951
6017
|
get name() {
|
|
5952
6018
|
return super.name;
|
|
5953
6019
|
}
|
|
5954
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5955
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
5956
6022
|
}
|
|
5957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
|
|
5958
6024
|
type: Directive,
|
|
5959
6025
|
args: [{
|
|
5960
6026
|
selector: '[vi-theme-image]',
|
|
@@ -5996,10 +6062,10 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
5996
6062
|
get name() {
|
|
5997
6063
|
return super.name;
|
|
5998
6064
|
}
|
|
5999
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6000
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
6001
6067
|
}
|
|
6002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
|
|
6003
6069
|
type: Directive,
|
|
6004
6070
|
args: [{
|
|
6005
6071
|
selector: '[vi-theme-icon]',
|
|
@@ -6044,10 +6110,10 @@ class ThemeToggleDirective extends Destroyable {
|
|
|
6044
6110
|
super.destroy();
|
|
6045
6111
|
this.theme = null;
|
|
6046
6112
|
}
|
|
6047
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6048
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
6049
6115
|
}
|
|
6050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeToggleDirective, decorators: [{
|
|
6051
6117
|
type: Directive,
|
|
6052
6118
|
args: [{
|
|
6053
6119
|
selector: '[vi-theme-toggle]',
|
|
@@ -6093,8 +6159,8 @@ class ThemeModule {
|
|
|
6093
6159
|
]
|
|
6094
6160
|
};
|
|
6095
6161
|
}
|
|
6096
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6097
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
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,
|
|
6098
6164
|
ThemeAssetImageDirective,
|
|
6099
6165
|
ThemeAssetIconDirective,
|
|
6100
6166
|
ThemeAssetBackgroundDirective,
|
|
@@ -6105,9 +6171,9 @@ class ThemeModule {
|
|
|
6105
6171
|
ThemeAssetBackgroundDirective,
|
|
6106
6172
|
ThemeStyleDirective,
|
|
6107
6173
|
ThemeStyleHoverDirective] });
|
|
6108
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6174
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
|
|
6109
6175
|
}
|
|
6110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ThemeModule, decorators: [{
|
|
6111
6177
|
type: NgModule,
|
|
6112
6178
|
args: [{
|
|
6113
6179
|
imports: [CookieModule],
|
|
@@ -6666,6 +6732,7 @@ var WindowServiceEvent;
|
|
|
6666
6732
|
WindowServiceEvent["SETTED_ON_TOP"] = "SETTED_ON_TOP";
|
|
6667
6733
|
})(WindowServiceEvent || (WindowServiceEvent = {}));
|
|
6668
6734
|
|
|
6735
|
+
const WINDOW_CONTENT_CONTAINER = new InjectionToken('WINDOW_CONTENT_CONTAINER');
|
|
6669
6736
|
class IWindowContent extends DestroyableContainer {
|
|
6670
6737
|
container;
|
|
6671
6738
|
// --------------------------------------------------------------------------
|
|
@@ -6785,10 +6852,10 @@ class IWindowContent extends DestroyableContainer {
|
|
|
6785
6852
|
this.commitWindowProperties();
|
|
6786
6853
|
}
|
|
6787
6854
|
}
|
|
6788
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6789
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
|
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 });
|
|
6790
6857
|
}
|
|
6791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IWindowContent, decorators: [{
|
|
6792
6859
|
type: Component,
|
|
6793
6860
|
args: [{ template: '' }]
|
|
6794
6861
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -6802,7 +6869,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
6802
6869
|
}], window: [{
|
|
6803
6870
|
type: Input
|
|
6804
6871
|
}] } });
|
|
6805
|
-
const WINDOW_CONTENT_CONTAINER = new InjectionToken('WINDOW_CONTENT_CONTAINER');
|
|
6806
6872
|
|
|
6807
6873
|
class WindowClosedError extends ExtendedError {
|
|
6808
6874
|
// --------------------------------------------------------------------------
|
|
@@ -6964,10 +7030,10 @@ class INotificationContent extends DestroyableContainer {
|
|
|
6964
7030
|
get config() {
|
|
6965
7031
|
return this._config;
|
|
6966
7032
|
}
|
|
6967
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6968
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 });
|
|
6969
7035
|
}
|
|
6970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: INotificationContent, decorators: [{
|
|
6971
7037
|
type: Component,
|
|
6972
7038
|
args: [{ template: '' }]
|
|
6973
7039
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
|
|
@@ -7259,10 +7325,10 @@ class LazyModuleLoader extends Loadable {
|
|
|
7259
7325
|
get modules() {
|
|
7260
7326
|
return this._modules;
|
|
7261
7327
|
}
|
|
7262
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7263
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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' });
|
|
7264
7330
|
}
|
|
7265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: LazyModuleLoader, decorators: [{
|
|
7266
7332
|
type: Injectable,
|
|
7267
7333
|
args: [{ providedIn: 'root' }]
|
|
7268
7334
|
}], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
|
|
@@ -7434,7 +7500,7 @@ let declarations = [
|
|
|
7434
7500
|
AutoScrollBottomDirective,
|
|
7435
7501
|
AspectRatioResizeDirective
|
|
7436
7502
|
];
|
|
7437
|
-
let exports = [...imports, ...declarations];
|
|
7503
|
+
let exports$1 = [...imports, ...declarations];
|
|
7438
7504
|
class VIModule {
|
|
7439
7505
|
// --------------------------------------------------------------------------
|
|
7440
7506
|
//
|
|
@@ -7465,8 +7531,8 @@ class VIModule {
|
|
|
7465
7531
|
]
|
|
7466
7532
|
};
|
|
7467
7533
|
}
|
|
7468
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7469
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
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,
|
|
7470
7536
|
FinancePipe,
|
|
7471
7537
|
SanitizePipe,
|
|
7472
7538
|
TruncatePipe,
|
|
@@ -7521,14 +7587,14 @@ class VIModule {
|
|
|
7521
7587
|
HTMLContentTitleDirective,
|
|
7522
7588
|
AutoScrollBottomDirective,
|
|
7523
7589
|
AspectRatioResizeDirective] });
|
|
7524
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
7590
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
|
|
7525
7591
|
}
|
|
7526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: VIModule, decorators: [{
|
|
7527
7593
|
type: NgModule,
|
|
7528
7594
|
args: [{
|
|
7529
7595
|
imports,
|
|
7530
7596
|
declarations,
|
|
7531
|
-
exports
|
|
7597
|
+
exports: exports$1
|
|
7532
7598
|
}]
|
|
7533
7599
|
}] });
|
|
7534
7600
|
class IVIOptions extends ICookieOptions {
|