@sunbird-cb/consumption 0.0.26 → 0.0.28
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-consumption.umd.js +651 -201
- package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js.map +1 -1
- package/esm2015/lib/_common/announcements/announcements.component.js +77 -9
- package/esm2015/lib/_common/calender/calender.component.js +1 -2
- package/esm2015/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +33 -27
- package/esm2015/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.js +167 -0
- package/esm2015/lib/_common/cards/card-landscape/card-landscape.component.js +10 -22
- package/esm2015/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +48 -26
- package/esm2015/lib/_common/cards/card-portrait/card-portrait.component.js +3 -3
- package/esm2015/lib/_common/cards/card-wide-v2/card-wide-v2.component.js +11 -23
- package/esm2015/lib/_common/cards/cards.component.js +15 -4
- package/esm2015/lib/_common/cards/cards.module.js +6 -3
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +168 -64
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +1 -1
- package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +20 -6
- package/esm2015/lib/_services/insite-data.service.js +10 -2
- package/esm2015/lib/_services/widget-content.service.js +9 -1
- package/esm2015/sunbird-cb-consumption.js +23 -22
- package/esm5/lib/_common/announcements/announcements.component.js +77 -9
- package/esm5/lib/_common/calender/calender.component.js +1 -2
- package/esm5/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +35 -30
- package/esm5/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.js +177 -0
- package/esm5/lib/_common/cards/card-landscape/card-landscape.component.js +11 -22
- package/esm5/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +55 -26
- package/esm5/lib/_common/cards/card-portrait/card-portrait.component.js +3 -3
- package/esm5/lib/_common/cards/card-wide-v2/card-wide-v2.component.js +12 -23
- package/esm5/lib/_common/cards/cards.component.js +19 -4
- package/esm5/lib/_common/cards/cards.module.js +6 -3
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +209 -65
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +1 -1
- package/esm5/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +20 -6
- package/esm5/lib/_services/insite-data.service.js +14 -2
- package/esm5/lib/_services/widget-content.service.js +13 -1
- package/esm5/sunbird-cb-consumption.js +23 -22
- package/fesm2015/sunbird-cb-consumption.js +555 -175
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +629 -180
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/lib/_common/announcements/announcements.component.d.ts +7 -1
- package/lib/_common/cards/card-karma-programs/card-karma-programs.component.d.ts +6 -2
- package/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.d.ts +26 -0
- package/lib/_common/cards/card-landscape/card-landscape.component.d.ts +2 -1
- package/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.d.ts +10 -3
- package/lib/_common/cards/card-wide-v2/card-wide-v2.component.d.ts +2 -1
- package/lib/_common/cards/cards.component.d.ts +3 -1
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts +5 -1
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts +3 -1
- package/lib/_services/insite-data.service.d.ts +1 -0
- package/lib/_services/widget-content.service.d.ts +1 -0
- package/package.json +1 -1
- package/sunbird-cb-consumption.d.ts +22 -21
- package/sunbird-cb-consumption.metadata.json +1 -1
|
@@ -224,7 +224,6 @@ class HorizontalScrollerV2Component {
|
|
|
224
224
|
* @return {?}
|
|
225
225
|
*/
|
|
226
226
|
updateNavigationBtnStatus(elem) {
|
|
227
|
-
debugger;
|
|
228
227
|
this.enablePrev = true;
|
|
229
228
|
this.enableNext = true;
|
|
230
229
|
if (elem.scrollLeft === 0) {
|
|
@@ -233,14 +232,29 @@ class HorizontalScrollerV2Component {
|
|
|
233
232
|
}
|
|
234
233
|
this.activeNav = 0;
|
|
235
234
|
}
|
|
236
|
-
if (elem.scrollWidth === Math.round(elem.clientWidth + elem.scrollLeft)) {
|
|
235
|
+
// if (elem.scrollWidth === Math.round(elem.clientWidth + elem.scrollLeft)) {
|
|
236
|
+
// if (this.loadStatus === 'hasMore') {
|
|
237
|
+
// this.loadNext.emit();
|
|
238
|
+
// } else {
|
|
239
|
+
// if(!this.sliderConfig.arrowsAlwaysOn) {
|
|
240
|
+
// this.enableNext = false;
|
|
241
|
+
// }
|
|
242
|
+
// if (this.bottomDotsArray.length) {
|
|
243
|
+
// this.activeNav = this.bottomDotsArray.length - 1;
|
|
244
|
+
// }
|
|
245
|
+
// }
|
|
246
|
+
// }
|
|
247
|
+
// if (elem.scrollLeft !== 0 && (elem.scrollWidth !== elem.clientWidth + elem.scrollLeft)) {
|
|
248
|
+
// this.activeNav = Math.ceil(elem.scrollLeft / elem.clientWidth);
|
|
249
|
+
// }
|
|
250
|
+
/** @type {?} */
|
|
251
|
+
const widthDiff = Math.abs(elem.scrollWidth - Math.round(elem.clientWidth + elem.scrollLeft));
|
|
252
|
+
if (widthDiff === 0 || widthDiff === 1) {
|
|
237
253
|
if (this.loadStatus === 'hasMore') {
|
|
238
254
|
this.loadNext.emit();
|
|
239
255
|
}
|
|
240
256
|
else {
|
|
241
|
-
|
|
242
|
-
this.enableNext = false;
|
|
243
|
-
}
|
|
257
|
+
this.enableNext = false;
|
|
244
258
|
if (this.bottomDotsArray.length) {
|
|
245
259
|
this.activeNav = this.bottomDotsArray.length - 1;
|
|
246
260
|
}
|
|
@@ -2208,6 +2222,14 @@ class WidgetContentService {
|
|
|
2208
2222
|
req.query = req.query || '';
|
|
2209
2223
|
return this.http.post(apiUrl, req);
|
|
2210
2224
|
}
|
|
2225
|
+
/**
|
|
2226
|
+
* @param {?} apiUrl
|
|
2227
|
+
* @return {?}
|
|
2228
|
+
*/
|
|
2229
|
+
getApiMethod(apiUrl) {
|
|
2230
|
+
// req.query = req.query || '';
|
|
2231
|
+
return this.http.get(apiUrl);
|
|
2232
|
+
}
|
|
2211
2233
|
}
|
|
2212
2234
|
WidgetContentService.decorators = [
|
|
2213
2235
|
{ type: Injectable, args: [{
|
|
@@ -3332,7 +3354,6 @@ class ContentStripWithTabsLibComponent extends WidgetBaseComponent {
|
|
|
3332
3354
|
this.translate.use(lang);
|
|
3333
3355
|
}
|
|
3334
3356
|
this.environment = environment;
|
|
3335
|
-
console.log('plugin');
|
|
3336
3357
|
}
|
|
3337
3358
|
/**
|
|
3338
3359
|
* @return {?}
|
|
@@ -3653,10 +3674,15 @@ class ContentStripWithTabsLibComponent extends WidgetBaseComponent {
|
|
|
3653
3674
|
}
|
|
3654
3675
|
else if (filters.organisation &&
|
|
3655
3676
|
filters.organisation.indexOf('<orgID>') >= 0) {
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3677
|
+
if (this.providerId) {
|
|
3678
|
+
filters.organisation = this.providerId;
|
|
3679
|
+
}
|
|
3680
|
+
else {
|
|
3681
|
+
filters.organisation = userData && userData.rootOrgId;
|
|
3682
|
+
if (filters && filters.hasOwnProperty('designation')) {
|
|
3683
|
+
filters.designation = userData.professionalDetails.length > 0 ?
|
|
3684
|
+
userData.professionalDetails[0].designation : '';
|
|
3685
|
+
}
|
|
3660
3686
|
}
|
|
3661
3687
|
}
|
|
3662
3688
|
return filters;
|
|
@@ -3677,7 +3703,9 @@ class ContentStripWithTabsLibComponent extends WidgetBaseComponent {
|
|
|
3677
3703
|
this.fetchAllCbpPlans(strip, calculateParentStatus);
|
|
3678
3704
|
this.fetchAllTopContent(strip, calculateParentStatus);
|
|
3679
3705
|
this.fetchAllFeaturedContent(strip, calculateParentStatus);
|
|
3680
|
-
this.
|
|
3706
|
+
this.fetchAllBookMarkData(strip, calculateParentStatus);
|
|
3707
|
+
this.fetchAllPlaylistSearch(strip, calculateParentStatus);
|
|
3708
|
+
this.fetchPlaylistReadData(strip, calculateParentStatus);
|
|
3681
3709
|
// this.enrollInterval = setInterval(() => {
|
|
3682
3710
|
// this.fetchAllCbpPlans(strip, calculateParentStatus)
|
|
3683
3711
|
// }, 1000)
|
|
@@ -4311,7 +4339,9 @@ class ContentStripWithTabsLibComponent extends WidgetBaseComponent {
|
|
|
4311
4339
|
(strip.request.trendingSearch && Object.keys(strip.request.trendingSearch).length) ||
|
|
4312
4340
|
(strip.request.topContent && Object.keys(strip.request.topContent).length) ||
|
|
4313
4341
|
(strip.request.featureContent && Object.keys(strip.request.featureContent).length) ||
|
|
4314
|
-
(strip.request.
|
|
4342
|
+
(strip.request.bookmarkRead && Object.keys(strip.request.bookmarkRead).length) ||
|
|
4343
|
+
(strip.request.playlistSearch && Object.keys(strip.request.playlistSearch).length) ||
|
|
4344
|
+
(strip.request.playlistRead && Object.keys(strip.request.playlistRead).length))) {
|
|
4315
4345
|
return true;
|
|
4316
4346
|
}
|
|
4317
4347
|
return false;
|
|
@@ -4865,6 +4895,51 @@ class ContentStripWithTabsLibComponent extends WidgetBaseComponent {
|
|
|
4865
4895
|
}));
|
|
4866
4896
|
});
|
|
4867
4897
|
}
|
|
4898
|
+
/**
|
|
4899
|
+
* @param {?} strip
|
|
4900
|
+
* @param {?} request
|
|
4901
|
+
* @param {?} apiUrl
|
|
4902
|
+
* @param {?} calculateParentStatus
|
|
4903
|
+
* @return {?}
|
|
4904
|
+
*/
|
|
4905
|
+
getRequestMethod(strip, request, apiUrl, calculateParentStatus) {
|
|
4906
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4907
|
+
/** @type {?} */
|
|
4908
|
+
const originalFilters = [];
|
|
4909
|
+
return new Promise((/**
|
|
4910
|
+
* @param {?} resolve
|
|
4911
|
+
* @param {?} reject
|
|
4912
|
+
* @return {?}
|
|
4913
|
+
*/
|
|
4914
|
+
(resolve, reject) => {
|
|
4915
|
+
if (request && request) {
|
|
4916
|
+
this.contentSvc.getApiMethod(apiUrl).subscribe((/**
|
|
4917
|
+
* @param {?} results
|
|
4918
|
+
* @return {?}
|
|
4919
|
+
*/
|
|
4920
|
+
results => {
|
|
4921
|
+
console.log(results, 'results=========');
|
|
4922
|
+
/** @type {?} */
|
|
4923
|
+
const showViewMore = Boolean(results.result.data && results.result.data.orgList.length > 5 && strip.stripConfig && strip.stripConfig.postCardForSearch);
|
|
4924
|
+
/** @type {?} */
|
|
4925
|
+
const viewMoreUrl = showViewMore
|
|
4926
|
+
? {
|
|
4927
|
+
path: strip.viewMoreUrl && strip.viewMoreUrl.path || '',
|
|
4928
|
+
}
|
|
4929
|
+
: null;
|
|
4930
|
+
resolve({ results, viewMoreUrl });
|
|
4931
|
+
}), (/**
|
|
4932
|
+
* @param {?} error
|
|
4933
|
+
* @return {?}
|
|
4934
|
+
*/
|
|
4935
|
+
(error) => {
|
|
4936
|
+
this.processStrip(strip, [], 'error', calculateParentStatus, null);
|
|
4937
|
+
reject(error);
|
|
4938
|
+
}));
|
|
4939
|
+
}
|
|
4940
|
+
}));
|
|
4941
|
+
});
|
|
4942
|
+
}
|
|
4868
4943
|
/**
|
|
4869
4944
|
* @param {?} filters
|
|
4870
4945
|
* @return {?}
|
|
@@ -4876,6 +4951,23 @@ class ContentStripWithTabsLibComponent extends WidgetBaseComponent {
|
|
|
4876
4951
|
}
|
|
4877
4952
|
return filters;
|
|
4878
4953
|
}
|
|
4954
|
+
/**
|
|
4955
|
+
* @param {?} apiUrl
|
|
4956
|
+
* @param {?} id
|
|
4957
|
+
* @return {?}
|
|
4958
|
+
*/
|
|
4959
|
+
getFullUrl(apiUrl, id) {
|
|
4960
|
+
/** @type {?} */
|
|
4961
|
+
let formedUrl = '';
|
|
4962
|
+
if (apiUrl.indexOf('<bookmarkId>') >= 0) {
|
|
4963
|
+
formedUrl = apiUrl.replace('<bookmarkId>', this.environment.mdoChannelsBookmarkId);
|
|
4964
|
+
}
|
|
4965
|
+
else if (apiUrl.indexOf('<playlistKey>') >= 0 && apiUrl.indexOf('<orgID>') >= 0) {
|
|
4966
|
+
formedUrl = apiUrl.replace('<playlistKey>', this.providerId + id);
|
|
4967
|
+
formedUrl = formedUrl.replace('<orgID>', this.providerId);
|
|
4968
|
+
}
|
|
4969
|
+
return formedUrl;
|
|
4970
|
+
}
|
|
4879
4971
|
/**
|
|
4880
4972
|
* @param {?} stripData
|
|
4881
4973
|
* @param {?} path
|
|
@@ -4895,71 +4987,24 @@ class ContentStripWithTabsLibComponent extends WidgetBaseComponent {
|
|
|
4895
4987
|
* @param {?=} calculateParentStatus
|
|
4896
4988
|
* @return {?}
|
|
4897
4989
|
*/
|
|
4898
|
-
|
|
4990
|
+
fetchAllBookMarkData(strip, calculateParentStatus = true) {
|
|
4899
4991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4900
|
-
if (strip.request && strip.request.
|
|
4992
|
+
if (strip.request && strip.request.bookmarkRead && Object.keys(strip.request.bookmarkRead).length) {
|
|
4901
4993
|
/** @type {?} */
|
|
4902
4994
|
let originalFilters = [];
|
|
4903
4995
|
if (strip.request &&
|
|
4904
|
-
strip.request.
|
|
4905
|
-
strip.request.
|
|
4906
|
-
strip.request.
|
|
4907
|
-
originalFilters = strip.request.channels.request.filters;
|
|
4908
|
-
strip.request.channels.request.filters = this.postMethodFilters(strip.request.channels.request.filters);
|
|
4996
|
+
strip.request.bookmarkRead &&
|
|
4997
|
+
strip.request.bookmarkRead.bookmarkId) {
|
|
4998
|
+
strip.request.apiUrl = this.getFullUrl(strip.request.apiUrl, strip.request.bookmarkRead.bookmarkId);
|
|
4909
4999
|
}
|
|
4910
5000
|
try {
|
|
4911
5001
|
/** @type {?} */
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
// tslint:disable-next-line: max-line-length
|
|
4915
|
-
posterImage: 'https://portal.karmayogi.nic.in/content-store/content/do_114051411119235072127/artifact/do_114051411119235072127_1715260168985_default-provider.svg',
|
|
4916
|
-
appIcon: '',
|
|
4917
|
-
name: 'Ministry of Consumer Affairs, Food and Public Distribution',
|
|
4918
|
-
programCount: '10',
|
|
4919
|
-
},
|
|
4920
|
-
{
|
|
4921
|
-
// tslint:disable-next-line: max-line-length
|
|
4922
|
-
posterImage: 'https://portal.karmayogi.nic.in/content-store/content/do_114051411119235072127/artifact/do_114051411119235072127_1715260168985_default-provider.svg',
|
|
4923
|
-
appIcon: '',
|
|
4924
|
-
name: 'Ministry of Railways',
|
|
4925
|
-
programCount: '10',
|
|
4926
|
-
},
|
|
4927
|
-
{
|
|
4928
|
-
// tslint:disable-next-line: max-line-length
|
|
4929
|
-
posterImage: 'https://portal.karmayogi.nic.in/content-store/content/do_114051411119235072127/artifact/do_114051411119235072127_1715260168985_default-provider.svg',
|
|
4930
|
-
appIcon: '',
|
|
4931
|
-
name: 'Department of Post',
|
|
4932
|
-
programCount: '10',
|
|
4933
|
-
},
|
|
4934
|
-
{
|
|
4935
|
-
// tslint:disable-next-line: max-line-length
|
|
4936
|
-
posterImage: 'https://portal.karmayogi.nic.in/content-store/content/do_114051411119235072127/artifact/do_114051411119235072127_1715260168985_default-provider.svg',
|
|
4937
|
-
appIcon: '',
|
|
4938
|
-
name: 'NLC India Limited',
|
|
4939
|
-
programCount: '30',
|
|
4940
|
-
},
|
|
4941
|
-
{
|
|
4942
|
-
// tslint:disable-next-line: max-line-length
|
|
4943
|
-
posterImage: 'https://portal.karmayogi.nic.in/content-store/content/do_114051411119235072127/artifact/do_114051411119235072127_1715260168985_default-provider.svg',
|
|
4944
|
-
appIcon: '',
|
|
4945
|
-
name: 'Mission Karmayogi',
|
|
4946
|
-
programCount: '24',
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
// tslint:disable-next-line: max-line-length
|
|
4950
|
-
posterImage: 'https://portal.karmayogi.nic.in/content-store/content/do_114051411119235072127/artifact/do_114051411119235072127_1715260168985_default-provider.svg',
|
|
4951
|
-
appIcon: '',
|
|
4952
|
-
name: 'Mission Karmayogi',
|
|
4953
|
-
programCount: '50',
|
|
4954
|
-
},
|
|
4955
|
-
];
|
|
5002
|
+
const response = yield this.getRequestMethod(strip, strip.request.bookmarkRead, strip.request.apiUrl, calculateParentStatus);
|
|
5003
|
+
console.log('calling after - response, ', response);
|
|
4956
5004
|
/** @type {?} */
|
|
4957
|
-
|
|
4958
|
-
// console.log('calling after - response, ', response)
|
|
4959
|
-
;
|
|
4960
|
-
// console.log('calling after - response, ', response)
|
|
5005
|
+
let content = response.results.result.data.orgList;
|
|
4961
5006
|
if (response) {
|
|
4962
|
-
this.processStrip(strip, this.transformAllContentsToWidgets(
|
|
5007
|
+
this.processStrip(strip, this.transformAllContentsToWidgets(content, strip), 'done', calculateParentStatus, response);
|
|
4963
5008
|
}
|
|
4964
5009
|
else {
|
|
4965
5010
|
this.processStrip(strip, [], 'error', calculateParentStatus, null);
|
|
@@ -4998,6 +5043,87 @@ class ContentStripWithTabsLibComponent extends WidgetBaseComponent {
|
|
|
4998
5043
|
widgetData: {},
|
|
4999
5044
|
})));
|
|
5000
5045
|
}
|
|
5046
|
+
/**
|
|
5047
|
+
* @param {?} strip
|
|
5048
|
+
* @param {?=} calculateParentStatus
|
|
5049
|
+
* @return {?}
|
|
5050
|
+
*/
|
|
5051
|
+
fetchAllPlaylistSearch(strip, calculateParentStatus = true) {
|
|
5052
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5053
|
+
if (strip.request && strip.request.playlistSearch && Object.keys(strip.request.playlistSearch).length) {
|
|
5054
|
+
/** @type {?} */
|
|
5055
|
+
let originalFilters = [];
|
|
5056
|
+
if (strip.request &&
|
|
5057
|
+
strip.request.playlistSearch &&
|
|
5058
|
+
strip.request.playlistSearch.request &&
|
|
5059
|
+
strip.request.playlistSearch.request.filters) {
|
|
5060
|
+
originalFilters = strip.request.playlistSearch.request.filters;
|
|
5061
|
+
strip.request.playlistSearch.request.filters = this.postMethodFilters(strip.request.playlistSearch.request.filters);
|
|
5062
|
+
}
|
|
5063
|
+
try {
|
|
5064
|
+
/** @type {?} */
|
|
5065
|
+
const response = yield this.postRequestMethod(strip, strip.request.playlistSearch.request, strip.request.apiUrl, calculateParentStatus);
|
|
5066
|
+
// console.log('calling after - response, ', response)
|
|
5067
|
+
if (response && response.results) {
|
|
5068
|
+
// console.log('calling after-- ')
|
|
5069
|
+
if (response.results.result.data && response.results.result.data.length) {
|
|
5070
|
+
this.processStrip(strip, this.transformContentsToWidgets(response.results.result.data, strip), 'done', calculateParentStatus, response.viewMoreUrl);
|
|
5071
|
+
}
|
|
5072
|
+
else {
|
|
5073
|
+
this.processStrip(strip, [], 'error', calculateParentStatus, null);
|
|
5074
|
+
this.emptyResponse.emit(true);
|
|
5075
|
+
}
|
|
5076
|
+
}
|
|
5077
|
+
else {
|
|
5078
|
+
this.processStrip(strip, [], 'error', calculateParentStatus, null);
|
|
5079
|
+
this.emptyResponse.emit(true);
|
|
5080
|
+
}
|
|
5081
|
+
}
|
|
5082
|
+
catch (error) {
|
|
5083
|
+
this.emptyResponse.emit(true);
|
|
5084
|
+
// Handle errors
|
|
5085
|
+
// console.error('Error:', error);
|
|
5086
|
+
}
|
|
5087
|
+
}
|
|
5088
|
+
});
|
|
5089
|
+
}
|
|
5090
|
+
/**
|
|
5091
|
+
* @param {?} strip
|
|
5092
|
+
* @param {?=} calculateParentStatus
|
|
5093
|
+
* @return {?}
|
|
5094
|
+
*/
|
|
5095
|
+
fetchPlaylistReadData(strip, calculateParentStatus = true) {
|
|
5096
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5097
|
+
if (strip.request && strip.request.playlistRead && Object.keys(strip.request.playlistRead).length) {
|
|
5098
|
+
/** @type {?} */
|
|
5099
|
+
let originalFilters = [];
|
|
5100
|
+
if (strip.request &&
|
|
5101
|
+
strip.request.playlistRead &&
|
|
5102
|
+
strip.request.playlistRead.type) {
|
|
5103
|
+
strip.request.apiUrl = this.getFullUrl(strip.request.apiUrl, strip.request.playlistRead.type);
|
|
5104
|
+
}
|
|
5105
|
+
try {
|
|
5106
|
+
/** @type {?} */
|
|
5107
|
+
const response = yield this.getRequestMethod(strip, strip.request.playlistRead, strip.request.apiUrl, calculateParentStatus);
|
|
5108
|
+
console.log('calling after - response, ', response);
|
|
5109
|
+
if (response && response.results.result.content) {
|
|
5110
|
+
/** @type {?} */
|
|
5111
|
+
let content = response.results.result.content;
|
|
5112
|
+
this.processStrip(strip, this.transformAllContentsToWidgets(content, strip), 'done', calculateParentStatus, response);
|
|
5113
|
+
}
|
|
5114
|
+
else {
|
|
5115
|
+
this.processStrip(strip, [], 'error', calculateParentStatus, null);
|
|
5116
|
+
this.emptyResponse.emit(true);
|
|
5117
|
+
}
|
|
5118
|
+
}
|
|
5119
|
+
catch (error) {
|
|
5120
|
+
this.emptyResponse.emit(true);
|
|
5121
|
+
// Handle errors
|
|
5122
|
+
// console.error('Error:', error);
|
|
5123
|
+
}
|
|
5124
|
+
}
|
|
5125
|
+
});
|
|
5126
|
+
}
|
|
5001
5127
|
}
|
|
5002
5128
|
ContentStripWithTabsLibComponent.decorators = [
|
|
5003
5129
|
{ type: Component, args: [{
|
|
@@ -5614,7 +5740,8 @@ SlidersLibModule.decorators = [
|
|
|
5614
5740
|
/** @type {?} */
|
|
5615
5741
|
const API_END_POINTS$2 = {
|
|
5616
5742
|
PROVIDER_INSIGHTS: `/apis/proxies/v8/microsite/read/insights`,
|
|
5617
|
-
TRAINING_DETAILS: `apis/proxies/v8/sunbirdigot/search
|
|
5743
|
+
TRAINING_DETAILS: `apis/proxies/v8/sunbirdigot/search`,
|
|
5744
|
+
ANNOUNCEMENTS_DETAILS: `apis/proxies/v8/announcements/v1/search`
|
|
5618
5745
|
};
|
|
5619
5746
|
class InsiteDataService {
|
|
5620
5747
|
/**
|
|
@@ -5630,6 +5757,13 @@ class InsiteDataService {
|
|
|
5630
5757
|
fetchSearchData(request) {
|
|
5631
5758
|
return this.http.post(API_END_POINTS$2.PROVIDER_INSIGHTS, request);
|
|
5632
5759
|
}
|
|
5760
|
+
/**
|
|
5761
|
+
* @param {?} request
|
|
5762
|
+
* @return {?}
|
|
5763
|
+
*/
|
|
5764
|
+
fetchAnnouncementsData(request) {
|
|
5765
|
+
return this.http.post(API_END_POINTS$2.ANNOUNCEMENTS_DETAILS, request);
|
|
5766
|
+
}
|
|
5633
5767
|
/**
|
|
5634
5768
|
* @param {?} request
|
|
5635
5769
|
* @return {?}
|
|
@@ -5895,7 +6029,6 @@ class CalenderComponent {
|
|
|
5895
6029
|
this.currentMonthAndYear = this.datePipe.transform(this.currentDate, 'MMMM y');
|
|
5896
6030
|
this.selectedMonth = this.datePipe.transform(this.currentDate, 'LLLL yyyy');
|
|
5897
6031
|
if (this.fullCalendor) {
|
|
5898
|
-
console.log("this.currentDate ", this.currentDate);
|
|
5899
6032
|
this.days = this.getDaysInMonth(this.currentDate.getFullYear(), this.currentDate.getMonth());
|
|
5900
6033
|
this.getMonthsDropdownData();
|
|
5901
6034
|
}
|
|
@@ -7015,22 +7148,77 @@ CommonStripModule.decorators = [
|
|
|
7015
7148
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7016
7149
|
*/
|
|
7017
7150
|
class AnnouncementsComponent {
|
|
7018
|
-
|
|
7151
|
+
/**
|
|
7152
|
+
* @param {?} insightSvc
|
|
7153
|
+
*/
|
|
7154
|
+
constructor(insightSvc) {
|
|
7155
|
+
this.insightSvc = insightSvc;
|
|
7019
7156
|
this.mobileHeight = false;
|
|
7157
|
+
this.fetchDataFromApi = false;
|
|
7020
7158
|
this.openDialog = new EventEmitter();
|
|
7021
7159
|
this.isLoading = false;
|
|
7022
|
-
this.
|
|
7160
|
+
this.announcements = [];
|
|
7023
7161
|
}
|
|
7024
7162
|
/**
|
|
7025
7163
|
* @return {?}
|
|
7026
7164
|
*/
|
|
7027
7165
|
ngOnInit() {
|
|
7028
|
-
|
|
7166
|
+
if (this.fetchDataFromApi) {
|
|
7167
|
+
this.isLoading = true;
|
|
7168
|
+
this.fetchData();
|
|
7169
|
+
}
|
|
7170
|
+
}
|
|
7171
|
+
/**
|
|
7172
|
+
* @return {?}
|
|
7173
|
+
*/
|
|
7174
|
+
fetchData() {
|
|
7175
|
+
/** @type {?} */
|
|
7176
|
+
let request = {
|
|
7177
|
+
filterCriteriaMap: {
|
|
7178
|
+
channel: [this.channelId],
|
|
7179
|
+
},
|
|
7180
|
+
requestedFields: [
|
|
7181
|
+
"name",
|
|
7182
|
+
"description",
|
|
7183
|
+
"createdOn",
|
|
7184
|
+
"updatedOn",
|
|
7185
|
+
"category"
|
|
7186
|
+
],
|
|
7187
|
+
orderBy: "createdOn",
|
|
7188
|
+
orderDirection: "ASC",
|
|
7189
|
+
facets: [
|
|
7190
|
+
"channel"
|
|
7191
|
+
],
|
|
7192
|
+
pageSize: this.objectData.pageSize
|
|
7193
|
+
};
|
|
7194
|
+
this.insightSvc.fetchAnnouncementsData(request).subscribe((/**
|
|
7195
|
+
* @param {?} res
|
|
7029
7196
|
* @return {?}
|
|
7030
7197
|
*/
|
|
7031
|
-
() => {
|
|
7198
|
+
(res) => {
|
|
7199
|
+
if (res && res.result && res.result.data) {
|
|
7200
|
+
res.result.data.forEach((/**
|
|
7201
|
+
* @param {?} resp
|
|
7202
|
+
* @return {?}
|
|
7203
|
+
*/
|
|
7204
|
+
(resp) => {
|
|
7205
|
+
this.announcements.push({
|
|
7206
|
+
value: resp.description,
|
|
7207
|
+
expanded: false
|
|
7208
|
+
});
|
|
7209
|
+
}));
|
|
7210
|
+
}
|
|
7211
|
+
this.objectData.list = this.announcements;
|
|
7032
7212
|
this.isLoading = false;
|
|
7033
|
-
}),
|
|
7213
|
+
}), (/**
|
|
7214
|
+
* @param {?} error
|
|
7215
|
+
* @return {?}
|
|
7216
|
+
*/
|
|
7217
|
+
error => {
|
|
7218
|
+
console.log(error);
|
|
7219
|
+
this.objectData.list = [];
|
|
7220
|
+
this.isLoading = false;
|
|
7221
|
+
}));
|
|
7034
7222
|
}
|
|
7035
7223
|
/**
|
|
7036
7224
|
* @param {?} item
|
|
@@ -7051,16 +7239,20 @@ class AnnouncementsComponent {
|
|
|
7051
7239
|
AnnouncementsComponent.decorators = [
|
|
7052
7240
|
{ type: Component, args: [{
|
|
7053
7241
|
selector: 'sb-uic-announcements',
|
|
7054
|
-
template: "<div class=\"w-full\" *ngIf=\"layoutType === 'web' && !isLoading\">\n <div class=\"flex item-center key-logo\">\n <img class=\"\" [src]=\"objectData?.logoUrl\">\n </div>\n <div class=\"flex item-center key-logo\">\n <div class=\"key-heading\"\n [style.backgroundColor]=\"objectData?.header?.background\"\n [style.color]=\"objectData?.header?.color\">\n {{objectData?.title}}\n </div>\n </div>\n <div class=\"key-list-container\"\n [style.borderColor]=\"objectData?.panelborder\"\n [style.backgroundColor]=\"objectData?.panelBackground\">\n <div class=\"{{mobileHeight ? 'mob-key-list' : 'key-list'}}\" >\n <div *ngFor=\"let item of objectData?.list; let i = index\">\n <div class=\"key-list-item mb-{{ objectData?.list?.length === (i+1) ? '' : '4'}}\" \n [style.borderColor]=\"objectData?.listItem?.border\"\n [style.backgroundColor]=\"objectData?.listItem?.background\">\n <div class=\"key-list-item-content {{item?.value?.length > 152 && !item?.expanded ? 'expand' : 'un-expand'}}\" [innerHTML]=\"item?.value\"></div>\n <div class=\"more-or-less\" *ngIf=\"item?.value?.length > 152\" [style.color]=\"objectData?.panelborder\">\n <div class=\"cursor-pointer\" (click)=\"viewMoreOrLess(item)\" *ngIf=\"!item?.expanded\">View more</div>\n <div class=\"cursor-pointer\" (click)=\"viewMoreOrLess(item)\" *ngIf=\"item?.expanded\">View less</div>\n </div>\n </div>\n </div> \n </div
|
|
7055
|
-
styles: [".key-logo{align-items:center;justify-content:center}.key-list-container{border:1px solid #ccc;padding:45px 15px 15px;border-radius:12px;margin-top:-20px}.key-list{
|
|
7242
|
+
template: "<div class=\"w-full\" *ngIf=\"layoutType === 'web' && !isLoading\">\n <div class=\"flex item-center key-logo\">\n <img class=\"\" [src]=\"objectData?.logoUrl\">\n </div>\n <div class=\"flex item-center key-logo\">\n <div class=\"key-heading\"\n [style.backgroundColor]=\"objectData?.header?.background\"\n [style.color]=\"objectData?.header?.color\">\n {{objectData?.title}}\n </div>\n </div>\n <div class=\"key-list-container\"\n [style.borderColor]=\"objectData?.panelborder\"\n [style.backgroundColor]=\"objectData?.panelBackground\">\n <div class=\"{{mobileHeight ? 'mob-key-list' : 'key-list'}}\" *ngIf=\"objectData?.list?.length\">\n <div *ngFor=\"let item of objectData?.list; let i = index\">\n <div class=\"key-list-item mb-{{ objectData?.list?.length === (i+1) ? '' : '4'}}\" \n [style.borderColor]=\"objectData?.listItem?.border\"\n [style.backgroundColor]=\"objectData?.listItem?.background\">\n <div class=\"key-list-item-content {{item?.value?.length > 152 && !item?.expanded ? 'expand' : 'un-expand'}}\" [innerHTML]=\"item?.value\"></div>\n <div class=\"more-or-less\" *ngIf=\"item?.value?.length > 152\" [style.color]=\"objectData?.panelborder\">\n <div class=\"cursor-pointer\" (click)=\"viewMoreOrLess(item)\" *ngIf=\"!item?.expanded\">View more</div>\n <div class=\"cursor-pointer\" (click)=\"viewMoreOrLess(item)\" *ngIf=\"item?.expanded\">View less</div>\n </div>\n </div>\n </div> \n </div>\n <div class=\"{{mobileHeight ? 'mob-key-list' : 'key-list'}}\" *ngIf=\"!objectData?.list?.length\">\n <div class=\"text-center\">No announcements yet!</div>\n </div>\n </div>\n</div>\n\n<div class=\"w-full\" *ngIf=\"layoutType === 'mobile'\">\n <div class=\"flex item-center key-logo \">\n <div class=\"mob-key-heading\" (click)=\"openAnnouncements()\"\n [style.backgroundColor]=\"objectData?.header?.background\"\n [style.color]=\"objectData?.header?.color\">\n <div class=\"flex key-button gap-3\">\n <div>\n <img [src]=\"objectData?.mobileIcon\">\n </div>\n <div>{{objectData?.title}}</div> \n <div><mat-icon class=\"key-mob-icon\">arrow_forward_ios</mat-icon></div>\n </div> \n </div>\n </div>\n</div>\n\n<div class=\"w-full\" *ngIf=\"layoutType === 'web' && isLoading\">\n <div class=\"flex item-center key-logo\">\n <img class=\"\" [src]=\"objectData?.logoUrl\">\n </div>\n <div class=\"flex item-center key-logo pt-1\">\n <div class=\"key-heading\"\n [style.backgroundColor]=\"objectData?.header?.background\"\n [style.color]=\"objectData?.header?.color\">\n {{objectData?.title}}\n </div>\n </div>\n <div class=\"key-list-container\"\n [style.borderColor]=\"objectData?.panelborder\"\n [style.backgroundColor]=\"objectData?.panelBackground\">\n <div class=\"{{mobileHeight ? 'mob-key-list' : 'key-list'}}\" > \n <div class=\"key-list-item mb-4\" \n *ngFor=\"let item of[0,1,2,3,4]; let i = index\"\n [style.borderColor]=\"objectData?.listItem?.border\"\n [style.backgroundColor]=\"objectData?.listItem?.background\">\n <div class=\"key-list-item-content un-expand\">\n <div class=\"py-1\">\n <sb-uic-skeleton-loader [bindingClass]=\"'flex rounded objIcon '\" [width]=\"'350px'\" [height]=\"'24px'\">\n </sb-uic-skeleton-loader>\n </div>\n <div class=\"py-1\">\n <sb-uic-skeleton-loader [bindingClass]=\"'flex rounded objIcon '\" [width]=\"'350px'\" [height]=\"'24px'\">\n </sb-uic-skeleton-loader>\n </div>\n </div>\n </div>\n </div> \n </div>\n</div>\n",
|
|
7243
|
+
styles: [".key-logo{align-items:center;justify-content:center}.key-list-container{border:1px solid #ccc;padding:45px 15px 15px;border-radius:12px;margin-top:-20px}.key-list{height:600px;overflow:auto}.mob-key-list{height:calc(100vh - 252px);overflow:auto}.key-list::-webkit-scrollbar{display:none}.key-list-item{padding:16px;border:1px solid #ccc;border-radius:12px;min-height:56px}::ng-deep .key-list-item-content a{color:#1b4ca1!important}.key-list-item-content{font-family:Lato;font-size:14px;font-weight:400;line-height:20px;text-align:left;white-space:initial;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.expand{-webkit-line-clamp:3}.un-expand{-webkit-line-clamp:0}.more-or-less{font-family:Lato;font-size:14px;line-height:20px;font-weight:600}.mob-key-heading{font-family:Montserrat;font-size:16px;font-weight:600;line-height:19.5px;text-align:center;padding:7px 25px;border-radius:20px;animation:.9s infinite mobPaddingAnimation;cursor:pointer}.key-mob-icon{font-size:12px;width:12px;height:12px}.key-button{align-items:center;justify-content:center}.key-heading{font-family:Montserrat;font-size:16px;font-weight:600;line-height:19.5px;text-align:center;padding:10px 50px;border-radius:20px;margin-top:-3px;animation:.9s infinite paddingAnimation}@keyframes mobPaddingAnimation{0%,100%{padding:7px 25px}25%,75%{padding:7px 30px}50%{padding:7px 35px}}@keyframes paddingAnimation{0%,100%{padding:10px 50px}25%,75%{padding:10px 55px}50%{padding:10px 60px}}"]
|
|
7056
7244
|
}] }
|
|
7057
7245
|
];
|
|
7058
7246
|
/** @nocollapse */
|
|
7059
|
-
AnnouncementsComponent.ctorParameters = () => [
|
|
7247
|
+
AnnouncementsComponent.ctorParameters = () => [
|
|
7248
|
+
{ type: InsiteDataService }
|
|
7249
|
+
];
|
|
7060
7250
|
AnnouncementsComponent.propDecorators = {
|
|
7061
7251
|
objectData: [{ type: Input }],
|
|
7062
7252
|
layoutType: [{ type: Input }],
|
|
7063
7253
|
mobileHeight: [{ type: Input }],
|
|
7254
|
+
fetchDataFromApi: [{ type: Input }],
|
|
7255
|
+
channelId: [{ type: Input }],
|
|
7064
7256
|
openDialog: [{ type: Output }]
|
|
7065
7257
|
};
|
|
7066
7258
|
if (false) {
|
|
@@ -7071,9 +7263,17 @@ if (false) {
|
|
|
7071
7263
|
/** @type {?} */
|
|
7072
7264
|
AnnouncementsComponent.prototype.mobileHeight;
|
|
7073
7265
|
/** @type {?} */
|
|
7266
|
+
AnnouncementsComponent.prototype.fetchDataFromApi;
|
|
7267
|
+
/** @type {?} */
|
|
7268
|
+
AnnouncementsComponent.prototype.channelId;
|
|
7269
|
+
/** @type {?} */
|
|
7074
7270
|
AnnouncementsComponent.prototype.openDialog;
|
|
7075
7271
|
/** @type {?} */
|
|
7076
7272
|
AnnouncementsComponent.prototype.isLoading;
|
|
7273
|
+
/** @type {?} */
|
|
7274
|
+
AnnouncementsComponent.prototype.announcements;
|
|
7275
|
+
/** @type {?} */
|
|
7276
|
+
AnnouncementsComponent.prototype.insightSvc;
|
|
7077
7277
|
}
|
|
7078
7278
|
|
|
7079
7279
|
/**
|
|
@@ -7216,6 +7416,7 @@ class CardsComponent extends WidgetBaseComponent {
|
|
|
7216
7416
|
this.configSvc = configSvc;
|
|
7217
7417
|
this.contSvc = contSvc;
|
|
7218
7418
|
this.router = router;
|
|
7419
|
+
this.triggerTelemetry = new EventEmitter();
|
|
7219
7420
|
this.isIntranetAllowedSettings = false;
|
|
7220
7421
|
}
|
|
7221
7422
|
/**
|
|
@@ -7285,11 +7486,18 @@ class CardsComponent extends WidgetBaseComponent {
|
|
|
7285
7486
|
clearInterval(this.cbPlanInterval);
|
|
7286
7487
|
}
|
|
7287
7488
|
}
|
|
7489
|
+
/**
|
|
7490
|
+
* @param {?} data
|
|
7491
|
+
* @return {?}
|
|
7492
|
+
*/
|
|
7493
|
+
raiseCardClick(data) {
|
|
7494
|
+
this.triggerTelemetry.emit(data);
|
|
7495
|
+
}
|
|
7288
7496
|
}
|
|
7289
7497
|
CardsComponent.decorators = [
|
|
7290
7498
|
{ type: Component, args: [{
|
|
7291
7499
|
selector: 'sb-uic-cards',
|
|
7292
|
-
template: "<div class=\"widget-card-content-new\">\n <ng-container *ngIf=\"widgetData && (((widgetData?.deletedMode || 'none') === 'hide' && !!!isLiveOrMarkForDeletion)\n ? false\n : !((widgetData?.intranetMode || 'none') === 'hide' && !!showIntranetContent))\"\n [ngSwitch]=\"( (widgetData && widgetData?.cardSubType) || 'cardPortraitLib')\">\n <ng-container *ngSwitchDefault [ngTemplateOutlet]=\"cardPortraitLib\"></ng-container>\n <ng-container *ngSwitchCase=\"'user-card'\" [ngTemplateOutlet]=\"cardUser\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-portrait-lib-skeleton'\" [ngTemplateOutlet]=\"cardPortraitLibSkeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-portrait-lib'\" [ngTemplateOutlet]=\"cardPortraitLib\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-landscape-lib-skeleton'\" [ngTemplateOutlet]=\"cardLandscapeLibSkeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-landscape-lib'\" [ngTemplateOutlet]=\"cardLandscapeLib\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-wide-lib-skeleton'\" [ngTemplateOutlet]=\"cardWideLibSkeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-wide-lib'\" [ngTemplateOutlet]=\"cardWideLib\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-wide-v2'\" [ngTemplateOutlet]=\"cardWideV2\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-wide-v2-skeleton'\" [ngTemplateOutlet]=\"cardWideV2Skeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-mdo-lib'\" [ngTemplateOutlet]=\"cardMdo\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-mdo-lib-skeleton'\" [ngTemplateOutlet]=\"cardMdoSkeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-karma-program-lib'\" [ngTemplateOutlet]=\"cardKarmaProgram\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-karma-program-lib-skeleton'\" [ngTemplateOutlet]=\"cardKarmaProgram\"></ng-container>\n </ng-container>\n</div>\n\n<ng-template #cardPortraitLibSkeleton>\n <sb-uic-card-portrait [widgetData]=\"widgetData\" [isCardLoading]=\"true\"></sb-uic-card-portrait>\n</ng-template>\n<ng-template #cardPortraitLib>\n <sb-uic-card-portrait (contentData)=\"getRedirectUrlData($event)\" [widgetData]=\"widgetData\" [isCardLoading]=\"false\"></sb-uic-card-portrait>\n</ng-template>\n<ng-template #cardLandscapeLibSkeleton>\n <sb-uic-card-landscape [widgetData]=\"widgetData\" [isCardLoading]=\"true\"></sb-uic-card-landscape>\n</ng-template>\n<ng-template #cardLandscapeLib>\n <sb-uic-card-landscape
|
|
7500
|
+
template: "<div class=\"widget-card-content-new\">\n <ng-container *ngIf=\"widgetData && (((widgetData?.deletedMode || 'none') === 'hide' && !!!isLiveOrMarkForDeletion)\n ? false\n : !((widgetData?.intranetMode || 'none') === 'hide' && !!showIntranetContent))\"\n [ngSwitch]=\"( (widgetData && widgetData?.cardSubType) || 'cardPortraitLib')\">\n <ng-container *ngSwitchDefault [ngTemplateOutlet]=\"cardPortraitLib\"></ng-container>\n <ng-container *ngSwitchCase=\"'user-card'\" [ngTemplateOutlet]=\"cardUser\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-portrait-lib-skeleton'\" [ngTemplateOutlet]=\"cardPortraitLibSkeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-portrait-lib'\" [ngTemplateOutlet]=\"cardPortraitLib\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-landscape-lib-skeleton'\" [ngTemplateOutlet]=\"cardLandscapeLibSkeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-landscape-lib'\" [ngTemplateOutlet]=\"cardLandscapeLib\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-wide-lib-skeleton'\" [ngTemplateOutlet]=\"cardWideLibSkeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-wide-lib'\" [ngTemplateOutlet]=\"cardWideLib\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-wide-v2'\" [ngTemplateOutlet]=\"cardWideV2\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-wide-v2-skeleton'\" [ngTemplateOutlet]=\"cardWideV2Skeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-mdo-lib'\" [ngTemplateOutlet]=\"cardMdo\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-mdo-lib-skeleton'\" [ngTemplateOutlet]=\"cardMdoSkeleton\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-karma-program-lib'\" [ngTemplateOutlet]=\"cardKarmaProgram\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-karma-program-lib-skeleton'\" [ngTemplateOutlet]=\"cardKarmaProgram\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-karma-program-lib-v2'\" [ngTemplateOutlet]=\"cardKarmaProgramV2\"></ng-container>\n <ng-container *ngSwitchCase=\"'card-karma-program-lib-v2-skeleton'\" [ngTemplateOutlet]=\"cardKarmaProgramV2\"></ng-container>\n </ng-container>\n</div>\n\n<ng-template #cardPortraitLibSkeleton>\n <sb-uic-card-portrait [widgetData]=\"widgetData\" [isCardLoading]=\"true\"></sb-uic-card-portrait>\n</ng-template>\n<ng-template #cardPortraitLib>\n <sb-uic-card-portrait (contentData)=\"getRedirectUrlData($event)\" [widgetData]=\"widgetData\" [isCardLoading]=\"false\"></sb-uic-card-portrait>\n</ng-template>\n<ng-template #cardLandscapeLibSkeleton>\n <sb-uic-card-landscape [widgetData]=\"widgetData\" [isCardLoading]=\"true\"></sb-uic-card-landscape>\n</ng-template>\n<ng-template #cardLandscapeLib>\n <sb-uic-card-landscape\n (contentData)=\"getRedirectUrlData($event)\"\n (triggerTelemetry)=\"raiseCardClick($event)\"\n [widgetData]=\"widgetData\"\n [isCardLoading]=\"false\">\n </sb-uic-card-landscape>\n</ng-template>\n\n<ng-template #cardWideLib>\n <sb-uic-card-wide (contentData)=\"getRedirectUrlData($event)\" [widgetData]=\"widgetData\"></sb-uic-card-wide>\n</ng-template>\n<ng-template #cardWideLibSkeleton>\n <sb-uic-card-wide [widgetData]=\"widgetData\"></sb-uic-card-wide>\n</ng-template>\n\n<ng-template #cardWideV2Skeleton>\n <sb-uic-card-wide-v2 [widgetData]=\"widgetData\" [isCardLoading]=\"true\" ></sb-uic-card-wide-v2>\n</ng-template>\n<ng-template #cardWideV2>\n <sb-uic-card-wide-v2\n (contentData)=\"getRedirectUrlData($event)\"\n (triggerTelemetry)=\"raiseCardClick($event)\"\n [cbPlanMapData]=\"cbPlanMapData\"\n [isCardLoading]=\"false\"\n [widgetData]=\"widgetData\">\n </sb-uic-card-wide-v2>\n</ng-template>\n\n<ng-template #cardUser>\n <sb-uic-card-user [widgetData]=\"widgetData\"></sb-uic-card-user>\n</ng-template>\n<ng-template #cardMdo>\n <sb-uic-card-mdo-channel [widgetData]=\"widgetData\"></sb-uic-card-mdo-channel>\n</ng-template>\n<ng-template #cardMdoSkeleton>\n <sb-uic-card-mdo-channel [widgetData]=\"widgetData\"></sb-uic-card-mdo-channel>\n</ng-template>\n<ng-template #cardKarmaProgram>\n <sb-uic-card-karma-programs [randomColorApply]=\"true\" [widgetData]=\"widgetData\"></sb-uic-card-karma-programs>\n</ng-template>\n<ng-template #cardKarmaProgramV2>\n <!-- <sb-uic-card-karma-programs-v2 [widgetData]=\"widgetData\"><sb-uic-card-karma-programs-v2> -->\n</ng-template>",
|
|
7293
7501
|
styles: [""]
|
|
7294
7502
|
}] }
|
|
7295
7503
|
];
|
|
@@ -7301,12 +7509,15 @@ CardsComponent.ctorParameters = () => [
|
|
|
7301
7509
|
{ type: Router }
|
|
7302
7510
|
];
|
|
7303
7511
|
CardsComponent.propDecorators = {
|
|
7304
|
-
widgetData: [{ type: Input }]
|
|
7512
|
+
widgetData: [{ type: Input }],
|
|
7513
|
+
triggerTelemetry: [{ type: Output }]
|
|
7305
7514
|
};
|
|
7306
7515
|
if (false) {
|
|
7307
7516
|
/** @type {?} */
|
|
7308
7517
|
CardsComponent.prototype.widgetData;
|
|
7309
7518
|
/** @type {?} */
|
|
7519
|
+
CardsComponent.prototype.triggerTelemetry;
|
|
7520
|
+
/** @type {?} */
|
|
7310
7521
|
CardsComponent.prototype.isIntranetAllowedSettings;
|
|
7311
7522
|
/** @type {?} */
|
|
7312
7523
|
CardsComponent.prototype.cbPlanMapData;
|
|
@@ -7442,8 +7653,8 @@ class CardPortraitComponent {
|
|
|
7442
7653
|
CardPortraitComponent.decorators = [
|
|
7443
7654
|
{ type: Component, args: [{
|
|
7444
7655
|
selector: 'sb-uic-card-portrait',
|
|
7445
|
-
template: "<ng-container *ngIf=\"!isCardLoading\">\n <mat-card class=\"card-standard-container mr-5 padding-remove cursor-pointer \" [ngClass]=\"{\n greyOut:\n widgetData.deletedMode === 'greyOut' && !isLiveOrMarkForDeletion\n ? true\n : widgetData?.intranetMode === 'greyOut' && showIntranetContent\n }\" (click)=\"(showIntranetContent || !isLiveOrMarkForDeletion) && showSnackbar()\">\n <div class=\"display-contents\" [ngClass]=\"{\n disableClick:\n widgetData.deletedMode === 'greyOut' && !isLiveOrMarkForDeletion\n ? true\n : widgetData?.intranetMode === 'greyOut' && showIntranetContent\n }\">\n <ng-container *ngIf=\"widgetData.content\">\n <a (click)=\"getRedirectUrlData(widgetData?.content); $event.stopPropagation()\"\n role=\"link\" i18n-aria-label>\n <ng-container *ngIf=\"!isCardFlipped\">\n <div class=\"status-danger\" role=\"note\" i18n-aria-label aria-label=\"Content expired or deleted\" i18n-matTooltip\n matTooltip=\"Content may be expired or deleted\" *ngIf=\"!isLiveOrMarkForDeletion\"></div>\n <div class=\"status-danger\" role=\"note\" i18n-aria-label aria-label=\"Intranet content\" i18n-matTooltip\n matTooltip=\"Available only in Company's network\"\n *ngIf=\"widgetData?.intranetMode === 'greyOut' && showIntranetContent\"></div>\n <button *ngIf=\"showFlip\" class=\"detail-button ws-mat-primary-lite-background-op30\" mat-icon-button\n (click)=\"isCardFlipped = true\" aria-label=\"Details\" i18n-aria-label=\"Details | Click to see details\">\n <mat-icon>flip_to_back</mat-icon>\n </button>\n <mat-card-content class=\"min-top\">\n <div style=\"position: relative; z-index: 1;\">\n <ng-container *ngIf=\"widgetData.content.posterImage\">\n <img mat-card-image [src]=\"widgetData.content.posterImage | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n </ng-container>\n <ng-container *ngIf=\"!widgetData.content.posterImage\">\n <ng-container *ngIf=\"widgetData.content.appIcon; else defaultImg\">\n <img mat-card-image [src]=\"widgetData.content.appIcon | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n </ng-container>\n <ng-template #defaultImg>\n <img mat-card-image [src]=\"defaultThumbnail\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\"\n [alt]=\"widgetData.content.name\" />\n </ng-template>\n </ng-container>\n <div class=\"source-div\" style=\"display: none;\">\n <img [src]=\"widgetData.content.creatorLogo\" class=\"source-icon\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData.content.sourceName + '_' + widgetData.content.identifier)\" />\n </div>\n <ng-container *ngIf=\"widgetData?.content?.cbPlanEndDate\">\n <div class=\"cbp-mark\">\n <span>{{widgetData?.content?.cbPlanEndDate | date: 'd MMM, y'}}</span>\n </div>\n </ng-container>\n <!-- <ng-container *ngIf=\"widgetData?.content?.endDate\">\n <div class=\"cbp-mark\">\n <p *ngIf=\"widgetData?.content?.planDuration === acbpConstants?.UPCOMING\" class=\"cbp-warning\">{{widgetData?.content?.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"widgetData?.content?.planDuration === acbpConstants?.SUCCESS\" class=\"cbp-success\">{{widgetData?.content?.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"widgetData?.content?.planDuration === acbpConstants?.OVERDUE\" class=\"cbp-danger\">Over due</p>\n </div>\n </ng-container> -->\n <!-- <ng-container *ngIf=\"cbPlanMapData && cbPlanMapData[widgetData?.content?.identifier]\">\n <ng-container [ngTemplateOutlet]=\"cbpPlan\" [ngTemplateOutletContext]=\"{data: {\n cbpData: cbPlanMapData[widgetData?.content?.identifier]\n }}\"></ng-container>\n </ng-container> -->\n <div class=\"duration-box right-corner\" *ngIf=\"widgetData?.content?.duration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\">\n {{ (widgetData?.content?.duration || 120)| pipeDurationTransform: 'hms' }}\n </span>\n </div>\n <div class=\"duration-box right-corner\" *ngIf=\"widgetData?.content?.programDuration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\">\n {{widgetData?.content?.programDuration}} {{widgetData?.content?.programDuration === 1 ? 'day' : 'days'}}\n </span>\n </div>\n </div>\n <div class=\"padding-m\">\n <div class=\"course_widget flex margin-remove\">\n <div class=\"flex flex-end course_v2\">\n <mat-icon class=\"mat-icon main_icon ws-mat-default-text margin-right-xs\">video_library</mat-icon>\n <sb-uic-display-content-type i18n-title title=\"Content Type\" *ngIf=\"widgetData.content?.primaryCategory\"\n class=\"ws-mat-black60-text font-normal mat-caption \" [displayContentType]=\"widgetData.content?.primaryCategory==='Course Unit'\n ?'Module'\n :widgetData.content?.primaryCategory\">\n\n </sb-uic-display-content-type>\n </div>\n </div>\n <div [id]=\"'m-c-'+ widgetData.content?.identifier\"\n class=\"mat-subheading-1 title-text ws-mat-text-block-fade-gradient\">\n {{ widgetData.content.name }}\n </div>\n <div class=\"flex w-full flex-wrap flex-middle\">\n <div class=\"course_logo_box\">\n <img [src]=\"widgetData.content.creatorLogo | pipePublicURL \" class=\"source-icon\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData.content.sourceName + '_' + widgetData.content.identifier)\" />\n </div>\n <!-- <span class=\"org-text\">{{'cardcontentv2.by' | translate}} -->\n <span class=\"org-text\">By {{ (widgetData?.content?.organisation && widgetData?.content?.organisation[0]) ? widgetData?.content?.organisation[0] : 'Karmayogi Bharat' }}</span>\n </div>\n <div class=\"flex flex-middle rating-session margin-top-m\">\n <div class=\"flex flex-middle\" *ngIf=\"widgetData?.content?.avgRating\">\n <mat-icon class=\"mr-1\">star</mat-icon>\n <span>{{widgetData.content.avgRating}}</span>\n </div>\n <!-- <span class=\"most-enrolled-text margin-left-m\">{{ 'cardcontentv2.mostEnrolled' | translate }}</span> -->\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostEnrolled')\">\n <span class=\"most-enrolled-text margin-left-xs\">\n <!-- {{ 'cardcontentv2.mostEnrolled' | translate }} -->\n </span>\n </ng-container>\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostTrending')\">\n <span class=\"most-enrolled-text margin-left-xs\">\n <!-- {{ 'cardcontentv2.mostTrending' | translate }} -->\n </span>\n </ng-container>\n </div>\n </div>\n </mat-card-content>\n </ng-container>\n <ng-container *ngIf=\"isCardFlipped\">\n <div class=\"flex items-center\">\n <!-- <h2 class=\"mat-subheading-2 flex-1 min-w-0 margin-remove-bottom\" i18n>{{'cardcontentv2.reason' | translate}}</h2> -->\n <button mat-icon-button (click)=\"isCardFlipped = false\">\n <mat-icon>close</mat-icon>\n </button>\n </div>\n <p class=\"text-justify mat-body-1\">\n {{ widgetData.content.reason }}\n </p>\n </ng-container>\n </a>\n </ng-container>\n </div>\n</mat-card>\n</ng-container>\n\n<ng-container *ngIf=\"isCardLoading\">\n <mat-card class=\"card-standard-container mr-5 padding-remove\" >\n <div class=\"display-contents\" >\n <ng-container *ngIf=\"!isCardFlipped\">\n <mat-card-content class=\"min-top\">\n <div style=\"position: relative; z-index: 1;\">\n <ng-container>\n <sb-uic-skeleton-loader [width]=\"'100%'\" [height]=\"'140px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </ng-container>\n </div>\n <div class=\"padding-m\">\n <div class=\"course_widget flex margin-remove\">\n <div class=\"flex flex-end\">\n <sb-uic-skeleton-loader [width]=\"'65px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded br-8'\"></sb-uic-skeleton-loader>\n </div>\n </div>\n <div class=\"mat-subheading-1 title-text ws-mat-text-block-fade-gradient\">\n <sb-uic-skeleton-loader [width]=\"'100%'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n <sb-uic-skeleton-loader [width]=\"'111px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded margin-top-s'\"></sb-uic-skeleton-loader>\n </div>\n <div class=\"flex w-full flex-wrap flex-middle margin-top-m\">\n <div class=\"\">\n <sb-uic-skeleton-loader [width]=\"'28px'\" [height]=\"'28px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n <span class=\"org-text\"> <sb-uic-skeleton-loader [width]=\"'111px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader></span>\n </div>\n <div class=\"flex flex-middle rating-session margin-top-m\">\n <div class=\"flex flex-middle\">\n <sb-uic-skeleton-loader [width]=\"'45px'\" [height]=\"'12px'\" [bindingClass]=\"'flex rounded margin-top-m'\"></sb-uic-skeleton-loader>\n </div>\n </div>\n </div>\n </mat-card-content>\n </ng-container>\n </div>\n </mat-card>\n</ng-container>",
|
|
7446
|
-
styles: [".course_widget{margin-top:10px}.course_widget .mat-icon{vertical-align:middle;color:#ef951e!important}.course_widget .course_v2{border:1px solid #ef951e;padding:4px 8px;align-items:end;border-radius:16px}.course_widget .main_icon{font-size:16px;width:16px;height:16px}.rating-session mat-icon{font-size:16px;height:16px;width:12px;padding-right:3px;color:#ef951e}.rating-session span{font-size:11px}.rating-session .most-enrolled-text{padding:0 8px;background:#ffea9e;border-radius:4px}.card-standard-container{position:relative;width:
|
|
7656
|
+
template: "<ng-container *ngIf=\"!isCardLoading\">\n <mat-card class=\"card-standard-container mr-5 padding-remove cursor-pointer {{widgetData?.cardCustomeClass}}\" [ngClass]=\"{\n greyOut:\n widgetData.deletedMode === 'greyOut' && !isLiveOrMarkForDeletion\n ? true\n : widgetData?.intranetMode === 'greyOut' && showIntranetContent\n }\" (click)=\"(showIntranetContent || !isLiveOrMarkForDeletion) && showSnackbar()\">\n <div class=\"display-contents\" [ngClass]=\"{\n disableClick:\n widgetData.deletedMode === 'greyOut' && !isLiveOrMarkForDeletion\n ? true\n : widgetData?.intranetMode === 'greyOut' && showIntranetContent\n }\">\n <ng-container *ngIf=\"widgetData.content\">\n <a (click)=\"getRedirectUrlData(widgetData?.content); $event.stopPropagation()\"\n role=\"link\" i18n-aria-label>\n <ng-container *ngIf=\"!isCardFlipped\">\n <div class=\"status-danger\" role=\"note\" i18n-aria-label aria-label=\"Content expired or deleted\" i18n-matTooltip\n matTooltip=\"Content may be expired or deleted\" *ngIf=\"!isLiveOrMarkForDeletion\"></div>\n <div class=\"status-danger\" role=\"note\" i18n-aria-label aria-label=\"Intranet content\" i18n-matTooltip\n matTooltip=\"Available only in Company's network\"\n *ngIf=\"widgetData?.intranetMode === 'greyOut' && showIntranetContent\"></div>\n <button *ngIf=\"showFlip\" class=\"detail-button ws-mat-primary-lite-background-op30\" mat-icon-button\n (click)=\"isCardFlipped = true\" aria-label=\"Details\" i18n-aria-label=\"Details | Click to see details\">\n <mat-icon>flip_to_back</mat-icon>\n </button>\n <mat-card-content class=\"min-top\">\n <div style=\"position: relative; z-index: 1;\">\n <ng-container *ngIf=\"widgetData.content.posterImage\">\n <img mat-card-image [src]=\"widgetData.content.posterImage | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n </ng-container>\n <ng-container *ngIf=\"!widgetData.content.posterImage\">\n <ng-container *ngIf=\"widgetData.content.appIcon; else defaultImg\">\n <img mat-card-image [src]=\"widgetData.content.appIcon | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n </ng-container>\n <ng-template #defaultImg>\n <img mat-card-image [src]=\"defaultThumbnail\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\"\n [alt]=\"widgetData.content.name\" />\n </ng-template>\n </ng-container>\n <div class=\"source-div\" style=\"display: none;\">\n <img [src]=\"widgetData.content.creatorLogo\" class=\"source-icon\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData.content.sourceName + '_' + widgetData.content.identifier)\" />\n </div>\n <ng-container *ngIf=\"widgetData?.content?.cbPlanEndDate\">\n <div class=\"cbp-mark\">\n <span>{{widgetData?.content?.cbPlanEndDate | date: 'd MMM, y'}}</span>\n </div>\n </ng-container>\n <!-- <ng-container *ngIf=\"widgetData?.content?.endDate\">\n <div class=\"cbp-mark\">\n <p *ngIf=\"widgetData?.content?.planDuration === acbpConstants?.UPCOMING\" class=\"cbp-warning\">{{widgetData?.content?.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"widgetData?.content?.planDuration === acbpConstants?.SUCCESS\" class=\"cbp-success\">{{widgetData?.content?.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"widgetData?.content?.planDuration === acbpConstants?.OVERDUE\" class=\"cbp-danger\">Over due</p>\n </div>\n </ng-container> -->\n <!-- <ng-container *ngIf=\"cbPlanMapData && cbPlanMapData[widgetData?.content?.identifier]\">\n <ng-container [ngTemplateOutlet]=\"cbpPlan\" [ngTemplateOutletContext]=\"{data: {\n cbpData: cbPlanMapData[widgetData?.content?.identifier]\n }}\"></ng-container>\n </ng-container> -->\n <div class=\"duration-box right-corner\" *ngIf=\"widgetData?.content?.duration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\">\n {{ (widgetData?.content?.duration || 120)| pipeDurationTransform: 'hms' }}\n </span>\n </div>\n <div class=\"duration-box right-corner\" *ngIf=\"widgetData?.content?.programDuration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\">\n {{widgetData?.content?.programDuration}} {{widgetData?.content?.programDuration === 1 ? 'day' : 'days'}}\n </span>\n </div>\n </div>\n <div class=\"padding-m\">\n <div class=\"course_widget flex margin-remove\">\n <div class=\"flex flex-end course_v2\">\n <mat-icon class=\"mat-icon main_icon ws-mat-default-text margin-right-xs\">video_library</mat-icon>\n <sb-uic-display-content-type i18n-title title=\"Content Type\" *ngIf=\"widgetData.content?.primaryCategory\"\n class=\"ws-mat-black60-text font-normal mat-caption \" [displayContentType]=\"widgetData.content?.primaryCategory==='Course Unit'\n ?'Module'\n :widgetData.content?.primaryCategory\">\n\n </sb-uic-display-content-type>\n </div>\n </div>\n <div [id]=\"'m-c-'+ widgetData.content?.identifier\"\n class=\"mat-subheading-1 title-text ws-mat-text-block-fade-gradient\">\n {{ widgetData.content.name }}\n </div>\n <div class=\"flex w-full flex-wrap flex-middle\">\n <div class=\"course_logo_box\">\n <img [src]=\"widgetData.content.creatorLogo | pipePublicURL \" class=\"source-icon\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData.content.sourceName + '_' + widgetData.content.identifier)\" />\n </div>\n <!-- <span class=\"org-text\">{{'cardcontentv2.by' | translate}} -->\n <span class=\"org-text\">By {{ (widgetData?.content?.organisation && widgetData?.content?.organisation[0]) ? widgetData?.content?.organisation[0] : 'Karmayogi Bharat' }}</span>\n </div>\n <div class=\"flex flex-middle rating-session margin-top-m\">\n <div class=\"flex flex-middle\" *ngIf=\"widgetData?.content?.avgRating\">\n <mat-icon class=\"mr-1\">star</mat-icon>\n <span>{{widgetData.content.avgRating}}</span>\n </div>\n <!-- <span class=\"most-enrolled-text margin-left-m\">{{ 'cardcontentv2.mostEnrolled' | translate }}</span> -->\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostEnrolled')\">\n <span class=\"most-enrolled-text margin-left-xs\">\n <!-- {{ 'cardcontentv2.mostEnrolled' | translate }} -->\n </span>\n </ng-container>\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostTrending')\">\n <span class=\"most-enrolled-text margin-left-xs\">\n <!-- {{ 'cardcontentv2.mostTrending' | translate }} -->\n </span>\n </ng-container>\n </div>\n </div>\n </mat-card-content>\n </ng-container>\n <ng-container *ngIf=\"isCardFlipped\">\n <div class=\"flex items-center\">\n <!-- <h2 class=\"mat-subheading-2 flex-1 min-w-0 margin-remove-bottom\" i18n>{{'cardcontentv2.reason' | translate}}</h2> -->\n <button mat-icon-button (click)=\"isCardFlipped = false\">\n <mat-icon>close</mat-icon>\n </button>\n </div>\n <p class=\"text-justify mat-body-1\">\n {{ widgetData.content.reason }}\n </p>\n </ng-container>\n </a>\n </ng-container>\n </div>\n</mat-card>\n</ng-container>\n\n<ng-container *ngIf=\"isCardLoading\">\n <mat-card class=\"card-standard-container mr-5 padding-remove\" >\n <div class=\"display-contents\" >\n <ng-container *ngIf=\"!isCardFlipped\">\n <mat-card-content class=\"min-top\">\n <div style=\"position: relative; z-index: 1;\">\n <ng-container>\n <sb-uic-skeleton-loader [width]=\"'100%'\" [height]=\"'140px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </ng-container>\n </div>\n <div class=\"padding-m\">\n <div class=\"course_widget flex margin-remove\">\n <div class=\"flex flex-end\">\n <sb-uic-skeleton-loader [width]=\"'65px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded br-8'\"></sb-uic-skeleton-loader>\n </div>\n </div>\n <div class=\"mat-subheading-1 title-text ws-mat-text-block-fade-gradient\">\n <sb-uic-skeleton-loader [width]=\"'100%'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n <sb-uic-skeleton-loader [width]=\"'111px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded margin-top-s'\"></sb-uic-skeleton-loader>\n </div>\n <div class=\"flex w-full flex-wrap flex-middle margin-top-m\">\n <div class=\"\">\n <sb-uic-skeleton-loader [width]=\"'28px'\" [height]=\"'28px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n <span class=\"org-text\"> <sb-uic-skeleton-loader [width]=\"'111px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader></span>\n </div>\n <div class=\"flex flex-middle rating-session margin-top-m\">\n <div class=\"flex flex-middle\">\n <sb-uic-skeleton-loader [width]=\"'45px'\" [height]=\"'12px'\" [bindingClass]=\"'flex rounded margin-top-m'\"></sb-uic-skeleton-loader>\n </div>\n </div>\n </div>\n </mat-card-content>\n </ng-container>\n </div>\n </mat-card>\n</ng-container>",
|
|
7657
|
+
styles: [".course_widget{margin-top:10px}.course_widget .mat-icon{vertical-align:middle;color:#ef951e!important}.course_widget .course_v2{border:1px solid #ef951e;padding:4px 8px;align-items:end;border-radius:16px}.course_widget .main_icon{font-size:16px;width:16px;height:16px}.rating-session mat-icon{font-size:16px;height:16px;width:12px;padding-right:3px;color:#ef951e}.rating-session span{font-size:11px}.rating-session .most-enrolled-text{padding:0 8px;background:#ffea9e;border-radius:4px}.card-standard-container{position:relative;width:245px;min-height:346px;border-radius:8px;box-sizing:border-box;box-shadow:0 10px 30px rgba(153,153,153,.2);overflow:hidden;height:346px;margin:20px 8px}.card-standard-container .progress-bar{width:101%;margin-left:-15px;display:flex;margin-top:0;background:bisque;position:absolute;bottom:0}.card-standard-container ::ng-deep .mat-progress-bar{height:8px!important}.card-standard-container .icon_text{font-size:12px;line-height:16px;text-transform:uppercase}.card-standard-container .course_logo_box{width:38px;height:38px;background:#fff;border-radius:8px;box-sizing:border-box;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.card-standard-container .course_logo_box img{height:28px;width:28px;padding:5px;display:inline-block}.card-standard-container .course_logo_box p{display:inline-block;vertical-align:top}.card-standard-container .org-text{font-size:12px;font-weight:400;width:75%;padding-left:10px;word-break:break-all;white-space:initial;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.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{background:#fff}.card-standard-container .card-img{min-width:245px;max-height:140px;min-height:140px;display:block;-o-object-fit:fill;object-fit:fill;border-top-left-radius:8px;border-top-right-radius:8px;width:100%}.card-standard-container .mat-subheading-1{font:600 14px/24px Montserrat}.card-standard-container .complexity{padding-top:70px;display:flex;font-size:14px;line-height:21px;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;font-weight:700}.card-standard-container .complexity .time-text{margin:0 5px 0 6px;font-weight:700}.card-standard-container .basic{margin:auto 0}.card-standard-container .title-text{word-break:break-all;white-space:initial;margin:8px 0;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px}.card-standard-container .description-text{position:relative;overflow:hidden;height:42px;white-space:normal;text-overflow:ellipsis}.duration-box{background:#000;position:absolute;border:none;display:flex;align-items:center;padding:4px;border-radius:4px}.duration-box.right-corner{right:4px;bottom:4px}.duration-box .mat-icon{vertical-align:middle;color:#fff!important;height:14px!important;width:14px!important;font-size:14px}.duration-box .duration{font:700 12px/16px Lato;display:inline-block;margin:0;padding:0}.width-238{width:238px!important}"]
|
|
7447
7658
|
}] }
|
|
7448
7659
|
];
|
|
7449
7660
|
/** @nocollapse */
|
|
@@ -7992,6 +8203,7 @@ class CardLandscapeComponent {
|
|
|
7992
8203
|
this.configSvc = configSvc;
|
|
7993
8204
|
this.isCardLoading = false;
|
|
7994
8205
|
this.contentData = new EventEmitter();
|
|
8206
|
+
this.triggerTelemetry = new EventEmitter();
|
|
7995
8207
|
this.isCardFlipped = false;
|
|
7996
8208
|
this.acbpConstants = NsCardContent$1.ACBPConst;
|
|
7997
8209
|
this.showFlip = false;
|
|
@@ -8050,26 +8262,11 @@ class CardLandscapeComponent {
|
|
|
8050
8262
|
this.contentData.emit(contentData);
|
|
8051
8263
|
}
|
|
8052
8264
|
/**
|
|
8265
|
+
* @param {?} content
|
|
8053
8266
|
* @return {?}
|
|
8054
8267
|
*/
|
|
8055
|
-
raiseTelemetry() {
|
|
8056
|
-
|
|
8057
|
-
// return
|
|
8058
|
-
// }
|
|
8059
|
-
this.events.raiseInteractTelemetry({
|
|
8060
|
-
type: 'click',
|
|
8061
|
-
subType: `${this.widgetType}-${this.widgetSubType}`,
|
|
8062
|
-
id: `${camelCase(this.widgetData.content.primaryCategory)}-card`,
|
|
8063
|
-
}, {
|
|
8064
|
-
id: this.widgetData.content.identifier,
|
|
8065
|
-
type: this.widgetData.content.primaryCategory,
|
|
8066
|
-
//context: this.widgetData.context,
|
|
8067
|
-
rollup: {},
|
|
8068
|
-
ver: `${this.widgetData.content.version}${''}`,
|
|
8069
|
-
}, {
|
|
8070
|
-
pageIdExt: `${camelCase(this.widgetData.content.primaryCategory)}-card`,
|
|
8071
|
-
module: camelCase(this.widgetData.content.primaryCategory),
|
|
8072
|
-
});
|
|
8268
|
+
raiseTelemetry(content) {
|
|
8269
|
+
this.triggerTelemetry.emit(content);
|
|
8073
8270
|
}
|
|
8074
8271
|
/**
|
|
8075
8272
|
* @return {?}
|
|
@@ -8098,7 +8295,7 @@ class CardLandscapeComponent {
|
|
|
8098
8295
|
CardLandscapeComponent.decorators = [
|
|
8099
8296
|
{ type: Component, args: [{
|
|
8100
8297
|
selector: 'sb-uic-card-landscape',
|
|
8101
|
-
template: "<ng-container *ngIf=\"!isCardLoading\">\n <a class=\"cursor-pointer\" (click)=\"raiseTelemetry();getRedirectUrlData(widgetData?.content); $event.stopPropagation()\" \n role=\"link\" i18n-aria-label>\n <mat-card class=\"card-portrait mr-2 card-portrait-clickable min-height-remove\" [ngClass]=\"widgetData.cardCustomeClass ? widgetData.cardCustomeClass : ''\">\n <div class=\"course_widget portrait_widget flex margin-bottom-xs\">\n <div class=\"flex flex-end flex-middle course_port\">\n <mat-icon class=\"mat-icon main_icon ws-mat-default-text margin-right-xs\">video_library</mat-icon>\n <sb-uic-display-content-type i18n-title title=\"Content Type\" *ngIf=\"widgetData.content?.primaryCategory\"\n class=\"ws-mat-black60-text font-normal mat-caption \" [displayContentType]=\"widgetData.content?.primaryCategory==='Course Unit'\n ?'Module'\n :widgetData.content?.primaryCategory\">\n </sb-uic-display-content-type>\n </div>\n </div>\n <div class=\"flex\">\n <div class=\"margin-right-s\">\n <ng-container *ngIf=\"widgetData?.content?.posterImage\">\n <div class=\" img-block-portrait position-relative\">\n <img mat-card-image [src]=\"widgetData?.content?.posterImage | pipePublicURL\" loading=\"lazy\"\n class=\"card-image ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n <div class=\"duration-box right-corner-portrait\" *ngIf=\"widgetData?.content?.duration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\">\n {{ (widgetData?.content?.duration || 120)| pipeDurationTransform: 'hms' }}\n </span>\n </div>\n <div class=\"duration-box right-corner-portrait\" *ngIf=\"widgetData?.content?.programDuration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\">\n {{widgetData?.content?.programDuration}} {{widgetData?.content?.programDuration === 1 ? 'day' : 'days'}}\n </span>\n </div>\n <ng-container *ngIf=\"cbPlanMapData && cbPlanMapData[widgetData?.content?.identifier]\">\n <ng-container [ngTemplateOutlet]=\"cbpPlan\" [ngTemplateOutletContext]=\"{data: {\n cbpData: cbPlanMapData[widgetData?.content?.identifier]\n }}\"></ng-container>\n </ng-container>\n </div>\n </ng-container>\n <ng-container *ngIf=\"!widgetData?.content?.posterImage\">\n <ng-container *ngIf=\"widgetData?.content?.appIcon; else defaultImg\">\n <img mat-card-image [src]=\"widgetData.content.appIcon | pipePublicURL\" loading=\"lazy\"\n class=\"card-image ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n </ng-container>\n <ng-template #defaultImg>\n <img mat-card-image [src]=\"defaultThumbnail\" loading=\"lazy\"\n class=\"card-image ws-mat-primary-lite-background margin-remove\"\n [alt]=\"widgetData?.content?.name\" />\n </ng-template>\n </ng-container>\n </div>\n <div class=\"width-1-1\">\n <div [id]=\"'m-c-'+ widgetData?.content?.identifier\"\n class=\"portrait-subheading mat-subheading-2 title-text\">\n {{ widgetData?.content?.name }}\n </div>\n <div class=\"flex w-full flex-middle\">\n <div class=\"portrait_course_logo_box margin-right-xs\">\n <img [src]=\"widgetData?.content?.creatorLogo | pipePublicURL \" class=\"source-icon\" loading=\"lazy\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData?.content?.sourceName + '_' + widgetData?.content?.identifier)\" />\n </div>\n <!-- <span class=\"portrait-org-name font-normal mat-caption\">{{'cardcontentv2.by' | translate}} {{ (widgetData.content.organisation && widgetData.content.organisation[0]) ? widgetData.content.organisation[0] : 'Karmayogi Bharat' }}</span> -->\n </div>\n\n <div class=\"flex flex-middle rating-session margin-top-xs\">\n <div class=\"flex flex-middle\" *ngIf=\"widgetData?.content?.avgRating\">\n <mat-icon class=\"mr-1\">star</mat-icon>\n <span>{{widgetData.content.avgRating}}</span>\n </div>\n <!-- <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostEnrolled')\">\n <span class=\"most-enrolled-text margin-left-xs\">{{ 'cardcontentv2.mostEnrolled' | translate }}</span>\n </ng-container>\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostTrending')\">\n <span class=\"most-enrolled-text margin-left-xs\">{{ 'cardcontentv2.mostTrending' | translate }}</span>\n </ng-container> -->\n </div>\n </div>\n </div>\n </mat-card>\n </a>\n</ng-container>\n\n<ng-template #cbpPlan let-data=\"data\">\n <div class=\"cbp-mark left-0 border-top-radius\">\n <p *ngIf=\"data.cbpData.planDuration === acbpConstants?.UPCOMING\" class=\"cbp-warning\">{{data.cbpData.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"data.cbpData.planDuration === acbpConstants?.SUCCESS\" class=\"cbp-success\">{{data.cbpData.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"data.cbpData.planDuration === acbpConstants?.OVERDUE\" class=\"cbp-danger\">{{'OverDue' }}</p>\n </div>\n </ng-template>\n\n<ng-container *ngIf=\"isCardLoading\">\n <mat-card class=\"card-portrait mr-2 card-portrait-clickable\" [ngClass]=\"widgetData.cardCustomeClass ? widgetData.cardCustomeClass : ''\">\n <div class=\"flex\">\n <div class=\"margin-right-s\">\n <ng-container>\n <sb-uic-skeleton-loader [width]=\"'147px'\" [height]=\"'100px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </ng-container>\n </div>\n <div class=\"width-1-1\">\n <div class=\"portrait-subheading title-text\">\n <sb-uic-skeleton-loader [bindingClass]=\"'flex rounded width-1-1'\"></sb-uic-skeleton-loader>\n </div>\n <div class=\"flex w-full flex-wrap flex-middle\">\n <sb-uic-skeleton-loader [width]=\"'24px'\" [height]=\"'24px'\" [bindingClass]=\"'flex rounded margin-right-xs'\"></sb-uic-skeleton-loader>\n <sb-uic-skeleton-loader [width]=\"'100px'\" [height]=\"'12px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n <div class=\"portrait_widget flex margin-top-xs\">\n <div class=\"flex flex-end flex-middle\">\n <sb-uic-skeleton-loader [width]=\"'65px'\" [height]=\"'12px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n </div>\n </div>\n </div>\n </mat-card>\n</ng-container>",
|
|
8298
|
+
template: "<ng-container *ngIf=\"!isCardLoading\">\n <a class=\"cursor-pointer\" (click)=\"raiseTelemetry(widgetData?.content);getRedirectUrlData(widgetData?.content); $event.stopPropagation()\" \n role=\"link\" i18n-aria-label>\n <mat-card class=\"card-portrait mr-2 card-portrait-clickable min-height-remove\" [ngClass]=\"widgetData.cardCustomeClass ? widgetData.cardCustomeClass : ''\">\n <div class=\"course_widget portrait_widget flex margin-bottom-xs\">\n <div class=\"flex flex-end flex-middle course_port\">\n <mat-icon class=\"mat-icon main_icon ws-mat-default-text margin-right-xs\">video_library</mat-icon>\n <sb-uic-display-content-type i18n-title title=\"Content Type\" *ngIf=\"widgetData.content?.primaryCategory\"\n class=\"ws-mat-black60-text font-normal mat-caption \" [displayContentType]=\"widgetData.content?.primaryCategory==='Course Unit'\n ?'Module'\n :widgetData.content?.primaryCategory\">\n </sb-uic-display-content-type>\n </div>\n </div>\n <div class=\"flex\">\n <div class=\"margin-right-s\">\n <ng-container *ngIf=\"widgetData?.content?.posterImage\">\n <div class=\" img-block-portrait position-relative\">\n <img mat-card-image [src]=\"widgetData?.content?.posterImage | pipePublicURL\" loading=\"lazy\"\n class=\"card-image ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n <div class=\"duration-box right-corner-portrait\" *ngIf=\"widgetData?.content?.duration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\">\n {{ (widgetData?.content?.duration || 120)| pipeDurationTransform: 'hms' }}\n </span>\n </div>\n <div class=\"duration-box right-corner-portrait\" *ngIf=\"widgetData?.content?.programDuration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\">\n {{widgetData?.content?.programDuration}} {{widgetData?.content?.programDuration === 1 ? 'day' : 'days'}}\n </span>\n </div>\n <ng-container *ngIf=\"cbPlanMapData && cbPlanMapData[widgetData?.content?.identifier]\">\n <ng-container [ngTemplateOutlet]=\"cbpPlan\" [ngTemplateOutletContext]=\"{data: {\n cbpData: cbPlanMapData[widgetData?.content?.identifier]\n }}\"></ng-container>\n </ng-container>\n </div>\n </ng-container>\n <ng-container *ngIf=\"!widgetData?.content?.posterImage\">\n <ng-container *ngIf=\"widgetData?.content?.appIcon; else defaultImg\">\n <img mat-card-image [src]=\"widgetData.content.appIcon | pipePublicURL\" loading=\"lazy\"\n class=\"card-image ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n </ng-container>\n <ng-template #defaultImg>\n <img mat-card-image [src]=\"defaultThumbnail\" loading=\"lazy\"\n class=\"card-image ws-mat-primary-lite-background margin-remove\"\n [alt]=\"widgetData?.content?.name\" />\n </ng-template>\n </ng-container>\n </div>\n <div class=\"width-1-1\">\n <div [id]=\"'m-c-'+ widgetData?.content?.identifier\"\n class=\"portrait-subheading mat-subheading-2 title-text\">\n {{ widgetData?.content?.name }}\n </div>\n <div class=\"flex w-full flex-middle\">\n <div class=\"portrait_course_logo_box margin-right-xs\">\n <img [src]=\"widgetData?.content?.creatorLogo | pipePublicURL \" class=\"source-icon\" loading=\"lazy\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData?.content?.sourceName + '_' + widgetData?.content?.identifier)\" />\n </div>\n <!-- <span class=\"portrait-org-name font-normal mat-caption\">{{'cardcontentv2.by' | translate}} {{ (widgetData.content.organisation && widgetData.content.organisation[0]) ? widgetData.content.organisation[0] : 'Karmayogi Bharat' }}</span> -->\n </div>\n\n <div class=\"flex flex-middle rating-session margin-top-xs\">\n <div class=\"flex flex-middle\" *ngIf=\"widgetData?.content?.avgRating\">\n <mat-icon class=\"mr-1\">star</mat-icon>\n <span>{{widgetData.content.avgRating}}</span>\n </div>\n <!-- <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostEnrolled')\">\n <span class=\"most-enrolled-text margin-left-xs\">{{ 'cardcontentv2.mostEnrolled' | translate }}</span>\n </ng-container>\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostTrending')\">\n <span class=\"most-enrolled-text margin-left-xs\">{{ 'cardcontentv2.mostTrending' | translate }}</span>\n </ng-container> -->\n </div>\n </div>\n </div>\n </mat-card>\n </a>\n</ng-container>\n\n<ng-template #cbpPlan let-data=\"data\">\n <div class=\"cbp-mark left-0 border-top-radius\">\n <p *ngIf=\"data.cbpData.planDuration === acbpConstants?.UPCOMING\" class=\"cbp-warning\">{{data.cbpData.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"data.cbpData.planDuration === acbpConstants?.SUCCESS\" class=\"cbp-success\">{{data.cbpData.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"data.cbpData.planDuration === acbpConstants?.OVERDUE\" class=\"cbp-danger\">{{'OverDue' }}</p>\n </div>\n </ng-template>\n\n<ng-container *ngIf=\"isCardLoading\">\n <mat-card class=\"card-portrait mr-2 card-portrait-clickable\" [ngClass]=\"widgetData.cardCustomeClass ? widgetData.cardCustomeClass : ''\">\n <div class=\"flex\">\n <div class=\"margin-right-s\">\n <ng-container>\n <sb-uic-skeleton-loader [width]=\"'147px'\" [height]=\"'100px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </ng-container>\n </div>\n <div class=\"width-1-1\">\n <div class=\"portrait-subheading title-text\">\n <sb-uic-skeleton-loader [bindingClass]=\"'flex rounded width-1-1'\"></sb-uic-skeleton-loader>\n </div>\n <div class=\"flex w-full flex-wrap flex-middle\">\n <sb-uic-skeleton-loader [width]=\"'24px'\" [height]=\"'24px'\" [bindingClass]=\"'flex rounded margin-right-xs'\"></sb-uic-skeleton-loader>\n <sb-uic-skeleton-loader [width]=\"'100px'\" [height]=\"'12px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n <div class=\"portrait_widget flex margin-top-xs\">\n <div class=\"flex flex-end flex-middle\">\n <sb-uic-skeleton-loader [width]=\"'65px'\" [height]=\"'12px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n </div>\n </div>\n </div>\n </mat-card>\n</ng-container>",
|
|
8102
8299
|
styles: [".card-portrait{border-radius:12px;border:1px solid rgba(0,0,0,.08);opacity:1;width:350px;min-height:154px;padding:16px}.card-portrait .img-block-portrait{line-height:10px}.card-portrait .card-image{border-radius:8px;opacity:1;background-size:100%;width:147px;height:100px}.card-portrait .portrait-subheading{opacity:1;color:rgba(0,0,0,.87);font-weight:700;font-style:normal;letter-spacing:.25px;text-align:left;word-break:break-word;white-space:initial;margin:0 0 8px;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px}.card-portrait .portrait_course_logo_box img{padding:3px;display:inline-block;width:24px;height:24px;border:1px solid #d6d6d6;border-radius:4px;box-sizing:border-box}.card-portrait span.portrait-org-name{width:75%;word-break:break-all;white-space:initial;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.card-portrait .portrait_widget{align-items:center;margin-top:0}.card-portrait .portrait_widget .course_port{border:1px solid #ef951e;padding:4px 8px;align-items:center;border-radius:16px}.card-portrait .portrait_widget .video-icon{opacity:1;color:#ef951e;width:15px;height:15px;font-size:15px}.card-portrait .portrait_widget .portrait-category{color:rgba(0,0,0,.6)!important;font-size:.75rem;opacity:1;font-family:Lato-Regular;font-weight:400;font-style:normal;letter-spacing:.25px;text-align:left;line-height:20px}.card-portrait .progress-wrapper .progress-block{width:60%}.card-portrait .progress-wrapper .progress-block .completed-time{color:#ef951e;display:flex;padding:8px 0}.card-portrait .progress-wrapper .progress-block .completed-time mat-icon{width:1rem;height:1rem;font-size:1rem}.card-portrait .progress-wrapper .progress-block .completed-time span{opacity:1;color:rgba(0,0,0,.87);font-family:Lato-Regular;font-size:.75rem;font-weight:400;font-style:normal;letter-spacing:.25px;text-align:left;line-height:16px}.card-portrait .progress-wrapper .progress-btn .resume-btn{opacity:1;color:#fff;font-family:Lato-Bold;font-size:14px;font-weight:700;font-style:normal;letter-spacing:.5px;text-align:left;line-height:20px;background:#1a4ca1;border-radius:63px;padding:6px 16px;border:none;width:100%;cursor:pointer}.card-portrait .progress-wrapper .progress-btn .resume-btn .textwrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:82px}.card-portrait .progress-wrapper .progress-btn .resume-btn:hover{background-color:#253379}.card-portrait .progress-bar-new{color:#ef951e!important;height:10px;border-radius:5px}.card-portrait .rating-session mat-icon{font-size:20px;height:20px;width:20px;color:#ef951e}.card-portrait .rating-session .rating-number{font-size:14px}.card-portrait .rating-session .most-enrolled-text{font-size:10px;font-weight:400;padding:4px;background:#ffea9e;border-radius:4px;line-height:12px}.card-portrait .right-corner-portrait{right:8px;bottom:8px}.card-portrait-clickable{min-height:146px!important}.card-portrait-clickable .right-corner-portrait{right:8px;bottom:8px}.card-portrait-clickable:hover{transform:scale(1.02)}.course_widget{margin-top:10px}.course_widget .mat-icon{vertical-align:middle;color:#ef951e!important}.course_widget .course_v2{border:1px solid #ef951e;padding:4px 8px;align-items:end;border-radius:16px}.course_widget .main_icon{font-size:16px;width:16px;height:16px}.rating-session mat-icon{font-size:16px;height:16px;width:12px;padding-right:3px;color:#ef951e}.rating-session span{font-size:11px}.rating-session .most-enrolled-text{padding:0 8px;background:#ffea9e;border-radius:4px}.duration-box{background:#000;position:absolute;border:none;display:flex;align-items:center;padding:4px;border-radius:4px}.duration-box.right-corner{right:4px;bottom:4px}.duration-box .mat-icon{vertical-align:middle;color:#fff!important;height:14px!important;width:14px!important;font-size:14px}.duration-box .duration{font:700 12px/16px Lato;display:inline-block;margin:0;padding:0}@media only screen and (max-width:768px){.card-portrait{width:calc(100vw - 66px)}.card-wide-v2{min-height:356px}.card-wide-v2 .imageholder img{border-radius:12px 12px 0 0!important}.cbpwidth{width:calc(100vw - 100px)}}"]
|
|
8103
8300
|
}] }
|
|
8104
8301
|
];
|
|
@@ -8116,7 +8313,8 @@ CardLandscapeComponent.propDecorators = {
|
|
|
8116
8313
|
showIntranetContent: [{ type: Input }],
|
|
8117
8314
|
isIntranetAllowedSettings: [{ type: Input }],
|
|
8118
8315
|
isCardLoading: [{ type: Input }],
|
|
8119
|
-
contentData: [{ type: Output }]
|
|
8316
|
+
contentData: [{ type: Output }],
|
|
8317
|
+
triggerTelemetry: [{ type: Output }]
|
|
8120
8318
|
};
|
|
8121
8319
|
if (false) {
|
|
8122
8320
|
/** @type {?} */
|
|
@@ -8132,6 +8330,8 @@ if (false) {
|
|
|
8132
8330
|
/** @type {?} */
|
|
8133
8331
|
CardLandscapeComponent.prototype.contentData;
|
|
8134
8332
|
/** @type {?} */
|
|
8333
|
+
CardLandscapeComponent.prototype.triggerTelemetry;
|
|
8334
|
+
/** @type {?} */
|
|
8135
8335
|
CardLandscapeComponent.prototype.isCardFlipped;
|
|
8136
8336
|
/** @type {?} */
|
|
8137
8337
|
CardLandscapeComponent.prototype.defaultThumbnail;
|
|
@@ -8347,13 +8547,18 @@ class CardMDOChannelComponent {
|
|
|
8347
8547
|
* @param {?} translate
|
|
8348
8548
|
* @param {?} langtranslations
|
|
8349
8549
|
* @param {?} configSvc
|
|
8550
|
+
* @param {?} contSvc
|
|
8551
|
+
* @param {?} router
|
|
8350
8552
|
*/
|
|
8351
|
-
constructor(events, translate, langtranslations, configSvc) {
|
|
8553
|
+
constructor(events, translate, langtranslations, configSvc, contSvc, router) {
|
|
8352
8554
|
this.events = events;
|
|
8353
8555
|
this.translate = translate;
|
|
8354
8556
|
this.langtranslations = langtranslations;
|
|
8355
8557
|
this.configSvc = configSvc;
|
|
8356
|
-
this.
|
|
8558
|
+
this.contSvc = contSvc;
|
|
8559
|
+
this.router = router;
|
|
8560
|
+
this.channelData = new EventEmitter();
|
|
8561
|
+
this.emitTelemetry = new EventEmitter();
|
|
8357
8562
|
this.widgetType = '';
|
|
8358
8563
|
this.widgetSubType = '';
|
|
8359
8564
|
this.langtranslations.languageSelectedObservable.subscribe((/**
|
|
@@ -8385,32 +8590,36 @@ class CardMDOChannelComponent {
|
|
|
8385
8590
|
}
|
|
8386
8591
|
}
|
|
8387
8592
|
/**
|
|
8593
|
+
* @param {?} contentData
|
|
8388
8594
|
* @return {?}
|
|
8389
8595
|
*/
|
|
8390
|
-
raiseTelemetry() {
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
|
|
8399
|
-
|
|
8400
|
-
|
|
8401
|
-
|
|
8402
|
-
|
|
8403
|
-
|
|
8404
|
-
|
|
8405
|
-
|
|
8406
|
-
|
|
8596
|
+
raiseTelemetry(contentData) {
|
|
8597
|
+
this.emitTelemetry.emit(contentData);
|
|
8598
|
+
if (this.widgetData) {
|
|
8599
|
+
contentData['typeOfTelemetry'] = 'mdo-channel';
|
|
8600
|
+
}
|
|
8601
|
+
this.contSvc.changeTelemetryData(contentData);
|
|
8602
|
+
}
|
|
8603
|
+
/**
|
|
8604
|
+
* @param {?} channeldata
|
|
8605
|
+
* @return {?}
|
|
8606
|
+
*/
|
|
8607
|
+
channelClick(channeldata) {
|
|
8608
|
+
this.channelData.emit(channeldata);
|
|
8609
|
+
}
|
|
8610
|
+
/**
|
|
8611
|
+
* @param {?} content
|
|
8612
|
+
* @return {?}
|
|
8613
|
+
*/
|
|
8614
|
+
redirectTo(content) {
|
|
8615
|
+
this.router.navigate([`/app/learn/mdo-channels/${content.orgName}/${content.identifier}/micro-sites`]);
|
|
8407
8616
|
}
|
|
8408
8617
|
}
|
|
8409
8618
|
CardMDOChannelComponent.decorators = [
|
|
8410
8619
|
{ type: Component, args: [{
|
|
8411
8620
|
selector: 'sb-uic-card-mdo-channel',
|
|
8412
|
-
template: "<mat-card class=\"channels-card card-channels-container mr-5 padding-remove cursor-pointer\">\n <div class=\"display-contents\">\n <ng-container *ngIf=\"widgetData.content\">\n <a (click)=\"raiseTelemetry()
|
|
8413
|
-
styles: [".card-channels-container{position:relative;width:282px;box-sizing:border-box;box-shadow:0 10px 30px rgba(153,153,153,.2);overflow:hidden;min-height:156px;height:156px;max-height:156px;margin:0 8px;background:#7faeff!important;border-radius:12px;padding:4px!important}.card-channels-container .min-top{background:inherit;margin-bottom:0;height:inherit}.card-channels-container .image-container{background-color:#fff;width:inherit;height:86px;max-height:86px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:12px}.card-channels-container .card-img{max-height:62px;min-height:62px;display:block;-o-object-fit:fill;object-fit:contain}.card-channels-container .mat-subheading-1{font:600 14px/24px Montserrat}.card-channels-container .title-container{background:inherit}.card-channels-container .description-text{position:relative;overflow:hidden;height:51px}.card-channels-container .title-text{word-break:break-all;white-space:initial;margin:8px 0;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px}"]
|
|
8621
|
+
template: "<mat-card class=\"channels-card card-channels-container mr-5 padding-remove cursor-pointer\">\n <div class=\"display-contents\">\n <ng-container *ngIf=\"widgetData.content\">\n <a (click)=\"raiseTelemetry(widgetData.content); redirectTo(widgetData.content); $event.stopPropagation()\"\n i18n-aria-label>\n <ng-container>\n <mat-card-content class=\"min-top\">\n <div class=\"flex flex-col h-full\">\n <div class=\"image-container\">\n <ng-container *ngIf=\"widgetData.content.posterImage\">\n <img mat-card-image [src]=\"widgetData.content.posterImage | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n </ng-container>\n <ng-container *ngIf=\"!widgetData.content.posterImage\">\n <ng-container *ngIf=\"widgetData.content.imgUrl; else defaultImg\">\n <img mat-card-image [src]=\"widgetData.content.imgUrl | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.name\" />\n </ng-container>\n <ng-template #defaultImg>\n <img mat-card-image [src]=\"defaultThumbnail\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\"\n [alt]=\"widgetData.content.name\" />\n </ng-template>\n </ng-container>\n </div>\n <div class=\"flex title-container px-2\">\n <div [id]=\"'m-c-'+ widgetData.content?.identifier\"\n class=\"flex-1 text-center mat-subheading-2 title-text ws-mat-black-text\">\n {{ widgetData?.content?.orgName }}\n </div>\n </div>\n </div>\n </mat-card-content>\n </ng-container>\n </a>\n </ng-container>\n </div>\n</mat-card>",
|
|
8622
|
+
styles: [".card-channels-container{position:relative;width:282px;box-sizing:border-box;box-shadow:0 10px 30px rgba(153,153,153,.2);overflow:hidden;min-height:156px;height:156px;max-height:156px;margin:0 8px;background:#7faeff!important;border-radius:12px;padding:4px!important}.card-channels-container .min-top{background:inherit;margin-bottom:0;height:inherit}.card-channels-container .image-container{background-color:#fff;width:inherit;height:86px;max-height:86px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:12px}.card-channels-container .card-img{max-height:62px;min-height:62px;display:block;-o-object-fit:fill;object-fit:contain}.card-channels-container .mat-subheading-1{font:600 14px/24px Montserrat}.card-channels-container .title-container{background:inherit}.card-channels-container .description-text{position:relative;overflow:hidden;height:51px}.card-channels-container .title-text{word-break:break-all;white-space:initial;margin:8px 0;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px}@media screen and (max-width:768px){.card-channels-container{width:100%;margin:0}}"]
|
|
8414
8623
|
}] }
|
|
8415
8624
|
];
|
|
8416
8625
|
/** @nocollapse */
|
|
@@ -8418,17 +8627,22 @@ CardMDOChannelComponent.ctorParameters = () => [
|
|
|
8418
8627
|
{ type: EventService },
|
|
8419
8628
|
{ type: TranslateService },
|
|
8420
8629
|
{ type: MultilingualTranslationsService$1 },
|
|
8421
|
-
{ type: ConfigurationsService$1 }
|
|
8630
|
+
{ type: ConfigurationsService$1 },
|
|
8631
|
+
{ type: WidgetContentService },
|
|
8632
|
+
{ type: Router }
|
|
8422
8633
|
];
|
|
8423
8634
|
CardMDOChannelComponent.propDecorators = {
|
|
8424
8635
|
widgetData: [{ type: Input }],
|
|
8425
|
-
|
|
8636
|
+
channelData: [{ type: Output }],
|
|
8637
|
+
emitTelemetry: [{ type: Output }]
|
|
8426
8638
|
};
|
|
8427
8639
|
if (false) {
|
|
8428
8640
|
/** @type {?} */
|
|
8429
8641
|
CardMDOChannelComponent.prototype.widgetData;
|
|
8430
8642
|
/** @type {?} */
|
|
8431
|
-
CardMDOChannelComponent.prototype.
|
|
8643
|
+
CardMDOChannelComponent.prototype.channelData;
|
|
8644
|
+
/** @type {?} */
|
|
8645
|
+
CardMDOChannelComponent.prototype.emitTelemetry;
|
|
8432
8646
|
/** @type {?} */
|
|
8433
8647
|
CardMDOChannelComponent.prototype.defaultThumbnail;
|
|
8434
8648
|
/** @type {?} */
|
|
@@ -8459,6 +8673,13 @@ if (false) {
|
|
|
8459
8673
|
* @private
|
|
8460
8674
|
*/
|
|
8461
8675
|
CardMDOChannelComponent.prototype.configSvc;
|
|
8676
|
+
/**
|
|
8677
|
+
* @type {?}
|
|
8678
|
+
* @private
|
|
8679
|
+
*/
|
|
8680
|
+
CardMDOChannelComponent.prototype.contSvc;
|
|
8681
|
+
/** @type {?} */
|
|
8682
|
+
CardMDOChannelComponent.prototype.router;
|
|
8462
8683
|
}
|
|
8463
8684
|
|
|
8464
8685
|
/**
|
|
@@ -8481,6 +8702,7 @@ class CardWideV2Component {
|
|
|
8481
8702
|
this.configSvc = configSvc;
|
|
8482
8703
|
this.isCardLoading = false;
|
|
8483
8704
|
this.contentData = new EventEmitter();
|
|
8705
|
+
this.triggerTelemetry = new EventEmitter();
|
|
8484
8706
|
this.isCardFlipped = false;
|
|
8485
8707
|
this.acbpConstants = NsCardContent$1.ACBPConst;
|
|
8486
8708
|
this.showFlip = false;
|
|
@@ -8533,33 +8755,18 @@ class CardWideV2Component {
|
|
|
8533
8755
|
this.contentData.emit(contentData);
|
|
8534
8756
|
}
|
|
8535
8757
|
/**
|
|
8758
|
+
* @param {?} contentData
|
|
8536
8759
|
* @return {?}
|
|
8537
8760
|
*/
|
|
8538
|
-
raiseTelemetry() {
|
|
8539
|
-
|
|
8540
|
-
// return
|
|
8541
|
-
// }
|
|
8542
|
-
this.events.raiseInteractTelemetry({
|
|
8543
|
-
type: 'click',
|
|
8544
|
-
subType: `${this.widgetType}-${this.widgetSubType}`,
|
|
8545
|
-
id: `${camelCase(this.widgetData.content.primaryCategory)}-card`,
|
|
8546
|
-
}, {
|
|
8547
|
-
id: this.widgetData.content.identifier,
|
|
8548
|
-
type: this.widgetData.content.primaryCategory,
|
|
8549
|
-
//context: this.widgetData.context,
|
|
8550
|
-
rollup: {},
|
|
8551
|
-
ver: `${this.widgetData.content.version}${''}`,
|
|
8552
|
-
}, {
|
|
8553
|
-
pageIdExt: `${camelCase(this.widgetData.content.primaryCategory)}-card`,
|
|
8554
|
-
module: camelCase(this.widgetData.content.primaryCategory),
|
|
8555
|
-
});
|
|
8761
|
+
raiseTelemetry(contentData) {
|
|
8762
|
+
this.triggerTelemetry.emit(contentData);
|
|
8556
8763
|
}
|
|
8557
8764
|
}
|
|
8558
8765
|
CardWideV2Component.decorators = [
|
|
8559
8766
|
{ type: Component, args: [{
|
|
8560
8767
|
selector: 'sb-uic-card-wide-v2',
|
|
8561
|
-
template: "<ng-container *ngIf=\"!isCardLoading\">\n <mat-card class=\"card-wide-v2 padding-remove position-relative flex\">\n <div class=\"imageholder \">\n <img mat-card-image class=\"margin-remove\"\n [src]=\"widgetData?.content?.posterImage || widgetData?.content?.appIcon | pipePublicURL\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData?.content?.name\">\n <div class=\"source-div\" [hidden]=\"true\">\n <img [src]=\"widgetData?.content?.creatorLogo\" class=\"source-icon\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData?.content?.sourceName + '_' + widgetData?.content?.identifier)\" />\n </div>\n <div class=\"duration-box right-corner\" *ngIf=\"widgetData?.content?.duration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\"> {{ (widgetData?.content?.duration || 120)| pipeDurationTransform: 'hms' }}</span>\n </div>\n <ng-container *ngIf=\"cbPlanMapData && cbPlanMapData[widgetData?.content?.identifier]\">\n <ng-container [ngTemplateOutlet]=\"cbpPlan\" [ngTemplateOutletContext]=\"{data: {\n cbpData: cbPlanMapData[widgetData?.content?.identifier]\n }}\"></ng-container>\n </ng-container>\n </div>\n <mat-card-content class=\"mat-text-box\">\n <div class=\"course_widget flex flex-between margin-remove\">\n <div class=\"flex flex-end course_v2\">\n <ng-container *ngIf=\"widgetData?.content?.contentType === 'Resource' || widgetData?.content?.contentType === 'Course' || widgetData?.content?.contentType === 'Module'\">\n <mat-icon class=\"mat-icon main_icon ws-mat-default-text margin-right-xs\">video_library</mat-icon>\n <span class=\"ws-mat-black60-text font-normal mat-caption \">\n {{widgetData?.content?.primaryCategory || widgetData?.content?.contentType}}\n <!-- {{ translateLabel(widgetData.content.primaryCategory || widgetData.content.contentType, 'searchfilters') }} -->\n </span>\n </ng-container>\n </div>\n </div>\n\n <div class=\"flex main_title_box\">\n <p class=\"mat-subheading-1 title-text font-bold-imp cursor-pointer content-title\">\n <a (click)=\"raiseTelemetry();getRedirectUrlData(widgetData?.content); $event.stopPropagation()\">\n {{widgetData?.content?.name}}\n </a>\n </p>\n </div>\n\n <div class=\"bottomsection\">\n <div class=\"flex w-full flex-wrap flex-middle provider\">\n <div class=\"course_logo_box\">\n <img [src]=\"widgetData?.content?.creatorLogo | pipePublicURL \" class=\"source-icon\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData?.content?.sourceName + '_' + widgetData?.content?.identifier)\" />\n </div>\n <span class=\"org-text\">By \n <!-- {{'cardcontentv2.by' | translate}} -->\n {{widgetData?.content?.organisation[0] }}</span>\n </div>\n <div class=\"flex flex-middle rating-session margin-top-xs\">\n <div class=\"flex flex-middle\" *ngIf=\"widgetData?.content?.avgRating\">\n <mat-icon>star</mat-icon>\n <span class=\"rating-number\">{{widgetData?.content?.avgRating}}</span>\n </div>\n <!-- <span class=\"most-enrolled-text margin-left-m\">{{ 'cardcontentv2.mostEnrolled' | translate }}</span> -->\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostEnrolled')\">\n <!-- <span class=\"most-enrolled-text margin-left-xs\">{{ 'cardcontentv2.mostEnrolled' | translate }}</span> -->\n </ng-container>\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostTrending')\">\n <!-- <span class=\"most-enrolled-text margin-left-xs\">{{ 'cardcontentv2.mostTrending' | translate }}</span> -->\n </ng-container>\n </div>\n </div>\n </mat-card-content>\n </mat-card>\n <ng-template #cbpPlan let-data=\"data\">\n <div class=\"cbp-mark left-0 border-top-radius\">\n <p *ngIf=\"data?.cbpData?.planDuration === acbpConstants?.UPCOMING\" class=\"cbp-warning\">{{data?.cbpData?.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"data?.cbpData?.planDuration === acbpConstants?.SUCCESS\" class=\"cbp-success\">{{data?.cbpData?.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"data?.cbpData?.planDuration === acbpConstants?.OVERDUE\" class=\"cbp-danger\">{{'OverDue' }}</p>\n </div>\n </ng-template>\n</ng-container>\n
|
|
8562
|
-
styles: [".course_widget{margin-top:10px}.course_widget .mat-icon{vertical-align:middle;color:#ef951e!important}.course_widget .course_v2{border:1px solid #ef951e;padding:4px 8px;align-items:end;border-radius:16px}.course_widget .main_icon{font-size:16px;width:16px;height:16px}.rating-session mat-icon{font-size:16px;height:16px;width:12px;padding-right:3px;color:#ef951e}.rating-session span{font-size:11px}.rating-session .most-enrolled-text{padding:0 8px;background:#ffea9e;border-radius:4px}.duration-box{background:#000;position:absolute;border:none;display:flex;align-items:center;padding:4px;border-radius:4px}.duration-box.right-corner{right:4px;bottom:4px}.duration-box .mat-icon{vertical-align:middle;color:#fff!important;height:14px!important;width:14px!important;font-size:14px}.duration-box .duration{font:700 12px/16px Lato;display:inline-block;margin:0;padding:0}.card-wide-v2{border-radius:12px;max-width:100%;min-width:784px;display:flex}.card-wide-v2 .title-text{word-break:break-all;white-space:initial;margin:8px 0 4px;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px}.card-wide-v2 .course_logo_box{width:30px;height:30px;background:#fff;border-radius:4px;box-sizing:border-box;border:1px solid rgba(0,0,0,.16)}.card-wide-v2 .course_logo_box img{height:28px;width:28px;display:inline-block;-o-object-fit:cover;object-fit:cover}.card-wide-v2 .course_logo_box p{display:inline-block;vertical-align:top}.card-wide-v2 .org-text{font-size:14px;font-weight:400;padding-left:10px;word-break:break-all;white-space:initial;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.card-wide-v2 .rating-session mat-icon{font-size:20px;height:20px;width:20px;color:#ef951e}.card-wide-v2 .rating-session .rating-number{font-size:14px}.card-wide-v2 .rating-session .most-enrolled-text{font-size:12px;padding:0 10px;background:#ffea9e;border-radius:4px}.card-wide-v2 .highlight_point_text{margin-top:15px}.card-wide-v2 ul.highlighting_list li{display:inline-block;padding-right:10px}.card-wide-v2 ul.highlighting_list li .rating-number{letter-spacing:0;color:#f69953}.card-wide-v2 ul.highlighting_list li.rating .mat-icon{width:16px;height:16px;display:inline-table;color:#f69953;font-size:18px;vertical-align:text-bottom}.card-wide-v2 img.text_seperator{vertical-align:middle}.card-wide-v2 .mat-text-box{padding:12px;box-sizing:border-box;width:calc(100% - 315px)}@media (max-width:992px){.card-wide-v2 .mat-text-box{width:66%;padding:8px;position:relative;height:auto}}.card-wide-v2 .mat-text-box p.mat-caption .mat-icon{vertical-align:middle;height:18px!important;width:16px!important;font-size:16px!important;line-height:1.2}.card-wide-v2 .mat-text-box p.mat-caption .title_icon{vertical-align:middle}.card-wide-v2 .imageholder{width:310px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.card-wide-v2 .imageholder img{width:100%;display:block;border-radius:10px 0 0 10px;height:100%;max-height:172px;-o-object-fit:cover;object-fit:cover;vertical-align:middle}@media (max-width:992px){.card-wide-v2 .imageholder{width:34%;height:auto}.card-wide-v2 .imageholder img{height:auto}}.card-wide-v2 .imageholder .source-div{position:absolute;top:12px;right:12px;background:#fff;z-index:3;border:1px solid #dedfe0;min-width:98px;min-height:32px;max-width:98px;max-height:32px;display:flex;border-radius:16px;display:inline-flex}.card-wide-v2 .imageholder .source-div .source-icon{border-radius:8px;display:block;margin:auto;max-width:58px;max-height:-webkit-fill-available}.card-wide-v2 .main_title_box{height:60px}.card-wide-v2 p.actionbtns{margin-bottom:0}.card-wide-v2 .contenticon{vertical-align:middle;margin-right:6px;width:16px;max-height:16px}@media only screen and (min-width:600px) and (max-width:959px){.card-wide-v2{min-width:auto;display:flex;flex-direction:column;min-width:calc(100vw - 32px)}.card-wide-v2 .imageholder,.card-wide-v2 .mat-text-box{width:100%}.card-wide-v2 .provider{flex-wrap:nowrap}}@media only screen and (max-width:599px){.card-wide-v2{min-width:auto;display:flex;flex-direction:column;min-width:calc(100vw - 32px)}.card-wide-v2 .imageholder,.card-wide-v2 .mat-text-box{width:100%}.card-wide-v2 .provider{flex-wrap:nowrap}}.cbp-mark{border-radius:12px 0;opacity:1;background-image:linear-gradient(90deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);position:absolute;top:0;padding:8px}.cbp-mark p{opacity:1;background-color:#fff;padding:4px;opacity:1;color:#1b2133;font-family:Lato-Regular;font-size:10px;font-weight:400;font-style:Regular;letter-spacing:.5px;text-align:left;line-height:12px;margin-bottom:0}.cbpwidth{width:340px}.cbp-plan{border-radius:4px;opacity:1;background-color:#1b4ca1;top:4px;left:4px;opacity:1;color:rgba(255,255,255,.95);font-family:Lato-Bold;font-size:12px;font-weight:700;font-style:normal;letter-spacing:.25px;text-align:center;line-height:16px;padding:4px}.cbp-info{opacity:1;color:#fff;font-family:Lato-Regular;font-size:10px;font-weight:400;font-style:normal;letter-spacing:.5px;text-align:left;line-height:12px;padding:2px}.cbp-danger{border-radius:2px;border:1px solid rgba(0,0,0,.08);background-color:#d13924!important;color:#fff!important;opacity:1}.cbp-success{border-radius:2px;border:1px solid #1d8922;background-color:#1d8922!important;color:#fff!important;opacity:1}.cbp-warning{border-radius:2px;border:1px solid #ef951e;background-color:#ef951e!important;color:#fff!important;opacity:1}"]
|
|
8768
|
+
template: "<ng-container *ngIf=\"!isCardLoading\">\n <mat-card class=\"card-wide-v2 padding-remove position-relative flex {{widgetData?.cardCustomeClass}}\">\n <div class=\"imageholder \">\n <img mat-card-image class=\"margin-remove\"\n [src]=\"widgetData?.content?.posterImage || widgetData?.content?.appIcon | pipePublicURL\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData?.content?.name\">\n <div class=\"source-div\" [hidden]=\"true\">\n <img [src]=\"widgetData?.content?.creatorLogo\" class=\"source-icon\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData?.content?.sourceName + '_' + widgetData?.content?.identifier)\" />\n </div>\n <div class=\"duration-box right-corner\" *ngIf=\"widgetData?.content?.duration > 0\">\n <mat-icon class=\"mat-icon main_icon mr-1\">access_time</mat-icon>\n <span class=\" ws-mat-white-text duration\"> {{ (widgetData?.content?.duration || 120)| pipeDurationTransform: 'hms' }}</span>\n </div>\n <ng-container *ngIf=\"cbPlanMapData && cbPlanMapData[widgetData?.content?.identifier]\">\n <ng-container [ngTemplateOutlet]=\"cbpPlan\" [ngTemplateOutletContext]=\"{data: {\n cbpData: cbPlanMapData[widgetData?.content?.identifier]\n }}\"></ng-container>\n </ng-container>\n </div>\n <mat-card-content class=\"mat-text-box\">\n <div class=\"course_widget flex flex-between margin-remove\">\n <div class=\"flex flex-end course_v2\">\n <ng-container *ngIf=\"widgetData?.content?.contentType === 'Resource' || widgetData?.content?.contentType === 'Course' || widgetData?.content?.contentType === 'Module'\">\n <mat-icon class=\"mat-icon main_icon ws-mat-default-text margin-right-xs\">video_library</mat-icon>\n <span class=\"ws-mat-black60-text font-normal mat-caption \">\n {{widgetData?.content?.primaryCategory || widgetData?.content?.contentType}}\n <!-- {{ translateLabel(widgetData.content.primaryCategory || widgetData.content.contentType, 'searchfilters') }} -->\n </span>\n </ng-container>\n </div>\n </div>\n\n <div class=\"flex main_title_box\">\n <p class=\"mat-subheading-1 title-text font-bold-imp cursor-pointer content-title\">\n <a (click)=\"raiseTelemetry(widgetData?.content);getRedirectUrlData(widgetData?.content); $event.stopPropagation()\">\n {{widgetData?.content?.name}}\n </a>\n </p>\n </div>\n\n <div class=\"bottomsection\">\n <div class=\"flex w-full flex-wrap flex-middle provider\">\n <div class=\"course_logo_box\">\n <img [src]=\"widgetData?.content?.creatorLogo | pipePublicURL \" class=\"source-icon\" [wsUtilsDefaultThumbnail]=\"defaultSLogo\"\n [alt]=\"(widgetData?.content?.sourceName + '_' + widgetData?.content?.identifier)\" />\n </div>\n <span class=\"org-text\">By \n <!-- {{'cardcontentv2.by' | translate}} -->\n {{widgetData?.content?.organisation[0] }}</span>\n </div>\n <div class=\"flex flex-middle rating-session margin-top-xs\">\n <div class=\"flex flex-middle\" *ngIf=\"widgetData?.content?.avgRating\">\n <mat-icon>star</mat-icon>\n <span class=\"rating-number\">{{widgetData?.content?.avgRating}}</span>\n </div>\n <!-- <span class=\"most-enrolled-text margin-left-m\">{{ 'cardcontentv2.mostEnrolled' | translate }}</span> -->\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostEnrolled')\">\n <!-- <span class=\"most-enrolled-text margin-left-xs\">{{ 'cardcontentv2.mostEnrolled' | translate }}</span> -->\n </ng-container>\n <ng-container *ngIf=\"widgetData?.content?.additionalTags && widgetData?.content?.additionalTags.includes('mostTrending')\">\n <!-- <span class=\"most-enrolled-text margin-left-xs\">{{ 'cardcontentv2.mostTrending' | translate }}</span> -->\n </ng-container>\n </div>\n </div>\n </mat-card-content>\n </mat-card>\n <ng-template #cbpPlan let-data=\"data\">\n <div class=\"cbp-mark left-0 border-top-radius\">\n <p *ngIf=\"data?.cbpData?.planDuration === acbpConstants?.UPCOMING\" class=\"cbp-warning\">{{data?.cbpData?.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"data?.cbpData?.planDuration === acbpConstants?.SUCCESS\" class=\"cbp-success\">{{data?.cbpData?.endDate | date: 'd MMM, y'}}</p>\n <p *ngIf=\"data?.cbpData?.planDuration === acbpConstants?.OVERDUE\" class=\"cbp-danger\">{{'OverDue' }}</p>\n </div>\n </ng-template>\n</ng-container>\n <ng-container *ngIf=\"isCardLoading\">\n <mat-card class=\"card-wide-v2 padding-remove position-relative flex\">\n <div class=\"\">\n <sb-uic-skeleton-loader [width]=\"'300px'\" [height]=\"'100%'\" class=\"h-full\" [bindingClass]=\"'flex rounded h-full min-height-width'\"></sb-uic-skeleton-loader>\n </div>\n <mat-card-content class=\"mat-text-box\">\n <div class=\"course_widget flex margin-remove\">\n <div class=\"flex flex-end \">\n <sb-uic-skeleton-loader [width]=\"'100px'\" [height]=\"'21px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n </div>\n \n <div class=\"flex main_title_box\">\n <!-- <p class=\"mat-subheading-1 title-text font-bold-imp cursor-pointer content-title\"> -->\n <sb-uic-skeleton-loader [width]=\"'100%'\" [height]=\"'21px'\" class=\"w-full h-full mt-2\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n <!-- </p> -->\n </div>\n \n <div class=\"bottomsection\">\n <div class=\"flex w-full flex-wrap flex-middle\">\n <div class=\"course_logo_box mr-2\">\n <sb-uic-skeleton-loader [width]=\"'28px'\" [height]=\"'28px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n <sb-uic-skeleton-loader [width]=\"'100px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n <div class=\"flex flex-middle rating-session margin-top-xs\">\n <div class=\"flex flex-middle mr-2\">\n <sb-uic-skeleton-loader [width]=\"'50px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n <sb-uic-skeleton-loader [width]=\"'80px'\" [height]=\"'16px'\" [bindingClass]=\"'flex rounded'\"></sb-uic-skeleton-loader>\n </div>\n </div>\n </mat-card-content>\n </mat-card>\n </ng-container>",
|
|
8769
|
+
styles: [".course_widget{margin-top:10px}.course_widget .mat-icon{vertical-align:middle;color:#ef951e!important}.course_widget .course_v2{border:1px solid #ef951e;padding:4px 8px;align-items:end;border-radius:16px}.course_widget .main_icon{font-size:16px;width:16px;height:16px}.rating-session mat-icon{font-size:16px;height:16px;width:12px;padding-right:3px;color:#ef951e}.rating-session span{font-size:11px}.rating-session .most-enrolled-text{padding:0 8px;background:#ffea9e;border-radius:4px}.duration-box{background:#000;position:absolute;border:none;display:flex;align-items:center;padding:4px;border-radius:4px}.duration-box.right-corner{right:4px;bottom:4px}.duration-box .mat-icon{vertical-align:middle;color:#fff!important;height:14px!important;width:14px!important;font-size:14px}.duration-box .duration{font:700 12px/16px Lato;display:inline-block;margin:0;padding:0}.card-wide-v2{border-radius:12px;max-width:100%;min-width:784px;display:flex;background-color:#fff}.card-wide-v2 .title-text{word-break:break-all;white-space:initial;margin:8px 0 4px;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px}.card-wide-v2 .course_logo_box{width:30px;height:30px;background:#fff;border-radius:4px;box-sizing:border-box;border:1px solid rgba(0,0,0,.16)}.card-wide-v2 .course_logo_box img{height:28px;width:28px;display:inline-block;-o-object-fit:cover;object-fit:cover}.card-wide-v2 .course_logo_box p{display:inline-block;vertical-align:top}.card-wide-v2 .org-text{font-size:14px;font-weight:400;padding-left:10px;word-break:break-all;white-space:initial;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.card-wide-v2 .rating-session mat-icon{font-size:20px;height:20px;width:20px;color:#ef951e}.card-wide-v2 .rating-session .rating-number{font-size:14px}.card-wide-v2 .rating-session .most-enrolled-text{font-size:12px;padding:0 10px;background:#ffea9e;border-radius:4px}.card-wide-v2 .highlight_point_text{margin-top:15px}.card-wide-v2 ul.highlighting_list li{display:inline-block;padding-right:10px}.card-wide-v2 ul.highlighting_list li .rating-number{letter-spacing:0;color:#f69953}.card-wide-v2 ul.highlighting_list li.rating .mat-icon{width:16px;height:16px;display:inline-table;color:#f69953;font-size:18px;vertical-align:text-bottom}.card-wide-v2 img.text_seperator{vertical-align:middle}.card-wide-v2 .mat-text-box{padding:12px;box-sizing:border-box;width:calc(100% - 315px)}@media (max-width:992px){.card-wide-v2 .mat-text-box{width:66%;padding:8px;position:relative;height:auto}}.card-wide-v2 .mat-text-box p.mat-caption .mat-icon{vertical-align:middle;height:18px!important;width:16px!important;font-size:16px!important;line-height:1.2}.card-wide-v2 .mat-text-box p.mat-caption .title_icon{vertical-align:middle}.card-wide-v2 .imageholder{width:310px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.card-wide-v2 .imageholder img{width:100%;display:block;border-radius:10px 0 0 10px;height:100%;max-height:172px;-o-object-fit:cover;object-fit:cover;vertical-align:middle}@media (max-width:992px){.card-wide-v2 .imageholder{width:34%;height:auto}.card-wide-v2 .imageholder img{height:auto}}.card-wide-v2 .imageholder .source-div{position:absolute;top:12px;right:12px;background:#fff;z-index:3;border:1px solid #dedfe0;min-width:98px;min-height:32px;max-width:98px;max-height:32px;display:flex;border-radius:16px;display:inline-flex}.card-wide-v2 .imageholder .source-div .source-icon{border-radius:8px;display:block;margin:auto;max-width:58px;max-height:-webkit-fill-available}.card-wide-v2 .main_title_box{height:60px}.card-wide-v2 p.actionbtns{margin-bottom:0}.card-wide-v2 .contenticon{vertical-align:middle;margin-right:6px;width:16px;max-height:16px}@media only screen and (min-width:600px) and (max-width:959px){.card-wide-v2{min-width:auto;display:flex;flex-direction:column;min-width:calc(100vw - 32px)}.card-wide-v2 .imageholder,.card-wide-v2 .mat-text-box{width:100%}.card-wide-v2 .provider{flex-wrap:nowrap}}@media only screen and (max-width:599px){.card-wide-v2{min-width:auto;display:flex;flex-direction:column;min-width:calc(100vw - 32px)}.card-wide-v2 .imageholder,.card-wide-v2 .mat-text-box{width:100%}.card-wide-v2 .provider{flex-wrap:nowrap}}.cbp-mark{border-radius:12px 0;opacity:1;background-image:linear-gradient(90deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);position:absolute;top:0;padding:8px}.cbp-mark p{opacity:1;background-color:#fff;padding:4px;opacity:1;color:#1b2133;font-family:Lato-Regular;font-size:10px;font-weight:400;font-style:Regular;letter-spacing:.5px;text-align:left;line-height:12px;margin-bottom:0}.cbpwidth{width:340px}.cbp-plan{border-radius:4px;opacity:1;background-color:#1b4ca1;top:4px;left:4px;opacity:1;color:rgba(255,255,255,.95);font-family:Lato-Bold;font-size:12px;font-weight:700;font-style:normal;letter-spacing:.25px;text-align:center;line-height:16px;padding:4px}.cbp-info{opacity:1;color:#fff;font-family:Lato-Regular;font-size:10px;font-weight:400;font-style:normal;letter-spacing:.5px;text-align:left;line-height:12px;padding:2px}.cbp-danger{border-radius:2px;border:1px solid rgba(0,0,0,.08);background-color:#d13924!important;color:#fff!important;opacity:1}.cbp-success{border-radius:2px;border:1px solid #1d8922;background-color:#1d8922!important;color:#fff!important;opacity:1}.cbp-warning{border-radius:2px;border:1px solid #ef951e;background-color:#ef951e!important;color:#fff!important;opacity:1}.min-width-763{min-width:763px;background-color:#fff}"]
|
|
8563
8770
|
}] }
|
|
8564
8771
|
];
|
|
8565
8772
|
/** @nocollapse */
|
|
@@ -8577,7 +8784,8 @@ CardWideV2Component.propDecorators = {
|
|
|
8577
8784
|
isIntranetAllowedSettings: [{ type: Input }],
|
|
8578
8785
|
cbPlanMapData: [{ type: Input }],
|
|
8579
8786
|
isCardLoading: [{ type: Input }],
|
|
8580
|
-
contentData: [{ type: Output }]
|
|
8787
|
+
contentData: [{ type: Output }],
|
|
8788
|
+
triggerTelemetry: [{ type: Output }]
|
|
8581
8789
|
};
|
|
8582
8790
|
if (false) {
|
|
8583
8791
|
/** @type {?} */
|
|
@@ -8595,6 +8803,8 @@ if (false) {
|
|
|
8595
8803
|
/** @type {?} */
|
|
8596
8804
|
CardWideV2Component.prototype.contentData;
|
|
8597
8805
|
/** @type {?} */
|
|
8806
|
+
CardWideV2Component.prototype.triggerTelemetry;
|
|
8807
|
+
/** @type {?} */
|
|
8598
8808
|
CardWideV2Component.prototype.isCardFlipped;
|
|
8599
8809
|
/** @type {?} */
|
|
8600
8810
|
CardWideV2Component.prototype.acbpConstants;
|
|
@@ -8647,12 +8857,16 @@ class CardKarmaProgramsComponent {
|
|
|
8647
8857
|
* @param {?} translate
|
|
8648
8858
|
* @param {?} langtranslations
|
|
8649
8859
|
* @param {?} configSvc
|
|
8860
|
+
* @param {?} contSvc
|
|
8861
|
+
* @param {?} router
|
|
8650
8862
|
*/
|
|
8651
|
-
constructor(events, translate, langtranslations, configSvc) {
|
|
8863
|
+
constructor(events, translate, langtranslations, configSvc, contSvc, router) {
|
|
8652
8864
|
this.events = events;
|
|
8653
8865
|
this.translate = translate;
|
|
8654
8866
|
this.langtranslations = langtranslations;
|
|
8655
8867
|
this.configSvc = configSvc;
|
|
8868
|
+
this.contSvc = contSvc;
|
|
8869
|
+
this.router = router;
|
|
8656
8870
|
this.randomColorApply = false;
|
|
8657
8871
|
this.userData = new EventEmitter();
|
|
8658
8872
|
this.widgetType = '';
|
|
@@ -8709,28 +8923,6 @@ class CardKarmaProgramsComponent {
|
|
|
8709
8923
|
this.widgetData.content['bgColor'] = '#1a4ca1';
|
|
8710
8924
|
}
|
|
8711
8925
|
}
|
|
8712
|
-
console.log(this.widgetData.content, this.randomColorApply);
|
|
8713
|
-
}
|
|
8714
|
-
/**
|
|
8715
|
-
* @return {?}
|
|
8716
|
-
*/
|
|
8717
|
-
raiseTelemetry() {
|
|
8718
|
-
// if(this.forPreview){
|
|
8719
|
-
// return
|
|
8720
|
-
// }
|
|
8721
|
-
this.events.raiseInteractTelemetry({
|
|
8722
|
-
type: 'click',
|
|
8723
|
-
subType: `${this.widgetType}-${this.widgetSubType}`,
|
|
8724
|
-
id: `${camelCase(this.widgetData.content.userId)}-card`,
|
|
8725
|
-
}, {
|
|
8726
|
-
id: this.widgetData.content.userId,
|
|
8727
|
-
// type: this.widgetData.user.primaryCategory,
|
|
8728
|
-
//context: this.widgetData.context,
|
|
8729
|
-
rollup: {},
|
|
8730
|
-
}, {
|
|
8731
|
-
pageIdExt: `${camelCase('user')}-card`,
|
|
8732
|
-
module: camelCase('user'),
|
|
8733
|
-
});
|
|
8734
8926
|
}
|
|
8735
8927
|
/**
|
|
8736
8928
|
* @return {?}
|
|
@@ -8740,11 +8932,22 @@ class CardKarmaProgramsComponent {
|
|
|
8740
8932
|
const randomIndex1 = Math.floor(Math.random() * Math.floor(this.randomColors.length));
|
|
8741
8933
|
return this.randomColors[randomIndex1];
|
|
8742
8934
|
}
|
|
8935
|
+
/**
|
|
8936
|
+
* @param {?} data
|
|
8937
|
+
* @return {?}
|
|
8938
|
+
*/
|
|
8939
|
+
redirectTo(data) {
|
|
8940
|
+
if (this.widgetData && this.widgetData.context && this.widgetData.context.pageSection) {
|
|
8941
|
+
data['typeOfTelemetry'] = 'karma-programs';
|
|
8942
|
+
}
|
|
8943
|
+
this.contSvc.changeTelemetryData(data);
|
|
8944
|
+
this.router.navigate([`/app/learn/karma-programs/${data.title}/${data.playListKey}/${data.orgId}/micro-sites`]);
|
|
8945
|
+
}
|
|
8743
8946
|
}
|
|
8744
8947
|
CardKarmaProgramsComponent.decorators = [
|
|
8745
8948
|
{ type: Component, args: [{
|
|
8746
8949
|
selector: 'sb-uic-card-karma-programs',
|
|
8747
|
-
template: "<mat-card class=\"channels-card card-channels-container mr-5 padding-remove cursor-pointer\" [ngStyle]=\"{'background': widgetData?.content?.bgColor}\">\n <div class=\"display-contents\">\n <ng-container *ngIf=\"widgetData.content\">\n <a (click)=\"
|
|
8950
|
+
template: "<mat-card class=\"channels-card card-channels-container mr-5 padding-remove cursor-pointer\" [ngStyle]=\"{'background': widgetData?.content?.bgColor}\">\n <div class=\"display-contents\">\n <ng-container *ngIf=\"widgetData.content\">\n <a (click)=\"redirectTo(widgetData?.content);$event.stopPropagation();\">\n <ng-container>\n <mat-card-content class=\"min-top\">\n <div class=\"flex flex-col h-full\">\n <div class=\"image-container\">\n <ng-container *ngIf=\"widgetData.content.posterImage\">\n <img mat-card-image [src]=\"widgetData.content.posterImage | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.title\" />\n </ng-container>\n <ng-container *ngIf=\"!widgetData.content.posterImage\">\n <ng-container *ngIf=\"widgetData.content.appIcon; else defaultImg\">\n <img mat-card-image [src]=\"widgetData.content.appIcon | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData?.content?.title\" />\n </ng-container>\n <ng-template #defaultImg>\n <img mat-card-image [src]=\"defaultThumbnail\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\"\n [alt]=\"widgetData?.content?.title\" />\n </ng-template>\n </ng-container>\n </div>\n <div class=\"title-container\">\n <div class=\"flex px-2\">\n <div [id]=\"'m-c-'+ widgetData.content?.identifier\"\n class=\"flex-1 text-start mat-subheading-2 title-text ws-mat-white-text\">\n {{ widgetData?.content?.title }}\n </div>\n </div>\n <div class=\"flex px-2\">\n <div [id]=\"'m-c-'+ widgetData?.content?.identifier\"\n class=\"flex-1 text-start margin-remove margin-top-xxs mat-subheading-2 title-text ws-mat-white-text\">\n {{ widgetData?.content?.children?.length}} Programs\n </div>\n </div>\n </div>\n </div>\n </mat-card-content>\n </ng-container>\n </a>\n </ng-container>\n </div>\n</mat-card>",
|
|
8748
8951
|
styles: [".card-channels-container{position:relative;width:245px;box-sizing:border-box;box-shadow:0 10px 30px rgba(153,153,153,.2);overflow:hidden;min-height:217px;height:217px;max-height:217px;margin:0 8px;background:#1a4ca1;border-radius:12px}.card-channels-container .min-top{background:inherit;margin-bottom:0;height:inherit}.card-channels-container .image-container{background-color:#fff;width:inherit;height:139px;max-height:139px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-top-left-radius:12px;border-top-right-radius:12px}.card-channels-container .card-img{max-height:100%;min-height:100%;display:block;-o-object-fit:fill;object-fit:fill}.card-channels-container .mat-subheading-1{font:600 14px/24px Montserrat}.card-channels-container .title-container{background:inherit}.card-channels-container .description-text{position:relative;overflow:hidden;height:51px}.card-channels-container .title-text{word-break:break-all;white-space:initial;margin:8px 0;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;min-height:24px}"]
|
|
8749
8952
|
}] }
|
|
8750
8953
|
];
|
|
@@ -8753,7 +8956,9 @@ CardKarmaProgramsComponent.ctorParameters = () => [
|
|
|
8753
8956
|
{ type: EventService },
|
|
8754
8957
|
{ type: TranslateService },
|
|
8755
8958
|
{ type: MultilingualTranslationsService$1 },
|
|
8756
|
-
{ type: ConfigurationsService$1 }
|
|
8959
|
+
{ type: ConfigurationsService$1 },
|
|
8960
|
+
{ type: WidgetContentService },
|
|
8961
|
+
{ type: Router }
|
|
8757
8962
|
];
|
|
8758
8963
|
CardKarmaProgramsComponent.propDecorators = {
|
|
8759
8964
|
widgetData: [{ type: Input }],
|
|
@@ -8799,6 +9004,179 @@ if (false) {
|
|
|
8799
9004
|
* @private
|
|
8800
9005
|
*/
|
|
8801
9006
|
CardKarmaProgramsComponent.prototype.configSvc;
|
|
9007
|
+
/**
|
|
9008
|
+
* @type {?}
|
|
9009
|
+
* @private
|
|
9010
|
+
*/
|
|
9011
|
+
CardKarmaProgramsComponent.prototype.contSvc;
|
|
9012
|
+
/**
|
|
9013
|
+
* @type {?}
|
|
9014
|
+
* @private
|
|
9015
|
+
*/
|
|
9016
|
+
CardKarmaProgramsComponent.prototype.router;
|
|
9017
|
+
}
|
|
9018
|
+
|
|
9019
|
+
/**
|
|
9020
|
+
* @fileoverview added by tsickle
|
|
9021
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9022
|
+
*/
|
|
9023
|
+
class CardKarmaProgramsV2Component {
|
|
9024
|
+
/**
|
|
9025
|
+
* @param {?} events
|
|
9026
|
+
* @param {?} translate
|
|
9027
|
+
* @param {?} langtranslations
|
|
9028
|
+
* @param {?} configSvc
|
|
9029
|
+
* @param {?} router
|
|
9030
|
+
*/
|
|
9031
|
+
constructor(events, translate, langtranslations, configSvc, router) {
|
|
9032
|
+
this.events = events;
|
|
9033
|
+
this.translate = translate;
|
|
9034
|
+
this.langtranslations = langtranslations;
|
|
9035
|
+
this.configSvc = configSvc;
|
|
9036
|
+
this.router = router;
|
|
9037
|
+
this.randomColorApply = false;
|
|
9038
|
+
this.userData = new EventEmitter();
|
|
9039
|
+
this.raiseTemeletry = new EventEmitter();
|
|
9040
|
+
this.widgetType = '';
|
|
9041
|
+
this.widgetSubType = '';
|
|
9042
|
+
this.randomColors = [
|
|
9043
|
+
'#EF941D',
|
|
9044
|
+
'#F97440',
|
|
9045
|
+
'#35B5B0',
|
|
9046
|
+
'#9988FF',
|
|
9047
|
+
'#254092',
|
|
9048
|
+
'#926525',
|
|
9049
|
+
'#4F72DF'
|
|
9050
|
+
];
|
|
9051
|
+
this.langtranslations.languageSelectedObservable.subscribe((/**
|
|
9052
|
+
* @return {?}
|
|
9053
|
+
*/
|
|
9054
|
+
() => {
|
|
9055
|
+
if (localStorage.getItem('websiteLanguage')) {
|
|
9056
|
+
this.translate.setDefaultLang('en');
|
|
9057
|
+
/** @type {?} */
|
|
9058
|
+
const lang = (/** @type {?} */ (localStorage.getItem('websiteLanguage')));
|
|
9059
|
+
this.translate.use(lang);
|
|
9060
|
+
}
|
|
9061
|
+
}));
|
|
9062
|
+
}
|
|
9063
|
+
/**
|
|
9064
|
+
* @return {?}
|
|
9065
|
+
*/
|
|
9066
|
+
ngOnInit() {
|
|
9067
|
+
/** @type {?} */
|
|
9068
|
+
const instanceConfig = this.configSvc.instanceConfig;
|
|
9069
|
+
if (instanceConfig) {
|
|
9070
|
+
this.defaultThumbnail = instanceConfig.logos.defaultContent || '';
|
|
9071
|
+
this.sourceLogos = instanceConfig.sources;
|
|
9072
|
+
this.defaultSLogo = instanceConfig.logos.defaultSourceLogo || '';
|
|
9073
|
+
}
|
|
9074
|
+
else {
|
|
9075
|
+
this.defaultThumbnail = '/assets/instances/eagle/app_logos/default.png';
|
|
9076
|
+
this.defaultSLogo = '/assets/instances/eagle/app_logos/KarmayogiBharat_Logo.svg';
|
|
9077
|
+
}
|
|
9078
|
+
this.setRandomColor();
|
|
9079
|
+
}
|
|
9080
|
+
/**
|
|
9081
|
+
* @return {?}
|
|
9082
|
+
*/
|
|
9083
|
+
setRandomColor() {
|
|
9084
|
+
if (this.widgetData && this.widgetData.content) {
|
|
9085
|
+
if (this.randomColorApply) {
|
|
9086
|
+
/** @type {?} */
|
|
9087
|
+
const randomIndex1 = Math.floor(Math.random() * Math.floor(this.randomColors.length));
|
|
9088
|
+
this.widgetData.content['bgColor'] = this.randomColors[randomIndex1];
|
|
9089
|
+
}
|
|
9090
|
+
else {
|
|
9091
|
+
this.widgetData.content['bgColor'] = '#1a4ca1';
|
|
9092
|
+
}
|
|
9093
|
+
}
|
|
9094
|
+
}
|
|
9095
|
+
/**
|
|
9096
|
+
* @param {?} content
|
|
9097
|
+
* @return {?}
|
|
9098
|
+
*/
|
|
9099
|
+
redirectTo(content) {
|
|
9100
|
+
this.raiseTemeletry.emit(content);
|
|
9101
|
+
//this.router.navigate([`/app/learn/karma-programs/${content.identifier}/${content.identifier}/micro-sites`])
|
|
9102
|
+
this.router.navigate(['/app/learn/karma-programs/India%20post/0132593267437813768program/0132593267437813768/micro-sites']);
|
|
9103
|
+
}
|
|
9104
|
+
/**
|
|
9105
|
+
* @return {?}
|
|
9106
|
+
*/
|
|
9107
|
+
get getRandomColors() {
|
|
9108
|
+
/** @type {?} */
|
|
9109
|
+
const randomIndex1 = Math.floor(Math.random() * Math.floor(this.randomColors.length));
|
|
9110
|
+
return this.randomColors[randomIndex1];
|
|
9111
|
+
}
|
|
9112
|
+
}
|
|
9113
|
+
CardKarmaProgramsV2Component.decorators = [
|
|
9114
|
+
{ type: Component, args: [{
|
|
9115
|
+
selector: 'sb-uic-card-karma-programs-v2',
|
|
9116
|
+
template: "<mat-card class=\"channels-card card-channels-container mr-5 padding-remove cursor-pointer\" [ngStyle]=\"{'background': widgetData?.content?.bgColor}\">\n <div class=\"display-contents\">\n <ng-container *ngIf=\"widgetData.content\">\n <a (click)=\"redirectTo(widgetData?.content);$event.stopPropagation()\">\n <ng-container>\n <mat-card-content class=\"min-top\">\n <div class=\"flex flex-row md:flex-col h-full\">\n <div class=\"image-container\">\n <ng-container *ngIf=\"widgetData.content.posterImage\">\n <img mat-card-image [src]=\"widgetData.content.posterImage | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.title\" />\n </ng-container>\n <ng-container *ngIf=\"!widgetData.content.posterImage\">\n <ng-container *ngIf=\"widgetData.content.appIcon; else defaultImg\">\n <img mat-card-image [src]=\"widgetData.content.appIcon | pipePublicURL\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\" [wsUtilsDefaultThumbnail]=\"defaultThumbnail\"\n [alt]=\"widgetData.content.title\" />\n </ng-container>\n <ng-template #defaultImg>\n <img mat-card-image [src]=\"defaultThumbnail\" loading=\"lazy\"\n class=\"card-img ws-mat-primary-lite-background margin-remove\"\n [alt]=\"widgetData.content.title\" />\n </ng-template>\n </ng-container>\n </div>\n <div class=\"flex items-center\">\n <div class=\"title-container\">\n <div class=\"flex px-2\">\n <div [id]=\"'m-c-'+ widgetData.content?.identifier\"\n class=\"flex-1 text-start mat-subheading-2 title-text ws-mat-white-text\">\n {{ widgetData?.content?.title }}\n </div>\n </div>\n <div class=\"flex px-2\">\n <div [id]=\"'m-c-'+ widgetData?.content?.identifier\"\n class=\"flex-1 text-start margin-remove margin-top-xxs mat-subheading-2 title-text ws-mat-white-text\">\n {{ widgetData?.content?.children?.length}} Programs\n </div>\n </div>\n </div>\n </div>\n </div>\n </mat-card-content>\n </ng-container>\n </a>\n </ng-container>\n </div>\n</mat-card>",
|
|
9117
|
+
styles: [".card-channels-container{position:relative;width:282px;box-sizing:border-box;box-shadow:0 10px 30px rgba(153,153,153,.2);overflow:hidden;min-height:233px;height:233px;max-height:233px;margin:0 8px;background:#1a4ca1;border-radius:12px}.card-channels-container .min-top{background:inherit;margin-bottom:0;height:inherit}.card-channels-container .image-container{background-color:#fff;width:inherit;height:156px;max-height:156px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-top-left-radius:12px;border-top-right-radius:12px}.card-channels-container .card-img{max-height:100%;min-height:100%;display:block;-o-object-fit:fill;object-fit:fill}.card-channels-container .mat-subheading-1{font:600 14px/24px Montserrat}.card-channels-container .title-container{background:inherit}.card-channels-container .description-text{position:relative;overflow:hidden;height:51px}.card-channels-container .title-text{word-break:break-all;white-space:initial;margin:8px 0;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;min-height:24px}@media screen and (max-width:768px){.card-channels-container{width:100%;box-sizing:border-box;box-shadow:0 10px 30px rgba(153,153,153,.2);overflow:hidden;min-height:unset;height:unset;max-height:unset;margin:0;padding:8px!important}.image-container{background-color:#fff;width:190px;height:106px;max-height:106px;border-radius:12px}}"]
|
|
9118
|
+
}] }
|
|
9119
|
+
];
|
|
9120
|
+
/** @nocollapse */
|
|
9121
|
+
CardKarmaProgramsV2Component.ctorParameters = () => [
|
|
9122
|
+
{ type: EventService },
|
|
9123
|
+
{ type: TranslateService },
|
|
9124
|
+
{ type: MultilingualTranslationsService$1 },
|
|
9125
|
+
{ type: ConfigurationsService$1 },
|
|
9126
|
+
{ type: Router }
|
|
9127
|
+
];
|
|
9128
|
+
CardKarmaProgramsV2Component.propDecorators = {
|
|
9129
|
+
widgetData: [{ type: Input }],
|
|
9130
|
+
randomColorApply: [{ type: Input }],
|
|
9131
|
+
userData: [{ type: Output }],
|
|
9132
|
+
raiseTemeletry: [{ type: Output }]
|
|
9133
|
+
};
|
|
9134
|
+
if (false) {
|
|
9135
|
+
/** @type {?} */
|
|
9136
|
+
CardKarmaProgramsV2Component.prototype.widgetData;
|
|
9137
|
+
/** @type {?} */
|
|
9138
|
+
CardKarmaProgramsV2Component.prototype.randomColorApply;
|
|
9139
|
+
/** @type {?} */
|
|
9140
|
+
CardKarmaProgramsV2Component.prototype.userData;
|
|
9141
|
+
/** @type {?} */
|
|
9142
|
+
CardKarmaProgramsV2Component.prototype.raiseTemeletry;
|
|
9143
|
+
/** @type {?} */
|
|
9144
|
+
CardKarmaProgramsV2Component.prototype.defaultThumbnail;
|
|
9145
|
+
/** @type {?} */
|
|
9146
|
+
CardKarmaProgramsV2Component.prototype.sourceLogos;
|
|
9147
|
+
/** @type {?} */
|
|
9148
|
+
CardKarmaProgramsV2Component.prototype.defaultSLogo;
|
|
9149
|
+
/** @type {?} */
|
|
9150
|
+
CardKarmaProgramsV2Component.prototype.widgetType;
|
|
9151
|
+
/** @type {?} */
|
|
9152
|
+
CardKarmaProgramsV2Component.prototype.widgetSubType;
|
|
9153
|
+
/** @type {?} */
|
|
9154
|
+
CardKarmaProgramsV2Component.prototype.randomColors;
|
|
9155
|
+
/**
|
|
9156
|
+
* @type {?}
|
|
9157
|
+
* @private
|
|
9158
|
+
*/
|
|
9159
|
+
CardKarmaProgramsV2Component.prototype.events;
|
|
9160
|
+
/**
|
|
9161
|
+
* @type {?}
|
|
9162
|
+
* @private
|
|
9163
|
+
*/
|
|
9164
|
+
CardKarmaProgramsV2Component.prototype.translate;
|
|
9165
|
+
/**
|
|
9166
|
+
* @type {?}
|
|
9167
|
+
* @private
|
|
9168
|
+
*/
|
|
9169
|
+
CardKarmaProgramsV2Component.prototype.langtranslations;
|
|
9170
|
+
/**
|
|
9171
|
+
* @type {?}
|
|
9172
|
+
* @private
|
|
9173
|
+
*/
|
|
9174
|
+
CardKarmaProgramsV2Component.prototype.configSvc;
|
|
9175
|
+
/**
|
|
9176
|
+
* @type {?}
|
|
9177
|
+
* @private
|
|
9178
|
+
*/
|
|
9179
|
+
CardKarmaProgramsV2Component.prototype.router;
|
|
8802
9180
|
}
|
|
8803
9181
|
|
|
8804
9182
|
/**
|
|
@@ -8817,7 +9195,8 @@ CardsModule.decorators = [
|
|
|
8817
9195
|
CardWideComponent,
|
|
8818
9196
|
CardMDOChannelComponent,
|
|
8819
9197
|
CardWideV2Component,
|
|
8820
|
-
CardKarmaProgramsComponent
|
|
9198
|
+
CardKarmaProgramsComponent,
|
|
9199
|
+
CardKarmaProgramsV2Component
|
|
8821
9200
|
],
|
|
8822
9201
|
imports: [
|
|
8823
9202
|
CommonModule,
|
|
@@ -8842,7 +9221,8 @@ CardsModule.decorators = [
|
|
|
8842
9221
|
CardWideComponent,
|
|
8843
9222
|
CardMDOChannelComponent,
|
|
8844
9223
|
CardWideV2Component,
|
|
8845
|
-
CardKarmaProgramsComponent
|
|
9224
|
+
CardKarmaProgramsComponent,
|
|
9225
|
+
CardKarmaProgramsV2Component
|
|
8846
9226
|
],
|
|
8847
9227
|
},] }
|
|
8848
9228
|
];
|
|
@@ -10252,5 +10632,5 @@ UserContentRatingLibModule.decorators = [
|
|
|
10252
10632
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
10253
10633
|
*/
|
|
10254
10634
|
|
|
10255
|
-
export { AnnouncementsModule, CalenderModule, CardsModule, CommonMethodsService, CommonStripModule, CompetencyPassbookModule, ConsumptionComponent, ConsumptionModule, ConsumptionService, ContentStripWithTabsLibModule, DataPointsModule, HttpLoaderFactory, MyHammerConfig, ROOT_WIDGET_CONFIG, SlidersLibModule, UserContentRatingLibModule, WIDGET_REGISTERED_LIB_MODULES, WIDGET_REGISTRATION_LIB_CONFIG, WidgetContentService, ContentStripWithTabsLibComponent as ɵa, WidgetUserService as ɵb, CardWideV2Component as ɵba, CardKarmaProgramsComponent as ɵbb,
|
|
10635
|
+
export { AnnouncementsModule, CalenderModule, CardsModule, CommonMethodsService, CommonStripModule, CompetencyPassbookModule, ConsumptionComponent, ConsumptionModule, ConsumptionService, ContentStripWithTabsLibModule, DataPointsModule, HttpLoaderFactory, MyHammerConfig, ROOT_WIDGET_CONFIG, SlidersLibModule, UserContentRatingLibModule, WIDGET_REGISTERED_LIB_MODULES, WIDGET_REGISTRATION_LIB_CONFIG, WidgetContentService, ContentStripWithTabsLibComponent as ɵa, WidgetUserService as ɵb, CardWideV2Component as ɵba, CardKarmaProgramsComponent as ɵbb, CardKarmaProgramsV2Component as ɵbc, PipePublicURLModule as ɵbd, PipePublicURL as ɵbe, DisplayContentTypeLibModule as ɵbf, DisplayContentTypeLibComponent as ɵbg, DefaultThumbnailModule as ɵbh, DefaultThumbnailDirective as ɵbi, PipeDurationTransformModule as ɵbj, PipeDurationTransformPipe as ɵbk, CompetencyPassbookComponent as ɵbl, CompetencyPassbookService as ɵbm, PillsModule as ɵbn, PillsComponent as ɵbo, UserContentRatingLibComponent as ɵbp, ScrollableItemDirective as ɵbq, RatingService as ɵbr, UserContentRatingLibService as ɵbs, AvatarPhotoLibModule as ɵbt, AvatarPhotoLibComponent as ɵbu, MyHammerConfig$1 as ɵbv, SlidersNgContentLibModule as ɵbw, SlidersNgContentLibComponent as ɵbx, ScrollableItemModule as ɵby, MultilingualTranslationsService as ɵc, ConfigurationsService as ɵd, HorizontalScrollerV2Module as ɵe, HorizontalScrollerV2Component as ɵf, SlidersLibComponent as ɵg, NavigationModule as ɵh, NavigationDirective as ɵi, ImageResponsiveModule as ɵj, ImageResponsiveDirective as ɵk, DataPointsComponent as ɵl, InsiteDataService as ɵm, SkeletonLoaderLibModule as ɵn, SkeletonLoaderLibComponent as ɵo, CalenderComponent as ɵp, CalenderDayComponent as ɵq, CommonStripComponent as ɵr, AnnouncementsComponent as ɵs, CardResourceComponent as ɵt, CardsComponent as ɵu, CardPortraitComponent as ɵv, CardUserComponent as ɵw, CardLandscapeComponent as ɵx, CardWideComponent as ɵy, CardMDOChannelComponent as ɵz };
|
|
10256
10636
|
//# sourceMappingURL=sunbird-cb-consumption.js.map
|