@ts-core/angular 19.0.7 → 19.0.9
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/VIModule.d.ts +10 -9
- package/directive/NullEmptyValueDirective.d.ts +9 -0
- package/fesm2022/ts-core-angular.mjs +270 -215
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/language/LanguageRequireResolver.d.ts +2 -5
- package/language/LanguageResolver.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/resolver/LoadableResolver.d.ts +9 -0
- package/user/UserServiceBase.d.ts +1 -1
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, ViewContainerRef, booleanAttribute,
|
|
2
|
+
import { Component, ViewContainerRef, booleanAttribute, Input, Directive, Pipe, NgModule, PLATFORM_ID, Inject, Injectable, InjectionToken, numberAttribute, EventEmitter, HostListener, Output, RendererStyleFlags2, Optional, NgModuleFactory, RendererFactory2, APP_INITIALIZER } from '@angular/core';
|
|
3
3
|
import * as i2 from '@ts-core/common';
|
|
4
4
|
import { DestroyableContainer, PromiseHandler, LoadableEvent, ExtendedError, Destroyable, DateUtil, ArrayUtil, Loadable, LoadableStatus, ObservableData, TransportTimeoutError, TransportNoConnectionError, FilterableMapCollection, RemoveFilterableCondition, GetFilterableCondition, IDestroyable, MapCollection, TransportEvent, TransportLocal, Logger, LoggerLevel } from '@ts-core/common';
|
|
5
5
|
import * as _ from 'lodash';
|
|
6
6
|
import * as i1 from '@ts-core/frontend';
|
|
7
|
-
import {
|
|
7
|
+
import { AssetUrlProvider, Assets, NativeWindowService, LanguageService, ThemeService, ThemeAssetService, LoadingService, ICookieOptions, DefaultLogger } from '@ts-core/frontend';
|
|
8
8
|
import { takeUntil, BehaviorSubject, distinctUntilChanged, debounceTime, fromEvent, filter, map, Subject } from 'rxjs';
|
|
9
9
|
import moment from 'moment';
|
|
10
10
|
import numeral from 'numeral';
|
|
11
11
|
import { CommonModule, isPlatformServer, isPlatformBrowser, DatePipe, DOCUMENT } from '@angular/common';
|
|
12
12
|
import * as Cookie from 'ngx-cookie';
|
|
13
13
|
import * as interact from 'interactjs';
|
|
14
|
-
import * as i1$1 from '@angular/
|
|
14
|
+
import * as i1$1 from '@angular/forms';
|
|
15
|
+
import * as i1$2 from '@angular/router';
|
|
15
16
|
import { NavigationStart, NavigationEnd, NavigationCancel, NavigationError } from '@angular/router';
|
|
16
|
-
import * as i1$
|
|
17
|
-
import * as i1$
|
|
17
|
+
import * as i1$3 from '@angular/platform-browser';
|
|
18
|
+
import * as i1$4 from '@angular/service-worker';
|
|
18
19
|
|
|
19
20
|
class ApplicationBaseComponent extends DestroyableContainer {
|
|
20
21
|
// --------------------------------------------------------------------------
|
|
@@ -99,10 +100,10 @@ class ApplicationBaseComponent extends DestroyableContainer {
|
|
|
99
100
|
get viewReady() {
|
|
100
101
|
return !_.isNil(this.viewReadyPromise) ? this.viewReadyPromise.promise : null;
|
|
101
102
|
}
|
|
102
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
103
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.
|
|
103
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ApplicationBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
104
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: ApplicationBaseComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
104
105
|
}
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
|
|
106
107
|
type: Component,
|
|
107
108
|
args: [{ template: '' }]
|
|
108
109
|
}], ctorParameters: () => [] });
|
|
@@ -340,6 +341,9 @@ class ViewUtil {
|
|
|
340
341
|
ViewUtil.setStyle(container, 'backgroundRepeat', repeat);
|
|
341
342
|
}
|
|
342
343
|
static getBackgroundUrl(item) {
|
|
344
|
+
if (_.isEmpty(item)) {
|
|
345
|
+
return '';
|
|
346
|
+
}
|
|
343
347
|
return !item.includes('url(') ? `url(${item})` : item;
|
|
344
348
|
}
|
|
345
349
|
// --------------------------------------------------------------------------
|
|
@@ -939,10 +943,10 @@ class AssetBackgroundDirective extends Destroyable {
|
|
|
939
943
|
get background() {
|
|
940
944
|
return this._background;
|
|
941
945
|
}
|
|
942
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
943
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.
|
|
946
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetBackgroundDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
947
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.3", type: AssetBackgroundDirective, isStandalone: false, selector: "[vi-asset-background]", inputs: { isIcon: ["isIcon", "isIcon", booleanAttribute], isImage: ["isImage", "isImage", booleanAttribute], isUrl: ["isUrl", "isUrl", booleanAttribute], repeat: "repeat", extension: "extension", background: ["vi-asset-background", "background"] }, usesInheritance: true, ngImport: i0 });
|
|
944
948
|
}
|
|
945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetBackgroundDirective, decorators: [{
|
|
946
950
|
type: Directive,
|
|
947
951
|
args: [{
|
|
948
952
|
selector: '[vi-asset-background]',
|
|
@@ -975,10 +979,10 @@ class AssetBackgroundPipe {
|
|
|
975
979
|
transform(name, extension = 'png') {
|
|
976
980
|
return Assets.getBackground(name, extension);
|
|
977
981
|
}
|
|
978
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
979
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
982
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetBackgroundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
983
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: AssetBackgroundPipe, isStandalone: false, name: "viAssetBackground" });
|
|
980
984
|
}
|
|
981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetBackgroundPipe, decorators: [{
|
|
982
986
|
type: Pipe,
|
|
983
987
|
args: [{
|
|
984
988
|
name: 'viAssetBackground',
|
|
@@ -995,10 +999,10 @@ class AssetIconPipe {
|
|
|
995
999
|
transform(name, extension = 'png') {
|
|
996
1000
|
return Assets.getIcon(name, extension);
|
|
997
1001
|
}
|
|
998
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
999
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
1002
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1003
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: AssetIconPipe, isStandalone: false, name: "viAssetIcon" });
|
|
1000
1004
|
}
|
|
1001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1005
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetIconPipe, decorators: [{
|
|
1002
1006
|
type: Pipe,
|
|
1003
1007
|
args: [{
|
|
1004
1008
|
name: 'viAssetIcon',
|
|
@@ -1015,10 +1019,10 @@ class AssetFilePipe {
|
|
|
1015
1019
|
transform(name, extension) {
|
|
1016
1020
|
return Assets.getFile(name, extension);
|
|
1017
1021
|
}
|
|
1018
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1019
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
1022
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1023
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: AssetFilePipe, isStandalone: false, name: "viAssetFile" });
|
|
1020
1024
|
}
|
|
1021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetFilePipe, decorators: [{
|
|
1022
1026
|
type: Pipe,
|
|
1023
1027
|
args: [{
|
|
1024
1028
|
name: 'viAssetFile',
|
|
@@ -1035,10 +1039,10 @@ class AssetVideoPipe {
|
|
|
1035
1039
|
transform(name, extension = 'mp4') {
|
|
1036
1040
|
return Assets.getVideo(name, extension);
|
|
1037
1041
|
}
|
|
1038
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1039
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
1042
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetVideoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1043
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: AssetVideoPipe, isStandalone: false, name: "viAssetVideo" });
|
|
1040
1044
|
}
|
|
1041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetVideoPipe, decorators: [{
|
|
1042
1046
|
type: Pipe,
|
|
1043
1047
|
args: [{
|
|
1044
1048
|
name: 'viAssetVideo',
|
|
@@ -1055,10 +1059,10 @@ class AssetSoundPipe {
|
|
|
1055
1059
|
transform(name, extension = 'mp3') {
|
|
1056
1060
|
return Assets.getSound(name, extension);
|
|
1057
1061
|
}
|
|
1058
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1059
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
1062
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetSoundPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1063
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: AssetSoundPipe, isStandalone: false, name: "viAssetSound" });
|
|
1060
1064
|
}
|
|
1061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetSoundPipe, decorators: [{
|
|
1062
1066
|
type: Pipe,
|
|
1063
1067
|
args: [{
|
|
1064
1068
|
name: 'viAssetSound',
|
|
@@ -1075,10 +1079,10 @@ class AssetImagePipe {
|
|
|
1075
1079
|
transform(name, extension = 'png') {
|
|
1076
1080
|
return Assets.getImage(name, extension);
|
|
1077
1081
|
}
|
|
1078
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1079
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
1082
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
1083
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: AssetImagePipe, isStandalone: false, name: "viAssetImage" });
|
|
1080
1084
|
}
|
|
1081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetImagePipe, decorators: [{
|
|
1082
1086
|
type: Pipe,
|
|
1083
1087
|
args: [{
|
|
1084
1088
|
name: 'viAssetImage',
|
|
@@ -1088,11 +1092,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1088
1092
|
|
|
1089
1093
|
let declarations$3 = [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective];
|
|
1090
1094
|
class AssetModule {
|
|
1091
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1092
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.
|
|
1093
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.
|
|
1095
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1096
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: AssetModule, declarations: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective], imports: [CommonModule], exports: [AssetImagePipe, AssetIconPipe, AssetFilePipe, AssetSoundPipe, AssetVideoPipe, AssetBackgroundPipe, AssetBackgroundDirective] });
|
|
1097
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetModule, imports: [CommonModule] });
|
|
1094
1098
|
}
|
|
1095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AssetModule, decorators: [{
|
|
1096
1100
|
type: NgModule,
|
|
1097
1101
|
args: [{
|
|
1098
1102
|
imports: [CommonModule],
|
|
@@ -1197,10 +1201,10 @@ class PlatformService extends Destroyable {
|
|
|
1197
1201
|
get isPlatformBrowser() {
|
|
1198
1202
|
return this._isPlatformBrowser;
|
|
1199
1203
|
}
|
|
1200
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1201
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.
|
|
1204
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PlatformService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1205
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PlatformService, providedIn: 'root' });
|
|
1202
1206
|
}
|
|
1203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PlatformService, decorators: [{
|
|
1204
1208
|
type: Injectable,
|
|
1205
1209
|
args: [{ providedIn: 'root' }]
|
|
1206
1210
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1230,11 +1234,11 @@ class CookieModule {
|
|
|
1230
1234
|
]
|
|
1231
1235
|
};
|
|
1232
1236
|
}
|
|
1233
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1234
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.
|
|
1235
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.
|
|
1237
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: CookieModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1238
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: CookieModule });
|
|
1239
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: CookieModule });
|
|
1236
1240
|
}
|
|
1237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: CookieModule, decorators: [{
|
|
1238
1242
|
type: NgModule
|
|
1239
1243
|
}] });
|
|
1240
1244
|
function cookieServiceFactory(nativeWindow, options, platform) {
|
|
@@ -1452,10 +1456,10 @@ class AspectRatioResizeDirective extends Destroyable {
|
|
|
1452
1456
|
get ratio() {
|
|
1453
1457
|
return this._ratio;
|
|
1454
1458
|
}
|
|
1455
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1456
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.
|
|
1459
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AspectRatioResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1460
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.3", type: AspectRatioResizeDirective, isStandalone: false, selector: "[vi-aspect-ratio]", inputs: { direction: ["vi-aspect-ratio", "direction"], ratio: ["ratio", "ratio", numberAttribute] }, usesInheritance: true, ngImport: i0 });
|
|
1457
1461
|
}
|
|
1458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AspectRatioResizeDirective, decorators: [{
|
|
1459
1463
|
type: Directive,
|
|
1460
1464
|
args: [{
|
|
1461
1465
|
selector: '[vi-aspect-ratio]',
|
|
@@ -1572,10 +1576,10 @@ class ScrollDirective extends Destroyable {
|
|
|
1572
1576
|
get scrollValue() {
|
|
1573
1577
|
return this._scrollValue;
|
|
1574
1578
|
}
|
|
1575
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1576
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.
|
|
1579
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1580
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.3", type: ScrollDirective, isStandalone: false, selector: "[vi-scroll]", inputs: { scrollValue: ["scrollValue", "scrollValue", numberAttribute] }, outputs: { scrolled: "scrolled" }, host: { listeners: { "scroll": "scrollHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
1577
1581
|
}
|
|
1578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ScrollDirective, decorators: [{
|
|
1579
1583
|
type: Directive,
|
|
1580
1584
|
args: [{
|
|
1581
1585
|
selector: '[vi-scroll]',
|
|
@@ -1643,10 +1647,10 @@ class InfiniteScrollDirective extends ScrollDirective {
|
|
|
1643
1647
|
get scrollHeight() {
|
|
1644
1648
|
return this.element.scrollHeight;
|
|
1645
1649
|
}
|
|
1646
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1647
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.
|
|
1650
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: InfiniteScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1651
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.3", type: InfiniteScrollDirective, isStandalone: false, selector: "[vi-infinite-scroll]", inputs: { elementHeight: ["elementHeight", "elementHeight", numberAttribute] }, outputs: { top: "top", bottom: "bottom" }, usesInheritance: true, ngImport: i0 });
|
|
1648
1652
|
}
|
|
1649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: InfiniteScrollDirective, decorators: [{
|
|
1650
1654
|
type: Directive,
|
|
1651
1655
|
args: [{
|
|
1652
1656
|
selector: '[vi-infinite-scroll]',
|
|
@@ -1762,10 +1766,10 @@ class AutoScrollBottomDirective extends InfiniteScrollDirective {
|
|
|
1762
1766
|
this.isScrollLocked = true;
|
|
1763
1767
|
this.scrollCheck();
|
|
1764
1768
|
}
|
|
1765
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1766
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
1769
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AutoScrollBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1770
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", 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 });
|
|
1767
1771
|
}
|
|
1768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AutoScrollBottomDirective, decorators: [{
|
|
1769
1773
|
type: Directive,
|
|
1770
1774
|
args: [{
|
|
1771
1775
|
selector: '[vi-auto-scroll-bottom]',
|
|
@@ -1812,10 +1816,10 @@ class ClickToCopyDirective extends Destroyable {
|
|
|
1812
1816
|
this.element = null;
|
|
1813
1817
|
clearTimeout(this.selectionClearTimer);
|
|
1814
1818
|
}
|
|
1815
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1816
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
1819
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ClickToCopyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1820
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", 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 });
|
|
1817
1821
|
}
|
|
1818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ClickToCopyDirective, decorators: [{
|
|
1819
1823
|
type: Directive,
|
|
1820
1824
|
args: [{
|
|
1821
1825
|
selector: '[vi-click-to-copy]',
|
|
@@ -1867,10 +1871,10 @@ class ClickToSelectDirective extends Destroyable {
|
|
|
1867
1871
|
super.destroy();
|
|
1868
1872
|
this.element = null;
|
|
1869
1873
|
}
|
|
1870
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1871
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
1874
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ClickToSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1875
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: ClickToSelectDirective, isStandalone: false, selector: "[vi-click-to-select]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
1872
1876
|
}
|
|
1873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1877
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ClickToSelectDirective, decorators: [{
|
|
1874
1878
|
type: Directive,
|
|
1875
1879
|
args: [{
|
|
1876
1880
|
selector: '[vi-click-to-select]',
|
|
@@ -1975,10 +1979,10 @@ class FocusDirective extends Destroyable {
|
|
|
1975
1979
|
set trigger(value) {
|
|
1976
1980
|
this.focus();
|
|
1977
1981
|
}
|
|
1978
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
1979
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
1982
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: FocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1983
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: FocusDirective, isStandalone: false, selector: "[vi-focus]", inputs: { trigger: ["vi-focus", "trigger"] }, usesInheritance: true, ngImport: i0 });
|
|
1980
1984
|
}
|
|
1981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
1985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: FocusDirective, decorators: [{
|
|
1982
1986
|
type: Directive,
|
|
1983
1987
|
args: [{
|
|
1984
1988
|
selector: '[vi-focus]',
|
|
@@ -2020,10 +2024,10 @@ class SelectOnFocusDirective extends Destroyable {
|
|
|
2020
2024
|
super.destroy();
|
|
2021
2025
|
this.element = null;
|
|
2022
2026
|
}
|
|
2023
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2024
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
2027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SelectOnFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2028
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: SelectOnFocusDirective, isStandalone: false, selector: "[vi-select-on-focus]", host: { listeners: { "focus": "focusHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
2025
2029
|
}
|
|
2026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SelectOnFocusDirective, decorators: [{
|
|
2027
2031
|
type: Directive,
|
|
2028
2032
|
args: [{
|
|
2029
2033
|
selector: '[vi-select-on-focus]',
|
|
@@ -2088,10 +2092,10 @@ class ResizeDirective extends Destroyable {
|
|
|
2088
2092
|
this.interactable = null;
|
|
2089
2093
|
}
|
|
2090
2094
|
}
|
|
2091
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2092
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.
|
|
2095
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ResizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2096
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.3", 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 });
|
|
2093
2097
|
}
|
|
2094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ResizeDirective, decorators: [{
|
|
2095
2099
|
type: Directive,
|
|
2096
2100
|
args: [{
|
|
2097
2101
|
selector: '[vi-resize]',
|
|
@@ -2267,10 +2271,10 @@ class ScrollCheckDirective extends Destroyable {
|
|
|
2267
2271
|
get scrollLimit() {
|
|
2268
2272
|
return this._scrollLimit;
|
|
2269
2273
|
}
|
|
2270
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2271
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.
|
|
2274
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ScrollCheckDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2275
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.3", 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 });
|
|
2272
2276
|
}
|
|
2273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ScrollCheckDirective, decorators: [{
|
|
2274
2278
|
type: Directive,
|
|
2275
2279
|
args: [{
|
|
2276
2280
|
selector: '[vi-scroll-check]',
|
|
@@ -2364,10 +2368,10 @@ class LanguagePipe extends Destroyable {
|
|
|
2364
2368
|
this.lastParams = null;
|
|
2365
2369
|
this.lastValue = null;
|
|
2366
2370
|
}
|
|
2367
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2368
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
2371
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2372
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipe, isStandalone: false, name: "viTranslate", pure: false });
|
|
2369
2373
|
}
|
|
2370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipe, decorators: [{
|
|
2371
2375
|
type: Pipe,
|
|
2372
2376
|
args: [{
|
|
2373
2377
|
name: 'viTranslate',
|
|
@@ -2430,10 +2434,10 @@ class HTMLTitleDirective extends Destroyable {
|
|
|
2430
2434
|
get value() {
|
|
2431
2435
|
return this._value;
|
|
2432
2436
|
}
|
|
2433
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2434
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
2437
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: HTMLTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2438
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: HTMLTitleDirective, isStandalone: false, selector: "[vi-html-title]", inputs: { value: ["vi-html-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2435
2439
|
}
|
|
2436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: HTMLTitleDirective, decorators: [{
|
|
2437
2441
|
type: Directive,
|
|
2438
2442
|
args: [{
|
|
2439
2443
|
selector: '[vi-html-title]',
|
|
@@ -2499,10 +2503,10 @@ class HTMLContentTitleDirective extends Destroyable {
|
|
|
2499
2503
|
get value() {
|
|
2500
2504
|
return this._value;
|
|
2501
2505
|
}
|
|
2502
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2503
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
2506
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: HTMLContentTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2507
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: HTMLContentTitleDirective, isStandalone: false, selector: "[vi-html-content-title]", inputs: { value: ["vi-html-content-title", "value"] }, usesInheritance: true, ngImport: i0 });
|
|
2504
2508
|
}
|
|
2505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: HTMLContentTitleDirective, decorators: [{
|
|
2506
2510
|
type: Directive,
|
|
2507
2511
|
args: [{
|
|
2508
2512
|
selector: '[vi-html-content-title]',
|
|
@@ -2523,10 +2527,10 @@ class IsBrowserDirective extends StructureDirective {
|
|
|
2523
2527
|
super(templateRef, container);
|
|
2524
2528
|
this.isNeedAdd = platform.isPlatformBrowser;
|
|
2525
2529
|
}
|
|
2526
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2527
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
2530
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: IsBrowserDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2531
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: IsBrowserDirective, isStandalone: false, selector: "[viIsBrowser]", usesInheritance: true, ngImport: i0 });
|
|
2528
2532
|
}
|
|
2529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: IsBrowserDirective, decorators: [{
|
|
2530
2534
|
type: Directive,
|
|
2531
2535
|
args: [{
|
|
2532
2536
|
selector: '[viIsBrowser]',
|
|
@@ -2544,10 +2548,10 @@ class IsServerDirective extends StructureDirective {
|
|
|
2544
2548
|
super(templateRef, container);
|
|
2545
2549
|
this.isNeedAdd = platform.isPlatformServer;
|
|
2546
2550
|
}
|
|
2547
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2548
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
2551
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: IsServerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: PlatformService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2552
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: IsServerDirective, isStandalone: false, selector: "[viIsServer]", usesInheritance: true, ngImport: i0 });
|
|
2549
2553
|
}
|
|
2550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: IsServerDirective, decorators: [{
|
|
2551
2555
|
type: Directive,
|
|
2552
2556
|
args: [{
|
|
2553
2557
|
selector: '[viIsServer]',
|
|
@@ -2555,6 +2559,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
2555
2559
|
}]
|
|
2556
2560
|
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: PlatformService }] });
|
|
2557
2561
|
|
|
2562
|
+
class NullEmptyValueDirective {
|
|
2563
|
+
control;
|
|
2564
|
+
//--------------------------------------------------------------------------
|
|
2565
|
+
//
|
|
2566
|
+
// Constructor
|
|
2567
|
+
//
|
|
2568
|
+
//--------------------------------------------------------------------------
|
|
2569
|
+
constructor(control) {
|
|
2570
|
+
this.control = control;
|
|
2571
|
+
}
|
|
2572
|
+
//--------------------------------------------------------------------------
|
|
2573
|
+
//
|
|
2574
|
+
// Event Listener
|
|
2575
|
+
//
|
|
2576
|
+
//--------------------------------------------------------------------------
|
|
2577
|
+
onEvent(target) {
|
|
2578
|
+
this.control.viewToModelUpdate(_.isEmpty(target.value) ? null : target.value);
|
|
2579
|
+
}
|
|
2580
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: NullEmptyValueDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2581
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: NullEmptyValueDirective, isStandalone: false, selector: "input[nullEmptyValue]", host: { listeners: { "input": "onEvent($event.target)" } }, ngImport: i0 });
|
|
2582
|
+
}
|
|
2583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: NullEmptyValueDirective, decorators: [{
|
|
2584
|
+
type: Directive,
|
|
2585
|
+
args: [{
|
|
2586
|
+
selector: 'input[nullEmptyValue]',
|
|
2587
|
+
standalone: false
|
|
2588
|
+
}]
|
|
2589
|
+
}], ctorParameters: () => [{ type: i1$1.NgControl }], propDecorators: { onEvent: [{
|
|
2590
|
+
type: HostListener,
|
|
2591
|
+
args: ['input', ['$event.target']]
|
|
2592
|
+
}] } });
|
|
2593
|
+
|
|
2558
2594
|
class LanguagePipePure extends Destroyable {
|
|
2559
2595
|
language;
|
|
2560
2596
|
// --------------------------------------------------------------------------
|
|
@@ -2581,10 +2617,10 @@ class LanguagePipePure extends Destroyable {
|
|
|
2581
2617
|
super.destroy();
|
|
2582
2618
|
this.language = null;
|
|
2583
2619
|
}
|
|
2584
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2585
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
2620
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipePure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2621
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipePure, isStandalone: false, name: "viTranslatePure" });
|
|
2586
2622
|
}
|
|
2587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipePure, decorators: [{
|
|
2588
2624
|
type: Pipe,
|
|
2589
2625
|
args: [{
|
|
2590
2626
|
name: 'viTranslatePure',
|
|
@@ -2592,32 +2628,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
2592
2628
|
}]
|
|
2593
2629
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
2594
2630
|
|
|
2595
|
-
class
|
|
2596
|
-
|
|
2631
|
+
class LoadableResolver {
|
|
2632
|
+
service;
|
|
2597
2633
|
// --------------------------------------------------------------------------
|
|
2598
2634
|
//
|
|
2599
2635
|
// Constructor
|
|
2600
2636
|
//
|
|
2601
2637
|
// --------------------------------------------------------------------------
|
|
2602
|
-
constructor(
|
|
2603
|
-
this.
|
|
2638
|
+
constructor(service) {
|
|
2639
|
+
this.service = service;
|
|
2604
2640
|
}
|
|
2605
2641
|
// --------------------------------------------------------------------------
|
|
2606
2642
|
//
|
|
2643
|
+
// Protected Methods
|
|
2644
|
+
//
|
|
2645
|
+
// --------------------------------------------------------------------------
|
|
2646
|
+
resolveHandler() { }
|
|
2647
|
+
rejectHandler() { }
|
|
2648
|
+
// --------------------------------------------------------------------------
|
|
2649
|
+
//
|
|
2607
2650
|
// Public Methods
|
|
2608
2651
|
//
|
|
2609
2652
|
// --------------------------------------------------------------------------
|
|
2610
2653
|
resolve(route, state) {
|
|
2611
|
-
if (this.
|
|
2654
|
+
if (this.service.isLoaded) {
|
|
2655
|
+
this.resolveHandler();
|
|
2612
2656
|
return Promise.resolve();
|
|
2613
2657
|
}
|
|
2614
2658
|
let promise = PromiseHandler.create();
|
|
2615
|
-
let subscription = this.
|
|
2659
|
+
let subscription = this.service.events.subscribe(data => {
|
|
2616
2660
|
if (data.type === LoadableEvent.COMPLETE) {
|
|
2661
|
+
this.resolveHandler();
|
|
2617
2662
|
promise.resolve();
|
|
2618
2663
|
}
|
|
2619
2664
|
else if (data.type === LoadableEvent.ERROR) {
|
|
2620
|
-
|
|
2665
|
+
this.rejectHandler();
|
|
2666
|
+
let error = data.error?.toString();
|
|
2667
|
+
promise.reject(error);
|
|
2621
2668
|
}
|
|
2622
2669
|
else if (data.type === LoadableEvent.FINISHED) {
|
|
2623
2670
|
subscription.unsubscribe();
|
|
@@ -2627,19 +2674,22 @@ class LanguageRequireResolver {
|
|
|
2627
2674
|
}
|
|
2628
2675
|
}
|
|
2629
2676
|
|
|
2677
|
+
class LanguageRequireResolver extends LoadableResolver {
|
|
2678
|
+
}
|
|
2679
|
+
|
|
2630
2680
|
class LanguageResolver extends LanguageRequireResolver {
|
|
2631
2681
|
// --------------------------------------------------------------------------
|
|
2632
2682
|
//
|
|
2633
2683
|
// Constructor
|
|
2634
2684
|
//
|
|
2635
2685
|
// --------------------------------------------------------------------------
|
|
2636
|
-
constructor(
|
|
2637
|
-
super(
|
|
2686
|
+
constructor(service) {
|
|
2687
|
+
super(service);
|
|
2638
2688
|
}
|
|
2639
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2640
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.
|
|
2689
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageResolver, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2690
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageResolver, providedIn: 'root' });
|
|
2641
2691
|
}
|
|
2642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageResolver, decorators: [{
|
|
2643
2693
|
type: Injectable,
|
|
2644
2694
|
args: [{ providedIn: 'root' }]
|
|
2645
2695
|
}], ctorParameters: () => [{ type: i1.LanguageService }] });
|
|
@@ -2722,10 +2772,10 @@ class LanguageDirective extends Destroyable {
|
|
|
2722
2772
|
get params() {
|
|
2723
2773
|
return this._params;
|
|
2724
2774
|
}
|
|
2725
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2726
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.
|
|
2775
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageDirective, deps: [{ token: i0.ElementRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2776
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.3", type: LanguageDirective, isStandalone: false, selector: "[vi-translate]", inputs: { isNeedTitle: ["isNeedTitle", "isNeedTitle", booleanAttribute], key: ["vi-translate", "key"], params: "params" }, usesInheritance: true, ngImport: i0 });
|
|
2727
2777
|
}
|
|
2728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageDirective, decorators: [{
|
|
2729
2779
|
type: Directive,
|
|
2730
2780
|
args: [{
|
|
2731
2781
|
selector: '[vi-translate]',
|
|
@@ -2775,10 +2825,10 @@ class LanguageToggleDirective extends Destroyable {
|
|
|
2775
2825
|
super.destroy();
|
|
2776
2826
|
this.language = null;
|
|
2777
2827
|
}
|
|
2778
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2779
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
2828
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageToggleDirective, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2829
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: LanguageToggleDirective, isStandalone: false, selector: "[vi-language-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
2780
2830
|
}
|
|
2781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageToggleDirective, decorators: [{
|
|
2782
2832
|
type: Directive,
|
|
2783
2833
|
args: [{
|
|
2784
2834
|
selector: '[vi-language-toggle]',
|
|
@@ -2836,10 +2886,10 @@ class LanguagePipeHas extends Destroyable {
|
|
|
2836
2886
|
this.language = null;
|
|
2837
2887
|
this.key = null;
|
|
2838
2888
|
}
|
|
2839
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2840
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
2889
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipeHas, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2890
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipeHas, isStandalone: false, name: "viTranslateHas", pure: false });
|
|
2841
2891
|
}
|
|
2842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipeHas, decorators: [{
|
|
2843
2893
|
type: Pipe,
|
|
2844
2894
|
args: [{
|
|
2845
2895
|
name: 'viTranslateHas',
|
|
@@ -2874,10 +2924,10 @@ class LanguagePipeHasPure extends Destroyable {
|
|
|
2874
2924
|
super.destroy();
|
|
2875
2925
|
this.language = null;
|
|
2876
2926
|
}
|
|
2877
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2878
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
2927
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipeHasPure, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2928
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipeHasPure, isStandalone: false, name: "viTranslateHasPure" });
|
|
2879
2929
|
}
|
|
2880
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
2930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguagePipeHasPure, decorators: [{
|
|
2881
2931
|
type: Pipe,
|
|
2882
2932
|
args: [{
|
|
2883
2933
|
name: 'viTranslateHasPure',
|
|
@@ -2951,10 +3001,10 @@ class LanguageHasDirective extends StructureDirective {
|
|
|
2951
3001
|
get viTranslateHasIsOnlyIfNotEmpty() {
|
|
2952
3002
|
return this._isOnlyIfNotEmpty;
|
|
2953
3003
|
}
|
|
2954
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
2955
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
3004
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageHasDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3005
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: LanguageHasDirective, isStandalone: false, selector: "[viTranslateHas]", inputs: { viTranslateHas: "viTranslateHas", viTranslateHasIsOnlyIfNotEmpty: "viTranslateHasIsOnlyIfNotEmpty" }, usesInheritance: true, ngImport: i0 });
|
|
2956
3006
|
}
|
|
2957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
3007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageHasDirective, decorators: [{
|
|
2958
3008
|
type: Directive,
|
|
2959
3009
|
args: [{
|
|
2960
3010
|
selector: '[viTranslateHas]',
|
|
@@ -2996,11 +3046,11 @@ class LanguageModule {
|
|
|
2996
3046
|
]
|
|
2997
3047
|
};
|
|
2998
3048
|
}
|
|
2999
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
3000
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.
|
|
3001
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.
|
|
3049
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3050
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: LanguageModule, declarations: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageToggleDirective, LanguageHasDirective, LanguageDirective], imports: [CookieModule], exports: [LanguagePipe, LanguagePipePure, LanguagePipeHas, LanguagePipeHasPure, LanguageToggleDirective, LanguageHasDirective, LanguageDirective] });
|
|
3051
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageModule, imports: [CookieModule] });
|
|
3002
3052
|
}
|
|
3003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
3053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LanguageModule, decorators: [{
|
|
3004
3054
|
type: NgModule,
|
|
3005
3055
|
args: [{
|
|
3006
3056
|
imports: [CookieModule],
|
|
@@ -3303,16 +3353,16 @@ class LoginGuard extends LoginRequireResolver {
|
|
|
3303
3353
|
canActivate(route, state) {
|
|
3304
3354
|
return this.isLoggedIn() ? true : this.router.parseUrl(LoginGuard.redirectUrl);
|
|
3305
3355
|
}
|
|
3306
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
3307
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.
|
|
3356
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3357
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginGuard, providedIn: 'root' });
|
|
3308
3358
|
}
|
|
3309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
3359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginGuard, decorators: [{
|
|
3310
3360
|
type: Injectable,
|
|
3311
3361
|
args: [{ providedIn: 'root' }]
|
|
3312
3362
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3313
3363
|
type: Inject,
|
|
3314
3364
|
args: [LoginServiceBase]
|
|
3315
|
-
}] }, { type: i1$
|
|
3365
|
+
}] }, { type: i1$2.Router }] });
|
|
3316
3366
|
|
|
3317
3367
|
class LoginNotGuard extends LoginRequireResolver {
|
|
3318
3368
|
router;
|
|
@@ -3339,16 +3389,16 @@ class LoginNotGuard extends LoginRequireResolver {
|
|
|
3339
3389
|
canActivate(route, state) {
|
|
3340
3390
|
return !this.isLoggedIn() ? true : this.router.parseUrl(LoginNotGuard.redirectUrl);
|
|
3341
3391
|
}
|
|
3342
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
3343
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.
|
|
3392
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginNotGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3393
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginNotGuard, providedIn: 'root' });
|
|
3344
3394
|
}
|
|
3345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
3395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginNotGuard, decorators: [{
|
|
3346
3396
|
type: Injectable,
|
|
3347
3397
|
args: [{ providedIn: 'root' }]
|
|
3348
3398
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3349
3399
|
type: Inject,
|
|
3350
3400
|
args: [LoginServiceBase]
|
|
3351
|
-
}] }, { type: i1$
|
|
3401
|
+
}] }, { type: i1$2.Router }] });
|
|
3352
3402
|
|
|
3353
3403
|
class LoginResolver extends LoginRequireResolver {
|
|
3354
3404
|
// --------------------------------------------------------------------------
|
|
@@ -3359,10 +3409,10 @@ class LoginResolver extends LoginRequireResolver {
|
|
|
3359
3409
|
constructor(login) {
|
|
3360
3410
|
super(login);
|
|
3361
3411
|
}
|
|
3362
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
3363
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.
|
|
3412
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginResolver, deps: [{ token: LoginServiceBase }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3413
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginResolver, providedIn: 'root' });
|
|
3364
3414
|
}
|
|
3365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
3415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginResolver, decorators: [{
|
|
3366
3416
|
type: Injectable,
|
|
3367
3417
|
args: [{ providedIn: 'root' }]
|
|
3368
3418
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3408,16 +3458,16 @@ class LoginIfCanGuard extends LoginGuard {
|
|
|
3408
3458
|
}
|
|
3409
3459
|
return super.canActivate(route, state);
|
|
3410
3460
|
}
|
|
3411
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
3412
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.
|
|
3461
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginIfCanGuard, deps: [{ token: LoginServiceBase }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3462
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginIfCanGuard, providedIn: 'root' });
|
|
3413
3463
|
}
|
|
3414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
3464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LoginIfCanGuard, decorators: [{
|
|
3415
3465
|
type: Injectable,
|
|
3416
3466
|
args: [{ providedIn: 'root' }]
|
|
3417
3467
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3418
3468
|
type: Inject,
|
|
3419
3469
|
args: [LoginServiceBase]
|
|
3420
|
-
}] }, { type: i1$
|
|
3470
|
+
}] }, { type: i1$2.Router }] });
|
|
3421
3471
|
|
|
3422
3472
|
class ValueStorage extends Destroyable {
|
|
3423
3473
|
storage;
|
|
@@ -4249,10 +4299,10 @@ class PrettifyPipe {
|
|
|
4249
4299
|
//
|
|
4250
4300
|
// --------------------------------------------------------------------------
|
|
4251
4301
|
constructor() { }
|
|
4252
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4253
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4302
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PrettifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4303
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: PrettifyPipe, isStandalone: false, name: "viPrettify" });
|
|
4254
4304
|
}
|
|
4255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PrettifyPipe, decorators: [{
|
|
4256
4306
|
type: Pipe,
|
|
4257
4307
|
args: [{
|
|
4258
4308
|
name: 'viPrettify',
|
|
@@ -4269,10 +4319,10 @@ class CamelCasePipe {
|
|
|
4269
4319
|
transform(value) {
|
|
4270
4320
|
return !_.isNil(value) ? _.camelCase(value) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4271
4321
|
}
|
|
4272
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4273
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: CamelCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4323
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: CamelCasePipe, isStandalone: false, name: "viCamelCase" });
|
|
4274
4324
|
}
|
|
4275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: CamelCasePipe, decorators: [{
|
|
4276
4326
|
type: Pipe,
|
|
4277
4327
|
args: [{
|
|
4278
4328
|
name: 'viCamelCase',
|
|
@@ -4319,10 +4369,10 @@ class FinancePipe {
|
|
|
4319
4369
|
}
|
|
4320
4370
|
return FinancePipe.format(value, format);
|
|
4321
4371
|
}
|
|
4322
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4323
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4372
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: FinancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4373
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: FinancePipe, isStandalone: false, name: "viFinance" });
|
|
4324
4374
|
}
|
|
4325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: FinancePipe, decorators: [{
|
|
4326
4376
|
type: Pipe,
|
|
4327
4377
|
args: [{
|
|
4328
4378
|
name: 'viFinance',
|
|
@@ -4386,10 +4436,10 @@ class MomentDatePipe {
|
|
|
4386
4436
|
let moment = MomentDatePipe.parseMoment(value);
|
|
4387
4437
|
return moment.format(format || MomentDatePipe.DEFAULT_FORMAT);
|
|
4388
4438
|
}
|
|
4389
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4390
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4439
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: MomentDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4440
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: MomentDatePipe, isStandalone: false, name: "viMomentDate" });
|
|
4391
4441
|
}
|
|
4392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: MomentDatePipe, decorators: [{
|
|
4393
4443
|
type: Pipe,
|
|
4394
4444
|
args: [{
|
|
4395
4445
|
name: 'viMomentDate',
|
|
@@ -4433,10 +4483,10 @@ class MomentDateAdaptivePipe {
|
|
|
4433
4483
|
}
|
|
4434
4484
|
return item.format(format);
|
|
4435
4485
|
}
|
|
4436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4437
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4486
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: MomentDateAdaptivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4487
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: MomentDateAdaptivePipe, isStandalone: false, name: "viMomentAdaptiveDate" });
|
|
4438
4488
|
}
|
|
4439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: MomentDateAdaptivePipe, decorators: [{
|
|
4440
4490
|
type: Pipe,
|
|
4441
4491
|
args: [{
|
|
4442
4492
|
name: 'viMomentAdaptiveDate',
|
|
@@ -4453,10 +4503,10 @@ class MomentDateFromNowPipe {
|
|
|
4453
4503
|
transform(value, format) {
|
|
4454
4504
|
return MomentDatePipe.fromNow(value, format);
|
|
4455
4505
|
}
|
|
4456
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4457
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4506
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: MomentDateFromNowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4507
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: MomentDateFromNowPipe, isStandalone: false, name: "viMomentDateFromNow" });
|
|
4458
4508
|
}
|
|
4459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: MomentDateFromNowPipe, decorators: [{
|
|
4460
4510
|
type: Pipe,
|
|
4461
4511
|
args: [{
|
|
4462
4512
|
name: 'viMomentDateFromNow',
|
|
@@ -4485,10 +4535,10 @@ class MomentTimePipe {
|
|
|
4485
4535
|
.add(timeMilliseconds, 'milliseconds')
|
|
4486
4536
|
.format(format || MomentTimePipe.DEFAULT_FORMAT);
|
|
4487
4537
|
}
|
|
4488
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4489
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4538
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: MomentTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4539
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: MomentTimePipe, isStandalone: false, name: "viMomentTime" });
|
|
4490
4540
|
}
|
|
4491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: MomentTimePipe, decorators: [{
|
|
4492
4542
|
type: Pipe,
|
|
4493
4543
|
args: [{
|
|
4494
4544
|
name: 'viMomentTime',
|
|
@@ -4525,10 +4575,10 @@ class NgModelErrorPipe {
|
|
|
4525
4575
|
constructor(language) {
|
|
4526
4576
|
this.language = language;
|
|
4527
4577
|
}
|
|
4528
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4529
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4578
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: NgModelErrorPipe, deps: [{ token: i1.LanguageService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4579
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: NgModelErrorPipe, isStandalone: false, name: "viNgModelError" });
|
|
4530
4580
|
}
|
|
4531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: NgModelErrorPipe, decorators: [{
|
|
4532
4582
|
type: Pipe,
|
|
4533
4583
|
args: [{
|
|
4534
4584
|
name: 'viNgModelError',
|
|
@@ -4570,16 +4620,16 @@ class SanitizePipe {
|
|
|
4570
4620
|
throw new Error('Invalid safe type specified: ' + type);
|
|
4571
4621
|
}
|
|
4572
4622
|
}
|
|
4573
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4574
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4623
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SanitizePipe, deps: [{ token: i1$3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4624
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: SanitizePipe, isStandalone: false, name: "viSanitize" });
|
|
4575
4625
|
}
|
|
4576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SanitizePipe, decorators: [{
|
|
4577
4627
|
type: Pipe,
|
|
4578
4628
|
args: [{
|
|
4579
4629
|
name: 'viSanitize',
|
|
4580
4630
|
standalone: false
|
|
4581
4631
|
}]
|
|
4582
|
-
}], ctorParameters: () => [{ type: i1$
|
|
4632
|
+
}], ctorParameters: () => [{ type: i1$3.DomSanitizer }] });
|
|
4583
4633
|
|
|
4584
4634
|
class StartCasePipe {
|
|
4585
4635
|
// --------------------------------------------------------------------------
|
|
@@ -4590,10 +4640,10 @@ class StartCasePipe {
|
|
|
4590
4640
|
transform(value) {
|
|
4591
4641
|
return !_.isEmpty(value) ? value.charAt(0).toUpperCase() + value.slice(1) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4592
4642
|
}
|
|
4593
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4594
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4643
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: StartCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4644
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: StartCasePipe, isStandalone: false, name: "viStartCase" });
|
|
4595
4645
|
}
|
|
4596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: StartCasePipe, decorators: [{
|
|
4597
4647
|
type: Pipe,
|
|
4598
4648
|
args: [{
|
|
4599
4649
|
name: 'viStartCase',
|
|
@@ -4610,10 +4660,10 @@ class TruncatePipe {
|
|
|
4610
4660
|
transform(value, maxLength) {
|
|
4611
4661
|
return !_.isEmpty(value) ? _.truncate(value, { length: maxLength }) : PrettifyPipe.EMPTY_SYMBOL;
|
|
4612
4662
|
}
|
|
4613
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4614
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4663
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4664
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: TruncatePipe, isStandalone: false, name: "viTruncate" });
|
|
4615
4665
|
}
|
|
4616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruncatePipe, decorators: [{
|
|
4617
4667
|
type: Pipe,
|
|
4618
4668
|
args: [{
|
|
4619
4669
|
name: 'viTruncate',
|
|
@@ -4643,10 +4693,10 @@ class TimePipe {
|
|
|
4643
4693
|
}
|
|
4644
4694
|
return FinancePipe.format(milliseconds / DateUtil.MILLISECONDS_SECOND, format);
|
|
4645
4695
|
}
|
|
4646
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
4647
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.
|
|
4696
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
4697
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: TimePipe, isStandalone: false, name: "viTime" });
|
|
4648
4698
|
}
|
|
4649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
4699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TimePipe, decorators: [{
|
|
4650
4700
|
type: Pipe,
|
|
4651
4701
|
args: [{
|
|
4652
4702
|
name: 'viTime',
|
|
@@ -5226,13 +5276,13 @@ class ServiceWorkerService extends Loadable {
|
|
|
5226
5276
|
get isEnabled() {
|
|
5227
5277
|
return this.updates.isEnabled;
|
|
5228
5278
|
}
|
|
5229
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5230
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.
|
|
5279
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ServiceWorkerService, deps: [{ token: i1$4.SwUpdate }, { token: i2.Logger }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5280
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ServiceWorkerService, providedIn: 'root' });
|
|
5231
5281
|
}
|
|
5232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
5282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ServiceWorkerService, decorators: [{
|
|
5233
5283
|
type: Injectable,
|
|
5234
5284
|
args: [{ providedIn: 'root' }]
|
|
5235
|
-
}], ctorParameters: () => [{ type: i1$
|
|
5285
|
+
}], ctorParameters: () => [{ type: i1$4.SwUpdate }, { type: i2.Logger }, { type: NotificationService }] });
|
|
5236
5286
|
|
|
5237
5287
|
class CanDeactivateGuard {
|
|
5238
5288
|
// --------------------------------------------------------------------------
|
|
@@ -5346,10 +5396,10 @@ class ThemeStyleDirective extends Destroyable {
|
|
|
5346
5396
|
this.stylePropertiesCheck();
|
|
5347
5397
|
}
|
|
5348
5398
|
}
|
|
5349
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5350
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
5399
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeStyleDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5400
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: ThemeStyleDirective, isStandalone: false, selector: "[vi-theme-style]", inputs: { flags: "flags", styleName: "styleName", key: ["vi-theme-style", "key"] }, usesInheritance: true, ngImport: i0 });
|
|
5351
5401
|
}
|
|
5352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
5402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeStyleDirective, decorators: [{
|
|
5353
5403
|
type: Directive,
|
|
5354
5404
|
args: [{
|
|
5355
5405
|
selector: '[vi-theme-style]',
|
|
@@ -5450,10 +5500,10 @@ class ThemeStyleHoverDirective extends ThemeStyleDirective {
|
|
|
5450
5500
|
set flags(value) {
|
|
5451
5501
|
super.flags = value;
|
|
5452
5502
|
}
|
|
5453
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5454
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
5503
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeStyleHoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5504
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: ThemeStyleHoverDirective, isStandalone: false, selector: "[vi-theme-style-hover]", inputs: { key: ["vi-theme-style-hover", "key"], styleName: "styleName", flags: "flags" }, usesInheritance: true, ngImport: i0 });
|
|
5455
5505
|
}
|
|
5456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
5506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeStyleHoverDirective, decorators: [{
|
|
5457
5507
|
type: Directive,
|
|
5458
5508
|
args: [{
|
|
5459
5509
|
selector: '[vi-theme-style-hover]',
|
|
@@ -5682,10 +5732,10 @@ class ThemeAssetDirective extends Destroyable {
|
|
|
5682
5732
|
this._extension = value;
|
|
5683
5733
|
this.setSourceProperties();
|
|
5684
5734
|
}
|
|
5685
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5686
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.
|
|
5735
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeAssetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5736
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.3", 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 });
|
|
5687
5737
|
}
|
|
5688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
5738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeAssetDirective, decorators: [{
|
|
5689
5739
|
type: Directive
|
|
5690
5740
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ThemeService }, { type: i1.ThemeAssetService }], propDecorators: { errorLoadingHandler: [{
|
|
5691
5741
|
type: HostListener,
|
|
@@ -5747,10 +5797,10 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
5747
5797
|
get name() {
|
|
5748
5798
|
return super.name;
|
|
5749
5799
|
}
|
|
5750
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5751
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
5800
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5801
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: ThemeAssetBackgroundDirective, isStandalone: false, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5752
5802
|
}
|
|
5753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
5803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
|
|
5754
5804
|
type: Directive,
|
|
5755
5805
|
args: [{
|
|
5756
5806
|
selector: '[vi-theme-background]',
|
|
@@ -5793,10 +5843,10 @@ class ThemeAssetImageDirective extends ThemeAssetDirective {
|
|
|
5793
5843
|
get name() {
|
|
5794
5844
|
return super.name;
|
|
5795
5845
|
}
|
|
5796
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5797
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
5846
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeAssetImageDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5847
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: ThemeAssetImageDirective, isStandalone: false, selector: "[vi-theme-image]", inputs: { name: ["vi-theme-image", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5798
5848
|
}
|
|
5799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
5849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeAssetImageDirective, decorators: [{
|
|
5800
5850
|
type: Directive,
|
|
5801
5851
|
args: [{
|
|
5802
5852
|
selector: '[vi-theme-image]',
|
|
@@ -5838,10 +5888,10 @@ class ThemeAssetIconDirective extends ThemeAssetDirective {
|
|
|
5838
5888
|
get name() {
|
|
5839
5889
|
return super.name;
|
|
5840
5890
|
}
|
|
5841
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5842
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
5891
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeAssetIconDirective, deps: [{ token: i0.ElementRef }, { token: i1.ThemeService }, { token: i1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5892
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: ThemeAssetIconDirective, isStandalone: false, selector: "[vi-theme-icon]", inputs: { name: ["vi-theme-icon", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
5843
5893
|
}
|
|
5844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
5894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeAssetIconDirective, decorators: [{
|
|
5845
5895
|
type: Directive,
|
|
5846
5896
|
args: [{
|
|
5847
5897
|
selector: '[vi-theme-icon]',
|
|
@@ -5886,10 +5936,10 @@ class ThemeToggleDirective extends Destroyable {
|
|
|
5886
5936
|
super.destroy();
|
|
5887
5937
|
this.theme = null;
|
|
5888
5938
|
}
|
|
5889
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5890
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.
|
|
5939
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeToggleDirective, deps: [{ token: i1.ThemeService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5940
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.3", type: ThemeToggleDirective, isStandalone: false, selector: "[vi-theme-toggle]", host: { listeners: { "click": "clickHandler()" } }, usesInheritance: true, ngImport: i0 });
|
|
5891
5941
|
}
|
|
5892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
5942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeToggleDirective, decorators: [{
|
|
5893
5943
|
type: Directive,
|
|
5894
5944
|
args: [{
|
|
5895
5945
|
selector: '[vi-theme-toggle]',
|
|
@@ -5935,8 +5985,8 @@ class ThemeModule {
|
|
|
5935
5985
|
]
|
|
5936
5986
|
};
|
|
5937
5987
|
}
|
|
5938
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
5939
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.
|
|
5988
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5989
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: ThemeModule, declarations: [ThemeToggleDirective,
|
|
5940
5990
|
ThemeAssetImageDirective,
|
|
5941
5991
|
ThemeAssetIconDirective,
|
|
5942
5992
|
ThemeAssetBackgroundDirective,
|
|
@@ -5947,9 +5997,9 @@ class ThemeModule {
|
|
|
5947
5997
|
ThemeAssetBackgroundDirective,
|
|
5948
5998
|
ThemeStyleDirective,
|
|
5949
5999
|
ThemeStyleHoverDirective] });
|
|
5950
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.
|
|
6000
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeModule, imports: [CookieModule] });
|
|
5951
6001
|
}
|
|
5952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
6002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: ThemeModule, decorators: [{
|
|
5953
6003
|
type: NgModule,
|
|
5954
6004
|
args: [{
|
|
5955
6005
|
imports: [CookieModule],
|
|
@@ -5997,10 +6047,12 @@ class UserServiceBase extends Loginable {
|
|
|
5997
6047
|
}
|
|
5998
6048
|
async loginedHandler() {
|
|
5999
6049
|
await this.initializeUser(this.login.loginData);
|
|
6050
|
+
this.status = LoadableStatus.LOADED;
|
|
6000
6051
|
this.observer.next(new ObservableData(UserServiceBaseEvent.LOGINED, this.user));
|
|
6001
6052
|
}
|
|
6002
6053
|
async logoutedHandler() {
|
|
6003
6054
|
await this.deinitializeUser();
|
|
6055
|
+
this.status = LoadableStatus.NOT_LOADED;
|
|
6004
6056
|
this.observer.next(new ObservableData(UserServiceBaseEvent.LOGOUTED));
|
|
6005
6057
|
}
|
|
6006
6058
|
// --------------------------------------------------------------------------
|
|
@@ -6008,7 +6060,7 @@ class UserServiceBase extends Loginable {
|
|
|
6008
6060
|
// Public Methods
|
|
6009
6061
|
//
|
|
6010
6062
|
// --------------------------------------------------------------------------
|
|
6011
|
-
|
|
6063
|
+
isEquals(item) {
|
|
6012
6064
|
if (!this.has || _.isNil(item)) {
|
|
6013
6065
|
return false;
|
|
6014
6066
|
}
|
|
@@ -6625,10 +6677,10 @@ class IWindowContent extends DestroyableContainer {
|
|
|
6625
6677
|
this.commitWindowProperties();
|
|
6626
6678
|
}
|
|
6627
6679
|
}
|
|
6628
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
6629
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.
|
|
6680
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
6681
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.3", type: IWindowContent, isStandalone: true, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6630
6682
|
}
|
|
6631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
6683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: IWindowContent, decorators: [{
|
|
6632
6684
|
type: Component,
|
|
6633
6685
|
args: [{ template: '' }]
|
|
6634
6686
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -6804,10 +6856,10 @@ class INotificationContent extends DestroyableContainer {
|
|
|
6804
6856
|
get config() {
|
|
6805
6857
|
return this._config;
|
|
6806
6858
|
}
|
|
6807
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
6808
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.
|
|
6859
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: INotificationContent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6860
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: INotificationContent, isStandalone: true, selector: "ng-component", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6809
6861
|
}
|
|
6810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
6862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: INotificationContent, decorators: [{
|
|
6811
6863
|
type: Component,
|
|
6812
6864
|
args: [{ template: '' }]
|
|
6813
6865
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { config: [{
|
|
@@ -7075,10 +7127,10 @@ class LazyModuleLoader extends Loadable {
|
|
|
7075
7127
|
get modules() {
|
|
7076
7128
|
return this._modules;
|
|
7077
7129
|
}
|
|
7078
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
7079
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.
|
|
7130
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LazyModuleLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7131
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LazyModuleLoader, providedIn: 'root' });
|
|
7080
7132
|
}
|
|
7081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
7133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: LazyModuleLoader, decorators: [{
|
|
7082
7134
|
type: Injectable,
|
|
7083
7135
|
args: [{ providedIn: 'root' }]
|
|
7084
7136
|
}], ctorParameters: () => [{ type: i0.Compiler }, { type: i0.Injector }] });
|
|
@@ -7243,6 +7295,7 @@ let declarations = [
|
|
|
7243
7295
|
SelectOnFocusDirective,
|
|
7244
7296
|
ClickToSelectDirective,
|
|
7245
7297
|
InfiniteScrollDirective,
|
|
7298
|
+
NullEmptyValueDirective,
|
|
7246
7299
|
HTMLTitleDirective,
|
|
7247
7300
|
HTMLContentTitleDirective,
|
|
7248
7301
|
AutoScrollBottomDirective,
|
|
@@ -7279,8 +7332,8 @@ class VIModule {
|
|
|
7279
7332
|
]
|
|
7280
7333
|
};
|
|
7281
7334
|
}
|
|
7282
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.
|
|
7283
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.
|
|
7335
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7336
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: VIModule, declarations: [TimePipe,
|
|
7284
7337
|
FinancePipe,
|
|
7285
7338
|
SanitizePipe,
|
|
7286
7339
|
TruncatePipe,
|
|
@@ -7302,6 +7355,7 @@ class VIModule {
|
|
|
7302
7355
|
SelectOnFocusDirective,
|
|
7303
7356
|
ClickToSelectDirective,
|
|
7304
7357
|
InfiniteScrollDirective,
|
|
7358
|
+
NullEmptyValueDirective,
|
|
7305
7359
|
HTMLTitleDirective,
|
|
7306
7360
|
HTMLContentTitleDirective,
|
|
7307
7361
|
AutoScrollBottomDirective,
|
|
@@ -7327,13 +7381,14 @@ class VIModule {
|
|
|
7327
7381
|
SelectOnFocusDirective,
|
|
7328
7382
|
ClickToSelectDirective,
|
|
7329
7383
|
InfiniteScrollDirective,
|
|
7384
|
+
NullEmptyValueDirective,
|
|
7330
7385
|
HTMLTitleDirective,
|
|
7331
7386
|
HTMLContentTitleDirective,
|
|
7332
7387
|
AutoScrollBottomDirective,
|
|
7333
7388
|
AspectRatioResizeDirective] });
|
|
7334
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.
|
|
7389
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: VIModule, imports: [imports, CookieModule, ThemeModule, LanguageModule, AssetModule] });
|
|
7335
7390
|
}
|
|
7336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.
|
|
7391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: VIModule, decorators: [{
|
|
7337
7392
|
type: NgModule,
|
|
7338
7393
|
args: [{
|
|
7339
7394
|
imports,
|
|
@@ -7371,5 +7426,5 @@ const VI_ANGULAR_OPTIONS = new InjectionToken(`VI_ANGULAR_OPTIONS`);
|
|
|
7371
7426
|
* Generated bundle index. Do not edit.
|
|
7372
7427
|
*/
|
|
7373
7428
|
|
|
7374
|
-
export { APPLICATION_INJECTOR, ApplicationBaseComponent, ApplicationComponent, AspectRatioResizeDirective, AssetBackgroundDirective, AssetBackgroundPipe, AssetFilePipe, AssetIconPipe, AssetImagePipe, AssetModule, AssetSoundPipe, AssetVideoPipe, AutoScrollBottomDirective, BooleanValueStorage, BottomSheetService, COOKIE_OPTIONS, CamelCasePipe, CanDeactivateGuard, ClickToCopyDirective, ClickToSelectDirective, CookieModule, CookieOptions, CookieService, DateValueStorage, Direction, FinancePipe, FocusDirective, FocusManager, HTMLContentTitleDirective, HTMLTitleDirective, INotification, INotificationContent, IUser, IVIOptions, IWindow, IWindowContent, InfiniteScrollDirective, IsBrowserDirective, IsServerDirective, JSONValueStorage, LANGUAGE_OPTIONS, LanguageDirective, LanguageHasDirective, LanguageModule, LanguagePipe, LanguagePipeHas, LanguagePipeHasPure, LanguagePipePure, LanguageRequireResolver, LanguageResolver, LanguageToggleDirective, LazyModuleLoader, ListItem, ListItems, LocalStorageService, LoginGuard, LoginIfCanGuard, LoginNotGuard, LoginRequireResolver, LoginResolver, LoginServiceBase, LoginServiceBaseEvent, LoginTokenStorage, Loginable, MenuItem, MenuItemBase, MenuItems, MessageBaseComponent, MomentDateAdaptivePipe, MomentDateFromNowPipe, MomentDatePipe, MomentTimePipe, NavigationMenuItem, NgModelErrorPipe, NotificationConfig, NotificationEvent, NotificationService, NotificationServiceEvent, PipeBaseService, PlatformService, PrettifyPipe, QuestionEvent, QuestionManager, QuestionMode, ResizeDirective, ResizeManager, RouterBaseService, RouterSelectListItems, SanitizePipe, ScrollCheckDirective, ScrollDirective, SelectListItem, SelectListItems, SelectOnFocusDirective, ServiceWorkerService, StartCasePipe, StructureDirective, THEME_OPTIONS, ThemeAssetBackgroundDirective, ThemeAssetDirective, ThemeAssetIconDirective, ThemeAssetImageDirective, ThemeModule, ThemeStyleDirective, ThemeStyleHoverDirective, ThemeToggleDirective, TimePipe, TransportLazy, TransportLazyModule, TransportLazyModuleLoadedEvent, TruncatePipe, UserServiceBase, UserServiceBaseEvent, VIModule, VI_ANGULAR_OPTIONS, ValueStorage, ViewUtil, WINDOW_CONTENT_CONTAINER, WindowAlign, WindowBase, WindowClosedError, WindowConfig, WindowEvent, WindowService, WindowServiceEvent, cookieServiceFactory, initializerFactory, languageServiceFactory, localStorageServiceFactory, loggerServiceFactory, loginTokenStorageServiceFactory, nativeWindowServiceFactory, themeAssetServiceFactory, themeServiceFactory };
|
|
7429
|
+
export { APPLICATION_INJECTOR, ApplicationBaseComponent, ApplicationComponent, AspectRatioResizeDirective, AssetBackgroundDirective, AssetBackgroundPipe, AssetFilePipe, AssetIconPipe, AssetImagePipe, AssetModule, AssetSoundPipe, AssetVideoPipe, AutoScrollBottomDirective, BooleanValueStorage, BottomSheetService, COOKIE_OPTIONS, CamelCasePipe, CanDeactivateGuard, ClickToCopyDirective, ClickToSelectDirective, CookieModule, CookieOptions, CookieService, DateValueStorage, Direction, FinancePipe, FocusDirective, FocusManager, HTMLContentTitleDirective, HTMLTitleDirective, INotification, INotificationContent, IUser, IVIOptions, IWindow, IWindowContent, InfiniteScrollDirective, IsBrowserDirective, IsServerDirective, JSONValueStorage, LANGUAGE_OPTIONS, LanguageDirective, LanguageHasDirective, LanguageModule, LanguagePipe, LanguagePipeHas, LanguagePipeHasPure, LanguagePipePure, LanguageRequireResolver, LanguageResolver, LanguageToggleDirective, LazyModuleLoader, ListItem, ListItems, LoadableResolver, LocalStorageService, LoginGuard, LoginIfCanGuard, LoginNotGuard, LoginRequireResolver, LoginResolver, LoginServiceBase, LoginServiceBaseEvent, LoginTokenStorage, Loginable, MenuItem, MenuItemBase, MenuItems, MessageBaseComponent, MomentDateAdaptivePipe, MomentDateFromNowPipe, MomentDatePipe, MomentTimePipe, NavigationMenuItem, NgModelErrorPipe, NotificationConfig, NotificationEvent, NotificationService, NotificationServiceEvent, NullEmptyValueDirective, PipeBaseService, PlatformService, PrettifyPipe, QuestionEvent, QuestionManager, QuestionMode, ResizeDirective, ResizeManager, RouterBaseService, RouterSelectListItems, SanitizePipe, ScrollCheckDirective, ScrollDirective, SelectListItem, SelectListItems, SelectOnFocusDirective, ServiceWorkerService, StartCasePipe, StructureDirective, THEME_OPTIONS, ThemeAssetBackgroundDirective, ThemeAssetDirective, ThemeAssetIconDirective, ThemeAssetImageDirective, ThemeModule, ThemeStyleDirective, ThemeStyleHoverDirective, ThemeToggleDirective, TimePipe, TransportLazy, TransportLazyModule, TransportLazyModuleLoadedEvent, TruncatePipe, UserServiceBase, UserServiceBaseEvent, VIModule, VI_ANGULAR_OPTIONS, ValueStorage, ViewUtil, WINDOW_CONTENT_CONTAINER, WindowAlign, WindowBase, WindowClosedError, WindowConfig, WindowEvent, WindowService, WindowServiceEvent, cookieServiceFactory, initializerFactory, languageServiceFactory, localStorageServiceFactory, loggerServiceFactory, loginTokenStorageServiceFactory, nativeWindowServiceFactory, themeAssetServiceFactory, themeServiceFactory };
|
|
7375
7430
|
//# sourceMappingURL=ts-core-angular.mjs.map
|