@sunbird-cb/utils-v2 0.0.13 → 0.0.15-ang-9-12
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/bundles/sunbird-cb-utils-v2.umd.js +964 -2255
- package/bundles/sunbird-cb-utils-v2.umd.js.map +1 -1
- package/bundles/sunbird-cb-utils-v2.umd.min.js +1 -1
- package/bundles/sunbird-cb-utils-v2.umd.min.js.map +1 -1
- package/esm2015/lib/components/image-crop/image-crop.component.js +19 -47
- package/esm2015/lib/components/image-crop/image-crop.module.js +8 -2
- package/esm2015/lib/constants/features.enum.js +555 -555
- package/esm2015/lib/constants/instances.enum.js +5 -5
- package/esm2015/lib/constants/misc.constants.js +1 -0
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +11 -21
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +1 -7
- package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +6 -11
- package/esm2015/lib/directives/in-view-port/in-view-port.directive.js +9 -12
- package/esm2015/lib/directives/navigation/navigation.directive.js +1 -6
- package/esm2015/lib/helpers/functions/getStringifiedQueryParams.js +4 -4
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +10 -19
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +4 -2
- package/esm2015/lib/helpers/horizontal-scroller-v2/horizontal-scroller-v2.component.js +15 -31
- package/esm2015/lib/helpers/horizontal-scroller-v2/horizontal-scroller-v2.module.js +4 -2
- package/esm2015/lib/helpers/logout/logout.component.js +11 -14
- package/esm2015/lib/helpers/logout/logout.module.js +3 -2
- package/esm2015/lib/models/profile-v3.models.js +2 -104
- package/esm2015/lib/pipes/pipe-certificate-image-URL/pipe-certimage-URL.pipe.js +4 -4
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +1 -7
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-coursename/pipe-coursename.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +1 -11
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +3 -3
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +5 -5
- package/esm2015/lib/pipes/pipe-filter-v2/pipe-filter-v2.pipe.js +3 -3
- package/esm2015/lib/pipes/pipe-filter-v3/pipe-filter-v3.pipe.js +6 -6
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +4 -4
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +1 -6
- package/esm2015/lib/pipes/pipe-nic-relative/pipe-nic-relative.pipe.js +4 -4
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +1 -4
- package/esm2015/lib/pipes/pipe-ordinal/pipe-ordinal.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-public-URL/pipe-public-URL.pipe.js +4 -4
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +5 -5
- package/esm2015/lib/resolvers/explore-detail.resolver.js +17 -19
- package/esm2015/lib/resolvers/marketing-offering.resolve.js +10 -10
- package/esm2015/lib/resolvers/module-name.resolver.js +2 -5
- package/esm2015/lib/resolvers/page-name.resolver.js +2 -2
- package/esm2015/lib/resolvers/page.constant.js +1 -1
- package/esm2015/lib/resolvers/page.model.js +2 -48
- package/esm2015/lib/resolvers/page.resolver.js +16 -17
- package/esm2015/lib/resolvers/resolver.model.js +2 -6
- package/esm2015/lib/services/auth-keycloak.service.js +27 -35
- package/esm2015/lib/services/auth-microsoft.service.js +13 -17
- package/esm2015/lib/services/card-content.model.js +1 -21
- package/esm2015/lib/services/configurations.model.js +2 -550
- package/esm2015/lib/services/configurations.service.js +2 -63
- package/esm2015/lib/services/content-strip-multiple.model.js +2 -75
- package/esm2015/lib/services/event.model.js +1 -114
- package/esm2015/lib/services/event.service.js +8 -17
- package/esm2015/lib/services/logger.service.js +8 -13
- package/esm2015/lib/services/ms-office.model.js +2 -8
- package/esm2015/lib/services/multilingual-translations.service.js +11 -15
- package/esm2015/lib/services/nps-grid.service.js +6 -8
- package/esm2015/lib/services/subapplication-respond.service.js +16 -20
- package/esm2015/lib/services/telemetry.service.js +74 -83
- package/esm2015/lib/services/user-preference.model.js +2 -38
- package/esm2015/lib/services/user-preference.service.js +15 -15
- package/esm2015/lib/services/utility.service.js +16 -27
- package/esm2015/lib/services/value.service.js +8 -10
- package/esm2015/lib/services/widget-content.model.js +1 -242
- package/esm2015/lib/services/widget-content.service.js +21 -21
- package/esm2015/lib/services/widget-resolver.model.js +2 -57
- package/esm2015/lib/services/widget-search.model.js +2 -126
- package/esm2015/public-api.js +96 -88
- package/esm2015/sunbird-cb-utils-v2.js +2 -10
- package/esm5/lib/components/image-crop/image-crop.component.js +20 -48
- package/esm5/lib/components/image-crop/image-crop.module.js +8 -2
- package/esm5/lib/constants/features.enum.js +555 -555
- package/esm5/lib/constants/instances.enum.js +5 -5
- package/esm5/lib/constants/misc.constants.js +1 -0
- package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +14 -24
- package/esm5/lib/directives/default-thumbnail/default-thumbnail.directive.js +1 -7
- package/esm5/lib/directives/image-responsive/image-responsive.directive.js +6 -11
- package/esm5/lib/directives/in-view-port/in-view-port.directive.js +9 -12
- package/esm5/lib/directives/navigation/navigation.directive.js +1 -6
- package/esm5/lib/helpers/functions/getStringifiedQueryParams.js +4 -4
- package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +10 -19
- package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +4 -2
- package/esm5/lib/helpers/horizontal-scroller-v2/horizontal-scroller-v2.component.js +15 -31
- package/esm5/lib/helpers/horizontal-scroller-v2/horizontal-scroller-v2.module.js +4 -2
- package/esm5/lib/helpers/logout/logout.component.js +12 -15
- package/esm5/lib/helpers/logout/logout.module.js +3 -2
- package/esm5/lib/models/profile-v3.models.js +2 -104
- package/esm5/lib/pipes/pipe-certificate-image-URL/pipe-certimage-URL.pipe.js +4 -4
- package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +1 -7
- package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +1 -1
- package/esm5/lib/pipes/pipe-coursename/pipe-coursename.pipe.js +1 -1
- package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +1 -11
- package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +1 -1
- package/esm5/lib/pipes/pipe-filter/pipe-filter.pipe.js +3 -3
- package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +5 -5
- package/esm5/lib/pipes/pipe-filter-v2/pipe-filter-v2.pipe.js +3 -3
- package/esm5/lib/pipes/pipe-filter-v3/pipe-filter-v3.pipe.js +9 -9
- package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +1 -1
- package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +4 -4
- package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +1 -6
- package/esm5/lib/pipes/pipe-nic-relative/pipe-nic-relative.pipe.js +4 -4
- package/esm5/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +1 -4
- package/esm5/lib/pipes/pipe-ordinal/pipe-ordinal.pipe.js +1 -1
- package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +3 -3
- package/esm5/lib/pipes/pipe-public-URL/pipe-public-URL.pipe.js +4 -4
- package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +5 -5
- package/esm5/lib/resolvers/explore-detail.resolver.js +17 -19
- package/esm5/lib/resolvers/marketing-offering.resolve.js +10 -10
- package/esm5/lib/resolvers/module-name.resolver.js +2 -5
- package/esm5/lib/resolvers/page-name.resolver.js +2 -2
- package/esm5/lib/resolvers/page.constant.js +1 -1
- package/esm5/lib/resolvers/page.model.js +2 -48
- package/esm5/lib/resolvers/page.resolver.js +21 -22
- package/esm5/lib/resolvers/resolver.model.js +2 -6
- package/esm5/lib/services/auth-keycloak.service.js +40 -48
- package/esm5/lib/services/auth-microsoft.service.js +20 -24
- package/esm5/lib/services/card-content.model.js +1 -21
- package/esm5/lib/services/configurations.model.js +2 -550
- package/esm5/lib/services/configurations.service.js +2 -63
- package/esm5/lib/services/content-strip-multiple.model.js +2 -75
- package/esm5/lib/services/event.model.js +1 -114
- package/esm5/lib/services/event.service.js +11 -20
- package/esm5/lib/services/logger.service.js +12 -17
- package/esm5/lib/services/ms-office.model.js +2 -8
- package/esm5/lib/services/multilingual-translations.service.js +11 -15
- package/esm5/lib/services/nps-grid.service.js +6 -8
- package/esm5/lib/services/subapplication-respond.service.js +20 -24
- package/esm5/lib/services/telemetry.service.js +85 -94
- package/esm5/lib/services/user-preference.model.js +2 -38
- package/esm5/lib/services/user-preference.service.js +17 -17
- package/esm5/lib/services/utility.service.js +23 -34
- package/esm5/lib/services/value.service.js +8 -10
- package/esm5/lib/services/widget-content.model.js +1 -242
- package/esm5/lib/services/widget-content.service.js +23 -23
- package/esm5/lib/services/widget-resolver.model.js +2 -57
- package/esm5/lib/services/widget-search.model.js +2 -126
- package/esm5/public-api.js +96 -88
- package/esm5/sunbird-cb-utils-v2.js +2 -10
- package/fesm2015/sunbird-cb-utils-v2.js +908 -2195
- package/fesm2015/sunbird-cb-utils-v2.js.map +1 -1
- package/fesm5/sunbird-cb-utils-v2.js +942 -2229
- package/fesm5/sunbird-cb-utils-v2.js.map +1 -1
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +3 -3
- package/lib/helpers/logout/logout.component.d.ts +2 -2
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +4 -4
- package/lib/resolvers/page.model.d.ts +1 -1
- package/lib/services/auth-keycloak.service.d.ts +9 -9
- package/lib/services/auth-microsoft.service.d.ts +2 -2
- package/lib/services/configurations.model.d.ts +30 -27
- package/lib/services/content-strip-multiple.model.d.ts +7 -6
- package/lib/services/logger.service.d.ts +4 -4
- package/lib/services/telemetry.service.d.ts +3 -3
- package/lib/services/utility.service.d.ts +7 -7
- package/lib/services/widget-content.model.d.ts +21 -20
- package/package.json +12 -12
- package/public-api.d.ts +8 -0
- package/sunbird-cb-utils-v2.d.ts +0 -8
- package/sunbird-cb-utils-v2.metadata.json +1 -1
|
@@ -1,12 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';
|
|
1
|
+
import { ɵɵdefineInjectable, Injectable, ɵɵinject, EventEmitter, Inject, Component, Output, NgModule, Directive, Input, HostBinding, HostListener, ElementRef, ViewChild, Pipe, LOCALE_ID } from '@angular/core';
|
|
2
|
+
import { MatDialogRef, MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
|
3
3
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
4
|
import { BehaviorSubject, ReplaySubject, Subject, fromEvent, timer, of, EMPTY, forkJoin } from 'rxjs';
|
|
5
5
|
import { Breakpoints, BreakpointObserver } from '@angular/cdk/layout';
|
|
6
6
|
import { map, debounceTime, distinctUntilChanged, throttleTime, filter, catchError, mergeMap, retry } from 'rxjs/operators';
|
|
7
7
|
import { CommonModule } from '@angular/common';
|
|
8
|
-
import {
|
|
8
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
9
|
+
import { MatCardModule } from '@angular/material/card';
|
|
10
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
11
|
+
import { MatSliderModule } from '@angular/material/slider';
|
|
12
|
+
import { MatToolbarModule } from '@angular/material/toolbar';
|
|
13
|
+
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
9
14
|
import { ImageCropperModule } from 'ngx-image-cropper';
|
|
15
|
+
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
10
16
|
import { Platform } from '@angular/cdk/platform';
|
|
11
17
|
import { HttpClient } from '@angular/common/http';
|
|
12
18
|
import { NavigationEnd, Router, ActivatedRoute, NavigationStart } from '@angular/router';
|
|
@@ -87,86 +93,29 @@ class ConfigurationsService {
|
|
|
87
93
|
this.updatePlatformRating.next(state);
|
|
88
94
|
}
|
|
89
95
|
}
|
|
96
|
+
ConfigurationsService.ɵprov = ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
|
|
90
97
|
ConfigurationsService.decorators = [
|
|
91
98
|
{ type: Injectable, args: [{
|
|
92
99
|
providedIn: 'root',
|
|
93
100
|
},] }
|
|
94
101
|
];
|
|
95
102
|
ConfigurationsService.ctorParameters = () => [];
|
|
96
|
-
/** @nocollapse */ ConfigurationsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
|
|
97
|
-
if (false) {
|
|
98
|
-
ConfigurationsService.prototype.appSetup;
|
|
99
|
-
ConfigurationsService.prototype.userUrl;
|
|
100
|
-
ConfigurationsService.prototype.baseUrl;
|
|
101
|
-
ConfigurationsService.prototype.sitePath;
|
|
102
|
-
ConfigurationsService.prototype.hostPath;
|
|
103
|
-
ConfigurationsService.prototype.userRoles;
|
|
104
|
-
ConfigurationsService.prototype.userGroups;
|
|
105
|
-
ConfigurationsService.prototype.restrictedFeatures;
|
|
106
|
-
ConfigurationsService.prototype.restrictedWidgets;
|
|
107
|
-
ConfigurationsService.prototype.instanceConfig;
|
|
108
|
-
ConfigurationsService.prototype.appsConfig;
|
|
109
|
-
ConfigurationsService.prototype.rootOrg;
|
|
110
|
-
ConfigurationsService.prototype.courseContentPath;
|
|
111
|
-
ConfigurationsService.prototype.org;
|
|
112
|
-
ConfigurationsService.prototype.activeOrg;
|
|
113
|
-
ConfigurationsService.prototype.isProduction;
|
|
114
|
-
ConfigurationsService.prototype.hasAcceptedTnc;
|
|
115
|
-
ConfigurationsService.prototype.profileDetailsStatus;
|
|
116
|
-
ConfigurationsService.prototype.isActive;
|
|
117
|
-
ConfigurationsService.prototype.userPreference;
|
|
118
|
-
ConfigurationsService.prototype.userProfile;
|
|
119
|
-
ConfigurationsService.prototype.userProfileV2;
|
|
120
|
-
ConfigurationsService.prototype.nodebbUserProfile;
|
|
121
|
-
ConfigurationsService.prototype.unMappedUser;
|
|
122
|
-
ConfigurationsService.prototype.isAuthenticated;
|
|
123
|
-
ConfigurationsService.prototype.isNewUser;
|
|
124
|
-
ConfigurationsService.prototype.portalUrls;
|
|
125
|
-
ConfigurationsService.prototype.positions;
|
|
126
|
-
ConfigurationsService.prototype.overrideThemeChanges;
|
|
127
|
-
ConfigurationsService.prototype.profileTimelyNudges;
|
|
128
|
-
ConfigurationsService.prototype.pinnedApps;
|
|
129
|
-
ConfigurationsService.prototype.prefChangeNotifier;
|
|
130
|
-
ConfigurationsService.prototype.tourGuideNotifier;
|
|
131
|
-
ConfigurationsService.prototype.authChangeNotifier;
|
|
132
|
-
ConfigurationsService.prototype.updateProfile;
|
|
133
|
-
ConfigurationsService.prototype.updateProfileObservable;
|
|
134
|
-
ConfigurationsService.prototype.updateTourGuide;
|
|
135
|
-
ConfigurationsService.prototype.updateTourGuideObservable;
|
|
136
|
-
ConfigurationsService.prototype.updatePlatformRating;
|
|
137
|
-
ConfigurationsService.prototype.updatePlatformRatingObservable$;
|
|
138
|
-
ConfigurationsService.prototype.languageTranslationFlag;
|
|
139
|
-
ConfigurationsService.prototype.activeThemeObject;
|
|
140
|
-
ConfigurationsService.prototype.activeFontObject;
|
|
141
|
-
ConfigurationsService.prototype.isDarkMode;
|
|
142
|
-
ConfigurationsService.prototype.isIntranetAllowed;
|
|
143
|
-
ConfigurationsService.prototype.isRTL;
|
|
144
|
-
ConfigurationsService.prototype.activeLocale;
|
|
145
|
-
ConfigurationsService.prototype.activeLocaleGroup;
|
|
146
|
-
ConfigurationsService.prototype.completedActivity;
|
|
147
|
-
ConfigurationsService.prototype.completedTour;
|
|
148
|
-
ConfigurationsService.prototype.profileSettings;
|
|
149
|
-
ConfigurationsService.prototype.primaryNavBar;
|
|
150
|
-
ConfigurationsService.prototype.pageNavBar;
|
|
151
|
-
ConfigurationsService.prototype.primaryNavBarConfig;
|
|
152
|
-
ConfigurationsService.prototype.welcomeTabs;
|
|
153
|
-
ConfigurationsService.prototype.compentency;
|
|
154
|
-
ConfigurationsService.prototype.cstoken;
|
|
155
|
-
ConfigurationsService.prototype.changeNavBarFullView;
|
|
156
|
-
ConfigurationsService.prototype.openExploreMenuForMWeb;
|
|
157
|
-
}
|
|
158
103
|
|
|
159
104
|
class ValueService {
|
|
160
105
|
constructor(breakpointObserver) {
|
|
161
106
|
this.breakpointObserver = breakpointObserver;
|
|
162
107
|
this.isXSmall$ = this.breakpointObserver
|
|
163
108
|
.observe([Breakpoints.XSmall])
|
|
164
|
-
.pipe(map((
|
|
109
|
+
.pipe(map((res) => res.matches));
|
|
165
110
|
this.isLtMedium$ = this.breakpointObserver
|
|
166
111
|
.observe([Breakpoints.XSmall, Breakpoints.Small])
|
|
167
|
-
.pipe(map((
|
|
112
|
+
.pipe(map((res) => res.matches));
|
|
168
113
|
}
|
|
169
114
|
}
|
|
115
|
+
ValueService.ctorParameters = () => [
|
|
116
|
+
{ type: BreakpointObserver }
|
|
117
|
+
];
|
|
118
|
+
ValueService.ɵprov = ɵɵdefineInjectable({ factory: function ValueService_Factory() { return new ValueService(ɵɵinject(BreakpointObserver)); }, token: ValueService, providedIn: "root" });
|
|
170
119
|
ValueService.decorators = [
|
|
171
120
|
{ type: Injectable, args: [{
|
|
172
121
|
providedIn: 'root',
|
|
@@ -175,21 +124,7 @@ ValueService.decorators = [
|
|
|
175
124
|
ValueService.ctorParameters = () => [
|
|
176
125
|
{ type: BreakpointObserver }
|
|
177
126
|
];
|
|
178
|
-
/** @nocollapse */ ValueService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ValueService_Factory() { return new ValueService(ɵɵinject(BreakpointObserver)); }, token: ValueService, providedIn: "root" });
|
|
179
|
-
if (false) {
|
|
180
|
-
ValueService.prototype.isXSmall$;
|
|
181
|
-
ValueService.prototype.isLtMedium$;
|
|
182
|
-
ValueService.prototype.breakpointObserver;
|
|
183
|
-
}
|
|
184
127
|
|
|
185
|
-
function IDialogueDta() { }
|
|
186
|
-
if (false) {
|
|
187
|
-
IDialogueDta.prototype.isRoundCrop;
|
|
188
|
-
IDialogueDta.prototype.imageFile;
|
|
189
|
-
IDialogueDta.prototype.height;
|
|
190
|
-
IDialogueDta.prototype.width;
|
|
191
|
-
IDialogueDta.prototype.imageFileName;
|
|
192
|
-
}
|
|
193
128
|
class ImageCropComponent {
|
|
194
129
|
constructor(dialogRef, configSvc, snackBar, valueSvc, data) {
|
|
195
130
|
this.dialogRef = dialogRef;
|
|
@@ -230,7 +165,7 @@ class ImageCropComponent {
|
|
|
230
165
|
}
|
|
231
166
|
ngOnInit() {
|
|
232
167
|
this.thumbnailSizeDetection();
|
|
233
|
-
this.valueSvc.isXSmall$.subscribe((
|
|
168
|
+
this.valueSvc.isXSmall$.subscribe((isXSmall) => {
|
|
234
169
|
this.isXSmall = isXSmall;
|
|
235
170
|
if (this.isXSmall) {
|
|
236
171
|
this.dialogRef.updateSize('90%');
|
|
@@ -238,7 +173,7 @@ class ImageCropComponent {
|
|
|
238
173
|
else {
|
|
239
174
|
this.dialogRef.updateSize('70%');
|
|
240
175
|
}
|
|
241
|
-
})
|
|
176
|
+
});
|
|
242
177
|
}
|
|
243
178
|
changeToDefaultImg($event) {
|
|
244
179
|
$event.target.src = this.configSvc.instanceConfig ?
|
|
@@ -261,10 +196,10 @@ class ImageCropComponent {
|
|
|
261
196
|
thumbnailSizeDetection() {
|
|
262
197
|
const fr = new FileReader();
|
|
263
198
|
fr.readAsDataURL(this.imageFile);
|
|
264
|
-
fr.onload = (
|
|
199
|
+
fr.onload = () => {
|
|
265
200
|
const img = new Image();
|
|
266
|
-
img.src =
|
|
267
|
-
img.onload = (
|
|
201
|
+
img.src = fr.result;
|
|
202
|
+
img.onload = () => {
|
|
268
203
|
this.width = img.width;
|
|
269
204
|
this.height = img.height;
|
|
270
205
|
if (!this.isRoundCrop) {
|
|
@@ -276,8 +211,8 @@ class ImageCropComponent {
|
|
|
276
211
|
this.isNotOfRequiredSize = true;
|
|
277
212
|
}
|
|
278
213
|
}
|
|
279
|
-
}
|
|
280
|
-
}
|
|
214
|
+
};
|
|
215
|
+
};
|
|
281
216
|
}
|
|
282
217
|
base64ImageToBlob(str) {
|
|
283
218
|
const pos = str.indexOf(';base64,');
|
|
@@ -298,7 +233,7 @@ class ImageCropComponent {
|
|
|
298
233
|
flipAfterRotate() {
|
|
299
234
|
const flippedH = this.transform.flipH;
|
|
300
235
|
const flippedV = this.transform.flipV;
|
|
301
|
-
this.transform = Object.assign({}, this.transform, { flipH: flippedV, flipV: flippedH });
|
|
236
|
+
this.transform = Object.assign(Object.assign({}, this.transform), { flipH: flippedV, flipV: flippedH });
|
|
302
237
|
}
|
|
303
238
|
rotateLeft() {
|
|
304
239
|
this.canvasRotation = this.canvasRotation - 1;
|
|
@@ -309,11 +244,11 @@ class ImageCropComponent {
|
|
|
309
244
|
this.flipAfterRotate();
|
|
310
245
|
}
|
|
311
246
|
flipHorizontal() {
|
|
312
|
-
this.transform = Object.assign({}, this.transform, { flipH: !this.transform.flipH });
|
|
247
|
+
this.transform = Object.assign(Object.assign({}, this.transform), { flipH: !this.transform.flipH });
|
|
313
248
|
}
|
|
314
249
|
zoom(event) {
|
|
315
250
|
this.resetValue = false;
|
|
316
|
-
this.transform = Object.assign({}, this.transform, { scale: event.value });
|
|
251
|
+
this.transform = Object.assign(Object.assign({}, this.transform), { scale: event.value });
|
|
317
252
|
}
|
|
318
253
|
croppingImage() {
|
|
319
254
|
this.dialogRef.close(this.cropimageFile);
|
|
@@ -327,12 +262,19 @@ class ImageCropComponent {
|
|
|
327
262
|
this.dialogRef.close();
|
|
328
263
|
}
|
|
329
264
|
}
|
|
265
|
+
ImageCropComponent.ctorParameters = () => [
|
|
266
|
+
{ type: MatDialogRef },
|
|
267
|
+
{ type: ConfigurationsService },
|
|
268
|
+
{ type: MatSnackBar },
|
|
269
|
+
{ type: ValueService },
|
|
270
|
+
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] }
|
|
271
|
+
];
|
|
330
272
|
ImageCropComponent.decorators = [
|
|
331
273
|
{ type: Component, args: [{
|
|
332
274
|
selector: 'ws-utils-image-crop',
|
|
333
275
|
template: "<ng-container *ngIf=\"isNotOfRequiredSize\">\r\n <mat-dialog-content>\r\n <div class=\"flex pl-4\">\r\n <mat-icon class=\"ws-mat-warn-text largeicon padding-remove-left\">warning</mat-icon>\r\n <h2 class=\"text-xl\" i18n>This image will appear stretched as it is not in proper dimension. Do you want to\r\n continue?</h2>\r\n </div>\r\n <div class=\"text-sm pl-4\">\r\n <div i18n class=\"pb-2\">Note:</div>\r\n <div i18n class=\"pb-2\">Required dimensions : 265 * 150</div>\r\n <div class=\"flex flex-wrap items-baseline\">\r\n <div>Current dimensions:</div>\r\n <div class=\"pl-1\">{{ width }} * {{ height }} px</div>\r\n </div>\r\n </div>\r\n </mat-dialog-content>\r\n <mat-dialog-actions class=\"flex flex-end\">\r\n <div class=\"flex flex-end\">\r\n <button mat-raised-button autofocus type=\"button\" (click)=\" close()\">\r\n <span i18n>No</span>\r\n </button>\r\n <button mat-raised-button type=\"button\" class=\"text-white ws-mat-primary-background text-white\"\r\n (click)=\" continueToImageCrop()\">\r\n <span class=\"text-white\" i18n>Yes</span>\r\n </button>\r\n </div>\r\n </mat-dialog-actions>\r\n</ng-container>\r\n<ng-container *ngIf=\"isRoundCrop\">\r\n <!-- For Profile image - start -->\r\n <div class=\"flex flex-between\">\r\n <mat-icon class=\" ws-mat-primary-text margin-bottom-xxs\">crop</mat-icon>\r\n <p mat-dialog-title class=\"text-3xl font-weight-bold ws-mat-primary-text\" i18n>Profile Photo</p>\r\n <mat-icon class=\"float-right flex-end cursor-pointer\" (click)=\"close()\" i18n>close</mat-icon>\r\n\r\n </div>\r\n <mat-dialog-content class=\"p-0 overflow-hidden \" *ngIf=\"isRoundCrop\">\r\n <div class=\"flex flex-between\">\r\n <div class=\"profile-slides\">\r\n <image-cropper #imageCropper class=\"image-cropper-profile\" [imageFile]=\"imageFile\" [maintainAspectRatio]=\"true\"\r\n [aspectRatio]=\"250 / 250\" [resizeToWidth]=\"100\" [roundCropper]=\"isRoundCrop\" [resizeToHeight]=\"120\"\r\n [cropperMinWidth]=\"500\" [format]=\"'jpeg'\" [transform]=\"transform\" [canvasRotation]=\"canvasRotation\"\r\n (imageCropped)=\"imageCropped($event)\">\r\n </image-cropper>\r\n </div>\r\n </div>\r\n <ul class=\"toolbar cf\">\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"rotateLeft()\">\r\n <mat-icon class=\"text-white large-icon ws-mat-primary-text\">rotate_left</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Left</span>\r\n </button>\r\n </li>\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"rotateRight()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">rotate_right</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Right</span>\r\n </button></li>\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"flipHorizontal()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">flip</mat-icon>\r\n <span class=\"button-text\" i18n>Flip Horizontal</span>\r\n </button></li>\r\n <li><a href=\"#\"><i class=\"icon-cloud\"></i></a></li>\r\n </ul>\r\n </mat-dialog-content>\r\n</ng-container> <!-- For Profile image - end -->\r\n<ng-container>\r\n <ng-container *ngIf=\"!isNotOfRequiredSize && !isRoundCrop \">\r\n <div class=\"flex flex-between\">\r\n <mat-icon class=\" ws-mat-primary-text margin-bottom-xxs\">crop</mat-icon>\r\n <p mat-dialog-title class=\"text-3xl title-margin font-weight-bold ws-mat-primary-text\" i18n>Edit Image</p>\r\n <mat-icon class=\"float-right flex-end cursor-pointer\" (click)=\"close()\" i18n>\r\n close</mat-icon>\r\n </div>\r\n <mat-dialog-content *ngIf=\"!isRoundCrop\">\r\n <div class=\"flex flex-between\">\r\n <div class=\"Slides\">\r\n <image-cropper #imageCropper class=\"image-cropper padding-remove\" [imageFile]=\"imageFile\"\r\n [maintainAspectRatio]=\"true\" [aspectRatio]=\"opWidth / opHeight\" [resizeToWidth]=\"opWidth\"\r\n [roundCropper]=\"isRoundCrop\" [resizeToHeight]=\"opHeight\" [cropperMinWidth]=\"opWidth\" [format]=\"'jpeg'\"\r\n [transform]=\"transform\" [canvasRotation]=\"canvasRotation\" (imageCropped)=\"imageCropped($event)\">\r\n </image-cropper>\r\n <div class=\"flex flex-between\">\r\n <span class=\"my-3\" i18n>Zoom</span>\r\n <mat-slider class=\"w-full mx-3\" color=\"primary\" (input)=\"zoom($event)\" min=\"1\" max=\"2.5\" step=\"0.1\">\r\n </mat-slider>\r\n </div>\r\n <div class=\"edit-feature-window \" *ngIf=\"!isXSmall\">\r\n <div class=\"flex flex-between\">\r\n <button mat-raised-button class=\"mat-button\" (click)=\"rotateLeft()\">\r\n <mat-icon class=\"text-white large-icon ws-mat-primary-text\">rotate_left</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Left</span>\r\n </button>\r\n <button mat-raised-button class=\"mat-button\" (click)=\"rotateRight()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">rotate_right</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Right</span>\r\n </button>\r\n <button mat-raised-button class=\"mat-button\" (click)=\"flipHorizontal()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">flip</mat-icon>\r\n <span class=\"button-text\" i18n>Flip Horizontal</span>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <mat-card class=\"ws-mat-primary-border-top-bolder mat-elevation-z6 margin-bottom-l button-text\"\r\n *ngIf=\"isThumbnail\">\r\n <img [src]=\"imageFileBase64\" height=\"auto\" width=\"100%\" (error)=\"changeToDefaultImg($event)\" />\r\n <div class=\"flex flex-middle justify-center margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">image</mat-icon>\r\n <b class=\"mat-title margin-remove ws-mat-primary-text\" i18n>Preview</b>\r\n </div>\r\n </mat-card>\r\n </div>\r\n <div class=\"edit-feature-window heightwidth\">\r\n <!-- <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_horiz</mat-icon>\r\n <b class=\"mat-body margin-remove \" i18n>Cropped dimensions: {{ opWidth }} * {{ opHeight }} px</b>\r\n </div> -->\r\n <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_horiz</mat-icon>\r\n <b class=\"mat-body margin-remove \">\r\n <span i18n>Cropped Width: </span>\r\n <span>{{ croppedWidth }}</span>\r\n <span i18n>px</span>\r\n </b>\r\n </div>\r\n <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_vert</mat-icon>\r\n <b class=\"mat-body margin-remove \">\r\n <span i18n>Cropped Height: </span>\r\n <span>{{ croppedHeight }}</span>\r\n <span i18n>px</span>\r\n </b>\r\n </div>\r\n </div>\r\n </mat-dialog-content>\r\n </ng-container>\r\n <mat-dialog-actions align=\"end\" *ngIf=\"!isNotOfRequiredSize \">\r\n <div class=\"flex flex-end margin-bottom-s\">\r\n <!-- <button mat-raised-button type=\"button\" (click)=\" reset()\">\r\n <span i18n>Reset</span>\r\n </button> -->\r\n <button mat-raised-button type=\"button\" class=\"text-white ws-mat-primary-background text-white\"\r\n (click)=\" croppingImage()\">\r\n <span class=\"text-white\" i18n>Apply</span>\r\n </button>\r\n </div>\r\n </mat-dialog-actions>\r\n</ng-container>\r\n",
|
|
334
276
|
styles: [".image-cropper{max-height:55vh}::ng-deep image-cropper .overlay{background-color:transparent!important}.Slides{display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto;padding:0 1.25em}.cursor{cursor:pointer}.edit-feature-window{background:0 0;justify-content:center}mat-toolbar{background-color:#fff!important;z-index:1!important}mat-dialog-content{padding:1.25em!important}.heightwidth{display:flex}@media only screen and (max-width:1030px){.Slides{padding:0;width:100%}mat-dialog-content{padding:.25em .5em!important}.heightwidth{display:block}.mat-button{min-width:auto;padding:0 14px}.button-text{display:none}}.largeicon{font-size:2em;padding:.13em .5em}.tooltip{background:#b71c1c}.dimension-icon{position:relative;top:.35em;padding:0 0 0 .3em}.image-cropper-profile{max-height:55vh}.profile-slides{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto}@media only screen and (max-width:1030px){.profile-slides{padding:0;width:100%}}.toolbar{left:50%;margin:1em 0 0 -10em;position:absolute;width:auto;border-radius:4px}.cf:after,.cf:before{content:\"\";display:table}.cf:after{clear:both}.toolbar li{float:left;list-style:none}.toolbar a{border-left:0 solid rgba(79,123,170,.4);border-right:1px solid rgba(255,255,255,.3)}.toolbar li:first-child a{border-left:none;border-radius:4px 0 0 4px}.toolbar li:last-child a{border-right:none;border-radius:0 4px 4px 0}"]
|
|
335
|
-
}] }
|
|
277
|
+
},] }
|
|
336
278
|
];
|
|
337
279
|
ImageCropComponent.ctorParameters = () => [
|
|
338
280
|
{ type: MatDialogRef },
|
|
@@ -344,33 +286,6 @@ ImageCropComponent.ctorParameters = () => [
|
|
|
344
286
|
ImageCropComponent.propDecorators = {
|
|
345
287
|
data: [{ type: Output }]
|
|
346
288
|
};
|
|
347
|
-
if (false) {
|
|
348
|
-
ImageCropComponent.prototype.data;
|
|
349
|
-
ImageCropComponent.prototype.isRoundCrop;
|
|
350
|
-
ImageCropComponent.prototype.isNotOfRequiredSize;
|
|
351
|
-
ImageCropComponent.prototype.imageFile;
|
|
352
|
-
ImageCropComponent.prototype.cropimageFile;
|
|
353
|
-
ImageCropComponent.prototype.imageFileBase64;
|
|
354
|
-
ImageCropComponent.prototype.width;
|
|
355
|
-
ImageCropComponent.prototype.height;
|
|
356
|
-
ImageCropComponent.prototype.opHeight;
|
|
357
|
-
ImageCropComponent.prototype.opWidth;
|
|
358
|
-
ImageCropComponent.prototype.imageDimensions;
|
|
359
|
-
ImageCropComponent.prototype.croppedHeight;
|
|
360
|
-
ImageCropComponent.prototype.croppedWidth;
|
|
361
|
-
ImageCropComponent.prototype.cropperReadyToStart;
|
|
362
|
-
ImageCropComponent.prototype.fileName;
|
|
363
|
-
ImageCropComponent.prototype.canvasRotation;
|
|
364
|
-
ImageCropComponent.prototype.transform;
|
|
365
|
-
ImageCropComponent.prototype.resetValue;
|
|
366
|
-
ImageCropComponent.prototype.element;
|
|
367
|
-
ImageCropComponent.prototype.isXSmall;
|
|
368
|
-
ImageCropComponent.prototype.isThumbnail;
|
|
369
|
-
ImageCropComponent.prototype.dialogRef;
|
|
370
|
-
ImageCropComponent.prototype.configSvc;
|
|
371
|
-
ImageCropComponent.prototype.snackBar;
|
|
372
|
-
ImageCropComponent.prototype.valueSvc;
|
|
373
|
-
}
|
|
374
289
|
|
|
375
290
|
class ImageCropModule {
|
|
376
291
|
}
|
|
@@ -394,572 +309,572 @@ ImageCropModule.decorators = [
|
|
|
394
309
|
},] }
|
|
395
310
|
];
|
|
396
311
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
312
|
+
var EFeatures;
|
|
313
|
+
(function (EFeatures) {
|
|
314
|
+
EFeatures["PLAYLIST"] = "playlist";
|
|
315
|
+
EFeatures["PLAYLIST_CREATE"] = "playlistCreate";
|
|
316
|
+
EFeatures["PLAYLIST_ADD_NEW_CONTENT"] = "playlistAddNewContent";
|
|
317
|
+
EFeatures["PLAYLIST_REMOVE_EXISTING_CONTENT"] = "playlistRemoveExistingContent";
|
|
318
|
+
EFeatures["PLAYLIST_DELETE"] = "playlistDelete";
|
|
319
|
+
EFeatures["PLAYLIST_SHARE"] = "playlistShare";
|
|
320
|
+
EFeatures["GOAL"] = "goal";
|
|
321
|
+
EFeatures["GOAL_CREATE_OWN"] = "goalCreateOwn";
|
|
322
|
+
EFeatures["GOAL_CREATE_SUGGESTED"] = "goalCreateSuggested";
|
|
323
|
+
EFeatures["GOAL_EDIT_EXISTING_GOAL"] = "goalEditExistingGoal";
|
|
324
|
+
EFeatures["GOAL_DELETE_EXISTING_GOAL"] = "goalDeleteExistingGoal";
|
|
325
|
+
EFeatures["GOAL_SHARE_GOAL_WITH_OTHERS"] = "goalShareGoalWithOthers";
|
|
326
|
+
EFeatures["GOAL_VIEW_ALL_GOALS_SECTION"] = "goalViewAllGoalsSection";
|
|
327
|
+
EFeatures["GOAL_VIEW_IN_PROGRESS_GOALS_SECTION"] = "goalViewInProgressGoalsSection";
|
|
328
|
+
EFeatures["GOAL_VIEW_COMPLETED_GOALS_SECTION"] = "goalViewCompletedGoalsSection";
|
|
329
|
+
EFeatures["NAVIGATOR"] = "navigator";
|
|
330
|
+
EFeatures["NAVIGATOR_VIEW_NAVIGATOR_CAROUSEL"] = "navigatorViewNavigatorCarousel";
|
|
331
|
+
EFeatures["NAVIGATOR_VIEW_ROLES_PAGE"] = "navigatorViewRolesPage";
|
|
332
|
+
EFeatures["NAVIGATOR_SELECT_ANY_PILLAR"] = "navigatorSelectAnyPillar";
|
|
333
|
+
EFeatures["NAVIGATOR_PURSUE_ANY_OFFERING"] = "navigatorPursueAnyOffering";
|
|
334
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_OFFERING"] = "navigatorCreateGoalFromOffering";
|
|
335
|
+
EFeatures["NAVIGATOR_VIEW_EXPLORE_PAGE"] = "navigatorViewExplorePage";
|
|
336
|
+
EFeatures["NAVIGATOR_SELECT_ANY_LEARNING_PATH"] = "navigatorSelectAnyLearningPath";
|
|
337
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_LEARNING_PATH"] = "navigatorCreateGoalFromLearningPath";
|
|
338
|
+
EFeatures["NAVIGATOR_VIEW_SUGGESTIONS_PAGE"] = "navigatorViewSuggestionsPage";
|
|
339
|
+
EFeatures["NAVIGATOR_SELECT_SUGGESTED_TOPICS"] = "navigatorSelectSuggestedTopics";
|
|
340
|
+
EFeatures["NAVIGATOR_GET_SUGGESTIONS_OF_SELECTED_TOPICS"] = "navigatorGetSuggestionsOfSelectedTopics";
|
|
341
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_SELECTED_LEARNING_PATHS"] = "navigatorCreateGoalFromSelectedLearningPaths";
|
|
342
|
+
EFeatures["NAVIGATOR_VIEW_INDUSTRIES_PAGE"] = "navigatorViewIndustriesPage";
|
|
343
|
+
EFeatures["NAVIGATOR_VIEW_CME_PAGE"] = "navigatorViewCmePage";
|
|
344
|
+
EFeatures["NAVIGATOR_SELECT_SUBDOMAIN"] = "navigatorSelectSubdomain";
|
|
345
|
+
EFeatures["NAVIGATOR_SELECT_PILLAR"] = "navigatorSelectPillar";
|
|
346
|
+
EFeatures["NAVIGATOR_SELECT_THEME"] = "navigatorSelectTheme";
|
|
347
|
+
EFeatures["NAVIGATOR_VIEW_CPG_PAGE"] = "navigatorViewCpgPage";
|
|
348
|
+
EFeatures["NAVIGATOR_VIEW_ENERGY_PAGE"] = "navigatorViewEnergyPage";
|
|
349
|
+
EFeatures["NAVIGATOR_VIEW_FINANCIAL_SERVICES_PAGE"] = "navigatorViewFinancialServicesPage";
|
|
350
|
+
EFeatures["NAVIGATOR_VIEW_HEALTH_CARE_PAGE"] = "navigatorViewHealthCarePage";
|
|
351
|
+
EFeatures["NAVIGATOR_VIEW_INSURANCE_PAGE"] = "navigatorViewInsurancePage";
|
|
352
|
+
EFeatures["NAVIGATOR_VIEW_LIFE_SCIENCES_PAGE"] = "navigatorViewLifeSciencesPage";
|
|
353
|
+
EFeatures["NAVIGATOR_VIEW_MFG_PAGE"] = "navigatorViewMfgPage";
|
|
354
|
+
EFeatures["NAVIGATOR_VIEW_RETAIL_PAGE"] = "navigatorViewRetailPage";
|
|
355
|
+
EFeatures["NAVIGATOR_VIEW_TRAVEL_AND_HOSPITALITY_PAGE"] = "navigatorViewTravelAndHospitalityPage";
|
|
356
|
+
EFeatures["NAVIGATOR_VIEW_UTILITIES_PAGE"] = "navigatorViewUtilitiesPage";
|
|
357
|
+
EFeatures["NAVIGATOR_VIEW_CME_ANALYTICS"] = "navigatorViewCmeAnalytics";
|
|
358
|
+
EFeatures["NAVIGATOR_VIEW_GPG_ANALYTICS"] = "navigatorViewGpgAnalytics";
|
|
359
|
+
EFeatures["NAVIGATOR_VIEW_ENERGY_ANALYTICS"] = "navigatorViewEnergyAnalytics";
|
|
360
|
+
EFeatures["NAVIGATOR_VIEW_FINANCIAL_SERVICES_ANALYTICS"] = "navigatorViewFinancialServicesAnalytics";
|
|
361
|
+
EFeatures["NAVIGATOR_VIEW_HEALTH_CARE_ANALYTICS"] = "navigatorViewHealthCareAnalytics";
|
|
362
|
+
EFeatures["NAVIGATOR_VIEW_INSURANCE_ANALYTICS"] = "navigatorViewInsuranceAnalytics";
|
|
363
|
+
EFeatures["NAVIGATOR_VIEW_LIFE_SCIENCES_ANALYTICS"] = "navigatorViewLifeSciencesAnalytics";
|
|
364
|
+
EFeatures["NAVIGATOR_VIEW_MFG_ANALYTICS"] = "navigatorViewMfgAnalytics";
|
|
365
|
+
EFeatures["NAVIGATOR_VIEW_RETAIL_ANALYTICS"] = "navigatorViewRetailAnalytics";
|
|
366
|
+
EFeatures["NAVIGATOR_VIEW_TRAVEL_AND_HOSPITALITY_ANALYTICS"] = "navigatorViewTravelAndHospitalityAnalytics";
|
|
367
|
+
EFeatures["NAVIGATOR_VIEW_UTILITIES_ANALYTICS"] = "navigatorViewUtilitiesAnalytics";
|
|
368
|
+
EFeatures["NAVIGATOR_VIEW_PILLARS_PAGE"] = "navigatorViewPillarsPage";
|
|
369
|
+
EFeatures["NAVIGATOR_VIEW_DIFFERENT_COURSES_IN_PILLAR"] = "navigatorViewDifferentCoursesInPillar";
|
|
370
|
+
EFeatures["NAVIGATOR_VIEW_FULL_STACK_PAGE"] = "navigatorViewFullStackPage";
|
|
371
|
+
EFeatures["NAVIGATOR_VIEW_DIFFERENT_FULL_STACK_PROGRAMS"] = "navigatorViewDifferentFullStackPrograms";
|
|
372
|
+
EFeatures["CATALOG"] = "catalog";
|
|
373
|
+
EFeatures["CATALOG_VIEW_CATALOG_LIST"] = "catalogViewCatalogList";
|
|
374
|
+
EFeatures["CATALOG_SELECT_ITEM_FROM_CATALOG_LIST"] = "catalogSelectItemFromCatalogList";
|
|
375
|
+
EFeatures["CATALOG_VIEW_PROGRAMS_STRIP"] = "catalogViewProgramsStrip";
|
|
376
|
+
EFeatures["CATALOG_VIEW_COURSES_STRIP"] = "catalogViewCoursesStrip";
|
|
377
|
+
EFeatures["CATALOG_VIEW_LEARNING_MODULES_STRIP"] = "catalogViewLearningModulesStrip";
|
|
378
|
+
EFeatures["CATALOG_VIEW_RESOURCES_STRIP"] = "catalogViewResourcesStrip";
|
|
379
|
+
EFeatures["MARKETING_PAGE"] = "marketingPage";
|
|
380
|
+
EFeatures["MARKETING_PAGE_VIEW_BRAND_ASSETS_PAGE"] = "marketingPageViewBrandAssetsPage";
|
|
381
|
+
EFeatures["MARKETING_PAGE_VIEW_CORPORATE_STRIP"] = "marketingPageViewCorporateStrip";
|
|
382
|
+
EFeatures["MARKETING_PAGE_VIEW_EMPLOYEE_STRIP"] = "marketingPageViewEmployeeStrip";
|
|
383
|
+
EFeatures["MARKETING_PAGE_VIEW_EXPERIMENTAL_SHOWCASE_PAGE"] = "marketingPageViewExperimentalShowcasePage";
|
|
384
|
+
EFeatures["MARKETING_PAGE_VIEW_HUBS_PAGE"] = "marketingPageViewHubsPage";
|
|
385
|
+
EFeatures["MARKETING_PAGE_VIEW_CONNECTICUT_STRIP"] = "marketingPageViewConnecticutStrip";
|
|
386
|
+
EFeatures["MARKETING_PAGE_VIEW_INDIANA_STRIP"] = "marketingPageViewIndianaStrip";
|
|
387
|
+
EFeatures["MARKETING_PAGE_VIEW_RHODE_ISLAND_STRIP"] = "marketingPageViewRhodeIslandStrip";
|
|
388
|
+
EFeatures["MARKETING_PAGE_VIEW_CLIENT_STORIES_PAGE"] = "marketingPageViewClientStoriesPage";
|
|
389
|
+
EFeatures["MARKETING_PAGE_VIEW_AGILE_SCALE_AT_DIGITAL_STRIP"] = "marketingPageViewAgileScaleAtDigitalStrip";
|
|
390
|
+
EFeatures["MARKETING_PAGE_VIEW_AI_POWERED_CORE_STRIP"] = "marketingPageViewAiPoweredCoreStrip";
|
|
391
|
+
EFeatures["MARKETING_PAGE_VIEW_ALWAYS_ON_LEAVING_STRIP"] = "marketingPageViewAlwaysOnLeavingStrip";
|
|
392
|
+
EFeatures["MARKETING_PAGE_VIEW_SERVICES_PAGE"] = "marketingPageViewServicesPage";
|
|
393
|
+
EFeatures["MARKETING_PAGE_VIEW_SERVICES_PENTAGON"] = "marketingPageViewServicesPentagon";
|
|
394
|
+
EFeatures["MARKETING_PAGE_VIEW_OFFERINGS_LIST"] = "marketingPageViewOfferingsList";
|
|
395
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_OFFERING"] = "marketingPageSelectAnyOffering";
|
|
396
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_PILLAR_FROM_PENTAGON"] = "marketingPageSelectAnyPillarFromPentagon";
|
|
397
|
+
EFeatures["MARKETING_PAGE_VIEW_INDUSTRIES_PAGE"] = "marketingPageViewIndustriesPage";
|
|
398
|
+
EFeatures["MARKETING_PAGE_VIEW_INDUSTRIES_LIST"] = "marketingPageViewIndustriesList";
|
|
399
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_INDUSTRY"] = "marketingPageSelectAnyIndustry";
|
|
400
|
+
EFeatures["MARKETING_PAGE_VIEW_PRODUCT_AND_SUBSIDIARIES_PAGE"] = "marketingPageViewProductAndSubsidiariesPage";
|
|
401
|
+
EFeatures["MARKETING_PAGE_VIEW_PRODUCT_AND_SUBSIDIARIES_LIST"] = "marketingPageViewProductAndSubsidiariesList";
|
|
402
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_PRODUCT_AND_SUBSIDIARY"] = "marketingPageSelectAnyProductAndSubsidiary";
|
|
403
|
+
EFeatures["INTERESTS"] = "interests";
|
|
404
|
+
EFeatures["INTERESTS_ADD_INTERESTS_FROM_SEARCH"] = "interestsAddInterestsFromSearch";
|
|
405
|
+
EFeatures["INTERESTS_ADD_INTERESTS_FROM_OUR_SUGGESTIONS_SECTION"] = "interestsAddInterestsFromOurSuggestionsSection";
|
|
406
|
+
EFeatures["INTERESTS_REMOVE_INTERESTS_FROM_MY_INTERESTS_SECTION"] = "interestsRemoveInterestsFromMyInterestsSection";
|
|
407
|
+
EFeatures["INTERESTS_VIEW_INTERESTS_SEARCH_FIELD"] = "interestsViewInterestsSearchField";
|
|
408
|
+
EFeatures["INTERESTS_VIEW_MY_INTERESTS_SECTION"] = "interestsViewMyInterestsSection";
|
|
409
|
+
EFeatures["INTERESTS_VIEW_OWN_SUGGESTIONS_SECTION"] = "interestsViewOwnSuggestionsSection";
|
|
410
|
+
EFeatures["INTERESTS_VIEW_MORE_SUGGESTIONS_BUTTON"] = "interestsViewMoreSuggestionsButton";
|
|
411
|
+
EFeatures["FEEDBACK"] = "feedback";
|
|
412
|
+
EFeatures["FEEDBACK_VIEW_PLATFORM_FEEDBACK_SECTION"] = "feedbackViewPlatformFeedbackSection";
|
|
413
|
+
EFeatures["FEEDBACK_STAR_RATING_FOR_PLATFORM"] = "feedbackStarRatingForPlatform";
|
|
414
|
+
EFeatures["FEEDBACK_WRITE_PLATFORM_FEEDBACK"] = "feedbackWritePlatformFeedback";
|
|
415
|
+
EFeatures["FEEDBACK_RESET_PLATFORM_FEEDBACK"] = "feedbackResetPlatformFeedback";
|
|
416
|
+
EFeatures["FEEDBACK_SUBMIT_PLATFORM_FEEDBACK"] = "feedbackSubmitPlatformFeedback";
|
|
417
|
+
EFeatures["FEEDBACK_VIEW_CONTENT_FEEDBACK_SECTION"] = "feedbackViewContentFeedbackSection";
|
|
418
|
+
EFeatures["FEEDBACK_STAR_RATING_FOR_CONTENT"] = "feedbackStarRatingForContent";
|
|
419
|
+
EFeatures["FEEDBACK_WRITE_CONTENT_FEEDBACK"] = "feedbackWriteContentFeedback";
|
|
420
|
+
EFeatures["FEEDBACK_RESET_CONTENT_FEEDBACK"] = "feedbackResetContentFeedback";
|
|
421
|
+
EFeatures["FEEDBACK_SUBMIT_CONTENT_FEEDBACK"] = "feedbackSubmitContentFeedback";
|
|
422
|
+
EFeatures["FEEDBACK_VIEW_ISSUE_REPORTING_SECTION"] = "feedbackViewIssueReportingSection";
|
|
423
|
+
EFeatures["FEEDBACK_WRITING_ISSUE"] = "feedbackWritingIssue";
|
|
424
|
+
EFeatures["FEEDBACK_RESET_ISSUE"] = "feedbackResetIssue";
|
|
425
|
+
EFeatures["FEEDBACK_SUBMIT_ISSUE"] = "feedbackSubmitIssue";
|
|
426
|
+
EFeatures["CONTACT_US"] = "contactUs";
|
|
427
|
+
EFeatures["CONTACT_US_VIEW_RAISE_AHD_SECTION"] = "contactUsViewRaiseAhdSection";
|
|
428
|
+
EFeatures["CONTACT_US_VIEW_MAIL_US_SECTION"] = "contactUsViewMailUsSection";
|
|
429
|
+
EFeatures["CONTACT_US_VIEW_TALK_TO_US_SECTION"] = "contactUsViewTalkToUsSection";
|
|
430
|
+
EFeatures["CONTACT_US_RAISE_AHD"] = "contactUsRaiseAhd";
|
|
431
|
+
EFeatures["CONTACT_US_WRITE_EMAIL"] = "contactUsWriteEmail";
|
|
432
|
+
EFeatures["CONTACT_US_DIAL_FROM_PHONE"] = "contactUsDialFromPhone";
|
|
433
|
+
EFeatures["FAQ"] = "faq";
|
|
434
|
+
EFeatures["FAQ_VIEW_LOGIN_FAQS"] = "faqViewLoginFaqs";
|
|
435
|
+
EFeatures["FAQ_VIEW_ODC_ACCESS_FAQS"] = "faqViewOdcAccessFaqs";
|
|
436
|
+
EFeatures["FAQ_VIEW_COMPATIBILITY_FAQS"] = "faqViewCompatibilityFaqs";
|
|
437
|
+
EFeatures["FAQ_VIEW_INSTALLATION_FAQS"] = "faqViewInstallationFaqs";
|
|
438
|
+
EFeatures["FAQ_VIEW_PROGRESS_COMPLETION_FAQS"] = "faqViewProgressCompletionFaqs";
|
|
439
|
+
EFeatures["FAQ_VIEW_VIDEO_FAQS"] = "faqViewVideoFaqs";
|
|
440
|
+
EFeatures["FAQ_VIEW_AUTHORING_FAQS"] = "faqViewAuthoringFaqs";
|
|
441
|
+
EFeatures["MOBILE_APPS"] = "mobileApps";
|
|
442
|
+
EFeatures["MOBILE_APPS_VIEW_ANDROID_APP_SECTION"] = "mobileAppsViewAndroidAppSection";
|
|
443
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_APP_FROM_PLAY_STORE"] = "mobileAppsDownloadAppFromPlayStore";
|
|
444
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_APP_FROM_OUR_SERVER"] = "mobileAppsDownloadAppFromOurServer";
|
|
445
|
+
EFeatures["MOBILE_APPS_VIEW_QR_CODE_FOR_ANDROID_APP"] = "mobileAppsViewQrCodeForAndroidApp";
|
|
446
|
+
EFeatures["MOBILE_APPS_VIEW_IOS_APP_SECTION"] = "mobileAppsViewIosAppSection";
|
|
447
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_IOS_APP"] = "mobileAppsDownloadIosApp";
|
|
448
|
+
EFeatures["MOBILE_APPS_VIEW_QR_CODE_FOR_IOS_APP"] = "mobileAppsViewQrCodeForIosApp";
|
|
449
|
+
EFeatures["ABOUT_US"] = "aboutUs";
|
|
450
|
+
EFeatures["ABOUT_US_VIEW_ABOUT_US_PAGE_SECTIONS"] = "aboutUsViewAboutUsPageSections";
|
|
451
|
+
EFeatures["SETTINGS"] = "settings";
|
|
452
|
+
EFeatures["SETTINGS_VIEW_LANGUAGE_SECTION"] = "settingsViewLanguageSection";
|
|
453
|
+
EFeatures["SETTINGS_VIEW_FONT_SIZE_SECTION"] = "settingsViewFontSizeSection";
|
|
454
|
+
EFeatures["SETTINGS_VIEW_THEME_SECTION"] = "settingsViewThemeSection";
|
|
455
|
+
EFeatures["SETTINGS_CHANGE_LANGUAGE"] = "settingsChangeLanguage";
|
|
456
|
+
EFeatures["SETTINGS_CHANGE_FONT_SIZE"] = "settingsChangeFontSize";
|
|
457
|
+
EFeatures["SETTINGS_CHANGE_THEME"] = "settingsChangeTheme";
|
|
458
|
+
EFeatures["LOGIN_PAGE"] = "loginPage";
|
|
459
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_INFOSCIONS"] = "loginPageLoginForInfoscions";
|
|
460
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_SUBSIDIARIES"] = "loginPageLoginForSubsidiaries";
|
|
461
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_NEW_RECRUITS"] = "loginPageLoginForNewRecruits";
|
|
462
|
+
EFeatures["LOGIN_PAGE_ABOUT_US"] = "loginPageAboutUs";
|
|
463
|
+
EFeatures["LOGIN_PAGE_TERMS_OF_USE"] = "loginPageTermsOfUse";
|
|
464
|
+
EFeatures["LOGIN_PAGE_FAQS"] = "loginPageFaqs";
|
|
465
|
+
EFeatures["LOGIN_PAGE_CONTACT_US"] = "loginPageContactUs";
|
|
466
|
+
EFeatures["TOC_PAGE"] = "tocPage";
|
|
467
|
+
EFeatures["TOC_PAGE_VIEW_OVERVIEW_SECTION"] = "tocPageViewOverviewSection";
|
|
468
|
+
EFeatures["TOC_PAGE_VIEW_INSTRUCTOR_LED_SECTION"] = "tocPageViewInstructorLedSection";
|
|
469
|
+
EFeatures["TOC_PAGE_VIEW_COHORTS_SECTION"] = "tocPageViewCohortsSection";
|
|
470
|
+
EFeatures["TOC_PAGE_VIEW_DISCUSSION_FORUM_SECTION"] = "tocPageViewDiscussionForumSection";
|
|
471
|
+
EFeatures["TOC_PAGE_VIEW_COURSE_ANALYTICS_SECTION"] = "tocPageViewCourseAnalyticsSection";
|
|
472
|
+
EFeatures["TOC_PAGE_VIEW_WHATS_NEXT_SECTION"] = "tocPageViewWhatsNextSection";
|
|
473
|
+
EFeatures["TOC_PAGE_VIEW_PART_OF_SECTION"] = "tocPageViewPartOfSection";
|
|
474
|
+
EFeatures["TOC_PAGE_REGISTER_FOR_UPCOMING_TRAINING"] = "tocPageRegisterForUpcomingTraining";
|
|
475
|
+
EFeatures["TOC_PAGE_UNREGISTER_FROM_REGISTERED_TRAINING"] = "tocPageUnregisterFromRegisteredTraining";
|
|
476
|
+
EFeatures["TOC_PAGE_SHARE_INSTRUCTOR_LED_TRAININGS"] = "tocPageShareInstructorLedTrainings";
|
|
477
|
+
EFeatures["TOC_PAGE_VIEW_EDUCATORS_OF_TRAININGS"] = "tocPageViewEducatorsOfTrainings";
|
|
478
|
+
EFeatures["TOC_PAGE_NOMINATE_OTHERS_FOR_TRAININGS"] = "tocPageNominateOthersForTrainings";
|
|
479
|
+
EFeatures["TOC_PAGE_REQUEST_TRAINING"] = "tocPageRequestTraining";
|
|
480
|
+
EFeatures["TOC_PAGE_VIEW_ACTIVE_LEARNERS_SECTION"] = "tocPageViewActiveLearnersSection";
|
|
481
|
+
EFeatures["TOC_PAGE_VIEW_ALL_ACTIVE_LEARNERS"] = "tocPageViewAllActiveLearners";
|
|
482
|
+
EFeatures["TOC_PAGE_VIEW_CURRENTLY_ACTIVE_LEARNERS"] = "tocPageViewCurrentlyActiveLearners";
|
|
483
|
+
EFeatures["TOC_PAGE_VIEW_LEARNERS_SHARING_THE_SAME_GOALS"] = "tocPageViewLearnersSharingTheSameGoals";
|
|
484
|
+
EFeatures["TOC_PAGE_VIEW_EXPERTS_AND_TUTORS_SECTION"] = "tocPageViewExpertsAndTutorsSection";
|
|
485
|
+
EFeatures["TOC_PAGE_VIEW_ALL_EXPERTS_AND_TUTORS"] = "tocPageViewAllExpertsAndTutors";
|
|
486
|
+
EFeatures["TOC_PAGE_VIEW_AUTHORS_OF_COURSE"] = "tocPageViewAuthorsOfCourse";
|
|
487
|
+
EFeatures["TOC_PAGE_VIEW_EDUCATORS_OF_COURSE"] = "tocPageViewEducatorsOfCourse";
|
|
488
|
+
EFeatures["TOC_PAGE_VIEW_TOPPERS_OF_COURSE"] = "tocPageViewToppersOfCourse";
|
|
489
|
+
EFeatures["TOC_PAGE_MAIL_THE_PERSON"] = "tocPageMailThePerson";
|
|
490
|
+
EFeatures["TOC_PAGE_CALL_THE_PERSON"] = "tocPageCallThePerson";
|
|
491
|
+
EFeatures["TOC_PAGE_POST_VIEWS_IN_DISCUSSION_FORUM"] = "tocPagePostViewsInDiscussionForum";
|
|
492
|
+
EFeatures["TOC_PAGE_LEARN_THE_COURSE"] = "tocPageLearnTheCourse";
|
|
493
|
+
EFeatures["TOC_PAGE_LIKE_THE_COURSE"] = "tocPageLikeTheCourse";
|
|
494
|
+
EFeatures["TOC_PAGE_SHARE_THE_COURSE"] = "tocPageShareTheCourse";
|
|
495
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_GOALS"] = "tocPageAddCourseToGoals";
|
|
496
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_PLAYLIST"] = "tocPageAddCourseToPlaylist";
|
|
497
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_WATCHLIST"] = "tocPageAddCourseToWatchlist";
|
|
498
|
+
EFeatures["TOC_PAGE_GIVE_COURSE_FEEDBACK"] = "tocPageGiveCourseFeedback";
|
|
499
|
+
EFeatures["TOC_PAGE_RESUME_THE_COURSE"] = "tocPageResumeTheCourse";
|
|
500
|
+
EFeatures["TOC_PAGE_START_OVER_THE_COURSE"] = "tocPageStartOverTheCourse";
|
|
501
|
+
EFeatures["TOC_PAGE_GO_TO_COURSE_QUIZ"] = "tocPageGoToCourseQuiz";
|
|
502
|
+
EFeatures["TOC_PAGE_GO_TO_COURSE_HANDS_ON"] = "tocPageGoToCourseHandsOn";
|
|
503
|
+
EFeatures["NAVBAR"] = "navbar";
|
|
504
|
+
EFeatures["NAVBAR_VIEW_LOGO"] = "navbarViewLogo";
|
|
505
|
+
EFeatures["NAVBAR_CATALOG_ICON"] = "navbarCatalogIcon";
|
|
506
|
+
EFeatures["NAVBAR_NAVIGATOR_ICON"] = "navbarNavigatorIcon";
|
|
507
|
+
EFeatures["NAVBAR_NOTIFICATION_ICON"] = "navbarNotificationIcon";
|
|
508
|
+
EFeatures["NAVBAR_SETTINGS_ICON"] = "navbarSettingsIcon";
|
|
509
|
+
EFeatures["NAVBAR_SEARCH_ICON"] = "navbarSearchIcon";
|
|
510
|
+
EFeatures["NAVBAR_APPS_ICON"] = "navbarAppsIcon";
|
|
511
|
+
EFeatures["HOME_PAGE"] = "homePage";
|
|
512
|
+
EFeatures["HOME_PAGE_VIEW_CAROUSEL"] = "homePageViewCarousel";
|
|
513
|
+
EFeatures["HOME_PAGE_VIEW_CONTINUE_LEARNING_STRIP"] = "homePageViewContinueLearningStrip";
|
|
514
|
+
EFeatures["HOME_PAGE_VIEW_FEATURED_APPS_STRIP"] = "homePageViewFeaturedAppsStrip";
|
|
515
|
+
EFeatures["HOME_PAGE_VIEW_RECENT_ADDITION_TO_PLAYLISTS_STRIP"] = "homePageViewRecentAdditionToPlaylistsStrip";
|
|
516
|
+
EFeatures["HOME_PAGE_VIEW_BASED_ON_YOUR_INTERESTS_STRIP"] = "homePageViewBasedOnYourInterestsStrip";
|
|
517
|
+
EFeatures["HOME_PAGE_VIEW_BASED_ON_WHAT_YOU_VIEWED_STRIP"] = "homePageViewBasedOnWhatYouViewedStrip";
|
|
518
|
+
EFeatures["HOME_PAGE_VIEW_LATEST_STRIP"] = "homePageViewLatestStrip";
|
|
519
|
+
EFeatures["HOME_PAGE_VIEW_TRENDING_STRIP"] = "homePageViewTrendingStrip";
|
|
520
|
+
EFeatures["HOME_PAGE_SHOW_COMPLETED_FILTER"] = "homePageShowCompletedFilter";
|
|
521
|
+
EFeatures["HOME_PAGE_SHOW_RESOURCES_FILTER"] = "homePageShowResourcesFilter";
|
|
522
|
+
EFeatures["TNC_PAGE"] = "tncPage";
|
|
523
|
+
EFeatures["TNC_PAGE_VIEW_CONTEST_RULES_SECTION"] = "tncPageViewContestRulesSection";
|
|
524
|
+
EFeatures["TNC_PAGE_VIEW_DATA_PRIVACY_SECTION"] = "tncPageViewDataPrivacySection";
|
|
525
|
+
EFeatures["TNC_PAGE_ACCEPT_TERMS_AND_CONDITIONS"] = "tncPageAcceptTermsAndConditions";
|
|
526
|
+
EFeatures["BLOGS"] = "blogs";
|
|
527
|
+
EFeatures["BLOG_VIEW_OTHERS_BLOGS"] = "blogViewOthersBlogs";
|
|
528
|
+
EFeatures["BLOGS_LIKE_OTHER_BLOGS"] = "blogsLikeOtherBlogs";
|
|
529
|
+
EFeatures["BLOGS_VIEW_MY_BLOGS"] = "blogsViewMyBlogs";
|
|
530
|
+
EFeatures["BLOGS_WRITE_NEW_BLOG"] = "blogsWriteNewBlog";
|
|
531
|
+
EFeatures["BLOGS_SAVE_BLOG_AS_DRAFT"] = "blogsSaveBlogAsDraft";
|
|
532
|
+
EFeatures["BLOGS_EDIT_MY_SAVED_BLOG"] = "blogsEditMySavedBlog";
|
|
533
|
+
EFeatures["BLOGS_PUBLISH_MY_BLOG"] = "blogsPublishMyBlog";
|
|
534
|
+
EFeatures["BLOGS_UPVOTE_FOR_BLOG"] = "blogsUpvoteForBlog";
|
|
535
|
+
EFeatures["BLOGS_DOWNVOTE_FOR_BLOG"] = "blogsDownvoteForBlog";
|
|
536
|
+
EFeatures["BLOGS_WRITE_RESPONSE_FOR_BLOG"] = "blogsWriteResponseForBlog";
|
|
537
|
+
EFeatures["BLOGS_DELETE_MY_BLOG"] = "blogsDeleteMyBlog";
|
|
538
|
+
EFeatures["BLOGS_EDIT_MY_RESPONSE"] = "blogsEditMyResponse";
|
|
539
|
+
EFeatures["BLOGS_DELETE_MY_RESPONSE"] = "blogsDeleteMyResponse";
|
|
540
|
+
EFeatures["BLOGS_VIEW_DRAFTS_SECTION"] = "blogsViewDraftsSection";
|
|
541
|
+
EFeatures["BLOGS_VIEW_PUBLISHED_SECTION"] = "blogsViewPublishedSection";
|
|
542
|
+
EFeatures["QUESTION_AND_ANSWER"] = "questionAndAnswer";
|
|
543
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_ALL_QUESTIONS_AND_ANSWERS"] = "questionAndAnswerViewAllQuestionsAndAnswers";
|
|
544
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_ONLY_UNANSWERED_QUESTIONS"] = "questionAndAnswerViewOnlyUnansweredQuestions";
|
|
545
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_MY_TIMELINE"] = "questionAndAnswerViewMyTimeline";
|
|
546
|
+
EFeatures["QUESTION_AND_ANSWER_ASK_NEW_QUESTION"] = "questionAndAnswerAskNewQuestion";
|
|
547
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_SPECIFIC_QUESTION"] = "questionAndAnswerViewSpecificQuestion";
|
|
548
|
+
EFeatures["QUESTION_AND_ANSWER_UPVOTE_FOR_ANSWER"] = "questionAndAnswerUpvoteForAnswer";
|
|
549
|
+
EFeatures["QUESTION_AND_ANSWER_DOWNVOTE_FOR_ANSWER"] = "questionAndAnswerDownvoteForAnswer";
|
|
550
|
+
EFeatures["QUESTION_AND_ANSWER_LIKE_AN_ANSWER"] = "questionAndAnswerLikeAnAnswer";
|
|
551
|
+
EFeatures["QUESTION_AND_ANSWER_ADD_COMMENT_FOR_ANY_ANSWER"] = "questionAndAnswerAddCommentForAnyAnswer";
|
|
552
|
+
EFeatures["QUESTION_AND_ANSWER_ADD_ANSWER_FOR_ANY_QUESTION"] = "questionAndAnswerAddAnswerForAnyQuestion";
|
|
553
|
+
EFeatures["QUESTION_AND_ANSWER_SAVE_QUESTION_AS_DRAFT"] = "questionAndAnswerSaveQuestionAsDraft";
|
|
554
|
+
EFeatures["QUESTION_AND_ANSWER_PUBLISH_SAVED_QUESTION"] = "questionAndAnswerPublishedSavedQuestion";
|
|
555
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_DRAFTS_SECTION"] = "questionAndAnswerViewDraftsSection";
|
|
556
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_PUBLISHED_SECTION"] = "questionAndAnswerViewPublishedSection";
|
|
557
|
+
EFeatures["BADGES"] = "badges";
|
|
558
|
+
EFeatures["BADGES_VIEW_RECENTLY_EARNED_BADGE"] = "badgesViewRecentlyEarnedBadge";
|
|
559
|
+
EFeatures["BADGES_VIEW_ALL_EARNED_BADGES"] = "badgesViewAllEarnedBadges";
|
|
560
|
+
EFeatures["BADGES_VIEW_NEXT_TARGETTED_BADGES"] = "badgesViewNextTargettedBadges";
|
|
561
|
+
EFeatures["HANDS_ON_DASHBOARD"] = "handsOnDashboard";
|
|
562
|
+
EFeatures["HANDS_ON_DASHBOARD_VIEW_MY_DASHBOARD"] = "handsOnDashboardViewMyDashboard";
|
|
563
|
+
EFeatures["HANDS_ON_DASHBOARD_VIEW_SHARED_PROFILE_SECTION"] = "handsOnDashboardViewSharedProfileSection";
|
|
564
|
+
EFeatures["LEARNING_HISTORY"] = "learningHistory";
|
|
565
|
+
EFeatures["LEARNING_HISTORY_VIEW_PROGRAMS_SECTION"] = "learningHistoryViewProgramsSection";
|
|
566
|
+
EFeatures["LEARNING_HISTORY_VIEW_COURSES_SECTION"] = "learningHistoryViewCoursesSection";
|
|
567
|
+
EFeatures["LEARNING_HISTORY_VIEW_LEARNING_MODULES_SECTION"] = "learningHistoryViewLearningModulesSection";
|
|
568
|
+
EFeatures["LEARNING_HISTORY_VIEW_RESOURCES_SECTION"] = "learningHistoryViewResourcesSection";
|
|
569
|
+
EFeatures["LEARNING_HISTORY_VIEW_CERTIFICATIONS_SECTION"] = "learningHistoryViewCertificationsSection";
|
|
570
|
+
EFeatures["LEARNING_HISTORY_APPLY_COMPLETED_FILTER"] = "learningHistoryApplyCompletedFilter";
|
|
571
|
+
EFeatures["LEARNING_HISTORY_VIEW_MORE_BUTTON"] = "learningHistoryViewMoreButton";
|
|
572
|
+
EFeatures["LEARNING_TIME"] = "learningTime";
|
|
573
|
+
EFeatures["LEARNING_TIME_VIEW_LEARNING_TIME_GRAPH"] = "learningTimeViewLearningTimeGraph";
|
|
574
|
+
EFeatures["LEARNING_TIME_APPLY_BAR_GRAPH_FILTER"] = "learningTimeApplyBarGraphFilter";
|
|
575
|
+
EFeatures["LEARNING_TIME_APPLY_DATE_RANGE_FILTER"] = "learningTimeApplyDateRangeFilter";
|
|
576
|
+
EFeatures["LEARNING_TIME_APPLY_TIME_SPENT_FILTER"] = "learningTimeApplyTimeSpentFilter";
|
|
577
|
+
EFeatures["LEARNING_TIME_APPLY_APP_AVERAGE_FILTER"] = "learningTimeApplyAppAverageFilter";
|
|
578
|
+
EFeatures["LEARNING_TIME_APPLY_USER_AVERAGE_OVER_PERIOD_FILTER"] = "learningTimeApplyUserAverageOverPeriodFilter";
|
|
579
|
+
EFeatures["NOTIFICATION"] = "notification";
|
|
580
|
+
EFeatures["NOTIFICATION_VIEW_RECENT_BADGE_EARNED"] = "notificationViewRecentBadgeEarned";
|
|
581
|
+
EFeatures["NOTIFICATION_VIEW_SHARED_PLAYLIST"] = "notificationViewSharedPlaylist";
|
|
582
|
+
EFeatures["NOTIFICATION_VIEW_SHARED_GOALS"] = "notificationViewSharedGoals";
|
|
583
|
+
EFeatures["PROFILE"] = "profile";
|
|
584
|
+
EFeatures["PROFILE_VIEW_BASIC_INFORMATION"] = "profileViewBasicInformation";
|
|
585
|
+
EFeatures["PROFILE_VIEW_RECENTLY_LEARNED_COURSES"] = "profileViewRecentlyLearnedCourses";
|
|
586
|
+
EFeatures["PROFILE_VIEW_LIKED_ITEMS"] = "profileViewLikedItems";
|
|
587
|
+
EFeatures["PROFILE_VIEW_BADGES_EARNED"] = "profileViewBadgesEarned";
|
|
588
|
+
EFeatures["BEHAVIORAL_SKILLS"] = "behavioralSkills";
|
|
589
|
+
EFeatures["BEHAVIORAL_SKILLS_VIEW_MODEL_CLIENT_INTERACTIONS"] = "behavioralSkillsViewModalClientInteractions";
|
|
590
|
+
EFeatures["BEHAVIORAL_SKILLS_VIEW_CLIENT_INTERACTION_TESTS"] = "behavioralSkillsViewClientInteractionTests";
|
|
591
|
+
EFeatures["CERTIFICATIONS"] = "certifications";
|
|
592
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_APPROVALS_SECTION"] = "certificationsViewMyApprovalsSection";
|
|
593
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_REQUESTS_SECTION"] = "certificationsViewMyRequestsSection";
|
|
594
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_CERTIFICATIONS_SECTION"] = "certificationsViewMyCertificationsSection";
|
|
595
|
+
EFeatures["CERTIFICATIONS_APPLY_COMPLETION_STATUS_FILTER"] = "certificationsApplyCompletionStatusFilter";
|
|
596
|
+
EFeatures["CODE_CRACK"] = "codeCrack";
|
|
597
|
+
EFeatures["CODE_CRACK_VIEW_PUZZLE_MANIA"] = "codeCrackViewPuzzleMania";
|
|
598
|
+
EFeatures["CODE_CRACK_VIEW_CODE_CRACK"] = "codeCrackViewCodeCrack";
|
|
599
|
+
EFeatures["CODE_CRACK_VIEW_TECHNOLOGY_PLAYGROUND"] = "codeCrackViewTechnologyPlayground";
|
|
600
|
+
EFeatures["CODE_CRACK_WATCH_PROGRAMMING_CHALLENGES_VIDEO"] = "codeCrackWatchProgrammingChallengesVideo";
|
|
601
|
+
EFeatures["CODE_CRACK_VIEW_ACCELERATE"] = "codeCrackViewAccelerate";
|
|
602
|
+
EFeatures["CODE_CRACK_START_CODE_CRACK_TEST"] = "codeCrackStartCodeCrackTest";
|
|
603
|
+
EFeatures["CODE_CRACK_START_PUZZLE_MANIA"] = "codeCrackStartPuzzleMania";
|
|
604
|
+
EFeatures["CODE_CRACK_START_TECHNOLOGY_PLAYGROUND"] = "codeCrackStartTechnologyPlayground";
|
|
605
|
+
EFeatures["INSTRUCTOR_LED_TRAINING"] = "instructorLedTraining";
|
|
606
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_TRAINING_SCHEDULE_SECTION"] = "instructorLedTrainingViewTrainingScheduleSection";
|
|
607
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_FEEDBACK_SECTION"] = "instructorLedTrainingViewFeedbackSection";
|
|
608
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_TRAININGS_PLANNED_BY_YOUR_TEAM_SECTION"] = "instructorLedTrainingViewTrainingsPlannedByYourTeamSection";
|
|
609
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_SEARCH_TRAINING"] = "instructorLedTrainingSearchTraining";
|
|
610
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_REGISTER_FOR_TRAINING"] = "instructorLedTrainingRegisterForTraining";
|
|
611
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_GIVE_TRAINING_FEEDBACK"] = "instructorLedTrainingGiveTrainingFeedback";
|
|
612
|
+
EFeatures["LEADERBOARD"] = "leaderboard";
|
|
613
|
+
EFeatures["LEADERBOARD_VIEW_WEEKLY_SECTION"] = "leaderboardViewWeeklySection";
|
|
614
|
+
EFeatures["LEADERBOARD_VIEW_MONTHLY_SECTION"] = "leaderboardViewMonthlySection";
|
|
615
|
+
EFeatures["LEADERBOARD_VIEW_HALL_OF_FAME_SECTION"] = "leaderboardViewHallOfSection";
|
|
616
|
+
EFeatures["LEADERBOARD_APPLY_LEARNER_COLLABORATOR_FILTER"] = "leaderboardApplyLearnerCollaboratorFilter";
|
|
617
|
+
EFeatures["LEADERBOARD_BACK_DATE_BUTTON"] = "leaderboardBackDatebutton";
|
|
618
|
+
EFeatures["LEADERBOARD_FORWARD_DATE_BUTTON"] = "leaderboardForwardDateButton";
|
|
619
|
+
EFeatures["PLAYGROUND"] = "playground";
|
|
620
|
+
EFeatures["PLAYGROUND_VIEW_TECHNOLOGY_PLAYGROUNDS_STRIP"] = "playgroundViewTechnologyPlaygorundsStrip";
|
|
621
|
+
EFeatures["PLAYGROUND_VIEW_ASSESSMENTS_PLAYGROUNDS_STRIP"] = "playgroundViewAssessmentsPlaygroundsStrip";
|
|
622
|
+
EFeatures["PUZZLE_MANIA"] = "puzzleMania";
|
|
623
|
+
EFeatures["PUZZLE_MANIA_VIEW_PUZZLE_MANIA"] = "puzzleManiaViewPuzzleMania";
|
|
624
|
+
EFeatures["PUZZLE_MANIA_VIEW_CODE_CRACK"] = "puzzleManiaViewCodeCrack";
|
|
625
|
+
EFeatures["PUZZLE_MANIA_VIEW_TECHNOLOGY_PLAYGROUND"] = "puzzleManiaViewTechnologyPlayground";
|
|
626
|
+
EFeatures["PUZZLE_MANIA_WATCH_PROGRAMMING_CHALLENGES_VIDEO"] = "puzzleManiaWatchProgrammingChallengesVideo";
|
|
627
|
+
EFeatures["PUZZLE_MANIA_VIEW_ACCELERATE"] = "puzzleManiaViewAccelerate";
|
|
628
|
+
EFeatures["PUZZLE_MANIA_START_CODE_CRACK_TEST"] = "puzzleManiaStartCodeCrackTest";
|
|
629
|
+
EFeatures["PUZZLE_MANIA_START_PUZZLE_MANIA"] = "puzzleManiaStartPuzzleMania";
|
|
630
|
+
EFeatures["PUZZLE_MANIA_START_TECHNOLOGY_PLAYGROUND"] = "puzzleManiaStartTechnologyPlayground";
|
|
631
|
+
EFeatures["FULL_STACK_SALES_LEADER"] = "fullStackSalesLeader";
|
|
632
|
+
EFeatures["FULL_STACK_SALES_LEADER_WATCH_LEADER_VIDEO"] = "fullStackSalesLeaderWatchLeaderVideo";
|
|
633
|
+
EFeatures["FULL_STACK_SALES_LEADER_EMBARK_ON_THIS_LEARNING_JOURNEY_BUTTON"] = "fullStackSalesLeaderEmbarkOnThisLearningJourneyButton";
|
|
634
|
+
EFeatures["FULL_STACK_SALES_LEADER_QUICK_TOUR_VIDEO_LINK"] = "fullStackSalesLeaderQuickTourVideoLink";
|
|
635
|
+
EFeatures["FULL_STACK_SALES_LEADER_FEEDBACK_LINK"] = "fullStackSalesLeaderFeedbackLink";
|
|
636
|
+
EFeatures["FULL_STACK_SALES_LEADER_DROP_NOTE_LINK"] = "fullStackSalesLeaderDropNoteLink";
|
|
637
|
+
EFeatures["ONBOARDING"] = "onboarding";
|
|
638
|
+
EFeatures["ONBOARDING_VIEW_DC_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewDcOnboardingProgramsStrip";
|
|
639
|
+
EFeatures["ONBOARDING_VIEW_ORGANISATIONAL_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewOrganisationalOnboardingProgramsStrip";
|
|
640
|
+
EFeatures["ONBOARDING_VIEW_ROLE_BASED_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewRoleBasedOnboardingProgramsStrip";
|
|
641
|
+
EFeatures["ONBOARDING_VIEW_UNIT_AND_PROJECT_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewUnitAndProjectOnboardingProgramsStrip";
|
|
642
|
+
EFeatures["SEARCH"] = "search";
|
|
643
|
+
EFeatures["SEARCH_SEARCHING_CONTENT"] = "searchSearchingContent";
|
|
644
|
+
EFeatures["KNOWLEDGE_HUB"] = "knowledgeHub";
|
|
645
|
+
EFeatures["KNOWLEDGE_HUB_SUBMIT_KNOWLEDGE_ARTIFACTS"] = "knowledgeHubSubmitKnowledgeArtifacts";
|
|
646
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TOP_PROJECTS_SECTION"] = "knowledgeHubViewTopProjectsSection";
|
|
647
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_INTERESTING_READS_SECTION"] = "knowledgeHubViewInterestingReadsSection";
|
|
648
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_MARKETING_SECTION"] = "knowledgeHubViewMarketingSection";
|
|
649
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_KSHOP_CLASSIC_SECTION"] = "knowledgeHubViewKshopClassicSection";
|
|
650
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TRENDING_TOOLS_SECTION"] = "knowledgeHubViewTrendingToolsSection";
|
|
651
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_DOCUMENTS_STRIP"] = "knowledgeHubViewDocumentsStrip";
|
|
652
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TOOLS_STRIP"] = "knowledgeHubViewProjectReferencesStrip";
|
|
653
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_MARKETING_STRIP"] = "knowledgeHubViewMarketingStrip";
|
|
654
|
+
EFeatures["CHANNELS"] = "channels";
|
|
655
|
+
EFeatures["CHANNELS_VIEW_LEADERSHIP_SECTION"] = "channelsViewLeadershipSection";
|
|
656
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_PAGE"] = "channelsViewRaviKumarPage";
|
|
657
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_PAGE"] = "channelsViewMohitJoshiPage";
|
|
658
|
+
EFeatures["CHANNELS_FOLLOW_RAVI_KUMAR"] = "channelsFollowRaviKumar";
|
|
659
|
+
EFeatures["CHANNELS_MAIL_TO_RAVI_KUMAR"] = "channelsMailToRaviKumar";
|
|
660
|
+
EFeatures["CHANNELS_VIEW_ABOUT_RAVI_KUMAR_SECTION"] = "channelsViewAboutRaviKumarSection";
|
|
661
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_TWEETS_SECTION"] = "channelsViewRaviKumarTweetsSection";
|
|
662
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_ARTICLES_SECTION"] = "channelsViewRaviKumarArticlesSection";
|
|
663
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_TRAILBLAZERS_SECTION"] = "channelsViewRaviKumarTrailblazersSection";
|
|
664
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_COMMUNICATIONS_SECTION"] = "channelsViewRaviKumarCommunicationsSection";
|
|
665
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_DISCUSSION_SECTION"] = "channelsViewraviKumarDiscussionSection";
|
|
666
|
+
EFeatures["CHANNELS_LIKE_TWEET_RAVI_KUMAR"] = "channelsLikeTweetRaviKumar";
|
|
667
|
+
EFeatures["CHANNELS_SHARE_TWEET_RAVI_KUMAR"] = "channelsShareTweetRaviKumar";
|
|
668
|
+
EFeatures["CHANNELS_POST_YOUR_THOUGHTS_IN_DISCUSSION_RAVI_KUMAR"] = "channelsPostYourThoughtsInDiscussionRaviKumar";
|
|
669
|
+
EFeatures["CHANNELS_FOLLOW_MOHIT_JOSHI"] = "channelsFollowMohitJoshi";
|
|
670
|
+
EFeatures["CHANNELS_MAIL_TO_MOHIT_JOSHI"] = "channelsMailToMohitJoshi";
|
|
671
|
+
EFeatures["CHANNELS_VIEW_ABOUT_MOHIT_JOSHI_SECTION"] = "channelsViewAboutMohitJoshiSection";
|
|
672
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_TWEETS_SECTION"] = "channelsViewMohitJoshiTweetsSection";
|
|
673
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_ARTICLES_SECTION"] = "channelsViewMohitJoshiArticlesSection";
|
|
674
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_TRAILBLAZERS_SECTION"] = "channelsViewMohitJoshiTrailblazersSection";
|
|
675
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_COMMUNICATIONS_SECTION"] = "channelsViewMohitJoshiCommunicationsSection";
|
|
676
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_DISCUSSION_SECTION"] = "channelsViewMohitJoshiDiscussionSection";
|
|
677
|
+
EFeatures["CHANNELS_LIKE_TWEET_MOHIT_JOSHI"] = "channelsLikeTweetMohitJoshi";
|
|
678
|
+
EFeatures["CHANNELS_SHARE_TWEET_MOHIT_JOSHI"] = "channelsShareTweetMohitJoshi";
|
|
679
|
+
EFeatures["CHANNELS_POST_YOUR_THOUGHTS_IN_DISCUSSION_MOHIT_JOSHI"] = "channelsPostYourThoughtsInDiscussionMohitJoshi";
|
|
680
|
+
EFeatures["CHANNELS_VIEW_CORPORATE_SECTION"] = "channelsViewCorporateSection";
|
|
681
|
+
EFeatures["CHANNELS_VIEW_EXPERIENCE_WOW_PAGE"] = "channelsViewExperienceWowPage";
|
|
682
|
+
EFeatures["CHANNELS_VIEW_iGOT_KNOWLEDGE_INSTITUTE_PAGE"] = "channelsViewiGOTKnowledgeInstitutePage";
|
|
683
|
+
EFeatures["CHANNELS_VIEW_CMT_LEARNING_HUB_PAGE"] = "channelsViewCmtLearningHubPage";
|
|
684
|
+
EFeatures["CHANNELS_VIEW_FULL_STACK_SALES_LEADERS_PAGE"] = "channelsViewFullStackSalesLeaderPage";
|
|
685
|
+
EFeatures["EXPERIENCE_WOW_PAGE"] = "experienceWowPage";
|
|
686
|
+
EFeatures["EXPERIENCE_WOW_PAGE_VIEW_PAGE_SECTIONS"] = "experienceWowPageViewPageSections";
|
|
687
|
+
EFeatures["EXPERIENCE_WOW_PAGE_CHECK_iGOT_STATISTICS"] = "experienceWowPageCheckiGOTStatistics";
|
|
688
|
+
EFeatures["EXPERIENCE_WOW_PAGE_CHECK_iGOT_ME_STATISTICS"] = "experienceWowPageCheckiGOTMeStatistics";
|
|
689
|
+
EFeatures["EXPERIENCE_WOW_PAGE_PROVIDE_SUGGESTIONS"] = "experienceWowPageProvideSuggestions";
|
|
690
|
+
EFeatures["EXPERIENCE_WOW_PAGE_SEND_MAIL_FOR_BECOMING_COCREATOR"] = "experienceWowPageSendMailForBecomingCocreator";
|
|
691
|
+
EFeatures["iGOT_RADIO"] = "iGOTRadio";
|
|
692
|
+
EFeatures["iGOT_RADIO_VIEW_PODCASTS_STRIP"] = "iGOTRadioViewPodcastsStrip";
|
|
693
|
+
EFeatures["iGOT_TV"] = "iGOTTv";
|
|
694
|
+
EFeatures["iGOT_TV_VIEW_JUST_FOR_YOU_SECTION"] = "iGOTTvViewJustForYouSection";
|
|
695
|
+
EFeatures["iGOT_TV_VIEW_MUST_VIEW_STRIP"] = "iGOTTvViewMustViewStrip";
|
|
696
|
+
EFeatures["iGOT_TV_VIEW_LATEST_STRIP"] = "iGOTTvViewLatestStrip";
|
|
697
|
+
EFeatures["iGOT_TV_VIEW_CHANNELS_SECTION"] = "iGOTTvViewChannelsSection";
|
|
698
|
+
EFeatures["iGOT_TV_VIEW_CHANNELS_STRIP"] = "iGOTTvViewChannelsStrip";
|
|
699
|
+
EFeatures["iGOT_TV_VIEW_BROADCAST_SECTION"] = "iGOTTvViewBroadcastSection";
|
|
700
|
+
EFeatures["iGOT_TV_VIEW_PREVIOUS_EVENTS_LIST"] = "iGOTTvViewPreviousEventsList";
|
|
701
|
+
EFeatures["iGOT_TV_VIEW_LIVE_EVENTS_LIST"] = "iGOTTvViewLiveEventsList";
|
|
702
|
+
EFeatures["iGOT_TV_VIEW_UPCOMING_EVENTS_LIST"] = "iGOTTvViewUpcomingEventsList";
|
|
703
|
+
EFeatures["LEADERSHIP_MESSAGES"] = "leadershipMessages";
|
|
704
|
+
EFeatures["LEADERSHIP_MESSAGES_VIEW_LEADERSHIP_VIDEO"] = "leadershipMessagesViewLeadershipVideo";
|
|
705
|
+
EFeatures["LIVING_LABS"] = "livingLabs";
|
|
706
|
+
EFeatures["LIVING_LABS_VIEW_LIVING_LABS_STRIP"] = "livingLabsViewLivingLabsStrip";
|
|
707
|
+
EFeatures["AMERICAS_CONFLUENECE"] = "americasConfluence";
|
|
708
|
+
EFeatures["AMERICAS_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "americasConfluenceViewConfluenceVideosStrips";
|
|
709
|
+
EFeatures["APAC_CONFLUENECE"] = "apacConfluence";
|
|
710
|
+
EFeatures["APAC_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "apacConfluenceViewConfluenceVideosStrips";
|
|
711
|
+
EFeatures["EMEA_CONFLUENECE"] = "emeaConfluence";
|
|
712
|
+
EFeatures["EMEA_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "emeaConfluenceViewConfluenceVideosStrips";
|
|
713
|
+
EFeatures["CONNECT"] = "connect";
|
|
714
|
+
EFeatures["CONNECT_VIEW_CONTENT_STRIP"] = "connectViewContentStrip";
|
|
715
|
+
EFeatures["LIVE_EVENTS"] = "liveEvents";
|
|
716
|
+
EFeatures["LIVE_EVENTS_WATCH_LIVE"] = "liveEventsWatchLive";
|
|
717
|
+
EFeatures["LIVE_EVENTS_WATCH_CLASSROOM_BROADCAST"] = "liveEventsWatchClassroomBroadcast";
|
|
718
|
+
EFeatures["LIVE_EVENTS_WATCH_THREE_SIXTY_VIDEO"] = "liveEventsWatchThreeSixtyVideo";
|
|
719
|
+
EFeatures["LIVE_EVENTS_WATCH_FAMILY_MATTERS_VIDEO"] = "liveEventsWatchFamilyMattersVideo";
|
|
720
|
+
EFeatures["LIVE_EVENTS_WATCH_CONFLUENCE_EVENTS"] = "liveEventsWatchConfluenceEvents";
|
|
721
|
+
EFeatures["DIGITAL_ASSISTANT_TOUR"] = "digitalAssistantTour";
|
|
722
|
+
EFeatures["DIGITAL_ASSISTANT_TOUR_WATCH_TOUR_VIDEO"] = "digitalAssistantTourWatchTourVideo";
|
|
723
|
+
EFeatures["QUICK_TOUR"] = "quickTour";
|
|
724
|
+
EFeatures["QUICK_TOUR_WATCH_TOUR_VIDEO"] = "quickTourWatchTourVideo";
|
|
725
|
+
EFeatures["LOGOUT"] = "logout";
|
|
726
|
+
EFeatures["LOGOUT_LOGS_OUT_FROM_APPLICATION"] = "logoutLogsOutFromApplication";
|
|
727
|
+
EFeatures["MY_ANALYTICS"] = "myAnalytics";
|
|
728
|
+
EFeatures["MY_ANALYTICS_APPLY_QUARTER_FILTERS"] = "myAnalyticsApplyQuarterFilters";
|
|
729
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_SECTION"] = "myAnalyticsViewMyLearningSection";
|
|
730
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_ASSESSMENT_SECTION"] = "myAnalyticsViewMyAssessmentSection";
|
|
731
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_REFACTORING_SECTION"] = "myAnalyticsViewMyRefactoringSection";
|
|
732
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_PLANS_SECTION"] = "myAnalyticsViewMyPlansSection";
|
|
733
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_COLLABORATORS_SECTION"] = "myAnalyticsViewMyCollaboratorsSection";
|
|
734
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_FEATURES_USAGE_SECTION"] = "myAnalyticsViewTopCoursesSection";
|
|
735
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_MINUTES"] = "myAnalyticsViewMyLearningMinutes";
|
|
736
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_POINTS"] = "myAnalyticsViewMyLearningPoints";
|
|
737
|
+
EFeatures["MY_ANALYTICS_VIEW_BADGES"] = "myAnalyticsViewBadges";
|
|
738
|
+
EFeatures["MY_ANALYTICS_VIEW_TIME_SPENT_BY_USER"] = "myAnalyticsViewTimeSpentByUser";
|
|
739
|
+
EFeatures["MY_ANALYTICS_VIEW_AVERAGE_MINUTES_ON_iGOT"] = "myAnalyticsViewAverageMinutesOniGOT";
|
|
740
|
+
EFeatures["MY_ANALYTICS_VIEW_AVERAGE_MINUTES_ACROSS_DIMENSIONS"] = "myAnalyticsViewAverageMinutesAcrossDimensions";
|
|
741
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_USER"] = "myAnalyticsViewPercentageTimeSpentByUser";
|
|
742
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_INFOSCIONS"] = "myAnalyticsViewPercentageTimeSpentByInfoscions";
|
|
743
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_PEERS"] = "myAnalyticsViewPercentageTimeSpentByPeers";
|
|
744
|
+
EFeatures["MY_ANALYTICS_VIEW_TOTAL_ASSESSMENTS"] = "myAnalyticsViewTotalAssessments";
|
|
745
|
+
EFeatures["MY_ANALYTICS_VIEW_PENDING_ASSESSMENTS"] = "myAnalyticsViewPendingAssessments";
|
|
746
|
+
EFeatures["MY_ANALYTICS_VIEW_CERTIFICATIONS"] = "myAnalyticsViewCertifications";
|
|
747
|
+
EFeatures["MY_ANALYTICS_VIEW_ASSESSMENTS"] = "myAnalyticsViewAssessments";
|
|
748
|
+
EFeatures["MY_ANALYTICS_VIEW_RECENT_ASSESSMENTS"] = "myAnalyticsViewRecentAssessments";
|
|
749
|
+
EFeatures["MY_ANALYTICS_VIEW_ASSESSMENT_DETAILS"] = "myAnalyticsViewAssessmentDetails";
|
|
750
|
+
EFeatures["MY_ANALYTICS_VIEW_RECENT_ASSESSMENT"] = "myAnalyticsViewRecentAssessment";
|
|
751
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_REFACTORING_PROGRAM"] = "myAnalyticsViewMyRefactoringProgram";
|
|
752
|
+
EFeatures["MY_ANALYTICS_VIEW_NAVIGATOR"] = "myAnalyticsViewNavigator";
|
|
753
|
+
EFeatures["MY_ANALYTICS_VIEW_AI_AND_AUTOMATION_PROGRESS"] = "myAnalyticsViewAiAndAutomationProcess";
|
|
754
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_GOALS"] = "myAnalyticsViewMyGoals";
|
|
755
|
+
EFeatures["MY_ANALYTICS_VIEW_PLAYLIST"] = "myAnalyticsViewPlaylist";
|
|
756
|
+
EFeatures["MY_ANALYTICS_VIEW_GOALS_SHARED_WITH_USER"] = "myAnalyticsViewGoalsSharedWithUser";
|
|
757
|
+
EFeatures["MY_ANALYTICS_VIEW_DETAILED_COURSES_PROGRESS"] = "myAnalyticsViewDetailedCoursesProgress";
|
|
758
|
+
EFeatures["MY_ANALYTICS_VIEW_GOALS_SHARED_BY_USER"] = "myAnalyticsViewGoalsSharedByUser";
|
|
759
|
+
EFeatures["MY_ANALYTICS_VIEW_ARTIFACTS_SHARED_BY_USER"] = "myAnalyticsViewArtifactsSharedByUser";
|
|
760
|
+
EFeatures["MY_ANALYTICS_VIEW_EXPERTS_USER_CONTACTED"] = "myAnalyticsViewExpertsUserContacted";
|
|
761
|
+
EFeatures["MY_ANALYTICS_VIEW_DETAILED_GOALS_SHARING"] = "myAnalyticsViewDetailedGoalsSharing";
|
|
762
|
+
EFeatures["MY_ANALYTICS_VIEW_PLAYGROUNDS"] = "myAnalyticsViewPlaygrounds";
|
|
763
|
+
EFeatures["MY_ANALYTICS_VIEW_LIKES"] = "myAnalyticsViewLikes";
|
|
764
|
+
EFeatures["MY_ANALYTICS_VIEW_SEARCH"] = "myAnalyticsViewSearch";
|
|
765
|
+
EFeatures["MY_ANALYTICS_VIEW_iGOT_TV"] = "myAnalyticsViewiGOTTv";
|
|
766
|
+
EFeatures["MY_ANALYTICS_VIEW_iGOT_RADIO"] = "myAnalyticsViewiGOTRadio";
|
|
767
|
+
EFeatures["MY_ANALYTICS_VIEW_iGOT_LIVE"] = "myAnalyticsViewiGOTLive";
|
|
768
|
+
EFeatures["MY_ANALYTICS_VIEW_TOP_COURSES_BY_USER_UNIT"] = "myAnalyticsViewTopCoursesByUserUnit";
|
|
769
|
+
EFeatures["MY_ANALYTICS_VIEW_TOP_COURSES_BY_USER_PEERS"] = "myAnalyticsViewTopCoursesbyUserPeers";
|
|
770
|
+
EFeatures["LEARNING_ANALYTICS"] = "learningAnalytics";
|
|
771
|
+
EFeatures["LEARNING_ANALYTICS_SEARCH_FOR_PARTICIPANTS_AND_EDUCATORS"] = "learningAnalyticsSearchForParticipantsAndEducators";
|
|
772
|
+
EFeatures["LEARNING_ANALYTICS_UNIT_FILTER"] = "learningAnalyticsUnitFilter";
|
|
773
|
+
EFeatures["LEARNING_ANALYTICS_PU_FILTER"] = "learningAnalyticsPuFilter";
|
|
774
|
+
EFeatures["LEARNING_ANALYTICS_DU_FILTER"] = "learningAnalyticsDuFilter";
|
|
775
|
+
EFeatures["LEARNING_ANALYTICS_ACCOUNT_FILTER"] = "learningAnalyticsAccountFilter";
|
|
776
|
+
EFeatures["LEARNING_ANALYTICS_LOCATION_FILTER"] = "learningAnalyticsLocationFilter";
|
|
777
|
+
EFeatures["LEARNING_ANALYTICS_QUARTER_FILTER"] = "learningAnalyticsQuarterFilter";
|
|
778
|
+
EFeatures["LEARNING_ANALYTICS_COMPLETED_FILTER"] = "learningAnalyticsCompletedFilter";
|
|
779
|
+
EFeatures["LEARNING_ANALYTICS_ETA_FILTER"] = "learningAnalyticsEtaFilter";
|
|
780
|
+
EFeatures["LEARNING_ANALYTICS_UNIQUE_USERS_DATA"] = "learningAnalyticsUniqueUsersData";
|
|
781
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_ONSITE_OFFSHORE"] = "learningAnalyticsUsersByOnsiteOffshore";
|
|
782
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_DEVICE_TYPE"] = "learningAnalyticsUsersByDeviceType";
|
|
783
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_UNIT"] = "learningAnalyticsUsersByUnit";
|
|
784
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_TRACK"] = "learningAnalyticsUsersByTrack";
|
|
785
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_PU_SALES"] = "learningAnalyticsUsersByPuSales";
|
|
786
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_CU_TYPE"] = "learningAnalyticsUsersByCuType";
|
|
787
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_SKILL"] = "learningAnalyticsUsersBySkill";
|
|
788
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_TOPICS"] = "learningAnalyticsUsersByTopics";
|
|
789
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_HORIZON"] = "learningAnalyticsUsersByHorizon";
|
|
790
|
+
EFeatures["LEARNING_ANALYTICS_USERS_GROWTH"] = "learningAnalyticsUsersGrowth";
|
|
791
|
+
EFeatures["LEARNING_ANALYTICS_USERS_DETAILS"] = "learningAnalyticsUsersDetails";
|
|
792
|
+
EFeatures["LEARNING_ANALYTICS_VIEW_ALL_TRAININGS_SECTION"] = "learningAnalyticsViewAllTrainingsSection";
|
|
793
|
+
EFeatures["LEARNING_ANALYTICS_TALENT_GRID_FILTER"] = "learningAnalyticstalentGridFilter";
|
|
794
|
+
EFeatures["LEARNING_ANALYTICS_STACK_FILTER"] = "learningAnalyticsStackFilter";
|
|
795
|
+
EFeatures["LEARNING_ANALYTICS_UNIQUE_PARTICIPANTS"] = "learningAnalyticsUniqueParticipants";
|
|
796
|
+
EFeatures["LEARNING_ANALYTICS_OVERALL_PARTICIPANTS"] = "learningAnalyticsOverallParticipants";
|
|
797
|
+
EFeatures["LEARNING_ANALYTICS_AVERAGE_DAYS"] = "learningAnalyticsAverageDays";
|
|
798
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_ONSITE_ONSHORE"] = "learningAnalyticsParticipantsByOnsiteOnshore";
|
|
799
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_UNIT"] = "learningAnalyticsParticipantsByUnit";
|
|
800
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_PU"] = "learningAnalyticsParticipantsByPu";
|
|
801
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_SKILL_TYPE"] = "learningAnalyticsParticipantsBySkillType";
|
|
802
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_SKILL"] = "learningAnalyticsParticipantsBySkill";
|
|
803
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_STACKS"] = "learningAnalyticsParticipantsByStacks";
|
|
804
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_NEW_SERVICES"] = "learningAnalyticsParticipantsByNewServices";
|
|
805
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_LEARNING_TRACK"] = "learningAnalyticsParticipantsByLearningTrack";
|
|
806
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_OFFERING_MODE"] = "learningAnalyticsParticipantsByOfferingMode";
|
|
807
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_TOPICS"] = "learningAnalyticsParticipantsByTopics";
|
|
808
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_ABCD"] = "learningAnalyticsParticipantsByAbcd";
|
|
809
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_DETAILS"] = "learningAnalyticsParticipantsDetails";
|
|
810
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULES_SECTION"] = "learningAnalyticsSchedulesSection";
|
|
811
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULE_DATE_FILTER"] = "learningAnalyticsScheduleDateFilter";
|
|
812
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS"] = "learningAnalyticsParticipants";
|
|
813
|
+
EFeatures["LEARNING_ANALYTICS_EDUCATORS"] = "learningAnalyticsEducators";
|
|
814
|
+
EFeatures["LEARNING_ANALYTICS_COURSES"] = "learningAnalyticsCourses";
|
|
815
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULES"] = "learningAnalyticsSchedules";
|
|
816
|
+
EFeatures["LEARNING_ANALYTICS_VIEW_TRAINING_SCHEDULES_SECTION"] = "learningAnalyticsTrainingSchedulesSection";
|
|
817
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_OFFERING_MODE"] = "learningAnalyticsCoursesByOfferingMode";
|
|
818
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_TRACK"] = "learningAnalyticsCoursesByTrack";
|
|
819
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_TOPIC"] = "learningAnalyticsCoursesByTopic";
|
|
820
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_ABCD"] = "learningAnalyticsCoursesByAbcd";
|
|
821
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_SKILL"] = "learningAnalyticsCoursesBySkill";
|
|
822
|
+
EFeatures["APPS_PAGE"] = "appsPage";
|
|
823
|
+
EFeatures["APPS_PAGE_VIEW_DIFFERENT_APPS_ICONS"] = "appsPageViewDifferentAppsIcons";
|
|
824
|
+
EFeatures["COURSE_CARD"] = "courseCard";
|
|
825
|
+
EFeatures["COURSE_CARD_LIKE_THE_COURSE_BUTTON"] = "courseCardLikeTheCourseButton";
|
|
826
|
+
EFeatures["COURSE_CARD_SHARE_THE_COURSE_BUTTON"] = "courseCardShareTheCourseButton";
|
|
827
|
+
EFeatures["COURSE_CARD_ADD_COURSE_TO_GOALS_BUTTON"] = "courseCardAddCourseToGoalsButton";
|
|
828
|
+
EFeatures["COURSE_CARD_ADD_COURSE_TO_PLAYLIST_BUTTON"] = "courseCardAddCourseToPlaylistButton";
|
|
829
|
+
EFeatures["COURSE_CARD_VIEW_MORE_OPTIONS_BUTTON"] = "courseCardViewMoreOptionsButton";
|
|
830
|
+
EFeatures["COURSE_CARD_START_COURSE_OPTION"] = "courseCardStartCourseOption";
|
|
831
|
+
EFeatures["COURSE_CARD_VIEW_TOC_OPTION"] = "courseCardViewTocOption";
|
|
832
|
+
EFeatures["COURSE_CARD_COHORTS_OPTION"] = "courseCardCohortsOption";
|
|
833
|
+
EFeatures["COURSE_CARD_ANALYTICS_OPTION"] = "courseCardAnalyticsOption";
|
|
834
|
+
EFeatures["SEARCH_RESULTS_PAGE"] = "searchResultsPage";
|
|
835
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_LEARNING_SECTION"] = "searchResultsPageViewLearningSection";
|
|
836
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_CERTIFICATIONS_SECTION"] = "searchResultsPageViewCertificationsSection";
|
|
837
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_KNOWLEDGE_SECTION"] = "searchResultsPageViewKnowledgeSection";
|
|
838
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_PROJECTS_SECTION"] = "searchResultsPageViewProjectsSection";
|
|
839
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_SOCIAL_SECTION"] = "searchResultsPageViewSocialSection";
|
|
840
|
+
EFeatures["SEARCH_RESULTS_PAGE_CATALOG_FILTER"] = "searchResultsPageCatalogFilter";
|
|
841
|
+
EFeatures["SEARCH_RESULTS_PAGE_DURATION_FILTER"] = "searchResultsPageDurationFilter";
|
|
842
|
+
EFeatures["SEARCH_RESULTS_PAGE_CONTENT_TYPE_FILTER"] = "searchResultsPageContentTypeFilter";
|
|
843
|
+
EFeatures["SEARCH_RESULTS_PAGE_LEVEL_FILTER"] = "searchResultsPageLevelFilter";
|
|
844
|
+
EFeatures["SEARCH_RESULTS_PAGE_SOURCE_FILTER"] = "searchResultsPageSourceFilter";
|
|
845
|
+
EFeatures["SEARCH_RESULTS_PAGE_UNIT_FILTER"] = "searchResultsPageUnitFilter";
|
|
846
|
+
EFeatures["SEARCH_RESULTS_PAGE_TYPE_FILTER"] = "searchResultsPageTypeFilter";
|
|
847
|
+
EFeatures["SEARCH_RESULTS_PAGE_PUBLISHED_DATE_FILTER"] = "searchResultsPagePublishedDateFilter";
|
|
848
|
+
EFeatures["SEARCH_RESULTS_PAGE_CATEGORY_FILTER"] = "searchResultsPageCategoryFilter";
|
|
849
|
+
EFeatures["SEARCH_RESULTS_PAGE_ITEM_TYPE_FILTER"] = "searchResultsPageItemTypeFilter";
|
|
850
|
+
EFeatures["SEARCH_RESULTS_PAGE_TOPICS_FILTER"] = "searchResultsPageTopicsFilter";
|
|
851
|
+
EFeatures["SEARCH_RESULTS_PAGE_AUTHORS_FILTER"] = "searchResultsPageAuthorsFilter";
|
|
852
|
+
EFeatures["SEARCH_RESULTS_PAGE_TAGS_FILTER"] = "searchResultsPageTagsFilter";
|
|
853
|
+
EFeatures["SEARCH_RESULTS_PAGE_GROUPS_FILTER"] = "searchResultsPageGroupsFilter";
|
|
854
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_RESULT_CARDS"] = "searchResultsPageViewResultCards";
|
|
855
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_RELATED_CONCEPTS"] = "searchResultsPageViewRelatedConcepts";
|
|
856
|
+
EFeatures["LAB_42_INTERVIEW"] = "interview";
|
|
857
|
+
EFeatures["LAB_42_DIALOGUE"] = "dialogue";
|
|
858
|
+
EFeatures["LAB_42_STRATEGY_MAP"] = "strategyMap";
|
|
859
|
+
EFeatures["LAB_42_VIRTUAL_CLASSROOM"] = "virtualClassroom";
|
|
860
|
+
EFeatures["LAB_42_PROJECT_STACK"] = "projectStack";
|
|
861
|
+
EFeatures["LAB_42_LIVE_TRANSCRIBE"] = "liveTranscribe";
|
|
862
|
+
EFeatures["LAB_42_EPOCH"] = "epoch";
|
|
863
|
+
EFeatures["LEARNING_ASSISTANT_MAQ"] = "learning-assistant-maq";
|
|
864
|
+
EFeatures["LEARNING_ASSISTANT_ILIPDP"] = "learning-assistant-ilipdp";
|
|
865
|
+
})(EFeatures || (EFeatures = {}));
|
|
950
866
|
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
867
|
+
var EInstance;
|
|
868
|
+
(function (EInstance) {
|
|
869
|
+
EInstance["INSTANCE"] = "RootOrg";
|
|
870
|
+
})(EInstance || (EInstance = {}));
|
|
954
871
|
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
ScrollingStateEnum
|
|
961
|
-
ScrollingStateEnum[ScrollingStateEnum.ScrollingDown] = 'ScrollingDown';
|
|
962
|
-
ScrollingStateEnum[ScrollingStateEnum.NoScrolling] = 'NoScrolling';
|
|
872
|
+
var ScrollingStateEnum;
|
|
873
|
+
(function (ScrollingStateEnum) {
|
|
874
|
+
ScrollingStateEnum[ScrollingStateEnum["ScrollingUp"] = 0] = "ScrollingUp";
|
|
875
|
+
ScrollingStateEnum[ScrollingStateEnum["ScrollingDown"] = 1] = "ScrollingDown";
|
|
876
|
+
ScrollingStateEnum[ScrollingStateEnum["NoScrolling"] = 2] = "NoScrolling";
|
|
877
|
+
})(ScrollingStateEnum || (ScrollingStateEnum = {}));
|
|
963
878
|
class ClassChangeOnScrollDirective {
|
|
964
879
|
constructor() {
|
|
965
880
|
this.wsClassOnScrollDirChange = 5000;
|
|
@@ -980,13 +895,13 @@ class ClassChangeOnScrollDirective {
|
|
|
980
895
|
ngOnInit() {
|
|
981
896
|
this.windowScrollSubscription = fromEvent(window, 'scroll')
|
|
982
897
|
.pipe(debounceTime(50))
|
|
983
|
-
.subscribe((
|
|
898
|
+
.subscribe(() => {
|
|
984
899
|
clearTimeout(this.timeoutTimer);
|
|
985
900
|
const curr = window.scrollY;
|
|
986
901
|
this.hasScrolledDown = curr > 56;
|
|
987
902
|
this.setScrollState(this.lastScreenTop, curr);
|
|
988
903
|
this.lastScreenTop = curr;
|
|
989
|
-
})
|
|
904
|
+
});
|
|
990
905
|
}
|
|
991
906
|
ngAfterViewInit() { }
|
|
992
907
|
ngOnDestroy() {
|
|
@@ -1009,9 +924,9 @@ class ClassChangeOnScrollDirective {
|
|
|
1009
924
|
}
|
|
1010
925
|
}
|
|
1011
926
|
resetScrollingState() {
|
|
1012
|
-
this.timeoutTimer = setTimeout((
|
|
927
|
+
this.timeoutTimer = setTimeout(() => {
|
|
1013
928
|
this.setScrollState();
|
|
1014
|
-
}
|
|
929
|
+
}, this.wsClassOnScrollDirChange || 5000);
|
|
1015
930
|
}
|
|
1016
931
|
}
|
|
1017
932
|
ClassChangeOnScrollDirective.decorators = [
|
|
@@ -1027,14 +942,6 @@ ClassChangeOnScrollDirective.propDecorators = {
|
|
|
1027
942
|
isNotScrolling: [{ type: HostBinding, args: ['class.scrolling-no',] }],
|
|
1028
943
|
hasScrolledDown: [{ type: HostBinding, args: ['class.scrolled-down',] }]
|
|
1029
944
|
};
|
|
1030
|
-
if (false) {
|
|
1031
|
-
ClassChangeOnScrollDirective.prototype.wsClassOnScrollDirChange;
|
|
1032
|
-
ClassChangeOnScrollDirective.prototype.hasScrolledDown;
|
|
1033
|
-
ClassChangeOnScrollDirective.prototype.windowScrollSubscription;
|
|
1034
|
-
ClassChangeOnScrollDirective.prototype.timeoutTimer;
|
|
1035
|
-
ClassChangeOnScrollDirective.prototype.lastScreenTop;
|
|
1036
|
-
ClassChangeOnScrollDirective.prototype.currState;
|
|
1037
|
-
}
|
|
1038
945
|
|
|
1039
946
|
class ClassChangeOnScrollModule {
|
|
1040
947
|
}
|
|
@@ -1078,12 +985,6 @@ DefaultThumbnailDirective.propDecorators = {
|
|
|
1078
985
|
srcUrl: [{ type: HostBinding, args: ['src',] }],
|
|
1079
986
|
updateSrc: [{ type: HostListener, args: ['error',] }]
|
|
1080
987
|
};
|
|
1081
|
-
if (false) {
|
|
1082
|
-
DefaultThumbnailDirective.prototype.wsUtilsDefaultThumbnail;
|
|
1083
|
-
DefaultThumbnailDirective.prototype.src;
|
|
1084
|
-
DefaultThumbnailDirective.prototype.isSrcUpdateAttemptedForDefault;
|
|
1085
|
-
DefaultThumbnailDirective.prototype.srcUrl;
|
|
1086
|
-
}
|
|
1087
988
|
|
|
1088
989
|
class DefaultThumbnailModule {
|
|
1089
990
|
}
|
|
@@ -1097,7 +998,6 @@ DefaultThumbnailModule.decorators = [
|
|
|
1097
998
|
},] }
|
|
1098
999
|
];
|
|
1099
1000
|
|
|
1100
|
-
function IImageResponsiveUnit() { }
|
|
1101
1001
|
const customBreakPoints = {
|
|
1102
1002
|
xs: '(max-width: 450px)',
|
|
1103
1003
|
s: '(min-width: 450.001px) and (max-width: 768px)',
|
|
@@ -1123,7 +1023,7 @@ class ImageResponsiveDirective {
|
|
|
1123
1023
|
customBreakPoints.xxl,
|
|
1124
1024
|
])
|
|
1125
1025
|
.pipe(distinctUntilChanged())
|
|
1126
|
-
.subscribe(
|
|
1026
|
+
.subscribe(data => {
|
|
1127
1027
|
if (data.breakpoints[customBreakPoints.xxl]) {
|
|
1128
1028
|
this.currentSize = 'xxl';
|
|
1129
1029
|
}
|
|
@@ -1146,7 +1046,7 @@ class ImageResponsiveDirective {
|
|
|
1146
1046
|
this.currentSize = 'xl';
|
|
1147
1047
|
}
|
|
1148
1048
|
this.setSrc();
|
|
1149
|
-
})
|
|
1049
|
+
});
|
|
1150
1050
|
}
|
|
1151
1051
|
ngOnChanges() {
|
|
1152
1052
|
if (this.src) {
|
|
@@ -1166,6 +1066,9 @@ class ImageResponsiveDirective {
|
|
|
1166
1066
|
}
|
|
1167
1067
|
}
|
|
1168
1068
|
}
|
|
1069
|
+
ImageResponsiveDirective.ctorParameters = () => [
|
|
1070
|
+
{ type: BreakpointObserver }
|
|
1071
|
+
];
|
|
1169
1072
|
ImageResponsiveDirective.decorators = [
|
|
1170
1073
|
{ type: Directive, args: [{
|
|
1171
1074
|
selector: '[wsUtilsImageResponsive]',
|
|
@@ -1178,13 +1081,6 @@ ImageResponsiveDirective.propDecorators = {
|
|
|
1178
1081
|
src: [{ type: Input }],
|
|
1179
1082
|
srcBindUrl: [{ type: HostBinding, args: ['src',] }]
|
|
1180
1083
|
};
|
|
1181
|
-
if (false) {
|
|
1182
|
-
ImageResponsiveDirective.prototype.src;
|
|
1183
|
-
ImageResponsiveDirective.prototype.srcBindUrl;
|
|
1184
|
-
ImageResponsiveDirective.prototype.currentSize;
|
|
1185
|
-
ImageResponsiveDirective.prototype.breakpointSubscription;
|
|
1186
|
-
ImageResponsiveDirective.prototype.breakpointObserver;
|
|
1187
|
-
}
|
|
1188
1084
|
|
|
1189
1085
|
class ImageResponsiveModule {
|
|
1190
1086
|
}
|
|
@@ -1206,13 +1102,13 @@ class InViewPortDirective {
|
|
|
1206
1102
|
ngOnInit() {
|
|
1207
1103
|
this.check();
|
|
1208
1104
|
this.scroll =
|
|
1209
|
-
fromEvent(window, 'scroll').pipe(debounceTime(100)).subscribe((
|
|
1105
|
+
fromEvent(window, 'scroll').pipe(debounceTime(100)).subscribe(() => {
|
|
1210
1106
|
this.check();
|
|
1211
|
-
})
|
|
1107
|
+
});
|
|
1212
1108
|
this.resize =
|
|
1213
|
-
fromEvent(window, 'resize').pipe(debounceTime(100)).subscribe((
|
|
1109
|
+
fromEvent(window, 'resize').pipe(debounceTime(100)).subscribe(() => {
|
|
1214
1110
|
this.check();
|
|
1215
|
-
})
|
|
1111
|
+
});
|
|
1216
1112
|
}
|
|
1217
1113
|
ngOnDestroy() {
|
|
1218
1114
|
this.scroll.unsubscribe();
|
|
@@ -1245,6 +1141,9 @@ class InViewPortDirective {
|
|
|
1245
1141
|
this.inViewport.emit(event);
|
|
1246
1142
|
}
|
|
1247
1143
|
}
|
|
1144
|
+
InViewPortDirective.ctorParameters = () => [
|
|
1145
|
+
{ type: ElementRef }
|
|
1146
|
+
];
|
|
1248
1147
|
InViewPortDirective.decorators = [
|
|
1249
1148
|
{ type: Directive, args: [{
|
|
1250
1149
|
selector: '[wsUtilsInViewPort]',
|
|
@@ -1256,12 +1155,6 @@ InViewPortDirective.ctorParameters = () => [
|
|
|
1256
1155
|
InViewPortDirective.propDecorators = {
|
|
1257
1156
|
inViewport: [{ type: Output }]
|
|
1258
1157
|
};
|
|
1259
|
-
if (false) {
|
|
1260
|
-
InViewPortDirective.prototype.scroll;
|
|
1261
|
-
InViewPortDirective.prototype.resize;
|
|
1262
|
-
InViewPortDirective.prototype.inViewport;
|
|
1263
|
-
InViewPortDirective.prototype._el;
|
|
1264
|
-
}
|
|
1265
1158
|
|
|
1266
1159
|
class InViewPortModule {
|
|
1267
1160
|
}
|
|
@@ -1307,11 +1200,6 @@ NavigationDirective.propDecorators = {
|
|
|
1307
1200
|
routeUrl: [{ type: Input }, { type: HostBinding, args: ['attr.routerLink',] }],
|
|
1308
1201
|
onMouseEnter: [{ type: HostListener, args: ['mousedown', ['$event'],] }]
|
|
1309
1202
|
};
|
|
1310
|
-
if (false) {
|
|
1311
|
-
NavigationDirective.prototype.wsUtilsNavigation;
|
|
1312
|
-
NavigationDirective.prototype.openInNewTab;
|
|
1313
|
-
NavigationDirective.prototype.routeUrl;
|
|
1314
|
-
}
|
|
1315
1203
|
|
|
1316
1204
|
class NavigationModule {
|
|
1317
1205
|
}
|
|
@@ -1349,10 +1237,10 @@ PermissionModule.decorators = [
|
|
|
1349
1237
|
|
|
1350
1238
|
function getStringifiedQueryParams(obj) {
|
|
1351
1239
|
return Object.entries(obj)
|
|
1352
|
-
.filter(
|
|
1353
|
-
.map(
|
|
1240
|
+
.filter(u => u[1])
|
|
1241
|
+
.map(u => {
|
|
1354
1242
|
return `${u[0]}=${u[1]}`;
|
|
1355
|
-
})
|
|
1243
|
+
})
|
|
1356
1244
|
.join('&');
|
|
1357
1245
|
}
|
|
1358
1246
|
|
|
@@ -1371,19 +1259,19 @@ class HorizontalScrollerComponent {
|
|
|
1371
1259
|
const horizontalScrollElem = this.horizontalScrollElem;
|
|
1372
1260
|
this.scrollObserver = fromEvent(horizontalScrollElem.nativeElement, 'scroll')
|
|
1373
1261
|
.pipe(debounceTime(100), throttleTime(100))
|
|
1374
|
-
.subscribe(
|
|
1375
|
-
this.updateNavigationBtnStatus(
|
|
1376
|
-
.nativeElement)
|
|
1377
|
-
})
|
|
1262
|
+
.subscribe(_ => {
|
|
1263
|
+
this.updateNavigationBtnStatus(horizontalScrollElem
|
|
1264
|
+
.nativeElement);
|
|
1265
|
+
});
|
|
1378
1266
|
}
|
|
1379
1267
|
}
|
|
1380
1268
|
ngOnChanges() {
|
|
1381
|
-
timer(100).subscribe((
|
|
1269
|
+
timer(100).subscribe(() => {
|
|
1382
1270
|
if (this.horizontalScrollElem) {
|
|
1383
|
-
this.updateNavigationBtnStatus(
|
|
1384
|
-
.nativeElement)
|
|
1271
|
+
this.updateNavigationBtnStatus(this.horizontalScrollElem
|
|
1272
|
+
.nativeElement);
|
|
1385
1273
|
}
|
|
1386
|
-
})
|
|
1274
|
+
});
|
|
1387
1275
|
}
|
|
1388
1276
|
ngOnDestroy() {
|
|
1389
1277
|
if (this.scrollObserver) {
|
|
@@ -1433,7 +1321,7 @@ HorizontalScrollerComponent.decorators = [
|
|
|
1433
1321
|
selector: 'ws-utils-horizontal-scroller',
|
|
1434
1322
|
template: "<section class=\"horizontal-scroll-container h-full\">\r\n <button i18n-aria-label aria-label=\"back\" name=\"content-backward-button\" mat-mini-fab color=\"primary\" (click)=\"showPrev()\"\r\n class=\"prevBtn hidden-touch border-radius-xs\" [hidden]=\"!enablePrev\" [ngClass]=\"{'prevBtnHover': onHover}\">\r\n <mat-icon>navigate_before</mat-icon>\r\n </button>\r\n <div name=\"horizontal-scroll-content-strip\" class=\"horizontal-scroll-content\" #horizontalScrollElem>\r\n <ng-content></ng-content>\r\n </div>\r\n <button i18n-aria-label aria-label=\"next\" name=\"content-forward-button\" mat-mini-fab (click)=\"showNext()\" color=\"primary\"\r\n class=\"nextBtn hidden-touch border-radius-xs\" [ngClass]=\"{'nextBtnHover': onHover}\"\r\n [hidden]=\"!enableNext || loadStatus === 'fetching'\">\r\n <mat-icon>navigate_next</mat-icon>\r\n </button>\r\n <div class=\"nextLoading\" *ngIf=\"loadStatus === 'fetching'\">\r\n <mat-spinner></mat-spinner>\r\n </div>\r\n</section>",
|
|
1435
1323
|
styles: [".horizontal-scroll-container{position:relative;width:100%;min-height:100px}.nextBtn,.nextLoading,.prevBtn{position:absolute;top:50%;transform:translateY(-50%);z-index:999}.border-radius-xs{border-radius:8px!important}.prevBtn{left:-16px}.nextBtn{right:-16px}.nextLoading{padding:0;right:-16px}.horizontal-scroll-content{overflow-y:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;height:100%;flex-wrap:nowrap;display:flex;align-items:stretch;-ms-overflow-style:none;scrollbar-width:none}.horizontal-scroll-content::-webkit-scrollbar{width:0;height:0}"]
|
|
1436
|
-
}] }
|
|
1324
|
+
},] }
|
|
1437
1325
|
];
|
|
1438
1326
|
HorizontalScrollerComponent.ctorParameters = () => [];
|
|
1439
1327
|
HorizontalScrollerComponent.propDecorators = {
|
|
@@ -1442,15 +1330,6 @@ HorizontalScrollerComponent.propDecorators = {
|
|
|
1442
1330
|
loadNext: [{ type: Output }],
|
|
1443
1331
|
horizontalScrollElem: [{ type: ViewChild, args: ['horizontalScrollElem', { static: true },] }]
|
|
1444
1332
|
};
|
|
1445
|
-
if (false) {
|
|
1446
|
-
HorizontalScrollerComponent.prototype.loadStatus;
|
|
1447
|
-
HorizontalScrollerComponent.prototype.onHover;
|
|
1448
|
-
HorizontalScrollerComponent.prototype.loadNext;
|
|
1449
|
-
HorizontalScrollerComponent.prototype.horizontalScrollElem;
|
|
1450
|
-
HorizontalScrollerComponent.prototype.enablePrev;
|
|
1451
|
-
HorizontalScrollerComponent.prototype.enableNext;
|
|
1452
|
-
HorizontalScrollerComponent.prototype.scrollObserver;
|
|
1453
|
-
}
|
|
1454
1333
|
|
|
1455
1334
|
class HorizontalScrollerModule {
|
|
1456
1335
|
}
|
|
@@ -1469,20 +1348,6 @@ HorizontalScrollerModule.decorators = [
|
|
|
1469
1348
|
|
|
1470
1349
|
var WsEvents;
|
|
1471
1350
|
(function (WsEvents) {
|
|
1472
|
-
function IWsEventsFromWidget() { }
|
|
1473
|
-
WsEvents.IWsEventsFromWidget = IWsEventsFromWidget;
|
|
1474
|
-
if (false) {
|
|
1475
|
-
IWsEventsFromWidget.prototype.type;
|
|
1476
|
-
IWsEventsFromWidget.prototype.widgetType;
|
|
1477
|
-
IWsEventsFromWidget.prototype.widgetSubType;
|
|
1478
|
-
}
|
|
1479
|
-
function IWsEventsFromPage() { }
|
|
1480
|
-
WsEvents.IWsEventsFromPage = IWsEventsFromPage;
|
|
1481
|
-
if (false) {
|
|
1482
|
-
IWsEventsFromPage.prototype.type;
|
|
1483
|
-
IWsEventsFromPage.prototype.pageUrl;
|
|
1484
|
-
IWsEventsFromPage.prototype.pageType;
|
|
1485
|
-
}
|
|
1486
1351
|
let WsEventType;
|
|
1487
1352
|
(function (WsEventType) {
|
|
1488
1353
|
WsEventType["Action"] = "Action";
|
|
@@ -1521,17 +1386,6 @@ var WsEvents;
|
|
|
1521
1386
|
(function (externalTelemetrypdata) {
|
|
1522
1387
|
externalTelemetrypdata["RBCP"] = "rbcp-web-ui";
|
|
1523
1388
|
})(externalTelemetrypdata = WsEvents.externalTelemetrypdata || (WsEvents.externalTelemetrypdata = {}));
|
|
1524
|
-
function IWsEvents() { }
|
|
1525
|
-
WsEvents.IWsEvents = IWsEvents;
|
|
1526
|
-
if (false) {
|
|
1527
|
-
IWsEvents.prototype.eventType;
|
|
1528
|
-
IWsEvents.prototype.eventLogLevel;
|
|
1529
|
-
IWsEvents.prototype.from;
|
|
1530
|
-
IWsEvents.prototype.to;
|
|
1531
|
-
IWsEvents.prototype.data;
|
|
1532
|
-
IWsEvents.prototype.passThroughData;
|
|
1533
|
-
IWsEvents.prototype.pageContext;
|
|
1534
|
-
}
|
|
1535
1389
|
let EnumTelemetrySubType;
|
|
1536
1390
|
(function (EnumTelemetrySubType) {
|
|
1537
1391
|
EnumTelemetrySubType["Init"] = "Init";
|
|
@@ -1547,33 +1401,6 @@ var WsEvents;
|
|
|
1547
1401
|
EnumTelemetrySubType["GetStarted"] = "Get Started";
|
|
1548
1402
|
EnumTelemetrySubType["PlatformRating"] = "PlatformRating";
|
|
1549
1403
|
})(EnumTelemetrySubType = WsEvents.EnumTelemetrySubType || (WsEvents.EnumTelemetrySubType = {}));
|
|
1550
|
-
function ITelemetryPageContext() { }
|
|
1551
|
-
WsEvents.ITelemetryPageContext = ITelemetryPageContext;
|
|
1552
|
-
if (false) {
|
|
1553
|
-
ITelemetryPageContext.prototype.pageId;
|
|
1554
|
-
ITelemetryPageContext.prototype.module;
|
|
1555
|
-
ITelemetryPageContext.prototype.pageIdExt;
|
|
1556
|
-
}
|
|
1557
|
-
function ITelemetryEdata() { }
|
|
1558
|
-
WsEvents.ITelemetryEdata = ITelemetryEdata;
|
|
1559
|
-
if (false) {
|
|
1560
|
-
ITelemetryEdata.prototype.type;
|
|
1561
|
-
ITelemetryEdata.prototype.subType;
|
|
1562
|
-
ITelemetryEdata.prototype.id;
|
|
1563
|
-
ITelemetryEdata.prototype.pageid;
|
|
1564
|
-
}
|
|
1565
|
-
function ITelemetryTabData() { }
|
|
1566
|
-
WsEvents.ITelemetryTabData = ITelemetryTabData;
|
|
1567
|
-
if (false) {
|
|
1568
|
-
ITelemetryTabData.prototype.label;
|
|
1569
|
-
ITelemetryTabData.prototype.index;
|
|
1570
|
-
}
|
|
1571
|
-
function IWsEventTelemetry() { }
|
|
1572
|
-
WsEvents.IWsEventTelemetry = IWsEventTelemetry;
|
|
1573
|
-
if (false) {
|
|
1574
|
-
IWsEventTelemetry.prototype.eventSubType;
|
|
1575
|
-
IWsEventTelemetry.prototype.pageContext;
|
|
1576
|
-
}
|
|
1577
1404
|
let EnumTelemetryPdfActivity;
|
|
1578
1405
|
(function (EnumTelemetryPdfActivity) {
|
|
1579
1406
|
EnumTelemetryPdfActivity["PAGE_CHANGED"] = "PAGE_CHANGED";
|
|
@@ -1582,57 +1409,6 @@ var WsEvents;
|
|
|
1582
1409
|
EnumTelemetryPdfActivity["ZOOM_CHANGE"] = "ZOOM_CHANGE";
|
|
1583
1410
|
EnumTelemetryPdfActivity["NONE"] = "NONE";
|
|
1584
1411
|
})(EnumTelemetryPdfActivity = WsEvents.EnumTelemetryPdfActivity || (WsEvents.EnumTelemetryPdfActivity = {}));
|
|
1585
|
-
function IWsEventTelemetryPdfData() { }
|
|
1586
|
-
WsEvents.IWsEventTelemetryPdfData = IWsEventTelemetryPdfData;
|
|
1587
|
-
if (false) {
|
|
1588
|
-
IWsEventTelemetryPdfData.prototype.activityType;
|
|
1589
|
-
IWsEventTelemetryPdfData.prototype.currentPage;
|
|
1590
|
-
IWsEventTelemetryPdfData.prototype.totalPage;
|
|
1591
|
-
IWsEventTelemetryPdfData.prototype.activityStartedAt;
|
|
1592
|
-
IWsEventTelemetryPdfData.prototype.object;
|
|
1593
|
-
}
|
|
1594
|
-
function IWsEventTelemetrySurveyData() { }
|
|
1595
|
-
WsEvents.IWsEventTelemetrySurveyData = IWsEventTelemetrySurveyData;
|
|
1596
|
-
if (false) {
|
|
1597
|
-
IWsEventTelemetrySurveyData.prototype.object;
|
|
1598
|
-
}
|
|
1599
|
-
function IWsEventTelemetryInteract() { }
|
|
1600
|
-
WsEvents.IWsEventTelemetryInteract = IWsEventTelemetryInteract;
|
|
1601
|
-
if (false) {
|
|
1602
|
-
IWsEventTelemetryInteract.prototype.edata;
|
|
1603
|
-
IWsEventTelemetryInteract.prototype.object;
|
|
1604
|
-
IWsEventTelemetryInteract.prototype.pageContext;
|
|
1605
|
-
}
|
|
1606
|
-
function IWsEventTelemetryFeedback() { }
|
|
1607
|
-
WsEvents.IWsEventTelemetryFeedback = IWsEventTelemetryFeedback;
|
|
1608
|
-
if (false) {
|
|
1609
|
-
IWsEventTelemetryFeedback.prototype.edata;
|
|
1610
|
-
IWsEventTelemetryFeedback.prototype.object;
|
|
1611
|
-
IWsEventTelemetryFeedback.prototype.pageContext;
|
|
1612
|
-
}
|
|
1613
|
-
function IWsEventTelemetryImpression() { }
|
|
1614
|
-
WsEvents.IWsEventTelemetryImpression = IWsEventTelemetryImpression;
|
|
1615
|
-
if (false) {
|
|
1616
|
-
IWsEventTelemetryImpression.prototype.edata;
|
|
1617
|
-
IWsEventTelemetryImpression.prototype.object;
|
|
1618
|
-
IWsEventTelemetryImpression.prototype.pageContext;
|
|
1619
|
-
}
|
|
1620
|
-
function IWsEventTelemetrySearch() { }
|
|
1621
|
-
WsEvents.IWsEventTelemetrySearch = IWsEventTelemetrySearch;
|
|
1622
|
-
if (false) {
|
|
1623
|
-
IWsEventTelemetrySearch.prototype.type;
|
|
1624
|
-
IWsEventTelemetrySearch.prototype.subType;
|
|
1625
|
-
IWsEventTelemetrySearch.prototype.query;
|
|
1626
|
-
IWsEventTelemetrySearch.prototype.filters;
|
|
1627
|
-
IWsEventTelemetrySearch.prototype.size;
|
|
1628
|
-
IWsEventTelemetrySearch.prototype.locale;
|
|
1629
|
-
}
|
|
1630
|
-
function IWsEventTelemetryHeartBeat() { }
|
|
1631
|
-
WsEvents.IWsEventTelemetryHeartBeat = IWsEventTelemetryHeartBeat;
|
|
1632
|
-
if (false) {
|
|
1633
|
-
IWsEventTelemetryHeartBeat.prototype.type;
|
|
1634
|
-
IWsEventTelemetryHeartBeat.prototype.id;
|
|
1635
|
-
}
|
|
1636
1412
|
let EnumTelemetryMediaActivity;
|
|
1637
1413
|
(function (EnumTelemetryMediaActivity) {
|
|
1638
1414
|
EnumTelemetryMediaActivity["PLAYED"] = "PLAYED";
|
|
@@ -1657,16 +1433,6 @@ var WsEvents;
|
|
|
1657
1433
|
EnumTelemetryMediaState["BUFFERING"] = "BUFFERING";
|
|
1658
1434
|
EnumTelemetryMediaState["NOT_STARTED"] = "NOT_STARTED";
|
|
1659
1435
|
})(EnumTelemetryMediaState = WsEvents.EnumTelemetryMediaState || (WsEvents.EnumTelemetryMediaState = {}));
|
|
1660
|
-
function IWsEventTelemetryMediaData() { }
|
|
1661
|
-
WsEvents.IWsEventTelemetryMediaData = IWsEventTelemetryMediaData;
|
|
1662
|
-
if (false) {
|
|
1663
|
-
IWsEventTelemetryMediaData.prototype.currentState;
|
|
1664
|
-
IWsEventTelemetryMediaData.prototype.activityType;
|
|
1665
|
-
IWsEventTelemetryMediaData.prototype.currentTime;
|
|
1666
|
-
IWsEventTelemetryMediaData.prototype.totalTime;
|
|
1667
|
-
IWsEventTelemetryMediaData.prototype.maxedSeekedTime;
|
|
1668
|
-
IWsEventTelemetryMediaData.prototype.activityStartedAt;
|
|
1669
|
-
}
|
|
1670
1436
|
let EnumTelemetrymodules;
|
|
1671
1437
|
(function (EnumTelemetrymodules) {
|
|
1672
1438
|
EnumTelemetrymodules["CONTENT"] = "content";
|
|
@@ -1725,17 +1491,7 @@ var WsEvents;
|
|
|
1725
1491
|
})(EnumInteractSubTypes = WsEvents.EnumInteractSubTypes || (WsEvents.EnumInteractSubTypes = {}));
|
|
1726
1492
|
})(WsEvents || (WsEvents = {}));
|
|
1727
1493
|
|
|
1728
|
-
function IWindowMobileAppModified() { }
|
|
1729
|
-
if (false) {
|
|
1730
|
-
IWindowMobileAppModified.prototype.appRef;
|
|
1731
|
-
IWindowMobileAppModified.prototype.webkit;
|
|
1732
|
-
}
|
|
1733
1494
|
const RANDOM_ID_PER_USER = 0;
|
|
1734
|
-
function IRecursiveData() { }
|
|
1735
|
-
if (false) {
|
|
1736
|
-
IRecursiveData.prototype.identifier;
|
|
1737
|
-
IRecursiveData.prototype.children;
|
|
1738
|
-
}
|
|
1739
1495
|
class UtilityService {
|
|
1740
1496
|
constructor(http, platform, router, route) {
|
|
1741
1497
|
this.http = http;
|
|
@@ -1743,13 +1499,13 @@ class UtilityService {
|
|
|
1743
1499
|
this.router = router;
|
|
1744
1500
|
this.route = route;
|
|
1745
1501
|
this.currentRouteData = [];
|
|
1746
|
-
this.router.events.subscribe((
|
|
1502
|
+
this.router.events.subscribe((event) => {
|
|
1747
1503
|
if (event instanceof NavigationEnd) {
|
|
1748
1504
|
const snapshot = this.route.snapshot;
|
|
1749
1505
|
const firstChild = snapshot.root.firstChild;
|
|
1750
1506
|
this.getChildRouteData(snapshot, firstChild);
|
|
1751
1507
|
}
|
|
1752
|
-
})
|
|
1508
|
+
});
|
|
1753
1509
|
}
|
|
1754
1510
|
getChildRouteData(snapshot, firstChild) {
|
|
1755
1511
|
if (firstChild) {
|
|
@@ -1773,9 +1529,9 @@ class UtilityService {
|
|
|
1773
1529
|
}
|
|
1774
1530
|
else {
|
|
1775
1531
|
if (node.children) {
|
|
1776
|
-
node.children.forEach(
|
|
1532
|
+
node.children.forEach(child => {
|
|
1777
1533
|
this.getLeafNodes(child, nodes);
|
|
1778
|
-
})
|
|
1534
|
+
});
|
|
1779
1535
|
}
|
|
1780
1536
|
}
|
|
1781
1537
|
return nodes;
|
|
@@ -1794,7 +1550,7 @@ class UtilityService {
|
|
|
1794
1550
|
return true;
|
|
1795
1551
|
}
|
|
1796
1552
|
const children = node.children || [];
|
|
1797
|
-
if (children.some(
|
|
1553
|
+
if (children.some(u => this.hasPath(u, pathArr, id))) {
|
|
1798
1554
|
return true;
|
|
1799
1555
|
}
|
|
1800
1556
|
pathArr.pop();
|
|
@@ -1831,17 +1587,24 @@ class UtilityService {
|
|
|
1831
1587
|
module: '',
|
|
1832
1588
|
pageId: '',
|
|
1833
1589
|
};
|
|
1834
|
-
this.currentRouteData.map((
|
|
1590
|
+
this.currentRouteData.map((rd) => {
|
|
1835
1591
|
if (rd.pageId) {
|
|
1836
1592
|
data.pageId = `${data.pageId}/${rd.pageId}`;
|
|
1837
1593
|
}
|
|
1838
1594
|
if (rd.module) {
|
|
1839
1595
|
data.module = rd.module;
|
|
1840
1596
|
}
|
|
1841
|
-
})
|
|
1597
|
+
});
|
|
1842
1598
|
return data;
|
|
1843
1599
|
}
|
|
1844
1600
|
}
|
|
1601
|
+
UtilityService.ctorParameters = () => [
|
|
1602
|
+
{ type: HttpClient },
|
|
1603
|
+
{ type: Platform },
|
|
1604
|
+
{ type: Router },
|
|
1605
|
+
{ type: ActivatedRoute }
|
|
1606
|
+
];
|
|
1607
|
+
UtilityService.ɵprov = ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(ɵɵinject(HttpClient), ɵɵinject(Platform), ɵɵinject(Router), ɵɵinject(ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
|
|
1845
1608
|
UtilityService.decorators = [
|
|
1846
1609
|
{ type: Injectable, args: [{
|
|
1847
1610
|
providedIn: 'root',
|
|
@@ -1853,14 +1616,6 @@ UtilityService.ctorParameters = () => [
|
|
|
1853
1616
|
{ type: Router },
|
|
1854
1617
|
{ type: ActivatedRoute }
|
|
1855
1618
|
];
|
|
1856
|
-
/** @nocollapse */ UtilityService.ngInjectableDef = ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(ɵɵinject(HttpClient), ɵɵinject(Platform), ɵɵinject(Router), ɵɵinject(ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
|
|
1857
|
-
if (false) {
|
|
1858
|
-
UtilityService.prototype.currentRouteData;
|
|
1859
|
-
UtilityService.prototype.http;
|
|
1860
|
-
UtilityService.prototype.platform;
|
|
1861
|
-
UtilityService.prototype.router;
|
|
1862
|
-
UtilityService.prototype.route;
|
|
1863
|
-
}
|
|
1864
1619
|
|
|
1865
1620
|
class EventService {
|
|
1866
1621
|
constructor(environment, utilitySvc) {
|
|
@@ -2000,7 +1755,7 @@ class EventService {
|
|
|
2000
1755
|
if (eventObj !== undefined) {
|
|
2001
1756
|
this.todaysEvents = [];
|
|
2002
1757
|
const data = eventObj;
|
|
2003
|
-
Object.keys(data).forEach((
|
|
1758
|
+
Object.keys(data).forEach((index) => {
|
|
2004
1759
|
const obj = data[index];
|
|
2005
1760
|
const floor = Math.floor;
|
|
2006
1761
|
const hours = floor(obj.duration / 60);
|
|
@@ -2037,10 +1792,15 @@ class EventService {
|
|
|
2037
1792
|
if (isToday) {
|
|
2038
1793
|
this.todaysEvents.push(eventDataObj);
|
|
2039
1794
|
}
|
|
2040
|
-
})
|
|
1795
|
+
});
|
|
2041
1796
|
}
|
|
2042
1797
|
}
|
|
2043
1798
|
}
|
|
1799
|
+
EventService.ctorParameters = () => [
|
|
1800
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] },
|
|
1801
|
+
{ type: UtilityService }
|
|
1802
|
+
];
|
|
1803
|
+
EventService.ɵprov = ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(ɵɵinject("environment"), ɵɵinject(UtilityService)); }, token: EventService, providedIn: "root" });
|
|
2044
1804
|
EventService.decorators = [
|
|
2045
1805
|
{ type: Injectable, args: [{
|
|
2046
1806
|
providedIn: 'root',
|
|
@@ -2050,20 +1810,6 @@ EventService.ctorParameters = () => [
|
|
|
2050
1810
|
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] },
|
|
2051
1811
|
{ type: UtilityService }
|
|
2052
1812
|
];
|
|
2053
|
-
/** @nocollapse */ EventService.ngInjectableDef = ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(ɵɵinject("environment"), ɵɵinject(UtilityService)); }, token: EventService, providedIn: "root" });
|
|
2054
|
-
if (false) {
|
|
2055
|
-
EventService.prototype.todaysEvents;
|
|
2056
|
-
EventService.prototype.eventsSubject;
|
|
2057
|
-
EventService.prototype.events$;
|
|
2058
|
-
EventService.prototype.eventsChatbotSubject;
|
|
2059
|
-
EventService.prototype.chatbotEvents$;
|
|
2060
|
-
EventService.prototype.eventsGetStartSubject;
|
|
2061
|
-
EventService.prototype.getStartEvents$;
|
|
2062
|
-
EventService.prototype.eventsPRSubject;
|
|
2063
|
-
EventService.prototype.getPREvents$;
|
|
2064
|
-
EventService.prototype.environment;
|
|
2065
|
-
EventService.prototype.utilitySvc;
|
|
2066
|
-
}
|
|
2067
1813
|
|
|
2068
1814
|
class HorizontalScrollerV2Component {
|
|
2069
1815
|
constructor(eventService) {
|
|
@@ -2090,20 +1836,20 @@ class HorizontalScrollerV2Component {
|
|
|
2090
1836
|
const horizontalScrollElem = this.horizontalScrollElem;
|
|
2091
1837
|
this.scrollObserver = fromEvent(horizontalScrollElem.nativeElement, 'scroll')
|
|
2092
1838
|
.pipe(debounceTime(100), throttleTime(100))
|
|
2093
|
-
.subscribe(
|
|
2094
|
-
this.updateNavigationBtnStatus(
|
|
2095
|
-
.nativeElement)
|
|
2096
|
-
})
|
|
1839
|
+
.subscribe(_ => {
|
|
1840
|
+
this.updateNavigationBtnStatus(horizontalScrollElem
|
|
1841
|
+
.nativeElement);
|
|
1842
|
+
});
|
|
2097
1843
|
this.getBottomDotsArray();
|
|
2098
1844
|
}
|
|
2099
1845
|
}
|
|
2100
1846
|
ngOnChanges() {
|
|
2101
|
-
timer(100).subscribe((
|
|
1847
|
+
timer(100).subscribe(() => {
|
|
2102
1848
|
if (this.horizontalScrollElem) {
|
|
2103
|
-
this.updateNavigationBtnStatus(
|
|
2104
|
-
.nativeElement)
|
|
1849
|
+
this.updateNavigationBtnStatus(this.horizontalScrollElem
|
|
1850
|
+
.nativeElement);
|
|
2105
1851
|
}
|
|
2106
|
-
})
|
|
1852
|
+
});
|
|
2107
1853
|
this.getBottomDotsArray();
|
|
2108
1854
|
}
|
|
2109
1855
|
ngOnDestroy() {
|
|
@@ -2202,22 +1948,25 @@ class HorizontalScrollerV2Component {
|
|
|
2202
1948
|
}
|
|
2203
1949
|
}
|
|
2204
1950
|
else {
|
|
2205
|
-
setTimeout((
|
|
1951
|
+
setTimeout(() => {
|
|
2206
1952
|
arrLength = document.getElementsByClassName(this.cardSubType).length;
|
|
2207
1953
|
for (let i = 0; i < arrLength; i += 1) {
|
|
2208
1954
|
this.bottomDotsArray.push(i);
|
|
2209
1955
|
}
|
|
2210
|
-
}
|
|
1956
|
+
}, 1000);
|
|
2211
1957
|
}
|
|
2212
1958
|
}
|
|
2213
1959
|
}
|
|
2214
1960
|
}
|
|
1961
|
+
HorizontalScrollerV2Component.ctorParameters = () => [
|
|
1962
|
+
{ type: EventService }
|
|
1963
|
+
];
|
|
2215
1964
|
HorizontalScrollerV2Component.decorators = [
|
|
2216
1965
|
{ type: Component, args: [{
|
|
2217
1966
|
selector: 'ws-utils-horizontal-scroller-v2',
|
|
2218
1967
|
template: "<section class=\"horizontal-scroll-container h-full\" [ngClass]=\"{'px-4': sliderConfig.showNavs, 'mt-5':sliderConfig.cerificateCardMargin}\">\n <ng-container *ngIf=\"sliderConfig?.showNavs\">\n <button i18n-aria-label aria-label=\"back\" name=\"content-backward-button\" mat-mini-fab color=\"\" \n (click)=\"showPrev()\" class=\"prevBtn mat-elevation-z\" [hidden]=\"!enablePrev\"\n [ngClass]=\"{'prevBtnHover': onHover}\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </ng-container>\n <div name=\"horizontal-scroll-content-strip\" class=\"horizontal-scroll-content\" #horizontalScrollElem>\n <ng-content></ng-content>\n </div>\n <ng-container *ngIf=\"sliderConfig?.showNavs\">\n <button i18n-aria-label aria-label=\"next\" name=\"content-forward-button\" mat-mini-fab (click)=\"showNext()\"\n color=\"\" class=\"nextBtn mat-elevation-z\" [ngClass]=\"{'nextBtnHover': onHover}\"\n [hidden]=\"!enableNext || loadStatus === 'fetching'\">\n <mat-icon>navigate_next</mat-icon>\n </button>\n </ng-container>\n <!-- <div class=\"nextLoading\" *ngIf=\"loadStatus === 'fetching'\">\n <mat-spinner></mat-spinner>\n </div> --> \n</section>\n\n<div class=\"dots-container\" *ngIf=\"sliderConfig?.showDots\">\n <!-- <span class=\"dot\" [ngClass]=\"{ active: j === currentIndex }\" -->\n <span class=\"dot\" [ngClass]=\"{ active: j === activeNav }\" *ngFor=\"let slide of bottomDotsArray; let j = index\" (click)=\"slideTo(j)\"></span>\n</div>",
|
|
2219
1968
|
styles: [".horizontal-scroll-container{position:relative;width:100%;width:inherit}@media only screen and (max-width:599px){.horizontal-scroll-container{padding:0}}.nextBtn,.nextLoading,.prevBtn{position:absolute;top:50%;transform:translateY(-50%);z-index:999;height:32px!important;width:32px!important;display:flex;align-items:center;justify-content:center}.nextBtn,.prevBtn{border-radius:50%;background-color:#1b2133!important;color:#fff!important}.border-radius-xs{border-radius:8px!important}.prevBtn{left:0}.nextBtn{right:0}.nextLoading{padding:0;right:0}.horizontal-scroll-content{overflow-y:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;height:100%;flex-wrap:nowrap;display:flex;align-items:stretch;-ms-overflow-style:none;scrollbar-width:none}.horizontal-scroll-content::-webkit-scrollbar{width:0;height:0}.dots-container{padding:8px;display:flex;align-items:center;justify-content:center}.dots-container .dot{cursor:pointer;height:6px;width:6px;margin:0 4px;background-color:rgba(0,0,0,.4);border-radius:50%;display:inline-block;transition:background-color .5s!important}.dots-container .dot.active{border-radius:4px;background-color:#f3962f;width:16px}@media screen and (max-width:768px){.nextBtn{right:-16px}.prevBtn{left:-16px}}"]
|
|
2220
|
-
}] }
|
|
1969
|
+
},] }
|
|
2221
1970
|
];
|
|
2222
1971
|
HorizontalScrollerV2Component.ctorParameters = () => [
|
|
2223
1972
|
{ type: EventService }
|
|
@@ -2234,25 +1983,6 @@ HorizontalScrollerV2Component.propDecorators = {
|
|
|
2234
1983
|
subtype: [{ type: Input }],
|
|
2235
1984
|
horizontalScrollElem: [{ type: ViewChild, args: ['horizontalScrollElem', { static: true },] }]
|
|
2236
1985
|
};
|
|
2237
|
-
if (false) {
|
|
2238
|
-
HorizontalScrollerV2Component.prototype.loadStatus;
|
|
2239
|
-
HorizontalScrollerV2Component.prototype.onHover;
|
|
2240
|
-
HorizontalScrollerV2Component.prototype.sliderConfig;
|
|
2241
|
-
HorizontalScrollerV2Component.prototype.loadNext;
|
|
2242
|
-
HorizontalScrollerV2Component.prototype.widgetsLength;
|
|
2243
|
-
HorizontalScrollerV2Component.prototype.defaultMaxWidgets;
|
|
2244
|
-
HorizontalScrollerV2Component.prototype.stripConfig;
|
|
2245
|
-
HorizontalScrollerV2Component.prototype.stripsResultDataMap;
|
|
2246
|
-
HorizontalScrollerV2Component.prototype.subtype;
|
|
2247
|
-
HorizontalScrollerV2Component.prototype.horizontalScrollElem;
|
|
2248
|
-
HorizontalScrollerV2Component.prototype.enablePrev;
|
|
2249
|
-
HorizontalScrollerV2Component.prototype.enableNext;
|
|
2250
|
-
HorizontalScrollerV2Component.prototype.activeNav;
|
|
2251
|
-
HorizontalScrollerV2Component.prototype.cardSubType;
|
|
2252
|
-
HorizontalScrollerV2Component.prototype.bottomDotsArray;
|
|
2253
|
-
HorizontalScrollerV2Component.prototype.scrollObserver;
|
|
2254
|
-
HorizontalScrollerV2Component.prototype.eventService;
|
|
2255
|
-
}
|
|
2256
1986
|
|
|
2257
1987
|
class HorizontalScrollerV2Module {
|
|
2258
1988
|
}
|
|
@@ -2276,7 +2006,7 @@ class LoggerService {
|
|
|
2276
2006
|
this.consoleInfo = console.info;
|
|
2277
2007
|
this.consoleLog = console.log;
|
|
2278
2008
|
this.consoleWarn = console.warn;
|
|
2279
|
-
this.noConsole = (
|
|
2009
|
+
this.noConsole = () => { };
|
|
2280
2010
|
}
|
|
2281
2011
|
get error() {
|
|
2282
2012
|
return this.consoleError;
|
|
@@ -2294,14 +2024,18 @@ class LoggerService {
|
|
|
2294
2024
|
if (this.configSvc.isProduction) {
|
|
2295
2025
|
return;
|
|
2296
2026
|
}
|
|
2297
|
-
const noConsoleWithError = (
|
|
2027
|
+
const noConsoleWithError = () => {
|
|
2298
2028
|
throw new Error('Console Functions Usage Are Not Allowed.');
|
|
2299
|
-
}
|
|
2029
|
+
};
|
|
2300
2030
|
console.warn = noConsoleWithError;
|
|
2301
2031
|
console.info = noConsoleWithError;
|
|
2302
2032
|
console.error = noConsoleWithError;
|
|
2303
2033
|
}
|
|
2304
2034
|
}
|
|
2035
|
+
LoggerService.ctorParameters = () => [
|
|
2036
|
+
{ type: ConfigurationsService }
|
|
2037
|
+
];
|
|
2038
|
+
LoggerService.ɵprov = ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
|
|
2305
2039
|
LoggerService.decorators = [
|
|
2306
2040
|
{ type: Injectable, args: [{
|
|
2307
2041
|
providedIn: 'root',
|
|
@@ -2310,15 +2044,6 @@ LoggerService.decorators = [
|
|
|
2310
2044
|
LoggerService.ctorParameters = () => [
|
|
2311
2045
|
{ type: ConfigurationsService }
|
|
2312
2046
|
];
|
|
2313
|
-
/** @nocollapse */ LoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
|
|
2314
|
-
if (false) {
|
|
2315
|
-
LoggerService.prototype.consoleError;
|
|
2316
|
-
LoggerService.prototype.consoleInfo;
|
|
2317
|
-
LoggerService.prototype.consoleLog;
|
|
2318
|
-
LoggerService.prototype.consoleWarn;
|
|
2319
|
-
LoggerService.prototype.noConsole;
|
|
2320
|
-
LoggerService.prototype.configSvc;
|
|
2321
|
-
}
|
|
2322
2047
|
|
|
2323
2048
|
const msTokenExpiryDuration = 600;
|
|
2324
2049
|
const storageKey = 'msLoginRequested';
|
|
@@ -2457,7 +2182,7 @@ class AuthMicrosoftService {
|
|
|
2457
2182
|
}
|
|
2458
2183
|
}
|
|
2459
2184
|
isValidEmail(email) {
|
|
2460
|
-
return this.msConfig.validEmailExtensions.some(
|
|
2185
|
+
return this.msConfig.validEmailExtensions.some(ext => email.endsWith(ext));
|
|
2461
2186
|
}
|
|
2462
2187
|
isValid(accessToken, expiresOn) {
|
|
2463
2188
|
if (accessToken && expiresOn) {
|
|
@@ -2490,6 +2215,11 @@ class AuthMicrosoftService {
|
|
|
2490
2215
|
};
|
|
2491
2216
|
}
|
|
2492
2217
|
}
|
|
2218
|
+
AuthMicrosoftService.ctorParameters = () => [
|
|
2219
|
+
{ type: LoggerService },
|
|
2220
|
+
{ type: HttpClient }
|
|
2221
|
+
];
|
|
2222
|
+
AuthMicrosoftService.ɵprov = ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(ɵɵinject(LoggerService), ɵɵinject(HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
|
|
2493
2223
|
AuthMicrosoftService.decorators = [
|
|
2494
2224
|
{ type: Injectable, args: [{
|
|
2495
2225
|
providedIn: 'root',
|
|
@@ -2499,23 +2229,7 @@ AuthMicrosoftService.ctorParameters = () => [
|
|
|
2499
2229
|
{ type: LoggerService },
|
|
2500
2230
|
{ type: HttpClient }
|
|
2501
2231
|
];
|
|
2502
|
-
/** @nocollapse */ AuthMicrosoftService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(ɵɵinject(LoggerService), ɵɵinject(HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
|
|
2503
|
-
if (false) {
|
|
2504
|
-
AuthMicrosoftService.prototype.msConfig;
|
|
2505
|
-
AuthMicrosoftService.prototype.emailUsed;
|
|
2506
|
-
AuthMicrosoftService.prototype.code;
|
|
2507
|
-
AuthMicrosoftService.prototype.msToken;
|
|
2508
|
-
AuthMicrosoftService.prototype.loggerSvc;
|
|
2509
|
-
AuthMicrosoftService.prototype.http;
|
|
2510
|
-
}
|
|
2511
2232
|
|
|
2512
|
-
function IParsedToken() { }
|
|
2513
|
-
if (false) {
|
|
2514
|
-
IParsedToken.prototype.email;
|
|
2515
|
-
IParsedToken.prototype.encEmail;
|
|
2516
|
-
IParsedToken.prototype.name;
|
|
2517
|
-
IParsedToken.prototype.preferred_username;
|
|
2518
|
-
}
|
|
2519
2233
|
const storage$1 = localStorage;
|
|
2520
2234
|
const storageKey$1 = 'kc';
|
|
2521
2235
|
class AuthKeycloakService {
|
|
@@ -2525,7 +2239,7 @@ class AuthKeycloakService {
|
|
|
2525
2239
|
this.keycloakSvc = keycloakSvc;
|
|
2526
2240
|
this.msAuthSvc = msAuthSvc;
|
|
2527
2241
|
this.loginChangeSubject = new ReplaySubject(1);
|
|
2528
|
-
this.loginChangeSubject.subscribe((
|
|
2242
|
+
this.loginChangeSubject.subscribe((isLoggedIn) => {
|
|
2529
2243
|
this.configSvc.isAuthenticated = isLoggedIn;
|
|
2530
2244
|
if (isLoggedIn &&
|
|
2531
2245
|
this.configSvc.instanceConfig &&
|
|
@@ -2536,7 +2250,7 @@ class AuthKeycloakService {
|
|
|
2536
2250
|
userId: this.userId || '',
|
|
2537
2251
|
};
|
|
2538
2252
|
}
|
|
2539
|
-
})
|
|
2253
|
+
});
|
|
2540
2254
|
}
|
|
2541
2255
|
get isLoggedIn$() {
|
|
2542
2256
|
return this.loginChangeSubject.asObservable();
|
|
@@ -2562,8 +2276,8 @@ class AuthKeycloakService {
|
|
|
2562
2276
|
}
|
|
2563
2277
|
get userEmail() {
|
|
2564
2278
|
const kc = this.keycloakSvc.getKeycloakInstance();
|
|
2565
|
-
const tokenParsed =
|
|
2566
|
-
const idTokenParsed =
|
|
2279
|
+
const tokenParsed = kc.tokenParsed;
|
|
2280
|
+
const idTokenParsed = kc.idTokenParsed;
|
|
2567
2281
|
return ((tokenParsed && tokenParsed.email) ||
|
|
2568
2282
|
(idTokenParsed && idTokenParsed.email) ||
|
|
2569
2283
|
(idTokenParsed && idTokenParsed.encEmail) ||
|
|
@@ -2572,8 +2286,8 @@ class AuthKeycloakService {
|
|
|
2572
2286
|
}
|
|
2573
2287
|
get userName() {
|
|
2574
2288
|
const kc = this.keycloakSvc.getKeycloakInstance();
|
|
2575
|
-
return ((kc.tokenParsed &&
|
|
2576
|
-
(kc.idTokenParsed &&
|
|
2289
|
+
return ((kc.tokenParsed && kc.tokenParsed.name) ||
|
|
2290
|
+
(kc.idTokenParsed && kc.idTokenParsed.name));
|
|
2577
2291
|
}
|
|
2578
2292
|
initAuth() {
|
|
2579
2293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2593,7 +2307,7 @@ class AuthKeycloakService {
|
|
|
2593
2307
|
realm: instanceConfig.keycloak.realm,
|
|
2594
2308
|
clientId: instanceConfig.keycloak.clientId,
|
|
2595
2309
|
},
|
|
2596
|
-
initOptions: Object.assign({}, this.getSavedKcConfig(), { onLoad: instanceConfig.keycloak.onLoad || 'check-sso', checkLoginIframe: false }),
|
|
2310
|
+
initOptions: Object.assign(Object.assign({}, this.getSavedKcConfig()), { onLoad: instanceConfig.keycloak.onLoad || 'check-sso', checkLoginIframe: false }),
|
|
2597
2311
|
enableBearerInterceptor: true,
|
|
2598
2312
|
loadUserProfileAtStartUp: false,
|
|
2599
2313
|
bearerExcludedUrls: instanceConfig.keycloak.bearerExcludedUrls,
|
|
@@ -2659,7 +2373,7 @@ class AuthKeycloakService {
|
|
|
2659
2373
|
});
|
|
2660
2374
|
}
|
|
2661
2375
|
addKeycloakEventListener() {
|
|
2662
|
-
this.keycloakSvc.keycloakEvents$.subscribe((
|
|
2376
|
+
this.keycloakSvc.keycloakEvents$.subscribe((event) => {
|
|
2663
2377
|
switch (event.type) {
|
|
2664
2378
|
case KeycloakEventType.OnAuthError:
|
|
2665
2379
|
this.loginChangeSubject.next(false);
|
|
@@ -2684,16 +2398,16 @@ class AuthKeycloakService {
|
|
|
2684
2398
|
this.keycloakSvc.updateToken(60);
|
|
2685
2399
|
break;
|
|
2686
2400
|
}
|
|
2687
|
-
})
|
|
2401
|
+
});
|
|
2688
2402
|
}
|
|
2689
2403
|
setupGlobalAuthResponder() {
|
|
2690
2404
|
fromEvent(window, 'message')
|
|
2691
|
-
.pipe(filter((
|
|
2405
|
+
.pipe(filter((event) => Boolean(event) &&
|
|
2692
2406
|
Boolean(event.data) &&
|
|
2693
2407
|
event.data.type === 'AUTH_REQUEST' &&
|
|
2694
|
-
Boolean(event.source && typeof event.source.postMessage === 'function')))
|
|
2695
|
-
.subscribe((
|
|
2696
|
-
const contentWindow =
|
|
2408
|
+
Boolean(event.source && typeof event.source.postMessage === 'function')))
|
|
2409
|
+
.subscribe((event) => __awaiter(this, void 0, void 0, function* () {
|
|
2410
|
+
const contentWindow = event.source;
|
|
2697
2411
|
const token = yield this.keycloakSvc.getToken();
|
|
2698
2412
|
const response = {
|
|
2699
2413
|
app: 'WEB_PORTAL',
|
|
@@ -2706,7 +2420,7 @@ class AuthKeycloakService {
|
|
|
2706
2420
|
},
|
|
2707
2421
|
};
|
|
2708
2422
|
contentWindow.postMessage(response, '*');
|
|
2709
|
-
}))
|
|
2423
|
+
}));
|
|
2710
2424
|
}
|
|
2711
2425
|
saveKeycloakConfig() {
|
|
2712
2426
|
const kc = this.keycloakSvc.getKeycloakInstance();
|
|
@@ -2744,6 +2458,13 @@ class AuthKeycloakService {
|
|
|
2744
2458
|
}
|
|
2745
2459
|
}
|
|
2746
2460
|
}
|
|
2461
|
+
AuthKeycloakService.ctorParameters = () => [
|
|
2462
|
+
{ type: HttpClient },
|
|
2463
|
+
{ type: ConfigurationsService },
|
|
2464
|
+
{ type: KeycloakService },
|
|
2465
|
+
{ type: AuthMicrosoftService }
|
|
2466
|
+
];
|
|
2467
|
+
AuthKeycloakService.ɵprov = ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(KeycloakService), ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
|
|
2747
2468
|
AuthKeycloakService.decorators = [
|
|
2748
2469
|
{ type: Injectable, args: [{
|
|
2749
2470
|
providedIn: 'root',
|
|
@@ -2755,14 +2476,6 @@ AuthKeycloakService.ctorParameters = () => [
|
|
|
2755
2476
|
{ type: KeycloakService },
|
|
2756
2477
|
{ type: AuthMicrosoftService }
|
|
2757
2478
|
];
|
|
2758
|
-
/** @nocollapse */ AuthKeycloakService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(KeycloakService), ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
|
|
2759
|
-
if (false) {
|
|
2760
|
-
AuthKeycloakService.prototype.loginChangeSubject;
|
|
2761
|
-
AuthKeycloakService.prototype.http;
|
|
2762
|
-
AuthKeycloakService.prototype.configSvc;
|
|
2763
|
-
AuthKeycloakService.prototype.keycloakSvc;
|
|
2764
|
-
AuthKeycloakService.prototype.msAuthSvc;
|
|
2765
|
-
}
|
|
2766
2479
|
|
|
2767
2480
|
class LogoutComponent {
|
|
2768
2481
|
constructor(dialogRef, authSvc, configSvc, utilitySvc, translate) {
|
|
@@ -2776,7 +2489,7 @@ class LogoutComponent {
|
|
|
2776
2489
|
this.isDownloadableAndroid = false;
|
|
2777
2490
|
if (localStorage.getItem('websiteLanguage')) {
|
|
2778
2491
|
this.translate.setDefaultLang('en');
|
|
2779
|
-
const lang = localStorage.getItem('websiteLanguage') ||
|
|
2492
|
+
const lang = localStorage.getItem('websiteLanguage') || null;
|
|
2780
2493
|
this.translate.use(lang);
|
|
2781
2494
|
}
|
|
2782
2495
|
}
|
|
@@ -2823,30 +2536,27 @@ class LogoutComponent {
|
|
|
2823
2536
|
return false;
|
|
2824
2537
|
}
|
|
2825
2538
|
}
|
|
2539
|
+
LogoutComponent.ctorParameters = () => [
|
|
2540
|
+
{ type: MatDialogRef },
|
|
2541
|
+
{ type: AuthKeycloakService },
|
|
2542
|
+
{ type: ConfigurationsService },
|
|
2543
|
+
{ type: UtilityService },
|
|
2544
|
+
{ type: TranslateService }
|
|
2545
|
+
];
|
|
2826
2546
|
LogoutComponent.decorators = [
|
|
2827
2547
|
{ type: Component, args: [{
|
|
2828
2548
|
selector: 'ws-utils-logout',
|
|
2829
2549
|
template: "<h1 mat-dialog-title i18n>{{'utilslogout.logoutNow' | translate}}</h1>\r\n<div class=\"ws-mat-primary-text text-base pb-2 title-text\" *ngIf=\"isDownloadable\" i18n>\r\n {{'utilslogout.logoutNote' | translate}}\r\n</div>\r\n<div mat-dialog-content class=\"text-base hide-overflow\" i18n>\r\n {{'utilslogout.logoutConfirm' | translate}}\r\n</div>\r\n<div mat-dialog-actions class=\"flex-row-reverse\">\r\n <button mat-flat-button color=\"warn\" [disabled]=\"disabled\" (click)=\"confirmed()\" i18n>\r\n {{'utilslogout.logoutYes' | translate}}\r\n </button>\r\n <button mat-button class=\"margin-right-xs\" mat-dialog-close cdkFocusInitial i18n>\r\n {{'utilslogout.logoutNo' | translate}}\r\n </button>\r\n</div>\r\n",
|
|
2830
2550
|
styles: [".hide-overflow{overflow:hidden}"]
|
|
2831
|
-
}] }
|
|
2551
|
+
},] }
|
|
2832
2552
|
];
|
|
2833
2553
|
LogoutComponent.ctorParameters = () => [
|
|
2834
|
-
{ type: MatDialogRef
|
|
2554
|
+
{ type: MatDialogRef },
|
|
2835
2555
|
{ type: AuthKeycloakService },
|
|
2836
2556
|
{ type: ConfigurationsService },
|
|
2837
2557
|
{ type: UtilityService },
|
|
2838
2558
|
{ type: TranslateService }
|
|
2839
2559
|
];
|
|
2840
|
-
if (false) {
|
|
2841
|
-
LogoutComponent.prototype.disabled;
|
|
2842
|
-
LogoutComponent.prototype.isDownloadableIos;
|
|
2843
|
-
LogoutComponent.prototype.isDownloadableAndroid;
|
|
2844
|
-
LogoutComponent.prototype.dialogRef;
|
|
2845
|
-
LogoutComponent.prototype.authSvc;
|
|
2846
|
-
LogoutComponent.prototype.configSvc;
|
|
2847
|
-
LogoutComponent.prototype.utilitySvc;
|
|
2848
|
-
LogoutComponent.prototype.translate;
|
|
2849
|
-
}
|
|
2850
2560
|
|
|
2851
2561
|
class LogoutModule {
|
|
2852
2562
|
}
|
|
@@ -2863,12 +2573,6 @@ LogoutModule.decorators = [
|
|
|
2863
2573
|
},] }
|
|
2864
2574
|
];
|
|
2865
2575
|
|
|
2866
|
-
function IDateRange() { }
|
|
2867
|
-
if (false) {
|
|
2868
|
-
IDateRange.prototype.fromDate;
|
|
2869
|
-
IDateRange.prototype.toDate;
|
|
2870
|
-
IDateRange.prototype.timeZone;
|
|
2871
|
-
}
|
|
2872
2576
|
class PipeConciseDateRangePipe {
|
|
2873
2577
|
transform(dateRange) {
|
|
2874
2578
|
try {
|
|
@@ -2975,13 +2679,6 @@ PipeCountTransformModule.decorators = [
|
|
|
2975
2679
|
},] }
|
|
2976
2680
|
];
|
|
2977
2681
|
|
|
2978
|
-
function ICertificationDate() { }
|
|
2979
|
-
if (false) {
|
|
2980
|
-
ICertificationDate.prototype.day;
|
|
2981
|
-
ICertificationDate.prototype.month;
|
|
2982
|
-
ICertificationDate.prototype.year;
|
|
2983
|
-
ICertificationDate.prototype.timeZone;
|
|
2984
|
-
}
|
|
2985
2682
|
class PipeDateConcatPipe {
|
|
2986
2683
|
constructor() {
|
|
2987
2684
|
this.months = [
|
|
@@ -3013,9 +2710,6 @@ PipeDateConcatPipe.decorators = [
|
|
|
3013
2710
|
},] }
|
|
3014
2711
|
];
|
|
3015
2712
|
PipeDateConcatPipe.ctorParameters = () => [];
|
|
3016
|
-
if (false) {
|
|
3017
|
-
PipeDateConcatPipe.prototype.months;
|
|
3018
|
-
}
|
|
3019
2713
|
|
|
3020
2714
|
class PipeDateConcatModule {
|
|
3021
2715
|
}
|
|
@@ -3149,8 +2843,8 @@ class PipeFilterPipe {
|
|
|
3149
2843
|
if (!term) {
|
|
3150
2844
|
return value;
|
|
3151
2845
|
}
|
|
3152
|
-
return (value || []).filter((
|
|
3153
|
-
.some(
|
|
2846
|
+
return (value || []).filter((item) => keys.split(',')
|
|
2847
|
+
.some(key => item.hasOwnProperty(key) && new RegExp(`^${term}$`, 'gi').test(item[key])));
|
|
3154
2848
|
}
|
|
3155
2849
|
}
|
|
3156
2850
|
PipeFilterPipe.decorators = [
|
|
@@ -3231,9 +2925,9 @@ class PipeFilterV2Pipe {
|
|
|
3231
2925
|
return items;
|
|
3232
2926
|
}
|
|
3233
2927
|
const searchTextLowerCase = searchText.toLowerCase();
|
|
3234
|
-
return items.filter(
|
|
2928
|
+
return items.filter(it => {
|
|
3235
2929
|
return `${it[key]} `.toLowerCase().includes(searchTextLowerCase);
|
|
3236
|
-
})
|
|
2930
|
+
});
|
|
3237
2931
|
}
|
|
3238
2932
|
}
|
|
3239
2933
|
PipeFilterV2Pipe.decorators = [
|
|
@@ -3259,13 +2953,13 @@ class PipeFilterV3Pipe {
|
|
|
3259
2953
|
if (filter && Array.isArray(items)) {
|
|
3260
2954
|
const filterKeys = Object.keys(filter);
|
|
3261
2955
|
if (isAnd) {
|
|
3262
|
-
return items.filter(
|
|
2956
|
+
return items.filter(item => filterKeys.reduce((memo, keyName) => (memo && new RegExp(filter[keyName], 'gi').test(item[keyName])) || filter[keyName] === '', true));
|
|
3263
2957
|
}
|
|
3264
|
-
return items.filter(
|
|
3265
|
-
return filterKeys.some(
|
|
2958
|
+
return items.filter(item => {
|
|
2959
|
+
return filterKeys.some(keyName => {
|
|
3266
2960
|
return new RegExp(filter[keyName], 'gi').test(item[keyName]) || filter[keyName] === '';
|
|
3267
|
-
})
|
|
3268
|
-
})
|
|
2961
|
+
});
|
|
2962
|
+
});
|
|
3269
2963
|
}
|
|
3270
2964
|
return items;
|
|
3271
2965
|
}
|
|
@@ -3298,7 +2992,7 @@ class PipeFilterSearchPipe {
|
|
|
3298
2992
|
}
|
|
3299
2993
|
const searchTextLowerCase = searchText.toLowerCase();
|
|
3300
2994
|
if (keys && keys.length) {
|
|
3301
|
-
const result = items.filter(
|
|
2995
|
+
const result = items.filter(it => {
|
|
3302
2996
|
if (it.profileDetails) {
|
|
3303
2997
|
return it['profileDetails']['personalDetails'][keys[0]].toLowerCase().includes(searchTextLowerCase);
|
|
3304
2998
|
}
|
|
@@ -3308,15 +3002,15 @@ class PipeFilterSearchPipe {
|
|
|
3308
3002
|
if (it.fullName) {
|
|
3309
3003
|
return it.fullName.toLowerCase().includes(searchTextLowerCase);
|
|
3310
3004
|
}
|
|
3311
|
-
})
|
|
3005
|
+
});
|
|
3312
3006
|
if (result && result.length <= 0) {
|
|
3313
3007
|
return [-1];
|
|
3314
3008
|
}
|
|
3315
3009
|
return result;
|
|
3316
3010
|
}
|
|
3317
|
-
return items.filter(
|
|
3011
|
+
return items.filter(it => {
|
|
3318
3012
|
return it.title.toLowerCase().includes(searchTextLowerCase);
|
|
3319
|
-
})
|
|
3013
|
+
});
|
|
3320
3014
|
}
|
|
3321
3015
|
}
|
|
3322
3016
|
PipeFilterSearchPipe.decorators = [
|
|
@@ -3342,9 +3036,9 @@ class PipeListFilterPipe {
|
|
|
3342
3036
|
if (!term) {
|
|
3343
3037
|
return value;
|
|
3344
3038
|
}
|
|
3345
|
-
return (value || []).filter((
|
|
3346
|
-
.some(
|
|
3347
|
-
&& item[key] && (`${item[key]} `).toLocaleLowerCase().includes(term.toLocaleLowerCase())))
|
|
3039
|
+
return (value || []).filter((item) => keys.split(',')
|
|
3040
|
+
.some(key => item.hasOwnProperty(key)
|
|
3041
|
+
&& item[key] && (`${item[key]} `).toLocaleLowerCase().includes(term.toLocaleLowerCase())));
|
|
3348
3042
|
}
|
|
3349
3043
|
}
|
|
3350
3044
|
PipeListFilterPipe.decorators = [
|
|
@@ -3401,9 +3095,6 @@ OrderByPipe.decorators = [
|
|
|
3401
3095
|
name: 'orderBy',
|
|
3402
3096
|
},] }
|
|
3403
3097
|
];
|
|
3404
|
-
if (false) {
|
|
3405
|
-
OrderByPipe.prototype.transform;
|
|
3406
|
-
}
|
|
3407
3098
|
|
|
3408
3099
|
class PipeOrderByModule {
|
|
3409
3100
|
}
|
|
@@ -3453,11 +3144,6 @@ PipeLimitToModule.decorators = [
|
|
|
3453
3144
|
},] }
|
|
3454
3145
|
];
|
|
3455
3146
|
|
|
3456
|
-
function IUserName() { }
|
|
3457
|
-
if (false) {
|
|
3458
|
-
IUserName.prototype.firstName;
|
|
3459
|
-
IUserName.prototype.email;
|
|
3460
|
-
}
|
|
3461
3147
|
class PipeNameTransformPipe {
|
|
3462
3148
|
transform(value) {
|
|
3463
3149
|
let result = '';
|
|
@@ -3541,6 +3227,9 @@ class PipeSafeSanitizerPipe {
|
|
|
3541
3227
|
}
|
|
3542
3228
|
}
|
|
3543
3229
|
}
|
|
3230
|
+
PipeSafeSanitizerPipe.ctorParameters = () => [
|
|
3231
|
+
{ type: DomSanitizer }
|
|
3232
|
+
];
|
|
3544
3233
|
PipeSafeSanitizerPipe.decorators = [
|
|
3545
3234
|
{ type: Pipe, args: [{
|
|
3546
3235
|
name: 'pipeSafeSanitizer',
|
|
@@ -3549,9 +3238,6 @@ PipeSafeSanitizerPipe.decorators = [
|
|
|
3549
3238
|
PipeSafeSanitizerPipe.ctorParameters = () => [
|
|
3550
3239
|
{ type: DomSanitizer }
|
|
3551
3240
|
];
|
|
3552
|
-
if (false) {
|
|
3553
|
-
PipeSafeSanitizerPipe.prototype.sanitizer;
|
|
3554
|
-
}
|
|
3555
3241
|
|
|
3556
3242
|
class PipeSafeSanitizerModule {
|
|
3557
3243
|
}
|
|
@@ -3578,6 +3264,9 @@ class PipePublicURL {
|
|
|
3578
3264
|
return value;
|
|
3579
3265
|
}
|
|
3580
3266
|
}
|
|
3267
|
+
PipePublicURL.ctorParameters = () => [
|
|
3268
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3269
|
+
];
|
|
3581
3270
|
PipePublicURL.decorators = [
|
|
3582
3271
|
{ type: Pipe, args: [{
|
|
3583
3272
|
name: 'pipePublicURL',
|
|
@@ -3586,9 +3275,6 @@ PipePublicURL.decorators = [
|
|
|
3586
3275
|
PipePublicURL.ctorParameters = () => [
|
|
3587
3276
|
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3588
3277
|
];
|
|
3589
|
-
if (false) {
|
|
3590
|
-
PipePublicURL.prototype.environment;
|
|
3591
|
-
}
|
|
3592
3278
|
|
|
3593
3279
|
class PipePublicURLModule {
|
|
3594
3280
|
}
|
|
@@ -3705,6 +3391,9 @@ class PipeCertificateImageURL {
|
|
|
3705
3391
|
}
|
|
3706
3392
|
}
|
|
3707
3393
|
}
|
|
3394
|
+
PipeCertificateImageURL.ctorParameters = () => [
|
|
3395
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3396
|
+
];
|
|
3708
3397
|
PipeCertificateImageURL.decorators = [
|
|
3709
3398
|
{ type: Pipe, args: [{
|
|
3710
3399
|
name: 'pipeCertImageURL',
|
|
@@ -3713,9 +3402,6 @@ PipeCertificateImageURL.decorators = [
|
|
|
3713
3402
|
PipeCertificateImageURL.ctorParameters = () => [
|
|
3714
3403
|
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3715
3404
|
];
|
|
3716
|
-
if (false) {
|
|
3717
|
-
PipeCertificateImageURL.prototype.environment;
|
|
3718
|
-
}
|
|
3719
3405
|
|
|
3720
3406
|
class PipeCertificateImageURLModule {
|
|
3721
3407
|
}
|
|
@@ -3755,6 +3441,9 @@ class PipeNicRelativePipe {
|
|
|
3755
3441
|
return newUrl;
|
|
3756
3442
|
}
|
|
3757
3443
|
}
|
|
3444
|
+
PipeNicRelativePipe.ctorParameters = () => [
|
|
3445
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3446
|
+
];
|
|
3758
3447
|
PipeNicRelativePipe.decorators = [
|
|
3759
3448
|
{ type: Pipe, args: [{
|
|
3760
3449
|
name: 'PipeNicRelative',
|
|
@@ -3763,9 +3452,6 @@ PipeNicRelativePipe.decorators = [
|
|
|
3763
3452
|
PipeNicRelativePipe.ctorParameters = () => [
|
|
3764
3453
|
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3765
3454
|
];
|
|
3766
|
-
if (false) {
|
|
3767
|
-
PipeNicRelativePipe.prototype.environment;
|
|
3768
|
-
}
|
|
3769
3455
|
|
|
3770
3456
|
class PipeNicRelativeModule {
|
|
3771
3457
|
}
|
|
@@ -3821,48 +3507,54 @@ class ExploreDetailResolve {
|
|
|
3821
3507
|
if (route.data.pageType === 'page' && route.data.pageKey) {
|
|
3822
3508
|
url = `${this.baseUrl}/page/${route.data.pageKey}.json`;
|
|
3823
3509
|
}
|
|
3824
|
-
return this.http.get(url).pipe(map(
|
|
3510
|
+
return this.http.get(url).pipe(map(pageData => ({ data: this.transformPageData(pageData, tag), error: null })), catchError(err => of({ data: null, error: err })));
|
|
3825
3511
|
}
|
|
3826
3512
|
transformPageData(pageData, tag) {
|
|
3827
3513
|
const DELIMITER = '>';
|
|
3828
3514
|
const path = tag.split(DELIMITER);
|
|
3829
|
-
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map((
|
|
3515
|
+
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map((widget) => {
|
|
3830
3516
|
if (pageData.navigationBar && pageData.navigationBar.links) {
|
|
3831
3517
|
pageData.navigationBar.links = pageData.navigationBar.links
|
|
3832
|
-
.filter((
|
|
3518
|
+
.filter((link) => link.widgetData.tags === tag);
|
|
3833
3519
|
}
|
|
3834
3520
|
if (widget.widgetSubType === 'cardBreadcrumb') {
|
|
3835
3521
|
widget.widgetData.path = [{
|
|
3836
3522
|
text: pageData.navigationBar.pageTitle,
|
|
3837
3523
|
clickUrl: pageData.navigationBar.pageBackLink,
|
|
3838
|
-
}].concat(path.map((
|
|
3524
|
+
}].concat(path.map((edge, idx) => ({
|
|
3839
3525
|
text: edge,
|
|
3840
3526
|
clickUrl: `/page/explore/${path.slice(0, idx + 1).join(DELIMITER)}`,
|
|
3841
|
-
})))
|
|
3527
|
+
})));
|
|
3842
3528
|
}
|
|
3843
3529
|
if (widget.widgetSubType === 'contentStripMultiple') {
|
|
3844
|
-
widget.widgetData.strips = widget.widgetData.strips.map((
|
|
3530
|
+
widget.widgetData.strips = widget.widgetData.strips.map((strip) => {
|
|
3845
3531
|
strip.request.searchV6.filters[0].andFilters.push({ catalogPaths: [tag] });
|
|
3846
3532
|
if (this.utilitySvc.isMobile && !this.isIntranetAllowedSettings) {
|
|
3847
3533
|
strip.request.searchV6.filters[0].andFilters.push({ isInIntranet: ['false'] });
|
|
3848
3534
|
}
|
|
3849
3535
|
return strip;
|
|
3850
|
-
})
|
|
3536
|
+
});
|
|
3851
3537
|
if (widget.widgetData.noDataWidget && widget.widgetData.noDataWidget.widgetData.strips) {
|
|
3852
|
-
widget.widgetData.noDataWidget.widgetData.strips = widget.widgetData.noDataWidget.widgetData.strips.map((
|
|
3538
|
+
widget.widgetData.noDataWidget.widgetData.strips = widget.widgetData.noDataWidget.widgetData.strips.map((strip) => {
|
|
3853
3539
|
strip.request.searchV6.filters[0].andFilters.push({ catalogPaths: [tag] });
|
|
3854
3540
|
if (this.utilitySvc.isMobile && !this.isIntranetAllowedSettings) {
|
|
3855
3541
|
strip.request.searchV6.filters[0].andFilters.push({ isInIntranet: ['false'] });
|
|
3856
3542
|
}
|
|
3857
3543
|
return strip;
|
|
3858
|
-
})
|
|
3544
|
+
});
|
|
3859
3545
|
}
|
|
3860
3546
|
}
|
|
3861
3547
|
return widget;
|
|
3862
|
-
})
|
|
3548
|
+
});
|
|
3863
3549
|
return pageData;
|
|
3864
3550
|
}
|
|
3865
3551
|
}
|
|
3552
|
+
ExploreDetailResolve.ctorParameters = () => [
|
|
3553
|
+
{ type: HttpClient },
|
|
3554
|
+
{ type: ConfigurationsService },
|
|
3555
|
+
{ type: UtilityService }
|
|
3556
|
+
];
|
|
3557
|
+
ExploreDetailResolve.ɵprov = ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
|
|
3866
3558
|
ExploreDetailResolve.decorators = [
|
|
3867
3559
|
{ type: Injectable, args: [{
|
|
3868
3560
|
providedIn: 'root',
|
|
@@ -3873,14 +3565,6 @@ ExploreDetailResolve.ctorParameters = () => [
|
|
|
3873
3565
|
{ type: ConfigurationsService },
|
|
3874
3566
|
{ type: UtilityService }
|
|
3875
3567
|
];
|
|
3876
|
-
/** @nocollapse */ ExploreDetailResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
|
|
3877
|
-
if (false) {
|
|
3878
|
-
ExploreDetailResolve.prototype.baseUrl;
|
|
3879
|
-
ExploreDetailResolve.prototype.isIntranetAllowedSettings;
|
|
3880
|
-
ExploreDetailResolve.prototype.http;
|
|
3881
|
-
ExploreDetailResolve.prototype.configSvc;
|
|
3882
|
-
ExploreDetailResolve.prototype.utilitySvc;
|
|
3883
|
-
}
|
|
3884
3568
|
|
|
3885
3569
|
class MarketingOfferingResolve {
|
|
3886
3570
|
constructor(http) {
|
|
@@ -3888,21 +3572,25 @@ class MarketingOfferingResolve {
|
|
|
3888
3572
|
}
|
|
3889
3573
|
resolve(route, _state) {
|
|
3890
3574
|
const tag = route.params.tag;
|
|
3891
|
-
return this.http.get(route.data.pageUrl).pipe(map(
|
|
3575
|
+
return this.http.get(route.data.pageUrl).pipe(map(pageData => ({ data: this.transformPageData(pageData, tag), error: null })), catchError(err => of({ data: null, error: err })));
|
|
3892
3576
|
}
|
|
3893
3577
|
transformPageData(pageData, tag) {
|
|
3894
|
-
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map((
|
|
3578
|
+
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map((widget) => {
|
|
3895
3579
|
if (widget.widgetSubType === 'contentStripMultiple') {
|
|
3896
|
-
widget.widgetData.strips = widget.widgetData.strips.map((
|
|
3580
|
+
widget.widgetData.strips = widget.widgetData.strips.map((strip) => {
|
|
3897
3581
|
strip.request.search.filters.catalogPaths = [decodeURIComponent(tag)];
|
|
3898
3582
|
return strip;
|
|
3899
|
-
})
|
|
3583
|
+
});
|
|
3900
3584
|
}
|
|
3901
3585
|
return widget;
|
|
3902
|
-
})
|
|
3586
|
+
});
|
|
3903
3587
|
return pageData;
|
|
3904
3588
|
}
|
|
3905
3589
|
}
|
|
3590
|
+
MarketingOfferingResolve.ctorParameters = () => [
|
|
3591
|
+
{ type: HttpClient }
|
|
3592
|
+
];
|
|
3593
|
+
MarketingOfferingResolve.ɵprov = ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(ɵɵinject(HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
|
|
3906
3594
|
MarketingOfferingResolve.decorators = [
|
|
3907
3595
|
{ type: Injectable, args: [{
|
|
3908
3596
|
providedIn: 'root',
|
|
@@ -3911,58 +3599,6 @@ MarketingOfferingResolve.decorators = [
|
|
|
3911
3599
|
MarketingOfferingResolve.ctorParameters = () => [
|
|
3912
3600
|
{ type: HttpClient }
|
|
3913
3601
|
];
|
|
3914
|
-
/** @nocollapse */ MarketingOfferingResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(ɵɵinject(HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
|
|
3915
|
-
if (false) {
|
|
3916
|
-
MarketingOfferingResolve.prototype.http;
|
|
3917
|
-
}
|
|
3918
|
-
|
|
3919
|
-
var NsPage;
|
|
3920
|
-
(function (NsPage) {
|
|
3921
|
-
function IPage() { }
|
|
3922
|
-
NsPage.IPage = IPage;
|
|
3923
|
-
if (false) {
|
|
3924
|
-
IPage.prototype.contentType;
|
|
3925
|
-
IPage.prototype.primaryCategory;
|
|
3926
|
-
IPage.prototype.navigationBar;
|
|
3927
|
-
IPage.prototype.pageLayout;
|
|
3928
|
-
IPage.prototype.tourGuide;
|
|
3929
|
-
}
|
|
3930
|
-
function INavBar() { }
|
|
3931
|
-
NsPage.INavBar = INavBar;
|
|
3932
|
-
if (false) {
|
|
3933
|
-
INavBar.prototype.links;
|
|
3934
|
-
INavBar.prototype.xsmallNonMenuLinks;
|
|
3935
|
-
INavBar.prototype.pageBackLink;
|
|
3936
|
-
INavBar.prototype.pageTitle;
|
|
3937
|
-
INavBar.prototype.background;
|
|
3938
|
-
}
|
|
3939
|
-
function INavBackground() { }
|
|
3940
|
-
NsPage.INavBackground = INavBackground;
|
|
3941
|
-
if (false) {
|
|
3942
|
-
INavBackground.prototype.color;
|
|
3943
|
-
INavBackground.prototype.styles;
|
|
3944
|
-
}
|
|
3945
|
-
function INavLink() { }
|
|
3946
|
-
NsPage.INavLink = INavLink;
|
|
3947
|
-
if (false) {
|
|
3948
|
-
INavLink.prototype.config;
|
|
3949
|
-
INavLink.prototype.actionBtnId;
|
|
3950
|
-
INavLink.prototype.actionBtn;
|
|
3951
|
-
INavLink.prototype.actionBtnName;
|
|
3952
|
-
}
|
|
3953
|
-
function INavLinkConfig() { }
|
|
3954
|
-
NsPage.INavLinkConfig = INavLinkConfig;
|
|
3955
|
-
if (false) {
|
|
3956
|
-
INavLinkConfig.prototype.type;
|
|
3957
|
-
INavLinkConfig.prototype.hideIcon;
|
|
3958
|
-
INavLinkConfig.prototype.hideTitle;
|
|
3959
|
-
INavLinkConfig.prototype.hideStatus;
|
|
3960
|
-
INavLinkConfig.prototype.hidePin;
|
|
3961
|
-
INavLinkConfig.prototype.iconColor;
|
|
3962
|
-
INavLinkConfig.prototype.treatAsCard;
|
|
3963
|
-
INavLinkConfig.prototype.useShortName;
|
|
3964
|
-
}
|
|
3965
|
-
})(NsPage || (NsPage = {}));
|
|
3966
3602
|
|
|
3967
3603
|
const JSON_MAP = {
|
|
3968
3604
|
pagename: 'lexid',
|
|
@@ -4005,32 +3641,38 @@ class PageResolve {
|
|
|
4005
3641
|
.post(`/apis/protected/v8/content/${id}?hierarchyType=minimal`, ['status', 'artifactUrl']);
|
|
4006
3642
|
}
|
|
4007
3643
|
getData(url) {
|
|
4008
|
-
const id =
|
|
3644
|
+
const id = url.split('/').pop().split('.')[0] || '';
|
|
4009
3645
|
const equivalentId = id.startsWith('lex_auth_') ? id : JSON_MAP[id];
|
|
4010
3646
|
if (equivalentId) {
|
|
4011
|
-
return forkJoin([this.setS3Cookie(equivalentId), this.getContent(equivalentId)]).pipe(mergeMap((
|
|
3647
|
+
return forkJoin([this.setS3Cookie(equivalentId), this.getContent(equivalentId)]).pipe(mergeMap(([_, v]) => {
|
|
4012
3648
|
if (v.status === 'Expired' || v.status === 'Deleted' || !v.artifactUrl) {
|
|
4013
3649
|
return of({ data: null, error: 'NoContent' });
|
|
4014
3650
|
}
|
|
4015
3651
|
return this.http
|
|
4016
3652
|
.get(`${v.artifactUrl}?ts=${new Date().getTime()}`)
|
|
4017
|
-
.pipe(map(
|
|
4018
|
-
})
|
|
3653
|
+
.pipe(map(data => ({ data, error: null })), catchError(err => of({ data: null, error: err })));
|
|
3654
|
+
}), catchError(err => of({ data: null, error: err })));
|
|
4019
3655
|
}
|
|
4020
3656
|
const pageRequest = [
|
|
4021
|
-
(equivalentId ? this.setS3Cookie(equivalentId) : of(true)).pipe(mergeMap((
|
|
3657
|
+
(equivalentId ? this.setS3Cookie(equivalentId) : of(true)).pipe(mergeMap(() => this.http.get(`${url}.json`).pipe(map(data => ({ data, error: null })), catchError(err => of({ data: null, error: err }))))),
|
|
4022
3658
|
this.locale === 'en' || this.locale === 'en-US' ?
|
|
4023
|
-
of({ data:
|
|
4024
|
-
this.http.get(`${url}.${this.locale}.json`).pipe(map(
|
|
3659
|
+
of({ data: undefined, error: null }) :
|
|
3660
|
+
this.http.get(`${url}.${this.locale}.json`).pipe(map(data => ({ data, error: null })), catchError(err => of({ data: null, error: err }))),
|
|
4025
3661
|
];
|
|
4026
|
-
return forkJoin(pageRequest).pipe(map((
|
|
3662
|
+
return forkJoin(pageRequest).pipe(map(([general, withLocale]) => {
|
|
4027
3663
|
if (withLocale.data) {
|
|
4028
3664
|
return withLocale;
|
|
4029
3665
|
}
|
|
4030
3666
|
return general;
|
|
4031
|
-
}))
|
|
3667
|
+
}));
|
|
4032
3668
|
}
|
|
4033
3669
|
}
|
|
3670
|
+
PageResolve.ctorParameters = () => [
|
|
3671
|
+
{ type: ConfigurationsService },
|
|
3672
|
+
{ type: HttpClient },
|
|
3673
|
+
{ type: String, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
|
|
3674
|
+
];
|
|
3675
|
+
PageResolve.ɵprov = ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(ɵɵinject(ConfigurationsService), ɵɵinject(HttpClient), ɵɵinject(LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
|
|
4034
3676
|
PageResolve.decorators = [
|
|
4035
3677
|
{ type: Injectable, args: [{
|
|
4036
3678
|
providedIn: 'root',
|
|
@@ -4041,13 +3683,6 @@ PageResolve.ctorParameters = () => [
|
|
|
4041
3683
|
{ type: HttpClient },
|
|
4042
3684
|
{ type: String, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
|
|
4043
3685
|
];
|
|
4044
|
-
/** @nocollapse */ PageResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(ɵɵinject(ConfigurationsService), ɵɵinject(HttpClient), ɵɵinject(LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
|
|
4045
|
-
if (false) {
|
|
4046
|
-
PageResolve.prototype.baseUrl;
|
|
4047
|
-
PageResolve.prototype.configSvc;
|
|
4048
|
-
PageResolve.prototype.http;
|
|
4049
|
-
PageResolve.prototype.locale;
|
|
4050
|
-
}
|
|
4051
3686
|
|
|
4052
3687
|
class PageNameResolve {
|
|
4053
3688
|
constructor() { }
|
|
@@ -4071,13 +3706,13 @@ class PageNameResolve {
|
|
|
4071
3706
|
return 'common module';
|
|
4072
3707
|
}
|
|
4073
3708
|
}
|
|
3709
|
+
PageNameResolve.ɵprov = ɵɵdefineInjectable({ factory: function PageNameResolve_Factory() { return new PageNameResolve(); }, token: PageNameResolve, providedIn: "root" });
|
|
4074
3710
|
PageNameResolve.decorators = [
|
|
4075
3711
|
{ type: Injectable, args: [{
|
|
4076
3712
|
providedIn: 'root',
|
|
4077
3713
|
},] }
|
|
4078
3714
|
];
|
|
4079
3715
|
PageNameResolve.ctorParameters = () => [];
|
|
4080
|
-
/** @nocollapse */ PageNameResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function PageNameResolve_Factory() { return new PageNameResolve(); }, token: PageNameResolve, providedIn: "root" });
|
|
4081
3716
|
|
|
4082
3717
|
class ModuleNameResolve {
|
|
4083
3718
|
constructor() {
|
|
@@ -4104,697 +3739,16 @@ class ModuleNameResolve {
|
|
|
4104
3739
|
return 'common module';
|
|
4105
3740
|
}
|
|
4106
3741
|
}
|
|
3742
|
+
ModuleNameResolve.ɵprov = ɵɵdefineInjectable({ factory: function ModuleNameResolve_Factory() { return new ModuleNameResolve(); }, token: ModuleNameResolve, providedIn: "root" });
|
|
4107
3743
|
ModuleNameResolve.decorators = [
|
|
4108
3744
|
{ type: Injectable, args: [{
|
|
4109
3745
|
providedIn: 'root',
|
|
4110
3746
|
},] }
|
|
4111
3747
|
];
|
|
4112
3748
|
ModuleNameResolve.ctorParameters = () => [];
|
|
4113
|
-
/** @nocollapse */ ModuleNameResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function ModuleNameResolve_Factory() { return new ModuleNameResolve(); }, token: ModuleNameResolve, providedIn: "root" });
|
|
4114
|
-
if (false) {
|
|
4115
|
-
ModuleNameResolve.prototype.moduleName;
|
|
4116
|
-
}
|
|
4117
|
-
|
|
4118
|
-
function IResolveResponse() { }
|
|
4119
|
-
if (false) {
|
|
4120
|
-
IResolveResponse.prototype.data;
|
|
4121
|
-
IResolveResponse.prototype.error;
|
|
4122
|
-
}
|
|
4123
|
-
|
|
4124
|
-
var NsInstanceConfig;
|
|
4125
|
-
(function (NsInstanceConfig) {
|
|
4126
|
-
function IConfig() { }
|
|
4127
|
-
NsInstanceConfig.IConfig = IConfig;
|
|
4128
|
-
if (false) {
|
|
4129
|
-
IConfig.prototype.authoring;
|
|
4130
|
-
IConfig.prototype.appSetup;
|
|
4131
|
-
IConfig.prototype.chatBotUrl;
|
|
4132
|
-
IConfig.prototype.defaultFontsize;
|
|
4133
|
-
IConfig.prototype.defaultThemeClass;
|
|
4134
|
-
IConfig.prototype.defaultLocale;
|
|
4135
|
-
IConfig.prototype.disablePidCheck;
|
|
4136
|
-
IConfig.prototype.isMultilingualEnabled;
|
|
4137
|
-
IConfig.prototype.fontSizes;
|
|
4138
|
-
IConfig.prototype.isContentDownloadAvailable;
|
|
4139
|
-
IConfig.prototype.indexHtmlMeta;
|
|
4140
|
-
IConfig.prototype.keycloak;
|
|
4141
|
-
IConfig.prototype.locals;
|
|
4142
|
-
IConfig.prototype.microsoft;
|
|
4143
|
-
IConfig.prototype.telemetryConfig;
|
|
4144
|
-
IConfig.prototype.themes;
|
|
4145
|
-
IConfig.prototype.logos;
|
|
4146
|
-
IConfig.prototype.sources;
|
|
4147
|
-
IConfig.prototype.mailIds;
|
|
4148
|
-
IConfig.prototype.details;
|
|
4149
|
-
IConfig.prototype.validMailIdExtensionsForMailMe;
|
|
4150
|
-
IConfig.prototype.overrideThemeChanges;
|
|
4151
|
-
IConfig.prototype.defaultFeatureConfigs;
|
|
4152
|
-
IConfig.prototype.backgrounds;
|
|
4153
|
-
IConfig.prototype.featuredApps;
|
|
4154
|
-
IConfig.prototype.primaryNavBarConfig;
|
|
4155
|
-
IConfig.prototype.org;
|
|
4156
|
-
IConfig.prototype.rootOrg;
|
|
4157
|
-
IConfig.prototype.intranetIframeUrls;
|
|
4158
|
-
IConfig.prototype.showNavBarInSetup;
|
|
4159
|
-
IConfig.prototype.intranetUrlToCheck;
|
|
4160
|
-
IConfig.prototype.introVideo;
|
|
4161
|
-
IConfig.prototype.tourVideo;
|
|
4162
|
-
IConfig.prototype.isDownloadableSource;
|
|
4163
|
-
IConfig.prototype.isDownloadableIosResource;
|
|
4164
|
-
IConfig.prototype.isDownloadableAndroidResource;
|
|
4165
|
-
IConfig.prototype.sourceFieldsUserAutocomplete;
|
|
4166
|
-
IConfig.prototype.forgotPasswordConfig;
|
|
4167
|
-
IConfig.prototype.hubs;
|
|
4168
|
-
IConfig.prototype.courseContentPath;
|
|
4169
|
-
IConfig.prototype.portalUrls;
|
|
4170
|
-
IConfig.prototype.positions;
|
|
4171
|
-
IConfig.prototype.websitelanguages;
|
|
4172
|
-
IConfig.prototype.profileTimelyNudges;
|
|
4173
|
-
IConfig.prototype.npsCategory;
|
|
4174
|
-
}
|
|
4175
|
-
function IPortalUrls() { }
|
|
4176
|
-
NsInstanceConfig.IPortalUrls = IPortalUrls;
|
|
4177
|
-
if (false) {
|
|
4178
|
-
IPortalUrls.prototype.igot;
|
|
4179
|
-
IPortalUrls.prototype.spv;
|
|
4180
|
-
IPortalUrls.prototype.mdo;
|
|
4181
|
-
IPortalUrls.prototype.cbc;
|
|
4182
|
-
IPortalUrls.prototype.cbp;
|
|
4183
|
-
IPortalUrls.prototype.frac;
|
|
4184
|
-
}
|
|
4185
|
-
function IForgotPassword() { }
|
|
4186
|
-
NsInstanceConfig.IForgotPassword = IForgotPassword;
|
|
4187
|
-
if (false) {
|
|
4188
|
-
IForgotPassword.prototype.local;
|
|
4189
|
-
IForgotPassword.prototype.enterprise;
|
|
4190
|
-
IForgotPassword.prototype.social;
|
|
4191
|
-
}
|
|
4192
|
-
function ISourceLogo() { }
|
|
4193
|
-
NsInstanceConfig.ISourceLogo = ISourceLogo;
|
|
4194
|
-
if (false) {
|
|
4195
|
-
ISourceLogo.prototype.sourceName;
|
|
4196
|
-
ISourceLogo.prototype.sourceId;
|
|
4197
|
-
ISourceLogo.prototype.logo;
|
|
4198
|
-
}
|
|
4199
|
-
function IPath() { }
|
|
4200
|
-
NsInstanceConfig.IPath = IPath;
|
|
4201
|
-
function IHubs() { }
|
|
4202
|
-
NsInstanceConfig.IHubs = IHubs;
|
|
4203
|
-
if (false) {
|
|
4204
|
-
IHubs.prototype.active;
|
|
4205
|
-
IHubs.prototype.desc;
|
|
4206
|
-
IHubs.prototype.hubname;
|
|
4207
|
-
IHubs.prototype.icon;
|
|
4208
|
-
IHubs.prototype.path;
|
|
4209
|
-
IHubs.prototype.order;
|
|
4210
|
-
}
|
|
4211
|
-
function IIndexHtmlMeta() { }
|
|
4212
|
-
NsInstanceConfig.IIndexHtmlMeta = IIndexHtmlMeta;
|
|
4213
|
-
if (false) {
|
|
4214
|
-
IIndexHtmlMeta.prototype.description;
|
|
4215
|
-
IIndexHtmlMeta.prototype.openSearchUrl;
|
|
4216
|
-
IIndexHtmlMeta.prototype.webmanifest;
|
|
4217
|
-
IIndexHtmlMeta.prototype.xIcon;
|
|
4218
|
-
IIndexHtmlMeta.prototype.pngIcon;
|
|
4219
|
-
}
|
|
4220
|
-
function IFontSize() { }
|
|
4221
|
-
NsInstanceConfig.IFontSize = IFontSize;
|
|
4222
|
-
if (false) {
|
|
4223
|
-
IFontSize.prototype.baseFontSize;
|
|
4224
|
-
IFontSize.prototype.fontClass;
|
|
4225
|
-
IFontSize.prototype.scale;
|
|
4226
|
-
}
|
|
4227
|
-
function IKeycloak() { }
|
|
4228
|
-
NsInstanceConfig.IKeycloak = IKeycloak;
|
|
4229
|
-
if (false) {
|
|
4230
|
-
IKeycloak.prototype.defaultidpHint;
|
|
4231
|
-
IKeycloak.prototype.isLoginHidden;
|
|
4232
|
-
IKeycloak.prototype.bearerExcludedUrls;
|
|
4233
|
-
IKeycloak.prototype.clientId;
|
|
4234
|
-
IKeycloak.prototype.key;
|
|
4235
|
-
IKeycloak.prototype.realm;
|
|
4236
|
-
IKeycloak.prototype.url;
|
|
4237
|
-
IKeycloak.prototype.changePasswordUrl;
|
|
4238
|
-
IKeycloak.prototype.onLoad;
|
|
4239
|
-
}
|
|
4240
|
-
function ILocalsConfig() { }
|
|
4241
|
-
NsInstanceConfig.ILocalsConfig = ILocalsConfig;
|
|
4242
|
-
if (false) {
|
|
4243
|
-
ILocalsConfig.prototype.isAvailable;
|
|
4244
|
-
ILocalsConfig.prototype.isEnabled;
|
|
4245
|
-
ILocalsConfig.prototype.locals;
|
|
4246
|
-
ILocalsConfig.prototype.path;
|
|
4247
|
-
ILocalsConfig.prototype.isRTL;
|
|
4248
|
-
}
|
|
4249
|
-
function IMicrosoft() { }
|
|
4250
|
-
NsInstanceConfig.IMicrosoft = IMicrosoft;
|
|
4251
|
-
if (false) {
|
|
4252
|
-
IMicrosoft.prototype.clientId;
|
|
4253
|
-
IMicrosoft.prototype.defaultEmailId;
|
|
4254
|
-
IMicrosoft.prototype.tenant;
|
|
4255
|
-
IMicrosoft.prototype.validEmailExtensions;
|
|
4256
|
-
IMicrosoft.prototype.isConfigured;
|
|
4257
|
-
}
|
|
4258
|
-
function ITheme() { }
|
|
4259
|
-
NsInstanceConfig.ITheme = ITheme;
|
|
4260
|
-
if (false) {
|
|
4261
|
-
ITheme.prototype.color;
|
|
4262
|
-
ITheme.prototype.themeFile;
|
|
4263
|
-
ITheme.prototype.themeClass;
|
|
4264
|
-
ITheme.prototype.themeName;
|
|
4265
|
-
}
|
|
4266
|
-
function IThemeColor() { }
|
|
4267
|
-
NsInstanceConfig.IThemeColor = IThemeColor;
|
|
4268
|
-
if (false) {
|
|
4269
|
-
IThemeColor.prototype.accent;
|
|
4270
|
-
IThemeColor.prototype.primary;
|
|
4271
|
-
IThemeColor.prototype.warn;
|
|
4272
|
-
}
|
|
4273
|
-
function IOverrideThemeChanges() { }
|
|
4274
|
-
NsInstanceConfig.IOverrideThemeChanges = IOverrideThemeChanges;
|
|
4275
|
-
if (false) {
|
|
4276
|
-
IOverrideThemeChanges.prototype.isEnabled;
|
|
4277
|
-
IOverrideThemeChanges.prototype.desktop;
|
|
4278
|
-
IOverrideThemeChanges.prototype.mWeb;
|
|
4279
|
-
}
|
|
4280
|
-
function IDesktop() { }
|
|
4281
|
-
NsInstanceConfig.IDesktop = IDesktop;
|
|
4282
|
-
if (false) {
|
|
4283
|
-
IDesktop.prototype.animationDuration;
|
|
4284
|
-
IDesktop.prototype.logoUrl;
|
|
4285
|
-
IDesktop.prototype.logoText;
|
|
4286
|
-
IDesktop.prototype.logoDisplayTime;
|
|
4287
|
-
IDesktop.prototype.backgroundTheme;
|
|
4288
|
-
}
|
|
4289
|
-
function IMWeb() { }
|
|
4290
|
-
NsInstanceConfig.IMWeb = IMWeb;
|
|
4291
|
-
if (false) {
|
|
4292
|
-
IMWeb.prototype.logoUrl;
|
|
4293
|
-
IMWeb.prototype.logoText;
|
|
4294
|
-
}
|
|
4295
|
-
function ILogos() { }
|
|
4296
|
-
NsInstanceConfig.ILogos = ILogos;
|
|
4297
|
-
if (false) {
|
|
4298
|
-
ILogos.prototype.app;
|
|
4299
|
-
ILogos.prototype.appTransparent;
|
|
4300
|
-
ILogos.prototype.appSecondary;
|
|
4301
|
-
ILogos.prototype.aboutFooter;
|
|
4302
|
-
ILogos.prototype.aboutHeader;
|
|
4303
|
-
ILogos.prototype.appBottomNav;
|
|
4304
|
-
ILogos.prototype.company;
|
|
4305
|
-
ILogos.prototype.developedBy;
|
|
4306
|
-
ILogos.prototype.poweredBy;
|
|
4307
|
-
ILogos.prototype.defaultContent;
|
|
4308
|
-
ILogos.prototype.defaultSourceLogo;
|
|
4309
|
-
ILogos.prototype.landingLogo;
|
|
4310
|
-
ILogos.prototype.navbarLogo;
|
|
4311
|
-
ILogos.prototype.playListLogo;
|
|
4312
|
-
ILogos.prototype.thumpsUp;
|
|
4313
|
-
}
|
|
4314
|
-
function IMailIds() { }
|
|
4315
|
-
NsInstanceConfig.IMailIds = IMailIds;
|
|
4316
|
-
if (false) {
|
|
4317
|
-
IMailIds.prototype.contactUs;
|
|
4318
|
-
IMailIds.prototype.default;
|
|
4319
|
-
IMailIds.prototype.support;
|
|
4320
|
-
}
|
|
4321
|
-
function IDetails() { }
|
|
4322
|
-
NsInstanceConfig.IDetails = IDetails;
|
|
4323
|
-
if (false) {
|
|
4324
|
-
IDetails.prototype.appName;
|
|
4325
|
-
}
|
|
4326
|
-
function IPrimaryNavbarConfig() { }
|
|
4327
|
-
NsInstanceConfig.IPrimaryNavbarConfig = IPrimaryNavbarConfig;
|
|
4328
|
-
if (false) {
|
|
4329
|
-
IPrimaryNavbarConfig.prototype.mediumScreen;
|
|
4330
|
-
IPrimaryNavbarConfig.prototype.smallScreen;
|
|
4331
|
-
}
|
|
4332
|
-
function IPrimaryNavBarScreen() { }
|
|
4333
|
-
if (false) {
|
|
4334
|
-
IPrimaryNavBarScreen.prototype.left;
|
|
4335
|
-
IPrimaryNavBarScreen.prototype.right;
|
|
4336
|
-
}
|
|
4337
|
-
function IPrimaryNavBarSide() { }
|
|
4338
|
-
if (false) {
|
|
4339
|
-
IPrimaryNavBarSide.prototype.type;
|
|
4340
|
-
IPrimaryNavBarSide.prototype.config;
|
|
4341
|
-
}
|
|
4342
|
-
function ITelemetryConfig() { }
|
|
4343
|
-
NsInstanceConfig.ITelemetryConfig = ITelemetryConfig;
|
|
4344
|
-
if (false) {
|
|
4345
|
-
ITelemetryConfig.prototype.pdata;
|
|
4346
|
-
ITelemetryConfig.prototype.object;
|
|
4347
|
-
ITelemetryConfig.prototype.uid;
|
|
4348
|
-
ITelemetryConfig.prototype.authtoken;
|
|
4349
|
-
ITelemetryConfig.prototype.env;
|
|
4350
|
-
ITelemetryConfig.prototype.channel;
|
|
4351
|
-
ITelemetryConfig.prototype.batchsize;
|
|
4352
|
-
ITelemetryConfig.prototype.host;
|
|
4353
|
-
ITelemetryConfig.prototype.endpoint;
|
|
4354
|
-
ITelemetryConfig.prototype.apislug;
|
|
4355
|
-
ITelemetryConfig.prototype.sid;
|
|
4356
|
-
ITelemetryConfig.prototype.publicEndpoint;
|
|
4357
|
-
ITelemetryConfig.prototype.protectedEndpoint;
|
|
4358
|
-
}
|
|
4359
|
-
})(NsInstanceConfig || (NsInstanceConfig = {}));
|
|
4360
|
-
var NsAppsConfig;
|
|
4361
|
-
(function (NsAppsConfig) {
|
|
4362
|
-
function IAppsConfig() { }
|
|
4363
|
-
NsAppsConfig.IAppsConfig = IAppsConfig;
|
|
4364
|
-
if (false) {
|
|
4365
|
-
IAppsConfig.prototype.groups;
|
|
4366
|
-
IAppsConfig.prototype.features;
|
|
4367
|
-
IAppsConfig.prototype.tourGuide;
|
|
4368
|
-
}
|
|
4369
|
-
function IGroup() { }
|
|
4370
|
-
NsAppsConfig.IGroup = IGroup;
|
|
4371
|
-
if (false) {
|
|
4372
|
-
IGroup.prototype.id;
|
|
4373
|
-
IGroup.prototype.iconType;
|
|
4374
|
-
IGroup.prototype.icon;
|
|
4375
|
-
IGroup.prototype.keywords;
|
|
4376
|
-
IGroup.prototype.name;
|
|
4377
|
-
IGroup.prototype.toolTip;
|
|
4378
|
-
IGroup.prototype.featureIds;
|
|
4379
|
-
IGroup.prototype.stripBackground;
|
|
4380
|
-
IGroup.prototype.hasRole;
|
|
4381
|
-
}
|
|
4382
|
-
function IFeature() { }
|
|
4383
|
-
NsAppsConfig.IFeature = IFeature;
|
|
4384
|
-
if (false) {
|
|
4385
|
-
IFeature.prototype.name;
|
|
4386
|
-
IFeature.prototype.id;
|
|
4387
|
-
IFeature.prototype.url;
|
|
4388
|
-
IFeature.prototype.permission;
|
|
4389
|
-
IFeature.prototype.iconType;
|
|
4390
|
-
IFeature.prototype.icon;
|
|
4391
|
-
IFeature.prototype.keywords;
|
|
4392
|
-
IFeature.prototype.toolTip;
|
|
4393
|
-
IFeature.prototype.accessKey;
|
|
4394
|
-
IFeature.prototype.status;
|
|
4395
|
-
IFeature.prototype.shortName;
|
|
4396
|
-
IFeature.prototype.description;
|
|
4397
|
-
IFeature.prototype.badgeEndpoint;
|
|
4398
|
-
IFeature.prototype.mobileAppFunction;
|
|
4399
|
-
IFeature.prototype.color;
|
|
4400
|
-
IFeature.prototype.target;
|
|
4401
|
-
}
|
|
4402
|
-
})(NsAppsConfig || (NsAppsConfig = {}));
|
|
4403
|
-
var NsUser;
|
|
4404
|
-
(function (NsUser) {
|
|
4405
|
-
function IUserProfile() { }
|
|
4406
|
-
NsUser.IUserProfile = IUserProfile;
|
|
4407
|
-
if (false) {
|
|
4408
|
-
IUserProfile.prototype.userId;
|
|
4409
|
-
IUserProfile.prototype.email;
|
|
4410
|
-
IUserProfile.prototype.departmentName;
|
|
4411
|
-
IUserProfile.prototype.userName;
|
|
4412
|
-
IUserProfile.prototype.firstName;
|
|
4413
|
-
IUserProfile.prototype.surName;
|
|
4414
|
-
IUserProfile.prototype.middleName;
|
|
4415
|
-
IUserProfile.prototype.lastName;
|
|
4416
|
-
IUserProfile.prototype.rootOrgId;
|
|
4417
|
-
IUserProfile.prototype.rootOrgName;
|
|
4418
|
-
IUserProfile.prototype.profileImage;
|
|
4419
|
-
IUserProfile.prototype.givenName;
|
|
4420
|
-
IUserProfile.prototype.country;
|
|
4421
|
-
IUserProfile.prototype.unit;
|
|
4422
|
-
IUserProfile.prototype.source_profile_picture;
|
|
4423
|
-
IUserProfile.prototype.dealerCode;
|
|
4424
|
-
IUserProfile.prototype.isManager;
|
|
4425
|
-
IUserProfile.prototype.competencies;
|
|
4426
|
-
IUserProfile.prototype.systemTopics;
|
|
4427
|
-
IUserProfile.prototype.desiredTopics;
|
|
4428
|
-
IUserProfile.prototype.desiredCompetencies;
|
|
4429
|
-
IUserProfile.prototype.userRoles;
|
|
4430
|
-
IUserProfile.prototype.profileUpdateCompletion;
|
|
4431
|
-
IUserProfile.prototype.profileImageUrl;
|
|
4432
|
-
IUserProfile.prototype.professionalDetails;
|
|
4433
|
-
IUserProfile.prototype.webPortalLang;
|
|
4434
|
-
IUserProfile.prototype.departmentImg;
|
|
4435
|
-
}
|
|
4436
|
-
function INodebbUserProfile() { }
|
|
4437
|
-
NsUser.INodebbUserProfile = INodebbUserProfile;
|
|
4438
|
-
if (false) {
|
|
4439
|
-
INodebbUserProfile.prototype.username;
|
|
4440
|
-
INodebbUserProfile.prototype.email;
|
|
4441
|
-
}
|
|
4442
|
-
function IUserPidProfile() { }
|
|
4443
|
-
NsUser.IUserPidProfile = IUserPidProfile;
|
|
4444
|
-
if (false) {
|
|
4445
|
-
IUserPidProfile.prototype.kid_updated;
|
|
4446
|
-
IUserPidProfile.prototype.user;
|
|
4447
|
-
}
|
|
4448
|
-
function IUserPidProfileV2() { }
|
|
4449
|
-
NsUser.IUserPidProfileV2 = IUserPidProfileV2;
|
|
4450
|
-
if (false) {
|
|
4451
|
-
IUserPidProfileV2.prototype.kid_updated;
|
|
4452
|
-
IUserPidProfileV2.prototype.result;
|
|
4453
|
-
}
|
|
4454
|
-
function IUserPidProfileVer2() { }
|
|
4455
|
-
NsUser.IUserPidProfileVer2 = IUserPidProfileVer2;
|
|
4456
|
-
if (false) {
|
|
4457
|
-
IUserPidProfileVer2.prototype.result;
|
|
4458
|
-
}
|
|
4459
|
-
function ISourceData() { }
|
|
4460
|
-
if (false) {
|
|
4461
|
-
ISourceData.prototype.GID;
|
|
4462
|
-
ISourceData.prototype.SNAMPRE;
|
|
4463
|
-
ISourceData.prototype.SNAMADD;
|
|
4464
|
-
ISourceData.prototype.LASTNAME;
|
|
4465
|
-
ISourceData.prototype.SN;
|
|
4466
|
-
ISourceData.prototype.GIVENNAME;
|
|
4467
|
-
ISourceData.prototype.NICKNAME;
|
|
4468
|
-
ISourceData.prototype.PREFERREDSN;
|
|
4469
|
-
ISourceData.prototype.PERSONALTITLE;
|
|
4470
|
-
ISourceData.prototype.MOBILE;
|
|
4471
|
-
ISourceData.prototype.MAIL;
|
|
4472
|
-
ISourceData.prototype.DEPARTMENTTEXT;
|
|
4473
|
-
ISourceData.prototype.COSTLOCATIONUNIT;
|
|
4474
|
-
ISourceData.prototype.COSTLOCATION;
|
|
4475
|
-
ISourceData.prototype.ORGID;
|
|
4476
|
-
ISourceData.prototype.MGMTRESP;
|
|
4477
|
-
ISourceData.prototype.UTC;
|
|
4478
|
-
ISourceData.prototype.CNAMEENG;
|
|
4479
|
-
ISourceData.prototype.LNAMEINT;
|
|
4480
|
-
ISourceData.prototype.USERTYPE;
|
|
4481
|
-
ISourceData.prototype.STATUS;
|
|
4482
|
-
ISourceData.prototype.CONTRACTSTATUS;
|
|
4483
|
-
}
|
|
4484
|
-
function IUser() { }
|
|
4485
|
-
if (false) {
|
|
4486
|
-
IUser.prototype.wid;
|
|
4487
|
-
IUser.prototype.root_org;
|
|
4488
|
-
IUser.prototype.org;
|
|
4489
|
-
IUser.prototype.is_active;
|
|
4490
|
-
IUser.prototype.account_expiry_date;
|
|
4491
|
-
IUser.prototype.kid;
|
|
4492
|
-
IUser.prototype.imported_source_name;
|
|
4493
|
-
IUser.prototype.source_id;
|
|
4494
|
-
IUser.prototype.username;
|
|
4495
|
-
IUser.prototype.first_name;
|
|
4496
|
-
IUser.prototype.last_name;
|
|
4497
|
-
IUser.prototype.middle_name;
|
|
4498
|
-
IUser.prototype.known_as;
|
|
4499
|
-
IUser.prototype.salutation;
|
|
4500
|
-
IUser.prototype.email;
|
|
4501
|
-
IUser.prototype.gender;
|
|
4502
|
-
IUser.prototype.dob;
|
|
4503
|
-
IUser.prototype.languages_known;
|
|
4504
|
-
IUser.prototype.preferred_language;
|
|
4505
|
-
IUser.prototype.source_profile_picture;
|
|
4506
|
-
IUser.prototype.residence_country;
|
|
4507
|
-
IUser.prototype.residence_state;
|
|
4508
|
-
IUser.prototype.residence_city;
|
|
4509
|
-
IUser.prototype.contact_phone_number_office;
|
|
4510
|
-
IUser.prototype.contact_phone_number_home;
|
|
4511
|
-
IUser.prototype.contact_phone_number_personal;
|
|
4512
|
-
IUser.prototype.employement_status;
|
|
4513
|
-
IUser.prototype.contract_type;
|
|
4514
|
-
IUser.prototype.job_title;
|
|
4515
|
-
IUser.prototype.job_role;
|
|
4516
|
-
IUser.prototype.department_name;
|
|
4517
|
-
IUser.prototype.unit_name;
|
|
4518
|
-
IUser.prototype.organization_location_country;
|
|
4519
|
-
IUser.prototype.organization_location_state;
|
|
4520
|
-
IUser.prototype.organization_location_city;
|
|
4521
|
-
IUser.prototype.time_inserted;
|
|
4522
|
-
IUser.prototype.time_updated;
|
|
4523
|
-
IUser.prototype.json_unmapped_fields;
|
|
4524
|
-
IUser.prototype.source_data;
|
|
4525
|
-
}
|
|
4526
|
-
function IRootOrg() { }
|
|
4527
|
-
if (false) {
|
|
4528
|
-
IRootOrg.prototype.dateTime;
|
|
4529
|
-
IRootOrg.prototype.preferredLanguage;
|
|
4530
|
-
IRootOrg.prototype.keys;
|
|
4531
|
-
IRootOrg.prototype.channel;
|
|
4532
|
-
IRootOrg.prototype.approvedBy;
|
|
4533
|
-
IRootOrg.prototype.description;
|
|
4534
|
-
IRootOrg.prototype.updatedDate;
|
|
4535
|
-
IRootOrg.prototype.addressId;
|
|
4536
|
-
IRootOrg.prototype.orgType;
|
|
4537
|
-
IRootOrg.prototype.provider;
|
|
4538
|
-
IRootOrg.prototype.orgCode;
|
|
4539
|
-
IRootOrg.prototype.locationId;
|
|
4540
|
-
IRootOrg.prototype.theme;
|
|
4541
|
-
IRootOrg.prototype.id;
|
|
4542
|
-
IRootOrg.prototype.isApproved;
|
|
4543
|
-
IRootOrg.prototype.communityId;
|
|
4544
|
-
IRootOrg.prototype.slug;
|
|
4545
|
-
IRootOrg.prototype.email;
|
|
4546
|
-
IRootOrg.prototype.isSSOEnabled;
|
|
4547
|
-
IRootOrg.prototype.thumbnail;
|
|
4548
|
-
IRootOrg.prototype.updatedBy;
|
|
4549
|
-
IRootOrg.prototype.orgName;
|
|
4550
|
-
IRootOrg.prototype.locationIds;
|
|
4551
|
-
IRootOrg.prototype.externalId;
|
|
4552
|
-
IRootOrg.prototype.isRootOrg;
|
|
4553
|
-
IRootOrg.prototype.rootOrgId;
|
|
4554
|
-
IRootOrg.prototype.imgUrl;
|
|
4555
|
-
IRootOrg.prototype.approvedDate;
|
|
4556
|
-
IRootOrg.prototype.orgTypeId;
|
|
4557
|
-
IRootOrg.prototype.homeUrl;
|
|
4558
|
-
IRootOrg.prototype.isDefault;
|
|
4559
|
-
IRootOrg.prototype.createdDate;
|
|
4560
|
-
IRootOrg.prototype.contactDetail;
|
|
4561
|
-
IRootOrg.prototype.parentOrgId;
|
|
4562
|
-
IRootOrg.prototype.createdBy;
|
|
4563
|
-
IRootOrg.prototype.hashTagId;
|
|
4564
|
-
IRootOrg.prototype.noOfMembers;
|
|
4565
|
-
IRootOrg.prototype.status;
|
|
4566
|
-
}
|
|
4567
|
-
function IOrg() { }
|
|
4568
|
-
if (false) {
|
|
4569
|
-
IOrg.prototype.updatedBy;
|
|
4570
|
-
IOrg.prototype.organisationId;
|
|
4571
|
-
IOrg.prototype.orgName;
|
|
4572
|
-
IOrg.prototype.addedByName;
|
|
4573
|
-
IOrg.prototype.addedBy;
|
|
4574
|
-
IOrg.prototype.roles;
|
|
4575
|
-
IOrg.prototype.approvedBy;
|
|
4576
|
-
IOrg.prototype.updatedDate;
|
|
4577
|
-
IOrg.prototype.userId;
|
|
4578
|
-
IOrg.prototype.approvaldate;
|
|
4579
|
-
IOrg.prototype.isDeleted;
|
|
4580
|
-
IOrg.prototype.parentOrgId;
|
|
4581
|
-
IOrg.prototype.hashTagId;
|
|
4582
|
-
IOrg.prototype.isRejected;
|
|
4583
|
-
IOrg.prototype.position;
|
|
4584
|
-
IOrg.prototype.id;
|
|
4585
|
-
IOrg.prototype.orgjoindate;
|
|
4586
|
-
IOrg.prototype.isApproved;
|
|
4587
|
-
IOrg.prototype.orgLeftDate;
|
|
4588
|
-
}
|
|
4589
|
-
function IUserV2() { }
|
|
4590
|
-
if (false) {
|
|
4591
|
-
IUserV2.prototype.surName;
|
|
4592
|
-
IUserV2.prototype.maskedPhone;
|
|
4593
|
-
IUserV2.prototype.rootOrgName;
|
|
4594
|
-
IUserV2.prototype.subject;
|
|
4595
|
-
IUserV2.prototype.channel;
|
|
4596
|
-
IUserV2.prototype.language;
|
|
4597
|
-
IUserV2.prototype.updatedDate;
|
|
4598
|
-
IUserV2.prototype.managedBy;
|
|
4599
|
-
IUserV2.prototype.flagsValue;
|
|
4600
|
-
IUserV2.prototype.id;
|
|
4601
|
-
IUserV2.prototype.recoveryEmail;
|
|
4602
|
-
IUserV2.prototype.identifier;
|
|
4603
|
-
IUserV2.prototype.thumbnail;
|
|
4604
|
-
IUserV2.prototype.profileVisibility;
|
|
4605
|
-
IUserV2.prototype.updatedBy;
|
|
4606
|
-
IUserV2.prototype.accesscode;
|
|
4607
|
-
IUserV2.prototype.locationIds;
|
|
4608
|
-
IUserV2.prototype.externalIds;
|
|
4609
|
-
IUserV2.prototype.registryId;
|
|
4610
|
-
IUserV2.prototype.rootOrgId;
|
|
4611
|
-
IUserV2.prototype.prevUsedEmail;
|
|
4612
|
-
IUserV2.prototype.firstName;
|
|
4613
|
-
IUserV2.prototype.tncAcceptedOn;
|
|
4614
|
-
IUserV2.prototype.phone;
|
|
4615
|
-
IUserV2.prototype.dob;
|
|
4616
|
-
IUserV2.prototype.grade;
|
|
4617
|
-
IUserV2.prototype.currentLoginTime;
|
|
4618
|
-
IUserV2.prototype.userType;
|
|
4619
|
-
IUserV2.prototype.status;
|
|
4620
|
-
IUserV2.prototype.lastName;
|
|
4621
|
-
IUserV2.prototype.gender;
|
|
4622
|
-
IUserV2.prototype.roles;
|
|
4623
|
-
IUserV2.prototype.prevUsedPhone;
|
|
4624
|
-
IUserV2.prototype.stateValidated;
|
|
4625
|
-
IUserV2.prototype.isDeleted;
|
|
4626
|
-
IUserV2.prototype.organisations;
|
|
4627
|
-
IUserV2.prototype.countryCode;
|
|
4628
|
-
IUserV2.prototype.maskedEmail;
|
|
4629
|
-
IUserV2.prototype.tempPassword;
|
|
4630
|
-
IUserV2.prototype.email;
|
|
4631
|
-
IUserV2.prototype.rootOrg;
|
|
4632
|
-
IUserV2.prototype.profileSummary;
|
|
4633
|
-
IUserV2.prototype.phoneVerified;
|
|
4634
|
-
IUserV2.prototype.recoveryPhone;
|
|
4635
|
-
IUserV2.prototype.userName;
|
|
4636
|
-
IUserV2.prototype.userId;
|
|
4637
|
-
IUserV2.prototype.lastLoginTime;
|
|
4638
|
-
IUserV2.prototype.emailVerified;
|
|
4639
|
-
IUserV2.prototype.framework;
|
|
4640
|
-
IUserV2.prototype.createdDate;
|
|
4641
|
-
IUserV2.prototype.createdBy;
|
|
4642
|
-
IUserV2.prototype.location;
|
|
4643
|
-
IUserV2.prototype.tncAcceptedVersion;
|
|
4644
|
-
}
|
|
4645
|
-
function IUserVer2() { }
|
|
4646
|
-
if (false) {
|
|
4647
|
-
IUserVer2.prototype.firstname;
|
|
4648
|
-
IUserVer2.prototype.motherTongue;
|
|
4649
|
-
IUserVer2.prototype.secondaryEmail;
|
|
4650
|
-
IUserVer2.prototype.gender;
|
|
4651
|
-
IUserVer2.prototype.mobile;
|
|
4652
|
-
IUserVer2.prototype.middlename;
|
|
4653
|
-
IUserVer2.prototype.telephone;
|
|
4654
|
-
IUserVer2.prototype.osid;
|
|
4655
|
-
IUserVer2.prototype.primaryEmailType;
|
|
4656
|
-
IUserVer2.prototype.knownLanguages;
|
|
4657
|
-
IUserVer2.prototype.wid;
|
|
4658
|
-
IUserVer2.prototype.nationality;
|
|
4659
|
-
IUserVer2.prototype.surname;
|
|
4660
|
-
IUserVer2.prototype.dob;
|
|
4661
|
-
IUserVer2.prototype.category;
|
|
4662
|
-
IUserVer2.prototype.primaryEmail;
|
|
4663
|
-
IUserVer2.prototype.maritalStatus;
|
|
4664
|
-
IUserVer2.prototype.residenceAddress;
|
|
4665
|
-
IUserVer2.prototype.result;
|
|
4666
|
-
}
|
|
4667
|
-
function ILanguages() { }
|
|
4668
|
-
NsUser.ILanguages = ILanguages;
|
|
4669
|
-
if (false) {
|
|
4670
|
-
ILanguages.prototype.name;
|
|
4671
|
-
}
|
|
4672
|
-
})(NsUser || (NsUser = {}));
|
|
4673
|
-
|
|
4674
|
-
function IWsMsTokenModelResponse() { }
|
|
4675
|
-
if (false) {
|
|
4676
|
-
IWsMsTokenModelResponse.prototype.accessToken;
|
|
4677
|
-
IWsMsTokenModelResponse.prototype.expiresOn;
|
|
4678
|
-
IWsMsTokenModelResponse.prototype.resource;
|
|
4679
|
-
IWsMsTokenModelResponse.prototype.tokenType;
|
|
4680
|
-
}
|
|
4681
3749
|
|
|
4682
3750
|
var NsContent;
|
|
4683
3751
|
(function (NsContent) {
|
|
4684
|
-
function IContinueLearningData() { }
|
|
4685
|
-
NsContent.IContinueLearningData = IContinueLearningData;
|
|
4686
|
-
if (false) {
|
|
4687
|
-
IContinueLearningData.prototype.continueData;
|
|
4688
|
-
}
|
|
4689
|
-
function IContent() { }
|
|
4690
|
-
NsContent.IContent = IContent;
|
|
4691
|
-
if (false) {
|
|
4692
|
-
IContent.prototype.platform;
|
|
4693
|
-
IContent.prototype.addedOn;
|
|
4694
|
-
IContent.prototype.appIcon;
|
|
4695
|
-
IContent.prototype.artifactUrl;
|
|
4696
|
-
IContent.prototype.averageRating;
|
|
4697
|
-
IContent.prototype.body;
|
|
4698
|
-
IContent.prototype.certificationList;
|
|
4699
|
-
IContent.prototype.certificationStatus;
|
|
4700
|
-
IContent.prototype.certificationSubmissionDate;
|
|
4701
|
-
IContent.prototype.certificationUrl;
|
|
4702
|
-
IContent.prototype.children;
|
|
4703
|
-
IContent.prototype.childrenClassifiers;
|
|
4704
|
-
IContent.prototype.clients;
|
|
4705
|
-
IContent.prototype.collections;
|
|
4706
|
-
IContent.prototype.complexityLevel;
|
|
4707
|
-
IContent.prototype.contentId;
|
|
4708
|
-
IContent.prototype.contentType;
|
|
4709
|
-
IContent.prototype.difficultyLevel;
|
|
4710
|
-
IContent.prototype.primaryCategory;
|
|
4711
|
-
IContent.prototype.contentUrlAtSource;
|
|
4712
|
-
IContent.prototype.creatorContacts;
|
|
4713
|
-
IContent.prototype.creatorDetails;
|
|
4714
|
-
IContent.prototype.creatorLogo;
|
|
4715
|
-
IContent.prototype.creatorPosterImage;
|
|
4716
|
-
IContent.prototype.creatorThumbnail;
|
|
4717
|
-
IContent.prototype.curatedTags;
|
|
4718
|
-
IContent.prototype.description;
|
|
4719
|
-
IContent.prototype.displayContentType;
|
|
4720
|
-
IContent.prototype.downloadUrl;
|
|
4721
|
-
IContent.prototype.duration;
|
|
4722
|
-
IContent.prototype.exclusiveContent;
|
|
4723
|
-
IContent.prototype.expiryDate;
|
|
4724
|
-
IContent.prototype.equivalentCertifications;
|
|
4725
|
-
IContent.prototype.hasAccess;
|
|
4726
|
-
IContent.prototype.hasAssessment;
|
|
4727
|
-
IContent.prototype.idealScreenSize;
|
|
4728
|
-
IContent.prototype.identifier;
|
|
4729
|
-
IContent.prototype.introductoryVideo;
|
|
4730
|
-
IContent.prototype.introductoryVideoIcon;
|
|
4731
|
-
IContent.prototype.learningTrack;
|
|
4732
|
-
IContent.prototype.isExternal;
|
|
4733
|
-
IContent.prototype.isIframeSupported;
|
|
4734
|
-
IContent.prototype.isInIntranet;
|
|
4735
|
-
IContent.prototype.keywords;
|
|
4736
|
-
IContent.prototype.kArtifacts;
|
|
4737
|
-
IContent.prototype.lastUpdatedOn;
|
|
4738
|
-
IContent.prototype.learningMode;
|
|
4739
|
-
IContent.prototype.learningObjective;
|
|
4740
|
-
IContent.prototype.labels;
|
|
4741
|
-
IContent.prototype.locale;
|
|
4742
|
-
IContent.prototype.hasTranslations;
|
|
4743
|
-
IContent.prototype.isTranslationOf;
|
|
4744
|
-
IContent.prototype.me_totalSessionsCount;
|
|
4745
|
-
IContent.prototype.mediaType;
|
|
4746
|
-
IContent.prototype.mimeType;
|
|
4747
|
-
IContent.prototype.miniGOTVersion;
|
|
4748
|
-
IContent.prototype.msArtifactDetails;
|
|
4749
|
-
IContent.prototype.mode;
|
|
4750
|
-
IContent.prototype.name;
|
|
4751
|
-
IContent.prototype.nextCertificationAttemptDate;
|
|
4752
|
-
IContent.prototype.playgroundInstructions;
|
|
4753
|
-
IContent.prototype.playgroundResources;
|
|
4754
|
-
IContent.prototype.postContents;
|
|
4755
|
-
IContent.prototype.posterImage;
|
|
4756
|
-
IContent.prototype.preContents;
|
|
4757
|
-
IContent.prototype.preRequisites;
|
|
4758
|
-
IContent.prototype.price;
|
|
4759
|
-
IContent.prototype.proctorUrl;
|
|
4760
|
-
IContent.prototype.progress;
|
|
4761
|
-
IContent.prototype.programDuration;
|
|
4762
|
-
IContent.prototype.publishedOn;
|
|
4763
|
-
IContent.prototype.recentCertificationAttemptScore;
|
|
4764
|
-
IContent.prototype.recommendationReasons;
|
|
4765
|
-
IContent.prototype.region;
|
|
4766
|
-
IContent.prototype.registrationUrl;
|
|
4767
|
-
IContent.prototype.registrationInstructions;
|
|
4768
|
-
IContent.prototype.resourceCategory;
|
|
4769
|
-
IContent.prototype.resourceType;
|
|
4770
|
-
IContent.prototype.size;
|
|
4771
|
-
IContent.prototype.skills;
|
|
4772
|
-
IContent.prototype.softwareRequirements;
|
|
4773
|
-
IContent.prototype.sourceName;
|
|
4774
|
-
IContent.prototype.sourceShortName;
|
|
4775
|
-
IContent.prototype.sourceIconUrl;
|
|
4776
|
-
IContent.prototype.sourceUrl;
|
|
4777
|
-
IContent.prototype.ssoEnabled;
|
|
4778
|
-
IContent.prototype.status;
|
|
4779
|
-
IContent.prototype.subTitle;
|
|
4780
|
-
IContent.prototype.subTitles;
|
|
4781
|
-
IContent.prototype.studyMaterials;
|
|
4782
|
-
IContent.prototype.systemRequirements;
|
|
4783
|
-
IContent.prototype.tags;
|
|
4784
|
-
IContent.prototype.topics;
|
|
4785
|
-
IContent.prototype.totalLikes;
|
|
4786
|
-
IContent.prototype.totalRating;
|
|
4787
|
-
IContent.prototype.track;
|
|
4788
|
-
IContent.prototype.uniqueLearners;
|
|
4789
|
-
IContent.prototype.viewCount;
|
|
4790
|
-
IContent.prototype.reason;
|
|
4791
|
-
IContent.prototype.trainingLHubCount;
|
|
4792
|
-
IContent.prototype.verifiers;
|
|
4793
|
-
IContent.prototype.references;
|
|
4794
|
-
IContent.prototype.resumePage;
|
|
4795
|
-
IContent.prototype.optionalReading;
|
|
4796
|
-
IContent.prototype.additionalTags;
|
|
4797
|
-
}
|
|
4798
3752
|
let EPrimaryCategory;
|
|
4799
3753
|
(function (EPrimaryCategory) {
|
|
4800
3754
|
EPrimaryCategory["PROGRAM"] = "Program";
|
|
@@ -4817,133 +3771,6 @@ var NsContent;
|
|
|
4817
3771
|
EPrimaryCategory["LEARNING_JOURNEY"] = "Learning Journeys";
|
|
4818
3772
|
EPrimaryCategory["CHANNEL"] = "Channel";
|
|
4819
3773
|
})(EPrimaryCategory = NsContent.EPrimaryCategory || (NsContent.EPrimaryCategory = {}));
|
|
4820
|
-
function IContentMinimal() { }
|
|
4821
|
-
NsContent.IContentMinimal = IContentMinimal;
|
|
4822
|
-
if (false) {
|
|
4823
|
-
IContentMinimal.prototype.appIcon;
|
|
4824
|
-
IContentMinimal.prototype.artifactUrl;
|
|
4825
|
-
IContentMinimal.prototype.complexityLevel;
|
|
4826
|
-
IContentMinimal.prototype.contentType;
|
|
4827
|
-
IContentMinimal.prototype.primaryCategory;
|
|
4828
|
-
IContentMinimal.prototype.description;
|
|
4829
|
-
IContentMinimal.prototype.displayContentType;
|
|
4830
|
-
IContentMinimal.prototype.duration;
|
|
4831
|
-
IContentMinimal.prototype.identifier;
|
|
4832
|
-
IContentMinimal.prototype.hasAccess;
|
|
4833
|
-
IContentMinimal.prototype.isInIntranet;
|
|
4834
|
-
IContentMinimal.prototype.learningMode;
|
|
4835
|
-
IContentMinimal.prototype.mimeType;
|
|
4836
|
-
IContentMinimal.prototype.name;
|
|
4837
|
-
IContentMinimal.prototype.creatorDetails;
|
|
4838
|
-
IContentMinimal.prototype.creatorContacts;
|
|
4839
|
-
IContentMinimal.prototype.PosterImage;
|
|
4840
|
-
IContentMinimal.prototype.resourceType;
|
|
4841
|
-
IContentMinimal.prototype.totalRating;
|
|
4842
|
-
}
|
|
4843
|
-
function ICollectionHierarchyResponse() { }
|
|
4844
|
-
NsContent.ICollectionHierarchyResponse = ICollectionHierarchyResponse;
|
|
4845
|
-
if (false) {
|
|
4846
|
-
ICollectionHierarchyResponse.prototype.data;
|
|
4847
|
-
ICollectionHierarchyResponse.prototype.hasMore;
|
|
4848
|
-
ICollectionHierarchyResponse.prototype.totalContents;
|
|
4849
|
-
}
|
|
4850
|
-
function IRelatedContentMeta() { }
|
|
4851
|
-
NsContent.IRelatedContentMeta = IRelatedContentMeta;
|
|
4852
|
-
if (false) {
|
|
4853
|
-
IRelatedContentMeta.prototype.identifier;
|
|
4854
|
-
IRelatedContentMeta.prototype.name;
|
|
4855
|
-
}
|
|
4856
|
-
function IMarkAsCompleteProgress() { }
|
|
4857
|
-
if (false) {
|
|
4858
|
-
IMarkAsCompleteProgress.prototype.progressStatus;
|
|
4859
|
-
IMarkAsCompleteProgress.prototype.showMarkAsComplete;
|
|
4860
|
-
IMarkAsCompleteProgress.prototype.markAsCompleteReason;
|
|
4861
|
-
IMarkAsCompleteProgress.prototype.progressSupported;
|
|
4862
|
-
IMarkAsCompleteProgress.prototype.progress;
|
|
4863
|
-
}
|
|
4864
|
-
function ITag() { }
|
|
4865
|
-
if (false) {
|
|
4866
|
-
ITag.prototype.id;
|
|
4867
|
-
ITag.prototype.type;
|
|
4868
|
-
ITag.prototype.value;
|
|
4869
|
-
}
|
|
4870
|
-
function IMSArtifactDetails() { }
|
|
4871
|
-
if (false) {
|
|
4872
|
-
IMSArtifactDetails.prototype.channelId;
|
|
4873
|
-
IMSArtifactDetails.prototype.videoId;
|
|
4874
|
-
}
|
|
4875
|
-
function IClient() { }
|
|
4876
|
-
if (false) {
|
|
4877
|
-
IClient.prototype.displayName;
|
|
4878
|
-
IClient.prototype.id;
|
|
4879
|
-
IClient.prototype.name;
|
|
4880
|
-
}
|
|
4881
|
-
function ISubtitle() { }
|
|
4882
|
-
if (false) {
|
|
4883
|
-
ISubtitle.prototype.srclang;
|
|
4884
|
-
ISubtitle.prototype.label;
|
|
4885
|
-
ISubtitle.prototype.url;
|
|
4886
|
-
}
|
|
4887
|
-
function IPrePostContent() { }
|
|
4888
|
-
if (false) {
|
|
4889
|
-
IPrePostContent.prototype.identifier;
|
|
4890
|
-
IPrePostContent.prototype.name;
|
|
4891
|
-
}
|
|
4892
|
-
function IResourceDetail() { }
|
|
4893
|
-
if (false) {
|
|
4894
|
-
IResourceDetail.prototype.title;
|
|
4895
|
-
IResourceDetail.prototype.url;
|
|
4896
|
-
}
|
|
4897
|
-
function IResourcePlayground() { }
|
|
4898
|
-
if (false) {
|
|
4899
|
-
IResourcePlayground.prototype.appIcon;
|
|
4900
|
-
IResourcePlayground.prototype.artifactUrl;
|
|
4901
|
-
IResourcePlayground.prototype.identifier;
|
|
4902
|
-
IResourcePlayground.prototype.name;
|
|
4903
|
-
}
|
|
4904
|
-
function ITrack() { }
|
|
4905
|
-
if (false) {
|
|
4906
|
-
ITrack.prototype.id;
|
|
4907
|
-
ITrack.prototype.name;
|
|
4908
|
-
ITrack.prototype.status;
|
|
4909
|
-
ITrack.prototype.visibility;
|
|
4910
|
-
}
|
|
4911
|
-
function ISkill() { }
|
|
4912
|
-
if (false) {
|
|
4913
|
-
ISkill.prototype.id;
|
|
4914
|
-
ISkill.prototype.category;
|
|
4915
|
-
ISkill.prototype.skill;
|
|
4916
|
-
ISkill.prototype.name;
|
|
4917
|
-
}
|
|
4918
|
-
function ICreator() { }
|
|
4919
|
-
NsContent.ICreator = ICreator;
|
|
4920
|
-
if (false) {
|
|
4921
|
-
ICreator.prototype.id;
|
|
4922
|
-
ICreator.prototype.name;
|
|
4923
|
-
ICreator.prototype.email;
|
|
4924
|
-
}
|
|
4925
|
-
function IContentTopic() { }
|
|
4926
|
-
NsContent.IContentTopic = IContentTopic;
|
|
4927
|
-
if (false) {
|
|
4928
|
-
IContentTopic.prototype.identifier;
|
|
4929
|
-
IContentTopic.prototype.name;
|
|
4930
|
-
}
|
|
4931
|
-
function IContact() { }
|
|
4932
|
-
NsContent.IContact = IContact;
|
|
4933
|
-
if (false) {
|
|
4934
|
-
IContact.prototype.id;
|
|
4935
|
-
IContact.prototype.name;
|
|
4936
|
-
IContact.prototype.email;
|
|
4937
|
-
}
|
|
4938
|
-
function IViewerContinueLearningRequest() { }
|
|
4939
|
-
NsContent.IViewerContinueLearningRequest = IViewerContinueLearningRequest;
|
|
4940
|
-
if (false) {
|
|
4941
|
-
IViewerContinueLearningRequest.prototype.resourceId;
|
|
4942
|
-
IViewerContinueLearningRequest.prototype.contextPathId;
|
|
4943
|
-
IViewerContinueLearningRequest.prototype.data;
|
|
4944
|
-
IViewerContinueLearningRequest.prototype.dateAccessed;
|
|
4945
|
-
IViewerContinueLearningRequest.prototype.contextType;
|
|
4946
|
-
}
|
|
4947
3774
|
let EContentTypes;
|
|
4948
3775
|
(function (EContentTypes) {
|
|
4949
3776
|
EContentTypes["PROGRAM"] = "Learning Path";
|
|
@@ -5069,12 +3896,12 @@ const API_END_POINTS = {
|
|
|
5069
3896
|
CONTENT_HISTORY: `${PROTECTED_SLAG_V8}/user/history`,
|
|
5070
3897
|
USER_CONTINUE_LEARNING: `${PROTECTED_SLAG_V8}/user/history/continue`,
|
|
5071
3898
|
CONTENT_RATING: `${PROTECTED_SLAG_V8}/user/rating`,
|
|
5072
|
-
COLLECTION_HIERARCHY:
|
|
3899
|
+
COLLECTION_HIERARCHY: ɵ0,
|
|
5073
3900
|
REGISTRATION_STATUS: `${PROTECTED_SLAG_V8}/admin/userRegistration/checkUserRegistrationContent`,
|
|
5074
|
-
MARK_AS_COMPLETE_META:
|
|
5075
|
-
EXT_USER_COURSE_ENROLL:
|
|
3901
|
+
MARK_AS_COMPLETE_META: ɵ1,
|
|
3902
|
+
EXT_USER_COURSE_ENROLL: ɵ2,
|
|
5076
3903
|
EXT_CONTENT_EROLL: `/apis/proxies/v8/cios-enroll/v1/create`,
|
|
5077
|
-
CERT_DOWNLOAD:
|
|
3904
|
+
CERT_DOWNLOAD: ɵ3,
|
|
5078
3905
|
};
|
|
5079
3906
|
class WidgetContentService {
|
|
5080
3907
|
constructor(http, configSvc) {
|
|
@@ -5116,7 +3943,7 @@ class WidgetContentService {
|
|
|
5116
3943
|
}
|
|
5117
3944
|
continueLearning(id, collectionId, collectionType) {
|
|
5118
3945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5119
|
-
return new Promise((
|
|
3946
|
+
return new Promise((resolve) => __awaiter(this, void 0, void 0, function* () {
|
|
5120
3947
|
if (collectionType &&
|
|
5121
3948
|
collectionType.toLowerCase() === 'playlist') {
|
|
5122
3949
|
const reqBody = {
|
|
@@ -5129,9 +3956,9 @@ class WidgetContentService {
|
|
|
5129
3956
|
dateAccessed: Date.now(),
|
|
5130
3957
|
contextType: 'playlist',
|
|
5131
3958
|
};
|
|
5132
|
-
yield this.saveContinueLearning(reqBody).toPromise().catch().finally((
|
|
3959
|
+
yield this.saveContinueLearning(reqBody).toPromise().catch().finally(() => {
|
|
5133
3960
|
resolve(true);
|
|
5134
|
-
})
|
|
3961
|
+
});
|
|
5135
3962
|
}
|
|
5136
3963
|
else {
|
|
5137
3964
|
const reqBody = {
|
|
@@ -5140,23 +3967,23 @@ class WidgetContentService {
|
|
|
5140
3967
|
data: JSON.stringify({ timestamp: Date.now() }),
|
|
5141
3968
|
dateAccessed: Date.now(),
|
|
5142
3969
|
};
|
|
5143
|
-
yield this.saveContinueLearning(reqBody).toPromise().catch().finally((
|
|
3970
|
+
yield this.saveContinueLearning(reqBody).toPromise().catch().finally(() => {
|
|
5144
3971
|
resolve(true);
|
|
5145
|
-
})
|
|
3972
|
+
});
|
|
5146
3973
|
}
|
|
5147
|
-
}))
|
|
3974
|
+
}));
|
|
5148
3975
|
});
|
|
5149
3976
|
}
|
|
5150
3977
|
saveContinueLearning(content) {
|
|
5151
3978
|
if (content) {
|
|
5152
3979
|
}
|
|
5153
|
-
return
|
|
3980
|
+
return of();
|
|
5154
3981
|
}
|
|
5155
3982
|
setS3Cookie(_contentId) {
|
|
5156
3983
|
return EMPTY;
|
|
5157
3984
|
}
|
|
5158
3985
|
setS3ImageCookie() {
|
|
5159
|
-
return this.http.post(API_END_POINTS.SET_S3_IMAGE_COOKIE, {}).pipe(catchError(
|
|
3986
|
+
return this.http.post(API_END_POINTS.SET_S3_IMAGE_COOKIE, {}).pipe(catchError(_err => of(true)));
|
|
5160
3987
|
}
|
|
5161
3988
|
fetchManifest(url) {
|
|
5162
3989
|
return this.http.post(API_END_POINTS.FETCH_MANIFEST, { url });
|
|
@@ -5175,7 +4002,7 @@ class WidgetContentService {
|
|
|
5175
4002
|
req.preLabelValue =
|
|
5176
4003
|
(req.preLabelValue || '') +
|
|
5177
4004
|
((this.configSvc.userProfile && this.configSvc.userProfile.country) || '');
|
|
5178
|
-
req.filters = Object.assign({}, req.filters, { labels: [req.preLabelValue || ''] });
|
|
4005
|
+
req.filters = Object.assign(Object.assign({}, req.filters), { labels: [req.preLabelValue || ''] });
|
|
5179
4006
|
return this.http.post(API_END_POINTS.CONTENT_SEARCH_REGION_RECOMMENDATION, { request: req });
|
|
5180
4007
|
}
|
|
5181
4008
|
searchV6(req) {
|
|
@@ -5230,6 +4057,11 @@ class WidgetContentService {
|
|
|
5230
4057
|
return this.http.get(`${API_END_POINTS.CERT_DOWNLOAD(certId)}`);
|
|
5231
4058
|
}
|
|
5232
4059
|
}
|
|
4060
|
+
WidgetContentService.ctorParameters = () => [
|
|
4061
|
+
{ type: HttpClient },
|
|
4062
|
+
{ type: ConfigurationsService }
|
|
4063
|
+
];
|
|
4064
|
+
WidgetContentService.ɵprov = ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
|
|
5233
4065
|
WidgetContentService.decorators = [
|
|
5234
4066
|
{ type: Injectable, args: [{
|
|
5235
4067
|
providedIn: 'root',
|
|
@@ -5239,16 +4071,11 @@ WidgetContentService.ctorParameters = () => [
|
|
|
5239
4071
|
{ type: HttpClient },
|
|
5240
4072
|
{ type: ConfigurationsService }
|
|
5241
4073
|
];
|
|
5242
|
-
/** @nocollapse */ WidgetContentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
|
|
5243
|
-
if (false) {
|
|
5244
|
-
WidgetContentService.prototype.http;
|
|
5245
|
-
WidgetContentService.prototype.configSvc;
|
|
5246
|
-
}
|
|
5247
4074
|
|
|
5248
4075
|
const ɵ0$1 = (id) => `/apis/proxies/v8/user/v1/feed/${id}`, ɵ1$1 = (id) => `/apis/proxies/v8/forms/getFormById?id=${id}`;
|
|
5249
4076
|
const API_END_POINTS$1 = {
|
|
5250
|
-
readFeed:
|
|
5251
|
-
getFormID:
|
|
4077
|
+
readFeed: ɵ0$1,
|
|
4078
|
+
getFormID: ɵ1$1,
|
|
5252
4079
|
submitForm: `/apis/proxies/v8/forms/v1/saveFormSubmit`,
|
|
5253
4080
|
deleteFeed: `/apis/proxies/v8/user/feed/v1/delete`,
|
|
5254
4081
|
};
|
|
@@ -5274,17 +4101,15 @@ class NPSGridService {
|
|
|
5274
4101
|
return this.http.post(API_END_POINTS$1.deleteFeed, req);
|
|
5275
4102
|
}
|
|
5276
4103
|
}
|
|
4104
|
+
NPSGridService.ctorParameters = () => [
|
|
4105
|
+
{ type: HttpClient }
|
|
4106
|
+
];
|
|
5277
4107
|
NPSGridService.decorators = [
|
|
5278
4108
|
{ type: Injectable }
|
|
5279
4109
|
];
|
|
5280
4110
|
NPSGridService.ctorParameters = () => [
|
|
5281
4111
|
{ type: HttpClient }
|
|
5282
4112
|
];
|
|
5283
|
-
if (false) {
|
|
5284
|
-
NPSGridService.prototype.telemetryEvents;
|
|
5285
|
-
NPSGridService.prototype.updateTelemetryDataObservable;
|
|
5286
|
-
NPSGridService.prototype.http;
|
|
5287
|
-
}
|
|
5288
4113
|
|
|
5289
4114
|
class TelemetryService {
|
|
5290
4115
|
constructor(configSvc, eventsSvc, environment, logger, router, npsSvc) {
|
|
@@ -5319,7 +4144,7 @@ class TelemetryService {
|
|
|
5319
4144
|
this.addCustomListenerForPlatformRating();
|
|
5320
4145
|
}
|
|
5321
4146
|
navigationStart() {
|
|
5322
|
-
this.router.events.subscribe((
|
|
4147
|
+
this.router.events.subscribe((event) => {
|
|
5323
4148
|
if (event instanceof NavigationStart) {
|
|
5324
4149
|
if (event.url.includes('/public/') || event.url.includes('&preview=true') || event.url.includes('/certs')) {
|
|
5325
4150
|
this.isAnonymousTelemetry = true;
|
|
@@ -5328,7 +4153,7 @@ class TelemetryService {
|
|
|
5328
4153
|
this.initializeConfig(instanceConfig);
|
|
5329
4154
|
}
|
|
5330
4155
|
}
|
|
5331
|
-
})
|
|
4156
|
+
});
|
|
5332
4157
|
}
|
|
5333
4158
|
get isAnonymousTelemetryRequired() {
|
|
5334
4159
|
return this.isAnonymousTelemetry;
|
|
@@ -5346,7 +4171,7 @@ class TelemetryService {
|
|
|
5346
4171
|
initializeConfig(instanceConfig) {
|
|
5347
4172
|
if (instanceConfig) {
|
|
5348
4173
|
this.telemetryConfig = instanceConfig.telemetryConfig;
|
|
5349
|
-
this.telemetryConfig = Object.assign({}, this.telemetryConfig, { pdata: Object.assign({}, this.telemetryConfig.pdata, { id: `${this.environment.name}.${this.telemetryConfig.pdata.id}` }), uid: (this.configSvc.userProfile && this.configSvc.userProfile.userId) ?
|
|
4174
|
+
this.telemetryConfig = Object.assign(Object.assign({}, this.telemetryConfig), { pdata: Object.assign(Object.assign({}, this.telemetryConfig.pdata), { id: `${this.environment.name}.${this.telemetryConfig.pdata.id}` }), uid: (this.configSvc.userProfile && this.configSvc.userProfile.userId) ?
|
|
5350
4175
|
this.configSvc.userProfile.userId : '', channel: this.rootOrgId || this.telemetryConfig.channel, sid: this.getTelemetrySessionId });
|
|
5351
4176
|
this.pData = this.telemetryConfig.pdata;
|
|
5352
4177
|
}
|
|
@@ -5381,10 +4206,8 @@ class TelemetryService {
|
|
|
5381
4206
|
pageContext.pageId
|
|
5382
4207
|
: '',
|
|
5383
4208
|
duration: 1,
|
|
5384
|
-
}, {
|
|
5385
|
-
|
|
5386
|
-
object: Object.assign({}, (data) && data),
|
|
5387
|
-
});
|
|
4209
|
+
}, Object.assign({ context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)), object: Object.assign({}, (data) && data) }, (this.configSvc.userProfile && this.configSvc.userProfile.userId ?
|
|
4210
|
+
null : { actor: { id: '', type: 'AnonymousUser' } })));
|
|
5388
4211
|
}
|
|
5389
4212
|
else {
|
|
5390
4213
|
this.logger.error('Error Initializing Telemetry. Config missing.');
|
|
@@ -5403,7 +4226,7 @@ class TelemetryService {
|
|
|
5403
4226
|
pageContext.pageId
|
|
5404
4227
|
: '',
|
|
5405
4228
|
}, {
|
|
5406
|
-
context: Object.assign({ pdata: Object.assign({}, this.pData, { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)),
|
|
4229
|
+
context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)),
|
|
5407
4230
|
object: Object.assign({}, (data) && data),
|
|
5408
4231
|
});
|
|
5409
4232
|
}
|
|
@@ -5421,7 +4244,7 @@ class TelemetryService {
|
|
|
5421
4244
|
duration: '',
|
|
5422
4245
|
}, {
|
|
5423
4246
|
context: {
|
|
5424
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
4247
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
5425
4248
|
},
|
|
5426
4249
|
});
|
|
5427
4250
|
}
|
|
@@ -5456,7 +4279,7 @@ class TelemetryService {
|
|
|
5456
4279
|
if (page.objectId) {
|
|
5457
4280
|
const config = {
|
|
5458
4281
|
context: {
|
|
5459
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
4282
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
5460
4283
|
env: page.module || (this.telemetryConfig && this.telemetryConfig.env),
|
|
5461
4284
|
},
|
|
5462
4285
|
object: Object.assign({ id: page.objectId, type: objectType }, (data && data.object)),
|
|
@@ -5469,7 +4292,7 @@ class TelemetryService {
|
|
|
5469
4292
|
else {
|
|
5470
4293
|
$t.impression(edata, {
|
|
5471
4294
|
context: {
|
|
5472
|
-
pdata: Object.assign({}, this.pData, { id: this.pData && this.pData.id }),
|
|
4295
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData && this.pData.id }),
|
|
5473
4296
|
env: page.module || '',
|
|
5474
4297
|
},
|
|
5475
4298
|
object: Object.assign({}, (data && data.object)),
|
|
@@ -5487,14 +4310,14 @@ class TelemetryService {
|
|
|
5487
4310
|
if (this.externalApps[impressionData.subApplicationName]) {
|
|
5488
4311
|
const externalConfig = page.objectId ? {
|
|
5489
4312
|
context: {
|
|
5490
|
-
pdata: Object.assign({}, this.pData, { id: this.externalApps[impressionData.subApplicationName] }),
|
|
4313
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.externalApps[impressionData.subApplicationName] }),
|
|
5491
4314
|
},
|
|
5492
4315
|
object: {
|
|
5493
4316
|
id: page.objectId,
|
|
5494
4317
|
},
|
|
5495
4318
|
} : {
|
|
5496
4319
|
context: {
|
|
5497
|
-
pdata: Object.assign({}, this.pData, { id: this.externalApps[impressionData.subApplicationName] }),
|
|
4320
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.externalApps[impressionData.subApplicationName] }),
|
|
5498
4321
|
},
|
|
5499
4322
|
};
|
|
5500
4323
|
$t.impression(impressionData.data, externalConfig);
|
|
@@ -5506,12 +4329,12 @@ class TelemetryService {
|
|
|
5506
4329
|
}
|
|
5507
4330
|
addCustomListenerForPlatformRating() {
|
|
5508
4331
|
this.eventsSvc.getPREvents$
|
|
5509
|
-
.pipe(filter(
|
|
4332
|
+
.pipe(filter(event => event &&
|
|
5510
4333
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5511
4334
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.PlatformRating &&
|
|
5512
4335
|
event.data.mode &&
|
|
5513
|
-
event.data))
|
|
5514
|
-
.subscribe(
|
|
4336
|
+
event.data))
|
|
4337
|
+
.subscribe(event => {
|
|
5515
4338
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
5516
4339
|
this.start({
|
|
5517
4340
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -5533,20 +4356,20 @@ class TelemetryService {
|
|
|
5533
4356
|
: '',
|
|
5534
4357
|
pageid: event.pageContext && event.pageContext.pageId || '',
|
|
5535
4358
|
}, {
|
|
5536
|
-
context: Object.assign({ pdata: Object.assign({}, this.pData, { id: this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
4359
|
+
context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
5537
4360
|
object: Object.assign({}, event.data.object),
|
|
5538
4361
|
});
|
|
5539
4362
|
}
|
|
5540
|
-
})
|
|
4363
|
+
});
|
|
5541
4364
|
}
|
|
5542
4365
|
addCustomListenerForGetStart() {
|
|
5543
4366
|
this.eventsSvc.getStartEvents$
|
|
5544
|
-
.pipe(filter(
|
|
4367
|
+
.pipe(filter(event => event &&
|
|
5545
4368
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5546
4369
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.GetStarted &&
|
|
5547
4370
|
event.data.mode &&
|
|
5548
|
-
event.data))
|
|
5549
|
-
.subscribe(
|
|
4371
|
+
event.data))
|
|
4372
|
+
.subscribe(event => {
|
|
5550
4373
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
5551
4374
|
this.start({
|
|
5552
4375
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -5568,20 +4391,20 @@ class TelemetryService {
|
|
|
5568
4391
|
: '',
|
|
5569
4392
|
pageid: event.pageContext && event.pageContext.pageId || '',
|
|
5570
4393
|
}, {
|
|
5571
|
-
context: Object.assign({ pdata: Object.assign({}, this.pData, { id: this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
4394
|
+
context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
5572
4395
|
object: Object.assign({}, event.data.object),
|
|
5573
4396
|
});
|
|
5574
4397
|
}
|
|
5575
|
-
})
|
|
4398
|
+
});
|
|
5576
4399
|
}
|
|
5577
4400
|
addCustomListener() {
|
|
5578
4401
|
this.eventsSvc.chatbotEvents$
|
|
5579
|
-
.pipe(filter(
|
|
4402
|
+
.pipe(filter(event => event &&
|
|
5580
4403
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5581
4404
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Chatbot &&
|
|
5582
4405
|
event.data.mode &&
|
|
5583
|
-
event.data))
|
|
5584
|
-
.subscribe(
|
|
4406
|
+
event.data))
|
|
4407
|
+
.subscribe(event => {
|
|
5585
4408
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
5586
4409
|
this.start({
|
|
5587
4410
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -5603,35 +4426,35 @@ class TelemetryService {
|
|
|
5603
4426
|
: '',
|
|
5604
4427
|
pageid: event.pageContext && event.pageContext.pageId || '',
|
|
5605
4428
|
}, {
|
|
5606
|
-
context: Object.assign({ pdata: Object.assign({}, this.pData, { id: this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
4429
|
+
context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
5607
4430
|
object: Object.assign({}, event.data.object),
|
|
5608
4431
|
});
|
|
5609
4432
|
}
|
|
5610
|
-
})
|
|
4433
|
+
});
|
|
5611
4434
|
}
|
|
5612
4435
|
addCustomImpressionListener() {
|
|
5613
4436
|
this.eventsSvc.events$
|
|
5614
|
-
.pipe(filter((
|
|
4437
|
+
.pipe(filter((event) => event &&
|
|
5615
4438
|
event.data &&
|
|
5616
4439
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5617
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Impression))
|
|
5618
|
-
.subscribe(
|
|
4440
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Impression))
|
|
4441
|
+
.subscribe(event => {
|
|
5619
4442
|
try {
|
|
5620
4443
|
this.impression(event.data);
|
|
5621
4444
|
}
|
|
5622
4445
|
catch (e) {
|
|
5623
4446
|
console.log('Error in telemetry impression', e);
|
|
5624
4447
|
}
|
|
5625
|
-
})
|
|
4448
|
+
});
|
|
5626
4449
|
}
|
|
5627
4450
|
addTimeSpentListener() {
|
|
5628
4451
|
this.eventsSvc.events$
|
|
5629
|
-
.pipe(filter(
|
|
4452
|
+
.pipe(filter(event => event &&
|
|
5630
4453
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5631
4454
|
event.data.type === WsEvents.WsTimeSpentType.Page &&
|
|
5632
4455
|
event.data.mode &&
|
|
5633
|
-
event.data))
|
|
5634
|
-
.subscribe(
|
|
4456
|
+
event.data))
|
|
4457
|
+
.subscribe(event => {
|
|
5635
4458
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
5636
4459
|
this.start({
|
|
5637
4460
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -5644,13 +4467,13 @@ class TelemetryService {
|
|
|
5644
4467
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
5645
4468
|
}, {}, event.pageContext);
|
|
5646
4469
|
}
|
|
5647
|
-
})
|
|
4470
|
+
});
|
|
5648
4471
|
}
|
|
5649
4472
|
addCustomEventListener() {
|
|
5650
4473
|
this.eventsSvc.events$
|
|
5651
|
-
.pipe(filter(
|
|
5652
|
-
event.eventType === WsEvents.WsEventType.Telemetry))
|
|
5653
|
-
.subscribe(
|
|
4474
|
+
.pipe(filter(event => event &&
|
|
4475
|
+
event.eventType === WsEvents.WsEventType.Telemetry))
|
|
4476
|
+
.subscribe(event => {
|
|
5654
4477
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded &&
|
|
5655
4478
|
event.data.type !== WsEvents.WsTimeSpentType.Player) {
|
|
5656
4479
|
this.start({
|
|
@@ -5665,16 +4488,16 @@ class TelemetryService {
|
|
|
5665
4488
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
5666
4489
|
}, event.data.object, event.pageContext);
|
|
5667
4490
|
}
|
|
5668
|
-
})
|
|
4491
|
+
});
|
|
5669
4492
|
}
|
|
5670
4493
|
addPlayerListener() {
|
|
5671
4494
|
this.eventsSvc.events$
|
|
5672
|
-
.pipe(filter(
|
|
4495
|
+
.pipe(filter(event => event &&
|
|
5673
4496
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5674
4497
|
event.data.type === WsEvents.WsTimeSpentType.Player &&
|
|
5675
4498
|
event.data.mode &&
|
|
5676
|
-
event.data))
|
|
5677
|
-
.subscribe(
|
|
4499
|
+
event.data))
|
|
4500
|
+
.subscribe(event => {
|
|
5678
4501
|
const content = event.data.content;
|
|
5679
4502
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded &&
|
|
5680
4503
|
(!content ||
|
|
@@ -5696,22 +4519,22 @@ class TelemetryService {
|
|
|
5696
4519
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
5697
4520
|
}, event.data.object, event.pageContext);
|
|
5698
4521
|
}
|
|
5699
|
-
})
|
|
4522
|
+
});
|
|
5700
4523
|
}
|
|
5701
4524
|
addInteractListener() {
|
|
5702
4525
|
const data = this.getPageDetails();
|
|
5703
4526
|
this.triggerNPSUpdate(data.pageid);
|
|
5704
4527
|
this.eventsSvc.events$
|
|
5705
|
-
.pipe(filter((
|
|
4528
|
+
.pipe(filter((event) => event &&
|
|
5706
4529
|
event.data &&
|
|
5707
4530
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5708
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Interact))
|
|
5709
|
-
.subscribe(
|
|
4531
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Interact))
|
|
4532
|
+
.subscribe(event => {
|
|
5710
4533
|
const page = this.getPageDetails();
|
|
5711
4534
|
if (typeof event.from === 'string' && this.externalApps[event.from]) {
|
|
5712
4535
|
const externalConfig = {
|
|
5713
4536
|
context: {
|
|
5714
|
-
pdata: Object.assign({}, this.pData, { id: this.externalApps[event.from] }),
|
|
4537
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.externalApps[event.from] }),
|
|
5715
4538
|
},
|
|
5716
4539
|
};
|
|
5717
4540
|
try {
|
|
@@ -5731,7 +4554,7 @@ class TelemetryService {
|
|
|
5731
4554
|
: '',
|
|
5732
4555
|
pageid: event.data.pageContext && event.data.pageContext.pageId || page.pageid,
|
|
5733
4556
|
}, {
|
|
5734
|
-
context: Object.assign({ pdata: Object.assign({}, this.pData, { id: this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
4557
|
+
context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
5735
4558
|
object: Object.assign({}, event.data.object),
|
|
5736
4559
|
});
|
|
5737
4560
|
}
|
|
@@ -5739,15 +4562,15 @@ class TelemetryService {
|
|
|
5739
4562
|
console.log('Error in telemetry interact', e);
|
|
5740
4563
|
}
|
|
5741
4564
|
}
|
|
5742
|
-
})
|
|
4565
|
+
});
|
|
5743
4566
|
}
|
|
5744
4567
|
addFeedbackListener() {
|
|
5745
4568
|
this.eventsSvc.events$
|
|
5746
|
-
.pipe(filter((
|
|
4569
|
+
.pipe(filter((event) => event &&
|
|
5747
4570
|
event.data &&
|
|
5748
4571
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5749
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Feedback))
|
|
5750
|
-
.subscribe(
|
|
4572
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Feedback))
|
|
4573
|
+
.subscribe(event => {
|
|
5751
4574
|
const page = this.getPageDetails();
|
|
5752
4575
|
try {
|
|
5753
4576
|
$t.feedback({
|
|
@@ -5757,7 +4580,7 @@ class TelemetryService {
|
|
|
5757
4580
|
pageid: page.pageid,
|
|
5758
4581
|
}, {
|
|
5759
4582
|
context: {
|
|
5760
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
4583
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
5761
4584
|
},
|
|
5762
4585
|
object: {
|
|
5763
4586
|
id: event.data.object.contentId || event.data.object.id || '',
|
|
@@ -5770,19 +4593,19 @@ class TelemetryService {
|
|
|
5770
4593
|
catch (e) {
|
|
5771
4594
|
console.log('Error in telemetry interact', e);
|
|
5772
4595
|
}
|
|
5773
|
-
})
|
|
4596
|
+
});
|
|
5774
4597
|
}
|
|
5775
4598
|
addHearbeatListener() {
|
|
5776
4599
|
this.eventsSvc.events$
|
|
5777
|
-
.pipe(filter((
|
|
4600
|
+
.pipe(filter((event) => event &&
|
|
5778
4601
|
event.data &&
|
|
5779
4602
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5780
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.HeartBeat))
|
|
5781
|
-
.subscribe(
|
|
4603
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.HeartBeat))
|
|
4604
|
+
.subscribe(event => {
|
|
5782
4605
|
if (typeof event.from === 'string' && this.externalApps[event.from]) {
|
|
5783
4606
|
const externalConfig = {
|
|
5784
4607
|
context: {
|
|
5785
|
-
pdata: Object.assign({}, this.pData, { id: this.externalApps[event.from] }),
|
|
4608
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.externalApps[event.from] }),
|
|
5786
4609
|
},
|
|
5787
4610
|
};
|
|
5788
4611
|
try {
|
|
@@ -5799,7 +4622,7 @@ class TelemetryService {
|
|
|
5799
4622
|
id: event.data.id,
|
|
5800
4623
|
}, {
|
|
5801
4624
|
context: {
|
|
5802
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
4625
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
5803
4626
|
},
|
|
5804
4627
|
});
|
|
5805
4628
|
}
|
|
@@ -5807,15 +4630,15 @@ class TelemetryService {
|
|
|
5807
4630
|
console.log('Error in telemetry heartbeat', e);
|
|
5808
4631
|
}
|
|
5809
4632
|
}
|
|
5810
|
-
})
|
|
4633
|
+
});
|
|
5811
4634
|
}
|
|
5812
4635
|
addSearchListener() {
|
|
5813
4636
|
this.eventsSvc.events$
|
|
5814
|
-
.pipe(filter((
|
|
4637
|
+
.pipe(filter((event) => event &&
|
|
5815
4638
|
event.data &&
|
|
5816
4639
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5817
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Search))
|
|
5818
|
-
.subscribe(
|
|
4640
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Search))
|
|
4641
|
+
.subscribe(event => {
|
|
5819
4642
|
try {
|
|
5820
4643
|
$t.search({
|
|
5821
4644
|
query: event.data.query,
|
|
@@ -5823,14 +4646,14 @@ class TelemetryService {
|
|
|
5823
4646
|
size: event.data.size,
|
|
5824
4647
|
}, {
|
|
5825
4648
|
context: {
|
|
5826
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
4649
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
5827
4650
|
},
|
|
5828
4651
|
});
|
|
5829
4652
|
}
|
|
5830
4653
|
catch (e) {
|
|
5831
4654
|
console.log('Error in telemetry search', e);
|
|
5832
4655
|
}
|
|
5833
|
-
})
|
|
4656
|
+
});
|
|
5834
4657
|
}
|
|
5835
4658
|
getPageDetails() {
|
|
5836
4659
|
const path = window.location.pathname.replace('/', '');
|
|
@@ -5863,6 +4686,15 @@ class TelemetryService {
|
|
|
5863
4686
|
return null;
|
|
5864
4687
|
}
|
|
5865
4688
|
}
|
|
4689
|
+
TelemetryService.ctorParameters = () => [
|
|
4690
|
+
{ type: ConfigurationsService },
|
|
4691
|
+
{ type: EventService },
|
|
4692
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] },
|
|
4693
|
+
{ type: LoggerService },
|
|
4694
|
+
{ type: Router },
|
|
4695
|
+
{ type: NPSGridService }
|
|
4696
|
+
];
|
|
4697
|
+
TelemetryService.ɵprov = ɵɵdefineInjectable({ factory: function TelemetryService_Factory() { return new TelemetryService(ɵɵinject(ConfigurationsService), ɵɵinject(EventService), ɵɵinject("environment"), ɵɵinject(LoggerService), ɵɵinject(Router), ɵɵinject(NPSGridService)); }, token: TelemetryService, providedIn: "root" });
|
|
5866
4698
|
TelemetryService.decorators = [
|
|
5867
4699
|
{ type: Injectable, args: [{
|
|
5868
4700
|
providedIn: 'root',
|
|
@@ -5876,22 +4708,6 @@ TelemetryService.ctorParameters = () => [
|
|
|
5876
4708
|
{ type: Router },
|
|
5877
4709
|
{ type: NPSGridService }
|
|
5878
4710
|
];
|
|
5879
|
-
/** @nocollapse */ TelemetryService.ngInjectableDef = ɵɵdefineInjectable({ factory: function TelemetryService_Factory() { return new TelemetryService(ɵɵinject(ConfigurationsService), ɵɵinject(EventService), ɵɵinject("environment"), ɵɵinject(LoggerService), ɵɵinject(Router), ɵɵinject(NPSGridService)); }, token: TelemetryService, providedIn: "root" });
|
|
5880
|
-
if (false) {
|
|
5881
|
-
TelemetryService.prototype.previousUrl;
|
|
5882
|
-
TelemetryService.prototype.telemetryConfig;
|
|
5883
|
-
TelemetryService.prototype.pData;
|
|
5884
|
-
TelemetryService.prototype.contextCdata;
|
|
5885
|
-
TelemetryService.prototype.isAnonymousTelemetry;
|
|
5886
|
-
TelemetryService.prototype.telArray;
|
|
5887
|
-
TelemetryService.prototype.externalApps;
|
|
5888
|
-
TelemetryService.prototype.environment;
|
|
5889
|
-
TelemetryService.prototype.configSvc;
|
|
5890
|
-
TelemetryService.prototype.eventsSvc;
|
|
5891
|
-
TelemetryService.prototype.logger;
|
|
5892
|
-
TelemetryService.prototype.router;
|
|
5893
|
-
TelemetryService.prototype.npsSvc;
|
|
5894
|
-
}
|
|
5895
4711
|
|
|
5896
4712
|
class SubapplicationRespondService {
|
|
5897
4713
|
constructor(configSvc, contentSvc, activatedRoute, router, eventSvc, teleSvc) {
|
|
@@ -5905,14 +4721,14 @@ class SubapplicationRespondService {
|
|
|
5905
4721
|
this.continueLearningData = null;
|
|
5906
4722
|
this.loaded = false;
|
|
5907
4723
|
this.changeContextrespond();
|
|
5908
|
-
this.configSvc.prefChangeNotifier.subscribe((
|
|
4724
|
+
this.configSvc.prefChangeNotifier.subscribe(() => {
|
|
5909
4725
|
this.changeContextrespond();
|
|
5910
|
-
})
|
|
4726
|
+
});
|
|
5911
4727
|
}
|
|
5912
4728
|
loadedRespond(contentWindow, applicationName, id) {
|
|
5913
4729
|
if (id && this.activatedRoute.snapshot.queryParams.viewMode && this.activatedRoute.snapshot.queryParams.viewMode === 'RESUME') {
|
|
5914
4730
|
this.continueLearningData = null;
|
|
5915
|
-
this.contentSvc.fetchContentHistory(id).subscribe(
|
|
4731
|
+
this.contentSvc.fetchContentHistory(id).subscribe(data => {
|
|
5916
4732
|
this.continueLearningData = data.continueData;
|
|
5917
4733
|
if (this.configSvc && this.configSvc.userProfile) {
|
|
5918
4734
|
const firstName = this.configSvc.userProfile.userName ?
|
|
@@ -5950,7 +4766,7 @@ class SubapplicationRespondService {
|
|
|
5950
4766
|
this.loaded = true;
|
|
5951
4767
|
this.subAppname = applicationName;
|
|
5952
4768
|
}
|
|
5953
|
-
})
|
|
4769
|
+
});
|
|
5954
4770
|
}
|
|
5955
4771
|
else {
|
|
5956
4772
|
if (this.configSvc && this.configSvc.userProfile) {
|
|
@@ -6006,7 +4822,7 @@ class SubapplicationRespondService {
|
|
|
6006
4822
|
this.eventSvc.dispatchEvent({
|
|
6007
4823
|
eventType: WsEvents.WsEventType.Telemetry,
|
|
6008
4824
|
eventLogLevel: WsEvents.WsEventLogLevel.Warn,
|
|
6009
|
-
data: Object.assign({}, tData.data, { eventSubType: WsEvents.EnumTelemetrySubType.Interact }),
|
|
4825
|
+
data: Object.assign(Object.assign({}, tData.data), { eventSubType: WsEvents.EnumTelemetrySubType.Interact }),
|
|
6010
4826
|
from: tData.subApplicationName,
|
|
6011
4827
|
to: 'Telemetry',
|
|
6012
4828
|
});
|
|
@@ -6015,7 +4831,7 @@ class SubapplicationRespondService {
|
|
|
6015
4831
|
this.eventSvc.dispatchEvent({
|
|
6016
4832
|
eventType: WsEvents.WsEventType.Telemetry,
|
|
6017
4833
|
eventLogLevel: WsEvents.WsEventLogLevel.Trace,
|
|
6018
|
-
data: Object.assign({}, tData.data, { eventSubType: WsEvents.EnumTelemetrySubType.HeartBeat }),
|
|
4834
|
+
data: Object.assign(Object.assign({}, tData.data), { eventSubType: WsEvents.EnumTelemetrySubType.HeartBeat }),
|
|
6019
4835
|
from: tData.subApplicationName,
|
|
6020
4836
|
to: 'Telemetry',
|
|
6021
4837
|
});
|
|
@@ -6067,6 +4883,15 @@ class SubapplicationRespondService {
|
|
|
6067
4883
|
}
|
|
6068
4884
|
}
|
|
6069
4885
|
}
|
|
4886
|
+
SubapplicationRespondService.ctorParameters = () => [
|
|
4887
|
+
{ type: ConfigurationsService },
|
|
4888
|
+
{ type: WidgetContentService },
|
|
4889
|
+
{ type: ActivatedRoute },
|
|
4890
|
+
{ type: Router },
|
|
4891
|
+
{ type: EventService },
|
|
4892
|
+
{ type: TelemetryService }
|
|
4893
|
+
];
|
|
4894
|
+
SubapplicationRespondService.ɵprov = ɵɵdefineInjectable({ factory: function SubapplicationRespondService_Factory() { return new SubapplicationRespondService(ɵɵinject(ConfigurationsService), ɵɵinject(WidgetContentService), ɵɵinject(ActivatedRoute), ɵɵinject(Router), ɵɵinject(EventService), ɵɵinject(TelemetryService)); }, token: SubapplicationRespondService, providedIn: "root" });
|
|
6070
4895
|
SubapplicationRespondService.decorators = [
|
|
6071
4896
|
{ type: Injectable, args: [{
|
|
6072
4897
|
providedIn: 'root',
|
|
@@ -6080,57 +4905,6 @@ SubapplicationRespondService.ctorParameters = () => [
|
|
|
6080
4905
|
{ type: EventService },
|
|
6081
4906
|
{ type: TelemetryService }
|
|
6082
4907
|
];
|
|
6083
|
-
/** @nocollapse */ SubapplicationRespondService.ngInjectableDef = ɵɵdefineInjectable({ factory: function SubapplicationRespondService_Factory() { return new SubapplicationRespondService(ɵɵinject(ConfigurationsService), ɵɵinject(WidgetContentService), ɵɵinject(ActivatedRoute), ɵɵinject(Router), ɵɵinject(EventService), ɵɵinject(TelemetryService)); }, token: SubapplicationRespondService, providedIn: "root" });
|
|
6084
|
-
if (false) {
|
|
6085
|
-
SubapplicationRespondService.prototype.subAppname;
|
|
6086
|
-
SubapplicationRespondService.prototype.continueLearningData;
|
|
6087
|
-
SubapplicationRespondService.prototype.contentWindowinfo;
|
|
6088
|
-
SubapplicationRespondService.prototype.loaded;
|
|
6089
|
-
SubapplicationRespondService.prototype.configSvc;
|
|
6090
|
-
SubapplicationRespondService.prototype.contentSvc;
|
|
6091
|
-
SubapplicationRespondService.prototype.activatedRoute;
|
|
6092
|
-
SubapplicationRespondService.prototype.router;
|
|
6093
|
-
SubapplicationRespondService.prototype.eventSvc;
|
|
6094
|
-
SubapplicationRespondService.prototype.teleSvc;
|
|
6095
|
-
}
|
|
6096
|
-
|
|
6097
|
-
function IUserPreference() { }
|
|
6098
|
-
if (false) {
|
|
6099
|
-
IUserPreference.prototype.selectedTheme;
|
|
6100
|
-
IUserPreference.prototype.selectedFont;
|
|
6101
|
-
IUserPreference.prototype.selectedLocale;
|
|
6102
|
-
IUserPreference.prototype.isDarkMode;
|
|
6103
|
-
IUserPreference.prototype.isIntranetAllowed;
|
|
6104
|
-
IUserPreference.prototype.isRTL;
|
|
6105
|
-
IUserPreference.prototype.colorPallet;
|
|
6106
|
-
IUserPreference.prototype.defaultCardType;
|
|
6107
|
-
IUserPreference.prototype.pinnedApps;
|
|
6108
|
-
IUserPreference.prototype.selectedLangGroup;
|
|
6109
|
-
IUserPreference.prototype.completedActivity;
|
|
6110
|
-
IUserPreference.prototype.completedTour;
|
|
6111
|
-
IUserPreference.prototype.profileSettings;
|
|
6112
|
-
}
|
|
6113
|
-
function IPortalUrls() { }
|
|
6114
|
-
if (false) {
|
|
6115
|
-
IPortalUrls.prototype.igot;
|
|
6116
|
-
IPortalUrls.prototype.spv;
|
|
6117
|
-
IPortalUrls.prototype.mdo;
|
|
6118
|
-
IPortalUrls.prototype.cbc;
|
|
6119
|
-
IPortalUrls.prototype.cbp;
|
|
6120
|
-
IPortalUrls.prototype.frac;
|
|
6121
|
-
}
|
|
6122
|
-
function IProfile() { }
|
|
6123
|
-
if (false) {
|
|
6124
|
-
IProfile.prototype.showProfilePicture;
|
|
6125
|
-
IProfile.prototype.showUserInterest;
|
|
6126
|
-
IProfile.prototype.showKbFollowed;
|
|
6127
|
-
IProfile.prototype.showPlaylist;
|
|
6128
|
-
IProfile.prototype.showAuthoredByMe;
|
|
6129
|
-
IProfile.prototype.showReviewedByMe;
|
|
6130
|
-
IProfile.prototype.showBadgeDetails;
|
|
6131
|
-
IProfile.prototype.showBlogs;
|
|
6132
|
-
IProfile.prototype.showQnA;
|
|
6133
|
-
}
|
|
6134
4908
|
|
|
6135
4909
|
const endpoints = {
|
|
6136
4910
|
userPref: '/apis/protected/v8/user/preference',
|
|
@@ -6143,11 +4917,11 @@ class UserPreferenceService {
|
|
|
6143
4917
|
initialize() {
|
|
6144
4918
|
this.configurationSvc.prefChangeNotifier
|
|
6145
4919
|
.pipe(debounceTime(250))
|
|
6146
|
-
.subscribe((
|
|
4920
|
+
.subscribe((changedUserPref) => {
|
|
6147
4921
|
if (this.configurationSvc.isAuthenticated) {
|
|
6148
4922
|
this.saveUserPreference(changedUserPref);
|
|
6149
4923
|
}
|
|
6150
|
-
})
|
|
4924
|
+
});
|
|
6151
4925
|
}
|
|
6152
4926
|
fetchUserPreference() {
|
|
6153
4927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6161,7 +4935,7 @@ class UserPreferenceService {
|
|
|
6161
4935
|
if (!changedUserPref) {
|
|
6162
4936
|
return false;
|
|
6163
4937
|
}
|
|
6164
|
-
const newUserPref = Object.assign({}, this.configurationSvc.userPreference, { pinnedApps: (changedUserPref && changedUserPref.pinnedApps) ||
|
|
4938
|
+
const newUserPref = Object.assign(Object.assign(Object.assign(Object.assign({}, this.configurationSvc.userPreference), { pinnedApps: (changedUserPref && changedUserPref.pinnedApps) ||
|
|
6165
4939
|
(this.configurationSvc.userPreference &&
|
|
6166
4940
|
this.configurationSvc.userPreference.pinnedApps) ||
|
|
6167
4941
|
'', isDarkMode: this.configurationSvc.isDarkMode, isRTL: this.configurationSvc.isRTL, selectedTheme: (this.configurationSvc.activeThemeObject &&
|
|
@@ -6178,17 +4952,17 @@ class UserPreferenceService {
|
|
|
6178
4952
|
this.configurationSvc.userPreference.defaultCardType) ||
|
|
6179
4953
|
'', completedActivity: (this.configurationSvc.userPreference &&
|
|
6180
4954
|
this.configurationSvc.userPreference.completedActivity) ||
|
|
6181
|
-
[] }, (changedUserPref || {}), { completedTour: this.configurationSvc.completedTour, profileSettings: (this.configurationSvc.userPreference &&
|
|
4955
|
+
[] }), (changedUserPref || {})), { completedTour: this.configurationSvc.completedTour, profileSettings: (this.configurationSvc.userPreference &&
|
|
6182
4956
|
this.configurationSvc.userPreference.profileSettings) ||
|
|
6183
4957
|
this.configurationSvc.profileSettings });
|
|
6184
4958
|
const oldUserPref = this.configurationSvc.userPreference;
|
|
6185
4959
|
this.configurationSvc.userPreference = newUserPref;
|
|
6186
4960
|
yield this.http
|
|
6187
4961
|
.put(endpoints.userPref, newUserPref)
|
|
6188
|
-
.pipe(retry(3), catchError(
|
|
4962
|
+
.pipe(retry(3), catchError(err => {
|
|
6189
4963
|
this.configurationSvc.userPreference = oldUserPref;
|
|
6190
4964
|
return of(err);
|
|
6191
|
-
}))
|
|
4965
|
+
}))
|
|
6192
4966
|
.toPromise();
|
|
6193
4967
|
return true;
|
|
6194
4968
|
}
|
|
@@ -6198,6 +4972,11 @@ class UserPreferenceService {
|
|
|
6198
4972
|
});
|
|
6199
4973
|
}
|
|
6200
4974
|
}
|
|
4975
|
+
UserPreferenceService.ctorParameters = () => [
|
|
4976
|
+
{ type: HttpClient },
|
|
4977
|
+
{ type: ConfigurationsService }
|
|
4978
|
+
];
|
|
4979
|
+
UserPreferenceService.ɵprov = ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
|
|
6201
4980
|
UserPreferenceService.decorators = [
|
|
6202
4981
|
{ type: Injectable, args: [{
|
|
6203
4982
|
providedIn: 'root',
|
|
@@ -6207,11 +4986,6 @@ UserPreferenceService.ctorParameters = () => [
|
|
|
6207
4986
|
{ type: HttpClient },
|
|
6208
4987
|
{ type: ConfigurationsService }
|
|
6209
4988
|
];
|
|
6210
|
-
/** @nocollapse */ UserPreferenceService.ngInjectableDef = ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
|
|
6211
|
-
if (false) {
|
|
6212
|
-
UserPreferenceService.prototype.http;
|
|
6213
|
-
UserPreferenceService.prototype.configurationSvc;
|
|
6214
|
-
}
|
|
6215
4989
|
|
|
6216
4990
|
class MultilingualTranslationsService {
|
|
6217
4991
|
constructor(translate, http, configSvc) {
|
|
@@ -6266,11 +5040,11 @@ class MultilingualTranslationsService {
|
|
|
6266
5040
|
let nlabel = label;
|
|
6267
5041
|
nlabel = nlabel.toLowerCase();
|
|
6268
5042
|
const sl = nlabel.split(' ');
|
|
6269
|
-
sl.forEach((
|
|
5043
|
+
sl.forEach((w, index) => {
|
|
6270
5044
|
if (index !== 0) {
|
|
6271
5045
|
sl[index] = w[0].toUpperCase() + w.slice(1);
|
|
6272
5046
|
}
|
|
6273
|
-
})
|
|
5047
|
+
});
|
|
6274
5048
|
nlabel = sl.join('');
|
|
6275
5049
|
nlabel = nlabel.replace(/\s/g, '');
|
|
6276
5050
|
if (subtype) {
|
|
@@ -6283,11 +5057,11 @@ class MultilingualTranslationsService {
|
|
|
6283
5057
|
translateActualLabel(label, type, subtype) {
|
|
6284
5058
|
let nlabel = label;
|
|
6285
5059
|
const sl = nlabel.split(' ');
|
|
6286
|
-
sl.forEach((
|
|
5060
|
+
sl.forEach((w, index) => {
|
|
6287
5061
|
if (index !== 0) {
|
|
6288
5062
|
sl[index] = w[0].toUpperCase() + w.slice(1);
|
|
6289
5063
|
}
|
|
6290
|
-
})
|
|
5064
|
+
});
|
|
6291
5065
|
nlabel = sl.join('');
|
|
6292
5066
|
nlabel = nlabel.replace(/\s/g, '');
|
|
6293
5067
|
if (subtype) {
|
|
@@ -6319,6 +5093,12 @@ class MultilingualTranslationsService {
|
|
|
6319
5093
|
}
|
|
6320
5094
|
}
|
|
6321
5095
|
}
|
|
5096
|
+
MultilingualTranslationsService.ctorParameters = () => [
|
|
5097
|
+
{ type: TranslateService },
|
|
5098
|
+
{ type: HttpClient },
|
|
5099
|
+
{ type: ConfigurationsService }
|
|
5100
|
+
];
|
|
5101
|
+
MultilingualTranslationsService.ɵprov = ɵɵdefineInjectable({ factory: function MultilingualTranslationsService_Factory() { return new MultilingualTranslationsService(ɵɵinject(TranslateService), ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: MultilingualTranslationsService, providedIn: "root" });
|
|
6322
5102
|
MultilingualTranslationsService.decorators = [
|
|
6323
5103
|
{ type: Injectable, args: [{
|
|
6324
5104
|
providedIn: 'root',
|
|
@@ -6329,73 +5109,6 @@ MultilingualTranslationsService.ctorParameters = () => [
|
|
|
6329
5109
|
{ type: HttpClient },
|
|
6330
5110
|
{ type: ConfigurationsService }
|
|
6331
5111
|
];
|
|
6332
|
-
/** @nocollapse */ MultilingualTranslationsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function MultilingualTranslationsService_Factory() { return new MultilingualTranslationsService(ɵɵinject(TranslateService), ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: MultilingualTranslationsService, providedIn: "root" });
|
|
6333
|
-
if (false) {
|
|
6334
|
-
MultilingualTranslationsService.prototype.selectedLang;
|
|
6335
|
-
MultilingualTranslationsService.prototype.languageSelected;
|
|
6336
|
-
MultilingualTranslationsService.prototype.languageSelectedObservable;
|
|
6337
|
-
MultilingualTranslationsService.prototype.editProfileDetails;
|
|
6338
|
-
MultilingualTranslationsService.prototype.translate;
|
|
6339
|
-
MultilingualTranslationsService.prototype.http;
|
|
6340
|
-
MultilingualTranslationsService.prototype.configSvc;
|
|
6341
|
-
}
|
|
6342
|
-
|
|
6343
|
-
var NsWidgetResolver;
|
|
6344
|
-
(function (NsWidgetResolver) {
|
|
6345
|
-
function IUnitPermissionObject() { }
|
|
6346
|
-
NsWidgetResolver.IUnitPermissionObject = IUnitPermissionObject;
|
|
6347
|
-
if (false) {
|
|
6348
|
-
IUnitPermissionObject.prototype.all;
|
|
6349
|
-
IUnitPermissionObject.prototype.none;
|
|
6350
|
-
IUnitPermissionObject.prototype.some;
|
|
6351
|
-
}
|
|
6352
|
-
function IPermissions() { }
|
|
6353
|
-
NsWidgetResolver.IPermissions = IPermissions;
|
|
6354
|
-
if (false) {
|
|
6355
|
-
IPermissions.prototype.enabled;
|
|
6356
|
-
IPermissions.prototype.available;
|
|
6357
|
-
IPermissions.prototype.roles;
|
|
6358
|
-
IPermissions.prototype.features;
|
|
6359
|
-
IPermissions.prototype.groups;
|
|
6360
|
-
}
|
|
6361
|
-
function IBaseConfig() { }
|
|
6362
|
-
NsWidgetResolver.IBaseConfig = IBaseConfig;
|
|
6363
|
-
if (false) {
|
|
6364
|
-
IBaseConfig.prototype.widgetType;
|
|
6365
|
-
IBaseConfig.prototype.widgetSubType;
|
|
6366
|
-
}
|
|
6367
|
-
function IRegistrationConfig() { }
|
|
6368
|
-
NsWidgetResolver.IRegistrationConfig = IRegistrationConfig;
|
|
6369
|
-
if (false) {
|
|
6370
|
-
IRegistrationConfig.prototype.component;
|
|
6371
|
-
}
|
|
6372
|
-
function IRegistrationsPermissionConfig() { }
|
|
6373
|
-
NsWidgetResolver.IRegistrationsPermissionConfig = IRegistrationsPermissionConfig;
|
|
6374
|
-
if (false) {
|
|
6375
|
-
IRegistrationsPermissionConfig.prototype.widgetPermission;
|
|
6376
|
-
}
|
|
6377
|
-
function IRenderConfigWithTypedData() { }
|
|
6378
|
-
NsWidgetResolver.IRenderConfigWithTypedData = IRenderConfigWithTypedData;
|
|
6379
|
-
if (false) {
|
|
6380
|
-
IRenderConfigWithTypedData.prototype.widgetData;
|
|
6381
|
-
IRenderConfigWithTypedData.prototype.widgetInstanceId;
|
|
6382
|
-
IRenderConfigWithTypedData.prototype.widgetHostClass;
|
|
6383
|
-
IRenderConfigWithTypedData.prototype.widgetHostStyle;
|
|
6384
|
-
}
|
|
6385
|
-
function IWidgetData() { }
|
|
6386
|
-
NsWidgetResolver.IWidgetData = IWidgetData;
|
|
6387
|
-
if (false) {
|
|
6388
|
-
IWidgetData.prototype.widgetSafeStyle;
|
|
6389
|
-
IWidgetData.prototype.updateBaseComponent;
|
|
6390
|
-
}
|
|
6391
|
-
function ITitle() { }
|
|
6392
|
-
NsWidgetResolver.ITitle = ITitle;
|
|
6393
|
-
if (false) {
|
|
6394
|
-
ITitle.prototype.title;
|
|
6395
|
-
ITitle.prototype.url;
|
|
6396
|
-
ITitle.prototype.icon;
|
|
6397
|
-
}
|
|
6398
|
-
})(NsWidgetResolver || (NsWidgetResolver = {}));
|
|
6399
5112
|
|
|
6400
|
-
export { AuthKeycloakService, AuthMicrosoftService, ClassChangeOnScrollModule, ConfigurationsService, DefaultThumbnailModule, EFeatures, EInstance, EventService, ExploreDetailResolve, HorizontalScrollerModule, HorizontalScrollerV2Module, ImageCropComponent, ImageCropModule, ImageResponsiveModule, InViewPortModule, LoggerService, LogoutComponent, LogoutModule, MarketingOfferingResolve, ModuleNameResolve, MultilingualTranslationsService, NPSGridService, NavigationModule, NsContent, OrderByPipe, PageNameResolve, PageResolve, PermissionModule, PipeCertificateImageURL, PipeCertificateImageURLModule, PipeConciseDateRangeModule, PipeConciseDateRangePipe, PipeCountTransformModule, PipeCountTransformPipe, PipeCourseNameModule, PipeCourseNamePipe, PipeDateConcatModule, PipeDateConcatPipe, PipeDurationTransformModule, PipeDurationTransformPipe, PipeEmailModule, PipeEmailPipe, PipeFilterModule, PipeFilterPipe, PipeFilterSearchModule, PipeFilterSearchPipe, PipeFilterV2Module, PipeFilterV2Pipe, PipeFilterV3Module, PipeFilterV3Pipe, PipeHtmlTagRemovalModule, PipeHtmlTagRemovalPipe, PipeLimitToModule, PipeLimitToPipe, PipeListFilterModule, PipeListFilterPipe, PipeNameTransformModule, PipeNameTransformPipe, PipeNicRelativeModule, PipeNicRelativePipe, PipeOrderByModule, PipeOrdinalModule, PipeOrdinalPipe, PipePartialContentModule, PipePartialContentPipe, PipePublicURL, PipePublicURLModule, PipeRelativeTimeModule, PipeRelativeTimePipe, PipeSafeSanitizerModule, PipeSafeSanitizerPipe, SubapplicationRespondService, TelemetryService, UserPreferenceService, UtilityService, ValueService, WidgetContentService, WsEvents, getStringifiedQueryParams,
|
|
5113
|
+
export { AuthKeycloakService, AuthMicrosoftService, ClassChangeOnScrollDirective, ClassChangeOnScrollModule, ConfigurationsService, DefaultThumbnailDirective, DefaultThumbnailModule, EFeatures, EInstance, EventService, ExploreDetailResolve, HorizontalScrollerComponent, HorizontalScrollerModule, HorizontalScrollerV2Component, HorizontalScrollerV2Module, ImageCropComponent, ImageCropModule, ImageResponsiveDirective, ImageResponsiveModule, InViewPortDirective, InViewPortModule, LoggerService, LogoutComponent, LogoutModule, MarketingOfferingResolve, ModuleNameResolve, MultilingualTranslationsService, NPSGridService, NavigationDirective, NavigationModule, NsContent, OrderByPipe, PageNameResolve, PageResolve, PermissionDirective, PermissionModule, PipeCertificateImageURL, PipeCertificateImageURLModule, PipeConciseDateRangeModule, PipeConciseDateRangePipe, PipeCountTransformModule, PipeCountTransformPipe, PipeCourseNameModule, PipeCourseNamePipe, PipeDateConcatModule, PipeDateConcatPipe, PipeDurationTransformModule, PipeDurationTransformPipe, PipeEmailModule, PipeEmailPipe, PipeFilterModule, PipeFilterPipe, PipeFilterSearchModule, PipeFilterSearchPipe, PipeFilterV2Module, PipeFilterV2Pipe, PipeFilterV3Module, PipeFilterV3Pipe, PipeHtmlTagRemovalModule, PipeHtmlTagRemovalPipe, PipeLimitToModule, PipeLimitToPipe, PipeListFilterModule, PipeListFilterPipe, PipeNameTransformModule, PipeNameTransformPipe, PipeNicRelativeModule, PipeNicRelativePipe, PipeOrderByModule, PipeOrdinalModule, PipeOrdinalPipe, PipePartialContentModule, PipePartialContentPipe, PipePublicURL, PipePublicURLModule, PipeRelativeTimeModule, PipeRelativeTimePipe, PipeSafeSanitizerModule, PipeSafeSanitizerPipe, SubapplicationRespondService, TelemetryService, UserPreferenceService, UtilityService, ValueService, WidgetContentService, WsEvents, getStringifiedQueryParams, ɵ0$1 as ɵ0, ɵ1$1 as ɵ1, ɵ2, ɵ3 };
|
|
6401
5114
|
//# sourceMappingURL=sunbird-cb-utils-v2.js.map
|