@sunbird-cb/consumption 0.0.90 → 0.0.92
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 +1597 -1500
- package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +2 -2
- package/bundles/sunbird-cb-consumption.umd.min.js.map +1 -1
- package/esm2015/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.js +4 -7
- package/esm2015/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +3 -3
- package/esm2015/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +3 -3
- package/esm2015/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.js +3 -3
- package/esm2015/lib/_common/cards/card-portrait/card-portrait.component.js +3 -3
- package/esm2015/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.js +3 -3
- package/esm2015/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.js +3 -3
- package/esm2015/lib/_common/cards/cards.component.js +4 -24
- package/esm2015/lib/_common/common-strip/common-strip.component.js +5 -5
- package/esm2015/lib/_common/competency-passbook/competency-passbook.component.js +3 -3
- package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.js +3 -3
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +53 -54
- package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.js +2 -2
- package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.js +5 -7
- package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.js +11 -8
- package/esm2015/lib/_common/user-progress/user-progress.component.js +1 -2
- package/esm2015/lib/_services/widget-content-lib.service.js +899 -0
- package/esm2015/lib/_services/widget-user-lib.service.js +523 -0
- package/esm2015/public-api.js +3 -2
- package/esm2015/sunbird-cb-consumption.js +77 -78
- package/esm5/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.js +4 -7
- package/esm5/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +3 -3
- package/esm5/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +3 -3
- package/esm5/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.js +3 -3
- package/esm5/lib/_common/cards/card-portrait/card-portrait.component.js +3 -3
- package/esm5/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.js +3 -3
- package/esm5/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.js +3 -3
- package/esm5/lib/_common/cards/cards.component.js +4 -27
- package/esm5/lib/_common/common-strip/common-strip.component.js +5 -5
- package/esm5/lib/_common/competency-passbook/competency-passbook.component.js +3 -3
- package/esm5/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.js +3 -3
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +86 -87
- package/esm5/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.js +2 -2
- package/esm5/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.js +5 -7
- package/esm5/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.js +17 -14
- package/esm5/lib/_common/user-progress/user-progress.component.js +1 -2
- package/esm5/lib/_services/widget-content-lib.service.js +1170 -0
- package/esm5/lib/_services/widget-user-lib.service.js +607 -0
- package/esm5/public-api.js +3 -2
- package/esm5/sunbird-cb-consumption.js +77 -78
- package/fesm2015/sunbird-cb-consumption.js +1160 -1091
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +1522 -1425
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.d.ts +2 -3
- package/lib/_common/cards/card-karma-programs/card-karma-programs.component.d.ts +2 -2
- package/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.d.ts +2 -2
- package/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.d.ts +2 -2
- package/lib/_common/cards/card-portrait/card-portrait.component.d.ts +2 -2
- package/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.d.ts +2 -2
- package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts +2 -2
- package/lib/_common/cards/cards.component.d.ts +2 -5
- package/lib/_common/common-strip/common-strip.component.d.ts +3 -3
- package/lib/_common/competency-passbook/competency-passbook.component.d.ts +3 -3
- package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.d.ts +3 -3
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts +4 -6
- package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts +3 -4
- package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.d.ts +3 -4
- package/lib/_services/{widget-content.service.d.ts → widget-content-lib.service.d.ts} +6 -3
- package/lib/_services/{widget-user.service.d.ts → widget-user-lib.service.d.ts} +9 -4
- package/package.json +1 -1
- package/public-api.d.ts +2 -1
- package/sunbird-cb-consumption.d.ts +75 -76
- package/sunbird-cb-consumption.metadata.json +1 -1
- package/esm2015/lib/_services/widget-content.service.js +0 -852
- package/esm2015/lib/_services/widget-user.service.js +0 -475
- package/esm5/lib/_services/widget-content.service.js +0 -1109
- package/esm5/lib/_services/widget-user.service.js +0 -542
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ConfigurationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
3
|
-
import {
|
|
3
|
+
import { WidgetContentLibService } from '../../../../_services/widget-content-lib.service';
|
|
4
4
|
export declare class CardAssessmentComponent implements OnInit {
|
|
5
5
|
private configSvc;
|
|
6
6
|
private contSvc;
|
|
7
7
|
widgetData: NsContent.IContent;
|
|
8
|
-
enrollmentMapData: any;
|
|
9
8
|
contentData: EventEmitter<any>;
|
|
10
9
|
isCardLoading: boolean;
|
|
11
10
|
stripData: any;
|
|
@@ -22,7 +21,7 @@ export declare class CardAssessmentComponent implements OnInit {
|
|
|
22
21
|
days: number;
|
|
23
22
|
hours: number;
|
|
24
23
|
minutes: number;
|
|
25
|
-
constructor(configSvc: ConfigurationsService, contSvc:
|
|
24
|
+
constructor(configSvc: ConfigurationsService, contSvc: WidgetContentLibService);
|
|
26
25
|
ngOnInit(): void;
|
|
27
26
|
startCountdown(data: any): void;
|
|
28
27
|
updateCountdown(startDate: any): void;
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
3
|
import { ConfigurationsService, EventService, MultilingualTranslationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
4
4
|
import { Router } from '@angular/router';
|
|
5
|
-
import {
|
|
5
|
+
import { WidgetContentLibService } from '../../../_services/widget-content-lib.service';
|
|
6
6
|
export declare class CardKarmaProgramsComponent implements OnInit {
|
|
7
7
|
private events;
|
|
8
8
|
private translate;
|
|
@@ -20,7 +20,7 @@ export declare class CardKarmaProgramsComponent implements OnInit {
|
|
|
20
20
|
widgetType: any;
|
|
21
21
|
widgetSubType: any;
|
|
22
22
|
randomColors: any;
|
|
23
|
-
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc:
|
|
23
|
+
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentLibService, router: Router);
|
|
24
24
|
ngOnInit(): void;
|
|
25
25
|
setRandomColor(): void;
|
|
26
26
|
readonly getRandomColors: any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
3
|
import { ConfigurationsService, EventService, MultilingualTranslationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
4
|
-
import {
|
|
4
|
+
import { WidgetContentLibService } from '../../../_services/widget-content-lib.service';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
6
|
export declare class CardMDOChannelComponent implements OnInit {
|
|
7
7
|
private events;
|
|
@@ -19,7 +19,7 @@ export declare class CardMDOChannelComponent implements OnInit {
|
|
|
19
19
|
defaultSLogo: any;
|
|
20
20
|
widgetType: any;
|
|
21
21
|
widgetSubType: any;
|
|
22
|
-
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc:
|
|
22
|
+
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentLibService, router: Router);
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
raiseTelemetry(contentData: any): void;
|
|
25
25
|
channelClick(channeldata: any): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
3
|
import { ConfigurationsService, EventService, MultilingualTranslationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
4
|
-
import {
|
|
4
|
+
import { WidgetContentLibService } from '../../../_services/widget-content-lib.service';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
6
|
export declare class CardMdoChannelV1Component implements OnInit {
|
|
7
7
|
private events;
|
|
@@ -19,7 +19,7 @@ export declare class CardMdoChannelV1Component implements OnInit {
|
|
|
19
19
|
defaultSLogo: any;
|
|
20
20
|
widgetType: any;
|
|
21
21
|
widgetSubType: any;
|
|
22
|
-
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc:
|
|
22
|
+
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentLibService, router: Router);
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
raiseTelemetry(contentData: any): void;
|
|
25
25
|
channelClick(channeldata: any): void;
|
|
@@ -4,7 +4,7 @@ import { MatSnackBar } from '@angular/material';
|
|
|
4
4
|
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
6
|
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
|
-
import {
|
|
7
|
+
import { WidgetContentLibService } from '../../../_services/widget-content-lib.service';
|
|
8
8
|
export declare class CardPortraitComponent implements OnInit {
|
|
9
9
|
private snackBar;
|
|
10
10
|
private translate;
|
|
@@ -26,7 +26,7 @@ export declare class CardPortraitComponent implements OnInit {
|
|
|
26
26
|
showFlip: boolean;
|
|
27
27
|
widgetType: any;
|
|
28
28
|
widgetSubType: any;
|
|
29
|
-
constructor(snackBar: MatSnackBar, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc:
|
|
29
|
+
constructor(snackBar: MatSnackBar, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentLibService);
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
showSnackbar(): void;
|
|
32
32
|
getRedirectUrlData(contentData: any): void;
|
|
@@ -4,7 +4,7 @@ import { MatSnackBar } from '@angular/material';
|
|
|
4
4
|
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
6
|
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
|
-
import {
|
|
7
|
+
import { WidgetContentLibService } from '../../../_services/widget-content-lib.service';
|
|
8
8
|
export declare class CardPortraitExtComponent implements OnInit {
|
|
9
9
|
private snackBar;
|
|
10
10
|
private translate;
|
|
@@ -26,7 +26,7 @@ export declare class CardPortraitExtComponent implements OnInit {
|
|
|
26
26
|
showFlip: boolean;
|
|
27
27
|
widgetType: any;
|
|
28
28
|
widgetSubType: any;
|
|
29
|
-
constructor(snackBar: MatSnackBar, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc:
|
|
29
|
+
constructor(snackBar: MatSnackBar, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentLibService);
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
showSnackbar(): void;
|
|
32
32
|
getRedirectUrlData(contentData: any): void;
|
package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { NsCardContent } from '../../../_models/card-content.model';
|
|
|
3
3
|
import { MatDialog, MatSnackBar } from '@angular/material';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
6
|
-
import {
|
|
6
|
+
import { WidgetContentLibService } from '../../../_services/widget-content-lib.service';
|
|
7
7
|
import { ConfigurationsService, EventService } from '@sunbird-cb/utils-v2';
|
|
8
8
|
import { CertificateService } from '../../../_services/certificate.service';
|
|
9
9
|
export declare class CardProgressPortraitLibComponent implements OnInit {
|
|
@@ -31,7 +31,7 @@ export declare class CardProgressPortraitLibComponent implements OnInit {
|
|
|
31
31
|
widgetType: any;
|
|
32
32
|
widgetSubType: any;
|
|
33
33
|
downloadCertificateLoading: boolean;
|
|
34
|
-
constructor(snackBar: MatSnackBar, translate: TranslateService, events: EventService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc:
|
|
34
|
+
constructor(snackBar: MatSnackBar, translate: TranslateService, events: EventService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentLibService, certificateService: CertificateService, dialog: MatDialog);
|
|
35
35
|
ngOnInit(): void;
|
|
36
36
|
showSnackbar(): void;
|
|
37
37
|
getRedirectUrlData(contentData: any): void;
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { WidgetBaseComponent, NsWidgetResolver } from '@sunbird-cb/resolver-v2';
|
|
3
3
|
import { NsCardContent } from '../../_models/card-content.model';
|
|
4
4
|
import { UtilityService } from '@sunbird-cb/utils-v2';
|
|
5
|
-
import {
|
|
5
|
+
import { WidgetContentLibService } from '../../_services/widget-content-lib.service';
|
|
6
6
|
import { Router } from '@angular/router';
|
|
7
7
|
export declare class CardsComponent extends WidgetBaseComponent implements OnInit, NsWidgetResolver.IWidgetData<NsCardContent.ICard> {
|
|
8
8
|
private utilitySvc;
|
|
@@ -13,14 +13,11 @@ export declare class CardsComponent extends WidgetBaseComponent implements OnIni
|
|
|
13
13
|
isIntranetAllowedSettings: boolean;
|
|
14
14
|
cbPlanMapData: any;
|
|
15
15
|
cbPlanInterval: any;
|
|
16
|
-
|
|
17
|
-
enrollmentMapData: any;
|
|
18
|
-
constructor(utilitySvc: UtilityService, contSvc: WidgetContentService, router: Router);
|
|
16
|
+
constructor(utilitySvc: UtilityService, contSvc: WidgetContentLibService, router: Router);
|
|
19
17
|
ngOnInit(): void;
|
|
20
18
|
readonly isLiveOrMarkForDeletion: boolean;
|
|
21
19
|
readonly showIntranetContent: boolean;
|
|
22
20
|
getRedirectUrlData(content: any): Promise<void>;
|
|
23
21
|
getCbPlanData(): void;
|
|
24
|
-
getEnrollmentData(): void;
|
|
25
22
|
raiseCardClick(data: any): void;
|
|
26
23
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
3
|
import { NsCommonStrip } from './common-strip.model';
|
|
4
|
-
import {
|
|
4
|
+
import { WidgetContentLibService } from '../../_services/widget-content-lib.service';
|
|
5
5
|
import { MultilingualTranslationsService } from '../../_services/multilingual-translations.service';
|
|
6
6
|
import { LoggerService, EventService, ConfigurationsService, UtilityService } from '@sunbird-cb/utils-v2';
|
|
7
7
|
import { Subscription } from 'rxjs';
|
|
8
|
-
import {
|
|
8
|
+
import { WidgetUserServiceLib } from '../../_services/widget-user-lib.service';
|
|
9
9
|
import { MatTabChangeEvent } from '@angular/material';
|
|
10
10
|
import { TranslateService } from '@ngx-translate/core';
|
|
11
11
|
import { CommonMethodsService } from '../../_services/common-methods.service';
|
|
@@ -77,7 +77,7 @@ export declare class CommonStripComponent extends WidgetBaseComponent implements
|
|
|
77
77
|
defaultMaxWidgets: number;
|
|
78
78
|
enrollInterval: any;
|
|
79
79
|
todaysEvents: any;
|
|
80
|
-
constructor(environment: any, contentSvc:
|
|
80
|
+
constructor(environment: any, contentSvc: WidgetContentLibService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, userSvc: WidgetUserServiceLib, translate: TranslateService, langtranslations: MultilingualTranslationsService, commonMethodsSvc: CommonMethodsService);
|
|
81
81
|
ngOnInit(): void;
|
|
82
82
|
ngOnDestroy(): void;
|
|
83
83
|
showAccordion(key: string): boolean;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
3
|
-
import {
|
|
3
|
+
import { WidgetContentLibService } from '../../_services/widget-content-lib.service';
|
|
4
4
|
import { CompetencyPassbookService } from './competency-passbook.service';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
6
|
import { NsCompentency } from '../../_models/compentencies.model';
|
|
7
7
|
export declare class CompetencyPassbookComponent implements OnInit {
|
|
8
8
|
configSvc: ConfigurationsService;
|
|
9
|
-
contentSvc:
|
|
9
|
+
contentSvc: WidgetContentLibService;
|
|
10
10
|
competencySvc: CompetencyPassbookService;
|
|
11
11
|
router: Router;
|
|
12
12
|
objectData: any;
|
|
@@ -30,7 +30,7 @@ export declare class CompetencyPassbookComponent implements OnInit {
|
|
|
30
30
|
showAllTheme: any;
|
|
31
31
|
environment: any;
|
|
32
32
|
comeptencyKeys: NsCompentency.CompentencyKeys;
|
|
33
|
-
constructor(configSvc: ConfigurationsService, contentSvc:
|
|
33
|
+
constructor(configSvc: ConfigurationsService, contentSvc: WidgetContentLibService, competencySvc: CompetencyPassbookService, router: Router, environment: any);
|
|
34
34
|
ngOnInit(): void;
|
|
35
35
|
showMore(): void;
|
|
36
36
|
getCompetencyArea(): Promise<void>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
3
|
-
import {
|
|
3
|
+
import { WidgetContentLibService } from '../../_services/widget-content-lib.service';
|
|
4
4
|
import { CompetencyPassbookMdoService } from './competency-passbook-mdo.service';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
6
|
import { NsCompentency } from '../../_models/compentencies.model';
|
|
7
7
|
export declare class CompetencyPassbookMdoComponent implements OnInit {
|
|
8
8
|
configSvc: ConfigurationsService;
|
|
9
|
-
contentSvc:
|
|
9
|
+
contentSvc: WidgetContentLibService;
|
|
10
10
|
competencySvc: CompetencyPassbookMdoService;
|
|
11
11
|
router: Router;
|
|
12
12
|
objectData: any;
|
|
@@ -31,7 +31,7 @@ export declare class CompetencyPassbookMdoComponent implements OnInit {
|
|
|
31
31
|
showAllTheme: any;
|
|
32
32
|
environment: any;
|
|
33
33
|
comeptencyKeys: NsCompentency.CompentencyKeys;
|
|
34
|
-
constructor(configSvc: ConfigurationsService, contentSvc:
|
|
34
|
+
constructor(configSvc: ConfigurationsService, contentSvc: WidgetContentLibService, competencySvc: CompetencyPassbookMdoService, router: Router, environment: any);
|
|
35
35
|
ngOnInit(): void;
|
|
36
36
|
getAllCompetencies(): void;
|
|
37
37
|
getMdoCompetencies(): Promise<void>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
2
|
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
3
|
import { NsContentStripWithTabs } from './content-strip-with-tabs-lib.model';
|
|
4
|
-
import {
|
|
4
|
+
import { WidgetContentLibService } from '../../_services/widget-content-lib.service';
|
|
5
5
|
import { NsContent } from '../../_models/widget-content.model';
|
|
6
6
|
import { MultilingualTranslationsService } from '../../_services/multilingual-translations.service';
|
|
7
7
|
import { LoggerService, EventService, ConfigurationsService, UtilityService } from '@sunbird-cb/utils-v2';
|
|
8
8
|
import { Subscription } from 'rxjs';
|
|
9
|
-
import {
|
|
9
|
+
import { WidgetUserServiceLib } from '../../_services/widget-user-lib.service';
|
|
10
10
|
import { MatTabChangeEvent } from '@angular/material';
|
|
11
11
|
import { TranslateService } from '@ngx-translate/core';
|
|
12
12
|
import { Router } from '@angular/router';
|
|
@@ -84,10 +84,8 @@ export declare class ContentStripWithTabsLibComponent extends WidgetBaseComponen
|
|
|
84
84
|
environment: any;
|
|
85
85
|
changeEventSubscription: Subscription | null;
|
|
86
86
|
defaultMaxWidgets: number;
|
|
87
|
-
enrollInterval: any;
|
|
88
87
|
todaysEvents: any;
|
|
89
|
-
|
|
90
|
-
constructor(environment: any, contentSvc: WidgetContentService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, router: Router, userSvc: WidgetUserService, translate: TranslateService, langtranslations: MultilingualTranslationsService);
|
|
88
|
+
constructor(environment: any, contentSvc: WidgetContentLibService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, router: Router, userSvc: WidgetUserServiceLib, translate: TranslateService, langtranslations: MultilingualTranslationsService);
|
|
91
89
|
ngOnInit(): void;
|
|
92
90
|
ngOnDestroy(): void;
|
|
93
91
|
showAccordion(key: string): boolean;
|
|
@@ -135,7 +133,7 @@ export declare class ContentStripWithTabsLibComponent extends WidgetBaseComponen
|
|
|
135
133
|
})[];
|
|
136
134
|
}[];
|
|
137
135
|
fetchFromSearchV6(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
|
|
138
|
-
checkInvitOnlyAssessments(content: any, strip: any, calculateParentStatus: any, viewMoreUrl: any): void;
|
|
136
|
+
checkInvitOnlyAssessments(content: any, strip: any, calculateParentStatus: any, viewMoreUrl: any, enrollmentData: any): void;
|
|
139
137
|
searchV6Request(strip: NsContentStripWithTabs.IContentStripUnit, request: NsContentStripWithTabs.IContentStripUnit['request'], calculateParentStatus: boolean): Promise<any>;
|
|
140
138
|
fetchFromTrendingContent(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
|
|
141
139
|
trendingSearchRequest(strip: NsContentStripWithTabs.IContentStripUnit, request: NsContentStripWithTabs.IContentStripUnit['request'], calculateParentStatus: boolean): Promise<any>;
|
package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
2
|
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
3
|
import { NsContentStripWithFacets } from './content-strip-facet-filter.model';
|
|
4
|
-
import {
|
|
4
|
+
import { WidgetContentLibService } from '../../../_services/widget-content-lib.service';
|
|
5
5
|
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
6
6
|
import { LoggerService, EventService, ConfigurationsService, UtilityService } from '@sunbird-cb/utils-v2';
|
|
7
7
|
import { Subscription } from 'rxjs';
|
|
8
|
-
import {
|
|
8
|
+
import { WidgetUserServiceLib } from '../../../_services/widget-user-lib.service';
|
|
9
9
|
import { MatTabChangeEvent } from '@angular/material';
|
|
10
10
|
import { TranslateService } from '@ngx-translate/core';
|
|
11
11
|
import { Router } from '@angular/router';
|
|
@@ -87,9 +87,8 @@ export declare class ContentStripFacetFilterComponent extends WidgetBaseComponen
|
|
|
87
87
|
defaultMaxWidgets: number;
|
|
88
88
|
enrollInterval: any;
|
|
89
89
|
todaysEvents: any;
|
|
90
|
-
enrollmentMapData: any;
|
|
91
90
|
facetForm: any;
|
|
92
|
-
constructor(environment: any, contentSvc:
|
|
91
|
+
constructor(environment: any, contentSvc: WidgetContentLibService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, router: Router, userSvc: WidgetUserServiceLib, translate: TranslateService, langtranslations: MultilingualTranslationsService, _fb: FormBuilder);
|
|
93
92
|
ngOnDestroy(): void;
|
|
94
93
|
ngOnInit(): void;
|
|
95
94
|
private initData;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
2
|
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
3
|
import { NsContentStripWithTabsAndPills } from './content-strip-with-tabs-pills.model';
|
|
4
|
-
import {
|
|
4
|
+
import { WidgetContentLibService } from '../../../_services/widget-content-lib.service';
|
|
5
5
|
import { NsContent } from '../../../_models/widget-content.model';
|
|
6
6
|
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
7
|
import { LoggerService, EventService, ConfigurationsService, UtilityService } from '@sunbird-cb/utils-v2';
|
|
8
8
|
import { Subscription } from 'rxjs';
|
|
9
|
-
import {
|
|
9
|
+
import { WidgetUserServiceLib } from '../../../_services/widget-user-lib.service';
|
|
10
10
|
import { MatTabChangeEvent } from '@angular/material';
|
|
11
11
|
import { TranslateService } from '@ngx-translate/core';
|
|
12
12
|
import { Router } from '@angular/router';
|
|
@@ -85,8 +85,7 @@ export declare class ContentStripWithTabsPillsComponent extends WidgetBaseCompon
|
|
|
85
85
|
defaultMaxWidgets: number;
|
|
86
86
|
enrollInterval: any;
|
|
87
87
|
todaysEvents: any;
|
|
88
|
-
|
|
89
|
-
constructor(environment: any, contentSvc: WidgetContentService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, router: Router, userSvc: WidgetUserService, translate: TranslateService, langtranslations: MultilingualTranslationsService);
|
|
88
|
+
constructor(environment: any, contentSvc: WidgetContentLibService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, router: Router, userSvc: WidgetUserServiceLib, translate: TranslateService, langtranslations: MultilingualTranslationsService);
|
|
90
89
|
ngOnInit(): void;
|
|
91
90
|
ngOnDestroy(): void;
|
|
92
91
|
showAccordion(key: string): boolean;
|
|
@@ -4,10 +4,12 @@ import { Observable, BehaviorSubject } from 'rxjs';
|
|
|
4
4
|
import { NsContentStripMultiple } from '../_models/content-strip-multiple.model';
|
|
5
5
|
import { NsContent } from '../_models/widget-content.model';
|
|
6
6
|
import { NSSearch } from '../_models/widget-search.model';
|
|
7
|
-
|
|
7
|
+
import { WidgetUserServiceLib } from './widget-user-lib.service';
|
|
8
|
+
export declare class WidgetContentLibService {
|
|
8
9
|
private http;
|
|
9
10
|
private configSvc;
|
|
10
|
-
|
|
11
|
+
private userSvc;
|
|
12
|
+
constructor(http: HttpClient, configSvc: ConfigurationsService, userSvc: WidgetUserServiceLib);
|
|
11
13
|
tocConfigData: any;
|
|
12
14
|
tocConfigData$: any;
|
|
13
15
|
private telemetryData;
|
|
@@ -76,7 +78,7 @@ export declare class WidgetContentService {
|
|
|
76
78
|
getCourseKarmaPoints(request: any): Observable<any>;
|
|
77
79
|
claimKarmapoints(request: any): Observable<any>;
|
|
78
80
|
userKarmaPoints(): Observable<any>;
|
|
79
|
-
getEnrolledData(doId: string): any
|
|
81
|
+
getEnrolledData(doId: string): Promise<any>;
|
|
80
82
|
getResourseLink(content: any): Promise<any>;
|
|
81
83
|
checkForDataToFormUrl(content: any, enrollData: any): Promise<any>;
|
|
82
84
|
getResourseDataWithData(content: any, resourseId: any, mimeType: any): any;
|
|
@@ -84,4 +86,5 @@ export declare class WidgetContentService {
|
|
|
84
86
|
isBatchInProgress(batchData: any): boolean;
|
|
85
87
|
postApiMethod(apiUrl: any, req: any): Observable<NsContent.IContent>;
|
|
86
88
|
getApiMethod(apiUrl: any): Observable<NsContent.IContent>;
|
|
89
|
+
getEnrolledDataFromList(enrollmentList: any, collectionId: string): any;
|
|
87
90
|
}
|
|
@@ -3,7 +3,7 @@ import { Observable } from 'rxjs';
|
|
|
3
3
|
import { IUserGroupDetails } from '../_models/widget-user.model';
|
|
4
4
|
import { NsContent } from '../_models/widget-content.model';
|
|
5
5
|
import 'rxjs/add/observable/of';
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class WidgetUserServiceLib {
|
|
7
7
|
private http;
|
|
8
8
|
environment: any;
|
|
9
9
|
constructor(environment: any, http: HttpClient);
|
|
@@ -26,8 +26,13 @@ export declare class WidgetUserService {
|
|
|
26
26
|
getSavedData(key: any): Observable<any>;
|
|
27
27
|
setTime(key: any): void;
|
|
28
28
|
resetTime(key: any): void;
|
|
29
|
-
fetchCbpPlanList(): any;
|
|
30
|
-
mapData(data: any): Promise<any>;
|
|
31
|
-
mapEnrollmentData(courseData: any): void;
|
|
29
|
+
fetchCbpPlanList(userId: string): any;
|
|
32
30
|
storeUserEnrollmentInfo(enrollmentData: any, enrolledCourseCount: number): void;
|
|
31
|
+
fetchEnrollmentDataByContentId(userId: any, contentdata: any): Observable<any>;
|
|
32
|
+
getCbpFormatedData(cbpContent: any): {
|
|
33
|
+
cbpContentData: any[];
|
|
34
|
+
contentIds: any[];
|
|
35
|
+
};
|
|
36
|
+
mapCbpData(cbpContent: any, enrollmentData: any): Promise<any>;
|
|
37
|
+
mapEnrollmentData(courseData: any): any;
|
|
33
38
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ export * from './lib/consumption.component';
|
|
|
3
3
|
export * from './lib/consumption.module';
|
|
4
4
|
export * from './lib/registration-lib.config';
|
|
5
5
|
export * from './lib/consumption.config';
|
|
6
|
+
export * from './lib/_services/widget-content-lib.service';
|
|
7
|
+
export * from './lib/_services/widget-user-lib.service';
|
|
6
8
|
export * from './lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module';
|
|
7
9
|
export * from './lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module';
|
|
8
10
|
export * from './lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module';
|
|
@@ -19,7 +21,6 @@ export * from './lib/_common/content-progress/content-progress.module';
|
|
|
19
21
|
export * from './lib/_common/microsites/mdo-channels/mdo-channel.module';
|
|
20
22
|
export * from './lib/_common/microsites/providers/providers.module';
|
|
21
23
|
export * from './lib/_common/microsites/national-learning-week/national-learning.module';
|
|
22
|
-
export * from './lib/_services/widget-content.service';
|
|
23
24
|
export * from './lib/_services/common-methods.service';
|
|
24
25
|
export * from './lib/_common/top-learners/top-learners.module';
|
|
25
26
|
export * from './lib/_common/cbp-plan/cbp-plan.module';
|
|
@@ -2,80 +2,79 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { AnnouncementsComponent as
|
|
6
|
-
export { AvatarPhotoLibComponent as
|
|
7
|
-
export { AvatarPhotoLibModule as
|
|
8
|
-
export { CalenderDayComponent as
|
|
9
|
-
export { CalenderComponent as
|
|
10
|
-
export { CardAssessmentComponent as
|
|
11
|
-
export { CardKarmaProgramsV2Component as
|
|
12
|
-
export { CardKarmaProgramsComponent as
|
|
13
|
-
export { CardLandscapeComponent as
|
|
14
|
-
export { CardMdoChannelV1Component as
|
|
15
|
-
export { CardMDOChannelComponent as
|
|
16
|
-
export { CardPortraitExtComponent as
|
|
17
|
-
export { CardPortraitComponent as
|
|
18
|
-
export { CardProgressPortraitLibComponent as
|
|
19
|
-
export { CardResourceComponent as
|
|
20
|
-
export { CardUserComponent as
|
|
21
|
-
export { CardWideV2Component as
|
|
22
|
-
export { CardWideComponent as
|
|
23
|
-
export { CardsComponent as
|
|
24
|
-
export { ProviderCardComponent as
|
|
25
|
-
export { CbpPlanComponent as
|
|
26
|
-
export { CommonStripComponent as
|
|
27
|
-
export { CompetencyPassbookMdoComponent as
|
|
28
|
-
export { CompetencyPassbookMdoService as
|
|
29
|
-
export { CompetencyPassbookComponent as
|
|
30
|
-
export { CompetencyPassbookService as
|
|
31
|
-
export { ContentProgressComponent as
|
|
5
|
+
export { AnnouncementsComponent as ɵr } from './lib/_common/announcements/announcements.component';
|
|
6
|
+
export { AvatarPhotoLibComponent as ɵcc } from './lib/_common/avatar-photo-lib/avatar-photo-lib.component';
|
|
7
|
+
export { AvatarPhotoLibModule as ɵcb } from './lib/_common/avatar-photo-lib/avatar-photo-lib.module';
|
|
8
|
+
export { CalenderDayComponent as ɵp } from './lib/_common/calender/calender-day/calender-day.component';
|
|
9
|
+
export { CalenderComponent as ɵo } from './lib/_common/calender/calender.component';
|
|
10
|
+
export { CardAssessmentComponent as ɵbl } from './lib/_common/cards/card-assessment/card-assessment/card-assessment.component';
|
|
11
|
+
export { CardKarmaProgramsV2Component as ɵbi } from './lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component';
|
|
12
|
+
export { CardKarmaProgramsComponent as ɵbh } from './lib/_common/cards/card-karma-programs/card-karma-programs.component';
|
|
13
|
+
export { CardLandscapeComponent as ɵbd } from './lib/_common/cards/card-landscape/card-landscape.component';
|
|
14
|
+
export { CardMdoChannelV1Component as ɵbo } from './lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component';
|
|
15
|
+
export { CardMDOChannelComponent as ɵbf } from './lib/_common/cards/card-mdo-channel/card-mdo-channel.component';
|
|
16
|
+
export { CardPortraitExtComponent as ɵbk } from './lib/_common/cards/card-portrait-ext/card-portrait-ext.component';
|
|
17
|
+
export { CardPortraitComponent as ɵbb } from './lib/_common/cards/card-portrait/card-portrait.component';
|
|
18
|
+
export { CardProgressPortraitLibComponent as ɵbm } from './lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component';
|
|
19
|
+
export { CardResourceComponent as ɵz } from './lib/_common/cards/card-resource/card-resource.component';
|
|
20
|
+
export { CardUserComponent as ɵbc } from './lib/_common/cards/card-user/card-user.component';
|
|
21
|
+
export { CardWideV2Component as ɵbg } from './lib/_common/cards/card-wide-v2/card-wide-v2.component';
|
|
22
|
+
export { CardWideComponent as ɵbe } from './lib/_common/cards/card-wide/card-wide.component';
|
|
23
|
+
export { CardsComponent as ɵba } from './lib/_common/cards/cards.component';
|
|
24
|
+
export { ProviderCardComponent as ɵbj } from './lib/_common/cards/provider-card/provider-card.component';
|
|
25
|
+
export { CbpPlanComponent as ɵt } from './lib/_common/cbp-plan/cbp-plan.component';
|
|
26
|
+
export { CommonStripComponent as ɵq } from './lib/_common/common-strip/common-strip.component';
|
|
27
|
+
export { CompetencyPassbookMdoComponent as ɵcj } from './lib/_common/competency-passbook-mdo/competency-passbook-mdo.component';
|
|
28
|
+
export { CompetencyPassbookMdoService as ɵck } from './lib/_common/competency-passbook-mdo/competency-passbook-mdo.service';
|
|
29
|
+
export { CompetencyPassbookComponent as ɵcf } from './lib/_common/competency-passbook/competency-passbook.component';
|
|
30
|
+
export { CompetencyPassbookService as ɵcg } from './lib/_common/competency-passbook/competency-passbook.service';
|
|
31
|
+
export { ContentProgressComponent as ɵbz } from './lib/_common/content-progress/content-progress.component';
|
|
32
32
|
export { ContentStripWithTabsLibComponent as ɵa } from './lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component';
|
|
33
|
-
export { DataPointsComponent as
|
|
34
|
-
export { CertificateDialogComponent as
|
|
35
|
-
export { DisplayContentTypeLibComponent as
|
|
36
|
-
export { DisplayContentTypeLibModule as
|
|
37
|
-
export { EventCardComponent as
|
|
38
|
-
export { EventsComponent as
|
|
39
|
-
export { HighlightsOfWeekComponent as
|
|
40
|
-
export { HorizontalScrollerV2Component as
|
|
41
|
-
export { HorizontalScrollerV2Module as
|
|
42
|
-
export { KeyHighlightsComponent as
|
|
43
|
-
export { MdoLeaderboardComponent as
|
|
44
|
-
export { MdoChannelV1Component as
|
|
45
|
-
export { MdoChannelV2Component as
|
|
46
|
-
export { NationalLearningComponent as
|
|
47
|
-
export { ProvidersV2Component as
|
|
48
|
-
export { PillsComponent as
|
|
49
|
-
export { PillsModule as
|
|
50
|
-
export { SkeletonLoaderLibComponent as
|
|
51
|
-
export { SkeletonLoaderLibModule as
|
|
52
|
-
export { SlidersNgContentLibComponent as
|
|
53
|
-
export { MyHammerConfig as
|
|
54
|
-
export { SlidersLibComponent as
|
|
55
|
-
export { SpeakersComponent as
|
|
56
|
-
export { ContentStripFacetFilterComponent as
|
|
57
|
-
export { ContentStripWithTabsPillsComponent as
|
|
58
|
-
export { TopLearnersComponent as
|
|
59
|
-
export { UserContentRatingLibComponent as
|
|
60
|
-
export { UserContentRatingLibService as
|
|
61
|
-
export { UserProgressComponent as
|
|
62
|
-
export { DefaultThumbnailDirective as
|
|
63
|
-
export { DefaultThumbnailModule as
|
|
64
|
-
export { ImageResponsiveDirective as
|
|
65
|
-
export { ImageResponsiveModule as
|
|
66
|
-
export { NavigationDirective as
|
|
67
|
-
export { NavigationModule as
|
|
68
|
-
export { ScrollableItemDirective as
|
|
69
|
-
export { ScrollableItemModule as
|
|
70
|
-
export { ObjectToArrayPipe as
|
|
71
|
-
export { ObjectToArrayPipeModule as
|
|
72
|
-
export { PipeDurationTransformModule as
|
|
73
|
-
export { PipeDurationTransformPipe as
|
|
74
|
-
export { PipePublicURLModule as
|
|
75
|
-
export { PipePublicURL as
|
|
76
|
-
export { CertificateService as
|
|
77
|
-
export { ConfigurationsService as
|
|
78
|
-
export { InsiteDataService as
|
|
79
|
-
export { MultilingualTranslationsService as
|
|
80
|
-
export { RatingService as
|
|
81
|
-
export { WidgetUserService as ɵb } from './lib/_services/widget-user.service';
|
|
33
|
+
export { DataPointsComponent as ɵk } from './lib/_common/data-points/data-points.component';
|
|
34
|
+
export { CertificateDialogComponent as ɵca } from './lib/_common/dialog-components/certificate-dialog/certificate-dialog.component';
|
|
35
|
+
export { DisplayContentTypeLibComponent as ɵbu } from './lib/_common/display-content-type-lib/display-content-type-lib.component';
|
|
36
|
+
export { DisplayContentTypeLibModule as ɵbt } from './lib/_common/display-content-type-lib/display-content-type-lib.module';
|
|
37
|
+
export { EventCardComponent as ɵcu } from './lib/_common/events/event-card/event-card.component';
|
|
38
|
+
export { EventsComponent as ɵct } from './lib/_common/events/events.component';
|
|
39
|
+
export { HighlightsOfWeekComponent as ɵcw } from './lib/_common/highlights-of-week/highlights-of-week.component';
|
|
40
|
+
export { HorizontalScrollerV2Component as ɵe } from './lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component';
|
|
41
|
+
export { HorizontalScrollerV2Module as ɵd } from './lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module';
|
|
42
|
+
export { KeyHighlightsComponent as ɵcs } from './lib/_common/key-highlights/key-highlights.component';
|
|
43
|
+
export { MdoLeaderboardComponent as ɵcv } from './lib/_common/mdo-leaderboard/mdo-leaderboard.component';
|
|
44
|
+
export { MdoChannelV1Component as ɵco } from './lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component';
|
|
45
|
+
export { MdoChannelV2Component as ɵcp } from './lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component';
|
|
46
|
+
export { NationalLearningComponent as ɵcr } from './lib/_common/microsites/national-learning-week/national-learning/national-learning.component';
|
|
47
|
+
export { ProvidersV2Component as ɵcq } from './lib/_common/microsites/providers/providers-v2/providers-v2.component';
|
|
48
|
+
export { PillsComponent as ɵci } from './lib/_common/pills/pills.component';
|
|
49
|
+
export { PillsModule as ɵch } from './lib/_common/pills/pills.module';
|
|
50
|
+
export { SkeletonLoaderLibComponent as ɵn } from './lib/_common/skeleton-loader-lib/skeleton-loader-lib.component';
|
|
51
|
+
export { SkeletonLoaderLibModule as ɵm } from './lib/_common/skeleton-loader-lib/skeleton-loader-lib.module';
|
|
52
|
+
export { SlidersNgContentLibComponent as ɵy } from './lib/_common/sliders-ng-content/sliders-ng-content.component';
|
|
53
|
+
export { MyHammerConfig as ɵw, SlidersNgContentLibModule as ɵx } from './lib/_common/sliders-ng-content/sliders-ng-content.module';
|
|
54
|
+
export { SlidersLibComponent as ɵf } from './lib/_common/sliders/sliders.component';
|
|
55
|
+
export { SpeakersComponent as ɵcx } from './lib/_common/speakers/speakers.component';
|
|
56
|
+
export { ContentStripFacetFilterComponent as ɵcd } from './lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component';
|
|
57
|
+
export { ContentStripWithTabsPillsComponent as ɵce } from './lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component';
|
|
58
|
+
export { TopLearnersComponent as ɵs } from './lib/_common/top-learners/top-learners.component';
|
|
59
|
+
export { UserContentRatingLibComponent as ɵcl } from './lib/_common/user-content-rating/user-content-rating-lib.component';
|
|
60
|
+
export { UserContentRatingLibService as ɵcn } from './lib/_common/user-content-rating/user-content-rating-lib.service';
|
|
61
|
+
export { UserProgressComponent as ɵcy } from './lib/_common/user-progress/user-progress.component';
|
|
62
|
+
export { DefaultThumbnailDirective as ɵbw } from './lib/_directives/default-thumbnail/default-thumbnail.directive';
|
|
63
|
+
export { DefaultThumbnailModule as ɵbv } from './lib/_directives/default-thumbnail/default-thumbnail.module';
|
|
64
|
+
export { ImageResponsiveDirective as ɵj } from './lib/_directives/image-responsive/image-responsive.directive';
|
|
65
|
+
export { ImageResponsiveModule as ɵi } from './lib/_directives/image-responsive/image-responsive.module';
|
|
66
|
+
export { NavigationDirective as ɵh } from './lib/_directives/navigation/navigation.directive';
|
|
67
|
+
export { NavigationModule as ɵg } from './lib/_directives/navigation/navigation.module';
|
|
68
|
+
export { ScrollableItemDirective as ɵu } from './lib/_directives/scrollable-item/scrollable-item.directive';
|
|
69
|
+
export { ScrollableItemModule as ɵv } from './lib/_directives/scrollable-item/scrollable-item.module';
|
|
70
|
+
export { ObjectToArrayPipe as ɵbs } from './lib/_pipes/object-to-array/object-to-array.pipe';
|
|
71
|
+
export { ObjectToArrayPipeModule as ɵbr } from './lib/_pipes/object-to-array/object-to-array.pipe.module';
|
|
72
|
+
export { PipeDurationTransformModule as ɵbx } from './lib/_pipes/pipe-duration-transform/pipe-duration-transform.module';
|
|
73
|
+
export { PipeDurationTransformPipe as ɵby } from './lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe';
|
|
74
|
+
export { PipePublicURLModule as ɵbp } from './lib/_pipes/pipe-public-URL/pipe-public-URL.module';
|
|
75
|
+
export { PipePublicURL as ɵbq } from './lib/_pipes/pipe-public-URL/pipe-public-URL.pipe';
|
|
76
|
+
export { CertificateService as ɵbn } from './lib/_services/certificate.service';
|
|
77
|
+
export { ConfigurationsService as ɵc } from './lib/_services/configurations.service';
|
|
78
|
+
export { InsiteDataService as ɵl } from './lib/_services/insite-data.service';
|
|
79
|
+
export { MultilingualTranslationsService as ɵb } from './lib/_services/multilingual-translations.service';
|
|
80
|
+
export { RatingService as ɵcm } from './lib/_services/rating.service';
|