@sunbird-cb/collection 1.0.9 → 1.0.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-collection.umd.js +68 -241
- package/bundles/sunbird-cb-collection.umd.js.map +1 -1
- package/bundles/sunbird-cb-collection.umd.min.js +2 -2
- package/bundles/sunbird-cb-collection.umd.min.js.map +1 -1
- package/esm2015/lib/_common/user-content-rating/user-content-rating.component.js +3 -10
- package/esm2015/lib/_services/search-serv.service.js +2 -17
- package/esm2015/lib/btn-call/btn-call-dialog/btn-call-dialog.component.js +3 -12
- package/esm2015/lib/btn-call/btn-call.component.js +3 -10
- package/esm2015/lib/btn-content-download/btn-content-download.component.js +3 -15
- package/esm2015/lib/btn-content-like/btn-content-like.component.js +2 -5
- package/esm2015/lib/btn-content-mail-me/btn-content-mail-me.component.js +3 -10
- package/esm2015/lib/btn-content-share/btn-content-share-dialog/btn-content-share-dialog.component.js +3 -13
- package/esm2015/lib/btn-feature/btn-feature.component.js +3 -9
- package/esm2015/lib/btn-follow/btn-follow.service.js +4 -29
- package/esm2015/lib/btn-goals/btn-goals-selection/btn-goals-selection.component.js +4 -12
- package/esm2015/lib/btn-mail-user/btn-mail-user-dialog/btn-mail-user-dialog.component.js +2 -10
- package/esm2015/lib/btn-mail-user/btn-mail-user.component.js +3 -10
- package/esm2015/lib/btn-playlist/btn-playlist-selection/btn-playlist-selection.component.js +4 -12
- package/esm2015/lib/btn-profile/btn-profile.component.js +2 -7
- package/esm2015/lib/card-breadcrumb/card-breadcrumb.component.js +4 -13
- package/esm2015/lib/card-content/card-content.component.js +3 -11
- package/esm2015/lib/card-knowledge/card-knowledge.component.js +3 -10
- package/esm2015/lib/card-network/card-network.service.js +4 -4
- package/esm2015/lib/player-pdf/player-pdf.component.js +3 -7
- package/esm2015/lib/player-video/player-video.component.js +2 -2
- package/esm2015/lib/sliders/sliders.component.js +4 -15
- package/esm2015/lib/sliders-mob/sliders-mob.component.js +4 -15
- package/esm2015/lib/ui-admin-table/create-department.services.js +66 -0
- package/esm2015/lib/ui-admin-table/user-list/ui-admin-user-table.component.js +8 -8
- package/esm2015/lib/ui-org-table/user-list/org-user-table.component.js +8 -2
- package/esm2015/sunbird-cb-collection.js +2 -2
- package/esm5/lib/_common/user-content-rating/user-content-rating.component.js +3 -10
- package/esm5/lib/_services/search-serv.service.js +2 -17
- package/esm5/lib/btn-call/btn-call-dialog/btn-call-dialog.component.js +3 -12
- package/esm5/lib/btn-call/btn-call.component.js +3 -10
- package/esm5/lib/btn-content-download/btn-content-download.component.js +3 -15
- package/esm5/lib/btn-content-like/btn-content-like.component.js +2 -5
- package/esm5/lib/btn-content-mail-me/btn-content-mail-me.component.js +3 -10
- package/esm5/lib/btn-content-share/btn-content-share-dialog/btn-content-share-dialog.component.js +3 -13
- package/esm5/lib/btn-feature/btn-feature.component.js +3 -9
- package/esm5/lib/btn-follow/btn-follow.service.js +4 -29
- package/esm5/lib/btn-goals/btn-goals-selection/btn-goals-selection.component.js +4 -12
- package/esm5/lib/btn-mail-user/btn-mail-user-dialog/btn-mail-user-dialog.component.js +2 -10
- package/esm5/lib/btn-mail-user/btn-mail-user.component.js +3 -10
- package/esm5/lib/btn-playlist/btn-playlist-selection/btn-playlist-selection.component.js +4 -12
- package/esm5/lib/btn-profile/btn-profile.component.js +2 -7
- package/esm5/lib/card-breadcrumb/card-breadcrumb.component.js +5 -15
- package/esm5/lib/card-content/card-content.component.js +3 -11
- package/esm5/lib/card-knowledge/card-knowledge.component.js +3 -10
- package/esm5/lib/card-network/card-network.service.js +4 -4
- package/esm5/lib/player-pdf/player-pdf.component.js +3 -7
- package/esm5/lib/player-video/player-video.component.js +2 -2
- package/esm5/lib/sliders/sliders.component.js +4 -15
- package/esm5/lib/sliders-mob/sliders-mob.component.js +4 -15
- package/esm5/lib/ui-admin-table/create-department.services.js +68 -0
- package/esm5/lib/ui-admin-table/user-list/ui-admin-user-table.component.js +8 -8
- package/esm5/lib/ui-org-table/user-list/org-user-table.component.js +8 -2
- package/esm5/sunbird-cb-collection.js +2 -2
- package/fesm2015/sunbird-cb-collection.js +59 -231
- package/fesm2015/sunbird-cb-collection.js.map +1 -1
- package/fesm5/sunbird-cb-collection.js +66 -239
- package/fesm5/sunbird-cb-collection.js.map +1 -1
- package/lib/_common/user-content-rating/user-content-rating.component.d.ts +2 -3
- package/lib/_services/search-serv.service.d.ts +1 -1
- package/lib/btn-call/btn-call-dialog/btn-call-dialog.component.d.ts +2 -4
- package/lib/btn-call/btn-call.component.d.ts +2 -3
- package/lib/btn-content-download/btn-content-download.component.d.ts +2 -5
- package/lib/btn-content-like/btn-content-like.component.d.ts +1 -1
- package/lib/btn-content-mail-me/btn-content-mail-me.component.d.ts +2 -3
- package/lib/btn-content-share/btn-content-share-dialog/btn-content-share-dialog.component.d.ts +2 -4
- package/lib/btn-feature/btn-feature.component.d.ts +2 -3
- package/lib/btn-follow/btn-follow.service.d.ts +2 -4
- package/lib/btn-goals/btn-goals-selection/btn-goals-selection.component.d.ts +3 -4
- package/lib/btn-mail-user/btn-mail-user-dialog/btn-mail-user-dialog.component.d.ts +1 -3
- package/lib/btn-mail-user/btn-mail-user.component.d.ts +2 -3
- package/lib/btn-playlist/btn-playlist-selection/btn-playlist-selection.component.d.ts +3 -4
- package/lib/card-breadcrumb/card-breadcrumb.component.d.ts +2 -4
- package/lib/card-content/card-content.component.d.ts +2 -3
- package/lib/card-knowledge/card-knowledge.component.d.ts +2 -3
- package/lib/card-network/card-network.service.d.ts +1 -1
- package/lib/player-pdf/player-pdf.component.d.ts +1 -1
- package/lib/sliders/sliders.component.d.ts +2 -4
- package/lib/sliders-mob/sliders-mob.component.d.ts +2 -4
- package/lib/ui-admin-table/{create-mdo.services.d.ts → create-department.services.d.ts} +1 -1
- package/lib/ui-admin-table/user-list/ui-admin-user-table.component.d.ts +3 -3
- package/lib/ui-org-table/user-list/org-user-table.component.d.ts +2 -0
- package/package.json +1 -1
- package/sunbird-cb-collection.d.ts +1 -1
- package/sunbird-cb-collection.metadata.json +1 -1
- package/esm2015/lib/ui-admin-table/create-mdo.services.js +0 -66
- package/esm5/lib/ui-admin-table/create-mdo.services.js +0 -68
|
@@ -4,12 +4,11 @@ import { __extends, __assign, __awaiter, __generator, __read, __values, __spread
|
|
|
4
4
|
import { WidgetBaseComponent, WidgetResolverModule } from '@sunbird-cb/resolver';
|
|
5
5
|
import { RouterModule, NavigationStart, NavigationEnd, Router, ActivatedRoute } from '@angular/router';
|
|
6
6
|
import { MatCardModule, MatDividerModule, MatIconModule, MatButtonModule, MatMenuModule, MatRippleModule, MatDialog, MatSnackBar, MAT_DIALOG_DATA, MatTooltipModule, MatDialogModule, MatSnackBarModule, MatTreeNestedDataSource, MatTreeModule, MatProgressSpinnerModule, MAT_SNACK_BAR_DATA, MatDialogRef, MatFormFieldModule, MatInputModule, MatBadgeModule, MatAutocompleteModule, MatChipsModule, MatListModule, MatSelectModule, MatExpansionModule, MatSlideToggleModule, MatProgressBarModule, MatTableDataSource, MatSort, MatPaginator, MatTableModule, MatSortModule, MatTabsModule, MatToolbarModule, MatCheckboxModule, MatButtonToggleModule, MatSliderModule, MatSidenavModule, MatRadioModule as MatRadioModule$1, MatGridListModule as MatGridListModule$1 } from '@angular/material';
|
|
7
|
-
import { PipeDurationTransformModule, LogoutComponent, ConfigurationsService,
|
|
7
|
+
import { PipeDurationTransformModule, LogoutComponent, ConfigurationsService, WsEvents, EventService, getStringifiedQueryParams, AuthKeycloakService, UserPreferenceService, DefaultThumbnailModule, UtilityService, PipePartialContentModule, PipeCountTransformModule, PipeHtmlTagRemovalModule, HorizontalScrollerModule, PipeNameTransformModule, ValueService, InViewPortModule, LoggerService, PipeSafeSanitizerModule, SubapplicationRespondService, LogoutModule, PipeOrderByModule, PipeRelativeTimeModule, NavigationModule, ImageResponsiveModule, PipeLimitToModule } from '@sunbird-cb/utils';
|
|
8
8
|
import { of, ReplaySubject, fromEvent, forkJoin, throwError, BehaviorSubject, timer, EMPTY, interval, Subject, merge } from 'rxjs';
|
|
9
9
|
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
10
10
|
import { tap, map, take, switchMap, catchError, debounceTime, distinctUntilChanged, filter, retry, first, debounce, mergeMap } from 'rxjs/operators';
|
|
11
11
|
import { NestedTreeControl } from '@angular/cdk/tree';
|
|
12
|
-
import { Platform } from '@angular/cdk/platform';
|
|
13
12
|
import { FormsModule, ReactiveFormsModule, FormGroup, FormControl, Validators, NG_VALUE_ACCESSOR, FormBuilder } from '@angular/forms';
|
|
14
13
|
import { QuillModule } from 'ngx-quill';
|
|
15
14
|
import { ENTER, COMMA, SEMICOLON } from '@angular/cdk/keycodes';
|
|
@@ -36,6 +35,7 @@ import 'videojs-vr';
|
|
|
36
35
|
import { getDocument } from 'pdfjs-dist/webpack';
|
|
37
36
|
import { BreakpointObserver, LayoutModule } from '@angular/cdk/layout';
|
|
38
37
|
import * as Hammer from 'hammerjs';
|
|
38
|
+
import { Platform } from '@angular/cdk/platform';
|
|
39
39
|
import { MatTableDataSource as MatTableDataSource$1, MatTableModule as MatTableModule$1 } from '@angular/material/table';
|
|
40
40
|
import { MatSort as MatSort$1, MatSortModule as MatSortModule$1 } from '@angular/material/sort';
|
|
41
41
|
import { MatIconModule as MatIconModule$1 } from '@angular/material/icon';
|
|
@@ -588,9 +588,8 @@ if (false) {
|
|
|
588
588
|
IWidgetBtnCallDialogData.prototype.phone;
|
|
589
589
|
}
|
|
590
590
|
var BtnCallDialogComponent = (function () {
|
|
591
|
-
function BtnCallDialogComponent(snackBar,
|
|
591
|
+
function BtnCallDialogComponent(snackBar, data) {
|
|
592
592
|
this.snackBar = snackBar;
|
|
593
|
-
this.events = events;
|
|
594
593
|
this.data = data;
|
|
595
594
|
}
|
|
596
595
|
BtnCallDialogComponent.prototype.ngOnInit = function () {
|
|
@@ -604,13 +603,8 @@ var BtnCallDialogComponent = (function () {
|
|
|
604
603
|
document.execCommand('copy');
|
|
605
604
|
document.body.removeChild(textArea);
|
|
606
605
|
this.snackBar.open(this.data.phone + " : " + successMsg, 'X');
|
|
607
|
-
this.raiseTelemetry('copyToClipboard');
|
|
608
606
|
};
|
|
609
|
-
BtnCallDialogComponent.prototype.raiseTelemetry = function (
|
|
610
|
-
this.events.raiseInteractTelemetry('call', subType, {
|
|
611
|
-
name: this.data.name,
|
|
612
|
-
phone: this.data.phone,
|
|
613
|
-
});
|
|
607
|
+
BtnCallDialogComponent.prototype.raiseTelemetry = function (_subType) {
|
|
614
608
|
};
|
|
615
609
|
BtnCallDialogComponent.decorators = [
|
|
616
610
|
{ type: Component, args: [{
|
|
@@ -621,14 +615,12 @@ var BtnCallDialogComponent = (function () {
|
|
|
621
615
|
];
|
|
622
616
|
BtnCallDialogComponent.ctorParameters = function () { return [
|
|
623
617
|
{ type: MatSnackBar },
|
|
624
|
-
{ type: EventService },
|
|
625
618
|
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] }
|
|
626
619
|
]; };
|
|
627
620
|
return BtnCallDialogComponent;
|
|
628
621
|
}());
|
|
629
622
|
if (false) {
|
|
630
623
|
BtnCallDialogComponent.prototype.snackBar;
|
|
631
|
-
BtnCallDialogComponent.prototype.events;
|
|
632
624
|
BtnCallDialogComponent.prototype.data;
|
|
633
625
|
}
|
|
634
626
|
|
|
@@ -640,9 +632,8 @@ if (false) {
|
|
|
640
632
|
}
|
|
641
633
|
var BtnCallComponent = (function (_super) {
|
|
642
634
|
__extends(BtnCallComponent, _super);
|
|
643
|
-
function BtnCallComponent(
|
|
635
|
+
function BtnCallComponent(dialog, configSvc) {
|
|
644
636
|
var _this = _super.call(this) || this;
|
|
645
|
-
_this.events = events;
|
|
646
637
|
_this.dialog = dialog;
|
|
647
638
|
_this.configSvc = configSvc;
|
|
648
639
|
_this.isCallEnabled = false;
|
|
@@ -663,10 +654,6 @@ var BtnCallComponent = (function (_super) {
|
|
|
663
654
|
});
|
|
664
655
|
};
|
|
665
656
|
BtnCallComponent.prototype.raiseTelemetry = function () {
|
|
666
|
-
this.events.raiseInteractTelemetry('call', 'openDialog', {
|
|
667
|
-
name: this.widgetData.userName,
|
|
668
|
-
phone: this.widgetData.userPhone,
|
|
669
|
-
});
|
|
670
657
|
};
|
|
671
658
|
BtnCallComponent.decorators = [
|
|
672
659
|
{ type: Component, args: [{
|
|
@@ -676,7 +663,6 @@ var BtnCallComponent = (function (_super) {
|
|
|
676
663
|
}] }
|
|
677
664
|
];
|
|
678
665
|
BtnCallComponent.ctorParameters = function () { return [
|
|
679
|
-
{ type: EventService },
|
|
680
666
|
{ type: MatDialog },
|
|
681
667
|
{ type: ConfigurationsService }
|
|
682
668
|
]; };
|
|
@@ -688,7 +674,6 @@ var BtnCallComponent = (function (_super) {
|
|
|
688
674
|
if (false) {
|
|
689
675
|
BtnCallComponent.prototype.widgetData;
|
|
690
676
|
BtnCallComponent.prototype.isCallEnabled;
|
|
691
|
-
BtnCallComponent.prototype.events;
|
|
692
677
|
BtnCallComponent.prototype.dialog;
|
|
693
678
|
BtnCallComponent.prototype.configSvc;
|
|
694
679
|
}
|
|
@@ -1494,10 +1479,8 @@ if (false) {
|
|
|
1494
1479
|
}
|
|
1495
1480
|
var BtnContentDownloadComponent = (function (_super) {
|
|
1496
1481
|
__extends(BtnContentDownloadComponent, _super);
|
|
1497
|
-
function BtnContentDownloadComponent(
|
|
1482
|
+
function BtnContentDownloadComponent(configSvc) {
|
|
1498
1483
|
var _this = _super.call(this) || this;
|
|
1499
|
-
_this.platform = platform;
|
|
1500
|
-
_this.events = events;
|
|
1501
1484
|
_this.configSvc = configSvc;
|
|
1502
1485
|
_this.forPreview = false;
|
|
1503
1486
|
_this.id = 'download-content';
|
|
@@ -1547,11 +1530,6 @@ var BtnContentDownloadComponent = (function (_super) {
|
|
|
1547
1530
|
}
|
|
1548
1531
|
};
|
|
1549
1532
|
BtnContentDownloadComponent.prototype.raiseTelemetry = function () {
|
|
1550
|
-
this.events.raiseInteractTelemetry('download', 'content', {
|
|
1551
|
-
platform: this.platform,
|
|
1552
|
-
contentId: this.widgetData.identifier,
|
|
1553
|
-
contentType: this.widgetData.contentType,
|
|
1554
|
-
});
|
|
1555
1533
|
};
|
|
1556
1534
|
BtnContentDownloadComponent.decorators = [
|
|
1557
1535
|
{ type: Component, args: [{
|
|
@@ -1561,8 +1539,6 @@ var BtnContentDownloadComponent = (function (_super) {
|
|
|
1561
1539
|
}] }
|
|
1562
1540
|
];
|
|
1563
1541
|
BtnContentDownloadComponent.ctorParameters = function () { return [
|
|
1564
|
-
{ type: Platform },
|
|
1565
|
-
{ type: EventService },
|
|
1566
1542
|
{ type: ConfigurationsService }
|
|
1567
1543
|
]; };
|
|
1568
1544
|
BtnContentDownloadComponent.propDecorators = {
|
|
@@ -1577,8 +1553,6 @@ if (false) {
|
|
|
1577
1553
|
BtnContentDownloadComponent.prototype.forPreview;
|
|
1578
1554
|
BtnContentDownloadComponent.prototype.id;
|
|
1579
1555
|
BtnContentDownloadComponent.prototype.downloadable;
|
|
1580
|
-
BtnContentDownloadComponent.prototype.platform;
|
|
1581
|
-
BtnContentDownloadComponent.prototype.events;
|
|
1582
1556
|
BtnContentDownloadComponent.prototype.configSvc;
|
|
1583
1557
|
}
|
|
1584
1558
|
|
|
@@ -2539,10 +2513,7 @@ var BtnContentLikeComponent = (function (_super) {
|
|
|
2539
2513
|
this.status = this.status === 'LIKED' ? 'NOT_LIKED' : 'LIKED';
|
|
2540
2514
|
}
|
|
2541
2515
|
};
|
|
2542
|
-
BtnContentLikeComponent.prototype.raiseTelemetry = function (
|
|
2543
|
-
this.events.raiseInteractTelemetry(action, 'content', {
|
|
2544
|
-
contentId: this.widgetData.identifier,
|
|
2545
|
-
});
|
|
2516
|
+
BtnContentLikeComponent.prototype.raiseTelemetry = function (_action) {
|
|
2546
2517
|
};
|
|
2547
2518
|
BtnContentLikeComponent.decorators = [
|
|
2548
2519
|
{ type: Component, args: [{
|
|
@@ -2759,9 +2730,8 @@ if (false) {
|
|
|
2759
2730
|
var VALID_CATEGORIES = new Set(['leave behind']);
|
|
2760
2731
|
var BtnContentMailMeComponent = (function (_super) {
|
|
2761
2732
|
__extends(BtnContentMailMeComponent, _super);
|
|
2762
|
-
function BtnContentMailMeComponent(
|
|
2733
|
+
function BtnContentMailMeComponent(dialog, snackBar, shareSvc, configSvc) {
|
|
2763
2734
|
var _this = _super.call(this) || this;
|
|
2764
|
-
_this.events = events;
|
|
2765
2735
|
_this.dialog = dialog;
|
|
2766
2736
|
_this.snackBar = snackBar;
|
|
2767
2737
|
_this.shareSvc = shareSvc;
|
|
@@ -2811,10 +2781,6 @@ var BtnContentMailMeComponent = (function (_super) {
|
|
|
2811
2781
|
.afterClosed()
|
|
2812
2782
|
.pipe(switchMap((function (dialogResponse) {
|
|
2813
2783
|
if (dialogResponse && dialogResponse.send) {
|
|
2814
|
-
_this.events.raiseInteractTelemetry('mailMe', undefined, {
|
|
2815
|
-
contentId: _this.widgetData.identifier,
|
|
2816
|
-
contentType: _this.widgetData.contentType,
|
|
2817
|
-
});
|
|
2818
2784
|
return _this.shareSvc.shareContent(_this.widgetData, [], dialogResponse.mailBody, 'attachment').pipe(map((function (_a) {
|
|
2819
2785
|
var response = _a.response;
|
|
2820
2786
|
return response === 'Success';
|
|
@@ -2843,7 +2809,6 @@ var BtnContentMailMeComponent = (function (_super) {
|
|
|
2843
2809
|
}] }
|
|
2844
2810
|
];
|
|
2845
2811
|
BtnContentMailMeComponent.ctorParameters = function () { return [
|
|
2846
|
-
{ type: EventService },
|
|
2847
2812
|
{ type: MatDialog },
|
|
2848
2813
|
{ type: MatSnackBar },
|
|
2849
2814
|
{ type: WidgetContentShareService },
|
|
@@ -2857,7 +2822,6 @@ var BtnContentMailMeComponent = (function (_super) {
|
|
|
2857
2822
|
if (false) {
|
|
2858
2823
|
BtnContentMailMeComponent.prototype.widgetData;
|
|
2859
2824
|
BtnContentMailMeComponent.prototype.enabled;
|
|
2860
|
-
BtnContentMailMeComponent.prototype.events;
|
|
2861
2825
|
BtnContentMailMeComponent.prototype.dialog;
|
|
2862
2826
|
BtnContentMailMeComponent.prototype.snackBar;
|
|
2863
2827
|
BtnContentMailMeComponent.prototype.shareSvc;
|
|
@@ -3166,8 +3130,7 @@ if (false) {
|
|
|
3166
3130
|
IContentShareData.prototype.content;
|
|
3167
3131
|
}
|
|
3168
3132
|
var BtnContentShareDialogComponent = (function () {
|
|
3169
|
-
function BtnContentShareDialogComponent(
|
|
3170
|
-
this.events = events;
|
|
3133
|
+
function BtnContentShareDialogComponent(snackBar, dialogRef, data, shareSvc, configSvc) {
|
|
3171
3134
|
this.snackBar = snackBar;
|
|
3172
3135
|
this.dialogRef = dialogRef;
|
|
3173
3136
|
this.data = data;
|
|
@@ -3239,7 +3202,6 @@ var BtnContentShareDialogComponent = (function () {
|
|
|
3239
3202
|
BtnContentShareDialogComponent.prototype.contentShare = function (txtBody, successToast) {
|
|
3240
3203
|
var _this = this;
|
|
3241
3204
|
this.sendInProgress = true;
|
|
3242
|
-
this.raiseTelemetry();
|
|
3243
3205
|
var req = {
|
|
3244
3206
|
'event-id': 'share_content',
|
|
3245
3207
|
'tag-value-pair': {
|
|
@@ -3285,12 +3247,6 @@ var BtnContentShareDialogComponent = (function () {
|
|
|
3285
3247
|
enumerable: true,
|
|
3286
3248
|
configurable: true
|
|
3287
3249
|
});
|
|
3288
|
-
BtnContentShareDialogComponent.prototype.raiseTelemetry = function () {
|
|
3289
|
-
this.events.raiseInteractTelemetry('share', 'content', {
|
|
3290
|
-
contentId: this.data.content.identifier,
|
|
3291
|
-
contentType: this.data.content.contentType,
|
|
3292
|
-
});
|
|
3293
|
-
};
|
|
3294
3250
|
BtnContentShareDialogComponent.decorators = [
|
|
3295
3251
|
{ type: Component, args: [{
|
|
3296
3252
|
selector: 'ws-widget-btn-content-share-dialog',
|
|
@@ -3299,7 +3255,6 @@ var BtnContentShareDialogComponent = (function () {
|
|
|
3299
3255
|
}] }
|
|
3300
3256
|
];
|
|
3301
3257
|
BtnContentShareDialogComponent.ctorParameters = function () { return [
|
|
3302
|
-
{ type: EventService },
|
|
3303
3258
|
{ type: MatSnackBar },
|
|
3304
3259
|
{ type: MatDialogRef },
|
|
3305
3260
|
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] },
|
|
@@ -3316,7 +3271,6 @@ if (false) {
|
|
|
3316
3271
|
BtnContentShareDialogComponent.prototype.message;
|
|
3317
3272
|
BtnContentShareDialogComponent.prototype.isSocialMediaShareEnabled;
|
|
3318
3273
|
BtnContentShareDialogComponent.prototype.sendStatus;
|
|
3319
|
-
BtnContentShareDialogComponent.prototype.events;
|
|
3320
3274
|
BtnContentShareDialogComponent.prototype.snackBar;
|
|
3321
3275
|
BtnContentShareDialogComponent.prototype.dialogRef;
|
|
3322
3276
|
BtnContentShareDialogComponent.prototype.data;
|
|
@@ -4013,9 +3967,8 @@ var typeMap = {
|
|
|
4013
3967
|
};
|
|
4014
3968
|
var BtnFeatureComponent = (function (_super) {
|
|
4015
3969
|
__extends(BtnFeatureComponent, _super);
|
|
4016
|
-
function BtnFeatureComponent(
|
|
3970
|
+
function BtnFeatureComponent(configurationsSvc, btnFeatureSvc, router, mobileSvc, configSvc, tour) {
|
|
4017
3971
|
var _this = _super.call(this) || this;
|
|
4018
|
-
_this.events = events;
|
|
4019
3972
|
_this.configurationsSvc = configurationsSvc;
|
|
4020
3973
|
_this.btnFeatureSvc = btnFeatureSvc;
|
|
4021
3974
|
_this.router = router;
|
|
@@ -4119,9 +4072,6 @@ var BtnFeatureComponent = (function (_super) {
|
|
|
4119
4072
|
var _this = this;
|
|
4120
4073
|
event.preventDefault();
|
|
4121
4074
|
event.stopPropagation();
|
|
4122
|
-
this.events.raiseInteractTelemetry('pin', 'feature', {
|
|
4123
|
-
featureId: featureId,
|
|
4124
|
-
});
|
|
4125
4075
|
this.configurationsSvc.pinnedApps.pipe(take(1)).subscribe((function (pinnedApps) {
|
|
4126
4076
|
var newPinnedApps = new Set(pinnedApps);
|
|
4127
4077
|
if (newPinnedApps.has(featureId)) {
|
|
@@ -4148,7 +4098,6 @@ var BtnFeatureComponent = (function (_super) {
|
|
|
4148
4098
|
}] }
|
|
4149
4099
|
];
|
|
4150
4100
|
BtnFeatureComponent.ctorParameters = function () { return [
|
|
4151
|
-
{ type: EventService },
|
|
4152
4101
|
{ type: ConfigurationsService },
|
|
4153
4102
|
{ type: BtnFeatureService },
|
|
4154
4103
|
{ type: Router },
|
|
@@ -4175,7 +4124,6 @@ if (false) {
|
|
|
4175
4124
|
BtnFeatureComponent.prototype.isPinFeatureAvailable;
|
|
4176
4125
|
BtnFeatureComponent.prototype.pinnedAppsChangeSubs;
|
|
4177
4126
|
BtnFeatureComponent.prototype.navigationSubs;
|
|
4178
|
-
BtnFeatureComponent.prototype.events;
|
|
4179
4127
|
BtnFeatureComponent.prototype.configurationsSvc;
|
|
4180
4128
|
BtnFeatureComponent.prototype.btnFeatureSvc;
|
|
4181
4129
|
BtnFeatureComponent.prototype.router;
|
|
@@ -4264,9 +4212,8 @@ var API_END_POINTS$5 = {
|
|
|
4264
4212
|
getFollowing: '/apis/protected/v8/user/follow/getFollowing',
|
|
4265
4213
|
};
|
|
4266
4214
|
var BtnFollowService = (function () {
|
|
4267
|
-
function BtnFollowService(http,
|
|
4215
|
+
function BtnFollowService(http, configSvc) {
|
|
4268
4216
|
this.http = http;
|
|
4269
|
-
this.events = events;
|
|
4270
4217
|
this.configSvc = configSvc;
|
|
4271
4218
|
this.fetchStatus = 'none';
|
|
4272
4219
|
this.fetchingFollowing = true;
|
|
@@ -4319,7 +4266,6 @@ var BtnFollowService = (function () {
|
|
|
4319
4266
|
BtnFollowService.prototype.follow = function (targetId, type) {
|
|
4320
4267
|
var _this = this;
|
|
4321
4268
|
if (type === void 0) { type = 'Knowledge Board'; }
|
|
4322
|
-
this.raiseTelemetry(targetId, type, 'follow');
|
|
4323
4269
|
return this.http
|
|
4324
4270
|
.post(API_END_POINTS$5.follow, {
|
|
4325
4271
|
type: type,
|
|
@@ -4336,7 +4282,6 @@ var BtnFollowService = (function () {
|
|
|
4336
4282
|
BtnFollowService.prototype.unfollow = function (targetId, type) {
|
|
4337
4283
|
var _this = this;
|
|
4338
4284
|
if (type === void 0) { type = 'Knowledge Board'; }
|
|
4339
|
-
this.raiseTelemetry(targetId, type, 'unfollow');
|
|
4340
4285
|
return this.http
|
|
4341
4286
|
.post(API_END_POINTS$5.unfollow, {
|
|
4342
4287
|
type: type,
|
|
@@ -4354,26 +4299,6 @@ var BtnFollowService = (function () {
|
|
|
4354
4299
|
var url = "" + (API_END_POINTS$5.getFollowing + (type ? "?type=" + type : ''));
|
|
4355
4300
|
return this.http.get(url);
|
|
4356
4301
|
};
|
|
4357
|
-
BtnFollowService.prototype.raiseTelemetry = function (targetId, type, action) {
|
|
4358
|
-
this.events.dispatchEvent({
|
|
4359
|
-
eventType: WsEvents.WsEventType.Telemetry,
|
|
4360
|
-
eventLogLevel: WsEvents.WsEventLogLevel.Warn,
|
|
4361
|
-
data: {
|
|
4362
|
-
eventSubType: WsEvents.EnumTelemetrySubType.Interact,
|
|
4363
|
-
type: action,
|
|
4364
|
-
subType: type,
|
|
4365
|
-
object: {
|
|
4366
|
-
id: targetId,
|
|
4367
|
-
},
|
|
4368
|
-
},
|
|
4369
|
-
from: {
|
|
4370
|
-
type: 'widget',
|
|
4371
|
-
widgetType: 'actionButton',
|
|
4372
|
-
widgetSubType: 'follow',
|
|
4373
|
-
},
|
|
4374
|
-
to: 'Telemetry',
|
|
4375
|
-
});
|
|
4376
|
-
};
|
|
4377
4302
|
BtnFollowService.decorators = [
|
|
4378
4303
|
{ type: Injectable, args: [{
|
|
4379
4304
|
providedIn: 'root',
|
|
@@ -4381,10 +4306,9 @@ var BtnFollowService = (function () {
|
|
|
4381
4306
|
];
|
|
4382
4307
|
BtnFollowService.ctorParameters = function () { return [
|
|
4383
4308
|
{ type: HttpClient },
|
|
4384
|
-
{ type: EventService },
|
|
4385
4309
|
{ type: ConfigurationsService }
|
|
4386
4310
|
]; };
|
|
4387
|
-
/** @nocollapse */ BtnFollowService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BtnFollowService_Factory() { return new BtnFollowService(ɵɵinject(HttpClient), ɵɵinject(
|
|
4311
|
+
/** @nocollapse */ BtnFollowService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BtnFollowService_Factory() { return new BtnFollowService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: BtnFollowService, providedIn: "root" });
|
|
4388
4312
|
return BtnFollowService;
|
|
4389
4313
|
}());
|
|
4390
4314
|
if (false) {
|
|
@@ -4395,7 +4319,6 @@ if (false) {
|
|
|
4395
4319
|
BtnFollowService.prototype.followReplaySubject;
|
|
4396
4320
|
BtnFollowService.prototype.followedIds;
|
|
4397
4321
|
BtnFollowService.prototype.http;
|
|
4398
|
-
BtnFollowService.prototype.events;
|
|
4399
4322
|
BtnFollowService.prototype.configSvc;
|
|
4400
4323
|
}
|
|
4401
4324
|
|
|
@@ -5049,10 +4972,9 @@ if (false) {
|
|
|
5049
4972
|
}
|
|
5050
4973
|
|
|
5051
4974
|
var BtnGoalsSelectionComponent = (function () {
|
|
5052
|
-
function BtnGoalsSelectionComponent(snackBar, goalsSvc
|
|
4975
|
+
function BtnGoalsSelectionComponent(snackBar, goalsSvc) {
|
|
5053
4976
|
this.snackBar = snackBar;
|
|
5054
4977
|
this.goalsSvc = goalsSvc;
|
|
5055
|
-
this.eventSvc = eventSvc;
|
|
5056
4978
|
this.closeDialog = new EventEmitter();
|
|
5057
4979
|
this.fetchGoalStatus = 'none';
|
|
5058
4980
|
this.goals = null;
|
|
@@ -5109,11 +5031,7 @@ var BtnGoalsSelectionComponent = (function () {
|
|
|
5109
5031
|
}));
|
|
5110
5032
|
}
|
|
5111
5033
|
};
|
|
5112
|
-
BtnGoalsSelectionComponent.prototype.raiseTelemetry = function (
|
|
5113
|
-
this.eventSvc.raiseInteractTelemetry('goal', "btn-goal-" + action, {
|
|
5114
|
-
goalId: goalId,
|
|
5115
|
-
contentId: contentId,
|
|
5116
|
-
});
|
|
5034
|
+
BtnGoalsSelectionComponent.prototype.raiseTelemetry = function (_action, _goalId, _contentId) {
|
|
5117
5035
|
};
|
|
5118
5036
|
BtnGoalsSelectionComponent.decorators = [
|
|
5119
5037
|
{ type: Component, args: [{
|
|
@@ -5124,8 +5042,7 @@ var BtnGoalsSelectionComponent = (function () {
|
|
|
5124
5042
|
];
|
|
5125
5043
|
BtnGoalsSelectionComponent.ctorParameters = function () { return [
|
|
5126
5044
|
{ type: MatSnackBar },
|
|
5127
|
-
{ type: BtnGoalsService }
|
|
5128
|
-
{ type: EventService }
|
|
5045
|
+
{ type: BtnGoalsService }
|
|
5129
5046
|
]; };
|
|
5130
5047
|
BtnGoalsSelectionComponent.propDecorators = {
|
|
5131
5048
|
contentId: [{ type: Input }],
|
|
@@ -5149,7 +5066,6 @@ if (false) {
|
|
|
5149
5066
|
BtnGoalsSelectionComponent.prototype.selectedGoals;
|
|
5150
5067
|
BtnGoalsSelectionComponent.prototype.snackBar;
|
|
5151
5068
|
BtnGoalsSelectionComponent.prototype.goalsSvc;
|
|
5152
|
-
BtnGoalsSelectionComponent.prototype.eventSvc;
|
|
5153
5069
|
}
|
|
5154
5070
|
|
|
5155
5071
|
var BtnGoalsModule = (function () {
|
|
@@ -6043,9 +5959,8 @@ var BtnKbModule = (function () {
|
|
|
6043
5959
|
}());
|
|
6044
5960
|
|
|
6045
5961
|
var BtnMailUserDialogComponent = (function () {
|
|
6046
|
-
function BtnMailUserDialogComponent(snackBar,
|
|
5962
|
+
function BtnMailUserDialogComponent(snackBar, shareSvc, dialogRef, data) {
|
|
6047
5963
|
this.snackBar = snackBar;
|
|
6048
|
-
this.events = events;
|
|
6049
5964
|
this.shareSvc = shareSvc;
|
|
6050
5965
|
this.dialogRef = dialogRef;
|
|
6051
5966
|
this.data = data;
|
|
@@ -6076,10 +5991,6 @@ var BtnMailUserDialogComponent = (function () {
|
|
|
6076
5991
|
}));
|
|
6077
5992
|
};
|
|
6078
5993
|
BtnMailUserDialogComponent.prototype.raiseTelemetry = function () {
|
|
6079
|
-
this.events.raiseInteractTelemetry('email', 'emailSME', {
|
|
6080
|
-
contentId: this.data.content.identifier,
|
|
6081
|
-
emails: this.data.emails,
|
|
6082
|
-
});
|
|
6083
5994
|
};
|
|
6084
5995
|
BtnMailUserDialogComponent.prototype.close = function () {
|
|
6085
5996
|
this.dialogRef.close();
|
|
@@ -6093,7 +6004,6 @@ var BtnMailUserDialogComponent = (function () {
|
|
|
6093
6004
|
];
|
|
6094
6005
|
BtnMailUserDialogComponent.ctorParameters = function () { return [
|
|
6095
6006
|
{ type: MatSnackBar },
|
|
6096
|
-
{ type: EventService },
|
|
6097
6007
|
{ type: WidgetContentShareService },
|
|
6098
6008
|
{ type: MatDialogRef },
|
|
6099
6009
|
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] }
|
|
@@ -6104,7 +6014,6 @@ if (false) {
|
|
|
6104
6014
|
BtnMailUserDialogComponent.prototype.mailSendInProgress;
|
|
6105
6015
|
BtnMailUserDialogComponent.prototype.sendStatus;
|
|
6106
6016
|
BtnMailUserDialogComponent.prototype.snackBar;
|
|
6107
|
-
BtnMailUserDialogComponent.prototype.events;
|
|
6108
6017
|
BtnMailUserDialogComponent.prototype.shareSvc;
|
|
6109
6018
|
BtnMailUserDialogComponent.prototype.dialogRef;
|
|
6110
6019
|
BtnMailUserDialogComponent.prototype.data;
|
|
@@ -6119,9 +6028,8 @@ if (false) {
|
|
|
6119
6028
|
}
|
|
6120
6029
|
var BtnMailUserComponent = (function (_super) {
|
|
6121
6030
|
__extends(BtnMailUserComponent, _super);
|
|
6122
|
-
function BtnMailUserComponent(
|
|
6031
|
+
function BtnMailUserComponent(dialog, configSvc) {
|
|
6123
6032
|
var _this = _super.call(this) || this;
|
|
6124
|
-
_this.events = events;
|
|
6125
6033
|
_this.dialog = dialog;
|
|
6126
6034
|
_this.configSvc = configSvc;
|
|
6127
6035
|
_this.isShareEnabled = false;
|
|
@@ -6142,10 +6050,6 @@ var BtnMailUserComponent = (function (_super) {
|
|
|
6142
6050
|
});
|
|
6143
6051
|
};
|
|
6144
6052
|
BtnMailUserComponent.prototype.raiseTelemetry = function () {
|
|
6145
|
-
this.events.raiseInteractTelemetry('email', 'openDialog', {
|
|
6146
|
-
contentId: this.widgetData.content.identifier,
|
|
6147
|
-
emails: this.widgetData.emails,
|
|
6148
|
-
});
|
|
6149
6053
|
};
|
|
6150
6054
|
BtnMailUserComponent.decorators = [
|
|
6151
6055
|
{ type: Component, args: [{
|
|
@@ -6155,7 +6059,6 @@ var BtnMailUserComponent = (function (_super) {
|
|
|
6155
6059
|
}] }
|
|
6156
6060
|
];
|
|
6157
6061
|
BtnMailUserComponent.ctorParameters = function () { return [
|
|
6158
|
-
{ type: EventService },
|
|
6159
6062
|
{ type: MatDialog },
|
|
6160
6063
|
{ type: ConfigurationsService }
|
|
6161
6064
|
]; };
|
|
@@ -6167,7 +6070,6 @@ var BtnMailUserComponent = (function (_super) {
|
|
|
6167
6070
|
if (false) {
|
|
6168
6071
|
BtnMailUserComponent.prototype.widgetData;
|
|
6169
6072
|
BtnMailUserComponent.prototype.isShareEnabled;
|
|
6170
|
-
BtnMailUserComponent.prototype.events;
|
|
6171
6073
|
BtnMailUserComponent.prototype.dialog;
|
|
6172
6074
|
BtnMailUserComponent.prototype.configSvc;
|
|
6173
6075
|
}
|
|
@@ -7252,10 +7154,9 @@ if (false) {
|
|
|
7252
7154
|
}
|
|
7253
7155
|
|
|
7254
7156
|
var BtnPlaylistSelectionComponent = (function () {
|
|
7255
|
-
function BtnPlaylistSelectionComponent(snackBar, playlistSvc
|
|
7157
|
+
function BtnPlaylistSelectionComponent(snackBar, playlistSvc) {
|
|
7256
7158
|
this.snackBar = snackBar;
|
|
7257
7159
|
this.playlistSvc = playlistSvc;
|
|
7258
|
-
this.eventSvc = eventSvc;
|
|
7259
7160
|
this.playlistCreateEvent = new EventEmitter();
|
|
7260
7161
|
this.fetchPlaylistStatus = 'none';
|
|
7261
7162
|
this.playlists = [];
|
|
@@ -7320,11 +7221,7 @@ var BtnPlaylistSelectionComponent = (function () {
|
|
|
7320
7221
|
_this.snackBar.open(errorToast, 'X');
|
|
7321
7222
|
}));
|
|
7322
7223
|
};
|
|
7323
|
-
BtnPlaylistSelectionComponent.prototype.raiseTelemetry = function (
|
|
7324
|
-
this.eventSvc.raiseInteractTelemetry('playlist', "btn-playlist-" + action, {
|
|
7325
|
-
playlistId: playlistId,
|
|
7326
|
-
contentId: contentId,
|
|
7327
|
-
});
|
|
7224
|
+
BtnPlaylistSelectionComponent.prototype.raiseTelemetry = function (_action, _playlistId, _contentId) {
|
|
7328
7225
|
};
|
|
7329
7226
|
BtnPlaylistSelectionComponent.decorators = [
|
|
7330
7227
|
{ type: Component, args: [{
|
|
@@ -7335,8 +7232,7 @@ var BtnPlaylistSelectionComponent = (function () {
|
|
|
7335
7232
|
];
|
|
7336
7233
|
BtnPlaylistSelectionComponent.ctorParameters = function () { return [
|
|
7337
7234
|
{ type: MatSnackBar },
|
|
7338
|
-
{ type: BtnPlaylistService }
|
|
7339
|
-
{ type: EventService }
|
|
7235
|
+
{ type: BtnPlaylistService }
|
|
7340
7236
|
]; };
|
|
7341
7237
|
BtnPlaylistSelectionComponent.propDecorators = {
|
|
7342
7238
|
contentAddMessage: [{ type: ViewChild, args: ['contentAdd', { static: true },] }],
|
|
@@ -7362,7 +7258,6 @@ if (false) {
|
|
|
7362
7258
|
BtnPlaylistSelectionComponent.prototype.playlistNameFormControl;
|
|
7363
7259
|
BtnPlaylistSelectionComponent.prototype.snackBar;
|
|
7364
7260
|
BtnPlaylistSelectionComponent.prototype.playlistSvc;
|
|
7365
|
-
BtnPlaylistSelectionComponent.prototype.eventSvc;
|
|
7366
7261
|
}
|
|
7367
7262
|
|
|
7368
7263
|
var BtnPlaylistModule = (function () {
|
|
@@ -8115,10 +8010,8 @@ if (false) {
|
|
|
8115
8010
|
|
|
8116
8011
|
var CardBreadcrumbComponent = (function (_super) {
|
|
8117
8012
|
__extends(CardBreadcrumbComponent, _super);
|
|
8118
|
-
function CardBreadcrumbComponent(
|
|
8119
|
-
|
|
8120
|
-
_this.events = events;
|
|
8121
|
-
return _this;
|
|
8013
|
+
function CardBreadcrumbComponent() {
|
|
8014
|
+
return _super.call(this) || this;
|
|
8122
8015
|
}
|
|
8123
8016
|
CardBreadcrumbComponent.prototype.ngOnInit = function () { };
|
|
8124
8017
|
CardBreadcrumbComponent.prototype.encodeUrl = function (clickUrl) {
|
|
@@ -8133,11 +8026,7 @@ var CardBreadcrumbComponent = (function (_super) {
|
|
|
8133
8026
|
}
|
|
8134
8027
|
return null;
|
|
8135
8028
|
};
|
|
8136
|
-
CardBreadcrumbComponent.prototype.raiseTelemetry = function (
|
|
8137
|
-
this.events.raiseInteractTelemetry('click', 'breadcrumb', {
|
|
8138
|
-
clickedItem: clickedItem,
|
|
8139
|
-
path: this.widgetData.path,
|
|
8140
|
-
});
|
|
8029
|
+
CardBreadcrumbComponent.prototype.raiseTelemetry = function (_clickedItem) {
|
|
8141
8030
|
};
|
|
8142
8031
|
CardBreadcrumbComponent.decorators = [
|
|
8143
8032
|
{ type: Component, args: [{
|
|
@@ -8146,9 +8035,7 @@ var CardBreadcrumbComponent = (function (_super) {
|
|
|
8146
8035
|
styles: [".border-radius-zero{border-radius:0!important}"]
|
|
8147
8036
|
}] }
|
|
8148
8037
|
];
|
|
8149
|
-
CardBreadcrumbComponent.ctorParameters = function () { return [
|
|
8150
|
-
{ type: EventService }
|
|
8151
|
-
]; };
|
|
8038
|
+
CardBreadcrumbComponent.ctorParameters = function () { return []; };
|
|
8152
8039
|
CardBreadcrumbComponent.propDecorators = {
|
|
8153
8040
|
widgetData: [{ type: Input }]
|
|
8154
8041
|
};
|
|
@@ -8156,7 +8043,6 @@ var CardBreadcrumbComponent = (function (_super) {
|
|
|
8156
8043
|
}(WidgetBaseComponent));
|
|
8157
8044
|
if (false) {
|
|
8158
8045
|
CardBreadcrumbComponent.prototype.widgetData;
|
|
8159
|
-
CardBreadcrumbComponent.prototype.events;
|
|
8160
8046
|
}
|
|
8161
8047
|
|
|
8162
8048
|
var CardBreadcrumbModule = (function () {
|
|
@@ -8542,9 +8428,8 @@ var NsCardContent;
|
|
|
8542
8428
|
|
|
8543
8429
|
var CardContentComponent = (function (_super) {
|
|
8544
8430
|
__extends(CardContentComponent, _super);
|
|
8545
|
-
function CardContentComponent(
|
|
8431
|
+
function CardContentComponent(configSvc, utilitySvc, snackBar) {
|
|
8546
8432
|
var _this = _super.call(this) || this;
|
|
8547
|
-
_this.events = events;
|
|
8548
8433
|
_this.configSvc = configSvc;
|
|
8549
8434
|
_this.utilitySvc = utilitySvc;
|
|
8550
8435
|
_this.snackBar = snackBar;
|
|
@@ -8706,11 +8591,6 @@ var CardContentComponent = (function (_super) {
|
|
|
8706
8591
|
configurable: true
|
|
8707
8592
|
});
|
|
8708
8593
|
CardContentComponent.prototype.raiseTelemetry = function () {
|
|
8709
|
-
this.events.raiseInteractTelemetry('click', this.widgetType + "-" + this.widgetSubType, {
|
|
8710
|
-
contentId: this.widgetData.content.identifier,
|
|
8711
|
-
contentType: this.widgetData.content.contentType,
|
|
8712
|
-
context: this.widgetData.context,
|
|
8713
|
-
});
|
|
8714
8594
|
};
|
|
8715
8595
|
Object.defineProperty(CardContentComponent.prototype, "isGreyedImage", {
|
|
8716
8596
|
get: function () {
|
|
@@ -8782,7 +8662,6 @@ var CardContentComponent = (function (_super) {
|
|
|
8782
8662
|
}] }
|
|
8783
8663
|
];
|
|
8784
8664
|
CardContentComponent.ctorParameters = function () { return [
|
|
8785
|
-
{ type: EventService },
|
|
8786
8665
|
{ type: ConfigurationsService },
|
|
8787
8666
|
{ type: UtilityService },
|
|
8788
8667
|
{ type: MatSnackBar }
|
|
@@ -8807,7 +8686,6 @@ if (false) {
|
|
|
8807
8686
|
CardContentComponent.prototype.prefChangeSubscription;
|
|
8808
8687
|
CardContentComponent.prototype.sourceLogos;
|
|
8809
8688
|
CardContentComponent.prototype.isIntranetAllowedSettings;
|
|
8810
|
-
CardContentComponent.prototype.events;
|
|
8811
8689
|
CardContentComponent.prototype.configSvc;
|
|
8812
8690
|
CardContentComponent.prototype.utilitySvc;
|
|
8813
8691
|
CardContentComponent.prototype.snackBar;
|
|
@@ -8866,8 +8744,7 @@ if (false) {
|
|
|
8866
8744
|
IKbCardData.prototype.actionBtns;
|
|
8867
8745
|
}
|
|
8868
8746
|
var CardKnowledgeComponent = (function () {
|
|
8869
|
-
function CardKnowledgeComponent(
|
|
8870
|
-
this.events = events;
|
|
8747
|
+
function CardKnowledgeComponent(configSvc, utilitySvc) {
|
|
8871
8748
|
this.configSvc = configSvc;
|
|
8872
8749
|
this.utilitySvc = utilitySvc;
|
|
8873
8750
|
this.followed = new EventEmitter();
|
|
@@ -8899,9 +8776,6 @@ var CardKnowledgeComponent = (function () {
|
|
|
8899
8776
|
this.unFollowed.emit(id);
|
|
8900
8777
|
};
|
|
8901
8778
|
CardKnowledgeComponent.prototype.raiseTelemetry = function () {
|
|
8902
|
-
this.events.raiseInteractTelemetry('click', NsContent.EContentTypes.KNOWLEDGE_BOARD, {
|
|
8903
|
-
contentId: this.widgetData.content.identifier,
|
|
8904
|
-
});
|
|
8905
8779
|
};
|
|
8906
8780
|
CardKnowledgeComponent.prototype.greyOut = function () {
|
|
8907
8781
|
if (this.widgetData.content.isInIntranet && this.utilitySvc.isMobile) {
|
|
@@ -8917,7 +8791,6 @@ var CardKnowledgeComponent = (function () {
|
|
|
8917
8791
|
}] }
|
|
8918
8792
|
];
|
|
8919
8793
|
CardKnowledgeComponent.ctorParameters = function () { return [
|
|
8920
|
-
{ type: EventService },
|
|
8921
8794
|
{ type: ConfigurationsService },
|
|
8922
8795
|
{ type: UtilityService }
|
|
8923
8796
|
]; };
|
|
@@ -8935,7 +8808,6 @@ if (false) {
|
|
|
8935
8808
|
CardKnowledgeComponent.prototype.defaultThumbnail;
|
|
8936
8809
|
CardKnowledgeComponent.prototype.prefChangeSubscription;
|
|
8937
8810
|
CardKnowledgeComponent.prototype.isIntranetAllowedSettings;
|
|
8938
|
-
CardKnowledgeComponent.prototype.events;
|
|
8939
8811
|
CardKnowledgeComponent.prototype.configSvc;
|
|
8940
8812
|
CardKnowledgeComponent.prototype.utilitySvc;
|
|
8941
8813
|
}
|
|
@@ -9325,10 +9197,10 @@ var CardNetWorkService = (function () {
|
|
|
9325
9197
|
return response;
|
|
9326
9198
|
})));
|
|
9327
9199
|
};
|
|
9328
|
-
CardNetWorkService.prototype.
|
|
9329
|
-
var usrDept = '
|
|
9200
|
+
CardNetWorkService.prototype.fetchMyDepartmentUsers = function () {
|
|
9201
|
+
var usrDept = 'cb';
|
|
9330
9202
|
if (this.configSvc.userProfile) {
|
|
9331
|
-
usrDept = this.configSvc.userProfile.departmentName || '
|
|
9203
|
+
usrDept = this.configSvc.userProfile.departmentName || 'cb';
|
|
9332
9204
|
}
|
|
9333
9205
|
var req;
|
|
9334
9206
|
req = {
|
|
@@ -16063,22 +15935,7 @@ var SearchServService = (function () {
|
|
|
16063
15935
|
}
|
|
16064
15936
|
return name;
|
|
16065
15937
|
};
|
|
16066
|
-
SearchServService.prototype.raiseSearchEvent = function (
|
|
16067
|
-
this.events.dispatchEvent({
|
|
16068
|
-
eventType: WsEvents.WsEventType.Telemetry,
|
|
16069
|
-
eventLogLevel: WsEvents.WsEventLogLevel.Warn,
|
|
16070
|
-
data: {
|
|
16071
|
-
eventSubType: WsEvents.EnumTelemetrySubType.Interact,
|
|
16072
|
-
object: {
|
|
16073
|
-
query: query,
|
|
16074
|
-
filters: filters,
|
|
16075
|
-
locale: locale,
|
|
16076
|
-
},
|
|
16077
|
-
type: 'search',
|
|
16078
|
-
},
|
|
16079
|
-
from: 'search',
|
|
16080
|
-
to: 'telemetry',
|
|
16081
|
-
});
|
|
15938
|
+
SearchServService.prototype.raiseSearchEvent = function (_query, _filters, _locale) {
|
|
16082
15939
|
};
|
|
16083
15940
|
SearchServService.prototype.raiseSearchResponseEvent = function (query, filters, totalHits, locale) {
|
|
16084
15941
|
this.events.dispatchEvent({
|
|
@@ -17539,12 +17396,7 @@ var PlayerPdfComponent = (function (_super) {
|
|
|
17539
17396
|
this.eventDispatcher(WsEvents.EnumTelemetrySubType.StateChange);
|
|
17540
17397
|
}
|
|
17541
17398
|
};
|
|
17542
|
-
PlayerPdfComponent.prototype.raiseTelemetry = function (
|
|
17543
|
-
if (this.identifier) {
|
|
17544
|
-
this.eventSvc.raiseInteractTelemetry(action, 'click', {
|
|
17545
|
-
contentId: this.identifier,
|
|
17546
|
-
});
|
|
17547
|
-
}
|
|
17399
|
+
PlayerPdfComponent.prototype.raiseTelemetry = function (_action) {
|
|
17548
17400
|
};
|
|
17549
17401
|
PlayerPdfComponent.prototype.saveContinueLearning = function (id) {
|
|
17550
17402
|
if (this.activatedRoute.snapshot.queryParams.collectionType &&
|
|
@@ -17674,6 +17526,7 @@ var PlayerPdfComponent = (function (_super) {
|
|
|
17674
17526
|
},
|
|
17675
17527
|
to: '',
|
|
17676
17528
|
data: {
|
|
17529
|
+
object: {},
|
|
17677
17530
|
eventSubType: eventType,
|
|
17678
17531
|
activityType: activity,
|
|
17679
17532
|
currentPage: this.currentPage.value,
|
|
@@ -18048,7 +17901,7 @@ var PlayerVideoComponent = (function (_super) {
|
|
|
18048
17901
|
PlayerVideoComponent.decorators = [
|
|
18049
17902
|
{ type: Component, args: [{
|
|
18050
17903
|
selector: 'ws-widget-player-video',
|
|
18051
|
-
template: "<video crossorigin=\"Anonymous\" #videoTag *ngIf=\"widgetData?.isVideojs\"\r\n class=\"video-js vjs-default-skin vjs-big-play-centered\">\r\n\r\n <source [src]=\"widgetData.url\" />\r\n <source [src]=\"widgetData.url\" type=\"video/mp4\" />\r\n <source [src]=\"widgetData.url\" type=\"application/x-mpegURL\" />\r\n
|
|
17904
|
+
template: "<video crossorigin=\"Anonymous\" #videoTag *ngIf=\"widgetData?.isVideojs\"\r\n class=\"video-js vjs-default-skin vjs-big-play-centered\">\r\n\r\n <source [src]=\"widgetData.url\" />\r\n <source [src]=\"widgetData.url\" type=\"video/mp4\" />\r\n <source [src]=\"widgetData.url\" type=\"application/x-mpegURL\" />\r\n <track kind=\"captions\" *ngIf=\"widgetData.subtitles\" [src]=\"widgetData?.subtitles[0]?.url\" srclang=\"en\" label=\"English\"\r\n default>\r\n</video>\r\n\r\n<video crossorigin=\"Anonymous\" [poster]=\"widgetData?.posterImage\" #realvideoTag class=\"video-js\"\r\n *ngIf=\"!widgetData?.isVideojs\" controls>\r\n <source [src]=\"widgetData.url\" type=\"video/mp4\" />\r\n <source [src]=\"widgetData.url\" type=\"application/x-mpegURL\" />\r\n <track kind=\"captions\" *ngIf=\"widgetData.subtitles\" [src]=\"widgetData?.subtitles[0]?.url\" srclang=\"en\" label=\"English\"\r\n default>\r\n</video>",
|
|
18052
17905
|
styles: [":host.video-full .video-js{height:100%;width:100%}.video-js{height:100%;width:100%;min-height:200px}"]
|
|
18053
17906
|
}] }
|
|
18054
17907
|
];
|
|
@@ -18514,17 +18367,12 @@ var BtnProfileComponent = (function (_super) {
|
|
|
18514
18367
|
_this.portalLinks.push(fw);
|
|
18515
18368
|
}));
|
|
18516
18369
|
}
|
|
18517
|
-
else if (feature.id === 'portal_frac' && feature.featureWidgets.length > 0) {
|
|
18518
|
-
feature.featureWidgets.forEach((function (fw) {
|
|
18519
|
-
_this.portalLinks.push(fw);
|
|
18520
|
-
}));
|
|
18521
|
-
}
|
|
18522
18370
|
}));
|
|
18523
18371
|
};
|
|
18524
18372
|
BtnProfileComponent.decorators = [
|
|
18525
18373
|
{ type: Component, args: [{
|
|
18526
18374
|
selector: 'ws-widget-btn-profile',
|
|
18527
|
-
template: "<!--\r\n Old\r\n <button mat-button (click)=\"getCatalog()\" i18n-matTooltip matTooltip=\"Explore Catalogue\" #rootTrigger=\"matMenuTrigger\"\r\n [matMenuTriggerFor]=\"rootMenu.childMenu\">\r\n <mat-icon>apps</mat-icon>\r\n <span class=\"padding-left-xs\" i18n>Browse Courses</span>\r\n</button>\r\n\r\n<ws-widget-tree-catalog-menu #rootMenu [rootTrigger]=\"rootTrigger\" [catalogItems]=\"catalogItems | slice: 0:10\"\r\n [fetchStatus]=\"catalogFetchStatus\" isRoot=\"true\">\r\n</ws-widget-tree-catalog-menu> -->\r\n\r\n<a href=\"javascript:void(0)\" mat-icon-button i18n-aria-label title=\"option\" class=\"new-margin\"\r\n #rootTrigger=\"matMenuTrigger\" [matMenuTriggerFor]=\"settingsMenu\" role=\"link\">\r\n <span class=\"flex flex-column flex-middle\">\r\n <ws-widget-avatar-photo [photoUrl]=\"profileImage\" [name]=\"givenName\" size=\"s\">\r\n </ws-widget-avatar-photo>\r\n </span>\r\n</a>\r\n\r\n<!-- <ws-widget-tree-catalog-menu #rootMenu [rootTrigger]=\"rootTrigger\" [catalogItems]=\"catalogItems | slice: 0:10\"\r\n [fetchStatus]=\"catalogFetchStatus\" isRoot=\"true\">\r\n</ws-widget-tree-catalog-menu> -->\r\n<mat-menu #settingsMenu=\"matMenu\" xPosition=\"before\">\r\n <!-- <div mat-menu-item>\r\n <mat-slide-toggle color=\"primary\" labelPosition=\"before\">\r\n <mat-icon>brightness_medium</mat-icon>\r\n <span i18n>Dark Mode</span>\r\n </mat-slide-toggle>\r\n </div> -->\r\n <!-- <section *ngIf=\"pinnedApps?.length && isPinFeatureAvailable\" class=\"p-4 md:p-4 sm:p-2\">\r\n <div class=\"flex justify-between\">\r\n <h2 class=\"mat-title margin-bottom-xs\" i18n>Pinned</h2>\r\n <a mat-button [routerLink]=\"widgetData?.allListingUrl\" *ngIf=\"widgetData?.allListingUrl\">\r\n <span class=\"flex items-center\">\r\n <span i18n>All</span> \r\n <mat-icon>chevron_right</mat-icon>\r\n </span>\r\n </a>\r\n </div>\r\n <div class=\"flex flex-wrap -mx-2 -mt-1\">\r\n <ng-container *ngFor=\"let pinnedWidget of pinnedApps\" [wsResolverWidget]=\"pinnedWidget\"></ng-container>\r\n </div>\r\n </section> -->\r\n\r\n <section class=\"padding-s border-bottom min-heig\">\r\n <a role=\"link\" routerLink=\"/app/person-profile/me\" class=\"all-features\" id=\"viewprofile\">\r\n <div class=\"float-left\">\r\n <ws-widget-avatar-photo [name]=\"givenName\" [size]=\"'m'\" [photoUrl]=\"profileImage\"></ws-widget-avatar-photo>\r\n </div>\r\n <div class=\"inline-block margin-left-s pfname margin-eight\">\r\n <p class=\"mat-subheading-2\">{{ givenName }}</p>\r\n <p i18n role=\"link\" class=\"ws-mat-default-text mat-body-2 font-medium\"></p>\r\n </div>\r\n </a>\r\n </section>\r\n\r\n <!-- portal links section-->\r\n <section *ngIf=\"portalLinks && portalLinks.length\"
|
|
18375
|
+
template: "<!--\r\n Old\r\n <button mat-button (click)=\"getCatalog()\" i18n-matTooltip matTooltip=\"Explore Catalogue\" #rootTrigger=\"matMenuTrigger\"\r\n [matMenuTriggerFor]=\"rootMenu.childMenu\">\r\n <mat-icon>apps</mat-icon>\r\n <span class=\"padding-left-xs\" i18n>Browse Courses</span>\r\n</button>\r\n\r\n<ws-widget-tree-catalog-menu #rootMenu [rootTrigger]=\"rootTrigger\" [catalogItems]=\"catalogItems | slice: 0:10\"\r\n [fetchStatus]=\"catalogFetchStatus\" isRoot=\"true\">\r\n</ws-widget-tree-catalog-menu> -->\r\n\r\n<a href=\"javascript:void(0)\" mat-icon-button i18n-aria-label title=\"option\" class=\"new-margin\"\r\n #rootTrigger=\"matMenuTrigger\" [matMenuTriggerFor]=\"settingsMenu\" role=\"link\">\r\n <span class=\"flex flex-column flex-middle\">\r\n <ws-widget-avatar-photo [photoUrl]=\"profileImage\" [name]=\"givenName\" size=\"s\">\r\n </ws-widget-avatar-photo>\r\n </span>\r\n</a>\r\n\r\n<!-- <ws-widget-tree-catalog-menu #rootMenu [rootTrigger]=\"rootTrigger\" [catalogItems]=\"catalogItems | slice: 0:10\"\r\n [fetchStatus]=\"catalogFetchStatus\" isRoot=\"true\">\r\n</ws-widget-tree-catalog-menu> -->\r\n<mat-menu #settingsMenu=\"matMenu\" xPosition=\"before\">\r\n <!-- <div mat-menu-item>\r\n <mat-slide-toggle color=\"primary\" labelPosition=\"before\">\r\n <mat-icon>brightness_medium</mat-icon>\r\n <span i18n>Dark Mode</span>\r\n </mat-slide-toggle>\r\n </div> -->\r\n <!-- <section *ngIf=\"pinnedApps?.length && isPinFeatureAvailable\" class=\"p-4 md:p-4 sm:p-2\">\r\n <div class=\"flex justify-between\">\r\n <h2 class=\"mat-title margin-bottom-xs\" i18n>Pinned</h2>\r\n <a mat-button [routerLink]=\"widgetData?.allListingUrl\" *ngIf=\"widgetData?.allListingUrl\">\r\n <span class=\"flex items-center\">\r\n <span i18n>All</span> \r\n <mat-icon>chevron_right</mat-icon>\r\n </span>\r\n </a>\r\n </div>\r\n <div class=\"flex flex-wrap -mx-2 -mt-1\">\r\n <ng-container *ngFor=\"let pinnedWidget of pinnedApps\" [wsResolverWidget]=\"pinnedWidget\"></ng-container>\r\n </div>\r\n </section> -->\r\n\r\n <section class=\"padding-s border-bottom min-heig\">\r\n <a role=\"link\" routerLink=\"/app/person-profile/me\" class=\"all-features\" id=\"viewprofile\">\r\n <div class=\"float-left\">\r\n <ws-widget-avatar-photo [name]=\"givenName\" [size]=\"'m'\" [photoUrl]=\"profileImage\"></ws-widget-avatar-photo>\r\n </div>\r\n <div class=\"inline-block margin-left-s pfname margin-eight\">\r\n <p class=\"mat-subheading-2\">{{ givenName }}</p>\r\n <p i18n role=\"link\" class=\"ws-mat-default-text mat-body-2 font-medium\"></p>\r\n </div>\r\n </a>\r\n </section>\r\n\r\n <!-- portal links section-->\r\n <section *ngIf=\"givenName !== 'Guest' && portalLinks && portalLinks.length\"\r\n class=\"padding-top-xs padding-bottom-xs padding-left-s padding-right-s border-bottom\">\r\n <div class=\"margin-top-s margin-bottom-s\" *ngFor=\"let wdata of portalLinks\">\r\n <div class=\"box-sizing-box\" [attr.id]=\"wdata.widgetData.actionBtn.id\">\r\n <a role=\"button\" class=\"inline-block\" target=\"_blank\" href=\"{{wdata.widgetData.actionBtn.url}}\">\r\n <img src=\"{{wdata.widgetData.actionBtn.icon}}\" [attr.alt]=\"wdata.widgetData.actionBtn.name\">\r\n <div class=\"mb-2 mat-body-2 inline-block margin-left-s portal-name\"\r\n [attr.id]=\"wdata.widgetData.actionBtn.icon\">\r\n {{ wdata.widgetData.actionBtn.name }}\r\n </div>\r\n </a>\r\n </div>\r\n </div>\r\n </section>\r\n\r\n <section class=\"padding-xs\">\r\n <!-- <a mat-menu-item role=\"link\" routerLink=\"/app/profile/settings\" class=\"all-features\">\r\n <span i18n>Settings</span>\r\n </a> -->\r\n\r\n <!-- <a mat-menu-item role=\"link\" routerLink=\"/app/features\" class=\"all-features flex-wrap\">\r\n <mat-icon>apps</mat-icon>\r\n <span i18n>Explore all features</span>\r\n </a> -->\r\n\r\n <a *ngIf=\"givenName !== 'Guest'\" href=\"javascript:void(0)\" mat-menu-item role=\"link\" (click)=\"logout()\"\r\n class=\"log-o\">\r\n <!-- <mat-icon>power_settings_new</mat-icon> -->\r\n <span i18n>Sign-out</span>\r\n </a>\r\n <a *ngIf=\"givenName === 'Guest'\" href=\"javascript:void(0)\" mat-menu-item role=\"link\" (click)=\"logout()\"\r\n class=\"log-o\">\r\n <!-- <mat-icon>power_settings_new</mat-icon> -->\r\n <span i18n>Sign-in</span>\r\n </a>\r\n </section>\r\n</mat-menu>",
|
|
18528
18376
|
styles: [".log-o{flex:1;text-align:left}.new-margin{box-sizing:border-box}.min-heig{min-height:35px}.trnsform{transform:scale(1.3);height:-webkit-fill-available;max-height:-webkit-fill-available}.margin-eight{margin-top:8px}.text-new{line-height:normal}.border-bottom{border-bottom:1px solid rgba(0,0,0,.08)}section .pfname p{margin-bottom:0!important}section .portal-name{vertical-align:super;color:#000!important}::ng-deep.mat-menu-content{padding-bottom:0!important}::ng-deep.mat-menu-content .mat-menu-item{height:38px;padding:0 6px;font:400 14px/21px Lato!important}::ng-deep.circle-m{width:40px!important;height:40px!important}::ng-deep.circle-m img{width:40px!important;height:40px!important}.csicon{font-size:22px!important}"]
|
|
18529
18377
|
}] }
|
|
18530
18378
|
];
|
|
@@ -20419,9 +20267,8 @@ var SelectorResponsiveModule = (function () {
|
|
|
20419
20267
|
|
|
20420
20268
|
var SlidersMobComponent = (function (_super) {
|
|
20421
20269
|
__extends(SlidersMobComponent, _super);
|
|
20422
|
-
function SlidersMobComponent(
|
|
20270
|
+
function SlidersMobComponent() {
|
|
20423
20271
|
var _this = _super.call(this) || this;
|
|
20424
|
-
_this.events = events;
|
|
20425
20272
|
_this.currentIndex = 0;
|
|
20426
20273
|
_this.slideInterval = null;
|
|
20427
20274
|
return _this;
|
|
@@ -20482,14 +20329,8 @@ var SlidersMobComponent = (function (_super) {
|
|
|
20482
20329
|
window.open(currentData.redirectUrl);
|
|
20483
20330
|
}
|
|
20484
20331
|
};
|
|
20485
|
-
SlidersMobComponent.prototype.raiseTelemetry = function (
|
|
20332
|
+
SlidersMobComponent.prototype.raiseTelemetry = function (_bannerUrl) {
|
|
20486
20333
|
this.openInNewTab();
|
|
20487
|
-
var path = window.location.pathname.replace('/', '');
|
|
20488
|
-
var url = path + window.location.search;
|
|
20489
|
-
this.events.raiseInteractTelemetry('click', 'banner', {
|
|
20490
|
-
pageUrl: url,
|
|
20491
|
-
bannerRedirectUrl: bannerUrl,
|
|
20492
|
-
});
|
|
20493
20334
|
};
|
|
20494
20335
|
SlidersMobComponent.decorators = [
|
|
20495
20336
|
{ type: Component, args: [{
|
|
@@ -20498,9 +20339,7 @@ var SlidersMobComponent = (function (_super) {
|
|
|
20498
20339
|
styles: [".banner-container{max-height:280px;min-height:200px;overflow:hidden;position:relative;margin:auto}.banner-overlay{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(to left,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,.25) 100%)}.banner{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}.banner .banner-image{width:100%;min-height:200px;display:block}.banner-meta{text-align:center;z-index:2;padding:8px 12px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);box-sizing:border-box}.banner-meta .banner-title{color:#f2f2f2;margin-bottom:8px;font-size:1.1rem}@media only screen and (max-width:599px){.banner-container{min-height:80px;max-height:120px}.banner .banner-image{min-height:80px}.banner-meta .banner-title{display:none}}.banner-meta .dots-container{padding:8px;display:flex;align-items:center;justify-content:center}.banner-meta .dots-container .dot{cursor:pointer;height:16px;width:16px;margin:0 6px;background-color:rgba(120,120,120,.75);box-shadow:1px 1px 4px rgba(0,0,0,.6);border-radius:50%;display:inline-block;transition:background-color .5s!important}.banner-meta .dots-container .dot.active{background-color:#d3d3d3;height:18px;width:18px}@media only screen and (max-width:599px){.banner-meta .dots-container .dot{height:8px;width:8px;margin:0 4px}.banner-meta .dots-container .dot.active{height:10px;width:10px}}@keyframes fade{from{opacity:.25}to{opacity:1}}.next,.prev{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);padding:16px;color:#fff;font-weight:700;font-size:24px;z-index:2;border-radius:0 3px 3px 0}.next{right:0;border-radius:3px 0 0 3px}"]
|
|
20499
20340
|
}] }
|
|
20500
20341
|
];
|
|
20501
|
-
SlidersMobComponent.ctorParameters = function () { return [
|
|
20502
|
-
{ type: EventService }
|
|
20503
|
-
]; };
|
|
20342
|
+
SlidersMobComponent.ctorParameters = function () { return []; };
|
|
20504
20343
|
SlidersMobComponent.propDecorators = {
|
|
20505
20344
|
widgetData: [{ type: Input }]
|
|
20506
20345
|
};
|
|
@@ -20510,14 +20349,12 @@ if (false) {
|
|
|
20510
20349
|
SlidersMobComponent.prototype.widgetData;
|
|
20511
20350
|
SlidersMobComponent.prototype.currentIndex;
|
|
20512
20351
|
SlidersMobComponent.prototype.slideInterval;
|
|
20513
|
-
SlidersMobComponent.prototype.events;
|
|
20514
20352
|
}
|
|
20515
20353
|
|
|
20516
20354
|
var SlidersComponent = (function (_super) {
|
|
20517
20355
|
__extends(SlidersComponent, _super);
|
|
20518
|
-
function SlidersComponent(
|
|
20356
|
+
function SlidersComponent() {
|
|
20519
20357
|
var _this = _super.call(this) || this;
|
|
20520
|
-
_this.events = events;
|
|
20521
20358
|
_this.id = "banner_" + Math.random();
|
|
20522
20359
|
_this.currentIndex = 0;
|
|
20523
20360
|
_this.slideInterval = null;
|
|
@@ -20577,14 +20414,8 @@ var SlidersComponent = (function (_super) {
|
|
|
20577
20414
|
window.open(currentData.redirectUrl);
|
|
20578
20415
|
}
|
|
20579
20416
|
};
|
|
20580
|
-
SlidersComponent.prototype.raiseTelemetry = function (
|
|
20417
|
+
SlidersComponent.prototype.raiseTelemetry = function (_bannerUrl) {
|
|
20581
20418
|
this.openInNewTab();
|
|
20582
|
-
var path = window.location.pathname.replace('/', '');
|
|
20583
|
-
var url = path + window.location.search;
|
|
20584
|
-
this.events.raiseInteractTelemetry('click', 'banner', {
|
|
20585
|
-
pageUrl: url,
|
|
20586
|
-
bannerRedirectUrl: bannerUrl,
|
|
20587
|
-
});
|
|
20588
20419
|
};
|
|
20589
20420
|
SlidersComponent.decorators = [
|
|
20590
20421
|
{ type: Component, args: [{
|
|
@@ -20593,9 +20424,7 @@ var SlidersComponent = (function (_super) {
|
|
|
20593
20424
|
styles: [".banner-container{min-height:243px;overflow:hidden;position:relative;margin:auto;border-radius:12px}.banner-overlay{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(to left,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,.25) 100%)}.banner{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}.banner .banner-image{width:100%;min-height:243px;display:block;height:350px;border-radius:12px}.banner-meta{text-align:center;z-index:2;padding:8px 12px;position:absolute;bottom:0;left:50%;border-radius:12px;transform:translateX(-50%);box-sizing:border-box}.banner-meta .banner-title{color:#f2f2f2;margin-bottom:8px;font-size:1.1rem}@media only screen and (max-width:599px){.banner-meta .banner-title{display:none}}.banner-meta .dots-container{padding:8px;display:flex;align-items:center;justify-content:center}.banner-meta .dots-container .dot{cursor:pointer;height:16px;width:16px;margin:0 6px;background-color:rgba(120,120,120,.75);box-shadow:1px 1px 4px rgba(0,0,0,.6);border-radius:50%;display:inline-block;transition:background-color .5s!important}.banner-meta .dots-container .dot.active{background-color:#d3d3d3;height:18px;width:18px}@media only screen and (max-width:599px){.banner-meta .dots-container .dot{height:8px;width:8px;margin:0 4px}.banner-meta .dots-container .dot.active{height:10px;width:10px}}@keyframes fade{from{opacity:.25}to{opacity:1}}.next,.prev{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);padding:16px;color:#fff;font-weight:700;font-size:24px;z-index:2;border-radius:0 3px 3px 0}.next{right:0;border-radius:3px 0 0 3px}.banner-container-solo{overflow:hidden;margin:auto;border-radius:12px}.banner-image-solo{width:100%;display:block;border-radius:12px}"]
|
|
20594
20425
|
}] }
|
|
20595
20426
|
];
|
|
20596
|
-
SlidersComponent.ctorParameters = function () { return [
|
|
20597
|
-
{ type: EventService }
|
|
20598
|
-
]; };
|
|
20427
|
+
SlidersComponent.ctorParameters = function () { return []; };
|
|
20599
20428
|
SlidersComponent.propDecorators = {
|
|
20600
20429
|
widgetData: [{ type: Input }],
|
|
20601
20430
|
id: [{ type: HostBinding, args: ['id',] }]
|
|
@@ -20607,7 +20436,6 @@ if (false) {
|
|
|
20607
20436
|
SlidersComponent.prototype.id;
|
|
20608
20437
|
SlidersComponent.prototype.currentIndex;
|
|
20609
20438
|
SlidersComponent.prototype.slideInterval;
|
|
20610
|
-
SlidersComponent.prototype.events;
|
|
20611
20439
|
}
|
|
20612
20440
|
|
|
20613
20441
|
var MyHammerConfig = (function (_super) {
|
|
@@ -21605,14 +21433,14 @@ var API_END_POINTS$j = {
|
|
|
21605
21433
|
GET_DEPARTMENT_BY_ID: '/apis/protected/v8/portal/deptAction/',
|
|
21606
21434
|
};
|
|
21607
21435
|
var DEPARTMENT_NAME = 'igot';
|
|
21608
|
-
var
|
|
21609
|
-
function
|
|
21436
|
+
var CreateDepartmentService = (function () {
|
|
21437
|
+
function CreateDepartmentService(http) {
|
|
21610
21438
|
this.http = http;
|
|
21611
21439
|
}
|
|
21612
|
-
|
|
21440
|
+
CreateDepartmentService.prototype.getAllSubDepartments = function (deptName) {
|
|
21613
21441
|
return this.http.get("" + API_END_POINTS$j.GET_ALL_DEPARTMENTS + deptName);
|
|
21614
21442
|
};
|
|
21615
|
-
|
|
21443
|
+
CreateDepartmentService.prototype.createDepartment = function (deptData, subDept) {
|
|
21616
21444
|
var departmentData = {
|
|
21617
21445
|
rootOrg: DEPARTMENT_NAME,
|
|
21618
21446
|
deptName: deptData.name,
|
|
@@ -21623,7 +21451,7 @@ var CreateMDOService = (function () {
|
|
|
21623
21451
|
};
|
|
21624
21452
|
return this.http.post("" + API_END_POINTS$j.CREATE_DEPARTMENT, departmentData);
|
|
21625
21453
|
};
|
|
21626
|
-
|
|
21454
|
+
CreateDepartmentService.prototype.updateDepartment = function (deptData, updateId, subDept) {
|
|
21627
21455
|
var departmentData = {
|
|
21628
21456
|
id: updateId,
|
|
21629
21457
|
rootOrg: DEPARTMENT_NAME,
|
|
@@ -21635,7 +21463,7 @@ var CreateMDOService = (function () {
|
|
|
21635
21463
|
};
|
|
21636
21464
|
return this.http.patch("" + API_END_POINTS$j.UPDATE_DEPARTMENT, departmentData);
|
|
21637
21465
|
};
|
|
21638
|
-
|
|
21466
|
+
CreateDepartmentService.prototype.assignAdminToDepartment = function (userId, deptId, deptRole) {
|
|
21639
21467
|
var departmentData = {
|
|
21640
21468
|
userId: userId,
|
|
21641
21469
|
deptId: deptId,
|
|
@@ -21645,27 +21473,27 @@ var CreateMDOService = (function () {
|
|
|
21645
21473
|
};
|
|
21646
21474
|
return this.http.post(API_END_POINTS$j.ASSIGN_ADMIN_TO_CREATED_DEPARTMENT + "/userrole", departmentData);
|
|
21647
21475
|
};
|
|
21648
|
-
|
|
21476
|
+
CreateDepartmentService.decorators = [
|
|
21649
21477
|
{ type: Injectable, args: [{
|
|
21650
21478
|
providedIn: 'root',
|
|
21651
21479
|
},] }
|
|
21652
21480
|
];
|
|
21653
|
-
|
|
21481
|
+
CreateDepartmentService.ctorParameters = function () { return [
|
|
21654
21482
|
{ type: HttpClient }
|
|
21655
21483
|
]; };
|
|
21656
|
-
/** @nocollapse */
|
|
21657
|
-
return
|
|
21484
|
+
/** @nocollapse */ CreateDepartmentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function CreateDepartmentService_Factory() { return new CreateDepartmentService(ɵɵinject(HttpClient)); }, token: CreateDepartmentService, providedIn: "root" });
|
|
21485
|
+
return CreateDepartmentService;
|
|
21658
21486
|
}());
|
|
21659
21487
|
if (false) {
|
|
21660
|
-
|
|
21488
|
+
CreateDepartmentService.prototype.http;
|
|
21661
21489
|
}
|
|
21662
21490
|
|
|
21663
21491
|
var UIAdminUserTableComponent = (function () {
|
|
21664
|
-
function UIAdminUserTableComponent(router, dialog, activatedRoute,
|
|
21492
|
+
function UIAdminUserTableComponent(router, dialog, activatedRoute, departmentService, snackBar) {
|
|
21665
21493
|
this.router = router;
|
|
21666
21494
|
this.dialog = dialog;
|
|
21667
21495
|
this.activatedRoute = activatedRoute;
|
|
21668
|
-
this.
|
|
21496
|
+
this.departmentService = departmentService;
|
|
21669
21497
|
this.snackBar = snackBar;
|
|
21670
21498
|
this.needCreateUser = undefined;
|
|
21671
21499
|
this.eOnRowClick = new EventEmitter();
|
|
@@ -21753,8 +21581,8 @@ var UIAdminUserTableComponent = (function () {
|
|
|
21753
21581
|
dialogRef.afterClosed().subscribe((function (response) {
|
|
21754
21582
|
response.data.forEach((function (user) {
|
|
21755
21583
|
if (_this.departmentId) {
|
|
21756
|
-
var role =
|
|
21757
|
-
_this.
|
|
21584
|
+
var role = atob('TURPIEFETUlO');
|
|
21585
|
+
_this.departmentService.assignAdminToDepartment(user.userId, _this.departmentId, role).subscribe((function (res) {
|
|
21758
21586
|
if (res) {
|
|
21759
21587
|
_this.snackBar.open('Admin assigned Successfully');
|
|
21760
21588
|
_this.router.navigate(['/app/home/directory', { department: _this.departmentRole }]);
|
|
@@ -21809,7 +21637,7 @@ var UIAdminUserTableComponent = (function () {
|
|
|
21809
21637
|
{ type: Router },
|
|
21810
21638
|
{ type: MatDialog },
|
|
21811
21639
|
{ type: ActivatedRoute },
|
|
21812
|
-
{ type:
|
|
21640
|
+
{ type: CreateDepartmentService },
|
|
21813
21641
|
{ type: MatSnackBar }
|
|
21814
21642
|
]; };
|
|
21815
21643
|
UIAdminUserTableComponent.propDecorators = {
|
|
@@ -21855,7 +21683,7 @@ if (false) {
|
|
|
21855
21683
|
UIAdminUserTableComponent.prototype.router;
|
|
21856
21684
|
UIAdminUserTableComponent.prototype.dialog;
|
|
21857
21685
|
UIAdminUserTableComponent.prototype.activatedRoute;
|
|
21858
|
-
UIAdminUserTableComponent.prototype.
|
|
21686
|
+
UIAdminUserTableComponent.prototype.departmentService;
|
|
21859
21687
|
UIAdminUserTableComponent.prototype.snackBar;
|
|
21860
21688
|
}
|
|
21861
21689
|
|
|
@@ -22449,6 +22277,7 @@ var OrgUserTableComponent = (function () {
|
|
|
22449
22277
|
function OrgUserTableComponent() {
|
|
22450
22278
|
this.eOnRowClick = new EventEmitter();
|
|
22451
22279
|
this.eOnCreateClick = new EventEmitter();
|
|
22280
|
+
this.searchByEnterKey = new EventEmitter();
|
|
22452
22281
|
this.bodyHeight = document.body.clientHeight - 125;
|
|
22453
22282
|
this.pageSize = 5;
|
|
22454
22283
|
this.pageSizeOptions = [5, 10, 20];
|
|
@@ -22542,10 +22371,13 @@ var OrgUserTableComponent = (function () {
|
|
|
22542
22371
|
OrgUserTableComponent.prototype.onCreateClick = function () {
|
|
22543
22372
|
this.eOnCreateClick.emit();
|
|
22544
22373
|
};
|
|
22374
|
+
OrgUserTableComponent.prototype.onSearchEnter = function (event) {
|
|
22375
|
+
this.searchByEnterKey.emit(event.target.value);
|
|
22376
|
+
};
|
|
22545
22377
|
OrgUserTableComponent.decorators = [
|
|
22546
22378
|
{ type: Component, args: [{
|
|
22547
22379
|
selector: 'ws-widget-org-user-table',
|
|
22548
|
-
template: "<div class=\"example-container margin-top-m\">\r\n <div class=\"example-loading-shade\"></div>\r\n\r\n <div class=\"example-table-container\">\r\n <div class=\"container-balanced\">\r\n <div class=\"flex flex-1 custom\">\r\n <div class=\"flex-2\">\r\n <div class=\"search\">\r\n <div class=rsearch>\r\n <mat-icon class=\"color-60 search-icon\">search</mat-icon>\r\n <input class=\"sinput color-60\" type=\"Standard\" label=\"\"\r\n (input)=\"applyFilter($event.target.value)\" placeholder=\"Search\">\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"flex-2 right-align\">\r\n <button type=\"button\" mat-button class=\"upload-btn\" *ngIf=\"isUpload\">\r\n <mat-icon>vertical_align_top</mat-icon> Bulk upload\r\n </button>\r\n <button type=\"button\" mat-button class=\"create-btn\" *ngIf=\"isCreate\" (click)=\"onCreateClick()\">\r\n Create new\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <!-- </mat-form-field> -->\r\n <mat-table #table matSort [ngStyle]=\"{'height': bodyHeight}\" [matSortActive]=\"tableData!.sortColumn\"\r\n [matSortDirection]=\"tableData!.sortState\" [dataSource]=\"dataSource\"\r\n class=\"example-table table1 responsiveTable\" *ngIf=\"dataSource.filteredData.length > 0\">\r\n\r\n <ng-container matColumnDef=\"{{col.key}}\" *ngFor=\"let col of tableData!.columns\">\r\n <mat-header-cell *matHeaderCellDef mat-sort-header class=\".h-400-r-14-l color-60\"> {{col.displayName}}\r\n </mat-header-cell>\r\n <mat-cell *matCellDef=\"let element\" (click)=\"onRowClick(element)\">\r\n <span *ngIf=\"col.isList\" class=\"h-400-r-14-l color-87 textclass\">\r\n <div innerHTML=\"{{element[col.key]}}\"></div>\r\n </span>\r\n <span *ngIf=\"!col.isList\" class=\"h-400-r-14-l color-87 textclass\">\r\n {{element[col.key]}} {{col.isList}}\r\n </span>\r\n </mat-cell>\r\n </ng-container>\r\n <ng-container matColumnDef=\"Actions\" *ngIf=\"tableData!.actions && tableData!.actions.length > 0\">\r\n <mat-header-cell *matHeaderCellDef class=\"clr-darkish-blue action-header\"> Actions\r\n </mat-header-cell>\r\n <mat-cell *matCellDef=\"let row\" class=\"action-cell\">\r\n <div *ngFor=\"let ac of tableData!.actions\">\r\n <div *ngIf=\"ac.optional\">\r\n <ws-widget-app-button *ngIf=\"row[ac.optional_key] === ac.optional_Value\" [type]=\"ac.type\"\r\n [icon]=\"ac.icon\" [disabled]=\"ac.disabled || false\" [label]=\"ac.label\"\r\n (click)=\"buttonClick(ac.name,row)\"></ws-widget-app-button>\r\n </div>\r\n <div *ngIf=\"!ac.optional\">\r\n <ws-widget-app-button [type]=\"ac.type\" [icon]=\"ac.icon\" [label]=\"ac.label\"\r\n [disabled]=\"ac.disabled || false\" (click)=\"buttonClick(ac.name,row)\">\r\n </ws-widget-app-button>\r\n </div>\r\n </div>\r\n </mat-cell>\r\n </ng-container>\r\n <ng-container matColumnDef=\"Menu\">\r\n <mat-header-cell *matHeaderCellDef class=\"clr-darkish-blue action-header\">\r\n <!-- {{'Actions'}} -->\r\n </mat-header-cell>\r\n <mat-cell *matCellDef=\"let row\" class=\"action-cell\">\r\n <button type=\"button\" mat-icon-button i18n-aria-label aria-label=\"action items\"\r\n [matMenuTriggerFor]=\"cardMenu\" [matMenuTriggerData]=\"{'data':row}\" class=\"action-btn\">\r\n <mat-icon>more_horiz</mat-icon>\r\n </button>\r\n </mat-cell>\r\n </ng-container>\r\n\r\n <mat-header-row *matHeaderRowDef=\"getFinalColumns()\"></mat-header-row>\r\n\r\n <mat-row *matRowDef=\"let row; columns: getFinalColumns();\" (click)=\"selection.toggle(row);\">\r\n </mat-row>\r\n\r\n <!-- <div *ngIf=\"dataSource.filteredData.length <= 0\">\r\n <mat-row *matRowDef=\"let row; columns: getFinalColumns();\"\r\n (click)=\"selection.toggle(row); onRowClick(row)\">\r\n ssss\r\n </mat-row>\r\n </div> -->\r\n </mat-table>\r\n <mat-card class=\"flex-1\" role=\"none\" *ngIf=\"dataSource.filteredData.length == 0\">\r\n <span class=\"mat-subtitle\">No data found</span>\r\n </mat-card>\r\n </div>\r\n <!-- <div *ngIf=\"dataSource.filteredData.length <= 0\" class=\"h-600-s-20-m color-60 text-center\">No result found\r\n </div> -->\r\n <mat-paginator [length]=\"length\" [pageSize]=\"pageSize\" [pageSizeOptions]=\"pageSizeOptions\">\r\n </mat-paginator>\r\n</div>\r\n\r\n<mat-menu #cardMenu=\"matMenu\">\r\n <ng-template matMenuContent let-rowData=\"data\">\r\n <!-- <div > -->\r\n <button (click)=\"buttonClick('showOnKarma',rowData)\" mat-menu-item name=\"channel-analytics-button\"\r\n class=\"ws-mat-primary-text\" i18n-aria-label aria-label=\"Analytics\">\r\n <mat-icon>input</mat-icon> <span>Show on Karmayogi</span>\r\n </button>\r\n <!-- </div> -->\r\n <!-- <div mat-menu-item> -->\r\n <!-- <button (click)=\"rowData && rowData.blocked ? buttonClick('unblock',rowData): buttonClick('block',rowData)\"\r\n mat-menu-item name=\"channel-analytics-button\" class=\"ws-mat-primary-text\" i18n-aria-label\r\n aria-label=\"Analytics\">\r\n <mat-icon>block</mat-icon><span>{{rowData && rowData.blocked ? 'Unblock user':'Block user' }}</span>\r\n </button> -->\r\n <!-- </div> -->\r\n <!-- <div mat-menu-item> -->\r\n <button (click)=\"rowData && rowData.active ? buttonClick('deactive',rowData): buttonClick('active',rowData)\"\r\n mat-menu-item name=\"channel-analytics-button\" class=\"ws-mat-primary-text\" i18n-aria-label\r\n aria-label=\"Analytics\">\r\n <mat-icon>toggle_off_sharp</mat-icon>\r\n <span>{{rowData && rowData.active? 'Deactivate user':'Activate user'}}</span>\r\n </button>\r\n <!-- </div> -->\r\n <!-- <div mat-menu-item> -->\r\n <!-- <button (click)=\"buttonClick('delete',rowData)\" mat-menu-item name=\"channel-analytics-button\"\r\n class=\"ws-mat-primary-text\" i18n-aria-label aria-label=\"Analytics\">\r\n <mat-icon>delete</mat-icon><span>Delete User</span>\r\n </button> -->\r\n <!-- </div> -->\r\n </ng-template>\r\n</mat-menu>",
|
|
22380
|
+
template: "<div class=\"example-container margin-top-m\">\r\n <div class=\"example-loading-shade\"></div>\r\n\r\n <div class=\"example-table-container\">\r\n <div class=\"container-balanced\">\r\n <div class=\"flex flex-1 custom\">\r\n <div class=\"flex-2\">\r\n <div class=\"search\">\r\n <div class=rsearch>\r\n <mat-icon class=\"color-60 search-icon\">search</mat-icon>\r\n <input class=\"sinput color-60\" type=\"Standard\" label=\"\"\r\n (input)=\"applyFilter($event.target.value)\" (keydown.enter)=\"onSearchEnter($event)\"\r\n placeholder=\"Search\">\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"flex-2 right-align\">\r\n <button type=\"button\" mat-button class=\"upload-btn\" *ngIf=\"isUpload\">\r\n <mat-icon>vertical_align_top</mat-icon> Bulk upload\r\n </button>\r\n <button type=\"button\" mat-button class=\"create-btn\" *ngIf=\"isCreate\" (click)=\"onCreateClick()\">\r\n Create new\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <!-- </mat-form-field> -->\r\n <mat-table #table matSort [ngStyle]=\"{'height': bodyHeight}\" [matSortActive]=\"tableData!.sortColumn\"\r\n [matSortDirection]=\"tableData!.sortState\" [dataSource]=\"dataSource\"\r\n class=\"example-table table1 responsiveTable\" *ngIf=\"dataSource.filteredData.length > 0\">\r\n\r\n <ng-container matColumnDef=\"{{col.key}}\" *ngFor=\"let col of tableData!.columns\">\r\n <mat-header-cell *matHeaderCellDef mat-sort-header class=\".h-400-r-14-l color-60\"> {{col.displayName}}\r\n </mat-header-cell>\r\n <mat-cell *matCellDef=\"let element\" (click)=\"onRowClick(element)\">\r\n <span *ngIf=\"col.isList\" class=\"h-400-r-14-l color-87 textclass\">\r\n <div innerHTML=\"{{element[col.key]}}\"></div>\r\n </span>\r\n <span *ngIf=\"!col.isList\" class=\"h-400-r-14-l color-87 textclass\">\r\n {{element[col.key]}} {{col.isList}}\r\n </span>\r\n </mat-cell>\r\n </ng-container>\r\n <ng-container matColumnDef=\"Actions\" *ngIf=\"tableData!.actions && tableData!.actions.length > 0\">\r\n <mat-header-cell *matHeaderCellDef class=\"clr-darkish-blue action-header\"> Actions\r\n </mat-header-cell>\r\n <mat-cell *matCellDef=\"let row\" class=\"action-cell\">\r\n <div *ngFor=\"let ac of tableData!.actions\">\r\n <div *ngIf=\"ac.optional\">\r\n <ws-widget-app-button *ngIf=\"row[ac.optional_key] === ac.optional_Value\" [type]=\"ac.type\"\r\n [icon]=\"ac.icon\" [disabled]=\"ac.disabled || false\" [label]=\"ac.label\"\r\n (click)=\"buttonClick(ac.name,row)\"></ws-widget-app-button>\r\n </div>\r\n <div *ngIf=\"!ac.optional\">\r\n <ws-widget-app-button [type]=\"ac.type\" [icon]=\"ac.icon\" [label]=\"ac.label\"\r\n [disabled]=\"ac.disabled || false\" (click)=\"buttonClick(ac.name,row)\">\r\n </ws-widget-app-button>\r\n </div>\r\n </div>\r\n </mat-cell>\r\n </ng-container>\r\n <ng-container matColumnDef=\"Menu\">\r\n <mat-header-cell *matHeaderCellDef class=\"clr-darkish-blue action-header\">\r\n <!-- {{'Actions'}} -->\r\n </mat-header-cell>\r\n <mat-cell *matCellDef=\"let row\" class=\"action-cell\">\r\n <button type=\"button\" mat-icon-button i18n-aria-label aria-label=\"action items\"\r\n [matMenuTriggerFor]=\"cardMenu\" [matMenuTriggerData]=\"{'data':row}\" class=\"action-btn\">\r\n <mat-icon>more_horiz</mat-icon>\r\n </button>\r\n </mat-cell>\r\n </ng-container>\r\n\r\n <mat-header-row *matHeaderRowDef=\"getFinalColumns()\"></mat-header-row>\r\n\r\n <mat-row *matRowDef=\"let row; columns: getFinalColumns();\" (click)=\"selection.toggle(row);\">\r\n </mat-row>\r\n\r\n <!-- <div *ngIf=\"dataSource.filteredData.length <= 0\">\r\n <mat-row *matRowDef=\"let row; columns: getFinalColumns();\"\r\n (click)=\"selection.toggle(row); onRowClick(row)\">\r\n ssss\r\n </mat-row>\r\n </div> -->\r\n </mat-table>\r\n <mat-card class=\"flex-1\" role=\"none\" *ngIf=\"dataSource.filteredData.length == 0\">\r\n <span class=\"mat-subtitle\">No data found</span>\r\n </mat-card>\r\n </div>\r\n <!-- <div *ngIf=\"dataSource.filteredData.length <= 0\" class=\"h-600-s-20-m color-60 text-center\">No result found\r\n </div> -->\r\n <mat-paginator [length]=\"length\" [pageSize]=\"pageSize\" [pageSizeOptions]=\"pageSizeOptions\">\r\n </mat-paginator>\r\n</div>\r\n\r\n<mat-menu #cardMenu=\"matMenu\">\r\n <ng-template matMenuContent let-rowData=\"data\">\r\n <!-- <div > -->\r\n <button (click)=\"buttonClick('showOnKarma',rowData)\" mat-menu-item name=\"channel-analytics-button\"\r\n class=\"ws-mat-primary-text\" i18n-aria-label aria-label=\"Analytics\">\r\n <mat-icon>input</mat-icon> <span>Show on Karmayogi</span>\r\n </button>\r\n <!-- </div> -->\r\n <!-- <div mat-menu-item> -->\r\n <!-- <button (click)=\"rowData && rowData.blocked ? buttonClick('unblock',rowData): buttonClick('block',rowData)\"\r\n mat-menu-item name=\"channel-analytics-button\" class=\"ws-mat-primary-text\" i18n-aria-label\r\n aria-label=\"Analytics\">\r\n <mat-icon>block</mat-icon><span>{{rowData && rowData.blocked ? 'Unblock user':'Block user' }}</span>\r\n </button> -->\r\n <!-- </div> -->\r\n <!-- <div mat-menu-item> -->\r\n <button (click)=\"rowData && rowData.active ? buttonClick('deactive',rowData): buttonClick('active',rowData)\"\r\n mat-menu-item name=\"channel-analytics-button\" class=\"ws-mat-primary-text\" i18n-aria-label\r\n aria-label=\"Analytics\">\r\n <mat-icon>toggle_off_sharp</mat-icon>\r\n <span>{{rowData && rowData.active? 'Deactivate user':'Activate user'}}</span>\r\n </button>\r\n <!-- </div> -->\r\n <!-- <div mat-menu-item> -->\r\n <!-- <button (click)=\"buttonClick('delete',rowData)\" mat-menu-item name=\"channel-analytics-button\"\r\n class=\"ws-mat-primary-text\" i18n-aria-label aria-label=\"Analytics\">\r\n <mat-icon>delete</mat-icon><span>Delete User</span>\r\n </button> -->\r\n <!-- </div> -->\r\n </ng-template>\r\n</mat-menu>",
|
|
22549
22381
|
styles: [".card-minimal-container{position:relative}.card-minimal-container .card-link{width:265px;height:150px;display:block}.card-minimal-container .card-link .card-thumbnail{object-fit:contain;width:100%;height:100%}.card-minimal-container .card-overlay{position:absolute;bottom:4px;background-color:rgba(0,0,0,.55);color:#fff;padding:4px 12px;box-sizing:border-box;width:100%}.card-minimal-container .card-overlay .card-title{margin-bottom:-6px}.status-danger{width:16px;height:16px;position:absolute;border-radius:50%;top:16px;left:16px;pointer-events:auto;cursor:pointer;background:#ce3939}.card-space-saving-container{position:relative;width:265px;height:100%;box-sizing:border-box}.card-space-saving-container .progress-bar{display:block;width:calc(100% + 32px);margin-left:-16px;margin-top:-16px}.card-space-saving-container mat-card-content{margin:0 -4px;min-height:120px}.card-space-saving-container .card-img{height:150px;display:block}.card-space-saving-container .card-header-meta{margin-top:8px}.card-space-saving-container .title-text{display:block;margin:12px 0}.card-space-saving-container .flip-desc-text{position:relative;overflow:hidden;line-height:1.4em;height:5.6em;margin-bottom:36px}.card-space-saving-container .flip-actions{position:absolute;bottom:0;left:0;width:100%;padding:12px;box-sizing:border-box}.card-space-saving-container .flip-actions .source-name{margin-bottom:0;font-weight:400}.card-ford-container{padding:16px 16px 0;position:relative;width:220px;height:243px;overflow:hidden;box-sizing:border-box}.card-ford-container .progress-bar{display:block;width:calc(100% + 32px);margin-left:-16px;margin-top:-16px}.card-ford-container mat-card-content{margin:160px}.card-ford-container .card-img{height:125px;display:block;object-fit:contain}@media only screen and (max-width:599px){.card-ford-container{width:200px;height:240px}.card-ford-container .card-img{height:115px}}.card-ford-container .complexity{display:flex;font-size:14px}.card-ford-container .duration{height:1.6em;display:flex}.card-ford-container .duration .resource-type{order:3;margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-ford-container .duration .duration-time{order:2;margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-ford-container .title-text{margin:12px 0;position:relative;overflow:hidden;height:1.3em;line-height:1.3em;text-overflow:ellipsis;white-space:nowrap}.card-ford-container .mode-tag{border-radius:5px;color:#fff}.card-ford-container .description-text{position:relative;overflow:hidden;height:4.2em;line-height:1.4em}.card-ford-container .mat-chip-list-wrapper{padding:8px 0 16px!important}.card-ford-container .text-description-trim{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:9;display:-webkit-box;-webkit-box-orient:vertical;text-align:justify}.card-standard-container{position:relative;width:268px;height:100%;min-height:346px;border-radius:8px;box-sizing:border-box;box-shadow:0 10px 30px #99999933}.card-standard-container .progress-bar{display:block;width:calc(100% + 30px);margin-left:-15px;display:flex;margin-top:62px;background:bisque}.card-standard-container .source-div{position:relative;top:100px;background:#fff;z-index:3;border:1px solid #dedfe0;min-width:72px;min-height:72px;max-width:72px;max-height:72px;display:flex;border-radius:8px}.card-standard-container .source-div .source-icon{border-radius:8px;display:block;margin:auto;max-width:58px;max-height:-webkit-fill-available}.card-standard-container mat-card-content{margin:0 -4px}.card-standard-container .card-img{min-width:269px;max-width:269px;display:block;object-fit:contain;border-top-left-radius:8px;border-top-right-radius:8px}.card-standard-container .complexity{padding-top:7px;display:flex;font-size:14px;line-height:27px;padding-bottom:10px}.card-standard-container .complexity .mode-tag{border-radius:5px;order:2;margin-left:auto;color:#fff;font-size:10px}.card-standard-container .complexity .duration{display:flex;margin-left:auto;order:3}.card-standard-container .complexity .time-text{margin:0 5px 0 6px}.card-standard-container .basic{margin:auto 0}.card-standard-container .title-text{margin:12px 0;position:relative;overflow:hidden;height:3.78em;line-height:1.89em}.card-standard-container .description-text{position:relative;overflow:hidden;height:5.7em;line-height:1.9em}.card-discussions-container{flex:1;display:flex;position:relative;height:100%;min-height:140px;border-radius:8px;box-sizing:border-box;box-shadow:0 10px 30px #99999933}.card-discussions-container .progress-bar{display:block;width:calc(100% + 30px);margin-left:-15px;display:flex;margin-top:62px;background:bisque}.card-discussions-container .source-div{position:relative;top:100px;background:#fff;z-index:3;border:1px solid #dedfe0;min-width:72px;min-height:72px;max-width:72px;max-height:72px;display:flex;border-radius:8px}.card-discussions-container .source-div .source-icon{border-radius:8px;display:block;margin:auto;max-width:58px;max-height:-webkit-fill-available}.card-discussions-container mat-card-content{margin:0 -4px;flex:1}.card-discussions-container .card-img{min-width:269px;max-width:269px;display:block;object-fit:contain;border-top-left-radius:8px;border-top-right-radius:8px}.card-discussions-container .complexity{padding-top:7px;display:flex;font-size:14px;line-height:27px;padding-bottom:10px}.card-discussions-container .complexity .mode-tag{border-radius:5px;order:2;margin-left:auto;color:#fff;font-size:10px}.card-discussions-container .complexity .duration{display:flex;margin-left:auto;order:3}.card-discussions-container .complexity .time-text{margin:0 5px 0 6px}.card-discussions-container .basic{margin:auto 0}.card-discussions-container .title-text{overflow:hidden}.card-discussions-container .description-text{position:relative;overflow:hidden;height:auto;line-height:1.9em}.card-basic-infomartion-container{position:relative;width:265px;height:100%;box-sizing:border-box;min-height:300px}.card-basic-infomartion-container .card-img{height:150px;display:block;margin-bottom:0!important;object-fit:contain}.card-basic-infomartion-container .source-name{margin-bottom:0;font-weight:400;line-height:1.25rem!important}.card-basic-infomartion-container .title-text{margin:12px 0 0;position:relative;overflow:hidden;height:2.6em;line-height:1.3em}.card-basic-infomartion-container .source-image{object-fit:contain;height:35px;width:55px;overflow:auto}.card-with-user-details-container{position:relative;width:265px;height:100%;box-sizing:border-box;min-height:270px}.card-with-user-details-container .card-img{height:150px;display:block;margin-bottom:0!important;object-fit:contain}.card-with-user-details-container .source-name{margin-bottom:0;font-weight:400}.card-with-user-details-container .title-text{margin:12px 0 0;position:relative;overflow:hidden;height:2.6em;line-height:1.3em}.card-with-user-details-container .author-image{margin-right:12px;height:44px;width:44px}.card-with-user-details-container .back-color{background-color:#7e0a80}.card-with-user-details-container .space-0{margin-top:0!important;padding-top:0!important;margin-bottom:0!important}.detail-button{position:absolute;top:12px;right:12px;z-index:1}.greyOut{filter:grayscale(1);opacity:.7;cursor:auto!important}.disableClick{pointer-events:none}.display-contents{display:contents}.title-truncate{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.typeofc{width:101px;height:30px;border:1px solid;border-radius:8px;opacity:.4;align-items:center;justify-content:center;display:flex}.flex-9{flex:9}.center-right{align-items:center;justify-content:flex-end}.no-box{box-shadow:none!important}.table1{width:100%;display:flex;flex-direction:column}.textclass{word-break:break-word;margin:5px;cursor:pointer}.search{display:flex;flex:1}.lsearch{display:flex;flex:3}.rsearch{display:flex;position:relative;flex:1 1 auto}.sinput{width:45%;border-radius:4px;border:1px solid #d5d0d0;padding:9px 9px 9px 35px;margin-bottom:20px;margin-top:0;font:400 14px Lato}.searchText{display:flex;flex-direction:row-reverse;margin:23px 0 0 auto}.action-btn{border:none;background:0 0}mat-header-row{min-height:40px}.mat-header-cell{background-color:#f5f5f5}.container-balanced{max-width:99%;margin-left:auto!important;margin-right:auto!important}.flex-3{flex:3}.flex-1{flex:1}.flex-2{flex:2}.flex-4{flex:4}.flex-update{flex-direction:row}@media only screen and (max-width:599px){.card-ford-container .text-description-trim{-webkit-line-clamp:8}.flex-update{flex-direction:row}}.flex-custom{display:flex;flex-direction:column}@media only screen and (max-width:599px){.flex-custom-m{flex-direction:column}}.right-align{text-align:right}.create-btn{width:107px;background:#0075b7!important;color:#fff!important;font-family:Lato;font-weight:700;font-size:14px}.upload-btn{width:150px;border:1px solid #dedede;border-radius:4px;margin:0 12px;color:#848484!important;font-family:Lato;font-weight:700;font-size:14px}.search-icon{position:absolute;top:9px;font-size:20px;left:10px}"]
|
|
22550
22382
|
}] }
|
|
22551
22383
|
];
|
|
@@ -22559,6 +22391,7 @@ var OrgUserTableComponent = (function () {
|
|
|
22559
22391
|
actionsClick: [{ type: Output }],
|
|
22560
22392
|
eOnRowClick: [{ type: Output }],
|
|
22561
22393
|
eOnCreateClick: [{ type: Output }],
|
|
22394
|
+
searchByEnterKey: [{ type: Output }],
|
|
22562
22395
|
paginator: [{ type: ViewChild, args: [MatPaginator, { static: true },] }],
|
|
22563
22396
|
matSort: [{ type: ViewChild, args: [MatSort$1, { static: false },] }]
|
|
22564
22397
|
};
|
|
@@ -22573,6 +22406,7 @@ if (false) {
|
|
|
22573
22406
|
OrgUserTableComponent.prototype.actionsClick;
|
|
22574
22407
|
OrgUserTableComponent.prototype.eOnRowClick;
|
|
22575
22408
|
OrgUserTableComponent.prototype.eOnCreateClick;
|
|
22409
|
+
OrgUserTableComponent.prototype.searchByEnterKey;
|
|
22576
22410
|
OrgUserTableComponent.prototype.bodyHeight;
|
|
22577
22411
|
OrgUserTableComponent.prototype.displayedColumns;
|
|
22578
22412
|
OrgUserTableComponent.prototype.dataSource;
|
|
@@ -23800,8 +23634,7 @@ if (false) {
|
|
|
23800
23634
|
}
|
|
23801
23635
|
|
|
23802
23636
|
var UserContentRatingComponent = (function () {
|
|
23803
|
-
function UserContentRatingComponent(
|
|
23804
|
-
this.events = events;
|
|
23637
|
+
function UserContentRatingComponent(contentSvc, configSvc) {
|
|
23805
23638
|
this.contentSvc = contentSvc;
|
|
23806
23639
|
this.configSvc = configSvc;
|
|
23807
23640
|
this.isDisabled = false;
|
|
@@ -23828,10 +23661,6 @@ var UserContentRatingComponent = (function () {
|
|
|
23828
23661
|
var previousRating_1 = this.userRating;
|
|
23829
23662
|
if (this.userRating !== index + 1) {
|
|
23830
23663
|
this.userRating = index + 1;
|
|
23831
|
-
this.events.raiseInteractTelemetry('rating', 'content', {
|
|
23832
|
-
contentId: this.contentId,
|
|
23833
|
-
rating: this.userRating,
|
|
23834
|
-
});
|
|
23835
23664
|
this.contentSvc.addContentRating(this.contentId, { rating: this.userRating }).subscribe((function (_) {
|
|
23836
23665
|
_this.isRequesting = false;
|
|
23837
23666
|
}), (function (_) {
|
|
@@ -23871,7 +23700,6 @@ var UserContentRatingComponent = (function () {
|
|
|
23871
23700
|
}] }
|
|
23872
23701
|
];
|
|
23873
23702
|
UserContentRatingComponent.ctorParameters = function () { return [
|
|
23874
|
-
{ type: EventService },
|
|
23875
23703
|
{ type: WidgetContentService },
|
|
23876
23704
|
{ type: ConfigurationsService }
|
|
23877
23705
|
]; };
|
|
@@ -23889,7 +23717,6 @@ if (false) {
|
|
|
23889
23717
|
UserContentRatingComponent.prototype.userRating;
|
|
23890
23718
|
UserContentRatingComponent.prototype.forPreview;
|
|
23891
23719
|
UserContentRatingComponent.prototype.averageRatings;
|
|
23892
|
-
UserContentRatingComponent.prototype.events;
|
|
23893
23720
|
UserContentRatingComponent.prototype.contentSvc;
|
|
23894
23721
|
UserContentRatingComponent.prototype.configSvc;
|
|
23895
23722
|
}
|
|
@@ -24887,5 +24714,5 @@ var ScrollspyLeftMenuModule = (function () {
|
|
|
24887
24714
|
return ScrollspyLeftMenuModule;
|
|
24888
24715
|
}());
|
|
24889
24716
|
|
|
24890
|
-
export { ActivityCardModule, AppTourDialogComponent, AppTourDialogModule, AtGlanceComponent, AtGlanceModule, AuthorCardModule, AvatarPhotoModule, BreadcrumbsOrgModule, BreadcrumbsOrgService, BtnAppsModule, BtnCallModule, BtnCatalogModule, BtnChannelAnalyticsModule, BtnContentDownloadModule, BtnContentDownloadService, BtnContentFeedbackModule, BtnContentFeedbackService, BtnContentFeedbackV2Module, BtnContentLikeModule, BtnContentLikeService, BtnContentMailMeModule, BtnContentShareModule, BtnFacebookShareModule, BtnFeatureModule, BtnFollowModule, BtnFollowService, BtnFullscreenModule, BtnGoalsModule, BtnGoalsService, BtnKbAnalyticsModule, BtnKbModule, BtnKbService, BtnLinkedinShareModule, BtnMailUserDialogComponent, BtnMailUserModule, BtnPageBackModule, BtnPageBackModuleAdmin, BtnPageBackNavModule, BtnPageBackNavService, BtnPageBackService, BtnPageBackServiceAdmin, BtnPlaylistModule, BtnPlaylistService, BtnPreviewModule, BtnPreviewService, BtnSettingsModule, BtnSettingsService, BtnSocialDeleteModule, BtnSocialLikeModule, BtnSocialVoteModule, BtnTwitterShareModule, COLOR_PALETTE, CardActivityModule, CardBreadcrumbModule, CardBrowseCourseModule, CardChannelModule, CardChannelModuleV2, CardContentModule, CardHomeTopModule, CardHubsListModule, CardKnowledgeModule, CardNetWorkService, CardNetworkHomeModule, CardNetworkModule, CardTableModule, CardWelcomeModule, ChannelHubModule, CompletionSpinnerModule, ContentAssignService, ContentPickerV2Module, ContentProgressModule, ContentProgressService, ContentStripMultipleModule, ContentStripMultipleService, ContentStripSingleModule, ContentStripSingleService, CtrlFileUploadModule, CustomTourService, DialogSocialActivityUserComponent, DialogSocialActivityUserModule, DialogSocialDeletePostComponent, DialogSocialDeletePostModule, DiscussionForumModule, DisplayContentTypeIconModule, DisplayContentTypeModule, DisplayContentsModule, EFeedbackRole, EFeedbackType, EditorQuillComponent, EditorQuillModule, ElementHtmlModule, EmailInputModule, EmbeddedPageModule, ErrorResolverComponent, ErrorResolverModule, FeedbackService, FeedbackSnackbarComponent, GRAPH_TYPES, GalleryViewModule, GraphGeneralModule, GraphGeneralService, GridLayoutModule, GroupCheckboxModule, ImageMapResponsiveModule, IntranetSelectorModule, LanguageSelectorModule, LayoutLinearModule, LayoutTabModule, LeftMenuModule, LeftMenuService, LeftMenuWithoutLogoModule, LocaleTranslatorModule, MarkAsCompleteModule, MyHammerConfig, NsAutoComplete, NsContent, NsContentConstants, NsDiscussionForum, NsGoal, NsPlaylist, PageComponent, PageModule, PickerContentModule, PickerContentService, PipeContentRouteModule, PipeContentRoutePipe, PlayerAmpModule, PlayerAudioModule, PlayerBriefModule, PlayerPdfModule, PlayerSlidesModule, PlayerVideoModule, PlayerWebPagesModule, PlayerYoutubeModule, ProfileImageModule, ROOT_WIDGET_CONFIG, ReleaseNotesModule, ScrollspyLeftMenuModule, SelectorResponsiveModule, SlidersMobModule, SlidersModule, StickyHeaderModule, TourComponent, TourModule, TreeCatalogModule, TreeCatalogService, TreeModule, UIAdminTableModule, UIORGTableModule, UserAutocompleteModule, UserAutocompleteService, UserContentDetailedRatingModule, UserContentRatingModule, UserImageModule, VIEWER_ROUTE_FROM_MIME, WIDGET_REGISTERED_MODULES, WIDGET_REGISTRATION_CONFIG, WidgetContentService, WidgetUserService, WsDiscussionForumService, colorPalettes, responsiveSuffix, sizeSuffix, viewerRouteGenerator, AvatarPhotoComponent as ɵa, BtnAppsComponent as ɵb, BtnTwitterShareComponent as ɵba, BtnFeatureComponent as ɵbb, BtnFeatureService as ɵbc, MobileAppsService as ɵbd, NavigationExternalService as ɵbe, WidgetUrlResolverDirective as ɵbf, BtnFollowComponent as ɵbg, BtnFullscreenComponent as ɵbh, BtnGoalsComponent as ɵbi, BtnGoalsDialogComponent as ɵbj, BtnGoalsSelectionComponent as ɵbk, BtnGoalsErrorComponent as ɵbl, BtnKbComponent as ɵbm, BtnKbDialogComponent as ɵbn, BtnKbConfirmComponent as ɵbo, MarkAsCompleteComponent as ɵbp, ConfirmDialogComponent as ɵbq, MarkAsCompleteService as ɵbr, BtnMailUserComponent as ɵbt, BtnPageBackComponent as ɵbu, BtnPageBackAdminComponent as ɵbv, BtnPageBackNavComponent as ɵbw, BtnPlaylistComponent as ɵbx, BtnPlaylistDialogComponent as ɵby, BtnPlaylistSelectionComponent as ɵbz, BtnCallComponent as ɵc, BtnPreviewComponent as ɵca, BtnPreviewDialogComponent as ɵcb, BtnSettingsComponent as ɵcc, LanguageSelectorComponent as ɵcd, BtnKbAnalyticsComponent as ɵce, CardBreadcrumbComponent as ɵcf, CardChannelV2Component as ɵcg, CardChannelComponent as ɵch, CardContentComponent as ɵci, DisplayContentTypeComponent as ɵcj, ContentProgressComponent as ɵck, ProfileImageComponent as ɵcl, CardKnowledgeComponent as ɵcm, CardWelcomeComponent as ɵcn, ActivityCardComponent as ɵco, ChallengeModule as ɵcp, ChallengeComponent as ɵcq, CardNetworkComponent as ɵcr, CardNetworkHomeComponent as ɵcs, CardHubsListComponent as ɵct, CardHomeTopComponent as ɵcu, StarRatingComponent as ɵcv, CardActivityComponent as ɵcw, CardCompetencyComponent as ɵcx, CardGoalComponent as ɵcy, CardLearningStatusComponent as ɵcz, BtnCallDialogComponent as ɵd, CardActivityComponent$1 as ɵda, CardTableComponent as ɵdb, PipeTableListModule as ɵdc, PipeListPipe as ɵdd, PipeTableMetaModule as ɵde, PipeMetaPipe as ɵdf, PipeRelativePathTableModule as ɵdg, RelativeUrlTablePipe as ɵdh, AuthorCardComponent as ɵdi, UserContentDetailedRatingComponent as ɵdj, CardBrowseCourseComponent as ɵdk, ChannelHubComponent as ɵdl, ContentStripMultipleComponent as ɵdm, ContentStripSingleComponent as ɵdn, CtrlFileUploadComponent as ɵdo, BtnSocialDeleteComponent as ɵdp, BtnSocialLikeComponent as ɵdq, NsDiscussionForum as ɵdr, WsDiscussionForumUserService as ɵds, BtnSocialVoteComponent as ɵdt, DiscussionForumComponent as ɵdu, DiscussionPostComponent as ɵdv, DiscussionReplyComponent as ɵdw, ElementHtmlComponent as ɵdx, EmbeddedPageComponent as ɵdy, ErrorResolverService as ɵdz, BtnCatalogComponent as ɵe, ErrorAccessForbiddenComponent as ɵea, ErrorContentUnavailableComponent as ɵeb, ErrorFeatureDisabledComponent as ɵec, ErrorFeatureUnavailableComponent as ɵed, ErrorInternalServerComponent as ɵee, ErrorNotFoundComponent as ɵef, ErrorServiceUnavailableComponent as ɵeg, ErrorSomethingWrongComponent as ɵeh, GalleryViewComponent as ɵei, GraphGeneralComponent as ɵej, GridLayoutComponent as ɵek, ImageMapResponsiveComponent as ɵel, IntranetSelectorComponent as ɵem, IntranetSelectorService as ɵen, LayoutLinearComponent as ɵeo, LayoutTabComponent as ɵep, PickerContentComponent as ɵeq, SearchServService as ɵer, SearchApiService as ɵes, PlayerAmpComponent as ɵet, DynamicAssetsLoaderService as ɵeu, PlayerAudioComponent as ɵev, PlayerPdfComponent as ɵew, PlayerSlidesComponent as ɵex, PlayerVideoComponent as ɵey, PlayerWebPagesComponent as ɵez, TreeCatalogComponent as ɵf, PlayerYoutubeComponent as ɵfa, BtnProfileModule as ɵfb, BtnProfileComponent as ɵfc, CardLearnModule as ɵfd, CardLearnComponent as ɵfe, CardHomeNetworkModule as ɵff, CardHomeNetworkComponent as ɵfg, CardHomeDiscussModule as ɵfh, CardHomeDiscussComponent as ɵfi, CardDiscussComponent as ɵfj, ContentStripNewMultipleModule as ɵfk, ContentStripNewMultipleComponent as ɵfl, ContentStripNewMultipleService as ɵfm, NetworkStripMultipleModule as ɵfn, NetworkStripMultipleComponent as ɵfo, ContentStripNewMultipleService$1 as ɵfp, ReleaseNotesComponent as ɵfq, SlidersComponent as ɵfr, ProfileAcademicsModule as ɵfs, ProfileAcademicsComponent as ɵft, ProfileCareerModule as ɵfu, ProfileCareerComponent as ɵfv, ProfileCompetenciesModule as ɵfw, ProfileCompetenciesComponent as ɵfx, ProfileCretificationsModule as ɵfy, ProfileCretificationsComponent as ɵfz, TreeCatalogMenuComponent as ɵg, ProfileCretificationsV2Module as ɵga, ProfileCretificationsV2Component as ɵgb, ProfileDepartmentsModule as ɵgc, ProfileDepartmentsComponent as ɵgd, ProfileHobbiesModule as ɵge, ProfileHobbiesComponent as ɵgf, SelectorResponsiveComponent as ɵgg, VideoWrapperModule as ɵgh, VideoWrapperComponent as ɵgi, SlidersMobComponent as ɵgj, CardCourseModule as ɵgk, CardCourseComponent as ɵgl, CardCarrierHomeModule as ɵgm, CardCarrierHomeComponent as ɵgn, CardCarrierComponent as ɵgo, CarrierStripMultipleModule as ɵgp, CarrierStripMultipleComponent as ɵgq, ContentStripNewMultipleService$2 as ɵgr, DiscussStripMultipleModule as ɵgs, DiscussStripMultipleComponent as ɵgt, ContentStripNewMultipleService$3 as ɵgu, UIAdminUserTableComponent as ɵgv,
|
|
24717
|
+
export { ActivityCardModule, AppTourDialogComponent, AppTourDialogModule, AtGlanceComponent, AtGlanceModule, AuthorCardModule, AvatarPhotoModule, BreadcrumbsOrgModule, BreadcrumbsOrgService, BtnAppsModule, BtnCallModule, BtnCatalogModule, BtnChannelAnalyticsModule, BtnContentDownloadModule, BtnContentDownloadService, BtnContentFeedbackModule, BtnContentFeedbackService, BtnContentFeedbackV2Module, BtnContentLikeModule, BtnContentLikeService, BtnContentMailMeModule, BtnContentShareModule, BtnFacebookShareModule, BtnFeatureModule, BtnFollowModule, BtnFollowService, BtnFullscreenModule, BtnGoalsModule, BtnGoalsService, BtnKbAnalyticsModule, BtnKbModule, BtnKbService, BtnLinkedinShareModule, BtnMailUserDialogComponent, BtnMailUserModule, BtnPageBackModule, BtnPageBackModuleAdmin, BtnPageBackNavModule, BtnPageBackNavService, BtnPageBackService, BtnPageBackServiceAdmin, BtnPlaylistModule, BtnPlaylistService, BtnPreviewModule, BtnPreviewService, BtnSettingsModule, BtnSettingsService, BtnSocialDeleteModule, BtnSocialLikeModule, BtnSocialVoteModule, BtnTwitterShareModule, COLOR_PALETTE, CardActivityModule, CardBreadcrumbModule, CardBrowseCourseModule, CardChannelModule, CardChannelModuleV2, CardContentModule, CardHomeTopModule, CardHubsListModule, CardKnowledgeModule, CardNetWorkService, CardNetworkHomeModule, CardNetworkModule, CardTableModule, CardWelcomeModule, ChannelHubModule, CompletionSpinnerModule, ContentAssignService, ContentPickerV2Module, ContentProgressModule, ContentProgressService, ContentStripMultipleModule, ContentStripMultipleService, ContentStripSingleModule, ContentStripSingleService, CtrlFileUploadModule, CustomTourService, DialogSocialActivityUserComponent, DialogSocialActivityUserModule, DialogSocialDeletePostComponent, DialogSocialDeletePostModule, DiscussionForumModule, DisplayContentTypeIconModule, DisplayContentTypeModule, DisplayContentsModule, EFeedbackRole, EFeedbackType, EditorQuillComponent, EditorQuillModule, ElementHtmlModule, EmailInputModule, EmbeddedPageModule, ErrorResolverComponent, ErrorResolverModule, FeedbackService, FeedbackSnackbarComponent, GRAPH_TYPES, GalleryViewModule, GraphGeneralModule, GraphGeneralService, GridLayoutModule, GroupCheckboxModule, ImageMapResponsiveModule, IntranetSelectorModule, LanguageSelectorModule, LayoutLinearModule, LayoutTabModule, LeftMenuModule, LeftMenuService, LeftMenuWithoutLogoModule, LocaleTranslatorModule, MarkAsCompleteModule, MyHammerConfig, NsAutoComplete, NsContent, NsContentConstants, NsDiscussionForum, NsGoal, NsPlaylist, PageComponent, PageModule, PickerContentModule, PickerContentService, PipeContentRouteModule, PipeContentRoutePipe, PlayerAmpModule, PlayerAudioModule, PlayerBriefModule, PlayerPdfModule, PlayerSlidesModule, PlayerVideoModule, PlayerWebPagesModule, PlayerYoutubeModule, ProfileImageModule, ROOT_WIDGET_CONFIG, ReleaseNotesModule, ScrollspyLeftMenuModule, SelectorResponsiveModule, SlidersMobModule, SlidersModule, StickyHeaderModule, TourComponent, TourModule, TreeCatalogModule, TreeCatalogService, TreeModule, UIAdminTableModule, UIORGTableModule, UserAutocompleteModule, UserAutocompleteService, UserContentDetailedRatingModule, UserContentRatingModule, UserImageModule, VIEWER_ROUTE_FROM_MIME, WIDGET_REGISTERED_MODULES, WIDGET_REGISTRATION_CONFIG, WidgetContentService, WidgetUserService, WsDiscussionForumService, colorPalettes, responsiveSuffix, sizeSuffix, viewerRouteGenerator, AvatarPhotoComponent as ɵa, BtnAppsComponent as ɵb, BtnTwitterShareComponent as ɵba, BtnFeatureComponent as ɵbb, BtnFeatureService as ɵbc, MobileAppsService as ɵbd, NavigationExternalService as ɵbe, WidgetUrlResolverDirective as ɵbf, BtnFollowComponent as ɵbg, BtnFullscreenComponent as ɵbh, BtnGoalsComponent as ɵbi, BtnGoalsDialogComponent as ɵbj, BtnGoalsSelectionComponent as ɵbk, BtnGoalsErrorComponent as ɵbl, BtnKbComponent as ɵbm, BtnKbDialogComponent as ɵbn, BtnKbConfirmComponent as ɵbo, MarkAsCompleteComponent as ɵbp, ConfirmDialogComponent as ɵbq, MarkAsCompleteService as ɵbr, BtnMailUserComponent as ɵbt, BtnPageBackComponent as ɵbu, BtnPageBackAdminComponent as ɵbv, BtnPageBackNavComponent as ɵbw, BtnPlaylistComponent as ɵbx, BtnPlaylistDialogComponent as ɵby, BtnPlaylistSelectionComponent as ɵbz, BtnCallComponent as ɵc, BtnPreviewComponent as ɵca, BtnPreviewDialogComponent as ɵcb, BtnSettingsComponent as ɵcc, LanguageSelectorComponent as ɵcd, BtnKbAnalyticsComponent as ɵce, CardBreadcrumbComponent as ɵcf, CardChannelV2Component as ɵcg, CardChannelComponent as ɵch, CardContentComponent as ɵci, DisplayContentTypeComponent as ɵcj, ContentProgressComponent as ɵck, ProfileImageComponent as ɵcl, CardKnowledgeComponent as ɵcm, CardWelcomeComponent as ɵcn, ActivityCardComponent as ɵco, ChallengeModule as ɵcp, ChallengeComponent as ɵcq, CardNetworkComponent as ɵcr, CardNetworkHomeComponent as ɵcs, CardHubsListComponent as ɵct, CardHomeTopComponent as ɵcu, StarRatingComponent as ɵcv, CardActivityComponent as ɵcw, CardCompetencyComponent as ɵcx, CardGoalComponent as ɵcy, CardLearningStatusComponent as ɵcz, BtnCallDialogComponent as ɵd, CardActivityComponent$1 as ɵda, CardTableComponent as ɵdb, PipeTableListModule as ɵdc, PipeListPipe as ɵdd, PipeTableMetaModule as ɵde, PipeMetaPipe as ɵdf, PipeRelativePathTableModule as ɵdg, RelativeUrlTablePipe as ɵdh, AuthorCardComponent as ɵdi, UserContentDetailedRatingComponent as ɵdj, CardBrowseCourseComponent as ɵdk, ChannelHubComponent as ɵdl, ContentStripMultipleComponent as ɵdm, ContentStripSingleComponent as ɵdn, CtrlFileUploadComponent as ɵdo, BtnSocialDeleteComponent as ɵdp, BtnSocialLikeComponent as ɵdq, NsDiscussionForum as ɵdr, WsDiscussionForumUserService as ɵds, BtnSocialVoteComponent as ɵdt, DiscussionForumComponent as ɵdu, DiscussionPostComponent as ɵdv, DiscussionReplyComponent as ɵdw, ElementHtmlComponent as ɵdx, EmbeddedPageComponent as ɵdy, ErrorResolverService as ɵdz, BtnCatalogComponent as ɵe, ErrorAccessForbiddenComponent as ɵea, ErrorContentUnavailableComponent as ɵeb, ErrorFeatureDisabledComponent as ɵec, ErrorFeatureUnavailableComponent as ɵed, ErrorInternalServerComponent as ɵee, ErrorNotFoundComponent as ɵef, ErrorServiceUnavailableComponent as ɵeg, ErrorSomethingWrongComponent as ɵeh, GalleryViewComponent as ɵei, GraphGeneralComponent as ɵej, GridLayoutComponent as ɵek, ImageMapResponsiveComponent as ɵel, IntranetSelectorComponent as ɵem, IntranetSelectorService as ɵen, LayoutLinearComponent as ɵeo, LayoutTabComponent as ɵep, PickerContentComponent as ɵeq, SearchServService as ɵer, SearchApiService as ɵes, PlayerAmpComponent as ɵet, DynamicAssetsLoaderService as ɵeu, PlayerAudioComponent as ɵev, PlayerPdfComponent as ɵew, PlayerSlidesComponent as ɵex, PlayerVideoComponent as ɵey, PlayerWebPagesComponent as ɵez, TreeCatalogComponent as ɵf, PlayerYoutubeComponent as ɵfa, BtnProfileModule as ɵfb, BtnProfileComponent as ɵfc, CardLearnModule as ɵfd, CardLearnComponent as ɵfe, CardHomeNetworkModule as ɵff, CardHomeNetworkComponent as ɵfg, CardHomeDiscussModule as ɵfh, CardHomeDiscussComponent as ɵfi, CardDiscussComponent as ɵfj, ContentStripNewMultipleModule as ɵfk, ContentStripNewMultipleComponent as ɵfl, ContentStripNewMultipleService as ɵfm, NetworkStripMultipleModule as ɵfn, NetworkStripMultipleComponent as ɵfo, ContentStripNewMultipleService$1 as ɵfp, ReleaseNotesComponent as ɵfq, SlidersComponent as ɵfr, ProfileAcademicsModule as ɵfs, ProfileAcademicsComponent as ɵft, ProfileCareerModule as ɵfu, ProfileCareerComponent as ɵfv, ProfileCompetenciesModule as ɵfw, ProfileCompetenciesComponent as ɵfx, ProfileCretificationsModule as ɵfy, ProfileCretificationsComponent as ɵfz, TreeCatalogMenuComponent as ɵg, ProfileCretificationsV2Module as ɵga, ProfileCretificationsV2Component as ɵgb, ProfileDepartmentsModule as ɵgc, ProfileDepartmentsComponent as ɵgd, ProfileHobbiesModule as ɵge, ProfileHobbiesComponent as ɵgf, SelectorResponsiveComponent as ɵgg, VideoWrapperModule as ɵgh, VideoWrapperComponent as ɵgi, SlidersMobComponent as ɵgj, CardCourseModule as ɵgk, CardCourseComponent as ɵgl, CardCarrierHomeModule as ɵgm, CardCarrierHomeComponent as ɵgn, CardCarrierComponent as ɵgo, CarrierStripMultipleModule as ɵgp, CarrierStripMultipleComponent as ɵgq, ContentStripNewMultipleService$2 as ɵgr, DiscussStripMultipleModule as ɵgs, DiscussStripMultipleComponent as ɵgt, ContentStripNewMultipleService$3 as ɵgu, UIAdminUserTableComponent as ɵgv, CreateDepartmentService as ɵgw, UIDirectoryTableComponent as ɵgx, UserPopupComponent as ɵgy, UIUserTablePopUpComponent as ɵgz, TreeCatalogRoutePipe as ɵh, UserViewPopUpService as ɵha, AppButtonModule as ɵhb, AppButtonComponent as ɵhc, LeftMenuComponent as ɵhd, OrgUserTableComponent as ɵhe, BreadcrumbsOrgComponent as ɵhf, CompletionSpinnerComponent as ɵhg, DisplayContentTypeIconComponent as ɵhh, DisplayContentsComponent as ɵhi, EmailInputComponent as ɵhj, LocaleTranslatorComponent as ɵhk, PlayerBriefComponent as ɵhl, UserContentRatingComponent as ɵhm, StickyHeaderComponent as ɵhn, ContentPickerV2Component as ɵho, ContentPickerV2Service as ɵhp, SearchInputComponent as ɵhq, FiltersComponent as ɵhr, LeftMenuWithoutLogoComponent as ɵhs, GroupCheckboxComponent as ɵht, ScrollspyLeftMenuComponent as ɵhu, TreeComponent as ɵi, BtnChannelAnalyticsComponent as ɵj, BtnContentDownloadComponent as ɵk, BtnContentFeedbackV2Component as ɵl, BtnContentFeedbackDialogV2Component as ɵm, NsContent as ɵn, BtnContentFeedbackComponent as ɵo, BtnContentFeedbackDialogComponent as ɵp, BtnContentLikeComponent as ɵq, BtnContentMailMeComponent as ɵr, WidgetContentShareService as ɵs, BtnContentMailMeDialogComponent as ɵt, BtnContentShareComponent as ɵu, BtnContentShareDialogComponent as ɵv, UserAutocompleteComponent as ɵw, UserImageComponent as ɵx, BtnLinkedinShareComponent as ɵy, BtnFacebookShareComponent as ɵz };
|
|
24891
24718
|
//# sourceMappingURL=sunbird-cb-collection.js.map
|