@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,13 +1,19 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator, __values, __read } from 'tslib';
|
|
2
|
-
import {
|
|
3
|
-
import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';
|
|
2
|
+
import { ɵɵdefineInjectable, Injectable, ɵɵinject, EventEmitter, Inject, Component, Output, NgModule, Directive, Input, HostBinding, HostListener, ElementRef, ViewChild, Pipe, LOCALE_ID } from '@angular/core';
|
|
3
|
+
import { MatDialogRef, MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
|
4
4
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
5
5
|
import { BehaviorSubject, ReplaySubject, Subject, fromEvent, timer, of, EMPTY, forkJoin } from 'rxjs';
|
|
6
6
|
import { Breakpoints, BreakpointObserver } from '@angular/cdk/layout';
|
|
7
7
|
import { map, debounceTime, distinctUntilChanged, throttleTime, filter, catchError, mergeMap, retry } from 'rxjs/operators';
|
|
8
8
|
import { CommonModule } from '@angular/common';
|
|
9
|
-
import {
|
|
9
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
10
|
+
import { MatCardModule } from '@angular/material/card';
|
|
11
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
12
|
+
import { MatSliderModule } from '@angular/material/slider';
|
|
13
|
+
import { MatToolbarModule } from '@angular/material/toolbar';
|
|
14
|
+
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
10
15
|
import { ImageCropperModule } from 'ngx-image-cropper';
|
|
16
|
+
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
11
17
|
import { Platform } from '@angular/cdk/platform';
|
|
12
18
|
import { HttpClient } from '@angular/common/http';
|
|
13
19
|
import { NavigationEnd, Router, ActivatedRoute, NavigationStart } from '@angular/router';
|
|
@@ -86,87 +92,30 @@ var ConfigurationsService = (function () {
|
|
|
86
92
|
ConfigurationsService.prototype.updatePlatformRatingMethod = function (state) {
|
|
87
93
|
this.updatePlatformRating.next(state);
|
|
88
94
|
};
|
|
95
|
+
ConfigurationsService.ɵprov = ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
|
|
89
96
|
ConfigurationsService.decorators = [
|
|
90
97
|
{ type: Injectable, args: [{
|
|
91
98
|
providedIn: 'root',
|
|
92
99
|
},] }
|
|
93
100
|
];
|
|
94
101
|
ConfigurationsService.ctorParameters = function () { return []; };
|
|
95
|
-
/** @nocollapse */ ConfigurationsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
|
|
96
102
|
return ConfigurationsService;
|
|
97
103
|
}());
|
|
98
|
-
if (false) {
|
|
99
|
-
ConfigurationsService.prototype.appSetup;
|
|
100
|
-
ConfigurationsService.prototype.userUrl;
|
|
101
|
-
ConfigurationsService.prototype.baseUrl;
|
|
102
|
-
ConfigurationsService.prototype.sitePath;
|
|
103
|
-
ConfigurationsService.prototype.hostPath;
|
|
104
|
-
ConfigurationsService.prototype.userRoles;
|
|
105
|
-
ConfigurationsService.prototype.userGroups;
|
|
106
|
-
ConfigurationsService.prototype.restrictedFeatures;
|
|
107
|
-
ConfigurationsService.prototype.restrictedWidgets;
|
|
108
|
-
ConfigurationsService.prototype.instanceConfig;
|
|
109
|
-
ConfigurationsService.prototype.appsConfig;
|
|
110
|
-
ConfigurationsService.prototype.rootOrg;
|
|
111
|
-
ConfigurationsService.prototype.courseContentPath;
|
|
112
|
-
ConfigurationsService.prototype.org;
|
|
113
|
-
ConfigurationsService.prototype.activeOrg;
|
|
114
|
-
ConfigurationsService.prototype.isProduction;
|
|
115
|
-
ConfigurationsService.prototype.hasAcceptedTnc;
|
|
116
|
-
ConfigurationsService.prototype.profileDetailsStatus;
|
|
117
|
-
ConfigurationsService.prototype.isActive;
|
|
118
|
-
ConfigurationsService.prototype.userPreference;
|
|
119
|
-
ConfigurationsService.prototype.userProfile;
|
|
120
|
-
ConfigurationsService.prototype.userProfileV2;
|
|
121
|
-
ConfigurationsService.prototype.nodebbUserProfile;
|
|
122
|
-
ConfigurationsService.prototype.unMappedUser;
|
|
123
|
-
ConfigurationsService.prototype.isAuthenticated;
|
|
124
|
-
ConfigurationsService.prototype.isNewUser;
|
|
125
|
-
ConfigurationsService.prototype.portalUrls;
|
|
126
|
-
ConfigurationsService.prototype.positions;
|
|
127
|
-
ConfigurationsService.prototype.overrideThemeChanges;
|
|
128
|
-
ConfigurationsService.prototype.profileTimelyNudges;
|
|
129
|
-
ConfigurationsService.prototype.pinnedApps;
|
|
130
|
-
ConfigurationsService.prototype.prefChangeNotifier;
|
|
131
|
-
ConfigurationsService.prototype.tourGuideNotifier;
|
|
132
|
-
ConfigurationsService.prototype.authChangeNotifier;
|
|
133
|
-
ConfigurationsService.prototype.updateProfile;
|
|
134
|
-
ConfigurationsService.prototype.updateProfileObservable;
|
|
135
|
-
ConfigurationsService.prototype.updateTourGuide;
|
|
136
|
-
ConfigurationsService.prototype.updateTourGuideObservable;
|
|
137
|
-
ConfigurationsService.prototype.updatePlatformRating;
|
|
138
|
-
ConfigurationsService.prototype.updatePlatformRatingObservable$;
|
|
139
|
-
ConfigurationsService.prototype.languageTranslationFlag;
|
|
140
|
-
ConfigurationsService.prototype.activeThemeObject;
|
|
141
|
-
ConfigurationsService.prototype.activeFontObject;
|
|
142
|
-
ConfigurationsService.prototype.isDarkMode;
|
|
143
|
-
ConfigurationsService.prototype.isIntranetAllowed;
|
|
144
|
-
ConfigurationsService.prototype.isRTL;
|
|
145
|
-
ConfigurationsService.prototype.activeLocale;
|
|
146
|
-
ConfigurationsService.prototype.activeLocaleGroup;
|
|
147
|
-
ConfigurationsService.prototype.completedActivity;
|
|
148
|
-
ConfigurationsService.prototype.completedTour;
|
|
149
|
-
ConfigurationsService.prototype.profileSettings;
|
|
150
|
-
ConfigurationsService.prototype.primaryNavBar;
|
|
151
|
-
ConfigurationsService.prototype.pageNavBar;
|
|
152
|
-
ConfigurationsService.prototype.primaryNavBarConfig;
|
|
153
|
-
ConfigurationsService.prototype.welcomeTabs;
|
|
154
|
-
ConfigurationsService.prototype.compentency;
|
|
155
|
-
ConfigurationsService.prototype.cstoken;
|
|
156
|
-
ConfigurationsService.prototype.changeNavBarFullView;
|
|
157
|
-
ConfigurationsService.prototype.openExploreMenuForMWeb;
|
|
158
|
-
}
|
|
159
104
|
|
|
160
105
|
var ValueService = (function () {
|
|
161
106
|
function ValueService(breakpointObserver) {
|
|
162
107
|
this.breakpointObserver = breakpointObserver;
|
|
163
108
|
this.isXSmall$ = this.breakpointObserver
|
|
164
109
|
.observe([Breakpoints.XSmall])
|
|
165
|
-
.pipe(map(
|
|
110
|
+
.pipe(map(function (res) { return res.matches; }));
|
|
166
111
|
this.isLtMedium$ = this.breakpointObserver
|
|
167
112
|
.observe([Breakpoints.XSmall, Breakpoints.Small])
|
|
168
|
-
.pipe(map(
|
|
113
|
+
.pipe(map(function (res) { return res.matches; }));
|
|
169
114
|
}
|
|
115
|
+
ValueService.ctorParameters = function () { return [
|
|
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,23 +124,9 @@ var ValueService = (function () {
|
|
|
175
124
|
ValueService.ctorParameters = function () { return [
|
|
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
127
|
return ValueService;
|
|
180
128
|
}());
|
|
181
|
-
if (false) {
|
|
182
|
-
ValueService.prototype.isXSmall$;
|
|
183
|
-
ValueService.prototype.isLtMedium$;
|
|
184
|
-
ValueService.prototype.breakpointObserver;
|
|
185
|
-
}
|
|
186
129
|
|
|
187
|
-
function IDialogueDta() { }
|
|
188
|
-
if (false) {
|
|
189
|
-
IDialogueDta.prototype.isRoundCrop;
|
|
190
|
-
IDialogueDta.prototype.imageFile;
|
|
191
|
-
IDialogueDta.prototype.height;
|
|
192
|
-
IDialogueDta.prototype.width;
|
|
193
|
-
IDialogueDta.prototype.imageFileName;
|
|
194
|
-
}
|
|
195
130
|
var ImageCropComponent = (function () {
|
|
196
131
|
function ImageCropComponent(dialogRef, configSvc, snackBar, valueSvc, data) {
|
|
197
132
|
this.dialogRef = dialogRef;
|
|
@@ -233,7 +168,7 @@ var ImageCropComponent = (function () {
|
|
|
233
168
|
ImageCropComponent.prototype.ngOnInit = function () {
|
|
234
169
|
var _this = this;
|
|
235
170
|
this.thumbnailSizeDetection();
|
|
236
|
-
this.valueSvc.isXSmall$.subscribe(
|
|
171
|
+
this.valueSvc.isXSmall$.subscribe(function (isXSmall) {
|
|
237
172
|
_this.isXSmall = isXSmall;
|
|
238
173
|
if (_this.isXSmall) {
|
|
239
174
|
_this.dialogRef.updateSize('90%');
|
|
@@ -241,7 +176,7 @@ var ImageCropComponent = (function () {
|
|
|
241
176
|
else {
|
|
242
177
|
_this.dialogRef.updateSize('70%');
|
|
243
178
|
}
|
|
244
|
-
})
|
|
179
|
+
});
|
|
245
180
|
};
|
|
246
181
|
ImageCropComponent.prototype.changeToDefaultImg = function ($event) {
|
|
247
182
|
$event.target.src = this.configSvc.instanceConfig ?
|
|
@@ -265,10 +200,10 @@ var ImageCropComponent = (function () {
|
|
|
265
200
|
var _this = this;
|
|
266
201
|
var fr = new FileReader();
|
|
267
202
|
fr.readAsDataURL(this.imageFile);
|
|
268
|
-
fr.onload =
|
|
203
|
+
fr.onload = function () {
|
|
269
204
|
var img = new Image();
|
|
270
|
-
img.src =
|
|
271
|
-
img.onload =
|
|
205
|
+
img.src = fr.result;
|
|
206
|
+
img.onload = function () {
|
|
272
207
|
_this.width = img.width;
|
|
273
208
|
_this.height = img.height;
|
|
274
209
|
if (!_this.isRoundCrop) {
|
|
@@ -280,8 +215,8 @@ var ImageCropComponent = (function () {
|
|
|
280
215
|
_this.isNotOfRequiredSize = true;
|
|
281
216
|
}
|
|
282
217
|
}
|
|
283
|
-
}
|
|
284
|
-
}
|
|
218
|
+
};
|
|
219
|
+
};
|
|
285
220
|
};
|
|
286
221
|
ImageCropComponent.prototype.base64ImageToBlob = function (str) {
|
|
287
222
|
var pos = str.indexOf(';base64,');
|
|
@@ -302,7 +237,7 @@ var ImageCropComponent = (function () {
|
|
|
302
237
|
ImageCropComponent.prototype.flipAfterRotate = function () {
|
|
303
238
|
var flippedH = this.transform.flipH;
|
|
304
239
|
var flippedV = this.transform.flipV;
|
|
305
|
-
this.transform = __assign({}, this.transform, { flipH: flippedV, flipV: flippedH });
|
|
240
|
+
this.transform = __assign(__assign({}, this.transform), { flipH: flippedV, flipV: flippedH });
|
|
306
241
|
};
|
|
307
242
|
ImageCropComponent.prototype.rotateLeft = function () {
|
|
308
243
|
this.canvasRotation = this.canvasRotation - 1;
|
|
@@ -313,11 +248,11 @@ var ImageCropComponent = (function () {
|
|
|
313
248
|
this.flipAfterRotate();
|
|
314
249
|
};
|
|
315
250
|
ImageCropComponent.prototype.flipHorizontal = function () {
|
|
316
|
-
this.transform = __assign({}, this.transform, { flipH: !this.transform.flipH });
|
|
251
|
+
this.transform = __assign(__assign({}, this.transform), { flipH: !this.transform.flipH });
|
|
317
252
|
};
|
|
318
253
|
ImageCropComponent.prototype.zoom = function (event) {
|
|
319
254
|
this.resetValue = false;
|
|
320
|
-
this.transform = __assign({}, this.transform, { scale: event.value });
|
|
255
|
+
this.transform = __assign(__assign({}, this.transform), { scale: event.value });
|
|
321
256
|
};
|
|
322
257
|
ImageCropComponent.prototype.croppingImage = function () {
|
|
323
258
|
this.dialogRef.close(this.cropimageFile);
|
|
@@ -330,12 +265,19 @@ var ImageCropComponent = (function () {
|
|
|
330
265
|
ImageCropComponent.prototype.close = function () {
|
|
331
266
|
this.dialogRef.close();
|
|
332
267
|
};
|
|
268
|
+
ImageCropComponent.ctorParameters = function () { return [
|
|
269
|
+
{ type: MatDialogRef },
|
|
270
|
+
{ type: ConfigurationsService },
|
|
271
|
+
{ type: MatSnackBar },
|
|
272
|
+
{ type: ValueService },
|
|
273
|
+
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] }
|
|
274
|
+
]; };
|
|
333
275
|
ImageCropComponent.decorators = [
|
|
334
276
|
{ type: Component, args: [{
|
|
335
277
|
selector: 'ws-utils-image-crop',
|
|
336
278
|
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",
|
|
337
279
|
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}"]
|
|
338
|
-
}] }
|
|
280
|
+
},] }
|
|
339
281
|
];
|
|
340
282
|
ImageCropComponent.ctorParameters = function () { return [
|
|
341
283
|
{ type: MatDialogRef },
|
|
@@ -349,33 +291,6 @@ var ImageCropComponent = (function () {
|
|
|
349
291
|
};
|
|
350
292
|
return ImageCropComponent;
|
|
351
293
|
}());
|
|
352
|
-
if (false) {
|
|
353
|
-
ImageCropComponent.prototype.data;
|
|
354
|
-
ImageCropComponent.prototype.isRoundCrop;
|
|
355
|
-
ImageCropComponent.prototype.isNotOfRequiredSize;
|
|
356
|
-
ImageCropComponent.prototype.imageFile;
|
|
357
|
-
ImageCropComponent.prototype.cropimageFile;
|
|
358
|
-
ImageCropComponent.prototype.imageFileBase64;
|
|
359
|
-
ImageCropComponent.prototype.width;
|
|
360
|
-
ImageCropComponent.prototype.height;
|
|
361
|
-
ImageCropComponent.prototype.opHeight;
|
|
362
|
-
ImageCropComponent.prototype.opWidth;
|
|
363
|
-
ImageCropComponent.prototype.imageDimensions;
|
|
364
|
-
ImageCropComponent.prototype.croppedHeight;
|
|
365
|
-
ImageCropComponent.prototype.croppedWidth;
|
|
366
|
-
ImageCropComponent.prototype.cropperReadyToStart;
|
|
367
|
-
ImageCropComponent.prototype.fileName;
|
|
368
|
-
ImageCropComponent.prototype.canvasRotation;
|
|
369
|
-
ImageCropComponent.prototype.transform;
|
|
370
|
-
ImageCropComponent.prototype.resetValue;
|
|
371
|
-
ImageCropComponent.prototype.element;
|
|
372
|
-
ImageCropComponent.prototype.isXSmall;
|
|
373
|
-
ImageCropComponent.prototype.isThumbnail;
|
|
374
|
-
ImageCropComponent.prototype.dialogRef;
|
|
375
|
-
ImageCropComponent.prototype.configSvc;
|
|
376
|
-
ImageCropComponent.prototype.snackBar;
|
|
377
|
-
ImageCropComponent.prototype.valueSvc;
|
|
378
|
-
}
|
|
379
294
|
|
|
380
295
|
var ImageCropModule = (function () {
|
|
381
296
|
function ImageCropModule() {
|
|
@@ -402,572 +317,572 @@ var ImageCropModule = (function () {
|
|
|
402
317
|
return ImageCropModule;
|
|
403
318
|
}());
|
|
404
319
|
|
|
405
|
-
var EFeatures
|
|
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
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
320
|
+
var EFeatures;
|
|
321
|
+
(function (EFeatures) {
|
|
322
|
+
EFeatures["PLAYLIST"] = "playlist";
|
|
323
|
+
EFeatures["PLAYLIST_CREATE"] = "playlistCreate";
|
|
324
|
+
EFeatures["PLAYLIST_ADD_NEW_CONTENT"] = "playlistAddNewContent";
|
|
325
|
+
EFeatures["PLAYLIST_REMOVE_EXISTING_CONTENT"] = "playlistRemoveExistingContent";
|
|
326
|
+
EFeatures["PLAYLIST_DELETE"] = "playlistDelete";
|
|
327
|
+
EFeatures["PLAYLIST_SHARE"] = "playlistShare";
|
|
328
|
+
EFeatures["GOAL"] = "goal";
|
|
329
|
+
EFeatures["GOAL_CREATE_OWN"] = "goalCreateOwn";
|
|
330
|
+
EFeatures["GOAL_CREATE_SUGGESTED"] = "goalCreateSuggested";
|
|
331
|
+
EFeatures["GOAL_EDIT_EXISTING_GOAL"] = "goalEditExistingGoal";
|
|
332
|
+
EFeatures["GOAL_DELETE_EXISTING_GOAL"] = "goalDeleteExistingGoal";
|
|
333
|
+
EFeatures["GOAL_SHARE_GOAL_WITH_OTHERS"] = "goalShareGoalWithOthers";
|
|
334
|
+
EFeatures["GOAL_VIEW_ALL_GOALS_SECTION"] = "goalViewAllGoalsSection";
|
|
335
|
+
EFeatures["GOAL_VIEW_IN_PROGRESS_GOALS_SECTION"] = "goalViewInProgressGoalsSection";
|
|
336
|
+
EFeatures["GOAL_VIEW_COMPLETED_GOALS_SECTION"] = "goalViewCompletedGoalsSection";
|
|
337
|
+
EFeatures["NAVIGATOR"] = "navigator";
|
|
338
|
+
EFeatures["NAVIGATOR_VIEW_NAVIGATOR_CAROUSEL"] = "navigatorViewNavigatorCarousel";
|
|
339
|
+
EFeatures["NAVIGATOR_VIEW_ROLES_PAGE"] = "navigatorViewRolesPage";
|
|
340
|
+
EFeatures["NAVIGATOR_SELECT_ANY_PILLAR"] = "navigatorSelectAnyPillar";
|
|
341
|
+
EFeatures["NAVIGATOR_PURSUE_ANY_OFFERING"] = "navigatorPursueAnyOffering";
|
|
342
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_OFFERING"] = "navigatorCreateGoalFromOffering";
|
|
343
|
+
EFeatures["NAVIGATOR_VIEW_EXPLORE_PAGE"] = "navigatorViewExplorePage";
|
|
344
|
+
EFeatures["NAVIGATOR_SELECT_ANY_LEARNING_PATH"] = "navigatorSelectAnyLearningPath";
|
|
345
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_LEARNING_PATH"] = "navigatorCreateGoalFromLearningPath";
|
|
346
|
+
EFeatures["NAVIGATOR_VIEW_SUGGESTIONS_PAGE"] = "navigatorViewSuggestionsPage";
|
|
347
|
+
EFeatures["NAVIGATOR_SELECT_SUGGESTED_TOPICS"] = "navigatorSelectSuggestedTopics";
|
|
348
|
+
EFeatures["NAVIGATOR_GET_SUGGESTIONS_OF_SELECTED_TOPICS"] = "navigatorGetSuggestionsOfSelectedTopics";
|
|
349
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_SELECTED_LEARNING_PATHS"] = "navigatorCreateGoalFromSelectedLearningPaths";
|
|
350
|
+
EFeatures["NAVIGATOR_VIEW_INDUSTRIES_PAGE"] = "navigatorViewIndustriesPage";
|
|
351
|
+
EFeatures["NAVIGATOR_VIEW_CME_PAGE"] = "navigatorViewCmePage";
|
|
352
|
+
EFeatures["NAVIGATOR_SELECT_SUBDOMAIN"] = "navigatorSelectSubdomain";
|
|
353
|
+
EFeatures["NAVIGATOR_SELECT_PILLAR"] = "navigatorSelectPillar";
|
|
354
|
+
EFeatures["NAVIGATOR_SELECT_THEME"] = "navigatorSelectTheme";
|
|
355
|
+
EFeatures["NAVIGATOR_VIEW_CPG_PAGE"] = "navigatorViewCpgPage";
|
|
356
|
+
EFeatures["NAVIGATOR_VIEW_ENERGY_PAGE"] = "navigatorViewEnergyPage";
|
|
357
|
+
EFeatures["NAVIGATOR_VIEW_FINANCIAL_SERVICES_PAGE"] = "navigatorViewFinancialServicesPage";
|
|
358
|
+
EFeatures["NAVIGATOR_VIEW_HEALTH_CARE_PAGE"] = "navigatorViewHealthCarePage";
|
|
359
|
+
EFeatures["NAVIGATOR_VIEW_INSURANCE_PAGE"] = "navigatorViewInsurancePage";
|
|
360
|
+
EFeatures["NAVIGATOR_VIEW_LIFE_SCIENCES_PAGE"] = "navigatorViewLifeSciencesPage";
|
|
361
|
+
EFeatures["NAVIGATOR_VIEW_MFG_PAGE"] = "navigatorViewMfgPage";
|
|
362
|
+
EFeatures["NAVIGATOR_VIEW_RETAIL_PAGE"] = "navigatorViewRetailPage";
|
|
363
|
+
EFeatures["NAVIGATOR_VIEW_TRAVEL_AND_HOSPITALITY_PAGE"] = "navigatorViewTravelAndHospitalityPage";
|
|
364
|
+
EFeatures["NAVIGATOR_VIEW_UTILITIES_PAGE"] = "navigatorViewUtilitiesPage";
|
|
365
|
+
EFeatures["NAVIGATOR_VIEW_CME_ANALYTICS"] = "navigatorViewCmeAnalytics";
|
|
366
|
+
EFeatures["NAVIGATOR_VIEW_GPG_ANALYTICS"] = "navigatorViewGpgAnalytics";
|
|
367
|
+
EFeatures["NAVIGATOR_VIEW_ENERGY_ANALYTICS"] = "navigatorViewEnergyAnalytics";
|
|
368
|
+
EFeatures["NAVIGATOR_VIEW_FINANCIAL_SERVICES_ANALYTICS"] = "navigatorViewFinancialServicesAnalytics";
|
|
369
|
+
EFeatures["NAVIGATOR_VIEW_HEALTH_CARE_ANALYTICS"] = "navigatorViewHealthCareAnalytics";
|
|
370
|
+
EFeatures["NAVIGATOR_VIEW_INSURANCE_ANALYTICS"] = "navigatorViewInsuranceAnalytics";
|
|
371
|
+
EFeatures["NAVIGATOR_VIEW_LIFE_SCIENCES_ANALYTICS"] = "navigatorViewLifeSciencesAnalytics";
|
|
372
|
+
EFeatures["NAVIGATOR_VIEW_MFG_ANALYTICS"] = "navigatorViewMfgAnalytics";
|
|
373
|
+
EFeatures["NAVIGATOR_VIEW_RETAIL_ANALYTICS"] = "navigatorViewRetailAnalytics";
|
|
374
|
+
EFeatures["NAVIGATOR_VIEW_TRAVEL_AND_HOSPITALITY_ANALYTICS"] = "navigatorViewTravelAndHospitalityAnalytics";
|
|
375
|
+
EFeatures["NAVIGATOR_VIEW_UTILITIES_ANALYTICS"] = "navigatorViewUtilitiesAnalytics";
|
|
376
|
+
EFeatures["NAVIGATOR_VIEW_PILLARS_PAGE"] = "navigatorViewPillarsPage";
|
|
377
|
+
EFeatures["NAVIGATOR_VIEW_DIFFERENT_COURSES_IN_PILLAR"] = "navigatorViewDifferentCoursesInPillar";
|
|
378
|
+
EFeatures["NAVIGATOR_VIEW_FULL_STACK_PAGE"] = "navigatorViewFullStackPage";
|
|
379
|
+
EFeatures["NAVIGATOR_VIEW_DIFFERENT_FULL_STACK_PROGRAMS"] = "navigatorViewDifferentFullStackPrograms";
|
|
380
|
+
EFeatures["CATALOG"] = "catalog";
|
|
381
|
+
EFeatures["CATALOG_VIEW_CATALOG_LIST"] = "catalogViewCatalogList";
|
|
382
|
+
EFeatures["CATALOG_SELECT_ITEM_FROM_CATALOG_LIST"] = "catalogSelectItemFromCatalogList";
|
|
383
|
+
EFeatures["CATALOG_VIEW_PROGRAMS_STRIP"] = "catalogViewProgramsStrip";
|
|
384
|
+
EFeatures["CATALOG_VIEW_COURSES_STRIP"] = "catalogViewCoursesStrip";
|
|
385
|
+
EFeatures["CATALOG_VIEW_LEARNING_MODULES_STRIP"] = "catalogViewLearningModulesStrip";
|
|
386
|
+
EFeatures["CATALOG_VIEW_RESOURCES_STRIP"] = "catalogViewResourcesStrip";
|
|
387
|
+
EFeatures["MARKETING_PAGE"] = "marketingPage";
|
|
388
|
+
EFeatures["MARKETING_PAGE_VIEW_BRAND_ASSETS_PAGE"] = "marketingPageViewBrandAssetsPage";
|
|
389
|
+
EFeatures["MARKETING_PAGE_VIEW_CORPORATE_STRIP"] = "marketingPageViewCorporateStrip";
|
|
390
|
+
EFeatures["MARKETING_PAGE_VIEW_EMPLOYEE_STRIP"] = "marketingPageViewEmployeeStrip";
|
|
391
|
+
EFeatures["MARKETING_PAGE_VIEW_EXPERIMENTAL_SHOWCASE_PAGE"] = "marketingPageViewExperimentalShowcasePage";
|
|
392
|
+
EFeatures["MARKETING_PAGE_VIEW_HUBS_PAGE"] = "marketingPageViewHubsPage";
|
|
393
|
+
EFeatures["MARKETING_PAGE_VIEW_CONNECTICUT_STRIP"] = "marketingPageViewConnecticutStrip";
|
|
394
|
+
EFeatures["MARKETING_PAGE_VIEW_INDIANA_STRIP"] = "marketingPageViewIndianaStrip";
|
|
395
|
+
EFeatures["MARKETING_PAGE_VIEW_RHODE_ISLAND_STRIP"] = "marketingPageViewRhodeIslandStrip";
|
|
396
|
+
EFeatures["MARKETING_PAGE_VIEW_CLIENT_STORIES_PAGE"] = "marketingPageViewClientStoriesPage";
|
|
397
|
+
EFeatures["MARKETING_PAGE_VIEW_AGILE_SCALE_AT_DIGITAL_STRIP"] = "marketingPageViewAgileScaleAtDigitalStrip";
|
|
398
|
+
EFeatures["MARKETING_PAGE_VIEW_AI_POWERED_CORE_STRIP"] = "marketingPageViewAiPoweredCoreStrip";
|
|
399
|
+
EFeatures["MARKETING_PAGE_VIEW_ALWAYS_ON_LEAVING_STRIP"] = "marketingPageViewAlwaysOnLeavingStrip";
|
|
400
|
+
EFeatures["MARKETING_PAGE_VIEW_SERVICES_PAGE"] = "marketingPageViewServicesPage";
|
|
401
|
+
EFeatures["MARKETING_PAGE_VIEW_SERVICES_PENTAGON"] = "marketingPageViewServicesPentagon";
|
|
402
|
+
EFeatures["MARKETING_PAGE_VIEW_OFFERINGS_LIST"] = "marketingPageViewOfferingsList";
|
|
403
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_OFFERING"] = "marketingPageSelectAnyOffering";
|
|
404
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_PILLAR_FROM_PENTAGON"] = "marketingPageSelectAnyPillarFromPentagon";
|
|
405
|
+
EFeatures["MARKETING_PAGE_VIEW_INDUSTRIES_PAGE"] = "marketingPageViewIndustriesPage";
|
|
406
|
+
EFeatures["MARKETING_PAGE_VIEW_INDUSTRIES_LIST"] = "marketingPageViewIndustriesList";
|
|
407
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_INDUSTRY"] = "marketingPageSelectAnyIndustry";
|
|
408
|
+
EFeatures["MARKETING_PAGE_VIEW_PRODUCT_AND_SUBSIDIARIES_PAGE"] = "marketingPageViewProductAndSubsidiariesPage";
|
|
409
|
+
EFeatures["MARKETING_PAGE_VIEW_PRODUCT_AND_SUBSIDIARIES_LIST"] = "marketingPageViewProductAndSubsidiariesList";
|
|
410
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_PRODUCT_AND_SUBSIDIARY"] = "marketingPageSelectAnyProductAndSubsidiary";
|
|
411
|
+
EFeatures["INTERESTS"] = "interests";
|
|
412
|
+
EFeatures["INTERESTS_ADD_INTERESTS_FROM_SEARCH"] = "interestsAddInterestsFromSearch";
|
|
413
|
+
EFeatures["INTERESTS_ADD_INTERESTS_FROM_OUR_SUGGESTIONS_SECTION"] = "interestsAddInterestsFromOurSuggestionsSection";
|
|
414
|
+
EFeatures["INTERESTS_REMOVE_INTERESTS_FROM_MY_INTERESTS_SECTION"] = "interestsRemoveInterestsFromMyInterestsSection";
|
|
415
|
+
EFeatures["INTERESTS_VIEW_INTERESTS_SEARCH_FIELD"] = "interestsViewInterestsSearchField";
|
|
416
|
+
EFeatures["INTERESTS_VIEW_MY_INTERESTS_SECTION"] = "interestsViewMyInterestsSection";
|
|
417
|
+
EFeatures["INTERESTS_VIEW_OWN_SUGGESTIONS_SECTION"] = "interestsViewOwnSuggestionsSection";
|
|
418
|
+
EFeatures["INTERESTS_VIEW_MORE_SUGGESTIONS_BUTTON"] = "interestsViewMoreSuggestionsButton";
|
|
419
|
+
EFeatures["FEEDBACK"] = "feedback";
|
|
420
|
+
EFeatures["FEEDBACK_VIEW_PLATFORM_FEEDBACK_SECTION"] = "feedbackViewPlatformFeedbackSection";
|
|
421
|
+
EFeatures["FEEDBACK_STAR_RATING_FOR_PLATFORM"] = "feedbackStarRatingForPlatform";
|
|
422
|
+
EFeatures["FEEDBACK_WRITE_PLATFORM_FEEDBACK"] = "feedbackWritePlatformFeedback";
|
|
423
|
+
EFeatures["FEEDBACK_RESET_PLATFORM_FEEDBACK"] = "feedbackResetPlatformFeedback";
|
|
424
|
+
EFeatures["FEEDBACK_SUBMIT_PLATFORM_FEEDBACK"] = "feedbackSubmitPlatformFeedback";
|
|
425
|
+
EFeatures["FEEDBACK_VIEW_CONTENT_FEEDBACK_SECTION"] = "feedbackViewContentFeedbackSection";
|
|
426
|
+
EFeatures["FEEDBACK_STAR_RATING_FOR_CONTENT"] = "feedbackStarRatingForContent";
|
|
427
|
+
EFeatures["FEEDBACK_WRITE_CONTENT_FEEDBACK"] = "feedbackWriteContentFeedback";
|
|
428
|
+
EFeatures["FEEDBACK_RESET_CONTENT_FEEDBACK"] = "feedbackResetContentFeedback";
|
|
429
|
+
EFeatures["FEEDBACK_SUBMIT_CONTENT_FEEDBACK"] = "feedbackSubmitContentFeedback";
|
|
430
|
+
EFeatures["FEEDBACK_VIEW_ISSUE_REPORTING_SECTION"] = "feedbackViewIssueReportingSection";
|
|
431
|
+
EFeatures["FEEDBACK_WRITING_ISSUE"] = "feedbackWritingIssue";
|
|
432
|
+
EFeatures["FEEDBACK_RESET_ISSUE"] = "feedbackResetIssue";
|
|
433
|
+
EFeatures["FEEDBACK_SUBMIT_ISSUE"] = "feedbackSubmitIssue";
|
|
434
|
+
EFeatures["CONTACT_US"] = "contactUs";
|
|
435
|
+
EFeatures["CONTACT_US_VIEW_RAISE_AHD_SECTION"] = "contactUsViewRaiseAhdSection";
|
|
436
|
+
EFeatures["CONTACT_US_VIEW_MAIL_US_SECTION"] = "contactUsViewMailUsSection";
|
|
437
|
+
EFeatures["CONTACT_US_VIEW_TALK_TO_US_SECTION"] = "contactUsViewTalkToUsSection";
|
|
438
|
+
EFeatures["CONTACT_US_RAISE_AHD"] = "contactUsRaiseAhd";
|
|
439
|
+
EFeatures["CONTACT_US_WRITE_EMAIL"] = "contactUsWriteEmail";
|
|
440
|
+
EFeatures["CONTACT_US_DIAL_FROM_PHONE"] = "contactUsDialFromPhone";
|
|
441
|
+
EFeatures["FAQ"] = "faq";
|
|
442
|
+
EFeatures["FAQ_VIEW_LOGIN_FAQS"] = "faqViewLoginFaqs";
|
|
443
|
+
EFeatures["FAQ_VIEW_ODC_ACCESS_FAQS"] = "faqViewOdcAccessFaqs";
|
|
444
|
+
EFeatures["FAQ_VIEW_COMPATIBILITY_FAQS"] = "faqViewCompatibilityFaqs";
|
|
445
|
+
EFeatures["FAQ_VIEW_INSTALLATION_FAQS"] = "faqViewInstallationFaqs";
|
|
446
|
+
EFeatures["FAQ_VIEW_PROGRESS_COMPLETION_FAQS"] = "faqViewProgressCompletionFaqs";
|
|
447
|
+
EFeatures["FAQ_VIEW_VIDEO_FAQS"] = "faqViewVideoFaqs";
|
|
448
|
+
EFeatures["FAQ_VIEW_AUTHORING_FAQS"] = "faqViewAuthoringFaqs";
|
|
449
|
+
EFeatures["MOBILE_APPS"] = "mobileApps";
|
|
450
|
+
EFeatures["MOBILE_APPS_VIEW_ANDROID_APP_SECTION"] = "mobileAppsViewAndroidAppSection";
|
|
451
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_APP_FROM_PLAY_STORE"] = "mobileAppsDownloadAppFromPlayStore";
|
|
452
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_APP_FROM_OUR_SERVER"] = "mobileAppsDownloadAppFromOurServer";
|
|
453
|
+
EFeatures["MOBILE_APPS_VIEW_QR_CODE_FOR_ANDROID_APP"] = "mobileAppsViewQrCodeForAndroidApp";
|
|
454
|
+
EFeatures["MOBILE_APPS_VIEW_IOS_APP_SECTION"] = "mobileAppsViewIosAppSection";
|
|
455
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_IOS_APP"] = "mobileAppsDownloadIosApp";
|
|
456
|
+
EFeatures["MOBILE_APPS_VIEW_QR_CODE_FOR_IOS_APP"] = "mobileAppsViewQrCodeForIosApp";
|
|
457
|
+
EFeatures["ABOUT_US"] = "aboutUs";
|
|
458
|
+
EFeatures["ABOUT_US_VIEW_ABOUT_US_PAGE_SECTIONS"] = "aboutUsViewAboutUsPageSections";
|
|
459
|
+
EFeatures["SETTINGS"] = "settings";
|
|
460
|
+
EFeatures["SETTINGS_VIEW_LANGUAGE_SECTION"] = "settingsViewLanguageSection";
|
|
461
|
+
EFeatures["SETTINGS_VIEW_FONT_SIZE_SECTION"] = "settingsViewFontSizeSection";
|
|
462
|
+
EFeatures["SETTINGS_VIEW_THEME_SECTION"] = "settingsViewThemeSection";
|
|
463
|
+
EFeatures["SETTINGS_CHANGE_LANGUAGE"] = "settingsChangeLanguage";
|
|
464
|
+
EFeatures["SETTINGS_CHANGE_FONT_SIZE"] = "settingsChangeFontSize";
|
|
465
|
+
EFeatures["SETTINGS_CHANGE_THEME"] = "settingsChangeTheme";
|
|
466
|
+
EFeatures["LOGIN_PAGE"] = "loginPage";
|
|
467
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_INFOSCIONS"] = "loginPageLoginForInfoscions";
|
|
468
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_SUBSIDIARIES"] = "loginPageLoginForSubsidiaries";
|
|
469
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_NEW_RECRUITS"] = "loginPageLoginForNewRecruits";
|
|
470
|
+
EFeatures["LOGIN_PAGE_ABOUT_US"] = "loginPageAboutUs";
|
|
471
|
+
EFeatures["LOGIN_PAGE_TERMS_OF_USE"] = "loginPageTermsOfUse";
|
|
472
|
+
EFeatures["LOGIN_PAGE_FAQS"] = "loginPageFaqs";
|
|
473
|
+
EFeatures["LOGIN_PAGE_CONTACT_US"] = "loginPageContactUs";
|
|
474
|
+
EFeatures["TOC_PAGE"] = "tocPage";
|
|
475
|
+
EFeatures["TOC_PAGE_VIEW_OVERVIEW_SECTION"] = "tocPageViewOverviewSection";
|
|
476
|
+
EFeatures["TOC_PAGE_VIEW_INSTRUCTOR_LED_SECTION"] = "tocPageViewInstructorLedSection";
|
|
477
|
+
EFeatures["TOC_PAGE_VIEW_COHORTS_SECTION"] = "tocPageViewCohortsSection";
|
|
478
|
+
EFeatures["TOC_PAGE_VIEW_DISCUSSION_FORUM_SECTION"] = "tocPageViewDiscussionForumSection";
|
|
479
|
+
EFeatures["TOC_PAGE_VIEW_COURSE_ANALYTICS_SECTION"] = "tocPageViewCourseAnalyticsSection";
|
|
480
|
+
EFeatures["TOC_PAGE_VIEW_WHATS_NEXT_SECTION"] = "tocPageViewWhatsNextSection";
|
|
481
|
+
EFeatures["TOC_PAGE_VIEW_PART_OF_SECTION"] = "tocPageViewPartOfSection";
|
|
482
|
+
EFeatures["TOC_PAGE_REGISTER_FOR_UPCOMING_TRAINING"] = "tocPageRegisterForUpcomingTraining";
|
|
483
|
+
EFeatures["TOC_PAGE_UNREGISTER_FROM_REGISTERED_TRAINING"] = "tocPageUnregisterFromRegisteredTraining";
|
|
484
|
+
EFeatures["TOC_PAGE_SHARE_INSTRUCTOR_LED_TRAININGS"] = "tocPageShareInstructorLedTrainings";
|
|
485
|
+
EFeatures["TOC_PAGE_VIEW_EDUCATORS_OF_TRAININGS"] = "tocPageViewEducatorsOfTrainings";
|
|
486
|
+
EFeatures["TOC_PAGE_NOMINATE_OTHERS_FOR_TRAININGS"] = "tocPageNominateOthersForTrainings";
|
|
487
|
+
EFeatures["TOC_PAGE_REQUEST_TRAINING"] = "tocPageRequestTraining";
|
|
488
|
+
EFeatures["TOC_PAGE_VIEW_ACTIVE_LEARNERS_SECTION"] = "tocPageViewActiveLearnersSection";
|
|
489
|
+
EFeatures["TOC_PAGE_VIEW_ALL_ACTIVE_LEARNERS"] = "tocPageViewAllActiveLearners";
|
|
490
|
+
EFeatures["TOC_PAGE_VIEW_CURRENTLY_ACTIVE_LEARNERS"] = "tocPageViewCurrentlyActiveLearners";
|
|
491
|
+
EFeatures["TOC_PAGE_VIEW_LEARNERS_SHARING_THE_SAME_GOALS"] = "tocPageViewLearnersSharingTheSameGoals";
|
|
492
|
+
EFeatures["TOC_PAGE_VIEW_EXPERTS_AND_TUTORS_SECTION"] = "tocPageViewExpertsAndTutorsSection";
|
|
493
|
+
EFeatures["TOC_PAGE_VIEW_ALL_EXPERTS_AND_TUTORS"] = "tocPageViewAllExpertsAndTutors";
|
|
494
|
+
EFeatures["TOC_PAGE_VIEW_AUTHORS_OF_COURSE"] = "tocPageViewAuthorsOfCourse";
|
|
495
|
+
EFeatures["TOC_PAGE_VIEW_EDUCATORS_OF_COURSE"] = "tocPageViewEducatorsOfCourse";
|
|
496
|
+
EFeatures["TOC_PAGE_VIEW_TOPPERS_OF_COURSE"] = "tocPageViewToppersOfCourse";
|
|
497
|
+
EFeatures["TOC_PAGE_MAIL_THE_PERSON"] = "tocPageMailThePerson";
|
|
498
|
+
EFeatures["TOC_PAGE_CALL_THE_PERSON"] = "tocPageCallThePerson";
|
|
499
|
+
EFeatures["TOC_PAGE_POST_VIEWS_IN_DISCUSSION_FORUM"] = "tocPagePostViewsInDiscussionForum";
|
|
500
|
+
EFeatures["TOC_PAGE_LEARN_THE_COURSE"] = "tocPageLearnTheCourse";
|
|
501
|
+
EFeatures["TOC_PAGE_LIKE_THE_COURSE"] = "tocPageLikeTheCourse";
|
|
502
|
+
EFeatures["TOC_PAGE_SHARE_THE_COURSE"] = "tocPageShareTheCourse";
|
|
503
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_GOALS"] = "tocPageAddCourseToGoals";
|
|
504
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_PLAYLIST"] = "tocPageAddCourseToPlaylist";
|
|
505
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_WATCHLIST"] = "tocPageAddCourseToWatchlist";
|
|
506
|
+
EFeatures["TOC_PAGE_GIVE_COURSE_FEEDBACK"] = "tocPageGiveCourseFeedback";
|
|
507
|
+
EFeatures["TOC_PAGE_RESUME_THE_COURSE"] = "tocPageResumeTheCourse";
|
|
508
|
+
EFeatures["TOC_PAGE_START_OVER_THE_COURSE"] = "tocPageStartOverTheCourse";
|
|
509
|
+
EFeatures["TOC_PAGE_GO_TO_COURSE_QUIZ"] = "tocPageGoToCourseQuiz";
|
|
510
|
+
EFeatures["TOC_PAGE_GO_TO_COURSE_HANDS_ON"] = "tocPageGoToCourseHandsOn";
|
|
511
|
+
EFeatures["NAVBAR"] = "navbar";
|
|
512
|
+
EFeatures["NAVBAR_VIEW_LOGO"] = "navbarViewLogo";
|
|
513
|
+
EFeatures["NAVBAR_CATALOG_ICON"] = "navbarCatalogIcon";
|
|
514
|
+
EFeatures["NAVBAR_NAVIGATOR_ICON"] = "navbarNavigatorIcon";
|
|
515
|
+
EFeatures["NAVBAR_NOTIFICATION_ICON"] = "navbarNotificationIcon";
|
|
516
|
+
EFeatures["NAVBAR_SETTINGS_ICON"] = "navbarSettingsIcon";
|
|
517
|
+
EFeatures["NAVBAR_SEARCH_ICON"] = "navbarSearchIcon";
|
|
518
|
+
EFeatures["NAVBAR_APPS_ICON"] = "navbarAppsIcon";
|
|
519
|
+
EFeatures["HOME_PAGE"] = "homePage";
|
|
520
|
+
EFeatures["HOME_PAGE_VIEW_CAROUSEL"] = "homePageViewCarousel";
|
|
521
|
+
EFeatures["HOME_PAGE_VIEW_CONTINUE_LEARNING_STRIP"] = "homePageViewContinueLearningStrip";
|
|
522
|
+
EFeatures["HOME_PAGE_VIEW_FEATURED_APPS_STRIP"] = "homePageViewFeaturedAppsStrip";
|
|
523
|
+
EFeatures["HOME_PAGE_VIEW_RECENT_ADDITION_TO_PLAYLISTS_STRIP"] = "homePageViewRecentAdditionToPlaylistsStrip";
|
|
524
|
+
EFeatures["HOME_PAGE_VIEW_BASED_ON_YOUR_INTERESTS_STRIP"] = "homePageViewBasedOnYourInterestsStrip";
|
|
525
|
+
EFeatures["HOME_PAGE_VIEW_BASED_ON_WHAT_YOU_VIEWED_STRIP"] = "homePageViewBasedOnWhatYouViewedStrip";
|
|
526
|
+
EFeatures["HOME_PAGE_VIEW_LATEST_STRIP"] = "homePageViewLatestStrip";
|
|
527
|
+
EFeatures["HOME_PAGE_VIEW_TRENDING_STRIP"] = "homePageViewTrendingStrip";
|
|
528
|
+
EFeatures["HOME_PAGE_SHOW_COMPLETED_FILTER"] = "homePageShowCompletedFilter";
|
|
529
|
+
EFeatures["HOME_PAGE_SHOW_RESOURCES_FILTER"] = "homePageShowResourcesFilter";
|
|
530
|
+
EFeatures["TNC_PAGE"] = "tncPage";
|
|
531
|
+
EFeatures["TNC_PAGE_VIEW_CONTEST_RULES_SECTION"] = "tncPageViewContestRulesSection";
|
|
532
|
+
EFeatures["TNC_PAGE_VIEW_DATA_PRIVACY_SECTION"] = "tncPageViewDataPrivacySection";
|
|
533
|
+
EFeatures["TNC_PAGE_ACCEPT_TERMS_AND_CONDITIONS"] = "tncPageAcceptTermsAndConditions";
|
|
534
|
+
EFeatures["BLOGS"] = "blogs";
|
|
535
|
+
EFeatures["BLOG_VIEW_OTHERS_BLOGS"] = "blogViewOthersBlogs";
|
|
536
|
+
EFeatures["BLOGS_LIKE_OTHER_BLOGS"] = "blogsLikeOtherBlogs";
|
|
537
|
+
EFeatures["BLOGS_VIEW_MY_BLOGS"] = "blogsViewMyBlogs";
|
|
538
|
+
EFeatures["BLOGS_WRITE_NEW_BLOG"] = "blogsWriteNewBlog";
|
|
539
|
+
EFeatures["BLOGS_SAVE_BLOG_AS_DRAFT"] = "blogsSaveBlogAsDraft";
|
|
540
|
+
EFeatures["BLOGS_EDIT_MY_SAVED_BLOG"] = "blogsEditMySavedBlog";
|
|
541
|
+
EFeatures["BLOGS_PUBLISH_MY_BLOG"] = "blogsPublishMyBlog";
|
|
542
|
+
EFeatures["BLOGS_UPVOTE_FOR_BLOG"] = "blogsUpvoteForBlog";
|
|
543
|
+
EFeatures["BLOGS_DOWNVOTE_FOR_BLOG"] = "blogsDownvoteForBlog";
|
|
544
|
+
EFeatures["BLOGS_WRITE_RESPONSE_FOR_BLOG"] = "blogsWriteResponseForBlog";
|
|
545
|
+
EFeatures["BLOGS_DELETE_MY_BLOG"] = "blogsDeleteMyBlog";
|
|
546
|
+
EFeatures["BLOGS_EDIT_MY_RESPONSE"] = "blogsEditMyResponse";
|
|
547
|
+
EFeatures["BLOGS_DELETE_MY_RESPONSE"] = "blogsDeleteMyResponse";
|
|
548
|
+
EFeatures["BLOGS_VIEW_DRAFTS_SECTION"] = "blogsViewDraftsSection";
|
|
549
|
+
EFeatures["BLOGS_VIEW_PUBLISHED_SECTION"] = "blogsViewPublishedSection";
|
|
550
|
+
EFeatures["QUESTION_AND_ANSWER"] = "questionAndAnswer";
|
|
551
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_ALL_QUESTIONS_AND_ANSWERS"] = "questionAndAnswerViewAllQuestionsAndAnswers";
|
|
552
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_ONLY_UNANSWERED_QUESTIONS"] = "questionAndAnswerViewOnlyUnansweredQuestions";
|
|
553
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_MY_TIMELINE"] = "questionAndAnswerViewMyTimeline";
|
|
554
|
+
EFeatures["QUESTION_AND_ANSWER_ASK_NEW_QUESTION"] = "questionAndAnswerAskNewQuestion";
|
|
555
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_SPECIFIC_QUESTION"] = "questionAndAnswerViewSpecificQuestion";
|
|
556
|
+
EFeatures["QUESTION_AND_ANSWER_UPVOTE_FOR_ANSWER"] = "questionAndAnswerUpvoteForAnswer";
|
|
557
|
+
EFeatures["QUESTION_AND_ANSWER_DOWNVOTE_FOR_ANSWER"] = "questionAndAnswerDownvoteForAnswer";
|
|
558
|
+
EFeatures["QUESTION_AND_ANSWER_LIKE_AN_ANSWER"] = "questionAndAnswerLikeAnAnswer";
|
|
559
|
+
EFeatures["QUESTION_AND_ANSWER_ADD_COMMENT_FOR_ANY_ANSWER"] = "questionAndAnswerAddCommentForAnyAnswer";
|
|
560
|
+
EFeatures["QUESTION_AND_ANSWER_ADD_ANSWER_FOR_ANY_QUESTION"] = "questionAndAnswerAddAnswerForAnyQuestion";
|
|
561
|
+
EFeatures["QUESTION_AND_ANSWER_SAVE_QUESTION_AS_DRAFT"] = "questionAndAnswerSaveQuestionAsDraft";
|
|
562
|
+
EFeatures["QUESTION_AND_ANSWER_PUBLISH_SAVED_QUESTION"] = "questionAndAnswerPublishedSavedQuestion";
|
|
563
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_DRAFTS_SECTION"] = "questionAndAnswerViewDraftsSection";
|
|
564
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_PUBLISHED_SECTION"] = "questionAndAnswerViewPublishedSection";
|
|
565
|
+
EFeatures["BADGES"] = "badges";
|
|
566
|
+
EFeatures["BADGES_VIEW_RECENTLY_EARNED_BADGE"] = "badgesViewRecentlyEarnedBadge";
|
|
567
|
+
EFeatures["BADGES_VIEW_ALL_EARNED_BADGES"] = "badgesViewAllEarnedBadges";
|
|
568
|
+
EFeatures["BADGES_VIEW_NEXT_TARGETTED_BADGES"] = "badgesViewNextTargettedBadges";
|
|
569
|
+
EFeatures["HANDS_ON_DASHBOARD"] = "handsOnDashboard";
|
|
570
|
+
EFeatures["HANDS_ON_DASHBOARD_VIEW_MY_DASHBOARD"] = "handsOnDashboardViewMyDashboard";
|
|
571
|
+
EFeatures["HANDS_ON_DASHBOARD_VIEW_SHARED_PROFILE_SECTION"] = "handsOnDashboardViewSharedProfileSection";
|
|
572
|
+
EFeatures["LEARNING_HISTORY"] = "learningHistory";
|
|
573
|
+
EFeatures["LEARNING_HISTORY_VIEW_PROGRAMS_SECTION"] = "learningHistoryViewProgramsSection";
|
|
574
|
+
EFeatures["LEARNING_HISTORY_VIEW_COURSES_SECTION"] = "learningHistoryViewCoursesSection";
|
|
575
|
+
EFeatures["LEARNING_HISTORY_VIEW_LEARNING_MODULES_SECTION"] = "learningHistoryViewLearningModulesSection";
|
|
576
|
+
EFeatures["LEARNING_HISTORY_VIEW_RESOURCES_SECTION"] = "learningHistoryViewResourcesSection";
|
|
577
|
+
EFeatures["LEARNING_HISTORY_VIEW_CERTIFICATIONS_SECTION"] = "learningHistoryViewCertificationsSection";
|
|
578
|
+
EFeatures["LEARNING_HISTORY_APPLY_COMPLETED_FILTER"] = "learningHistoryApplyCompletedFilter";
|
|
579
|
+
EFeatures["LEARNING_HISTORY_VIEW_MORE_BUTTON"] = "learningHistoryViewMoreButton";
|
|
580
|
+
EFeatures["LEARNING_TIME"] = "learningTime";
|
|
581
|
+
EFeatures["LEARNING_TIME_VIEW_LEARNING_TIME_GRAPH"] = "learningTimeViewLearningTimeGraph";
|
|
582
|
+
EFeatures["LEARNING_TIME_APPLY_BAR_GRAPH_FILTER"] = "learningTimeApplyBarGraphFilter";
|
|
583
|
+
EFeatures["LEARNING_TIME_APPLY_DATE_RANGE_FILTER"] = "learningTimeApplyDateRangeFilter";
|
|
584
|
+
EFeatures["LEARNING_TIME_APPLY_TIME_SPENT_FILTER"] = "learningTimeApplyTimeSpentFilter";
|
|
585
|
+
EFeatures["LEARNING_TIME_APPLY_APP_AVERAGE_FILTER"] = "learningTimeApplyAppAverageFilter";
|
|
586
|
+
EFeatures["LEARNING_TIME_APPLY_USER_AVERAGE_OVER_PERIOD_FILTER"] = "learningTimeApplyUserAverageOverPeriodFilter";
|
|
587
|
+
EFeatures["NOTIFICATION"] = "notification";
|
|
588
|
+
EFeatures["NOTIFICATION_VIEW_RECENT_BADGE_EARNED"] = "notificationViewRecentBadgeEarned";
|
|
589
|
+
EFeatures["NOTIFICATION_VIEW_SHARED_PLAYLIST"] = "notificationViewSharedPlaylist";
|
|
590
|
+
EFeatures["NOTIFICATION_VIEW_SHARED_GOALS"] = "notificationViewSharedGoals";
|
|
591
|
+
EFeatures["PROFILE"] = "profile";
|
|
592
|
+
EFeatures["PROFILE_VIEW_BASIC_INFORMATION"] = "profileViewBasicInformation";
|
|
593
|
+
EFeatures["PROFILE_VIEW_RECENTLY_LEARNED_COURSES"] = "profileViewRecentlyLearnedCourses";
|
|
594
|
+
EFeatures["PROFILE_VIEW_LIKED_ITEMS"] = "profileViewLikedItems";
|
|
595
|
+
EFeatures["PROFILE_VIEW_BADGES_EARNED"] = "profileViewBadgesEarned";
|
|
596
|
+
EFeatures["BEHAVIORAL_SKILLS"] = "behavioralSkills";
|
|
597
|
+
EFeatures["BEHAVIORAL_SKILLS_VIEW_MODEL_CLIENT_INTERACTIONS"] = "behavioralSkillsViewModalClientInteractions";
|
|
598
|
+
EFeatures["BEHAVIORAL_SKILLS_VIEW_CLIENT_INTERACTION_TESTS"] = "behavioralSkillsViewClientInteractionTests";
|
|
599
|
+
EFeatures["CERTIFICATIONS"] = "certifications";
|
|
600
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_APPROVALS_SECTION"] = "certificationsViewMyApprovalsSection";
|
|
601
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_REQUESTS_SECTION"] = "certificationsViewMyRequestsSection";
|
|
602
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_CERTIFICATIONS_SECTION"] = "certificationsViewMyCertificationsSection";
|
|
603
|
+
EFeatures["CERTIFICATIONS_APPLY_COMPLETION_STATUS_FILTER"] = "certificationsApplyCompletionStatusFilter";
|
|
604
|
+
EFeatures["CODE_CRACK"] = "codeCrack";
|
|
605
|
+
EFeatures["CODE_CRACK_VIEW_PUZZLE_MANIA"] = "codeCrackViewPuzzleMania";
|
|
606
|
+
EFeatures["CODE_CRACK_VIEW_CODE_CRACK"] = "codeCrackViewCodeCrack";
|
|
607
|
+
EFeatures["CODE_CRACK_VIEW_TECHNOLOGY_PLAYGROUND"] = "codeCrackViewTechnologyPlayground";
|
|
608
|
+
EFeatures["CODE_CRACK_WATCH_PROGRAMMING_CHALLENGES_VIDEO"] = "codeCrackWatchProgrammingChallengesVideo";
|
|
609
|
+
EFeatures["CODE_CRACK_VIEW_ACCELERATE"] = "codeCrackViewAccelerate";
|
|
610
|
+
EFeatures["CODE_CRACK_START_CODE_CRACK_TEST"] = "codeCrackStartCodeCrackTest";
|
|
611
|
+
EFeatures["CODE_CRACK_START_PUZZLE_MANIA"] = "codeCrackStartPuzzleMania";
|
|
612
|
+
EFeatures["CODE_CRACK_START_TECHNOLOGY_PLAYGROUND"] = "codeCrackStartTechnologyPlayground";
|
|
613
|
+
EFeatures["INSTRUCTOR_LED_TRAINING"] = "instructorLedTraining";
|
|
614
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_TRAINING_SCHEDULE_SECTION"] = "instructorLedTrainingViewTrainingScheduleSection";
|
|
615
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_FEEDBACK_SECTION"] = "instructorLedTrainingViewFeedbackSection";
|
|
616
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_TRAININGS_PLANNED_BY_YOUR_TEAM_SECTION"] = "instructorLedTrainingViewTrainingsPlannedByYourTeamSection";
|
|
617
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_SEARCH_TRAINING"] = "instructorLedTrainingSearchTraining";
|
|
618
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_REGISTER_FOR_TRAINING"] = "instructorLedTrainingRegisterForTraining";
|
|
619
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_GIVE_TRAINING_FEEDBACK"] = "instructorLedTrainingGiveTrainingFeedback";
|
|
620
|
+
EFeatures["LEADERBOARD"] = "leaderboard";
|
|
621
|
+
EFeatures["LEADERBOARD_VIEW_WEEKLY_SECTION"] = "leaderboardViewWeeklySection";
|
|
622
|
+
EFeatures["LEADERBOARD_VIEW_MONTHLY_SECTION"] = "leaderboardViewMonthlySection";
|
|
623
|
+
EFeatures["LEADERBOARD_VIEW_HALL_OF_FAME_SECTION"] = "leaderboardViewHallOfSection";
|
|
624
|
+
EFeatures["LEADERBOARD_APPLY_LEARNER_COLLABORATOR_FILTER"] = "leaderboardApplyLearnerCollaboratorFilter";
|
|
625
|
+
EFeatures["LEADERBOARD_BACK_DATE_BUTTON"] = "leaderboardBackDatebutton";
|
|
626
|
+
EFeatures["LEADERBOARD_FORWARD_DATE_BUTTON"] = "leaderboardForwardDateButton";
|
|
627
|
+
EFeatures["PLAYGROUND"] = "playground";
|
|
628
|
+
EFeatures["PLAYGROUND_VIEW_TECHNOLOGY_PLAYGROUNDS_STRIP"] = "playgroundViewTechnologyPlaygorundsStrip";
|
|
629
|
+
EFeatures["PLAYGROUND_VIEW_ASSESSMENTS_PLAYGROUNDS_STRIP"] = "playgroundViewAssessmentsPlaygroundsStrip";
|
|
630
|
+
EFeatures["PUZZLE_MANIA"] = "puzzleMania";
|
|
631
|
+
EFeatures["PUZZLE_MANIA_VIEW_PUZZLE_MANIA"] = "puzzleManiaViewPuzzleMania";
|
|
632
|
+
EFeatures["PUZZLE_MANIA_VIEW_CODE_CRACK"] = "puzzleManiaViewCodeCrack";
|
|
633
|
+
EFeatures["PUZZLE_MANIA_VIEW_TECHNOLOGY_PLAYGROUND"] = "puzzleManiaViewTechnologyPlayground";
|
|
634
|
+
EFeatures["PUZZLE_MANIA_WATCH_PROGRAMMING_CHALLENGES_VIDEO"] = "puzzleManiaWatchProgrammingChallengesVideo";
|
|
635
|
+
EFeatures["PUZZLE_MANIA_VIEW_ACCELERATE"] = "puzzleManiaViewAccelerate";
|
|
636
|
+
EFeatures["PUZZLE_MANIA_START_CODE_CRACK_TEST"] = "puzzleManiaStartCodeCrackTest";
|
|
637
|
+
EFeatures["PUZZLE_MANIA_START_PUZZLE_MANIA"] = "puzzleManiaStartPuzzleMania";
|
|
638
|
+
EFeatures["PUZZLE_MANIA_START_TECHNOLOGY_PLAYGROUND"] = "puzzleManiaStartTechnologyPlayground";
|
|
639
|
+
EFeatures["FULL_STACK_SALES_LEADER"] = "fullStackSalesLeader";
|
|
640
|
+
EFeatures["FULL_STACK_SALES_LEADER_WATCH_LEADER_VIDEO"] = "fullStackSalesLeaderWatchLeaderVideo";
|
|
641
|
+
EFeatures["FULL_STACK_SALES_LEADER_EMBARK_ON_THIS_LEARNING_JOURNEY_BUTTON"] = "fullStackSalesLeaderEmbarkOnThisLearningJourneyButton";
|
|
642
|
+
EFeatures["FULL_STACK_SALES_LEADER_QUICK_TOUR_VIDEO_LINK"] = "fullStackSalesLeaderQuickTourVideoLink";
|
|
643
|
+
EFeatures["FULL_STACK_SALES_LEADER_FEEDBACK_LINK"] = "fullStackSalesLeaderFeedbackLink";
|
|
644
|
+
EFeatures["FULL_STACK_SALES_LEADER_DROP_NOTE_LINK"] = "fullStackSalesLeaderDropNoteLink";
|
|
645
|
+
EFeatures["ONBOARDING"] = "onboarding";
|
|
646
|
+
EFeatures["ONBOARDING_VIEW_DC_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewDcOnboardingProgramsStrip";
|
|
647
|
+
EFeatures["ONBOARDING_VIEW_ORGANISATIONAL_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewOrganisationalOnboardingProgramsStrip";
|
|
648
|
+
EFeatures["ONBOARDING_VIEW_ROLE_BASED_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewRoleBasedOnboardingProgramsStrip";
|
|
649
|
+
EFeatures["ONBOARDING_VIEW_UNIT_AND_PROJECT_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewUnitAndProjectOnboardingProgramsStrip";
|
|
650
|
+
EFeatures["SEARCH"] = "search";
|
|
651
|
+
EFeatures["SEARCH_SEARCHING_CONTENT"] = "searchSearchingContent";
|
|
652
|
+
EFeatures["KNOWLEDGE_HUB"] = "knowledgeHub";
|
|
653
|
+
EFeatures["KNOWLEDGE_HUB_SUBMIT_KNOWLEDGE_ARTIFACTS"] = "knowledgeHubSubmitKnowledgeArtifacts";
|
|
654
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TOP_PROJECTS_SECTION"] = "knowledgeHubViewTopProjectsSection";
|
|
655
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_INTERESTING_READS_SECTION"] = "knowledgeHubViewInterestingReadsSection";
|
|
656
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_MARKETING_SECTION"] = "knowledgeHubViewMarketingSection";
|
|
657
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_KSHOP_CLASSIC_SECTION"] = "knowledgeHubViewKshopClassicSection";
|
|
658
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TRENDING_TOOLS_SECTION"] = "knowledgeHubViewTrendingToolsSection";
|
|
659
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_DOCUMENTS_STRIP"] = "knowledgeHubViewDocumentsStrip";
|
|
660
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TOOLS_STRIP"] = "knowledgeHubViewProjectReferencesStrip";
|
|
661
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_MARKETING_STRIP"] = "knowledgeHubViewMarketingStrip";
|
|
662
|
+
EFeatures["CHANNELS"] = "channels";
|
|
663
|
+
EFeatures["CHANNELS_VIEW_LEADERSHIP_SECTION"] = "channelsViewLeadershipSection";
|
|
664
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_PAGE"] = "channelsViewRaviKumarPage";
|
|
665
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_PAGE"] = "channelsViewMohitJoshiPage";
|
|
666
|
+
EFeatures["CHANNELS_FOLLOW_RAVI_KUMAR"] = "channelsFollowRaviKumar";
|
|
667
|
+
EFeatures["CHANNELS_MAIL_TO_RAVI_KUMAR"] = "channelsMailToRaviKumar";
|
|
668
|
+
EFeatures["CHANNELS_VIEW_ABOUT_RAVI_KUMAR_SECTION"] = "channelsViewAboutRaviKumarSection";
|
|
669
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_TWEETS_SECTION"] = "channelsViewRaviKumarTweetsSection";
|
|
670
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_ARTICLES_SECTION"] = "channelsViewRaviKumarArticlesSection";
|
|
671
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_TRAILBLAZERS_SECTION"] = "channelsViewRaviKumarTrailblazersSection";
|
|
672
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_COMMUNICATIONS_SECTION"] = "channelsViewRaviKumarCommunicationsSection";
|
|
673
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_DISCUSSION_SECTION"] = "channelsViewraviKumarDiscussionSection";
|
|
674
|
+
EFeatures["CHANNELS_LIKE_TWEET_RAVI_KUMAR"] = "channelsLikeTweetRaviKumar";
|
|
675
|
+
EFeatures["CHANNELS_SHARE_TWEET_RAVI_KUMAR"] = "channelsShareTweetRaviKumar";
|
|
676
|
+
EFeatures["CHANNELS_POST_YOUR_THOUGHTS_IN_DISCUSSION_RAVI_KUMAR"] = "channelsPostYourThoughtsInDiscussionRaviKumar";
|
|
677
|
+
EFeatures["CHANNELS_FOLLOW_MOHIT_JOSHI"] = "channelsFollowMohitJoshi";
|
|
678
|
+
EFeatures["CHANNELS_MAIL_TO_MOHIT_JOSHI"] = "channelsMailToMohitJoshi";
|
|
679
|
+
EFeatures["CHANNELS_VIEW_ABOUT_MOHIT_JOSHI_SECTION"] = "channelsViewAboutMohitJoshiSection";
|
|
680
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_TWEETS_SECTION"] = "channelsViewMohitJoshiTweetsSection";
|
|
681
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_ARTICLES_SECTION"] = "channelsViewMohitJoshiArticlesSection";
|
|
682
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_TRAILBLAZERS_SECTION"] = "channelsViewMohitJoshiTrailblazersSection";
|
|
683
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_COMMUNICATIONS_SECTION"] = "channelsViewMohitJoshiCommunicationsSection";
|
|
684
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_DISCUSSION_SECTION"] = "channelsViewMohitJoshiDiscussionSection";
|
|
685
|
+
EFeatures["CHANNELS_LIKE_TWEET_MOHIT_JOSHI"] = "channelsLikeTweetMohitJoshi";
|
|
686
|
+
EFeatures["CHANNELS_SHARE_TWEET_MOHIT_JOSHI"] = "channelsShareTweetMohitJoshi";
|
|
687
|
+
EFeatures["CHANNELS_POST_YOUR_THOUGHTS_IN_DISCUSSION_MOHIT_JOSHI"] = "channelsPostYourThoughtsInDiscussionMohitJoshi";
|
|
688
|
+
EFeatures["CHANNELS_VIEW_CORPORATE_SECTION"] = "channelsViewCorporateSection";
|
|
689
|
+
EFeatures["CHANNELS_VIEW_EXPERIENCE_WOW_PAGE"] = "channelsViewExperienceWowPage";
|
|
690
|
+
EFeatures["CHANNELS_VIEW_iGOT_KNOWLEDGE_INSTITUTE_PAGE"] = "channelsViewiGOTKnowledgeInstitutePage";
|
|
691
|
+
EFeatures["CHANNELS_VIEW_CMT_LEARNING_HUB_PAGE"] = "channelsViewCmtLearningHubPage";
|
|
692
|
+
EFeatures["CHANNELS_VIEW_FULL_STACK_SALES_LEADERS_PAGE"] = "channelsViewFullStackSalesLeaderPage";
|
|
693
|
+
EFeatures["EXPERIENCE_WOW_PAGE"] = "experienceWowPage";
|
|
694
|
+
EFeatures["EXPERIENCE_WOW_PAGE_VIEW_PAGE_SECTIONS"] = "experienceWowPageViewPageSections";
|
|
695
|
+
EFeatures["EXPERIENCE_WOW_PAGE_CHECK_iGOT_STATISTICS"] = "experienceWowPageCheckiGOTStatistics";
|
|
696
|
+
EFeatures["EXPERIENCE_WOW_PAGE_CHECK_iGOT_ME_STATISTICS"] = "experienceWowPageCheckiGOTMeStatistics";
|
|
697
|
+
EFeatures["EXPERIENCE_WOW_PAGE_PROVIDE_SUGGESTIONS"] = "experienceWowPageProvideSuggestions";
|
|
698
|
+
EFeatures["EXPERIENCE_WOW_PAGE_SEND_MAIL_FOR_BECOMING_COCREATOR"] = "experienceWowPageSendMailForBecomingCocreator";
|
|
699
|
+
EFeatures["iGOT_RADIO"] = "iGOTRadio";
|
|
700
|
+
EFeatures["iGOT_RADIO_VIEW_PODCASTS_STRIP"] = "iGOTRadioViewPodcastsStrip";
|
|
701
|
+
EFeatures["iGOT_TV"] = "iGOTTv";
|
|
702
|
+
EFeatures["iGOT_TV_VIEW_JUST_FOR_YOU_SECTION"] = "iGOTTvViewJustForYouSection";
|
|
703
|
+
EFeatures["iGOT_TV_VIEW_MUST_VIEW_STRIP"] = "iGOTTvViewMustViewStrip";
|
|
704
|
+
EFeatures["iGOT_TV_VIEW_LATEST_STRIP"] = "iGOTTvViewLatestStrip";
|
|
705
|
+
EFeatures["iGOT_TV_VIEW_CHANNELS_SECTION"] = "iGOTTvViewChannelsSection";
|
|
706
|
+
EFeatures["iGOT_TV_VIEW_CHANNELS_STRIP"] = "iGOTTvViewChannelsStrip";
|
|
707
|
+
EFeatures["iGOT_TV_VIEW_BROADCAST_SECTION"] = "iGOTTvViewBroadcastSection";
|
|
708
|
+
EFeatures["iGOT_TV_VIEW_PREVIOUS_EVENTS_LIST"] = "iGOTTvViewPreviousEventsList";
|
|
709
|
+
EFeatures["iGOT_TV_VIEW_LIVE_EVENTS_LIST"] = "iGOTTvViewLiveEventsList";
|
|
710
|
+
EFeatures["iGOT_TV_VIEW_UPCOMING_EVENTS_LIST"] = "iGOTTvViewUpcomingEventsList";
|
|
711
|
+
EFeatures["LEADERSHIP_MESSAGES"] = "leadershipMessages";
|
|
712
|
+
EFeatures["LEADERSHIP_MESSAGES_VIEW_LEADERSHIP_VIDEO"] = "leadershipMessagesViewLeadershipVideo";
|
|
713
|
+
EFeatures["LIVING_LABS"] = "livingLabs";
|
|
714
|
+
EFeatures["LIVING_LABS_VIEW_LIVING_LABS_STRIP"] = "livingLabsViewLivingLabsStrip";
|
|
715
|
+
EFeatures["AMERICAS_CONFLUENECE"] = "americasConfluence";
|
|
716
|
+
EFeatures["AMERICAS_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "americasConfluenceViewConfluenceVideosStrips";
|
|
717
|
+
EFeatures["APAC_CONFLUENECE"] = "apacConfluence";
|
|
718
|
+
EFeatures["APAC_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "apacConfluenceViewConfluenceVideosStrips";
|
|
719
|
+
EFeatures["EMEA_CONFLUENECE"] = "emeaConfluence";
|
|
720
|
+
EFeatures["EMEA_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "emeaConfluenceViewConfluenceVideosStrips";
|
|
721
|
+
EFeatures["CONNECT"] = "connect";
|
|
722
|
+
EFeatures["CONNECT_VIEW_CONTENT_STRIP"] = "connectViewContentStrip";
|
|
723
|
+
EFeatures["LIVE_EVENTS"] = "liveEvents";
|
|
724
|
+
EFeatures["LIVE_EVENTS_WATCH_LIVE"] = "liveEventsWatchLive";
|
|
725
|
+
EFeatures["LIVE_EVENTS_WATCH_CLASSROOM_BROADCAST"] = "liveEventsWatchClassroomBroadcast";
|
|
726
|
+
EFeatures["LIVE_EVENTS_WATCH_THREE_SIXTY_VIDEO"] = "liveEventsWatchThreeSixtyVideo";
|
|
727
|
+
EFeatures["LIVE_EVENTS_WATCH_FAMILY_MATTERS_VIDEO"] = "liveEventsWatchFamilyMattersVideo";
|
|
728
|
+
EFeatures["LIVE_EVENTS_WATCH_CONFLUENCE_EVENTS"] = "liveEventsWatchConfluenceEvents";
|
|
729
|
+
EFeatures["DIGITAL_ASSISTANT_TOUR"] = "digitalAssistantTour";
|
|
730
|
+
EFeatures["DIGITAL_ASSISTANT_TOUR_WATCH_TOUR_VIDEO"] = "digitalAssistantTourWatchTourVideo";
|
|
731
|
+
EFeatures["QUICK_TOUR"] = "quickTour";
|
|
732
|
+
EFeatures["QUICK_TOUR_WATCH_TOUR_VIDEO"] = "quickTourWatchTourVideo";
|
|
733
|
+
EFeatures["LOGOUT"] = "logout";
|
|
734
|
+
EFeatures["LOGOUT_LOGS_OUT_FROM_APPLICATION"] = "logoutLogsOutFromApplication";
|
|
735
|
+
EFeatures["MY_ANALYTICS"] = "myAnalytics";
|
|
736
|
+
EFeatures["MY_ANALYTICS_APPLY_QUARTER_FILTERS"] = "myAnalyticsApplyQuarterFilters";
|
|
737
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_SECTION"] = "myAnalyticsViewMyLearningSection";
|
|
738
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_ASSESSMENT_SECTION"] = "myAnalyticsViewMyAssessmentSection";
|
|
739
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_REFACTORING_SECTION"] = "myAnalyticsViewMyRefactoringSection";
|
|
740
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_PLANS_SECTION"] = "myAnalyticsViewMyPlansSection";
|
|
741
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_COLLABORATORS_SECTION"] = "myAnalyticsViewMyCollaboratorsSection";
|
|
742
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_FEATURES_USAGE_SECTION"] = "myAnalyticsViewTopCoursesSection";
|
|
743
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_MINUTES"] = "myAnalyticsViewMyLearningMinutes";
|
|
744
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_POINTS"] = "myAnalyticsViewMyLearningPoints";
|
|
745
|
+
EFeatures["MY_ANALYTICS_VIEW_BADGES"] = "myAnalyticsViewBadges";
|
|
746
|
+
EFeatures["MY_ANALYTICS_VIEW_TIME_SPENT_BY_USER"] = "myAnalyticsViewTimeSpentByUser";
|
|
747
|
+
EFeatures["MY_ANALYTICS_VIEW_AVERAGE_MINUTES_ON_iGOT"] = "myAnalyticsViewAverageMinutesOniGOT";
|
|
748
|
+
EFeatures["MY_ANALYTICS_VIEW_AVERAGE_MINUTES_ACROSS_DIMENSIONS"] = "myAnalyticsViewAverageMinutesAcrossDimensions";
|
|
749
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_USER"] = "myAnalyticsViewPercentageTimeSpentByUser";
|
|
750
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_INFOSCIONS"] = "myAnalyticsViewPercentageTimeSpentByInfoscions";
|
|
751
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_PEERS"] = "myAnalyticsViewPercentageTimeSpentByPeers";
|
|
752
|
+
EFeatures["MY_ANALYTICS_VIEW_TOTAL_ASSESSMENTS"] = "myAnalyticsViewTotalAssessments";
|
|
753
|
+
EFeatures["MY_ANALYTICS_VIEW_PENDING_ASSESSMENTS"] = "myAnalyticsViewPendingAssessments";
|
|
754
|
+
EFeatures["MY_ANALYTICS_VIEW_CERTIFICATIONS"] = "myAnalyticsViewCertifications";
|
|
755
|
+
EFeatures["MY_ANALYTICS_VIEW_ASSESSMENTS"] = "myAnalyticsViewAssessments";
|
|
756
|
+
EFeatures["MY_ANALYTICS_VIEW_RECENT_ASSESSMENTS"] = "myAnalyticsViewRecentAssessments";
|
|
757
|
+
EFeatures["MY_ANALYTICS_VIEW_ASSESSMENT_DETAILS"] = "myAnalyticsViewAssessmentDetails";
|
|
758
|
+
EFeatures["MY_ANALYTICS_VIEW_RECENT_ASSESSMENT"] = "myAnalyticsViewRecentAssessment";
|
|
759
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_REFACTORING_PROGRAM"] = "myAnalyticsViewMyRefactoringProgram";
|
|
760
|
+
EFeatures["MY_ANALYTICS_VIEW_NAVIGATOR"] = "myAnalyticsViewNavigator";
|
|
761
|
+
EFeatures["MY_ANALYTICS_VIEW_AI_AND_AUTOMATION_PROGRESS"] = "myAnalyticsViewAiAndAutomationProcess";
|
|
762
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_GOALS"] = "myAnalyticsViewMyGoals";
|
|
763
|
+
EFeatures["MY_ANALYTICS_VIEW_PLAYLIST"] = "myAnalyticsViewPlaylist";
|
|
764
|
+
EFeatures["MY_ANALYTICS_VIEW_GOALS_SHARED_WITH_USER"] = "myAnalyticsViewGoalsSharedWithUser";
|
|
765
|
+
EFeatures["MY_ANALYTICS_VIEW_DETAILED_COURSES_PROGRESS"] = "myAnalyticsViewDetailedCoursesProgress";
|
|
766
|
+
EFeatures["MY_ANALYTICS_VIEW_GOALS_SHARED_BY_USER"] = "myAnalyticsViewGoalsSharedByUser";
|
|
767
|
+
EFeatures["MY_ANALYTICS_VIEW_ARTIFACTS_SHARED_BY_USER"] = "myAnalyticsViewArtifactsSharedByUser";
|
|
768
|
+
EFeatures["MY_ANALYTICS_VIEW_EXPERTS_USER_CONTACTED"] = "myAnalyticsViewExpertsUserContacted";
|
|
769
|
+
EFeatures["MY_ANALYTICS_VIEW_DETAILED_GOALS_SHARING"] = "myAnalyticsViewDetailedGoalsSharing";
|
|
770
|
+
EFeatures["MY_ANALYTICS_VIEW_PLAYGROUNDS"] = "myAnalyticsViewPlaygrounds";
|
|
771
|
+
EFeatures["MY_ANALYTICS_VIEW_LIKES"] = "myAnalyticsViewLikes";
|
|
772
|
+
EFeatures["MY_ANALYTICS_VIEW_SEARCH"] = "myAnalyticsViewSearch";
|
|
773
|
+
EFeatures["MY_ANALYTICS_VIEW_iGOT_TV"] = "myAnalyticsViewiGOTTv";
|
|
774
|
+
EFeatures["MY_ANALYTICS_VIEW_iGOT_RADIO"] = "myAnalyticsViewiGOTRadio";
|
|
775
|
+
EFeatures["MY_ANALYTICS_VIEW_iGOT_LIVE"] = "myAnalyticsViewiGOTLive";
|
|
776
|
+
EFeatures["MY_ANALYTICS_VIEW_TOP_COURSES_BY_USER_UNIT"] = "myAnalyticsViewTopCoursesByUserUnit";
|
|
777
|
+
EFeatures["MY_ANALYTICS_VIEW_TOP_COURSES_BY_USER_PEERS"] = "myAnalyticsViewTopCoursesbyUserPeers";
|
|
778
|
+
EFeatures["LEARNING_ANALYTICS"] = "learningAnalytics";
|
|
779
|
+
EFeatures["LEARNING_ANALYTICS_SEARCH_FOR_PARTICIPANTS_AND_EDUCATORS"] = "learningAnalyticsSearchForParticipantsAndEducators";
|
|
780
|
+
EFeatures["LEARNING_ANALYTICS_UNIT_FILTER"] = "learningAnalyticsUnitFilter";
|
|
781
|
+
EFeatures["LEARNING_ANALYTICS_PU_FILTER"] = "learningAnalyticsPuFilter";
|
|
782
|
+
EFeatures["LEARNING_ANALYTICS_DU_FILTER"] = "learningAnalyticsDuFilter";
|
|
783
|
+
EFeatures["LEARNING_ANALYTICS_ACCOUNT_FILTER"] = "learningAnalyticsAccountFilter";
|
|
784
|
+
EFeatures["LEARNING_ANALYTICS_LOCATION_FILTER"] = "learningAnalyticsLocationFilter";
|
|
785
|
+
EFeatures["LEARNING_ANALYTICS_QUARTER_FILTER"] = "learningAnalyticsQuarterFilter";
|
|
786
|
+
EFeatures["LEARNING_ANALYTICS_COMPLETED_FILTER"] = "learningAnalyticsCompletedFilter";
|
|
787
|
+
EFeatures["LEARNING_ANALYTICS_ETA_FILTER"] = "learningAnalyticsEtaFilter";
|
|
788
|
+
EFeatures["LEARNING_ANALYTICS_UNIQUE_USERS_DATA"] = "learningAnalyticsUniqueUsersData";
|
|
789
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_ONSITE_OFFSHORE"] = "learningAnalyticsUsersByOnsiteOffshore";
|
|
790
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_DEVICE_TYPE"] = "learningAnalyticsUsersByDeviceType";
|
|
791
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_UNIT"] = "learningAnalyticsUsersByUnit";
|
|
792
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_TRACK"] = "learningAnalyticsUsersByTrack";
|
|
793
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_PU_SALES"] = "learningAnalyticsUsersByPuSales";
|
|
794
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_CU_TYPE"] = "learningAnalyticsUsersByCuType";
|
|
795
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_SKILL"] = "learningAnalyticsUsersBySkill";
|
|
796
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_TOPICS"] = "learningAnalyticsUsersByTopics";
|
|
797
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_HORIZON"] = "learningAnalyticsUsersByHorizon";
|
|
798
|
+
EFeatures["LEARNING_ANALYTICS_USERS_GROWTH"] = "learningAnalyticsUsersGrowth";
|
|
799
|
+
EFeatures["LEARNING_ANALYTICS_USERS_DETAILS"] = "learningAnalyticsUsersDetails";
|
|
800
|
+
EFeatures["LEARNING_ANALYTICS_VIEW_ALL_TRAININGS_SECTION"] = "learningAnalyticsViewAllTrainingsSection";
|
|
801
|
+
EFeatures["LEARNING_ANALYTICS_TALENT_GRID_FILTER"] = "learningAnalyticstalentGridFilter";
|
|
802
|
+
EFeatures["LEARNING_ANALYTICS_STACK_FILTER"] = "learningAnalyticsStackFilter";
|
|
803
|
+
EFeatures["LEARNING_ANALYTICS_UNIQUE_PARTICIPANTS"] = "learningAnalyticsUniqueParticipants";
|
|
804
|
+
EFeatures["LEARNING_ANALYTICS_OVERALL_PARTICIPANTS"] = "learningAnalyticsOverallParticipants";
|
|
805
|
+
EFeatures["LEARNING_ANALYTICS_AVERAGE_DAYS"] = "learningAnalyticsAverageDays";
|
|
806
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_ONSITE_ONSHORE"] = "learningAnalyticsParticipantsByOnsiteOnshore";
|
|
807
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_UNIT"] = "learningAnalyticsParticipantsByUnit";
|
|
808
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_PU"] = "learningAnalyticsParticipantsByPu";
|
|
809
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_SKILL_TYPE"] = "learningAnalyticsParticipantsBySkillType";
|
|
810
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_SKILL"] = "learningAnalyticsParticipantsBySkill";
|
|
811
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_STACKS"] = "learningAnalyticsParticipantsByStacks";
|
|
812
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_NEW_SERVICES"] = "learningAnalyticsParticipantsByNewServices";
|
|
813
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_LEARNING_TRACK"] = "learningAnalyticsParticipantsByLearningTrack";
|
|
814
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_OFFERING_MODE"] = "learningAnalyticsParticipantsByOfferingMode";
|
|
815
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_TOPICS"] = "learningAnalyticsParticipantsByTopics";
|
|
816
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_ABCD"] = "learningAnalyticsParticipantsByAbcd";
|
|
817
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_DETAILS"] = "learningAnalyticsParticipantsDetails";
|
|
818
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULES_SECTION"] = "learningAnalyticsSchedulesSection";
|
|
819
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULE_DATE_FILTER"] = "learningAnalyticsScheduleDateFilter";
|
|
820
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS"] = "learningAnalyticsParticipants";
|
|
821
|
+
EFeatures["LEARNING_ANALYTICS_EDUCATORS"] = "learningAnalyticsEducators";
|
|
822
|
+
EFeatures["LEARNING_ANALYTICS_COURSES"] = "learningAnalyticsCourses";
|
|
823
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULES"] = "learningAnalyticsSchedules";
|
|
824
|
+
EFeatures["LEARNING_ANALYTICS_VIEW_TRAINING_SCHEDULES_SECTION"] = "learningAnalyticsTrainingSchedulesSection";
|
|
825
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_OFFERING_MODE"] = "learningAnalyticsCoursesByOfferingMode";
|
|
826
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_TRACK"] = "learningAnalyticsCoursesByTrack";
|
|
827
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_TOPIC"] = "learningAnalyticsCoursesByTopic";
|
|
828
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_ABCD"] = "learningAnalyticsCoursesByAbcd";
|
|
829
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_SKILL"] = "learningAnalyticsCoursesBySkill";
|
|
830
|
+
EFeatures["APPS_PAGE"] = "appsPage";
|
|
831
|
+
EFeatures["APPS_PAGE_VIEW_DIFFERENT_APPS_ICONS"] = "appsPageViewDifferentAppsIcons";
|
|
832
|
+
EFeatures["COURSE_CARD"] = "courseCard";
|
|
833
|
+
EFeatures["COURSE_CARD_LIKE_THE_COURSE_BUTTON"] = "courseCardLikeTheCourseButton";
|
|
834
|
+
EFeatures["COURSE_CARD_SHARE_THE_COURSE_BUTTON"] = "courseCardShareTheCourseButton";
|
|
835
|
+
EFeatures["COURSE_CARD_ADD_COURSE_TO_GOALS_BUTTON"] = "courseCardAddCourseToGoalsButton";
|
|
836
|
+
EFeatures["COURSE_CARD_ADD_COURSE_TO_PLAYLIST_BUTTON"] = "courseCardAddCourseToPlaylistButton";
|
|
837
|
+
EFeatures["COURSE_CARD_VIEW_MORE_OPTIONS_BUTTON"] = "courseCardViewMoreOptionsButton";
|
|
838
|
+
EFeatures["COURSE_CARD_START_COURSE_OPTION"] = "courseCardStartCourseOption";
|
|
839
|
+
EFeatures["COURSE_CARD_VIEW_TOC_OPTION"] = "courseCardViewTocOption";
|
|
840
|
+
EFeatures["COURSE_CARD_COHORTS_OPTION"] = "courseCardCohortsOption";
|
|
841
|
+
EFeatures["COURSE_CARD_ANALYTICS_OPTION"] = "courseCardAnalyticsOption";
|
|
842
|
+
EFeatures["SEARCH_RESULTS_PAGE"] = "searchResultsPage";
|
|
843
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_LEARNING_SECTION"] = "searchResultsPageViewLearningSection";
|
|
844
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_CERTIFICATIONS_SECTION"] = "searchResultsPageViewCertificationsSection";
|
|
845
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_KNOWLEDGE_SECTION"] = "searchResultsPageViewKnowledgeSection";
|
|
846
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_PROJECTS_SECTION"] = "searchResultsPageViewProjectsSection";
|
|
847
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_SOCIAL_SECTION"] = "searchResultsPageViewSocialSection";
|
|
848
|
+
EFeatures["SEARCH_RESULTS_PAGE_CATALOG_FILTER"] = "searchResultsPageCatalogFilter";
|
|
849
|
+
EFeatures["SEARCH_RESULTS_PAGE_DURATION_FILTER"] = "searchResultsPageDurationFilter";
|
|
850
|
+
EFeatures["SEARCH_RESULTS_PAGE_CONTENT_TYPE_FILTER"] = "searchResultsPageContentTypeFilter";
|
|
851
|
+
EFeatures["SEARCH_RESULTS_PAGE_LEVEL_FILTER"] = "searchResultsPageLevelFilter";
|
|
852
|
+
EFeatures["SEARCH_RESULTS_PAGE_SOURCE_FILTER"] = "searchResultsPageSourceFilter";
|
|
853
|
+
EFeatures["SEARCH_RESULTS_PAGE_UNIT_FILTER"] = "searchResultsPageUnitFilter";
|
|
854
|
+
EFeatures["SEARCH_RESULTS_PAGE_TYPE_FILTER"] = "searchResultsPageTypeFilter";
|
|
855
|
+
EFeatures["SEARCH_RESULTS_PAGE_PUBLISHED_DATE_FILTER"] = "searchResultsPagePublishedDateFilter";
|
|
856
|
+
EFeatures["SEARCH_RESULTS_PAGE_CATEGORY_FILTER"] = "searchResultsPageCategoryFilter";
|
|
857
|
+
EFeatures["SEARCH_RESULTS_PAGE_ITEM_TYPE_FILTER"] = "searchResultsPageItemTypeFilter";
|
|
858
|
+
EFeatures["SEARCH_RESULTS_PAGE_TOPICS_FILTER"] = "searchResultsPageTopicsFilter";
|
|
859
|
+
EFeatures["SEARCH_RESULTS_PAGE_AUTHORS_FILTER"] = "searchResultsPageAuthorsFilter";
|
|
860
|
+
EFeatures["SEARCH_RESULTS_PAGE_TAGS_FILTER"] = "searchResultsPageTagsFilter";
|
|
861
|
+
EFeatures["SEARCH_RESULTS_PAGE_GROUPS_FILTER"] = "searchResultsPageGroupsFilter";
|
|
862
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_RESULT_CARDS"] = "searchResultsPageViewResultCards";
|
|
863
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_RELATED_CONCEPTS"] = "searchResultsPageViewRelatedConcepts";
|
|
864
|
+
EFeatures["LAB_42_INTERVIEW"] = "interview";
|
|
865
|
+
EFeatures["LAB_42_DIALOGUE"] = "dialogue";
|
|
866
|
+
EFeatures["LAB_42_STRATEGY_MAP"] = "strategyMap";
|
|
867
|
+
EFeatures["LAB_42_VIRTUAL_CLASSROOM"] = "virtualClassroom";
|
|
868
|
+
EFeatures["LAB_42_PROJECT_STACK"] = "projectStack";
|
|
869
|
+
EFeatures["LAB_42_LIVE_TRANSCRIBE"] = "liveTranscribe";
|
|
870
|
+
EFeatures["LAB_42_EPOCH"] = "epoch";
|
|
871
|
+
EFeatures["LEARNING_ASSISTANT_MAQ"] = "learning-assistant-maq";
|
|
872
|
+
EFeatures["LEARNING_ASSISTANT_ILIPDP"] = "learning-assistant-ilipdp";
|
|
873
|
+
})(EFeatures || (EFeatures = {}));
|
|
958
874
|
|
|
959
|
-
var EInstance
|
|
960
|
-
|
|
961
|
-
|
|
875
|
+
var EInstance;
|
|
876
|
+
(function (EInstance) {
|
|
877
|
+
EInstance["INSTANCE"] = "RootOrg";
|
|
878
|
+
})(EInstance || (EInstance = {}));
|
|
962
879
|
|
|
963
|
-
var ScrollingStateEnum
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
ScrollingStateEnum
|
|
969
|
-
ScrollingStateEnum[ScrollingStateEnum.ScrollingDown] = 'ScrollingDown';
|
|
970
|
-
ScrollingStateEnum[ScrollingStateEnum.NoScrolling] = 'NoScrolling';
|
|
880
|
+
var ScrollingStateEnum;
|
|
881
|
+
(function (ScrollingStateEnum) {
|
|
882
|
+
ScrollingStateEnum[ScrollingStateEnum["ScrollingUp"] = 0] = "ScrollingUp";
|
|
883
|
+
ScrollingStateEnum[ScrollingStateEnum["ScrollingDown"] = 1] = "ScrollingDown";
|
|
884
|
+
ScrollingStateEnum[ScrollingStateEnum["NoScrolling"] = 2] = "NoScrolling";
|
|
885
|
+
})(ScrollingStateEnum || (ScrollingStateEnum = {}));
|
|
971
886
|
var ClassChangeOnScrollDirective = (function () {
|
|
972
887
|
function ClassChangeOnScrollDirective() {
|
|
973
888
|
this.wsClassOnScrollDirChange = 5000;
|
|
@@ -980,34 +895,34 @@ var ClassChangeOnScrollDirective = (function () {
|
|
|
980
895
|
get: function () {
|
|
981
896
|
return this.currState === ScrollingStateEnum.ScrollingDown;
|
|
982
897
|
},
|
|
983
|
-
enumerable:
|
|
898
|
+
enumerable: false,
|
|
984
899
|
configurable: true
|
|
985
900
|
});
|
|
986
901
|
Object.defineProperty(ClassChangeOnScrollDirective.prototype, "isScrollingUp", {
|
|
987
902
|
get: function () {
|
|
988
903
|
return this.currState === ScrollingStateEnum.ScrollingUp;
|
|
989
904
|
},
|
|
990
|
-
enumerable:
|
|
905
|
+
enumerable: false,
|
|
991
906
|
configurable: true
|
|
992
907
|
});
|
|
993
908
|
Object.defineProperty(ClassChangeOnScrollDirective.prototype, "isNotScrolling", {
|
|
994
909
|
get: function () {
|
|
995
910
|
return this.currState === ScrollingStateEnum.NoScrolling;
|
|
996
911
|
},
|
|
997
|
-
enumerable:
|
|
912
|
+
enumerable: false,
|
|
998
913
|
configurable: true
|
|
999
914
|
});
|
|
1000
915
|
ClassChangeOnScrollDirective.prototype.ngOnInit = function () {
|
|
1001
916
|
var _this = this;
|
|
1002
917
|
this.windowScrollSubscription = fromEvent(window, 'scroll')
|
|
1003
918
|
.pipe(debounceTime(50))
|
|
1004
|
-
.subscribe(
|
|
919
|
+
.subscribe(function () {
|
|
1005
920
|
clearTimeout(_this.timeoutTimer);
|
|
1006
921
|
var curr = window.scrollY;
|
|
1007
922
|
_this.hasScrolledDown = curr > 56;
|
|
1008
923
|
_this.setScrollState(_this.lastScreenTop, curr);
|
|
1009
924
|
_this.lastScreenTop = curr;
|
|
1010
|
-
})
|
|
925
|
+
});
|
|
1011
926
|
};
|
|
1012
927
|
ClassChangeOnScrollDirective.prototype.ngAfterViewInit = function () { };
|
|
1013
928
|
ClassChangeOnScrollDirective.prototype.ngOnDestroy = function () {
|
|
@@ -1033,9 +948,9 @@ var ClassChangeOnScrollDirective = (function () {
|
|
|
1033
948
|
};
|
|
1034
949
|
ClassChangeOnScrollDirective.prototype.resetScrollingState = function () {
|
|
1035
950
|
var _this = this;
|
|
1036
|
-
this.timeoutTimer = setTimeout(
|
|
951
|
+
this.timeoutTimer = setTimeout(function () {
|
|
1037
952
|
_this.setScrollState();
|
|
1038
|
-
}
|
|
953
|
+
}, this.wsClassOnScrollDirChange || 5000);
|
|
1039
954
|
};
|
|
1040
955
|
ClassChangeOnScrollDirective.decorators = [
|
|
1041
956
|
{ type: Directive, args: [{
|
|
@@ -1052,14 +967,6 @@ var ClassChangeOnScrollDirective = (function () {
|
|
|
1052
967
|
};
|
|
1053
968
|
return ClassChangeOnScrollDirective;
|
|
1054
969
|
}());
|
|
1055
|
-
if (false) {
|
|
1056
|
-
ClassChangeOnScrollDirective.prototype.wsClassOnScrollDirChange;
|
|
1057
|
-
ClassChangeOnScrollDirective.prototype.hasScrolledDown;
|
|
1058
|
-
ClassChangeOnScrollDirective.prototype.windowScrollSubscription;
|
|
1059
|
-
ClassChangeOnScrollDirective.prototype.timeoutTimer;
|
|
1060
|
-
ClassChangeOnScrollDirective.prototype.lastScreenTop;
|
|
1061
|
-
ClassChangeOnScrollDirective.prototype.currState;
|
|
1062
|
-
}
|
|
1063
970
|
|
|
1064
971
|
var ClassChangeOnScrollModule = (function () {
|
|
1065
972
|
function ClassChangeOnScrollModule() {
|
|
@@ -1107,12 +1014,6 @@ var DefaultThumbnailDirective = (function () {
|
|
|
1107
1014
|
};
|
|
1108
1015
|
return DefaultThumbnailDirective;
|
|
1109
1016
|
}());
|
|
1110
|
-
if (false) {
|
|
1111
|
-
DefaultThumbnailDirective.prototype.wsUtilsDefaultThumbnail;
|
|
1112
|
-
DefaultThumbnailDirective.prototype.src;
|
|
1113
|
-
DefaultThumbnailDirective.prototype.isSrcUpdateAttemptedForDefault;
|
|
1114
|
-
DefaultThumbnailDirective.prototype.srcUrl;
|
|
1115
|
-
}
|
|
1116
1017
|
|
|
1117
1018
|
var DefaultThumbnailModule = (function () {
|
|
1118
1019
|
function DefaultThumbnailModule() {
|
|
@@ -1129,7 +1030,6 @@ var DefaultThumbnailModule = (function () {
|
|
|
1129
1030
|
return DefaultThumbnailModule;
|
|
1130
1031
|
}());
|
|
1131
1032
|
|
|
1132
|
-
function IImageResponsiveUnit() { }
|
|
1133
1033
|
var customBreakPoints = {
|
|
1134
1034
|
xs: '(max-width: 450px)',
|
|
1135
1035
|
s: '(min-width: 450.001px) and (max-width: 768px)',
|
|
@@ -1156,7 +1056,7 @@ var ImageResponsiveDirective = (function () {
|
|
|
1156
1056
|
customBreakPoints.xxl,
|
|
1157
1057
|
])
|
|
1158
1058
|
.pipe(distinctUntilChanged())
|
|
1159
|
-
.subscribe(
|
|
1059
|
+
.subscribe(function (data) {
|
|
1160
1060
|
if (data.breakpoints[customBreakPoints.xxl]) {
|
|
1161
1061
|
_this.currentSize = 'xxl';
|
|
1162
1062
|
}
|
|
@@ -1179,7 +1079,7 @@ var ImageResponsiveDirective = (function () {
|
|
|
1179
1079
|
_this.currentSize = 'xl';
|
|
1180
1080
|
}
|
|
1181
1081
|
_this.setSrc();
|
|
1182
|
-
})
|
|
1082
|
+
});
|
|
1183
1083
|
}
|
|
1184
1084
|
ImageResponsiveDirective.prototype.ngOnChanges = function () {
|
|
1185
1085
|
if (this.src) {
|
|
@@ -1198,6 +1098,9 @@ var ImageResponsiveDirective = (function () {
|
|
|
1198
1098
|
this.srcBindUrl = this.src[this.currentSize];
|
|
1199
1099
|
}
|
|
1200
1100
|
};
|
|
1101
|
+
ImageResponsiveDirective.ctorParameters = function () { return [
|
|
1102
|
+
{ type: BreakpointObserver }
|
|
1103
|
+
]; };
|
|
1201
1104
|
ImageResponsiveDirective.decorators = [
|
|
1202
1105
|
{ type: Directive, args: [{
|
|
1203
1106
|
selector: '[wsUtilsImageResponsive]',
|
|
@@ -1212,13 +1115,6 @@ var ImageResponsiveDirective = (function () {
|
|
|
1212
1115
|
};
|
|
1213
1116
|
return ImageResponsiveDirective;
|
|
1214
1117
|
}());
|
|
1215
|
-
if (false) {
|
|
1216
|
-
ImageResponsiveDirective.prototype.src;
|
|
1217
|
-
ImageResponsiveDirective.prototype.srcBindUrl;
|
|
1218
|
-
ImageResponsiveDirective.prototype.currentSize;
|
|
1219
|
-
ImageResponsiveDirective.prototype.breakpointSubscription;
|
|
1220
|
-
ImageResponsiveDirective.prototype.breakpointObserver;
|
|
1221
|
-
}
|
|
1222
1118
|
|
|
1223
1119
|
var ImageResponsiveModule = (function () {
|
|
1224
1120
|
function ImageResponsiveModule() {
|
|
@@ -1244,13 +1140,13 @@ var InViewPortDirective = (function () {
|
|
|
1244
1140
|
var _this = this;
|
|
1245
1141
|
this.check();
|
|
1246
1142
|
this.scroll =
|
|
1247
|
-
fromEvent(window, 'scroll').pipe(debounceTime(100)).subscribe(
|
|
1143
|
+
fromEvent(window, 'scroll').pipe(debounceTime(100)).subscribe(function () {
|
|
1248
1144
|
_this.check();
|
|
1249
|
-
})
|
|
1145
|
+
});
|
|
1250
1146
|
this.resize =
|
|
1251
|
-
fromEvent(window, 'resize').pipe(debounceTime(100)).subscribe(
|
|
1147
|
+
fromEvent(window, 'resize').pipe(debounceTime(100)).subscribe(function () {
|
|
1252
1148
|
_this.check();
|
|
1253
|
-
})
|
|
1149
|
+
});
|
|
1254
1150
|
};
|
|
1255
1151
|
InViewPortDirective.prototype.ngOnDestroy = function () {
|
|
1256
1152
|
this.scroll.unsubscribe();
|
|
@@ -1284,6 +1180,9 @@ var InViewPortDirective = (function () {
|
|
|
1284
1180
|
}
|
|
1285
1181
|
this.inViewport.emit(event);
|
|
1286
1182
|
};
|
|
1183
|
+
InViewPortDirective.ctorParameters = function () { return [
|
|
1184
|
+
{ type: ElementRef }
|
|
1185
|
+
]; };
|
|
1287
1186
|
InViewPortDirective.decorators = [
|
|
1288
1187
|
{ type: Directive, args: [{
|
|
1289
1188
|
selector: '[wsUtilsInViewPort]',
|
|
@@ -1297,12 +1196,6 @@ var InViewPortDirective = (function () {
|
|
|
1297
1196
|
};
|
|
1298
1197
|
return InViewPortDirective;
|
|
1299
1198
|
}());
|
|
1300
|
-
if (false) {
|
|
1301
|
-
InViewPortDirective.prototype.scroll;
|
|
1302
|
-
InViewPortDirective.prototype.resize;
|
|
1303
|
-
InViewPortDirective.prototype.inViewport;
|
|
1304
|
-
InViewPortDirective.prototype._el;
|
|
1305
|
-
}
|
|
1306
1199
|
|
|
1307
1200
|
var InViewPortModule = (function () {
|
|
1308
1201
|
function InViewPortModule() {
|
|
@@ -1352,11 +1245,6 @@ var NavigationDirective = (function () {
|
|
|
1352
1245
|
};
|
|
1353
1246
|
return NavigationDirective;
|
|
1354
1247
|
}());
|
|
1355
|
-
if (false) {
|
|
1356
|
-
NavigationDirective.prototype.wsUtilsNavigation;
|
|
1357
|
-
NavigationDirective.prototype.openInNewTab;
|
|
1358
|
-
NavigationDirective.prototype.routeUrl;
|
|
1359
|
-
}
|
|
1360
1248
|
|
|
1361
1249
|
var NavigationModule = (function () {
|
|
1362
1250
|
function NavigationModule() {
|
|
@@ -1402,10 +1290,10 @@ var PermissionModule = (function () {
|
|
|
1402
1290
|
|
|
1403
1291
|
function getStringifiedQueryParams(obj) {
|
|
1404
1292
|
return Object.entries(obj)
|
|
1405
|
-
.filter(
|
|
1406
|
-
.map(
|
|
1293
|
+
.filter(function (u) { return u[1]; })
|
|
1294
|
+
.map(function (u) {
|
|
1407
1295
|
return u[0] + "=" + u[1];
|
|
1408
|
-
})
|
|
1296
|
+
})
|
|
1409
1297
|
.join('&');
|
|
1410
1298
|
}
|
|
1411
1299
|
|
|
@@ -1425,20 +1313,20 @@ var HorizontalScrollerComponent = (function () {
|
|
|
1425
1313
|
var horizontalScrollElem_1 = this.horizontalScrollElem;
|
|
1426
1314
|
this.scrollObserver = fromEvent(horizontalScrollElem_1.nativeElement, 'scroll')
|
|
1427
1315
|
.pipe(debounceTime(100), throttleTime(100))
|
|
1428
|
-
.subscribe(
|
|
1429
|
-
_this.updateNavigationBtnStatus(
|
|
1430
|
-
.nativeElement)
|
|
1431
|
-
})
|
|
1316
|
+
.subscribe(function (_) {
|
|
1317
|
+
_this.updateNavigationBtnStatus(horizontalScrollElem_1
|
|
1318
|
+
.nativeElement);
|
|
1319
|
+
});
|
|
1432
1320
|
}
|
|
1433
1321
|
};
|
|
1434
1322
|
HorizontalScrollerComponent.prototype.ngOnChanges = function () {
|
|
1435
1323
|
var _this = this;
|
|
1436
|
-
timer(100).subscribe(
|
|
1324
|
+
timer(100).subscribe(function () {
|
|
1437
1325
|
if (_this.horizontalScrollElem) {
|
|
1438
|
-
_this.updateNavigationBtnStatus(
|
|
1439
|
-
.nativeElement)
|
|
1326
|
+
_this.updateNavigationBtnStatus(_this.horizontalScrollElem
|
|
1327
|
+
.nativeElement);
|
|
1440
1328
|
}
|
|
1441
|
-
})
|
|
1329
|
+
});
|
|
1442
1330
|
};
|
|
1443
1331
|
HorizontalScrollerComponent.prototype.ngOnDestroy = function () {
|
|
1444
1332
|
if (this.scrollObserver) {
|
|
@@ -1487,7 +1375,7 @@ var HorizontalScrollerComponent = (function () {
|
|
|
1487
1375
|
selector: 'ws-utils-horizontal-scroller',
|
|
1488
1376
|
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>",
|
|
1489
1377
|
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}"]
|
|
1490
|
-
}] }
|
|
1378
|
+
},] }
|
|
1491
1379
|
];
|
|
1492
1380
|
HorizontalScrollerComponent.ctorParameters = function () { return []; };
|
|
1493
1381
|
HorizontalScrollerComponent.propDecorators = {
|
|
@@ -1498,15 +1386,6 @@ var HorizontalScrollerComponent = (function () {
|
|
|
1498
1386
|
};
|
|
1499
1387
|
return HorizontalScrollerComponent;
|
|
1500
1388
|
}());
|
|
1501
|
-
if (false) {
|
|
1502
|
-
HorizontalScrollerComponent.prototype.loadStatus;
|
|
1503
|
-
HorizontalScrollerComponent.prototype.onHover;
|
|
1504
|
-
HorizontalScrollerComponent.prototype.loadNext;
|
|
1505
|
-
HorizontalScrollerComponent.prototype.horizontalScrollElem;
|
|
1506
|
-
HorizontalScrollerComponent.prototype.enablePrev;
|
|
1507
|
-
HorizontalScrollerComponent.prototype.enableNext;
|
|
1508
|
-
HorizontalScrollerComponent.prototype.scrollObserver;
|
|
1509
|
-
}
|
|
1510
1389
|
|
|
1511
1390
|
var HorizontalScrollerModule = (function () {
|
|
1512
1391
|
function HorizontalScrollerModule() {
|
|
@@ -1528,20 +1407,6 @@ var HorizontalScrollerModule = (function () {
|
|
|
1528
1407
|
|
|
1529
1408
|
var WsEvents;
|
|
1530
1409
|
(function (WsEvents) {
|
|
1531
|
-
function IWsEventsFromWidget() { }
|
|
1532
|
-
WsEvents.IWsEventsFromWidget = IWsEventsFromWidget;
|
|
1533
|
-
if (false) {
|
|
1534
|
-
IWsEventsFromWidget.prototype.type;
|
|
1535
|
-
IWsEventsFromWidget.prototype.widgetType;
|
|
1536
|
-
IWsEventsFromWidget.prototype.widgetSubType;
|
|
1537
|
-
}
|
|
1538
|
-
function IWsEventsFromPage() { }
|
|
1539
|
-
WsEvents.IWsEventsFromPage = IWsEventsFromPage;
|
|
1540
|
-
if (false) {
|
|
1541
|
-
IWsEventsFromPage.prototype.type;
|
|
1542
|
-
IWsEventsFromPage.prototype.pageUrl;
|
|
1543
|
-
IWsEventsFromPage.prototype.pageType;
|
|
1544
|
-
}
|
|
1545
1410
|
var WsEventType;
|
|
1546
1411
|
(function (WsEventType) {
|
|
1547
1412
|
WsEventType["Action"] = "Action";
|
|
@@ -1580,17 +1445,6 @@ var WsEvents;
|
|
|
1580
1445
|
(function (externalTelemetrypdata) {
|
|
1581
1446
|
externalTelemetrypdata["RBCP"] = "rbcp-web-ui";
|
|
1582
1447
|
})(externalTelemetrypdata = WsEvents.externalTelemetrypdata || (WsEvents.externalTelemetrypdata = {}));
|
|
1583
|
-
function IWsEvents() { }
|
|
1584
|
-
WsEvents.IWsEvents = IWsEvents;
|
|
1585
|
-
if (false) {
|
|
1586
|
-
IWsEvents.prototype.eventType;
|
|
1587
|
-
IWsEvents.prototype.eventLogLevel;
|
|
1588
|
-
IWsEvents.prototype.from;
|
|
1589
|
-
IWsEvents.prototype.to;
|
|
1590
|
-
IWsEvents.prototype.data;
|
|
1591
|
-
IWsEvents.prototype.passThroughData;
|
|
1592
|
-
IWsEvents.prototype.pageContext;
|
|
1593
|
-
}
|
|
1594
1448
|
var EnumTelemetrySubType;
|
|
1595
1449
|
(function (EnumTelemetrySubType) {
|
|
1596
1450
|
EnumTelemetrySubType["Init"] = "Init";
|
|
@@ -1606,33 +1460,6 @@ var WsEvents;
|
|
|
1606
1460
|
EnumTelemetrySubType["GetStarted"] = "Get Started";
|
|
1607
1461
|
EnumTelemetrySubType["PlatformRating"] = "PlatformRating";
|
|
1608
1462
|
})(EnumTelemetrySubType = WsEvents.EnumTelemetrySubType || (WsEvents.EnumTelemetrySubType = {}));
|
|
1609
|
-
function ITelemetryPageContext() { }
|
|
1610
|
-
WsEvents.ITelemetryPageContext = ITelemetryPageContext;
|
|
1611
|
-
if (false) {
|
|
1612
|
-
ITelemetryPageContext.prototype.pageId;
|
|
1613
|
-
ITelemetryPageContext.prototype.module;
|
|
1614
|
-
ITelemetryPageContext.prototype.pageIdExt;
|
|
1615
|
-
}
|
|
1616
|
-
function ITelemetryEdata() { }
|
|
1617
|
-
WsEvents.ITelemetryEdata = ITelemetryEdata;
|
|
1618
|
-
if (false) {
|
|
1619
|
-
ITelemetryEdata.prototype.type;
|
|
1620
|
-
ITelemetryEdata.prototype.subType;
|
|
1621
|
-
ITelemetryEdata.prototype.id;
|
|
1622
|
-
ITelemetryEdata.prototype.pageid;
|
|
1623
|
-
}
|
|
1624
|
-
function ITelemetryTabData() { }
|
|
1625
|
-
WsEvents.ITelemetryTabData = ITelemetryTabData;
|
|
1626
|
-
if (false) {
|
|
1627
|
-
ITelemetryTabData.prototype.label;
|
|
1628
|
-
ITelemetryTabData.prototype.index;
|
|
1629
|
-
}
|
|
1630
|
-
function IWsEventTelemetry() { }
|
|
1631
|
-
WsEvents.IWsEventTelemetry = IWsEventTelemetry;
|
|
1632
|
-
if (false) {
|
|
1633
|
-
IWsEventTelemetry.prototype.eventSubType;
|
|
1634
|
-
IWsEventTelemetry.prototype.pageContext;
|
|
1635
|
-
}
|
|
1636
1463
|
var EnumTelemetryPdfActivity;
|
|
1637
1464
|
(function (EnumTelemetryPdfActivity) {
|
|
1638
1465
|
EnumTelemetryPdfActivity["PAGE_CHANGED"] = "PAGE_CHANGED";
|
|
@@ -1641,57 +1468,6 @@ var WsEvents;
|
|
|
1641
1468
|
EnumTelemetryPdfActivity["ZOOM_CHANGE"] = "ZOOM_CHANGE";
|
|
1642
1469
|
EnumTelemetryPdfActivity["NONE"] = "NONE";
|
|
1643
1470
|
})(EnumTelemetryPdfActivity = WsEvents.EnumTelemetryPdfActivity || (WsEvents.EnumTelemetryPdfActivity = {}));
|
|
1644
|
-
function IWsEventTelemetryPdfData() { }
|
|
1645
|
-
WsEvents.IWsEventTelemetryPdfData = IWsEventTelemetryPdfData;
|
|
1646
|
-
if (false) {
|
|
1647
|
-
IWsEventTelemetryPdfData.prototype.activityType;
|
|
1648
|
-
IWsEventTelemetryPdfData.prototype.currentPage;
|
|
1649
|
-
IWsEventTelemetryPdfData.prototype.totalPage;
|
|
1650
|
-
IWsEventTelemetryPdfData.prototype.activityStartedAt;
|
|
1651
|
-
IWsEventTelemetryPdfData.prototype.object;
|
|
1652
|
-
}
|
|
1653
|
-
function IWsEventTelemetrySurveyData() { }
|
|
1654
|
-
WsEvents.IWsEventTelemetrySurveyData = IWsEventTelemetrySurveyData;
|
|
1655
|
-
if (false) {
|
|
1656
|
-
IWsEventTelemetrySurveyData.prototype.object;
|
|
1657
|
-
}
|
|
1658
|
-
function IWsEventTelemetryInteract() { }
|
|
1659
|
-
WsEvents.IWsEventTelemetryInteract = IWsEventTelemetryInteract;
|
|
1660
|
-
if (false) {
|
|
1661
|
-
IWsEventTelemetryInteract.prototype.edata;
|
|
1662
|
-
IWsEventTelemetryInteract.prototype.object;
|
|
1663
|
-
IWsEventTelemetryInteract.prototype.pageContext;
|
|
1664
|
-
}
|
|
1665
|
-
function IWsEventTelemetryFeedback() { }
|
|
1666
|
-
WsEvents.IWsEventTelemetryFeedback = IWsEventTelemetryFeedback;
|
|
1667
|
-
if (false) {
|
|
1668
|
-
IWsEventTelemetryFeedback.prototype.edata;
|
|
1669
|
-
IWsEventTelemetryFeedback.prototype.object;
|
|
1670
|
-
IWsEventTelemetryFeedback.prototype.pageContext;
|
|
1671
|
-
}
|
|
1672
|
-
function IWsEventTelemetryImpression() { }
|
|
1673
|
-
WsEvents.IWsEventTelemetryImpression = IWsEventTelemetryImpression;
|
|
1674
|
-
if (false) {
|
|
1675
|
-
IWsEventTelemetryImpression.prototype.edata;
|
|
1676
|
-
IWsEventTelemetryImpression.prototype.object;
|
|
1677
|
-
IWsEventTelemetryImpression.prototype.pageContext;
|
|
1678
|
-
}
|
|
1679
|
-
function IWsEventTelemetrySearch() { }
|
|
1680
|
-
WsEvents.IWsEventTelemetrySearch = IWsEventTelemetrySearch;
|
|
1681
|
-
if (false) {
|
|
1682
|
-
IWsEventTelemetrySearch.prototype.type;
|
|
1683
|
-
IWsEventTelemetrySearch.prototype.subType;
|
|
1684
|
-
IWsEventTelemetrySearch.prototype.query;
|
|
1685
|
-
IWsEventTelemetrySearch.prototype.filters;
|
|
1686
|
-
IWsEventTelemetrySearch.prototype.size;
|
|
1687
|
-
IWsEventTelemetrySearch.prototype.locale;
|
|
1688
|
-
}
|
|
1689
|
-
function IWsEventTelemetryHeartBeat() { }
|
|
1690
|
-
WsEvents.IWsEventTelemetryHeartBeat = IWsEventTelemetryHeartBeat;
|
|
1691
|
-
if (false) {
|
|
1692
|
-
IWsEventTelemetryHeartBeat.prototype.type;
|
|
1693
|
-
IWsEventTelemetryHeartBeat.prototype.id;
|
|
1694
|
-
}
|
|
1695
1471
|
var EnumTelemetryMediaActivity;
|
|
1696
1472
|
(function (EnumTelemetryMediaActivity) {
|
|
1697
1473
|
EnumTelemetryMediaActivity["PLAYED"] = "PLAYED";
|
|
@@ -1716,16 +1492,6 @@ var WsEvents;
|
|
|
1716
1492
|
EnumTelemetryMediaState["BUFFERING"] = "BUFFERING";
|
|
1717
1493
|
EnumTelemetryMediaState["NOT_STARTED"] = "NOT_STARTED";
|
|
1718
1494
|
})(EnumTelemetryMediaState = WsEvents.EnumTelemetryMediaState || (WsEvents.EnumTelemetryMediaState = {}));
|
|
1719
|
-
function IWsEventTelemetryMediaData() { }
|
|
1720
|
-
WsEvents.IWsEventTelemetryMediaData = IWsEventTelemetryMediaData;
|
|
1721
|
-
if (false) {
|
|
1722
|
-
IWsEventTelemetryMediaData.prototype.currentState;
|
|
1723
|
-
IWsEventTelemetryMediaData.prototype.activityType;
|
|
1724
|
-
IWsEventTelemetryMediaData.prototype.currentTime;
|
|
1725
|
-
IWsEventTelemetryMediaData.prototype.totalTime;
|
|
1726
|
-
IWsEventTelemetryMediaData.prototype.maxedSeekedTime;
|
|
1727
|
-
IWsEventTelemetryMediaData.prototype.activityStartedAt;
|
|
1728
|
-
}
|
|
1729
1495
|
var EnumTelemetrymodules;
|
|
1730
1496
|
(function (EnumTelemetrymodules) {
|
|
1731
1497
|
EnumTelemetrymodules["CONTENT"] = "content";
|
|
@@ -1784,17 +1550,7 @@ var WsEvents;
|
|
|
1784
1550
|
})(EnumInteractSubTypes = WsEvents.EnumInteractSubTypes || (WsEvents.EnumInteractSubTypes = {}));
|
|
1785
1551
|
})(WsEvents || (WsEvents = {}));
|
|
1786
1552
|
|
|
1787
|
-
function IWindowMobileAppModified() { }
|
|
1788
|
-
if (false) {
|
|
1789
|
-
IWindowMobileAppModified.prototype.appRef;
|
|
1790
|
-
IWindowMobileAppModified.prototype.webkit;
|
|
1791
|
-
}
|
|
1792
1553
|
var RANDOM_ID_PER_USER = 0;
|
|
1793
|
-
function IRecursiveData() { }
|
|
1794
|
-
if (false) {
|
|
1795
|
-
IRecursiveData.prototype.identifier;
|
|
1796
|
-
IRecursiveData.prototype.children;
|
|
1797
|
-
}
|
|
1798
1554
|
var UtilityService = (function () {
|
|
1799
1555
|
function UtilityService(http, platform, router, route) {
|
|
1800
1556
|
var _this = this;
|
|
@@ -1803,13 +1559,13 @@ var UtilityService = (function () {
|
|
|
1803
1559
|
this.router = router;
|
|
1804
1560
|
this.route = route;
|
|
1805
1561
|
this.currentRouteData = [];
|
|
1806
|
-
this.router.events.subscribe(
|
|
1562
|
+
this.router.events.subscribe(function (event) {
|
|
1807
1563
|
if (event instanceof NavigationEnd) {
|
|
1808
1564
|
var snapshot = _this.route.snapshot;
|
|
1809
1565
|
var firstChild = snapshot.root.firstChild;
|
|
1810
1566
|
_this.getChildRouteData(snapshot, firstChild);
|
|
1811
1567
|
}
|
|
1812
|
-
})
|
|
1568
|
+
});
|
|
1813
1569
|
}
|
|
1814
1570
|
UtilityService.prototype.getChildRouteData = function (snapshot, firstChild) {
|
|
1815
1571
|
if (firstChild) {
|
|
@@ -1825,7 +1581,7 @@ var UtilityService = (function () {
|
|
|
1825
1581
|
get: function () {
|
|
1826
1582
|
return RANDOM_ID_PER_USER + 1;
|
|
1827
1583
|
},
|
|
1828
|
-
enumerable:
|
|
1584
|
+
enumerable: false,
|
|
1829
1585
|
configurable: true
|
|
1830
1586
|
});
|
|
1831
1587
|
UtilityService.prototype.getJson = function (url) {
|
|
@@ -1838,9 +1594,9 @@ var UtilityService = (function () {
|
|
|
1838
1594
|
}
|
|
1839
1595
|
else {
|
|
1840
1596
|
if (node.children) {
|
|
1841
|
-
node.children.forEach(
|
|
1597
|
+
node.children.forEach(function (child) {
|
|
1842
1598
|
_this.getLeafNodes(child, nodes);
|
|
1843
|
-
})
|
|
1599
|
+
});
|
|
1844
1600
|
}
|
|
1845
1601
|
}
|
|
1846
1602
|
return nodes;
|
|
@@ -1860,7 +1616,7 @@ var UtilityService = (function () {
|
|
|
1860
1616
|
return true;
|
|
1861
1617
|
}
|
|
1862
1618
|
var children = node.children || [];
|
|
1863
|
-
if (children.some(
|
|
1619
|
+
if (children.some(function (u) { return _this.hasPath(u, pathArr, id); })) {
|
|
1864
1620
|
return true;
|
|
1865
1621
|
}
|
|
1866
1622
|
pathArr.pop();
|
|
@@ -1873,28 +1629,28 @@ var UtilityService = (function () {
|
|
|
1873
1629
|
}
|
|
1874
1630
|
return false;
|
|
1875
1631
|
},
|
|
1876
|
-
enumerable:
|
|
1632
|
+
enumerable: false,
|
|
1877
1633
|
configurable: true
|
|
1878
1634
|
});
|
|
1879
1635
|
Object.defineProperty(UtilityService.prototype, "isIos", {
|
|
1880
1636
|
get: function () {
|
|
1881
1637
|
return this.platform.IOS;
|
|
1882
1638
|
},
|
|
1883
|
-
enumerable:
|
|
1639
|
+
enumerable: false,
|
|
1884
1640
|
configurable: true
|
|
1885
1641
|
});
|
|
1886
1642
|
Object.defineProperty(UtilityService.prototype, "isAndroid", {
|
|
1887
1643
|
get: function () {
|
|
1888
1644
|
return this.platform.ANDROID;
|
|
1889
1645
|
},
|
|
1890
|
-
enumerable:
|
|
1646
|
+
enumerable: false,
|
|
1891
1647
|
configurable: true
|
|
1892
1648
|
});
|
|
1893
1649
|
Object.defineProperty(UtilityService.prototype, "isAndroidApp", {
|
|
1894
1650
|
get: function () {
|
|
1895
1651
|
return Boolean(window.appRef);
|
|
1896
1652
|
},
|
|
1897
|
-
enumerable:
|
|
1653
|
+
enumerable: false,
|
|
1898
1654
|
configurable: true
|
|
1899
1655
|
});
|
|
1900
1656
|
Object.defineProperty(UtilityService.prototype, "iOsAppRef", {
|
|
@@ -1906,7 +1662,7 @@ var UtilityService = (function () {
|
|
|
1906
1662
|
}
|
|
1907
1663
|
return null;
|
|
1908
1664
|
},
|
|
1909
|
-
enumerable:
|
|
1665
|
+
enumerable: false,
|
|
1910
1666
|
configurable: true
|
|
1911
1667
|
});
|
|
1912
1668
|
UtilityService.prototype.setRouteData = function (data) {
|
|
@@ -1918,19 +1674,26 @@ var UtilityService = (function () {
|
|
|
1918
1674
|
module: '',
|
|
1919
1675
|
pageId: '',
|
|
1920
1676
|
};
|
|
1921
|
-
this.currentRouteData.map(
|
|
1677
|
+
this.currentRouteData.map(function (rd) {
|
|
1922
1678
|
if (rd.pageId) {
|
|
1923
1679
|
data.pageId = data.pageId + "/" + rd.pageId;
|
|
1924
1680
|
}
|
|
1925
1681
|
if (rd.module) {
|
|
1926
1682
|
data.module = rd.module;
|
|
1927
1683
|
}
|
|
1928
|
-
})
|
|
1684
|
+
});
|
|
1929
1685
|
return data;
|
|
1930
1686
|
},
|
|
1931
|
-
enumerable:
|
|
1687
|
+
enumerable: false,
|
|
1932
1688
|
configurable: true
|
|
1933
1689
|
});
|
|
1690
|
+
UtilityService.ctorParameters = function () { return [
|
|
1691
|
+
{ type: HttpClient },
|
|
1692
|
+
{ type: Platform },
|
|
1693
|
+
{ type: Router },
|
|
1694
|
+
{ type: ActivatedRoute }
|
|
1695
|
+
]; };
|
|
1696
|
+
UtilityService.ɵprov = ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(ɵɵinject(HttpClient), ɵɵinject(Platform), ɵɵinject(Router), ɵɵinject(ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
|
|
1934
1697
|
UtilityService.decorators = [
|
|
1935
1698
|
{ type: Injectable, args: [{
|
|
1936
1699
|
providedIn: 'root',
|
|
@@ -1942,16 +1705,8 @@ var UtilityService = (function () {
|
|
|
1942
1705
|
{ type: Router },
|
|
1943
1706
|
{ type: ActivatedRoute }
|
|
1944
1707
|
]; };
|
|
1945
|
-
/** @nocollapse */ UtilityService.ngInjectableDef = ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(ɵɵinject(HttpClient), ɵɵinject(Platform), ɵɵinject(Router), ɵɵinject(ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
|
|
1946
1708
|
return UtilityService;
|
|
1947
1709
|
}());
|
|
1948
|
-
if (false) {
|
|
1949
|
-
UtilityService.prototype.currentRouteData;
|
|
1950
|
-
UtilityService.prototype.http;
|
|
1951
|
-
UtilityService.prototype.platform;
|
|
1952
|
-
UtilityService.prototype.router;
|
|
1953
|
-
UtilityService.prototype.route;
|
|
1954
|
-
}
|
|
1955
1710
|
|
|
1956
1711
|
var EventService = (function () {
|
|
1957
1712
|
function EventService(environment, utilitySvc) {
|
|
@@ -2092,7 +1847,7 @@ var EventService = (function () {
|
|
|
2092
1847
|
if (eventObj !== undefined) {
|
|
2093
1848
|
this.todaysEvents = [];
|
|
2094
1849
|
var data_1 = eventObj;
|
|
2095
|
-
Object.keys(data_1).forEach(
|
|
1850
|
+
Object.keys(data_1).forEach(function (index) {
|
|
2096
1851
|
var obj = data_1[index];
|
|
2097
1852
|
var floor = Math.floor;
|
|
2098
1853
|
var hours = floor(obj.duration / 60);
|
|
@@ -2129,9 +1884,14 @@ var EventService = (function () {
|
|
|
2129
1884
|
if (isToday) {
|
|
2130
1885
|
_this.todaysEvents.push(eventDataObj);
|
|
2131
1886
|
}
|
|
2132
|
-
})
|
|
1887
|
+
});
|
|
2133
1888
|
}
|
|
2134
1889
|
};
|
|
1890
|
+
EventService.ctorParameters = function () { return [
|
|
1891
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] },
|
|
1892
|
+
{ type: UtilityService }
|
|
1893
|
+
]; };
|
|
1894
|
+
EventService.ɵprov = ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(ɵɵinject("environment"), ɵɵinject(UtilityService)); }, token: EventService, providedIn: "root" });
|
|
2135
1895
|
EventService.decorators = [
|
|
2136
1896
|
{ type: Injectable, args: [{
|
|
2137
1897
|
providedIn: 'root',
|
|
@@ -2141,22 +1901,8 @@ var EventService = (function () {
|
|
|
2141
1901
|
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] },
|
|
2142
1902
|
{ type: UtilityService }
|
|
2143
1903
|
]; };
|
|
2144
|
-
/** @nocollapse */ EventService.ngInjectableDef = ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(ɵɵinject("environment"), ɵɵinject(UtilityService)); }, token: EventService, providedIn: "root" });
|
|
2145
1904
|
return EventService;
|
|
2146
1905
|
}());
|
|
2147
|
-
if (false) {
|
|
2148
|
-
EventService.prototype.todaysEvents;
|
|
2149
|
-
EventService.prototype.eventsSubject;
|
|
2150
|
-
EventService.prototype.events$;
|
|
2151
|
-
EventService.prototype.eventsChatbotSubject;
|
|
2152
|
-
EventService.prototype.chatbotEvents$;
|
|
2153
|
-
EventService.prototype.eventsGetStartSubject;
|
|
2154
|
-
EventService.prototype.getStartEvents$;
|
|
2155
|
-
EventService.prototype.eventsPRSubject;
|
|
2156
|
-
EventService.prototype.getPREvents$;
|
|
2157
|
-
EventService.prototype.environment;
|
|
2158
|
-
EventService.prototype.utilitySvc;
|
|
2159
|
-
}
|
|
2160
1906
|
|
|
2161
1907
|
var HorizontalScrollerV2Component = (function () {
|
|
2162
1908
|
function HorizontalScrollerV2Component(eventService) {
|
|
@@ -2184,21 +1930,21 @@ var HorizontalScrollerV2Component = (function () {
|
|
|
2184
1930
|
var horizontalScrollElem_1 = this.horizontalScrollElem;
|
|
2185
1931
|
this.scrollObserver = fromEvent(horizontalScrollElem_1.nativeElement, 'scroll')
|
|
2186
1932
|
.pipe(debounceTime(100), throttleTime(100))
|
|
2187
|
-
.subscribe(
|
|
2188
|
-
_this.updateNavigationBtnStatus(
|
|
2189
|
-
.nativeElement)
|
|
2190
|
-
})
|
|
1933
|
+
.subscribe(function (_) {
|
|
1934
|
+
_this.updateNavigationBtnStatus(horizontalScrollElem_1
|
|
1935
|
+
.nativeElement);
|
|
1936
|
+
});
|
|
2191
1937
|
this.getBottomDotsArray();
|
|
2192
1938
|
}
|
|
2193
1939
|
};
|
|
2194
1940
|
HorizontalScrollerV2Component.prototype.ngOnChanges = function () {
|
|
2195
1941
|
var _this = this;
|
|
2196
|
-
timer(100).subscribe(
|
|
1942
|
+
timer(100).subscribe(function () {
|
|
2197
1943
|
if (_this.horizontalScrollElem) {
|
|
2198
|
-
_this.updateNavigationBtnStatus(
|
|
2199
|
-
.nativeElement)
|
|
1944
|
+
_this.updateNavigationBtnStatus(_this.horizontalScrollElem
|
|
1945
|
+
.nativeElement);
|
|
2200
1946
|
}
|
|
2201
|
-
})
|
|
1947
|
+
});
|
|
2202
1948
|
this.getBottomDotsArray();
|
|
2203
1949
|
};
|
|
2204
1950
|
HorizontalScrollerV2Component.prototype.ngOnDestroy = function () {
|
|
@@ -2298,21 +2044,24 @@ var HorizontalScrollerV2Component = (function () {
|
|
|
2298
2044
|
}
|
|
2299
2045
|
}
|
|
2300
2046
|
else {
|
|
2301
|
-
setTimeout(
|
|
2047
|
+
setTimeout(function () {
|
|
2302
2048
|
arrLength_1 = document.getElementsByClassName(_this.cardSubType).length;
|
|
2303
2049
|
for (var i = 0; i < arrLength_1; i += 1) {
|
|
2304
2050
|
_this.bottomDotsArray.push(i);
|
|
2305
2051
|
}
|
|
2306
|
-
}
|
|
2052
|
+
}, 1000);
|
|
2307
2053
|
}
|
|
2308
2054
|
}
|
|
2309
2055
|
};
|
|
2056
|
+
HorizontalScrollerV2Component.ctorParameters = function () { return [
|
|
2057
|
+
{ type: EventService }
|
|
2058
|
+
]; };
|
|
2310
2059
|
HorizontalScrollerV2Component.decorators = [
|
|
2311
2060
|
{ type: Component, args: [{
|
|
2312
2061
|
selector: 'ws-utils-horizontal-scroller-v2',
|
|
2313
2062
|
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>",
|
|
2314
2063
|
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}}"]
|
|
2315
|
-
}] }
|
|
2064
|
+
},] }
|
|
2316
2065
|
];
|
|
2317
2066
|
HorizontalScrollerV2Component.ctorParameters = function () { return [
|
|
2318
2067
|
{ type: EventService }
|
|
@@ -2331,25 +2080,6 @@ var HorizontalScrollerV2Component = (function () {
|
|
|
2331
2080
|
};
|
|
2332
2081
|
return HorizontalScrollerV2Component;
|
|
2333
2082
|
}());
|
|
2334
|
-
if (false) {
|
|
2335
|
-
HorizontalScrollerV2Component.prototype.loadStatus;
|
|
2336
|
-
HorizontalScrollerV2Component.prototype.onHover;
|
|
2337
|
-
HorizontalScrollerV2Component.prototype.sliderConfig;
|
|
2338
|
-
HorizontalScrollerV2Component.prototype.loadNext;
|
|
2339
|
-
HorizontalScrollerV2Component.prototype.widgetsLength;
|
|
2340
|
-
HorizontalScrollerV2Component.prototype.defaultMaxWidgets;
|
|
2341
|
-
HorizontalScrollerV2Component.prototype.stripConfig;
|
|
2342
|
-
HorizontalScrollerV2Component.prototype.stripsResultDataMap;
|
|
2343
|
-
HorizontalScrollerV2Component.prototype.subtype;
|
|
2344
|
-
HorizontalScrollerV2Component.prototype.horizontalScrollElem;
|
|
2345
|
-
HorizontalScrollerV2Component.prototype.enablePrev;
|
|
2346
|
-
HorizontalScrollerV2Component.prototype.enableNext;
|
|
2347
|
-
HorizontalScrollerV2Component.prototype.activeNav;
|
|
2348
|
-
HorizontalScrollerV2Component.prototype.cardSubType;
|
|
2349
|
-
HorizontalScrollerV2Component.prototype.bottomDotsArray;
|
|
2350
|
-
HorizontalScrollerV2Component.prototype.scrollObserver;
|
|
2351
|
-
HorizontalScrollerV2Component.prototype.eventService;
|
|
2352
|
-
}
|
|
2353
2083
|
|
|
2354
2084
|
var HorizontalScrollerV2Module = (function () {
|
|
2355
2085
|
function HorizontalScrollerV2Module() {
|
|
@@ -2376,47 +2106,51 @@ var LoggerService = (function () {
|
|
|
2376
2106
|
this.consoleInfo = console.info;
|
|
2377
2107
|
this.consoleLog = console.log;
|
|
2378
2108
|
this.consoleWarn = console.warn;
|
|
2379
|
-
this.noConsole =
|
|
2109
|
+
this.noConsole = function () { };
|
|
2380
2110
|
}
|
|
2381
2111
|
Object.defineProperty(LoggerService.prototype, "error", {
|
|
2382
2112
|
get: function () {
|
|
2383
2113
|
return this.consoleError;
|
|
2384
2114
|
},
|
|
2385
|
-
enumerable:
|
|
2115
|
+
enumerable: false,
|
|
2386
2116
|
configurable: true
|
|
2387
2117
|
});
|
|
2388
2118
|
Object.defineProperty(LoggerService.prototype, "info", {
|
|
2389
2119
|
get: function () {
|
|
2390
2120
|
return this.configSvc.isProduction ? this.noConsole : this.consoleInfo;
|
|
2391
2121
|
},
|
|
2392
|
-
enumerable:
|
|
2122
|
+
enumerable: false,
|
|
2393
2123
|
configurable: true
|
|
2394
2124
|
});
|
|
2395
2125
|
Object.defineProperty(LoggerService.prototype, "log", {
|
|
2396
2126
|
get: function () {
|
|
2397
2127
|
return this.configSvc.isProduction ? this.noConsole : this.consoleLog;
|
|
2398
2128
|
},
|
|
2399
|
-
enumerable:
|
|
2129
|
+
enumerable: false,
|
|
2400
2130
|
configurable: true
|
|
2401
2131
|
});
|
|
2402
2132
|
Object.defineProperty(LoggerService.prototype, "warn", {
|
|
2403
2133
|
get: function () {
|
|
2404
2134
|
return this.configSvc.isProduction ? this.noConsole : this.consoleWarn;
|
|
2405
2135
|
},
|
|
2406
|
-
enumerable:
|
|
2136
|
+
enumerable: false,
|
|
2407
2137
|
configurable: true
|
|
2408
2138
|
});
|
|
2409
2139
|
LoggerService.prototype.removeConsoleAccess = function () {
|
|
2410
2140
|
if (this.configSvc.isProduction) {
|
|
2411
2141
|
return;
|
|
2412
2142
|
}
|
|
2413
|
-
var noConsoleWithError =
|
|
2143
|
+
var noConsoleWithError = function () {
|
|
2414
2144
|
throw new Error('Console Functions Usage Are Not Allowed.');
|
|
2415
|
-
}
|
|
2145
|
+
};
|
|
2416
2146
|
console.warn = noConsoleWithError;
|
|
2417
2147
|
console.info = noConsoleWithError;
|
|
2418
2148
|
console.error = noConsoleWithError;
|
|
2419
2149
|
};
|
|
2150
|
+
LoggerService.ctorParameters = function () { return [
|
|
2151
|
+
{ type: ConfigurationsService }
|
|
2152
|
+
]; };
|
|
2153
|
+
LoggerService.ɵprov = ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
|
|
2420
2154
|
LoggerService.decorators = [
|
|
2421
2155
|
{ type: Injectable, args: [{
|
|
2422
2156
|
providedIn: 'root',
|
|
@@ -2425,17 +2159,8 @@ var LoggerService = (function () {
|
|
|
2425
2159
|
LoggerService.ctorParameters = function () { return [
|
|
2426
2160
|
{ type: ConfigurationsService }
|
|
2427
2161
|
]; };
|
|
2428
|
-
/** @nocollapse */ LoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
|
|
2429
2162
|
return LoggerService;
|
|
2430
2163
|
}());
|
|
2431
|
-
if (false) {
|
|
2432
|
-
LoggerService.prototype.consoleError;
|
|
2433
|
-
LoggerService.prototype.consoleInfo;
|
|
2434
|
-
LoggerService.prototype.consoleLog;
|
|
2435
|
-
LoggerService.prototype.consoleWarn;
|
|
2436
|
-
LoggerService.prototype.noConsole;
|
|
2437
|
-
LoggerService.prototype.configSvc;
|
|
2438
|
-
}
|
|
2439
2164
|
|
|
2440
2165
|
var msTokenExpiryDuration = 600;
|
|
2441
2166
|
var storageKey = 'msLoginRequested';
|
|
@@ -2467,7 +2192,7 @@ var AuthMicrosoftService = (function () {
|
|
|
2467
2192
|
get: function () {
|
|
2468
2193
|
return Boolean(this.msConfig.isConfigured && this.msConfig.clientId && this.emailUsed);
|
|
2469
2194
|
},
|
|
2470
|
-
enumerable:
|
|
2195
|
+
enumerable: false,
|
|
2471
2196
|
configurable: true
|
|
2472
2197
|
});
|
|
2473
2198
|
Object.defineProperty(AuthMicrosoftService.prototype, "loginUrl", {
|
|
@@ -2487,7 +2212,7 @@ var AuthMicrosoftService = (function () {
|
|
|
2487
2212
|
}
|
|
2488
2213
|
return null;
|
|
2489
2214
|
},
|
|
2490
|
-
enumerable:
|
|
2215
|
+
enumerable: false,
|
|
2491
2216
|
configurable: true
|
|
2492
2217
|
});
|
|
2493
2218
|
AuthMicrosoftService.prototype.logoutUrl = function (redirectUrl) {
|
|
@@ -2613,7 +2338,7 @@ var AuthMicrosoftService = (function () {
|
|
|
2613
2338
|
}
|
|
2614
2339
|
};
|
|
2615
2340
|
AuthMicrosoftService.prototype.isValidEmail = function (email) {
|
|
2616
|
-
return this.msConfig.validEmailExtensions.some(
|
|
2341
|
+
return this.msConfig.validEmailExtensions.some(function (ext) { return email.endsWith(ext); });
|
|
2617
2342
|
};
|
|
2618
2343
|
AuthMicrosoftService.prototype.isValid = function (accessToken, expiresOn) {
|
|
2619
2344
|
if (accessToken && expiresOn) {
|
|
@@ -2659,6 +2384,11 @@ var AuthMicrosoftService = (function () {
|
|
|
2659
2384
|
tokenType: token.tokenType,
|
|
2660
2385
|
};
|
|
2661
2386
|
};
|
|
2387
|
+
AuthMicrosoftService.ctorParameters = function () { return [
|
|
2388
|
+
{ type: LoggerService },
|
|
2389
|
+
{ type: HttpClient }
|
|
2390
|
+
]; };
|
|
2391
|
+
AuthMicrosoftService.ɵprov = ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(ɵɵinject(LoggerService), ɵɵinject(HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
|
|
2662
2392
|
AuthMicrosoftService.decorators = [
|
|
2663
2393
|
{ type: Injectable, args: [{
|
|
2664
2394
|
providedIn: 'root',
|
|
@@ -2668,25 +2398,9 @@ var AuthMicrosoftService = (function () {
|
|
|
2668
2398
|
{ type: LoggerService },
|
|
2669
2399
|
{ type: HttpClient }
|
|
2670
2400
|
]; };
|
|
2671
|
-
/** @nocollapse */ AuthMicrosoftService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(ɵɵinject(LoggerService), ɵɵinject(HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
|
|
2672
2401
|
return AuthMicrosoftService;
|
|
2673
2402
|
}());
|
|
2674
|
-
if (false) {
|
|
2675
|
-
AuthMicrosoftService.prototype.msConfig;
|
|
2676
|
-
AuthMicrosoftService.prototype.emailUsed;
|
|
2677
|
-
AuthMicrosoftService.prototype.code;
|
|
2678
|
-
AuthMicrosoftService.prototype.msToken;
|
|
2679
|
-
AuthMicrosoftService.prototype.loggerSvc;
|
|
2680
|
-
AuthMicrosoftService.prototype.http;
|
|
2681
|
-
}
|
|
2682
2403
|
|
|
2683
|
-
function IParsedToken() { }
|
|
2684
|
-
if (false) {
|
|
2685
|
-
IParsedToken.prototype.email;
|
|
2686
|
-
IParsedToken.prototype.encEmail;
|
|
2687
|
-
IParsedToken.prototype.name;
|
|
2688
|
-
IParsedToken.prototype.preferred_username;
|
|
2689
|
-
}
|
|
2690
2404
|
var storage$1 = localStorage;
|
|
2691
2405
|
var storageKey$1 = 'kc';
|
|
2692
2406
|
var AuthKeycloakService = (function () {
|
|
@@ -2697,7 +2411,7 @@ var AuthKeycloakService = (function () {
|
|
|
2697
2411
|
this.keycloakSvc = keycloakSvc;
|
|
2698
2412
|
this.msAuthSvc = msAuthSvc;
|
|
2699
2413
|
this.loginChangeSubject = new ReplaySubject(1);
|
|
2700
|
-
this.loginChangeSubject.subscribe(
|
|
2414
|
+
this.loginChangeSubject.subscribe(function (isLoggedIn) {
|
|
2701
2415
|
_this.configSvc.isAuthenticated = isLoggedIn;
|
|
2702
2416
|
if (isLoggedIn &&
|
|
2703
2417
|
_this.configSvc.instanceConfig &&
|
|
@@ -2708,41 +2422,41 @@ var AuthKeycloakService = (function () {
|
|
|
2708
2422
|
userId: _this.userId || '',
|
|
2709
2423
|
};
|
|
2710
2424
|
}
|
|
2711
|
-
})
|
|
2425
|
+
});
|
|
2712
2426
|
}
|
|
2713
2427
|
Object.defineProperty(AuthKeycloakService.prototype, "isLoggedIn$", {
|
|
2714
2428
|
get: function () {
|
|
2715
2429
|
return this.loginChangeSubject.asObservable();
|
|
2716
2430
|
},
|
|
2717
|
-
enumerable:
|
|
2431
|
+
enumerable: false,
|
|
2718
2432
|
configurable: true
|
|
2719
2433
|
});
|
|
2720
2434
|
Object.defineProperty(AuthKeycloakService.prototype, "isLoggedIn", {
|
|
2721
2435
|
get: function () {
|
|
2722
2436
|
return this.keycloakSvc.isLoggedIn();
|
|
2723
2437
|
},
|
|
2724
|
-
enumerable:
|
|
2438
|
+
enumerable: false,
|
|
2725
2439
|
configurable: true
|
|
2726
2440
|
});
|
|
2727
2441
|
Object.defineProperty(AuthKeycloakService.prototype, "isAuthenticated", {
|
|
2728
2442
|
get: function () {
|
|
2729
2443
|
return this.keycloakSvc.getKeycloakInstance().authenticated;
|
|
2730
2444
|
},
|
|
2731
|
-
enumerable:
|
|
2445
|
+
enumerable: false,
|
|
2732
2446
|
configurable: true
|
|
2733
2447
|
});
|
|
2734
2448
|
Object.defineProperty(AuthKeycloakService.prototype, "token", {
|
|
2735
2449
|
get: function () {
|
|
2736
2450
|
return this.keycloakSvc.getKeycloakInstance().token;
|
|
2737
2451
|
},
|
|
2738
|
-
enumerable:
|
|
2452
|
+
enumerable: false,
|
|
2739
2453
|
configurable: true
|
|
2740
2454
|
});
|
|
2741
2455
|
Object.defineProperty(AuthKeycloakService.prototype, "sessionId", {
|
|
2742
2456
|
get: function () {
|
|
2743
2457
|
return this.keycloakSvc.getKeycloakInstance().sessionId;
|
|
2744
2458
|
},
|
|
2745
|
-
enumerable:
|
|
2459
|
+
enumerable: false,
|
|
2746
2460
|
configurable: true
|
|
2747
2461
|
});
|
|
2748
2462
|
Object.defineProperty(AuthKeycloakService.prototype, "userId", {
|
|
@@ -2753,30 +2467,30 @@ var AuthKeycloakService = (function () {
|
|
|
2753
2467
|
}
|
|
2754
2468
|
return (kc.tokenParsed && kc.tokenParsed.sub) || (kc.idTokenParsed && kc.idTokenParsed.sub);
|
|
2755
2469
|
},
|
|
2756
|
-
enumerable:
|
|
2470
|
+
enumerable: false,
|
|
2757
2471
|
configurable: true
|
|
2758
2472
|
});
|
|
2759
2473
|
Object.defineProperty(AuthKeycloakService.prototype, "userEmail", {
|
|
2760
2474
|
get: function () {
|
|
2761
2475
|
var kc = this.keycloakSvc.getKeycloakInstance();
|
|
2762
|
-
var tokenParsed =
|
|
2763
|
-
var idTokenParsed =
|
|
2476
|
+
var tokenParsed = kc.tokenParsed;
|
|
2477
|
+
var idTokenParsed = kc.idTokenParsed;
|
|
2764
2478
|
return ((tokenParsed && tokenParsed.email) ||
|
|
2765
2479
|
(idTokenParsed && idTokenParsed.email) ||
|
|
2766
2480
|
(idTokenParsed && idTokenParsed.encEmail) ||
|
|
2767
2481
|
(tokenParsed && tokenParsed.preferred_username) ||
|
|
2768
2482
|
(idTokenParsed && idTokenParsed.preferred_username));
|
|
2769
2483
|
},
|
|
2770
|
-
enumerable:
|
|
2484
|
+
enumerable: false,
|
|
2771
2485
|
configurable: true
|
|
2772
2486
|
});
|
|
2773
2487
|
Object.defineProperty(AuthKeycloakService.prototype, "userName", {
|
|
2774
2488
|
get: function () {
|
|
2775
2489
|
var kc = this.keycloakSvc.getKeycloakInstance();
|
|
2776
|
-
return ((kc.tokenParsed &&
|
|
2777
|
-
(kc.idTokenParsed &&
|
|
2490
|
+
return ((kc.tokenParsed && kc.tokenParsed.name) ||
|
|
2491
|
+
(kc.idTokenParsed && kc.idTokenParsed.name));
|
|
2778
2492
|
},
|
|
2779
|
-
enumerable:
|
|
2493
|
+
enumerable: false,
|
|
2780
2494
|
configurable: true
|
|
2781
2495
|
});
|
|
2782
2496
|
AuthKeycloakService.prototype.initAuth = function () {
|
|
@@ -2803,7 +2517,7 @@ var AuthKeycloakService = (function () {
|
|
|
2803
2517
|
realm: instanceConfig.keycloak.realm,
|
|
2804
2518
|
clientId: instanceConfig.keycloak.clientId,
|
|
2805
2519
|
},
|
|
2806
|
-
initOptions: __assign({}, this.getSavedKcConfig(), { onLoad: instanceConfig.keycloak.onLoad || 'check-sso', checkLoginIframe: false }),
|
|
2520
|
+
initOptions: __assign(__assign({}, this.getSavedKcConfig()), { onLoad: instanceConfig.keycloak.onLoad || 'check-sso', checkLoginIframe: false }),
|
|
2807
2521
|
enableBearerInterceptor: true,
|
|
2808
2522
|
loadUserProfileAtStartUp: false,
|
|
2809
2523
|
bearerExcludedUrls: instanceConfig.keycloak.bearerExcludedUrls,
|
|
@@ -2897,7 +2611,7 @@ var AuthKeycloakService = (function () {
|
|
|
2897
2611
|
};
|
|
2898
2612
|
AuthKeycloakService.prototype.addKeycloakEventListener = function () {
|
|
2899
2613
|
var _this = this;
|
|
2900
|
-
this.keycloakSvc.keycloakEvents$.subscribe(
|
|
2614
|
+
this.keycloakSvc.keycloakEvents$.subscribe(function (event) {
|
|
2901
2615
|
switch (event.type) {
|
|
2902
2616
|
case KeycloakEventType.OnAuthError:
|
|
2903
2617
|
_this.loginChangeSubject.next(false);
|
|
@@ -2922,23 +2636,23 @@ var AuthKeycloakService = (function () {
|
|
|
2922
2636
|
_this.keycloakSvc.updateToken(60);
|
|
2923
2637
|
break;
|
|
2924
2638
|
}
|
|
2925
|
-
})
|
|
2639
|
+
});
|
|
2926
2640
|
};
|
|
2927
2641
|
AuthKeycloakService.prototype.setupGlobalAuthResponder = function () {
|
|
2928
2642
|
var _this = this;
|
|
2929
2643
|
fromEvent(window, 'message')
|
|
2930
|
-
.pipe(filter(
|
|
2644
|
+
.pipe(filter(function (event) {
|
|
2931
2645
|
return Boolean(event) &&
|
|
2932
2646
|
Boolean(event.data) &&
|
|
2933
2647
|
event.data.type === 'AUTH_REQUEST' &&
|
|
2934
2648
|
Boolean(event.source && typeof event.source.postMessage === 'function');
|
|
2935
|
-
}))
|
|
2936
|
-
.subscribe(
|
|
2649
|
+
}))
|
|
2650
|
+
.subscribe(function (event) { return __awaiter(_this, void 0, void 0, function () {
|
|
2937
2651
|
var contentWindow, token, response;
|
|
2938
2652
|
return __generator(this, function (_a) {
|
|
2939
2653
|
switch (_a.label) {
|
|
2940
2654
|
case 0:
|
|
2941
|
-
contentWindow =
|
|
2655
|
+
contentWindow = event.source;
|
|
2942
2656
|
return [4, this.keycloakSvc.getToken()];
|
|
2943
2657
|
case 1:
|
|
2944
2658
|
token = _a.sent();
|
|
@@ -2956,7 +2670,7 @@ var AuthKeycloakService = (function () {
|
|
|
2956
2670
|
return [2];
|
|
2957
2671
|
}
|
|
2958
2672
|
});
|
|
2959
|
-
}); })
|
|
2673
|
+
}); });
|
|
2960
2674
|
};
|
|
2961
2675
|
AuthKeycloakService.prototype.saveKeycloakConfig = function () {
|
|
2962
2676
|
var kc = this.keycloakSvc.getKeycloakInstance();
|
|
@@ -2994,9 +2708,16 @@ var AuthKeycloakService = (function () {
|
|
|
2994
2708
|
return location.origin;
|
|
2995
2709
|
}
|
|
2996
2710
|
},
|
|
2997
|
-
enumerable:
|
|
2711
|
+
enumerable: false,
|
|
2998
2712
|
configurable: true
|
|
2999
2713
|
});
|
|
2714
|
+
AuthKeycloakService.ctorParameters = function () { return [
|
|
2715
|
+
{ type: HttpClient },
|
|
2716
|
+
{ type: ConfigurationsService },
|
|
2717
|
+
{ type: KeycloakService },
|
|
2718
|
+
{ type: AuthMicrosoftService }
|
|
2719
|
+
]; };
|
|
2720
|
+
AuthKeycloakService.ɵprov = ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(KeycloakService), ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
|
|
3000
2721
|
AuthKeycloakService.decorators = [
|
|
3001
2722
|
{ type: Injectable, args: [{
|
|
3002
2723
|
providedIn: 'root',
|
|
@@ -3008,16 +2729,8 @@ var AuthKeycloakService = (function () {
|
|
|
3008
2729
|
{ type: KeycloakService },
|
|
3009
2730
|
{ type: AuthMicrosoftService }
|
|
3010
2731
|
]; };
|
|
3011
|
-
/** @nocollapse */ AuthKeycloakService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(KeycloakService), ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
|
|
3012
2732
|
return AuthKeycloakService;
|
|
3013
2733
|
}());
|
|
3014
|
-
if (false) {
|
|
3015
|
-
AuthKeycloakService.prototype.loginChangeSubject;
|
|
3016
|
-
AuthKeycloakService.prototype.http;
|
|
3017
|
-
AuthKeycloakService.prototype.configSvc;
|
|
3018
|
-
AuthKeycloakService.prototype.keycloakSvc;
|
|
3019
|
-
AuthKeycloakService.prototype.msAuthSvc;
|
|
3020
|
-
}
|
|
3021
2734
|
|
|
3022
2735
|
var LogoutComponent = (function () {
|
|
3023
2736
|
function LogoutComponent(dialogRef, authSvc, configSvc, utilitySvc, translate) {
|
|
@@ -3031,7 +2744,7 @@ var LogoutComponent = (function () {
|
|
|
3031
2744
|
this.isDownloadableAndroid = false;
|
|
3032
2745
|
if (localStorage.getItem('websiteLanguage')) {
|
|
3033
2746
|
this.translate.setDefaultLang('en');
|
|
3034
|
-
var lang = localStorage.getItem('websiteLanguage') ||
|
|
2747
|
+
var lang = localStorage.getItem('websiteLanguage') || null;
|
|
3035
2748
|
this.translate.use(lang);
|
|
3036
2749
|
}
|
|
3037
2750
|
}
|
|
@@ -3078,18 +2791,25 @@ var LogoutComponent = (function () {
|
|
|
3078
2791
|
}
|
|
3079
2792
|
return false;
|
|
3080
2793
|
},
|
|
3081
|
-
enumerable:
|
|
2794
|
+
enumerable: false,
|
|
3082
2795
|
configurable: true
|
|
3083
2796
|
});
|
|
2797
|
+
LogoutComponent.ctorParameters = function () { return [
|
|
2798
|
+
{ type: MatDialogRef },
|
|
2799
|
+
{ type: AuthKeycloakService },
|
|
2800
|
+
{ type: ConfigurationsService },
|
|
2801
|
+
{ type: UtilityService },
|
|
2802
|
+
{ type: TranslateService }
|
|
2803
|
+
]; };
|
|
3084
2804
|
LogoutComponent.decorators = [
|
|
3085
2805
|
{ type: Component, args: [{
|
|
3086
2806
|
selector: 'ws-utils-logout',
|
|
3087
2807
|
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",
|
|
3088
2808
|
styles: [".hide-overflow{overflow:hidden}"]
|
|
3089
|
-
}] }
|
|
2809
|
+
},] }
|
|
3090
2810
|
];
|
|
3091
2811
|
LogoutComponent.ctorParameters = function () { return [
|
|
3092
|
-
{ type: MatDialogRef
|
|
2812
|
+
{ type: MatDialogRef },
|
|
3093
2813
|
{ type: AuthKeycloakService },
|
|
3094
2814
|
{ type: ConfigurationsService },
|
|
3095
2815
|
{ type: UtilityService },
|
|
@@ -3097,16 +2817,6 @@ var LogoutComponent = (function () {
|
|
|
3097
2817
|
]; };
|
|
3098
2818
|
return LogoutComponent;
|
|
3099
2819
|
}());
|
|
3100
|
-
if (false) {
|
|
3101
|
-
LogoutComponent.prototype.disabled;
|
|
3102
|
-
LogoutComponent.prototype.isDownloadableIos;
|
|
3103
|
-
LogoutComponent.prototype.isDownloadableAndroid;
|
|
3104
|
-
LogoutComponent.prototype.dialogRef;
|
|
3105
|
-
LogoutComponent.prototype.authSvc;
|
|
3106
|
-
LogoutComponent.prototype.configSvc;
|
|
3107
|
-
LogoutComponent.prototype.utilitySvc;
|
|
3108
|
-
LogoutComponent.prototype.translate;
|
|
3109
|
-
}
|
|
3110
2820
|
|
|
3111
2821
|
var LogoutModule = (function () {
|
|
3112
2822
|
function LogoutModule() {
|
|
@@ -3126,12 +2836,6 @@ var LogoutModule = (function () {
|
|
|
3126
2836
|
return LogoutModule;
|
|
3127
2837
|
}());
|
|
3128
2838
|
|
|
3129
|
-
function IDateRange() { }
|
|
3130
|
-
if (false) {
|
|
3131
|
-
IDateRange.prototype.fromDate;
|
|
3132
|
-
IDateRange.prototype.toDate;
|
|
3133
|
-
IDateRange.prototype.timeZone;
|
|
3134
|
-
}
|
|
3135
2839
|
var PipeConciseDateRangePipe = (function () {
|
|
3136
2840
|
function PipeConciseDateRangePipe() {
|
|
3137
2841
|
}
|
|
@@ -3250,13 +2954,6 @@ var PipeCountTransformModule = (function () {
|
|
|
3250
2954
|
return PipeCountTransformModule;
|
|
3251
2955
|
}());
|
|
3252
2956
|
|
|
3253
|
-
function ICertificationDate() { }
|
|
3254
|
-
if (false) {
|
|
3255
|
-
ICertificationDate.prototype.day;
|
|
3256
|
-
ICertificationDate.prototype.month;
|
|
3257
|
-
ICertificationDate.prototype.year;
|
|
3258
|
-
ICertificationDate.prototype.timeZone;
|
|
3259
|
-
}
|
|
3260
2957
|
var PipeDateConcatPipe = (function () {
|
|
3261
2958
|
function PipeDateConcatPipe() {
|
|
3262
2959
|
this.months = [
|
|
@@ -3289,9 +2986,6 @@ var PipeDateConcatPipe = (function () {
|
|
|
3289
2986
|
PipeDateConcatPipe.ctorParameters = function () { return []; };
|
|
3290
2987
|
return PipeDateConcatPipe;
|
|
3291
2988
|
}());
|
|
3292
|
-
if (false) {
|
|
3293
|
-
PipeDateConcatPipe.prototype.months;
|
|
3294
|
-
}
|
|
3295
2989
|
|
|
3296
2990
|
var PipeDateConcatModule = (function () {
|
|
3297
2991
|
function PipeDateConcatModule() {
|
|
@@ -3442,8 +3136,8 @@ var PipeFilterPipe = (function () {
|
|
|
3442
3136
|
if (!term) {
|
|
3443
3137
|
return value;
|
|
3444
3138
|
}
|
|
3445
|
-
return (value || []).filter(
|
|
3446
|
-
.some(
|
|
3139
|
+
return (value || []).filter(function (item) { return keys.split(',')
|
|
3140
|
+
.some(function (key) { return item.hasOwnProperty(key) && new RegExp("^" + term + "$", 'gi').test(item[key]); }); });
|
|
3447
3141
|
};
|
|
3448
3142
|
PipeFilterPipe.decorators = [
|
|
3449
3143
|
{ type: Pipe, args: [{
|
|
@@ -3542,9 +3236,9 @@ var PipeFilterV2Pipe = (function () {
|
|
|
3542
3236
|
return items;
|
|
3543
3237
|
}
|
|
3544
3238
|
var searchTextLowerCase = searchText.toLowerCase();
|
|
3545
|
-
return items.filter(
|
|
3239
|
+
return items.filter(function (it) {
|
|
3546
3240
|
return (it[key] + " ").toLowerCase().includes(searchTextLowerCase);
|
|
3547
|
-
})
|
|
3241
|
+
});
|
|
3548
3242
|
};
|
|
3549
3243
|
PipeFilterV2Pipe.decorators = [
|
|
3550
3244
|
{ type: Pipe, args: [{
|
|
@@ -3576,17 +3270,17 @@ var PipeFilterV3Pipe = (function () {
|
|
|
3576
3270
|
if (filter && Array.isArray(items)) {
|
|
3577
3271
|
var filterKeys_1 = Object.keys(filter);
|
|
3578
3272
|
if (isAnd) {
|
|
3579
|
-
return items.filter(
|
|
3580
|
-
return filterKeys_1.reduce(
|
|
3273
|
+
return items.filter(function (item) {
|
|
3274
|
+
return filterKeys_1.reduce(function (memo, keyName) {
|
|
3581
3275
|
return (memo && new RegExp(filter[keyName], 'gi').test(item[keyName])) || filter[keyName] === '';
|
|
3582
|
-
}
|
|
3583
|
-
})
|
|
3276
|
+
}, true);
|
|
3277
|
+
});
|
|
3584
3278
|
}
|
|
3585
|
-
return items.filter(
|
|
3586
|
-
return filterKeys_1.some(
|
|
3279
|
+
return items.filter(function (item) {
|
|
3280
|
+
return filterKeys_1.some(function (keyName) {
|
|
3587
3281
|
return new RegExp(filter[keyName], 'gi').test(item[keyName]) || filter[keyName] === '';
|
|
3588
|
-
})
|
|
3589
|
-
})
|
|
3282
|
+
});
|
|
3283
|
+
});
|
|
3590
3284
|
}
|
|
3591
3285
|
return items;
|
|
3592
3286
|
};
|
|
@@ -3629,7 +3323,7 @@ var PipeFilterSearchPipe = (function () {
|
|
|
3629
3323
|
}
|
|
3630
3324
|
var searchTextLowerCase = searchText.toLowerCase();
|
|
3631
3325
|
if (keys && keys.length) {
|
|
3632
|
-
var result = items.filter(
|
|
3326
|
+
var result = items.filter(function (it) {
|
|
3633
3327
|
if (it.profileDetails) {
|
|
3634
3328
|
return it['profileDetails']['personalDetails'][keys[0]].toLowerCase().includes(searchTextLowerCase);
|
|
3635
3329
|
}
|
|
@@ -3639,15 +3333,15 @@ var PipeFilterSearchPipe = (function () {
|
|
|
3639
3333
|
if (it.fullName) {
|
|
3640
3334
|
return it.fullName.toLowerCase().includes(searchTextLowerCase);
|
|
3641
3335
|
}
|
|
3642
|
-
})
|
|
3336
|
+
});
|
|
3643
3337
|
if (result && result.length <= 0) {
|
|
3644
3338
|
return [-1];
|
|
3645
3339
|
}
|
|
3646
3340
|
return result;
|
|
3647
3341
|
}
|
|
3648
|
-
return items.filter(
|
|
3342
|
+
return items.filter(function (it) {
|
|
3649
3343
|
return it.title.toLowerCase().includes(searchTextLowerCase);
|
|
3650
|
-
})
|
|
3344
|
+
});
|
|
3651
3345
|
};
|
|
3652
3346
|
PipeFilterSearchPipe.decorators = [
|
|
3653
3347
|
{ type: Pipe, args: [{
|
|
@@ -3679,9 +3373,9 @@ var PipeListFilterPipe = (function () {
|
|
|
3679
3373
|
if (!term) {
|
|
3680
3374
|
return value;
|
|
3681
3375
|
}
|
|
3682
|
-
return (value || []).filter(
|
|
3683
|
-
.some(
|
|
3684
|
-
&& item[key] && (item[key] + " ").toLocaleLowerCase().includes(term.toLocaleLowerCase()); })
|
|
3376
|
+
return (value || []).filter(function (item) { return keys.split(',')
|
|
3377
|
+
.some(function (key) { return item.hasOwnProperty(key)
|
|
3378
|
+
&& item[key] && (item[key] + " ").toLocaleLowerCase().includes(term.toLocaleLowerCase()); }); });
|
|
3685
3379
|
};
|
|
3686
3380
|
PipeListFilterPipe.decorators = [
|
|
3687
3381
|
{ type: Pipe, args: [{
|
|
@@ -3749,9 +3443,6 @@ var OrderByPipe = (function () {
|
|
|
3749
3443
|
];
|
|
3750
3444
|
return OrderByPipe;
|
|
3751
3445
|
}());
|
|
3752
|
-
if (false) {
|
|
3753
|
-
OrderByPipe.prototype.transform;
|
|
3754
|
-
}
|
|
3755
3446
|
|
|
3756
3447
|
var PipeOrderByModule = (function () {
|
|
3757
3448
|
function PipeOrderByModule() {
|
|
@@ -3811,11 +3502,6 @@ var PipeLimitToModule = (function () {
|
|
|
3811
3502
|
return PipeLimitToModule;
|
|
3812
3503
|
}());
|
|
3813
3504
|
|
|
3814
|
-
function IUserName() { }
|
|
3815
|
-
if (false) {
|
|
3816
|
-
IUserName.prototype.firstName;
|
|
3817
|
-
IUserName.prototype.email;
|
|
3818
|
-
}
|
|
3819
3505
|
var PipeNameTransformPipe = (function () {
|
|
3820
3506
|
function PipeNameTransformPipe() {
|
|
3821
3507
|
}
|
|
@@ -3922,6 +3608,9 @@ var PipeSafeSanitizerPipe = (function () {
|
|
|
3922
3608
|
throw new Error("Invalid safe type specified: " + type);
|
|
3923
3609
|
}
|
|
3924
3610
|
};
|
|
3611
|
+
PipeSafeSanitizerPipe.ctorParameters = function () { return [
|
|
3612
|
+
{ type: DomSanitizer }
|
|
3613
|
+
]; };
|
|
3925
3614
|
PipeSafeSanitizerPipe.decorators = [
|
|
3926
3615
|
{ type: Pipe, args: [{
|
|
3927
3616
|
name: 'pipeSafeSanitizer',
|
|
@@ -3932,9 +3621,6 @@ var PipeSafeSanitizerPipe = (function () {
|
|
|
3932
3621
|
]; };
|
|
3933
3622
|
return PipeSafeSanitizerPipe;
|
|
3934
3623
|
}());
|
|
3935
|
-
if (false) {
|
|
3936
|
-
PipeSafeSanitizerPipe.prototype.sanitizer;
|
|
3937
|
-
}
|
|
3938
3624
|
|
|
3939
3625
|
var PipeSafeSanitizerModule = (function () {
|
|
3940
3626
|
function PipeSafeSanitizerModule() {
|
|
@@ -3963,6 +3649,9 @@ var PipePublicURL = (function () {
|
|
|
3963
3649
|
}
|
|
3964
3650
|
return value;
|
|
3965
3651
|
};
|
|
3652
|
+
PipePublicURL.ctorParameters = function () { return [
|
|
3653
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3654
|
+
]; };
|
|
3966
3655
|
PipePublicURL.decorators = [
|
|
3967
3656
|
{ type: Pipe, args: [{
|
|
3968
3657
|
name: 'pipePublicURL',
|
|
@@ -3973,9 +3662,6 @@ var PipePublicURL = (function () {
|
|
|
3973
3662
|
]; };
|
|
3974
3663
|
return PipePublicURL;
|
|
3975
3664
|
}());
|
|
3976
|
-
if (false) {
|
|
3977
|
-
PipePublicURL.prototype.environment;
|
|
3978
|
-
}
|
|
3979
3665
|
|
|
3980
3666
|
var PipePublicURLModule = (function () {
|
|
3981
3667
|
function PipePublicURLModule() {
|
|
@@ -4094,6 +3780,9 @@ var PipeCertificateImageURL = (function () {
|
|
|
4094
3780
|
return value;
|
|
4095
3781
|
}
|
|
4096
3782
|
};
|
|
3783
|
+
PipeCertificateImageURL.ctorParameters = function () { return [
|
|
3784
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3785
|
+
]; };
|
|
4097
3786
|
PipeCertificateImageURL.decorators = [
|
|
4098
3787
|
{ type: Pipe, args: [{
|
|
4099
3788
|
name: 'pipeCertImageURL',
|
|
@@ -4104,9 +3793,6 @@ var PipeCertificateImageURL = (function () {
|
|
|
4104
3793
|
]; };
|
|
4105
3794
|
return PipeCertificateImageURL;
|
|
4106
3795
|
}());
|
|
4107
|
-
if (false) {
|
|
4108
|
-
PipeCertificateImageURL.prototype.environment;
|
|
4109
|
-
}
|
|
4110
3796
|
|
|
4111
3797
|
var PipeCertificateImageURLModule = (function () {
|
|
4112
3798
|
function PipeCertificateImageURLModule() {
|
|
@@ -4148,6 +3834,9 @@ var PipeNicRelativePipe = (function () {
|
|
|
4148
3834
|
var newUrl = newLink.join('/');
|
|
4149
3835
|
return newUrl;
|
|
4150
3836
|
};
|
|
3837
|
+
PipeNicRelativePipe.ctorParameters = function () { return [
|
|
3838
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3839
|
+
]; };
|
|
4151
3840
|
PipeNicRelativePipe.decorators = [
|
|
4152
3841
|
{ type: Pipe, args: [{
|
|
4153
3842
|
name: 'PipeNicRelative',
|
|
@@ -4158,9 +3847,6 @@ var PipeNicRelativePipe = (function () {
|
|
|
4158
3847
|
]; };
|
|
4159
3848
|
return PipeNicRelativePipe;
|
|
4160
3849
|
}());
|
|
4161
|
-
if (false) {
|
|
4162
|
-
PipeNicRelativePipe.prototype.environment;
|
|
4163
|
-
}
|
|
4164
3850
|
|
|
4165
3851
|
var PipeNicRelativeModule = (function () {
|
|
4166
3852
|
function PipeNicRelativeModule() {
|
|
@@ -4226,48 +3912,54 @@ var ExploreDetailResolve = (function () {
|
|
|
4226
3912
|
if (route.data.pageType === 'page' && route.data.pageKey) {
|
|
4227
3913
|
url = this.baseUrl + "/page/" + route.data.pageKey + ".json";
|
|
4228
3914
|
}
|
|
4229
|
-
return this.http.get(url).pipe(map(
|
|
3915
|
+
return this.http.get(url).pipe(map(function (pageData) { return ({ data: _this.transformPageData(pageData, tag), error: null }); }), catchError(function (err) { return of({ data: null, error: err }); }));
|
|
4230
3916
|
};
|
|
4231
3917
|
ExploreDetailResolve.prototype.transformPageData = function (pageData, tag) {
|
|
4232
3918
|
var _this = this;
|
|
4233
3919
|
var DELIMITER = '>';
|
|
4234
3920
|
var path = tag.split(DELIMITER);
|
|
4235
|
-
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map(
|
|
3921
|
+
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map(function (widget) {
|
|
4236
3922
|
if (pageData.navigationBar && pageData.navigationBar.links) {
|
|
4237
3923
|
pageData.navigationBar.links = pageData.navigationBar.links
|
|
4238
|
-
.filter(
|
|
3924
|
+
.filter(function (link) { return link.widgetData.tags === tag; });
|
|
4239
3925
|
}
|
|
4240
3926
|
if (widget.widgetSubType === 'cardBreadcrumb') {
|
|
4241
3927
|
widget.widgetData.path = [{
|
|
4242
3928
|
text: pageData.navigationBar.pageTitle,
|
|
4243
3929
|
clickUrl: pageData.navigationBar.pageBackLink,
|
|
4244
|
-
}].concat(path.map(
|
|
3930
|
+
}].concat(path.map(function (edge, idx) { return ({
|
|
4245
3931
|
text: edge,
|
|
4246
3932
|
clickUrl: "/page/explore/" + path.slice(0, idx + 1).join(DELIMITER),
|
|
4247
|
-
}); }))
|
|
3933
|
+
}); }));
|
|
4248
3934
|
}
|
|
4249
3935
|
if (widget.widgetSubType === 'contentStripMultiple') {
|
|
4250
|
-
widget.widgetData.strips = widget.widgetData.strips.map(
|
|
3936
|
+
widget.widgetData.strips = widget.widgetData.strips.map(function (strip) {
|
|
4251
3937
|
strip.request.searchV6.filters[0].andFilters.push({ catalogPaths: [tag] });
|
|
4252
3938
|
if (_this.utilitySvc.isMobile && !_this.isIntranetAllowedSettings) {
|
|
4253
3939
|
strip.request.searchV6.filters[0].andFilters.push({ isInIntranet: ['false'] });
|
|
4254
3940
|
}
|
|
4255
3941
|
return strip;
|
|
4256
|
-
})
|
|
3942
|
+
});
|
|
4257
3943
|
if (widget.widgetData.noDataWidget && widget.widgetData.noDataWidget.widgetData.strips) {
|
|
4258
|
-
widget.widgetData.noDataWidget.widgetData.strips = widget.widgetData.noDataWidget.widgetData.strips.map(
|
|
3944
|
+
widget.widgetData.noDataWidget.widgetData.strips = widget.widgetData.noDataWidget.widgetData.strips.map(function (strip) {
|
|
4259
3945
|
strip.request.searchV6.filters[0].andFilters.push({ catalogPaths: [tag] });
|
|
4260
3946
|
if (_this.utilitySvc.isMobile && !_this.isIntranetAllowedSettings) {
|
|
4261
3947
|
strip.request.searchV6.filters[0].andFilters.push({ isInIntranet: ['false'] });
|
|
4262
3948
|
}
|
|
4263
3949
|
return strip;
|
|
4264
|
-
})
|
|
3950
|
+
});
|
|
4265
3951
|
}
|
|
4266
3952
|
}
|
|
4267
3953
|
return widget;
|
|
4268
|
-
})
|
|
3954
|
+
});
|
|
4269
3955
|
return pageData;
|
|
4270
3956
|
};
|
|
3957
|
+
ExploreDetailResolve.ctorParameters = function () { return [
|
|
3958
|
+
{ type: HttpClient },
|
|
3959
|
+
{ type: ConfigurationsService },
|
|
3960
|
+
{ type: UtilityService }
|
|
3961
|
+
]; };
|
|
3962
|
+
ExploreDetailResolve.ɵprov = ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
|
|
4271
3963
|
ExploreDetailResolve.decorators = [
|
|
4272
3964
|
{ type: Injectable, args: [{
|
|
4273
3965
|
providedIn: 'root',
|
|
@@ -4278,16 +3970,8 @@ var ExploreDetailResolve = (function () {
|
|
|
4278
3970
|
{ type: ConfigurationsService },
|
|
4279
3971
|
{ type: UtilityService }
|
|
4280
3972
|
]; };
|
|
4281
|
-
/** @nocollapse */ ExploreDetailResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
|
|
4282
3973
|
return ExploreDetailResolve;
|
|
4283
3974
|
}());
|
|
4284
|
-
if (false) {
|
|
4285
|
-
ExploreDetailResolve.prototype.baseUrl;
|
|
4286
|
-
ExploreDetailResolve.prototype.isIntranetAllowedSettings;
|
|
4287
|
-
ExploreDetailResolve.prototype.http;
|
|
4288
|
-
ExploreDetailResolve.prototype.configSvc;
|
|
4289
|
-
ExploreDetailResolve.prototype.utilitySvc;
|
|
4290
|
-
}
|
|
4291
3975
|
|
|
4292
3976
|
var MarketingOfferingResolve = (function () {
|
|
4293
3977
|
function MarketingOfferingResolve(http) {
|
|
@@ -4296,20 +3980,24 @@ var MarketingOfferingResolve = (function () {
|
|
|
4296
3980
|
MarketingOfferingResolve.prototype.resolve = function (route, _state) {
|
|
4297
3981
|
var _this = this;
|
|
4298
3982
|
var tag = route.params.tag;
|
|
4299
|
-
return this.http.get(route.data.pageUrl).pipe(map(
|
|
3983
|
+
return this.http.get(route.data.pageUrl).pipe(map(function (pageData) { return ({ data: _this.transformPageData(pageData, tag), error: null }); }), catchError(function (err) { return of({ data: null, error: err }); }));
|
|
4300
3984
|
};
|
|
4301
3985
|
MarketingOfferingResolve.prototype.transformPageData = function (pageData, tag) {
|
|
4302
|
-
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map(
|
|
3986
|
+
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map(function (widget) {
|
|
4303
3987
|
if (widget.widgetSubType === 'contentStripMultiple') {
|
|
4304
|
-
widget.widgetData.strips = widget.widgetData.strips.map(
|
|
3988
|
+
widget.widgetData.strips = widget.widgetData.strips.map(function (strip) {
|
|
4305
3989
|
strip.request.search.filters.catalogPaths = [decodeURIComponent(tag)];
|
|
4306
3990
|
return strip;
|
|
4307
|
-
})
|
|
3991
|
+
});
|
|
4308
3992
|
}
|
|
4309
3993
|
return widget;
|
|
4310
|
-
})
|
|
3994
|
+
});
|
|
4311
3995
|
return pageData;
|
|
4312
3996
|
};
|
|
3997
|
+
MarketingOfferingResolve.ctorParameters = function () { return [
|
|
3998
|
+
{ type: HttpClient }
|
|
3999
|
+
]; };
|
|
4000
|
+
MarketingOfferingResolve.ɵprov = ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(ɵɵinject(HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
|
|
4313
4001
|
MarketingOfferingResolve.decorators = [
|
|
4314
4002
|
{ type: Injectable, args: [{
|
|
4315
4003
|
providedIn: 'root',
|
|
@@ -4318,60 +4006,8 @@ var MarketingOfferingResolve = (function () {
|
|
|
4318
4006
|
MarketingOfferingResolve.ctorParameters = function () { return [
|
|
4319
4007
|
{ type: HttpClient }
|
|
4320
4008
|
]; };
|
|
4321
|
-
/** @nocollapse */ MarketingOfferingResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(ɵɵinject(HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
|
|
4322
4009
|
return MarketingOfferingResolve;
|
|
4323
4010
|
}());
|
|
4324
|
-
if (false) {
|
|
4325
|
-
MarketingOfferingResolve.prototype.http;
|
|
4326
|
-
}
|
|
4327
|
-
|
|
4328
|
-
var NsPage;
|
|
4329
|
-
(function (NsPage) {
|
|
4330
|
-
function IPage() { }
|
|
4331
|
-
NsPage.IPage = IPage;
|
|
4332
|
-
if (false) {
|
|
4333
|
-
IPage.prototype.contentType;
|
|
4334
|
-
IPage.prototype.primaryCategory;
|
|
4335
|
-
IPage.prototype.navigationBar;
|
|
4336
|
-
IPage.prototype.pageLayout;
|
|
4337
|
-
IPage.prototype.tourGuide;
|
|
4338
|
-
}
|
|
4339
|
-
function INavBar() { }
|
|
4340
|
-
NsPage.INavBar = INavBar;
|
|
4341
|
-
if (false) {
|
|
4342
|
-
INavBar.prototype.links;
|
|
4343
|
-
INavBar.prototype.xsmallNonMenuLinks;
|
|
4344
|
-
INavBar.prototype.pageBackLink;
|
|
4345
|
-
INavBar.prototype.pageTitle;
|
|
4346
|
-
INavBar.prototype.background;
|
|
4347
|
-
}
|
|
4348
|
-
function INavBackground() { }
|
|
4349
|
-
NsPage.INavBackground = INavBackground;
|
|
4350
|
-
if (false) {
|
|
4351
|
-
INavBackground.prototype.color;
|
|
4352
|
-
INavBackground.prototype.styles;
|
|
4353
|
-
}
|
|
4354
|
-
function INavLink() { }
|
|
4355
|
-
NsPage.INavLink = INavLink;
|
|
4356
|
-
if (false) {
|
|
4357
|
-
INavLink.prototype.config;
|
|
4358
|
-
INavLink.prototype.actionBtnId;
|
|
4359
|
-
INavLink.prototype.actionBtn;
|
|
4360
|
-
INavLink.prototype.actionBtnName;
|
|
4361
|
-
}
|
|
4362
|
-
function INavLinkConfig() { }
|
|
4363
|
-
NsPage.INavLinkConfig = INavLinkConfig;
|
|
4364
|
-
if (false) {
|
|
4365
|
-
INavLinkConfig.prototype.type;
|
|
4366
|
-
INavLinkConfig.prototype.hideIcon;
|
|
4367
|
-
INavLinkConfig.prototype.hideTitle;
|
|
4368
|
-
INavLinkConfig.prototype.hideStatus;
|
|
4369
|
-
INavLinkConfig.prototype.hidePin;
|
|
4370
|
-
INavLinkConfig.prototype.iconColor;
|
|
4371
|
-
INavLinkConfig.prototype.treatAsCard;
|
|
4372
|
-
INavLinkConfig.prototype.useShortName;
|
|
4373
|
-
}
|
|
4374
|
-
})(NsPage || (NsPage = {}));
|
|
4375
4011
|
|
|
4376
4012
|
var JSON_MAP = {
|
|
4377
4013
|
pagename: 'lexid',
|
|
@@ -4415,35 +4051,41 @@ var PageResolve = (function () {
|
|
|
4415
4051
|
};
|
|
4416
4052
|
PageResolve.prototype.getData = function (url) {
|
|
4417
4053
|
var _this = this;
|
|
4418
|
-
var id =
|
|
4054
|
+
var id = url.split('/').pop().split('.')[0] || '';
|
|
4419
4055
|
var equivalentId = id.startsWith('lex_auth_') ? id : JSON_MAP[id];
|
|
4420
4056
|
if (equivalentId) {
|
|
4421
|
-
return forkJoin([this.setS3Cookie(equivalentId), this.getContent(equivalentId)]).pipe(mergeMap(
|
|
4057
|
+
return forkJoin([this.setS3Cookie(equivalentId), this.getContent(equivalentId)]).pipe(mergeMap(function (_a) {
|
|
4422
4058
|
var _b = __read(_a, 2), _ = _b[0], v = _b[1];
|
|
4423
4059
|
if (v.status === 'Expired' || v.status === 'Deleted' || !v.artifactUrl) {
|
|
4424
4060
|
return of({ data: null, error: 'NoContent' });
|
|
4425
4061
|
}
|
|
4426
4062
|
return _this.http
|
|
4427
4063
|
.get(v.artifactUrl + "?ts=" + new Date().getTime())
|
|
4428
|
-
.pipe(map(
|
|
4429
|
-
})
|
|
4064
|
+
.pipe(map(function (data) { return ({ data: data, error: null }); }), catchError(function (err) { return of({ data: null, error: err }); }));
|
|
4065
|
+
}), catchError(function (err) { return of({ data: null, error: err }); }));
|
|
4430
4066
|
}
|
|
4431
4067
|
var pageRequest = [
|
|
4432
|
-
(equivalentId ? this.setS3Cookie(equivalentId) : of(true)).pipe(mergeMap(
|
|
4433
|
-
return _this.http.get(url + ".json").pipe(map(
|
|
4434
|
-
}))
|
|
4068
|
+
(equivalentId ? this.setS3Cookie(equivalentId) : of(true)).pipe(mergeMap(function () {
|
|
4069
|
+
return _this.http.get(url + ".json").pipe(map(function (data) { return ({ data: data, error: null }); }), catchError(function (err) { return of({ data: null, error: err }); }));
|
|
4070
|
+
})),
|
|
4435
4071
|
this.locale === 'en' || this.locale === 'en-US' ?
|
|
4436
|
-
of({ data:
|
|
4437
|
-
this.http.get(url + "." + this.locale + ".json").pipe(map(
|
|
4072
|
+
of({ data: undefined, error: null }) :
|
|
4073
|
+
this.http.get(url + "." + this.locale + ".json").pipe(map(function (data) { return ({ data: data, error: null }); }), catchError(function (err) { return of({ data: null, error: err }); })),
|
|
4438
4074
|
];
|
|
4439
|
-
return forkJoin(pageRequest).pipe(map(
|
|
4075
|
+
return forkJoin(pageRequest).pipe(map(function (_a) {
|
|
4440
4076
|
var _b = __read(_a, 2), general = _b[0], withLocale = _b[1];
|
|
4441
4077
|
if (withLocale.data) {
|
|
4442
4078
|
return withLocale;
|
|
4443
4079
|
}
|
|
4444
4080
|
return general;
|
|
4445
|
-
}))
|
|
4081
|
+
}));
|
|
4446
4082
|
};
|
|
4083
|
+
PageResolve.ctorParameters = function () { return [
|
|
4084
|
+
{ type: ConfigurationsService },
|
|
4085
|
+
{ type: HttpClient },
|
|
4086
|
+
{ type: String, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
|
|
4087
|
+
]; };
|
|
4088
|
+
PageResolve.ɵprov = ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(ɵɵinject(ConfigurationsService), ɵɵinject(HttpClient), ɵɵinject(LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
|
|
4447
4089
|
PageResolve.decorators = [
|
|
4448
4090
|
{ type: Injectable, args: [{
|
|
4449
4091
|
providedIn: 'root',
|
|
@@ -4454,15 +4096,8 @@ var PageResolve = (function () {
|
|
|
4454
4096
|
{ type: HttpClient },
|
|
4455
4097
|
{ type: String, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
|
|
4456
4098
|
]; };
|
|
4457
|
-
/** @nocollapse */ PageResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(ɵɵinject(ConfigurationsService), ɵɵinject(HttpClient), ɵɵinject(LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
|
|
4458
4099
|
return PageResolve;
|
|
4459
4100
|
}());
|
|
4460
|
-
if (false) {
|
|
4461
|
-
PageResolve.prototype.baseUrl;
|
|
4462
|
-
PageResolve.prototype.configSvc;
|
|
4463
|
-
PageResolve.prototype.http;
|
|
4464
|
-
PageResolve.prototype.locale;
|
|
4465
|
-
}
|
|
4466
4101
|
|
|
4467
4102
|
var PageNameResolve = (function () {
|
|
4468
4103
|
function PageNameResolve() {
|
|
@@ -4486,13 +4121,13 @@ var PageNameResolve = (function () {
|
|
|
4486
4121
|
}
|
|
4487
4122
|
return 'common module';
|
|
4488
4123
|
};
|
|
4124
|
+
PageNameResolve.ɵprov = ɵɵdefineInjectable({ factory: function PageNameResolve_Factory() { return new PageNameResolve(); }, token: PageNameResolve, providedIn: "root" });
|
|
4489
4125
|
PageNameResolve.decorators = [
|
|
4490
4126
|
{ type: Injectable, args: [{
|
|
4491
4127
|
providedIn: 'root',
|
|
4492
4128
|
},] }
|
|
4493
4129
|
];
|
|
4494
4130
|
PageNameResolve.ctorParameters = function () { return []; };
|
|
4495
|
-
/** @nocollapse */ PageNameResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function PageNameResolve_Factory() { return new PageNameResolve(); }, token: PageNameResolve, providedIn: "root" });
|
|
4496
4131
|
return PageNameResolve;
|
|
4497
4132
|
}());
|
|
4498
4133
|
|
|
@@ -4520,699 +4155,18 @@ var ModuleNameResolve = (function () {
|
|
|
4520
4155
|
}
|
|
4521
4156
|
return 'common module';
|
|
4522
4157
|
};
|
|
4158
|
+
ModuleNameResolve.ɵprov = ɵɵdefineInjectable({ factory: function ModuleNameResolve_Factory() { return new ModuleNameResolve(); }, token: ModuleNameResolve, providedIn: "root" });
|
|
4523
4159
|
ModuleNameResolve.decorators = [
|
|
4524
4160
|
{ type: Injectable, args: [{
|
|
4525
4161
|
providedIn: 'root',
|
|
4526
4162
|
},] }
|
|
4527
4163
|
];
|
|
4528
4164
|
ModuleNameResolve.ctorParameters = function () { return []; };
|
|
4529
|
-
/** @nocollapse */ ModuleNameResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function ModuleNameResolve_Factory() { return new ModuleNameResolve(); }, token: ModuleNameResolve, providedIn: "root" });
|
|
4530
4165
|
return ModuleNameResolve;
|
|
4531
4166
|
}());
|
|
4532
|
-
if (false) {
|
|
4533
|
-
ModuleNameResolve.prototype.moduleName;
|
|
4534
|
-
}
|
|
4535
|
-
|
|
4536
|
-
function IResolveResponse() { }
|
|
4537
|
-
if (false) {
|
|
4538
|
-
IResolveResponse.prototype.data;
|
|
4539
|
-
IResolveResponse.prototype.error;
|
|
4540
|
-
}
|
|
4541
|
-
|
|
4542
|
-
var NsInstanceConfig;
|
|
4543
|
-
(function (NsInstanceConfig) {
|
|
4544
|
-
function IConfig() { }
|
|
4545
|
-
NsInstanceConfig.IConfig = IConfig;
|
|
4546
|
-
if (false) {
|
|
4547
|
-
IConfig.prototype.authoring;
|
|
4548
|
-
IConfig.prototype.appSetup;
|
|
4549
|
-
IConfig.prototype.chatBotUrl;
|
|
4550
|
-
IConfig.prototype.defaultFontsize;
|
|
4551
|
-
IConfig.prototype.defaultThemeClass;
|
|
4552
|
-
IConfig.prototype.defaultLocale;
|
|
4553
|
-
IConfig.prototype.disablePidCheck;
|
|
4554
|
-
IConfig.prototype.isMultilingualEnabled;
|
|
4555
|
-
IConfig.prototype.fontSizes;
|
|
4556
|
-
IConfig.prototype.isContentDownloadAvailable;
|
|
4557
|
-
IConfig.prototype.indexHtmlMeta;
|
|
4558
|
-
IConfig.prototype.keycloak;
|
|
4559
|
-
IConfig.prototype.locals;
|
|
4560
|
-
IConfig.prototype.microsoft;
|
|
4561
|
-
IConfig.prototype.telemetryConfig;
|
|
4562
|
-
IConfig.prototype.themes;
|
|
4563
|
-
IConfig.prototype.logos;
|
|
4564
|
-
IConfig.prototype.sources;
|
|
4565
|
-
IConfig.prototype.mailIds;
|
|
4566
|
-
IConfig.prototype.details;
|
|
4567
|
-
IConfig.prototype.validMailIdExtensionsForMailMe;
|
|
4568
|
-
IConfig.prototype.overrideThemeChanges;
|
|
4569
|
-
IConfig.prototype.defaultFeatureConfigs;
|
|
4570
|
-
IConfig.prototype.backgrounds;
|
|
4571
|
-
IConfig.prototype.featuredApps;
|
|
4572
|
-
IConfig.prototype.primaryNavBarConfig;
|
|
4573
|
-
IConfig.prototype.org;
|
|
4574
|
-
IConfig.prototype.rootOrg;
|
|
4575
|
-
IConfig.prototype.intranetIframeUrls;
|
|
4576
|
-
IConfig.prototype.showNavBarInSetup;
|
|
4577
|
-
IConfig.prototype.intranetUrlToCheck;
|
|
4578
|
-
IConfig.prototype.introVideo;
|
|
4579
|
-
IConfig.prototype.tourVideo;
|
|
4580
|
-
IConfig.prototype.isDownloadableSource;
|
|
4581
|
-
IConfig.prototype.isDownloadableIosResource;
|
|
4582
|
-
IConfig.prototype.isDownloadableAndroidResource;
|
|
4583
|
-
IConfig.prototype.sourceFieldsUserAutocomplete;
|
|
4584
|
-
IConfig.prototype.forgotPasswordConfig;
|
|
4585
|
-
IConfig.prototype.hubs;
|
|
4586
|
-
IConfig.prototype.courseContentPath;
|
|
4587
|
-
IConfig.prototype.portalUrls;
|
|
4588
|
-
IConfig.prototype.positions;
|
|
4589
|
-
IConfig.prototype.websitelanguages;
|
|
4590
|
-
IConfig.prototype.profileTimelyNudges;
|
|
4591
|
-
IConfig.prototype.npsCategory;
|
|
4592
|
-
}
|
|
4593
|
-
function IPortalUrls() { }
|
|
4594
|
-
NsInstanceConfig.IPortalUrls = IPortalUrls;
|
|
4595
|
-
if (false) {
|
|
4596
|
-
IPortalUrls.prototype.igot;
|
|
4597
|
-
IPortalUrls.prototype.spv;
|
|
4598
|
-
IPortalUrls.prototype.mdo;
|
|
4599
|
-
IPortalUrls.prototype.cbc;
|
|
4600
|
-
IPortalUrls.prototype.cbp;
|
|
4601
|
-
IPortalUrls.prototype.frac;
|
|
4602
|
-
}
|
|
4603
|
-
function IForgotPassword() { }
|
|
4604
|
-
NsInstanceConfig.IForgotPassword = IForgotPassword;
|
|
4605
|
-
if (false) {
|
|
4606
|
-
IForgotPassword.prototype.local;
|
|
4607
|
-
IForgotPassword.prototype.enterprise;
|
|
4608
|
-
IForgotPassword.prototype.social;
|
|
4609
|
-
}
|
|
4610
|
-
function ISourceLogo() { }
|
|
4611
|
-
NsInstanceConfig.ISourceLogo = ISourceLogo;
|
|
4612
|
-
if (false) {
|
|
4613
|
-
ISourceLogo.prototype.sourceName;
|
|
4614
|
-
ISourceLogo.prototype.sourceId;
|
|
4615
|
-
ISourceLogo.prototype.logo;
|
|
4616
|
-
}
|
|
4617
|
-
function IPath() { }
|
|
4618
|
-
NsInstanceConfig.IPath = IPath;
|
|
4619
|
-
function IHubs() { }
|
|
4620
|
-
NsInstanceConfig.IHubs = IHubs;
|
|
4621
|
-
if (false) {
|
|
4622
|
-
IHubs.prototype.active;
|
|
4623
|
-
IHubs.prototype.desc;
|
|
4624
|
-
IHubs.prototype.hubname;
|
|
4625
|
-
IHubs.prototype.icon;
|
|
4626
|
-
IHubs.prototype.path;
|
|
4627
|
-
IHubs.prototype.order;
|
|
4628
|
-
}
|
|
4629
|
-
function IIndexHtmlMeta() { }
|
|
4630
|
-
NsInstanceConfig.IIndexHtmlMeta = IIndexHtmlMeta;
|
|
4631
|
-
if (false) {
|
|
4632
|
-
IIndexHtmlMeta.prototype.description;
|
|
4633
|
-
IIndexHtmlMeta.prototype.openSearchUrl;
|
|
4634
|
-
IIndexHtmlMeta.prototype.webmanifest;
|
|
4635
|
-
IIndexHtmlMeta.prototype.xIcon;
|
|
4636
|
-
IIndexHtmlMeta.prototype.pngIcon;
|
|
4637
|
-
}
|
|
4638
|
-
function IFontSize() { }
|
|
4639
|
-
NsInstanceConfig.IFontSize = IFontSize;
|
|
4640
|
-
if (false) {
|
|
4641
|
-
IFontSize.prototype.baseFontSize;
|
|
4642
|
-
IFontSize.prototype.fontClass;
|
|
4643
|
-
IFontSize.prototype.scale;
|
|
4644
|
-
}
|
|
4645
|
-
function IKeycloak() { }
|
|
4646
|
-
NsInstanceConfig.IKeycloak = IKeycloak;
|
|
4647
|
-
if (false) {
|
|
4648
|
-
IKeycloak.prototype.defaultidpHint;
|
|
4649
|
-
IKeycloak.prototype.isLoginHidden;
|
|
4650
|
-
IKeycloak.prototype.bearerExcludedUrls;
|
|
4651
|
-
IKeycloak.prototype.clientId;
|
|
4652
|
-
IKeycloak.prototype.key;
|
|
4653
|
-
IKeycloak.prototype.realm;
|
|
4654
|
-
IKeycloak.prototype.url;
|
|
4655
|
-
IKeycloak.prototype.changePasswordUrl;
|
|
4656
|
-
IKeycloak.prototype.onLoad;
|
|
4657
|
-
}
|
|
4658
|
-
function ILocalsConfig() { }
|
|
4659
|
-
NsInstanceConfig.ILocalsConfig = ILocalsConfig;
|
|
4660
|
-
if (false) {
|
|
4661
|
-
ILocalsConfig.prototype.isAvailable;
|
|
4662
|
-
ILocalsConfig.prototype.isEnabled;
|
|
4663
|
-
ILocalsConfig.prototype.locals;
|
|
4664
|
-
ILocalsConfig.prototype.path;
|
|
4665
|
-
ILocalsConfig.prototype.isRTL;
|
|
4666
|
-
}
|
|
4667
|
-
function IMicrosoft() { }
|
|
4668
|
-
NsInstanceConfig.IMicrosoft = IMicrosoft;
|
|
4669
|
-
if (false) {
|
|
4670
|
-
IMicrosoft.prototype.clientId;
|
|
4671
|
-
IMicrosoft.prototype.defaultEmailId;
|
|
4672
|
-
IMicrosoft.prototype.tenant;
|
|
4673
|
-
IMicrosoft.prototype.validEmailExtensions;
|
|
4674
|
-
IMicrosoft.prototype.isConfigured;
|
|
4675
|
-
}
|
|
4676
|
-
function ITheme() { }
|
|
4677
|
-
NsInstanceConfig.ITheme = ITheme;
|
|
4678
|
-
if (false) {
|
|
4679
|
-
ITheme.prototype.color;
|
|
4680
|
-
ITheme.prototype.themeFile;
|
|
4681
|
-
ITheme.prototype.themeClass;
|
|
4682
|
-
ITheme.prototype.themeName;
|
|
4683
|
-
}
|
|
4684
|
-
function IThemeColor() { }
|
|
4685
|
-
NsInstanceConfig.IThemeColor = IThemeColor;
|
|
4686
|
-
if (false) {
|
|
4687
|
-
IThemeColor.prototype.accent;
|
|
4688
|
-
IThemeColor.prototype.primary;
|
|
4689
|
-
IThemeColor.prototype.warn;
|
|
4690
|
-
}
|
|
4691
|
-
function IOverrideThemeChanges() { }
|
|
4692
|
-
NsInstanceConfig.IOverrideThemeChanges = IOverrideThemeChanges;
|
|
4693
|
-
if (false) {
|
|
4694
|
-
IOverrideThemeChanges.prototype.isEnabled;
|
|
4695
|
-
IOverrideThemeChanges.prototype.desktop;
|
|
4696
|
-
IOverrideThemeChanges.prototype.mWeb;
|
|
4697
|
-
}
|
|
4698
|
-
function IDesktop() { }
|
|
4699
|
-
NsInstanceConfig.IDesktop = IDesktop;
|
|
4700
|
-
if (false) {
|
|
4701
|
-
IDesktop.prototype.animationDuration;
|
|
4702
|
-
IDesktop.prototype.logoUrl;
|
|
4703
|
-
IDesktop.prototype.logoText;
|
|
4704
|
-
IDesktop.prototype.logoDisplayTime;
|
|
4705
|
-
IDesktop.prototype.backgroundTheme;
|
|
4706
|
-
}
|
|
4707
|
-
function IMWeb() { }
|
|
4708
|
-
NsInstanceConfig.IMWeb = IMWeb;
|
|
4709
|
-
if (false) {
|
|
4710
|
-
IMWeb.prototype.logoUrl;
|
|
4711
|
-
IMWeb.prototype.logoText;
|
|
4712
|
-
}
|
|
4713
|
-
function ILogos() { }
|
|
4714
|
-
NsInstanceConfig.ILogos = ILogos;
|
|
4715
|
-
if (false) {
|
|
4716
|
-
ILogos.prototype.app;
|
|
4717
|
-
ILogos.prototype.appTransparent;
|
|
4718
|
-
ILogos.prototype.appSecondary;
|
|
4719
|
-
ILogos.prototype.aboutFooter;
|
|
4720
|
-
ILogos.prototype.aboutHeader;
|
|
4721
|
-
ILogos.prototype.appBottomNav;
|
|
4722
|
-
ILogos.prototype.company;
|
|
4723
|
-
ILogos.prototype.developedBy;
|
|
4724
|
-
ILogos.prototype.poweredBy;
|
|
4725
|
-
ILogos.prototype.defaultContent;
|
|
4726
|
-
ILogos.prototype.defaultSourceLogo;
|
|
4727
|
-
ILogos.prototype.landingLogo;
|
|
4728
|
-
ILogos.prototype.navbarLogo;
|
|
4729
|
-
ILogos.prototype.playListLogo;
|
|
4730
|
-
ILogos.prototype.thumpsUp;
|
|
4731
|
-
}
|
|
4732
|
-
function IMailIds() { }
|
|
4733
|
-
NsInstanceConfig.IMailIds = IMailIds;
|
|
4734
|
-
if (false) {
|
|
4735
|
-
IMailIds.prototype.contactUs;
|
|
4736
|
-
IMailIds.prototype.default;
|
|
4737
|
-
IMailIds.prototype.support;
|
|
4738
|
-
}
|
|
4739
|
-
function IDetails() { }
|
|
4740
|
-
NsInstanceConfig.IDetails = IDetails;
|
|
4741
|
-
if (false) {
|
|
4742
|
-
IDetails.prototype.appName;
|
|
4743
|
-
}
|
|
4744
|
-
function IPrimaryNavbarConfig() { }
|
|
4745
|
-
NsInstanceConfig.IPrimaryNavbarConfig = IPrimaryNavbarConfig;
|
|
4746
|
-
if (false) {
|
|
4747
|
-
IPrimaryNavbarConfig.prototype.mediumScreen;
|
|
4748
|
-
IPrimaryNavbarConfig.prototype.smallScreen;
|
|
4749
|
-
}
|
|
4750
|
-
function IPrimaryNavBarScreen() { }
|
|
4751
|
-
if (false) {
|
|
4752
|
-
IPrimaryNavBarScreen.prototype.left;
|
|
4753
|
-
IPrimaryNavBarScreen.prototype.right;
|
|
4754
|
-
}
|
|
4755
|
-
function IPrimaryNavBarSide() { }
|
|
4756
|
-
if (false) {
|
|
4757
|
-
IPrimaryNavBarSide.prototype.type;
|
|
4758
|
-
IPrimaryNavBarSide.prototype.config;
|
|
4759
|
-
}
|
|
4760
|
-
function ITelemetryConfig() { }
|
|
4761
|
-
NsInstanceConfig.ITelemetryConfig = ITelemetryConfig;
|
|
4762
|
-
if (false) {
|
|
4763
|
-
ITelemetryConfig.prototype.pdata;
|
|
4764
|
-
ITelemetryConfig.prototype.object;
|
|
4765
|
-
ITelemetryConfig.prototype.uid;
|
|
4766
|
-
ITelemetryConfig.prototype.authtoken;
|
|
4767
|
-
ITelemetryConfig.prototype.env;
|
|
4768
|
-
ITelemetryConfig.prototype.channel;
|
|
4769
|
-
ITelemetryConfig.prototype.batchsize;
|
|
4770
|
-
ITelemetryConfig.prototype.host;
|
|
4771
|
-
ITelemetryConfig.prototype.endpoint;
|
|
4772
|
-
ITelemetryConfig.prototype.apislug;
|
|
4773
|
-
ITelemetryConfig.prototype.sid;
|
|
4774
|
-
ITelemetryConfig.prototype.publicEndpoint;
|
|
4775
|
-
ITelemetryConfig.prototype.protectedEndpoint;
|
|
4776
|
-
}
|
|
4777
|
-
})(NsInstanceConfig || (NsInstanceConfig = {}));
|
|
4778
|
-
var NsAppsConfig;
|
|
4779
|
-
(function (NsAppsConfig) {
|
|
4780
|
-
function IAppsConfig() { }
|
|
4781
|
-
NsAppsConfig.IAppsConfig = IAppsConfig;
|
|
4782
|
-
if (false) {
|
|
4783
|
-
IAppsConfig.prototype.groups;
|
|
4784
|
-
IAppsConfig.prototype.features;
|
|
4785
|
-
IAppsConfig.prototype.tourGuide;
|
|
4786
|
-
}
|
|
4787
|
-
function IGroup() { }
|
|
4788
|
-
NsAppsConfig.IGroup = IGroup;
|
|
4789
|
-
if (false) {
|
|
4790
|
-
IGroup.prototype.id;
|
|
4791
|
-
IGroup.prototype.iconType;
|
|
4792
|
-
IGroup.prototype.icon;
|
|
4793
|
-
IGroup.prototype.keywords;
|
|
4794
|
-
IGroup.prototype.name;
|
|
4795
|
-
IGroup.prototype.toolTip;
|
|
4796
|
-
IGroup.prototype.featureIds;
|
|
4797
|
-
IGroup.prototype.stripBackground;
|
|
4798
|
-
IGroup.prototype.hasRole;
|
|
4799
|
-
}
|
|
4800
|
-
function IFeature() { }
|
|
4801
|
-
NsAppsConfig.IFeature = IFeature;
|
|
4802
|
-
if (false) {
|
|
4803
|
-
IFeature.prototype.name;
|
|
4804
|
-
IFeature.prototype.id;
|
|
4805
|
-
IFeature.prototype.url;
|
|
4806
|
-
IFeature.prototype.permission;
|
|
4807
|
-
IFeature.prototype.iconType;
|
|
4808
|
-
IFeature.prototype.icon;
|
|
4809
|
-
IFeature.prototype.keywords;
|
|
4810
|
-
IFeature.prototype.toolTip;
|
|
4811
|
-
IFeature.prototype.accessKey;
|
|
4812
|
-
IFeature.prototype.status;
|
|
4813
|
-
IFeature.prototype.shortName;
|
|
4814
|
-
IFeature.prototype.description;
|
|
4815
|
-
IFeature.prototype.badgeEndpoint;
|
|
4816
|
-
IFeature.prototype.mobileAppFunction;
|
|
4817
|
-
IFeature.prototype.color;
|
|
4818
|
-
IFeature.prototype.target;
|
|
4819
|
-
}
|
|
4820
|
-
})(NsAppsConfig || (NsAppsConfig = {}));
|
|
4821
|
-
var NsUser;
|
|
4822
|
-
(function (NsUser) {
|
|
4823
|
-
function IUserProfile() { }
|
|
4824
|
-
NsUser.IUserProfile = IUserProfile;
|
|
4825
|
-
if (false) {
|
|
4826
|
-
IUserProfile.prototype.userId;
|
|
4827
|
-
IUserProfile.prototype.email;
|
|
4828
|
-
IUserProfile.prototype.departmentName;
|
|
4829
|
-
IUserProfile.prototype.userName;
|
|
4830
|
-
IUserProfile.prototype.firstName;
|
|
4831
|
-
IUserProfile.prototype.surName;
|
|
4832
|
-
IUserProfile.prototype.middleName;
|
|
4833
|
-
IUserProfile.prototype.lastName;
|
|
4834
|
-
IUserProfile.prototype.rootOrgId;
|
|
4835
|
-
IUserProfile.prototype.rootOrgName;
|
|
4836
|
-
IUserProfile.prototype.profileImage;
|
|
4837
|
-
IUserProfile.prototype.givenName;
|
|
4838
|
-
IUserProfile.prototype.country;
|
|
4839
|
-
IUserProfile.prototype.unit;
|
|
4840
|
-
IUserProfile.prototype.source_profile_picture;
|
|
4841
|
-
IUserProfile.prototype.dealerCode;
|
|
4842
|
-
IUserProfile.prototype.isManager;
|
|
4843
|
-
IUserProfile.prototype.competencies;
|
|
4844
|
-
IUserProfile.prototype.systemTopics;
|
|
4845
|
-
IUserProfile.prototype.desiredTopics;
|
|
4846
|
-
IUserProfile.prototype.desiredCompetencies;
|
|
4847
|
-
IUserProfile.prototype.userRoles;
|
|
4848
|
-
IUserProfile.prototype.profileUpdateCompletion;
|
|
4849
|
-
IUserProfile.prototype.profileImageUrl;
|
|
4850
|
-
IUserProfile.prototype.professionalDetails;
|
|
4851
|
-
IUserProfile.prototype.webPortalLang;
|
|
4852
|
-
IUserProfile.prototype.departmentImg;
|
|
4853
|
-
}
|
|
4854
|
-
function INodebbUserProfile() { }
|
|
4855
|
-
NsUser.INodebbUserProfile = INodebbUserProfile;
|
|
4856
|
-
if (false) {
|
|
4857
|
-
INodebbUserProfile.prototype.username;
|
|
4858
|
-
INodebbUserProfile.prototype.email;
|
|
4859
|
-
}
|
|
4860
|
-
function IUserPidProfile() { }
|
|
4861
|
-
NsUser.IUserPidProfile = IUserPidProfile;
|
|
4862
|
-
if (false) {
|
|
4863
|
-
IUserPidProfile.prototype.kid_updated;
|
|
4864
|
-
IUserPidProfile.prototype.user;
|
|
4865
|
-
}
|
|
4866
|
-
function IUserPidProfileV2() { }
|
|
4867
|
-
NsUser.IUserPidProfileV2 = IUserPidProfileV2;
|
|
4868
|
-
if (false) {
|
|
4869
|
-
IUserPidProfileV2.prototype.kid_updated;
|
|
4870
|
-
IUserPidProfileV2.prototype.result;
|
|
4871
|
-
}
|
|
4872
|
-
function IUserPidProfileVer2() { }
|
|
4873
|
-
NsUser.IUserPidProfileVer2 = IUserPidProfileVer2;
|
|
4874
|
-
if (false) {
|
|
4875
|
-
IUserPidProfileVer2.prototype.result;
|
|
4876
|
-
}
|
|
4877
|
-
function ISourceData() { }
|
|
4878
|
-
if (false) {
|
|
4879
|
-
ISourceData.prototype.GID;
|
|
4880
|
-
ISourceData.prototype.SNAMPRE;
|
|
4881
|
-
ISourceData.prototype.SNAMADD;
|
|
4882
|
-
ISourceData.prototype.LASTNAME;
|
|
4883
|
-
ISourceData.prototype.SN;
|
|
4884
|
-
ISourceData.prototype.GIVENNAME;
|
|
4885
|
-
ISourceData.prototype.NICKNAME;
|
|
4886
|
-
ISourceData.prototype.PREFERREDSN;
|
|
4887
|
-
ISourceData.prototype.PERSONALTITLE;
|
|
4888
|
-
ISourceData.prototype.MOBILE;
|
|
4889
|
-
ISourceData.prototype.MAIL;
|
|
4890
|
-
ISourceData.prototype.DEPARTMENTTEXT;
|
|
4891
|
-
ISourceData.prototype.COSTLOCATIONUNIT;
|
|
4892
|
-
ISourceData.prototype.COSTLOCATION;
|
|
4893
|
-
ISourceData.prototype.ORGID;
|
|
4894
|
-
ISourceData.prototype.MGMTRESP;
|
|
4895
|
-
ISourceData.prototype.UTC;
|
|
4896
|
-
ISourceData.prototype.CNAMEENG;
|
|
4897
|
-
ISourceData.prototype.LNAMEINT;
|
|
4898
|
-
ISourceData.prototype.USERTYPE;
|
|
4899
|
-
ISourceData.prototype.STATUS;
|
|
4900
|
-
ISourceData.prototype.CONTRACTSTATUS;
|
|
4901
|
-
}
|
|
4902
|
-
function IUser() { }
|
|
4903
|
-
if (false) {
|
|
4904
|
-
IUser.prototype.wid;
|
|
4905
|
-
IUser.prototype.root_org;
|
|
4906
|
-
IUser.prototype.org;
|
|
4907
|
-
IUser.prototype.is_active;
|
|
4908
|
-
IUser.prototype.account_expiry_date;
|
|
4909
|
-
IUser.prototype.kid;
|
|
4910
|
-
IUser.prototype.imported_source_name;
|
|
4911
|
-
IUser.prototype.source_id;
|
|
4912
|
-
IUser.prototype.username;
|
|
4913
|
-
IUser.prototype.first_name;
|
|
4914
|
-
IUser.prototype.last_name;
|
|
4915
|
-
IUser.prototype.middle_name;
|
|
4916
|
-
IUser.prototype.known_as;
|
|
4917
|
-
IUser.prototype.salutation;
|
|
4918
|
-
IUser.prototype.email;
|
|
4919
|
-
IUser.prototype.gender;
|
|
4920
|
-
IUser.prototype.dob;
|
|
4921
|
-
IUser.prototype.languages_known;
|
|
4922
|
-
IUser.prototype.preferred_language;
|
|
4923
|
-
IUser.prototype.source_profile_picture;
|
|
4924
|
-
IUser.prototype.residence_country;
|
|
4925
|
-
IUser.prototype.residence_state;
|
|
4926
|
-
IUser.prototype.residence_city;
|
|
4927
|
-
IUser.prototype.contact_phone_number_office;
|
|
4928
|
-
IUser.prototype.contact_phone_number_home;
|
|
4929
|
-
IUser.prototype.contact_phone_number_personal;
|
|
4930
|
-
IUser.prototype.employement_status;
|
|
4931
|
-
IUser.prototype.contract_type;
|
|
4932
|
-
IUser.prototype.job_title;
|
|
4933
|
-
IUser.prototype.job_role;
|
|
4934
|
-
IUser.prototype.department_name;
|
|
4935
|
-
IUser.prototype.unit_name;
|
|
4936
|
-
IUser.prototype.organization_location_country;
|
|
4937
|
-
IUser.prototype.organization_location_state;
|
|
4938
|
-
IUser.prototype.organization_location_city;
|
|
4939
|
-
IUser.prototype.time_inserted;
|
|
4940
|
-
IUser.prototype.time_updated;
|
|
4941
|
-
IUser.prototype.json_unmapped_fields;
|
|
4942
|
-
IUser.prototype.source_data;
|
|
4943
|
-
}
|
|
4944
|
-
function IRootOrg() { }
|
|
4945
|
-
if (false) {
|
|
4946
|
-
IRootOrg.prototype.dateTime;
|
|
4947
|
-
IRootOrg.prototype.preferredLanguage;
|
|
4948
|
-
IRootOrg.prototype.keys;
|
|
4949
|
-
IRootOrg.prototype.channel;
|
|
4950
|
-
IRootOrg.prototype.approvedBy;
|
|
4951
|
-
IRootOrg.prototype.description;
|
|
4952
|
-
IRootOrg.prototype.updatedDate;
|
|
4953
|
-
IRootOrg.prototype.addressId;
|
|
4954
|
-
IRootOrg.prototype.orgType;
|
|
4955
|
-
IRootOrg.prototype.provider;
|
|
4956
|
-
IRootOrg.prototype.orgCode;
|
|
4957
|
-
IRootOrg.prototype.locationId;
|
|
4958
|
-
IRootOrg.prototype.theme;
|
|
4959
|
-
IRootOrg.prototype.id;
|
|
4960
|
-
IRootOrg.prototype.isApproved;
|
|
4961
|
-
IRootOrg.prototype.communityId;
|
|
4962
|
-
IRootOrg.prototype.slug;
|
|
4963
|
-
IRootOrg.prototype.email;
|
|
4964
|
-
IRootOrg.prototype.isSSOEnabled;
|
|
4965
|
-
IRootOrg.prototype.thumbnail;
|
|
4966
|
-
IRootOrg.prototype.updatedBy;
|
|
4967
|
-
IRootOrg.prototype.orgName;
|
|
4968
|
-
IRootOrg.prototype.locationIds;
|
|
4969
|
-
IRootOrg.prototype.externalId;
|
|
4970
|
-
IRootOrg.prototype.isRootOrg;
|
|
4971
|
-
IRootOrg.prototype.rootOrgId;
|
|
4972
|
-
IRootOrg.prototype.imgUrl;
|
|
4973
|
-
IRootOrg.prototype.approvedDate;
|
|
4974
|
-
IRootOrg.prototype.orgTypeId;
|
|
4975
|
-
IRootOrg.prototype.homeUrl;
|
|
4976
|
-
IRootOrg.prototype.isDefault;
|
|
4977
|
-
IRootOrg.prototype.createdDate;
|
|
4978
|
-
IRootOrg.prototype.contactDetail;
|
|
4979
|
-
IRootOrg.prototype.parentOrgId;
|
|
4980
|
-
IRootOrg.prototype.createdBy;
|
|
4981
|
-
IRootOrg.prototype.hashTagId;
|
|
4982
|
-
IRootOrg.prototype.noOfMembers;
|
|
4983
|
-
IRootOrg.prototype.status;
|
|
4984
|
-
}
|
|
4985
|
-
function IOrg() { }
|
|
4986
|
-
if (false) {
|
|
4987
|
-
IOrg.prototype.updatedBy;
|
|
4988
|
-
IOrg.prototype.organisationId;
|
|
4989
|
-
IOrg.prototype.orgName;
|
|
4990
|
-
IOrg.prototype.addedByName;
|
|
4991
|
-
IOrg.prototype.addedBy;
|
|
4992
|
-
IOrg.prototype.roles;
|
|
4993
|
-
IOrg.prototype.approvedBy;
|
|
4994
|
-
IOrg.prototype.updatedDate;
|
|
4995
|
-
IOrg.prototype.userId;
|
|
4996
|
-
IOrg.prototype.approvaldate;
|
|
4997
|
-
IOrg.prototype.isDeleted;
|
|
4998
|
-
IOrg.prototype.parentOrgId;
|
|
4999
|
-
IOrg.prototype.hashTagId;
|
|
5000
|
-
IOrg.prototype.isRejected;
|
|
5001
|
-
IOrg.prototype.position;
|
|
5002
|
-
IOrg.prototype.id;
|
|
5003
|
-
IOrg.prototype.orgjoindate;
|
|
5004
|
-
IOrg.prototype.isApproved;
|
|
5005
|
-
IOrg.prototype.orgLeftDate;
|
|
5006
|
-
}
|
|
5007
|
-
function IUserV2() { }
|
|
5008
|
-
if (false) {
|
|
5009
|
-
IUserV2.prototype.surName;
|
|
5010
|
-
IUserV2.prototype.maskedPhone;
|
|
5011
|
-
IUserV2.prototype.rootOrgName;
|
|
5012
|
-
IUserV2.prototype.subject;
|
|
5013
|
-
IUserV2.prototype.channel;
|
|
5014
|
-
IUserV2.prototype.language;
|
|
5015
|
-
IUserV2.prototype.updatedDate;
|
|
5016
|
-
IUserV2.prototype.managedBy;
|
|
5017
|
-
IUserV2.prototype.flagsValue;
|
|
5018
|
-
IUserV2.prototype.id;
|
|
5019
|
-
IUserV2.prototype.recoveryEmail;
|
|
5020
|
-
IUserV2.prototype.identifier;
|
|
5021
|
-
IUserV2.prototype.thumbnail;
|
|
5022
|
-
IUserV2.prototype.profileVisibility;
|
|
5023
|
-
IUserV2.prototype.updatedBy;
|
|
5024
|
-
IUserV2.prototype.accesscode;
|
|
5025
|
-
IUserV2.prototype.locationIds;
|
|
5026
|
-
IUserV2.prototype.externalIds;
|
|
5027
|
-
IUserV2.prototype.registryId;
|
|
5028
|
-
IUserV2.prototype.rootOrgId;
|
|
5029
|
-
IUserV2.prototype.prevUsedEmail;
|
|
5030
|
-
IUserV2.prototype.firstName;
|
|
5031
|
-
IUserV2.prototype.tncAcceptedOn;
|
|
5032
|
-
IUserV2.prototype.phone;
|
|
5033
|
-
IUserV2.prototype.dob;
|
|
5034
|
-
IUserV2.prototype.grade;
|
|
5035
|
-
IUserV2.prototype.currentLoginTime;
|
|
5036
|
-
IUserV2.prototype.userType;
|
|
5037
|
-
IUserV2.prototype.status;
|
|
5038
|
-
IUserV2.prototype.lastName;
|
|
5039
|
-
IUserV2.prototype.gender;
|
|
5040
|
-
IUserV2.prototype.roles;
|
|
5041
|
-
IUserV2.prototype.prevUsedPhone;
|
|
5042
|
-
IUserV2.prototype.stateValidated;
|
|
5043
|
-
IUserV2.prototype.isDeleted;
|
|
5044
|
-
IUserV2.prototype.organisations;
|
|
5045
|
-
IUserV2.prototype.countryCode;
|
|
5046
|
-
IUserV2.prototype.maskedEmail;
|
|
5047
|
-
IUserV2.prototype.tempPassword;
|
|
5048
|
-
IUserV2.prototype.email;
|
|
5049
|
-
IUserV2.prototype.rootOrg;
|
|
5050
|
-
IUserV2.prototype.profileSummary;
|
|
5051
|
-
IUserV2.prototype.phoneVerified;
|
|
5052
|
-
IUserV2.prototype.recoveryPhone;
|
|
5053
|
-
IUserV2.prototype.userName;
|
|
5054
|
-
IUserV2.prototype.userId;
|
|
5055
|
-
IUserV2.prototype.lastLoginTime;
|
|
5056
|
-
IUserV2.prototype.emailVerified;
|
|
5057
|
-
IUserV2.prototype.framework;
|
|
5058
|
-
IUserV2.prototype.createdDate;
|
|
5059
|
-
IUserV2.prototype.createdBy;
|
|
5060
|
-
IUserV2.prototype.location;
|
|
5061
|
-
IUserV2.prototype.tncAcceptedVersion;
|
|
5062
|
-
}
|
|
5063
|
-
function IUserVer2() { }
|
|
5064
|
-
if (false) {
|
|
5065
|
-
IUserVer2.prototype.firstname;
|
|
5066
|
-
IUserVer2.prototype.motherTongue;
|
|
5067
|
-
IUserVer2.prototype.secondaryEmail;
|
|
5068
|
-
IUserVer2.prototype.gender;
|
|
5069
|
-
IUserVer2.prototype.mobile;
|
|
5070
|
-
IUserVer2.prototype.middlename;
|
|
5071
|
-
IUserVer2.prototype.telephone;
|
|
5072
|
-
IUserVer2.prototype.osid;
|
|
5073
|
-
IUserVer2.prototype.primaryEmailType;
|
|
5074
|
-
IUserVer2.prototype.knownLanguages;
|
|
5075
|
-
IUserVer2.prototype.wid;
|
|
5076
|
-
IUserVer2.prototype.nationality;
|
|
5077
|
-
IUserVer2.prototype.surname;
|
|
5078
|
-
IUserVer2.prototype.dob;
|
|
5079
|
-
IUserVer2.prototype.category;
|
|
5080
|
-
IUserVer2.prototype.primaryEmail;
|
|
5081
|
-
IUserVer2.prototype.maritalStatus;
|
|
5082
|
-
IUserVer2.prototype.residenceAddress;
|
|
5083
|
-
IUserVer2.prototype.result;
|
|
5084
|
-
}
|
|
5085
|
-
function ILanguages() { }
|
|
5086
|
-
NsUser.ILanguages = ILanguages;
|
|
5087
|
-
if (false) {
|
|
5088
|
-
ILanguages.prototype.name;
|
|
5089
|
-
}
|
|
5090
|
-
})(NsUser || (NsUser = {}));
|
|
5091
|
-
|
|
5092
|
-
function IWsMsTokenModelResponse() { }
|
|
5093
|
-
if (false) {
|
|
5094
|
-
IWsMsTokenModelResponse.prototype.accessToken;
|
|
5095
|
-
IWsMsTokenModelResponse.prototype.expiresOn;
|
|
5096
|
-
IWsMsTokenModelResponse.prototype.resource;
|
|
5097
|
-
IWsMsTokenModelResponse.prototype.tokenType;
|
|
5098
|
-
}
|
|
5099
4167
|
|
|
5100
4168
|
var NsContent;
|
|
5101
4169
|
(function (NsContent) {
|
|
5102
|
-
function IContinueLearningData() { }
|
|
5103
|
-
NsContent.IContinueLearningData = IContinueLearningData;
|
|
5104
|
-
if (false) {
|
|
5105
|
-
IContinueLearningData.prototype.continueData;
|
|
5106
|
-
}
|
|
5107
|
-
function IContent() { }
|
|
5108
|
-
NsContent.IContent = IContent;
|
|
5109
|
-
if (false) {
|
|
5110
|
-
IContent.prototype.platform;
|
|
5111
|
-
IContent.prototype.addedOn;
|
|
5112
|
-
IContent.prototype.appIcon;
|
|
5113
|
-
IContent.prototype.artifactUrl;
|
|
5114
|
-
IContent.prototype.averageRating;
|
|
5115
|
-
IContent.prototype.body;
|
|
5116
|
-
IContent.prototype.certificationList;
|
|
5117
|
-
IContent.prototype.certificationStatus;
|
|
5118
|
-
IContent.prototype.certificationSubmissionDate;
|
|
5119
|
-
IContent.prototype.certificationUrl;
|
|
5120
|
-
IContent.prototype.children;
|
|
5121
|
-
IContent.prototype.childrenClassifiers;
|
|
5122
|
-
IContent.prototype.clients;
|
|
5123
|
-
IContent.prototype.collections;
|
|
5124
|
-
IContent.prototype.complexityLevel;
|
|
5125
|
-
IContent.prototype.contentId;
|
|
5126
|
-
IContent.prototype.contentType;
|
|
5127
|
-
IContent.prototype.difficultyLevel;
|
|
5128
|
-
IContent.prototype.primaryCategory;
|
|
5129
|
-
IContent.prototype.contentUrlAtSource;
|
|
5130
|
-
IContent.prototype.creatorContacts;
|
|
5131
|
-
IContent.prototype.creatorDetails;
|
|
5132
|
-
IContent.prototype.creatorLogo;
|
|
5133
|
-
IContent.prototype.creatorPosterImage;
|
|
5134
|
-
IContent.prototype.creatorThumbnail;
|
|
5135
|
-
IContent.prototype.curatedTags;
|
|
5136
|
-
IContent.prototype.description;
|
|
5137
|
-
IContent.prototype.displayContentType;
|
|
5138
|
-
IContent.prototype.downloadUrl;
|
|
5139
|
-
IContent.prototype.duration;
|
|
5140
|
-
IContent.prototype.exclusiveContent;
|
|
5141
|
-
IContent.prototype.expiryDate;
|
|
5142
|
-
IContent.prototype.equivalentCertifications;
|
|
5143
|
-
IContent.prototype.hasAccess;
|
|
5144
|
-
IContent.prototype.hasAssessment;
|
|
5145
|
-
IContent.prototype.idealScreenSize;
|
|
5146
|
-
IContent.prototype.identifier;
|
|
5147
|
-
IContent.prototype.introductoryVideo;
|
|
5148
|
-
IContent.prototype.introductoryVideoIcon;
|
|
5149
|
-
IContent.prototype.learningTrack;
|
|
5150
|
-
IContent.prototype.isExternal;
|
|
5151
|
-
IContent.prototype.isIframeSupported;
|
|
5152
|
-
IContent.prototype.isInIntranet;
|
|
5153
|
-
IContent.prototype.keywords;
|
|
5154
|
-
IContent.prototype.kArtifacts;
|
|
5155
|
-
IContent.prototype.lastUpdatedOn;
|
|
5156
|
-
IContent.prototype.learningMode;
|
|
5157
|
-
IContent.prototype.learningObjective;
|
|
5158
|
-
IContent.prototype.labels;
|
|
5159
|
-
IContent.prototype.locale;
|
|
5160
|
-
IContent.prototype.hasTranslations;
|
|
5161
|
-
IContent.prototype.isTranslationOf;
|
|
5162
|
-
IContent.prototype.me_totalSessionsCount;
|
|
5163
|
-
IContent.prototype.mediaType;
|
|
5164
|
-
IContent.prototype.mimeType;
|
|
5165
|
-
IContent.prototype.miniGOTVersion;
|
|
5166
|
-
IContent.prototype.msArtifactDetails;
|
|
5167
|
-
IContent.prototype.mode;
|
|
5168
|
-
IContent.prototype.name;
|
|
5169
|
-
IContent.prototype.nextCertificationAttemptDate;
|
|
5170
|
-
IContent.prototype.playgroundInstructions;
|
|
5171
|
-
IContent.prototype.playgroundResources;
|
|
5172
|
-
IContent.prototype.postContents;
|
|
5173
|
-
IContent.prototype.posterImage;
|
|
5174
|
-
IContent.prototype.preContents;
|
|
5175
|
-
IContent.prototype.preRequisites;
|
|
5176
|
-
IContent.prototype.price;
|
|
5177
|
-
IContent.prototype.proctorUrl;
|
|
5178
|
-
IContent.prototype.progress;
|
|
5179
|
-
IContent.prototype.programDuration;
|
|
5180
|
-
IContent.prototype.publishedOn;
|
|
5181
|
-
IContent.prototype.recentCertificationAttemptScore;
|
|
5182
|
-
IContent.prototype.recommendationReasons;
|
|
5183
|
-
IContent.prototype.region;
|
|
5184
|
-
IContent.prototype.registrationUrl;
|
|
5185
|
-
IContent.prototype.registrationInstructions;
|
|
5186
|
-
IContent.prototype.resourceCategory;
|
|
5187
|
-
IContent.prototype.resourceType;
|
|
5188
|
-
IContent.prototype.size;
|
|
5189
|
-
IContent.prototype.skills;
|
|
5190
|
-
IContent.prototype.softwareRequirements;
|
|
5191
|
-
IContent.prototype.sourceName;
|
|
5192
|
-
IContent.prototype.sourceShortName;
|
|
5193
|
-
IContent.prototype.sourceIconUrl;
|
|
5194
|
-
IContent.prototype.sourceUrl;
|
|
5195
|
-
IContent.prototype.ssoEnabled;
|
|
5196
|
-
IContent.prototype.status;
|
|
5197
|
-
IContent.prototype.subTitle;
|
|
5198
|
-
IContent.prototype.subTitles;
|
|
5199
|
-
IContent.prototype.studyMaterials;
|
|
5200
|
-
IContent.prototype.systemRequirements;
|
|
5201
|
-
IContent.prototype.tags;
|
|
5202
|
-
IContent.prototype.topics;
|
|
5203
|
-
IContent.prototype.totalLikes;
|
|
5204
|
-
IContent.prototype.totalRating;
|
|
5205
|
-
IContent.prototype.track;
|
|
5206
|
-
IContent.prototype.uniqueLearners;
|
|
5207
|
-
IContent.prototype.viewCount;
|
|
5208
|
-
IContent.prototype.reason;
|
|
5209
|
-
IContent.prototype.trainingLHubCount;
|
|
5210
|
-
IContent.prototype.verifiers;
|
|
5211
|
-
IContent.prototype.references;
|
|
5212
|
-
IContent.prototype.resumePage;
|
|
5213
|
-
IContent.prototype.optionalReading;
|
|
5214
|
-
IContent.prototype.additionalTags;
|
|
5215
|
-
}
|
|
5216
4170
|
var EPrimaryCategory;
|
|
5217
4171
|
(function (EPrimaryCategory) {
|
|
5218
4172
|
EPrimaryCategory["PROGRAM"] = "Program";
|
|
@@ -5235,133 +4189,6 @@ var NsContent;
|
|
|
5235
4189
|
EPrimaryCategory["LEARNING_JOURNEY"] = "Learning Journeys";
|
|
5236
4190
|
EPrimaryCategory["CHANNEL"] = "Channel";
|
|
5237
4191
|
})(EPrimaryCategory = NsContent.EPrimaryCategory || (NsContent.EPrimaryCategory = {}));
|
|
5238
|
-
function IContentMinimal() { }
|
|
5239
|
-
NsContent.IContentMinimal = IContentMinimal;
|
|
5240
|
-
if (false) {
|
|
5241
|
-
IContentMinimal.prototype.appIcon;
|
|
5242
|
-
IContentMinimal.prototype.artifactUrl;
|
|
5243
|
-
IContentMinimal.prototype.complexityLevel;
|
|
5244
|
-
IContentMinimal.prototype.contentType;
|
|
5245
|
-
IContentMinimal.prototype.primaryCategory;
|
|
5246
|
-
IContentMinimal.prototype.description;
|
|
5247
|
-
IContentMinimal.prototype.displayContentType;
|
|
5248
|
-
IContentMinimal.prototype.duration;
|
|
5249
|
-
IContentMinimal.prototype.identifier;
|
|
5250
|
-
IContentMinimal.prototype.hasAccess;
|
|
5251
|
-
IContentMinimal.prototype.isInIntranet;
|
|
5252
|
-
IContentMinimal.prototype.learningMode;
|
|
5253
|
-
IContentMinimal.prototype.mimeType;
|
|
5254
|
-
IContentMinimal.prototype.name;
|
|
5255
|
-
IContentMinimal.prototype.creatorDetails;
|
|
5256
|
-
IContentMinimal.prototype.creatorContacts;
|
|
5257
|
-
IContentMinimal.prototype.PosterImage;
|
|
5258
|
-
IContentMinimal.prototype.resourceType;
|
|
5259
|
-
IContentMinimal.prototype.totalRating;
|
|
5260
|
-
}
|
|
5261
|
-
function ICollectionHierarchyResponse() { }
|
|
5262
|
-
NsContent.ICollectionHierarchyResponse = ICollectionHierarchyResponse;
|
|
5263
|
-
if (false) {
|
|
5264
|
-
ICollectionHierarchyResponse.prototype.data;
|
|
5265
|
-
ICollectionHierarchyResponse.prototype.hasMore;
|
|
5266
|
-
ICollectionHierarchyResponse.prototype.totalContents;
|
|
5267
|
-
}
|
|
5268
|
-
function IRelatedContentMeta() { }
|
|
5269
|
-
NsContent.IRelatedContentMeta = IRelatedContentMeta;
|
|
5270
|
-
if (false) {
|
|
5271
|
-
IRelatedContentMeta.prototype.identifier;
|
|
5272
|
-
IRelatedContentMeta.prototype.name;
|
|
5273
|
-
}
|
|
5274
|
-
function IMarkAsCompleteProgress() { }
|
|
5275
|
-
if (false) {
|
|
5276
|
-
IMarkAsCompleteProgress.prototype.progressStatus;
|
|
5277
|
-
IMarkAsCompleteProgress.prototype.showMarkAsComplete;
|
|
5278
|
-
IMarkAsCompleteProgress.prototype.markAsCompleteReason;
|
|
5279
|
-
IMarkAsCompleteProgress.prototype.progressSupported;
|
|
5280
|
-
IMarkAsCompleteProgress.prototype.progress;
|
|
5281
|
-
}
|
|
5282
|
-
function ITag() { }
|
|
5283
|
-
if (false) {
|
|
5284
|
-
ITag.prototype.id;
|
|
5285
|
-
ITag.prototype.type;
|
|
5286
|
-
ITag.prototype.value;
|
|
5287
|
-
}
|
|
5288
|
-
function IMSArtifactDetails() { }
|
|
5289
|
-
if (false) {
|
|
5290
|
-
IMSArtifactDetails.prototype.channelId;
|
|
5291
|
-
IMSArtifactDetails.prototype.videoId;
|
|
5292
|
-
}
|
|
5293
|
-
function IClient() { }
|
|
5294
|
-
if (false) {
|
|
5295
|
-
IClient.prototype.displayName;
|
|
5296
|
-
IClient.prototype.id;
|
|
5297
|
-
IClient.prototype.name;
|
|
5298
|
-
}
|
|
5299
|
-
function ISubtitle() { }
|
|
5300
|
-
if (false) {
|
|
5301
|
-
ISubtitle.prototype.srclang;
|
|
5302
|
-
ISubtitle.prototype.label;
|
|
5303
|
-
ISubtitle.prototype.url;
|
|
5304
|
-
}
|
|
5305
|
-
function IPrePostContent() { }
|
|
5306
|
-
if (false) {
|
|
5307
|
-
IPrePostContent.prototype.identifier;
|
|
5308
|
-
IPrePostContent.prototype.name;
|
|
5309
|
-
}
|
|
5310
|
-
function IResourceDetail() { }
|
|
5311
|
-
if (false) {
|
|
5312
|
-
IResourceDetail.prototype.title;
|
|
5313
|
-
IResourceDetail.prototype.url;
|
|
5314
|
-
}
|
|
5315
|
-
function IResourcePlayground() { }
|
|
5316
|
-
if (false) {
|
|
5317
|
-
IResourcePlayground.prototype.appIcon;
|
|
5318
|
-
IResourcePlayground.prototype.artifactUrl;
|
|
5319
|
-
IResourcePlayground.prototype.identifier;
|
|
5320
|
-
IResourcePlayground.prototype.name;
|
|
5321
|
-
}
|
|
5322
|
-
function ITrack() { }
|
|
5323
|
-
if (false) {
|
|
5324
|
-
ITrack.prototype.id;
|
|
5325
|
-
ITrack.prototype.name;
|
|
5326
|
-
ITrack.prototype.status;
|
|
5327
|
-
ITrack.prototype.visibility;
|
|
5328
|
-
}
|
|
5329
|
-
function ISkill() { }
|
|
5330
|
-
if (false) {
|
|
5331
|
-
ISkill.prototype.id;
|
|
5332
|
-
ISkill.prototype.category;
|
|
5333
|
-
ISkill.prototype.skill;
|
|
5334
|
-
ISkill.prototype.name;
|
|
5335
|
-
}
|
|
5336
|
-
function ICreator() { }
|
|
5337
|
-
NsContent.ICreator = ICreator;
|
|
5338
|
-
if (false) {
|
|
5339
|
-
ICreator.prototype.id;
|
|
5340
|
-
ICreator.prototype.name;
|
|
5341
|
-
ICreator.prototype.email;
|
|
5342
|
-
}
|
|
5343
|
-
function IContentTopic() { }
|
|
5344
|
-
NsContent.IContentTopic = IContentTopic;
|
|
5345
|
-
if (false) {
|
|
5346
|
-
IContentTopic.prototype.identifier;
|
|
5347
|
-
IContentTopic.prototype.name;
|
|
5348
|
-
}
|
|
5349
|
-
function IContact() { }
|
|
5350
|
-
NsContent.IContact = IContact;
|
|
5351
|
-
if (false) {
|
|
5352
|
-
IContact.prototype.id;
|
|
5353
|
-
IContact.prototype.name;
|
|
5354
|
-
IContact.prototype.email;
|
|
5355
|
-
}
|
|
5356
|
-
function IViewerContinueLearningRequest() { }
|
|
5357
|
-
NsContent.IViewerContinueLearningRequest = IViewerContinueLearningRequest;
|
|
5358
|
-
if (false) {
|
|
5359
|
-
IViewerContinueLearningRequest.prototype.resourceId;
|
|
5360
|
-
IViewerContinueLearningRequest.prototype.contextPathId;
|
|
5361
|
-
IViewerContinueLearningRequest.prototype.data;
|
|
5362
|
-
IViewerContinueLearningRequest.prototype.dateAccessed;
|
|
5363
|
-
IViewerContinueLearningRequest.prototype.contextType;
|
|
5364
|
-
}
|
|
5365
4192
|
var EContentTypes;
|
|
5366
4193
|
(function (EContentTypes) {
|
|
5367
4194
|
EContentTypes["PROGRAM"] = "Learning Path";
|
|
@@ -5489,12 +4316,12 @@ var API_END_POINTS = {
|
|
|
5489
4316
|
CONTENT_HISTORY: PROTECTED_SLAG_V8 + "/user/history",
|
|
5490
4317
|
USER_CONTINUE_LEARNING: PROTECTED_SLAG_V8 + "/user/history/continue",
|
|
5491
4318
|
CONTENT_RATING: PROTECTED_SLAG_V8 + "/user/rating",
|
|
5492
|
-
COLLECTION_HIERARCHY:
|
|
4319
|
+
COLLECTION_HIERARCHY: ɵ0,
|
|
5493
4320
|
REGISTRATION_STATUS: PROTECTED_SLAG_V8 + "/admin/userRegistration/checkUserRegistrationContent",
|
|
5494
|
-
MARK_AS_COMPLETE_META:
|
|
5495
|
-
EXT_USER_COURSE_ENROLL:
|
|
4321
|
+
MARK_AS_COMPLETE_META: ɵ1,
|
|
4322
|
+
EXT_USER_COURSE_ENROLL: ɵ2,
|
|
5496
4323
|
EXT_CONTENT_EROLL: "/apis/proxies/v8/cios-enroll/v1/create",
|
|
5497
|
-
CERT_DOWNLOAD:
|
|
4324
|
+
CERT_DOWNLOAD: ɵ3,
|
|
5498
4325
|
};
|
|
5499
4326
|
var WidgetContentService = (function () {
|
|
5500
4327
|
function WidgetContentService(http, configSvc) {
|
|
@@ -5542,7 +4369,7 @@ var WidgetContentService = (function () {
|
|
|
5542
4369
|
return __awaiter(this, void 0, void 0, function () {
|
|
5543
4370
|
var _this = this;
|
|
5544
4371
|
return __generator(this, function (_a) {
|
|
5545
|
-
return [2, new Promise(
|
|
4372
|
+
return [2, new Promise(function (resolve) { return __awaiter(_this, void 0, void 0, function () {
|
|
5546
4373
|
var reqBody, reqBody;
|
|
5547
4374
|
return __generator(this, function (_a) {
|
|
5548
4375
|
switch (_a.label) {
|
|
@@ -5559,9 +4386,9 @@ var WidgetContentService = (function () {
|
|
|
5559
4386
|
dateAccessed: Date.now(),
|
|
5560
4387
|
contextType: 'playlist',
|
|
5561
4388
|
};
|
|
5562
|
-
return [4, this.saveContinueLearning(reqBody).toPromise().catch().finally(
|
|
4389
|
+
return [4, this.saveContinueLearning(reqBody).toPromise().catch().finally(function () {
|
|
5563
4390
|
resolve(true);
|
|
5564
|
-
})
|
|
4391
|
+
})];
|
|
5565
4392
|
case 1:
|
|
5566
4393
|
_a.sent();
|
|
5567
4394
|
return [3, 4];
|
|
@@ -5572,29 +4399,29 @@ var WidgetContentService = (function () {
|
|
|
5572
4399
|
data: JSON.stringify({ timestamp: Date.now() }),
|
|
5573
4400
|
dateAccessed: Date.now(),
|
|
5574
4401
|
};
|
|
5575
|
-
return [4, this.saveContinueLearning(reqBody).toPromise().catch().finally(
|
|
4402
|
+
return [4, this.saveContinueLearning(reqBody).toPromise().catch().finally(function () {
|
|
5576
4403
|
resolve(true);
|
|
5577
|
-
})
|
|
4404
|
+
})];
|
|
5578
4405
|
case 3:
|
|
5579
4406
|
_a.sent();
|
|
5580
4407
|
_a.label = 4;
|
|
5581
4408
|
case 4: return [2];
|
|
5582
4409
|
}
|
|
5583
4410
|
});
|
|
5584
|
-
}); })
|
|
4411
|
+
}); })];
|
|
5585
4412
|
});
|
|
5586
4413
|
});
|
|
5587
4414
|
};
|
|
5588
4415
|
WidgetContentService.prototype.saveContinueLearning = function (content) {
|
|
5589
4416
|
if (content) {
|
|
5590
4417
|
}
|
|
5591
|
-
return
|
|
4418
|
+
return of();
|
|
5592
4419
|
};
|
|
5593
4420
|
WidgetContentService.prototype.setS3Cookie = function (_contentId) {
|
|
5594
4421
|
return EMPTY;
|
|
5595
4422
|
};
|
|
5596
4423
|
WidgetContentService.prototype.setS3ImageCookie = function () {
|
|
5597
|
-
return this.http.post(API_END_POINTS.SET_S3_IMAGE_COOKIE, {}).pipe(catchError(
|
|
4424
|
+
return this.http.post(API_END_POINTS.SET_S3_IMAGE_COOKIE, {}).pipe(catchError(function (_err) { return of(true); }));
|
|
5598
4425
|
};
|
|
5599
4426
|
WidgetContentService.prototype.fetchManifest = function (url) {
|
|
5600
4427
|
return this.http.post(API_END_POINTS.FETCH_MANIFEST, { url: url });
|
|
@@ -5613,7 +4440,7 @@ var WidgetContentService = (function () {
|
|
|
5613
4440
|
req.preLabelValue =
|
|
5614
4441
|
(req.preLabelValue || '') +
|
|
5615
4442
|
((this.configSvc.userProfile && this.configSvc.userProfile.country) || '');
|
|
5616
|
-
req.filters = __assign({}, req.filters, { labels: [req.preLabelValue || ''] });
|
|
4443
|
+
req.filters = __assign(__assign({}, req.filters), { labels: [req.preLabelValue || ''] });
|
|
5617
4444
|
return this.http.post(API_END_POINTS.CONTENT_SEARCH_REGION_RECOMMENDATION, { request: req });
|
|
5618
4445
|
};
|
|
5619
4446
|
WidgetContentService.prototype.searchV6 = function (req) {
|
|
@@ -5667,6 +4494,11 @@ var WidgetContentService = (function () {
|
|
|
5667
4494
|
WidgetContentService.prototype.downloadCert = function (certId) {
|
|
5668
4495
|
return this.http.get("" + API_END_POINTS.CERT_DOWNLOAD(certId));
|
|
5669
4496
|
};
|
|
4497
|
+
WidgetContentService.ctorParameters = function () { return [
|
|
4498
|
+
{ type: HttpClient },
|
|
4499
|
+
{ type: ConfigurationsService }
|
|
4500
|
+
]; };
|
|
4501
|
+
WidgetContentService.ɵprov = ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
|
|
5670
4502
|
WidgetContentService.decorators = [
|
|
5671
4503
|
{ type: Injectable, args: [{
|
|
5672
4504
|
providedIn: 'root',
|
|
@@ -5676,18 +4508,13 @@ var WidgetContentService = (function () {
|
|
|
5676
4508
|
{ type: HttpClient },
|
|
5677
4509
|
{ type: ConfigurationsService }
|
|
5678
4510
|
]; };
|
|
5679
|
-
/** @nocollapse */ WidgetContentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
|
|
5680
4511
|
return WidgetContentService;
|
|
5681
4512
|
}());
|
|
5682
|
-
if (false) {
|
|
5683
|
-
WidgetContentService.prototype.http;
|
|
5684
|
-
WidgetContentService.prototype.configSvc;
|
|
5685
|
-
}
|
|
5686
4513
|
|
|
5687
4514
|
var ɵ0$1 = function (id) { return "/apis/proxies/v8/user/v1/feed/" + id; }, ɵ1$1 = function (id) { return "/apis/proxies/v8/forms/getFormById?id=" + id; };
|
|
5688
4515
|
var API_END_POINTS$1 = {
|
|
5689
|
-
readFeed:
|
|
5690
|
-
getFormID:
|
|
4516
|
+
readFeed: ɵ0$1,
|
|
4517
|
+
getFormID: ɵ1$1,
|
|
5691
4518
|
submitForm: "/apis/proxies/v8/forms/v1/saveFormSubmit",
|
|
5692
4519
|
deleteFeed: "/apis/proxies/v8/user/feed/v1/delete",
|
|
5693
4520
|
};
|
|
@@ -5712,6 +4539,9 @@ var NPSGridService = (function () {
|
|
|
5712
4539
|
NPSGridService.prototype.deleteFeed = function (req) {
|
|
5713
4540
|
return this.http.post(API_END_POINTS$1.deleteFeed, req);
|
|
5714
4541
|
};
|
|
4542
|
+
NPSGridService.ctorParameters = function () { return [
|
|
4543
|
+
{ type: HttpClient }
|
|
4544
|
+
]; };
|
|
5715
4545
|
NPSGridService.decorators = [
|
|
5716
4546
|
{ type: Injectable }
|
|
5717
4547
|
];
|
|
@@ -5720,11 +4550,6 @@ var NPSGridService = (function () {
|
|
|
5720
4550
|
]; };
|
|
5721
4551
|
return NPSGridService;
|
|
5722
4552
|
}());
|
|
5723
|
-
if (false) {
|
|
5724
|
-
NPSGridService.prototype.telemetryEvents;
|
|
5725
|
-
NPSGridService.prototype.updateTelemetryDataObservable;
|
|
5726
|
-
NPSGridService.prototype.http;
|
|
5727
|
-
}
|
|
5728
4553
|
|
|
5729
4554
|
var TelemetryService = (function () {
|
|
5730
4555
|
function TelemetryService(configSvc, eventsSvc, environment, logger, router, npsSvc) {
|
|
@@ -5760,7 +4585,7 @@ var TelemetryService = (function () {
|
|
|
5760
4585
|
}
|
|
5761
4586
|
TelemetryService.prototype.navigationStart = function () {
|
|
5762
4587
|
var _this = this;
|
|
5763
|
-
this.router.events.subscribe(
|
|
4588
|
+
this.router.events.subscribe(function (event) {
|
|
5764
4589
|
if (event instanceof NavigationStart) {
|
|
5765
4590
|
if (event.url.includes('/public/') || event.url.includes('&preview=true') || event.url.includes('/certs')) {
|
|
5766
4591
|
_this.isAnonymousTelemetry = true;
|
|
@@ -5769,13 +4594,13 @@ var TelemetryService = (function () {
|
|
|
5769
4594
|
_this.initializeConfig(instanceConfig);
|
|
5770
4595
|
}
|
|
5771
4596
|
}
|
|
5772
|
-
})
|
|
4597
|
+
});
|
|
5773
4598
|
};
|
|
5774
4599
|
Object.defineProperty(TelemetryService.prototype, "isAnonymousTelemetryRequired", {
|
|
5775
4600
|
get: function () {
|
|
5776
4601
|
return this.isAnonymousTelemetry;
|
|
5777
4602
|
},
|
|
5778
|
-
enumerable:
|
|
4603
|
+
enumerable: false,
|
|
5779
4604
|
configurable: true
|
|
5780
4605
|
});
|
|
5781
4606
|
TelemetryService.prototype.updateTelemetryConfig = function () {
|
|
@@ -5791,7 +4616,7 @@ var TelemetryService = (function () {
|
|
|
5791
4616
|
TelemetryService.prototype.initializeConfig = function (instanceConfig) {
|
|
5792
4617
|
if (instanceConfig) {
|
|
5793
4618
|
this.telemetryConfig = instanceConfig.telemetryConfig;
|
|
5794
|
-
this.telemetryConfig = __assign({}, this.telemetryConfig, { pdata: __assign({}, this.telemetryConfig.pdata, { id: this.environment.name + "." + this.telemetryConfig.pdata.id }), uid: (this.configSvc.userProfile && this.configSvc.userProfile.userId) ?
|
|
4619
|
+
this.telemetryConfig = __assign(__assign({}, this.telemetryConfig), { pdata: __assign(__assign({}, this.telemetryConfig.pdata), { id: this.environment.name + "." + this.telemetryConfig.pdata.id }), uid: (this.configSvc.userProfile && this.configSvc.userProfile.userId) ?
|
|
5795
4620
|
this.configSvc.userProfile.userId : '', channel: this.rootOrgId || this.telemetryConfig.channel, sid: this.getTelemetrySessionId });
|
|
5796
4621
|
this.pData = this.telemetryConfig.pdata;
|
|
5797
4622
|
}
|
|
@@ -5800,7 +4625,7 @@ var TelemetryService = (function () {
|
|
|
5800
4625
|
get: function () {
|
|
5801
4626
|
return localStorage.getItem('telemetrySessionId') || '';
|
|
5802
4627
|
},
|
|
5803
|
-
enumerable:
|
|
4628
|
+
enumerable: false,
|
|
5804
4629
|
configurable: true
|
|
5805
4630
|
});
|
|
5806
4631
|
Object.defineProperty(TelemetryService.prototype, "rootOrgId", {
|
|
@@ -5810,7 +4635,7 @@ var TelemetryService = (function () {
|
|
|
5810
4635
|
}
|
|
5811
4636
|
return '';
|
|
5812
4637
|
},
|
|
5813
|
-
enumerable:
|
|
4638
|
+
enumerable: false,
|
|
5814
4639
|
configurable: true
|
|
5815
4640
|
});
|
|
5816
4641
|
TelemetryService.prototype.triggerNPSUpdate = function (data) {
|
|
@@ -5834,10 +4659,8 @@ var TelemetryService = (function () {
|
|
|
5834
4659
|
pageContext.pageId
|
|
5835
4660
|
: '',
|
|
5836
4661
|
duration: 1,
|
|
5837
|
-
}, {
|
|
5838
|
-
|
|
5839
|
-
object: __assign({}, (data) && data),
|
|
5840
|
-
});
|
|
4662
|
+
}, __assign({ context: __assign({ pdata: __assign(__assign({}, this.pData), { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)), object: __assign({}, (data) && data) }, (this.configSvc.userProfile && this.configSvc.userProfile.userId ?
|
|
4663
|
+
null : { actor: { id: '', type: 'AnonymousUser' } })));
|
|
5841
4664
|
}
|
|
5842
4665
|
else {
|
|
5843
4666
|
this.logger.error('Error Initializing Telemetry. Config missing.');
|
|
@@ -5856,7 +4679,7 @@ var TelemetryService = (function () {
|
|
|
5856
4679
|
pageContext.pageId
|
|
5857
4680
|
: '',
|
|
5858
4681
|
}, {
|
|
5859
|
-
context: __assign({ pdata: __assign({}, this.pData, { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)),
|
|
4682
|
+
context: __assign({ pdata: __assign(__assign({}, this.pData), { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)),
|
|
5860
4683
|
object: __assign({}, (data) && data),
|
|
5861
4684
|
});
|
|
5862
4685
|
}
|
|
@@ -5874,7 +4697,7 @@ var TelemetryService = (function () {
|
|
|
5874
4697
|
duration: '',
|
|
5875
4698
|
}, {
|
|
5876
4699
|
context: {
|
|
5877
|
-
pdata: __assign({}, this.pData, { id: this.pData.id }),
|
|
4700
|
+
pdata: __assign(__assign({}, this.pData), { id: this.pData.id }),
|
|
5878
4701
|
},
|
|
5879
4702
|
});
|
|
5880
4703
|
}
|
|
@@ -5909,7 +4732,7 @@ var TelemetryService = (function () {
|
|
|
5909
4732
|
if (page.objectId) {
|
|
5910
4733
|
var config = {
|
|
5911
4734
|
context: {
|
|
5912
|
-
pdata: __assign({}, this.pData, { id: this.pData.id }),
|
|
4735
|
+
pdata: __assign(__assign({}, this.pData), { id: this.pData.id }),
|
|
5913
4736
|
env: page.module || (this.telemetryConfig && this.telemetryConfig.env),
|
|
5914
4737
|
},
|
|
5915
4738
|
object: __assign({ id: page.objectId, type: objectType }, (data && data.object)),
|
|
@@ -5922,7 +4745,7 @@ var TelemetryService = (function () {
|
|
|
5922
4745
|
else {
|
|
5923
4746
|
$t.impression(edata, {
|
|
5924
4747
|
context: {
|
|
5925
|
-
pdata: __assign({}, this.pData, { id: this.pData && this.pData.id }),
|
|
4748
|
+
pdata: __assign(__assign({}, this.pData), { id: this.pData && this.pData.id }),
|
|
5926
4749
|
env: page.module || '',
|
|
5927
4750
|
},
|
|
5928
4751
|
object: __assign({}, (data && data.object)),
|
|
@@ -5940,14 +4763,14 @@ var TelemetryService = (function () {
|
|
|
5940
4763
|
if (this.externalApps[impressionData.subApplicationName]) {
|
|
5941
4764
|
var externalConfig = page.objectId ? {
|
|
5942
4765
|
context: {
|
|
5943
|
-
pdata: __assign({}, this.pData, { id: this.externalApps[impressionData.subApplicationName] }),
|
|
4766
|
+
pdata: __assign(__assign({}, this.pData), { id: this.externalApps[impressionData.subApplicationName] }),
|
|
5944
4767
|
},
|
|
5945
4768
|
object: {
|
|
5946
4769
|
id: page.objectId,
|
|
5947
4770
|
},
|
|
5948
4771
|
} : {
|
|
5949
4772
|
context: {
|
|
5950
|
-
pdata: __assign({}, this.pData, { id: this.externalApps[impressionData.subApplicationName] }),
|
|
4773
|
+
pdata: __assign(__assign({}, this.pData), { id: this.externalApps[impressionData.subApplicationName] }),
|
|
5951
4774
|
},
|
|
5952
4775
|
};
|
|
5953
4776
|
$t.impression(impressionData.data, externalConfig);
|
|
@@ -5960,14 +4783,14 @@ var TelemetryService = (function () {
|
|
|
5960
4783
|
TelemetryService.prototype.addCustomListenerForPlatformRating = function () {
|
|
5961
4784
|
var _this = this;
|
|
5962
4785
|
this.eventsSvc.getPREvents$
|
|
5963
|
-
.pipe(filter(
|
|
4786
|
+
.pipe(filter(function (event) {
|
|
5964
4787
|
return event &&
|
|
5965
4788
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
5966
4789
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.PlatformRating &&
|
|
5967
4790
|
event.data.mode &&
|
|
5968
4791
|
event.data;
|
|
5969
|
-
}))
|
|
5970
|
-
.subscribe(
|
|
4792
|
+
}))
|
|
4793
|
+
.subscribe(function (event) {
|
|
5971
4794
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
5972
4795
|
_this.start({
|
|
5973
4796
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -5989,23 +4812,23 @@ var TelemetryService = (function () {
|
|
|
5989
4812
|
: '',
|
|
5990
4813
|
pageid: event.pageContext && event.pageContext.pageId || '',
|
|
5991
4814
|
}, {
|
|
5992
|
-
context: __assign({ pdata: __assign({}, _this.pData, { id: _this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
4815
|
+
context: __assign({ pdata: __assign(__assign({}, _this.pData), { id: _this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
5993
4816
|
object: __assign({}, event.data.object),
|
|
5994
4817
|
});
|
|
5995
4818
|
}
|
|
5996
|
-
})
|
|
4819
|
+
});
|
|
5997
4820
|
};
|
|
5998
4821
|
TelemetryService.prototype.addCustomListenerForGetStart = function () {
|
|
5999
4822
|
var _this = this;
|
|
6000
4823
|
this.eventsSvc.getStartEvents$
|
|
6001
|
-
.pipe(filter(
|
|
4824
|
+
.pipe(filter(function (event) {
|
|
6002
4825
|
return event &&
|
|
6003
4826
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6004
4827
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.GetStarted &&
|
|
6005
4828
|
event.data.mode &&
|
|
6006
4829
|
event.data;
|
|
6007
|
-
}))
|
|
6008
|
-
.subscribe(
|
|
4830
|
+
}))
|
|
4831
|
+
.subscribe(function (event) {
|
|
6009
4832
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
6010
4833
|
_this.start({
|
|
6011
4834
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -6027,23 +4850,23 @@ var TelemetryService = (function () {
|
|
|
6027
4850
|
: '',
|
|
6028
4851
|
pageid: event.pageContext && event.pageContext.pageId || '',
|
|
6029
4852
|
}, {
|
|
6030
|
-
context: __assign({ pdata: __assign({}, _this.pData, { id: _this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
4853
|
+
context: __assign({ pdata: __assign(__assign({}, _this.pData), { id: _this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
6031
4854
|
object: __assign({}, event.data.object),
|
|
6032
4855
|
});
|
|
6033
4856
|
}
|
|
6034
|
-
})
|
|
4857
|
+
});
|
|
6035
4858
|
};
|
|
6036
4859
|
TelemetryService.prototype.addCustomListener = function () {
|
|
6037
4860
|
var _this = this;
|
|
6038
4861
|
this.eventsSvc.chatbotEvents$
|
|
6039
|
-
.pipe(filter(
|
|
4862
|
+
.pipe(filter(function (event) {
|
|
6040
4863
|
return event &&
|
|
6041
4864
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6042
4865
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Chatbot &&
|
|
6043
4866
|
event.data.mode &&
|
|
6044
4867
|
event.data;
|
|
6045
|
-
}))
|
|
6046
|
-
.subscribe(
|
|
4868
|
+
}))
|
|
4869
|
+
.subscribe(function (event) {
|
|
6047
4870
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
6048
4871
|
_this.start({
|
|
6049
4872
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -6065,41 +4888,41 @@ var TelemetryService = (function () {
|
|
|
6065
4888
|
: '',
|
|
6066
4889
|
pageid: event.pageContext && event.pageContext.pageId || '',
|
|
6067
4890
|
}, {
|
|
6068
|
-
context: __assign({ pdata: __assign({}, _this.pData, { id: _this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
4891
|
+
context: __assign({ pdata: __assign(__assign({}, _this.pData), { id: _this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
6069
4892
|
object: __assign({}, event.data.object),
|
|
6070
4893
|
});
|
|
6071
4894
|
}
|
|
6072
|
-
})
|
|
4895
|
+
});
|
|
6073
4896
|
};
|
|
6074
4897
|
TelemetryService.prototype.addCustomImpressionListener = function () {
|
|
6075
4898
|
var _this = this;
|
|
6076
4899
|
this.eventsSvc.events$
|
|
6077
|
-
.pipe(filter(
|
|
4900
|
+
.pipe(filter(function (event) {
|
|
6078
4901
|
return event &&
|
|
6079
4902
|
event.data &&
|
|
6080
4903
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6081
4904
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Impression;
|
|
6082
|
-
}))
|
|
6083
|
-
.subscribe(
|
|
4905
|
+
}))
|
|
4906
|
+
.subscribe(function (event) {
|
|
6084
4907
|
try {
|
|
6085
4908
|
_this.impression(event.data);
|
|
6086
4909
|
}
|
|
6087
4910
|
catch (e) {
|
|
6088
4911
|
console.log('Error in telemetry impression', e);
|
|
6089
4912
|
}
|
|
6090
|
-
})
|
|
4913
|
+
});
|
|
6091
4914
|
};
|
|
6092
4915
|
TelemetryService.prototype.addTimeSpentListener = function () {
|
|
6093
4916
|
var _this = this;
|
|
6094
4917
|
this.eventsSvc.events$
|
|
6095
|
-
.pipe(filter(
|
|
4918
|
+
.pipe(filter(function (event) {
|
|
6096
4919
|
return event &&
|
|
6097
4920
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6098
4921
|
event.data.type === WsEvents.WsTimeSpentType.Page &&
|
|
6099
4922
|
event.data.mode &&
|
|
6100
4923
|
event.data;
|
|
6101
|
-
}))
|
|
6102
|
-
.subscribe(
|
|
4924
|
+
}))
|
|
4925
|
+
.subscribe(function (event) {
|
|
6103
4926
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
6104
4927
|
_this.start({
|
|
6105
4928
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -6112,16 +4935,16 @@ var TelemetryService = (function () {
|
|
|
6112
4935
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
6113
4936
|
}, {}, event.pageContext);
|
|
6114
4937
|
}
|
|
6115
|
-
})
|
|
4938
|
+
});
|
|
6116
4939
|
};
|
|
6117
4940
|
TelemetryService.prototype.addCustomEventListener = function () {
|
|
6118
4941
|
var _this = this;
|
|
6119
4942
|
this.eventsSvc.events$
|
|
6120
|
-
.pipe(filter(
|
|
4943
|
+
.pipe(filter(function (event) {
|
|
6121
4944
|
return event &&
|
|
6122
4945
|
event.eventType === WsEvents.WsEventType.Telemetry;
|
|
6123
|
-
}))
|
|
6124
|
-
.subscribe(
|
|
4946
|
+
}))
|
|
4947
|
+
.subscribe(function (event) {
|
|
6125
4948
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded &&
|
|
6126
4949
|
event.data.type !== WsEvents.WsTimeSpentType.Player) {
|
|
6127
4950
|
_this.start({
|
|
@@ -6136,19 +4959,19 @@ var TelemetryService = (function () {
|
|
|
6136
4959
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
6137
4960
|
}, event.data.object, event.pageContext);
|
|
6138
4961
|
}
|
|
6139
|
-
})
|
|
4962
|
+
});
|
|
6140
4963
|
};
|
|
6141
4964
|
TelemetryService.prototype.addPlayerListener = function () {
|
|
6142
4965
|
var _this = this;
|
|
6143
4966
|
this.eventsSvc.events$
|
|
6144
|
-
.pipe(filter(
|
|
4967
|
+
.pipe(filter(function (event) {
|
|
6145
4968
|
return event &&
|
|
6146
4969
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6147
4970
|
event.data.type === WsEvents.WsTimeSpentType.Player &&
|
|
6148
4971
|
event.data.mode &&
|
|
6149
4972
|
event.data;
|
|
6150
|
-
}))
|
|
6151
|
-
.subscribe(
|
|
4973
|
+
}))
|
|
4974
|
+
.subscribe(function (event) {
|
|
6152
4975
|
var content = event.data.content;
|
|
6153
4976
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded &&
|
|
6154
4977
|
(!content ||
|
|
@@ -6170,25 +4993,25 @@ var TelemetryService = (function () {
|
|
|
6170
4993
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
6171
4994
|
}, event.data.object, event.pageContext);
|
|
6172
4995
|
}
|
|
6173
|
-
})
|
|
4996
|
+
});
|
|
6174
4997
|
};
|
|
6175
4998
|
TelemetryService.prototype.addInteractListener = function () {
|
|
6176
4999
|
var _this = this;
|
|
6177
5000
|
var data = this.getPageDetails();
|
|
6178
5001
|
this.triggerNPSUpdate(data.pageid);
|
|
6179
5002
|
this.eventsSvc.events$
|
|
6180
|
-
.pipe(filter(
|
|
5003
|
+
.pipe(filter(function (event) {
|
|
6181
5004
|
return event &&
|
|
6182
5005
|
event.data &&
|
|
6183
5006
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6184
5007
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Interact;
|
|
6185
|
-
}))
|
|
6186
|
-
.subscribe(
|
|
5008
|
+
}))
|
|
5009
|
+
.subscribe(function (event) {
|
|
6187
5010
|
var page = _this.getPageDetails();
|
|
6188
5011
|
if (typeof event.from === 'string' && _this.externalApps[event.from]) {
|
|
6189
5012
|
var externalConfig = {
|
|
6190
5013
|
context: {
|
|
6191
|
-
pdata: __assign({}, _this.pData, { id: _this.externalApps[event.from] }),
|
|
5014
|
+
pdata: __assign(__assign({}, _this.pData), { id: _this.externalApps[event.from] }),
|
|
6192
5015
|
},
|
|
6193
5016
|
};
|
|
6194
5017
|
try {
|
|
@@ -6208,7 +5031,7 @@ var TelemetryService = (function () {
|
|
|
6208
5031
|
: '',
|
|
6209
5032
|
pageid: event.data.pageContext && event.data.pageContext.pageId || page.pageid,
|
|
6210
5033
|
}, {
|
|
6211
|
-
context: __assign({ pdata: __assign({}, _this.pData, { id: _this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
5034
|
+
context: __assign({ pdata: __assign(__assign({}, _this.pData), { id: _this.pData.id }) }, (event.pageContext && event.pageContext.module ? { env: event.pageContext.module } : null)),
|
|
6212
5035
|
object: __assign({}, event.data.object),
|
|
6213
5036
|
});
|
|
6214
5037
|
}
|
|
@@ -6216,18 +5039,18 @@ var TelemetryService = (function () {
|
|
|
6216
5039
|
console.log('Error in telemetry interact', e);
|
|
6217
5040
|
}
|
|
6218
5041
|
}
|
|
6219
|
-
})
|
|
5042
|
+
});
|
|
6220
5043
|
};
|
|
6221
5044
|
TelemetryService.prototype.addFeedbackListener = function () {
|
|
6222
5045
|
var _this = this;
|
|
6223
5046
|
this.eventsSvc.events$
|
|
6224
|
-
.pipe(filter(
|
|
5047
|
+
.pipe(filter(function (event) {
|
|
6225
5048
|
return event &&
|
|
6226
5049
|
event.data &&
|
|
6227
5050
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6228
5051
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Feedback;
|
|
6229
|
-
}))
|
|
6230
|
-
.subscribe(
|
|
5052
|
+
}))
|
|
5053
|
+
.subscribe(function (event) {
|
|
6231
5054
|
var page = _this.getPageDetails();
|
|
6232
5055
|
try {
|
|
6233
5056
|
$t.feedback({
|
|
@@ -6237,7 +5060,7 @@ var TelemetryService = (function () {
|
|
|
6237
5060
|
pageid: page.pageid,
|
|
6238
5061
|
}, {
|
|
6239
5062
|
context: {
|
|
6240
|
-
pdata: __assign({}, _this.pData, { id: _this.pData.id }),
|
|
5063
|
+
pdata: __assign(__assign({}, _this.pData), { id: _this.pData.id }),
|
|
6241
5064
|
},
|
|
6242
5065
|
object: {
|
|
6243
5066
|
id: event.data.object.contentId || event.data.object.id || '',
|
|
@@ -6250,22 +5073,22 @@ var TelemetryService = (function () {
|
|
|
6250
5073
|
catch (e) {
|
|
6251
5074
|
console.log('Error in telemetry interact', e);
|
|
6252
5075
|
}
|
|
6253
|
-
})
|
|
5076
|
+
});
|
|
6254
5077
|
};
|
|
6255
5078
|
TelemetryService.prototype.addHearbeatListener = function () {
|
|
6256
5079
|
var _this = this;
|
|
6257
5080
|
this.eventsSvc.events$
|
|
6258
|
-
.pipe(filter(
|
|
5081
|
+
.pipe(filter(function (event) {
|
|
6259
5082
|
return event &&
|
|
6260
5083
|
event.data &&
|
|
6261
5084
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6262
5085
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.HeartBeat;
|
|
6263
|
-
}))
|
|
6264
|
-
.subscribe(
|
|
5086
|
+
}))
|
|
5087
|
+
.subscribe(function (event) {
|
|
6265
5088
|
if (typeof event.from === 'string' && _this.externalApps[event.from]) {
|
|
6266
5089
|
var externalConfig = {
|
|
6267
5090
|
context: {
|
|
6268
|
-
pdata: __assign({}, _this.pData, { id: _this.externalApps[event.from] }),
|
|
5091
|
+
pdata: __assign(__assign({}, _this.pData), { id: _this.externalApps[event.from] }),
|
|
6269
5092
|
},
|
|
6270
5093
|
};
|
|
6271
5094
|
try {
|
|
@@ -6282,7 +5105,7 @@ var TelemetryService = (function () {
|
|
|
6282
5105
|
id: event.data.id,
|
|
6283
5106
|
}, {
|
|
6284
5107
|
context: {
|
|
6285
|
-
pdata: __assign({}, _this.pData, { id: _this.pData.id }),
|
|
5108
|
+
pdata: __assign(__assign({}, _this.pData), { id: _this.pData.id }),
|
|
6286
5109
|
},
|
|
6287
5110
|
});
|
|
6288
5111
|
}
|
|
@@ -6290,18 +5113,18 @@ var TelemetryService = (function () {
|
|
|
6290
5113
|
console.log('Error in telemetry heartbeat', e);
|
|
6291
5114
|
}
|
|
6292
5115
|
}
|
|
6293
|
-
})
|
|
5116
|
+
});
|
|
6294
5117
|
};
|
|
6295
5118
|
TelemetryService.prototype.addSearchListener = function () {
|
|
6296
5119
|
var _this = this;
|
|
6297
5120
|
this.eventsSvc.events$
|
|
6298
|
-
.pipe(filter(
|
|
5121
|
+
.pipe(filter(function (event) {
|
|
6299
5122
|
return event &&
|
|
6300
5123
|
event.data &&
|
|
6301
5124
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
6302
5125
|
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Search;
|
|
6303
|
-
}))
|
|
6304
|
-
.subscribe(
|
|
5126
|
+
}))
|
|
5127
|
+
.subscribe(function (event) {
|
|
6305
5128
|
try {
|
|
6306
5129
|
$t.search({
|
|
6307
5130
|
query: event.data.query,
|
|
@@ -6309,14 +5132,14 @@ var TelemetryService = (function () {
|
|
|
6309
5132
|
size: event.data.size,
|
|
6310
5133
|
}, {
|
|
6311
5134
|
context: {
|
|
6312
|
-
pdata: __assign({}, _this.pData, { id: _this.pData.id }),
|
|
5135
|
+
pdata: __assign(__assign({}, _this.pData), { id: _this.pData.id }),
|
|
6313
5136
|
},
|
|
6314
5137
|
});
|
|
6315
5138
|
}
|
|
6316
5139
|
catch (e) {
|
|
6317
5140
|
console.log('Error in telemetry search', e);
|
|
6318
5141
|
}
|
|
6319
|
-
})
|
|
5142
|
+
});
|
|
6320
5143
|
};
|
|
6321
5144
|
TelemetryService.prototype.getPageDetails = function () {
|
|
6322
5145
|
var path = window.location.pathname.replace('/', '');
|
|
@@ -6348,6 +5171,15 @@ var TelemetryService = (function () {
|
|
|
6348
5171
|
}
|
|
6349
5172
|
return null;
|
|
6350
5173
|
};
|
|
5174
|
+
TelemetryService.ctorParameters = function () { return [
|
|
5175
|
+
{ type: ConfigurationsService },
|
|
5176
|
+
{ type: EventService },
|
|
5177
|
+
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] },
|
|
5178
|
+
{ type: LoggerService },
|
|
5179
|
+
{ type: Router },
|
|
5180
|
+
{ type: NPSGridService }
|
|
5181
|
+
]; };
|
|
5182
|
+
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" });
|
|
6351
5183
|
TelemetryService.decorators = [
|
|
6352
5184
|
{ type: Injectable, args: [{
|
|
6353
5185
|
providedIn: 'root',
|
|
@@ -6361,24 +5193,8 @@ var TelemetryService = (function () {
|
|
|
6361
5193
|
{ type: Router },
|
|
6362
5194
|
{ type: NPSGridService }
|
|
6363
5195
|
]; };
|
|
6364
|
-
/** @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" });
|
|
6365
5196
|
return TelemetryService;
|
|
6366
5197
|
}());
|
|
6367
|
-
if (false) {
|
|
6368
|
-
TelemetryService.prototype.previousUrl;
|
|
6369
|
-
TelemetryService.prototype.telemetryConfig;
|
|
6370
|
-
TelemetryService.prototype.pData;
|
|
6371
|
-
TelemetryService.prototype.contextCdata;
|
|
6372
|
-
TelemetryService.prototype.isAnonymousTelemetry;
|
|
6373
|
-
TelemetryService.prototype.telArray;
|
|
6374
|
-
TelemetryService.prototype.externalApps;
|
|
6375
|
-
TelemetryService.prototype.environment;
|
|
6376
|
-
TelemetryService.prototype.configSvc;
|
|
6377
|
-
TelemetryService.prototype.eventsSvc;
|
|
6378
|
-
TelemetryService.prototype.logger;
|
|
6379
|
-
TelemetryService.prototype.router;
|
|
6380
|
-
TelemetryService.prototype.npsSvc;
|
|
6381
|
-
}
|
|
6382
5198
|
|
|
6383
5199
|
var SubapplicationRespondService = (function () {
|
|
6384
5200
|
function SubapplicationRespondService(configSvc, contentSvc, activatedRoute, router, eventSvc, teleSvc) {
|
|
@@ -6393,15 +5209,15 @@ var SubapplicationRespondService = (function () {
|
|
|
6393
5209
|
this.continueLearningData = null;
|
|
6394
5210
|
this.loaded = false;
|
|
6395
5211
|
this.changeContextrespond();
|
|
6396
|
-
this.configSvc.prefChangeNotifier.subscribe(
|
|
5212
|
+
this.configSvc.prefChangeNotifier.subscribe(function () {
|
|
6397
5213
|
_this.changeContextrespond();
|
|
6398
|
-
})
|
|
5214
|
+
});
|
|
6399
5215
|
}
|
|
6400
5216
|
SubapplicationRespondService.prototype.loadedRespond = function (contentWindow, applicationName, id) {
|
|
6401
5217
|
var _this = this;
|
|
6402
5218
|
if (id && this.activatedRoute.snapshot.queryParams.viewMode && this.activatedRoute.snapshot.queryParams.viewMode === 'RESUME') {
|
|
6403
5219
|
this.continueLearningData = null;
|
|
6404
|
-
this.contentSvc.fetchContentHistory(id).subscribe(
|
|
5220
|
+
this.contentSvc.fetchContentHistory(id).subscribe(function (data) {
|
|
6405
5221
|
_this.continueLearningData = data.continueData;
|
|
6406
5222
|
if (_this.configSvc && _this.configSvc.userProfile) {
|
|
6407
5223
|
var firstName = _this.configSvc.userProfile.userName ?
|
|
@@ -6439,7 +5255,7 @@ var SubapplicationRespondService = (function () {
|
|
|
6439
5255
|
_this.loaded = true;
|
|
6440
5256
|
_this.subAppname = applicationName;
|
|
6441
5257
|
}
|
|
6442
|
-
})
|
|
5258
|
+
});
|
|
6443
5259
|
}
|
|
6444
5260
|
else {
|
|
6445
5261
|
if (this.configSvc && this.configSvc.userProfile) {
|
|
@@ -6495,7 +5311,7 @@ var SubapplicationRespondService = (function () {
|
|
|
6495
5311
|
this.eventSvc.dispatchEvent({
|
|
6496
5312
|
eventType: WsEvents.WsEventType.Telemetry,
|
|
6497
5313
|
eventLogLevel: WsEvents.WsEventLogLevel.Warn,
|
|
6498
|
-
data: __assign({}, tData.data, { eventSubType: WsEvents.EnumTelemetrySubType.Interact }),
|
|
5314
|
+
data: __assign(__assign({}, tData.data), { eventSubType: WsEvents.EnumTelemetrySubType.Interact }),
|
|
6499
5315
|
from: tData.subApplicationName,
|
|
6500
5316
|
to: 'Telemetry',
|
|
6501
5317
|
});
|
|
@@ -6504,7 +5320,7 @@ var SubapplicationRespondService = (function () {
|
|
|
6504
5320
|
this.eventSvc.dispatchEvent({
|
|
6505
5321
|
eventType: WsEvents.WsEventType.Telemetry,
|
|
6506
5322
|
eventLogLevel: WsEvents.WsEventLogLevel.Trace,
|
|
6507
|
-
data: __assign({}, tData.data, { eventSubType: WsEvents.EnumTelemetrySubType.HeartBeat }),
|
|
5323
|
+
data: __assign(__assign({}, tData.data), { eventSubType: WsEvents.EnumTelemetrySubType.HeartBeat }),
|
|
6508
5324
|
from: tData.subApplicationName,
|
|
6509
5325
|
to: 'Telemetry',
|
|
6510
5326
|
});
|
|
@@ -6555,6 +5371,15 @@ var SubapplicationRespondService = (function () {
|
|
|
6555
5371
|
this.contentWindowinfo.postMessage(response, '*');
|
|
6556
5372
|
}
|
|
6557
5373
|
};
|
|
5374
|
+
SubapplicationRespondService.ctorParameters = function () { return [
|
|
5375
|
+
{ type: ConfigurationsService },
|
|
5376
|
+
{ type: WidgetContentService },
|
|
5377
|
+
{ type: ActivatedRoute },
|
|
5378
|
+
{ type: Router },
|
|
5379
|
+
{ type: EventService },
|
|
5380
|
+
{ type: TelemetryService }
|
|
5381
|
+
]; };
|
|
5382
|
+
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" });
|
|
6558
5383
|
SubapplicationRespondService.decorators = [
|
|
6559
5384
|
{ type: Injectable, args: [{
|
|
6560
5385
|
providedIn: 'root',
|
|
@@ -6568,59 +5393,8 @@ var SubapplicationRespondService = (function () {
|
|
|
6568
5393
|
{ type: EventService },
|
|
6569
5394
|
{ type: TelemetryService }
|
|
6570
5395
|
]; };
|
|
6571
|
-
/** @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" });
|
|
6572
5396
|
return SubapplicationRespondService;
|
|
6573
5397
|
}());
|
|
6574
|
-
if (false) {
|
|
6575
|
-
SubapplicationRespondService.prototype.subAppname;
|
|
6576
|
-
SubapplicationRespondService.prototype.continueLearningData;
|
|
6577
|
-
SubapplicationRespondService.prototype.contentWindowinfo;
|
|
6578
|
-
SubapplicationRespondService.prototype.loaded;
|
|
6579
|
-
SubapplicationRespondService.prototype.configSvc;
|
|
6580
|
-
SubapplicationRespondService.prototype.contentSvc;
|
|
6581
|
-
SubapplicationRespondService.prototype.activatedRoute;
|
|
6582
|
-
SubapplicationRespondService.prototype.router;
|
|
6583
|
-
SubapplicationRespondService.prototype.eventSvc;
|
|
6584
|
-
SubapplicationRespondService.prototype.teleSvc;
|
|
6585
|
-
}
|
|
6586
|
-
|
|
6587
|
-
function IUserPreference() { }
|
|
6588
|
-
if (false) {
|
|
6589
|
-
IUserPreference.prototype.selectedTheme;
|
|
6590
|
-
IUserPreference.prototype.selectedFont;
|
|
6591
|
-
IUserPreference.prototype.selectedLocale;
|
|
6592
|
-
IUserPreference.prototype.isDarkMode;
|
|
6593
|
-
IUserPreference.prototype.isIntranetAllowed;
|
|
6594
|
-
IUserPreference.prototype.isRTL;
|
|
6595
|
-
IUserPreference.prototype.colorPallet;
|
|
6596
|
-
IUserPreference.prototype.defaultCardType;
|
|
6597
|
-
IUserPreference.prototype.pinnedApps;
|
|
6598
|
-
IUserPreference.prototype.selectedLangGroup;
|
|
6599
|
-
IUserPreference.prototype.completedActivity;
|
|
6600
|
-
IUserPreference.prototype.completedTour;
|
|
6601
|
-
IUserPreference.prototype.profileSettings;
|
|
6602
|
-
}
|
|
6603
|
-
function IPortalUrls() { }
|
|
6604
|
-
if (false) {
|
|
6605
|
-
IPortalUrls.prototype.igot;
|
|
6606
|
-
IPortalUrls.prototype.spv;
|
|
6607
|
-
IPortalUrls.prototype.mdo;
|
|
6608
|
-
IPortalUrls.prototype.cbc;
|
|
6609
|
-
IPortalUrls.prototype.cbp;
|
|
6610
|
-
IPortalUrls.prototype.frac;
|
|
6611
|
-
}
|
|
6612
|
-
function IProfile() { }
|
|
6613
|
-
if (false) {
|
|
6614
|
-
IProfile.prototype.showProfilePicture;
|
|
6615
|
-
IProfile.prototype.showUserInterest;
|
|
6616
|
-
IProfile.prototype.showKbFollowed;
|
|
6617
|
-
IProfile.prototype.showPlaylist;
|
|
6618
|
-
IProfile.prototype.showAuthoredByMe;
|
|
6619
|
-
IProfile.prototype.showReviewedByMe;
|
|
6620
|
-
IProfile.prototype.showBadgeDetails;
|
|
6621
|
-
IProfile.prototype.showBlogs;
|
|
6622
|
-
IProfile.prototype.showQnA;
|
|
6623
|
-
}
|
|
6624
5398
|
|
|
6625
5399
|
var endpoints = {
|
|
6626
5400
|
userPref: '/apis/protected/v8/user/preference',
|
|
@@ -6634,11 +5408,11 @@ var UserPreferenceService = (function () {
|
|
|
6634
5408
|
var _this = this;
|
|
6635
5409
|
this.configurationSvc.prefChangeNotifier
|
|
6636
5410
|
.pipe(debounceTime(250))
|
|
6637
|
-
.subscribe(
|
|
5411
|
+
.subscribe(function (changedUserPref) {
|
|
6638
5412
|
if (_this.configurationSvc.isAuthenticated) {
|
|
6639
5413
|
_this.saveUserPreference(changedUserPref);
|
|
6640
5414
|
}
|
|
6641
|
-
})
|
|
5415
|
+
});
|
|
6642
5416
|
};
|
|
6643
5417
|
UserPreferenceService.prototype.fetchUserPreference = function () {
|
|
6644
5418
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -6664,7 +5438,7 @@ var UserPreferenceService = (function () {
|
|
|
6664
5438
|
if (!changedUserPref) {
|
|
6665
5439
|
return [2, false];
|
|
6666
5440
|
}
|
|
6667
|
-
newUserPref = __assign({}, this.configurationSvc.userPreference, { pinnedApps: (changedUserPref && changedUserPref.pinnedApps) ||
|
|
5441
|
+
newUserPref = __assign(__assign(__assign(__assign({}, this.configurationSvc.userPreference), { pinnedApps: (changedUserPref && changedUserPref.pinnedApps) ||
|
|
6668
5442
|
(this.configurationSvc.userPreference &&
|
|
6669
5443
|
this.configurationSvc.userPreference.pinnedApps) ||
|
|
6670
5444
|
'', isDarkMode: this.configurationSvc.isDarkMode, isRTL: this.configurationSvc.isRTL, selectedTheme: (this.configurationSvc.activeThemeObject &&
|
|
@@ -6681,17 +5455,17 @@ var UserPreferenceService = (function () {
|
|
|
6681
5455
|
this.configurationSvc.userPreference.defaultCardType) ||
|
|
6682
5456
|
'', completedActivity: (this.configurationSvc.userPreference &&
|
|
6683
5457
|
this.configurationSvc.userPreference.completedActivity) ||
|
|
6684
|
-
[] }, (changedUserPref || {}), { completedTour: this.configurationSvc.completedTour, profileSettings: (this.configurationSvc.userPreference &&
|
|
5458
|
+
[] }), (changedUserPref || {})), { completedTour: this.configurationSvc.completedTour, profileSettings: (this.configurationSvc.userPreference &&
|
|
6685
5459
|
this.configurationSvc.userPreference.profileSettings) ||
|
|
6686
5460
|
this.configurationSvc.profileSettings });
|
|
6687
5461
|
oldUserPref_1 = this.configurationSvc.userPreference;
|
|
6688
5462
|
this.configurationSvc.userPreference = newUserPref;
|
|
6689
5463
|
return [4, this.http
|
|
6690
5464
|
.put(endpoints.userPref, newUserPref)
|
|
6691
|
-
.pipe(retry(3), catchError(
|
|
5465
|
+
.pipe(retry(3), catchError(function (err) {
|
|
6692
5466
|
_this.configurationSvc.userPreference = oldUserPref_1;
|
|
6693
5467
|
return of(err);
|
|
6694
|
-
}))
|
|
5468
|
+
}))
|
|
6695
5469
|
.toPromise()];
|
|
6696
5470
|
case 1:
|
|
6697
5471
|
_a.sent();
|
|
@@ -6704,6 +5478,11 @@ var UserPreferenceService = (function () {
|
|
|
6704
5478
|
});
|
|
6705
5479
|
});
|
|
6706
5480
|
};
|
|
5481
|
+
UserPreferenceService.ctorParameters = function () { return [
|
|
5482
|
+
{ type: HttpClient },
|
|
5483
|
+
{ type: ConfigurationsService }
|
|
5484
|
+
]; };
|
|
5485
|
+
UserPreferenceService.ɵprov = ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
|
|
6707
5486
|
UserPreferenceService.decorators = [
|
|
6708
5487
|
{ type: Injectable, args: [{
|
|
6709
5488
|
providedIn: 'root',
|
|
@@ -6713,13 +5492,8 @@ var UserPreferenceService = (function () {
|
|
|
6713
5492
|
{ type: HttpClient },
|
|
6714
5493
|
{ type: ConfigurationsService }
|
|
6715
5494
|
]; };
|
|
6716
|
-
/** @nocollapse */ UserPreferenceService.ngInjectableDef = ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
|
|
6717
5495
|
return UserPreferenceService;
|
|
6718
5496
|
}());
|
|
6719
|
-
if (false) {
|
|
6720
|
-
UserPreferenceService.prototype.http;
|
|
6721
|
-
UserPreferenceService.prototype.configurationSvc;
|
|
6722
|
-
}
|
|
6723
5497
|
|
|
6724
5498
|
var MultilingualTranslationsService = (function () {
|
|
6725
5499
|
function MultilingualTranslationsService(translate, http, configSvc) {
|
|
@@ -6774,11 +5548,11 @@ var MultilingualTranslationsService = (function () {
|
|
|
6774
5548
|
var nlabel = label;
|
|
6775
5549
|
nlabel = nlabel.toLowerCase();
|
|
6776
5550
|
var sl = nlabel.split(' ');
|
|
6777
|
-
sl.forEach(
|
|
5551
|
+
sl.forEach(function (w, index) {
|
|
6778
5552
|
if (index !== 0) {
|
|
6779
5553
|
sl[index] = w[0].toUpperCase() + w.slice(1);
|
|
6780
5554
|
}
|
|
6781
|
-
})
|
|
5555
|
+
});
|
|
6782
5556
|
nlabel = sl.join('');
|
|
6783
5557
|
nlabel = nlabel.replace(/\s/g, '');
|
|
6784
5558
|
if (subtype) {
|
|
@@ -6791,11 +5565,11 @@ var MultilingualTranslationsService = (function () {
|
|
|
6791
5565
|
MultilingualTranslationsService.prototype.translateActualLabel = function (label, type, subtype) {
|
|
6792
5566
|
var nlabel = label;
|
|
6793
5567
|
var sl = nlabel.split(' ');
|
|
6794
|
-
sl.forEach(
|
|
5568
|
+
sl.forEach(function (w, index) {
|
|
6795
5569
|
if (index !== 0) {
|
|
6796
5570
|
sl[index] = w[0].toUpperCase() + w.slice(1);
|
|
6797
5571
|
}
|
|
6798
|
-
})
|
|
5572
|
+
});
|
|
6799
5573
|
nlabel = sl.join('');
|
|
6800
5574
|
nlabel = nlabel.replace(/\s/g, '');
|
|
6801
5575
|
if (subtype) {
|
|
@@ -6826,6 +5600,12 @@ var MultilingualTranslationsService = (function () {
|
|
|
6826
5600
|
this.editProfileDetailsAPI(reqUpdates).subscribe();
|
|
6827
5601
|
}
|
|
6828
5602
|
};
|
|
5603
|
+
MultilingualTranslationsService.ctorParameters = function () { return [
|
|
5604
|
+
{ type: TranslateService },
|
|
5605
|
+
{ type: HttpClient },
|
|
5606
|
+
{ type: ConfigurationsService }
|
|
5607
|
+
]; };
|
|
5608
|
+
MultilingualTranslationsService.ɵprov = ɵɵdefineInjectable({ factory: function MultilingualTranslationsService_Factory() { return new MultilingualTranslationsService(ɵɵinject(TranslateService), ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: MultilingualTranslationsService, providedIn: "root" });
|
|
6829
5609
|
MultilingualTranslationsService.decorators = [
|
|
6830
5610
|
{ type: Injectable, args: [{
|
|
6831
5611
|
providedIn: 'root',
|
|
@@ -6836,75 +5616,8 @@ var MultilingualTranslationsService = (function () {
|
|
|
6836
5616
|
{ type: HttpClient },
|
|
6837
5617
|
{ type: ConfigurationsService }
|
|
6838
5618
|
]; };
|
|
6839
|
-
/** @nocollapse */ MultilingualTranslationsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function MultilingualTranslationsService_Factory() { return new MultilingualTranslationsService(ɵɵinject(TranslateService), ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: MultilingualTranslationsService, providedIn: "root" });
|
|
6840
5619
|
return MultilingualTranslationsService;
|
|
6841
5620
|
}());
|
|
6842
|
-
if (false) {
|
|
6843
|
-
MultilingualTranslationsService.prototype.selectedLang;
|
|
6844
|
-
MultilingualTranslationsService.prototype.languageSelected;
|
|
6845
|
-
MultilingualTranslationsService.prototype.languageSelectedObservable;
|
|
6846
|
-
MultilingualTranslationsService.prototype.editProfileDetails;
|
|
6847
|
-
MultilingualTranslationsService.prototype.translate;
|
|
6848
|
-
MultilingualTranslationsService.prototype.http;
|
|
6849
|
-
MultilingualTranslationsService.prototype.configSvc;
|
|
6850
|
-
}
|
|
6851
|
-
|
|
6852
|
-
var NsWidgetResolver;
|
|
6853
|
-
(function (NsWidgetResolver) {
|
|
6854
|
-
function IUnitPermissionObject() { }
|
|
6855
|
-
NsWidgetResolver.IUnitPermissionObject = IUnitPermissionObject;
|
|
6856
|
-
if (false) {
|
|
6857
|
-
IUnitPermissionObject.prototype.all;
|
|
6858
|
-
IUnitPermissionObject.prototype.none;
|
|
6859
|
-
IUnitPermissionObject.prototype.some;
|
|
6860
|
-
}
|
|
6861
|
-
function IPermissions() { }
|
|
6862
|
-
NsWidgetResolver.IPermissions = IPermissions;
|
|
6863
|
-
if (false) {
|
|
6864
|
-
IPermissions.prototype.enabled;
|
|
6865
|
-
IPermissions.prototype.available;
|
|
6866
|
-
IPermissions.prototype.roles;
|
|
6867
|
-
IPermissions.prototype.features;
|
|
6868
|
-
IPermissions.prototype.groups;
|
|
6869
|
-
}
|
|
6870
|
-
function IBaseConfig() { }
|
|
6871
|
-
NsWidgetResolver.IBaseConfig = IBaseConfig;
|
|
6872
|
-
if (false) {
|
|
6873
|
-
IBaseConfig.prototype.widgetType;
|
|
6874
|
-
IBaseConfig.prototype.widgetSubType;
|
|
6875
|
-
}
|
|
6876
|
-
function IRegistrationConfig() { }
|
|
6877
|
-
NsWidgetResolver.IRegistrationConfig = IRegistrationConfig;
|
|
6878
|
-
if (false) {
|
|
6879
|
-
IRegistrationConfig.prototype.component;
|
|
6880
|
-
}
|
|
6881
|
-
function IRegistrationsPermissionConfig() { }
|
|
6882
|
-
NsWidgetResolver.IRegistrationsPermissionConfig = IRegistrationsPermissionConfig;
|
|
6883
|
-
if (false) {
|
|
6884
|
-
IRegistrationsPermissionConfig.prototype.widgetPermission;
|
|
6885
|
-
}
|
|
6886
|
-
function IRenderConfigWithTypedData() { }
|
|
6887
|
-
NsWidgetResolver.IRenderConfigWithTypedData = IRenderConfigWithTypedData;
|
|
6888
|
-
if (false) {
|
|
6889
|
-
IRenderConfigWithTypedData.prototype.widgetData;
|
|
6890
|
-
IRenderConfigWithTypedData.prototype.widgetInstanceId;
|
|
6891
|
-
IRenderConfigWithTypedData.prototype.widgetHostClass;
|
|
6892
|
-
IRenderConfigWithTypedData.prototype.widgetHostStyle;
|
|
6893
|
-
}
|
|
6894
|
-
function IWidgetData() { }
|
|
6895
|
-
NsWidgetResolver.IWidgetData = IWidgetData;
|
|
6896
|
-
if (false) {
|
|
6897
|
-
IWidgetData.prototype.widgetSafeStyle;
|
|
6898
|
-
IWidgetData.prototype.updateBaseComponent;
|
|
6899
|
-
}
|
|
6900
|
-
function ITitle() { }
|
|
6901
|
-
NsWidgetResolver.ITitle = ITitle;
|
|
6902
|
-
if (false) {
|
|
6903
|
-
ITitle.prototype.title;
|
|
6904
|
-
ITitle.prototype.url;
|
|
6905
|
-
ITitle.prototype.icon;
|
|
6906
|
-
}
|
|
6907
|
-
})(NsWidgetResolver || (NsWidgetResolver = {}));
|
|
6908
5621
|
|
|
6909
|
-
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,
|
|
5622
|
+
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 };
|
|
6910
5623
|
//# sourceMappingURL=sunbird-cb-utils-v2.js.map
|