@sunbird-cb/consumption 0.0.11 → 0.0.13
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 +4435 -1462
- 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/avatar-photo-lib/avatar-photo-lib.component.js +147 -0
- package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.module.js +29 -0
- package/esm2015/lib/_common/calender/calender-day/calender-day.component.js +90 -0
- package/esm2015/lib/_common/calender/calender.component.js +300 -0
- package/esm2015/lib/_common/calender/calender.module.js +31 -0
- package/esm2015/lib/_common/cards/card-portrait/card-portrait.component.js +5 -1
- package/esm2015/lib/_common/cards/card-user/card-user.component.js +5 -5
- package/esm2015/lib/_common/cards/card-wide/card-wide.component.js +166 -0
- package/esm2015/lib/_common/cards/cards.component.js +2 -2
- package/esm2015/lib/_common/cards/cards.module.js +5 -3
- package/esm2015/lib/_common/common-strip/common-strip.component.js +646 -0
- package/esm2015/lib/_common/common-strip/common-strip.model.js +216 -0
- package/esm2015/lib/_common/common-strip/common-strip.module.js +62 -0
- package/esm2015/lib/_common/competency-passbook/competency-passbook.component.js +24 -4
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +36 -6
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +1 -1
- package/esm2015/lib/_common/data-points/data-points.component.js +2 -2
- package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +63 -12
- package/esm2015/lib/_common/pills/pills.component.js +2 -2
- package/esm2015/lib/_common/sliders/sliders.component.js +3 -3
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.component.js +197 -0
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.model.js +61 -0
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.module.js +50 -0
- package/esm2015/lib/_common/user-content-rating/user-content-rating.component.js +710 -0
- package/esm2015/lib/_common/user-content-rating/user-content-rating.module.js +35 -0
- package/esm2015/lib/_models/card-users.model.js +7 -5
- package/esm2015/lib/_models/rating.model.js +44 -0
- package/esm2015/lib/_services/common-methods.service.js +1 -1
- package/esm2015/lib/_services/insite-data.service.js +10 -2
- package/esm2015/lib/_services/rating.service.js +171 -0
- package/esm2015/lib/consumption.module.js +6 -2
- package/esm2015/public-api.js +4 -1
- package/esm2015/sunbird-cb-consumption.js +29 -19
- package/esm5/lib/_common/avatar-photo-lib/avatar-photo-lib.component.js +164 -0
- package/esm5/lib/_common/avatar-photo-lib/avatar-photo-lib.module.js +33 -0
- package/esm5/lib/_common/calender/calender-day/calender-day.component.js +101 -0
- package/esm5/lib/_common/calender/calender.component.js +335 -0
- package/esm5/lib/_common/calender/calender.module.js +35 -0
- package/esm5/lib/_common/cards/card-portrait/card-portrait.component.js +5 -1
- package/esm5/lib/_common/cards/card-user/card-user.component.js +5 -5
- package/esm5/lib/_common/cards/card-wide/card-wide.component.js +172 -0
- package/esm5/lib/_common/cards/cards.component.js +2 -2
- package/esm5/lib/_common/cards/cards.module.js +5 -3
- package/esm5/lib/_common/common-strip/common-strip.component.js +760 -0
- package/esm5/lib/_common/common-strip/common-strip.model.js +216 -0
- package/esm5/lib/_common/common-strip/common-strip.module.js +66 -0
- package/esm5/lib/_common/competency-passbook/competency-passbook.component.js +28 -5
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +41 -6
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +1 -1
- package/esm5/lib/_common/data-points/data-points.component.js +2 -2
- package/esm5/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +60 -12
- package/esm5/lib/_common/pills/pills.component.js +2 -2
- package/esm5/lib/_common/sliders/sliders.component.js +3 -3
- package/esm5/lib/_common/sliders-ng-content/sliders-ng-content.component.js +224 -0
- package/esm5/lib/_common/sliders-ng-content/sliders-ng-content.model.js +61 -0
- package/esm5/lib/_common/sliders-ng-content/sliders-ng-content.module.js +67 -0
- package/esm5/lib/_common/user-content-rating/user-content-rating.component.js +726 -0
- package/esm5/lib/_common/user-content-rating/user-content-rating.module.js +39 -0
- package/esm5/lib/_models/card-users.model.js +7 -5
- package/esm5/lib/_models/rating.model.js +44 -0
- package/esm5/lib/_services/common-methods.service.js +1 -1
- package/esm5/lib/_services/insite-data.service.js +14 -2
- package/esm5/lib/_services/rating.service.js +214 -0
- package/esm5/lib/consumption.module.js +6 -2
- package/esm5/public-api.js +4 -1
- package/esm5/sunbird-cb-consumption.js +29 -19
- package/fesm2015/sunbird-cb-consumption.js +3945 -1280
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +4406 -1447
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/lib/_common/avatar-photo-lib/avatar-photo-lib.component.d.ts +19 -0
- package/lib/_common/avatar-photo-lib/avatar-photo-lib.module.d.ts +2 -0
- package/lib/_common/calender/calender-day/calender-day.component.d.ts +18 -0
- package/lib/_common/calender/calender.component.d.ts +34 -0
- package/lib/_common/calender/calender.module.d.ts +2 -0
- package/lib/_common/cards/card-wide/card-wide.component.d.ts +30 -0
- package/lib/_common/common-strip/common-strip.component.d.ts +104 -0
- package/lib/_common/common-strip/common-strip.model.d.ts +141 -0
- package/lib/_common/common-strip/common-strip.module.d.ts +2 -0
- package/lib/_common/competency-passbook/competency-passbook.component.d.ts +1 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts +6 -1
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts +8 -0
- package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts +8 -6
- package/lib/_common/sliders-ng-content/sliders-ng-content.component.d.ts +28 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.model.d.ts +34 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.module.d.ts +6 -0
- package/lib/_common/user-content-rating/user-content-rating.component.d.ts +167 -0
- package/lib/_common/user-content-rating/user-content-rating.module.d.ts +2 -0
- package/lib/_models/card-users.model.d.ts +5 -4
- package/lib/_models/rating.model.d.ts +17 -0
- package/lib/_services/common-methods.service.d.ts +3 -2
- package/lib/_services/insite-data.service.d.ts +1 -0
- package/lib/_services/rating.service.d.ts +15 -0
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
- package/sunbird-cb-consumption.d.ts +27 -17
- package/sunbird-cb-consumption.metadata.json +1 -1
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { RatingService } from '../../_services/rating.service';
|
|
3
|
+
export declare class UserContentRatingComponent implements OnInit {
|
|
4
|
+
ratingService: RatingService;
|
|
5
|
+
currentIndex: any;
|
|
6
|
+
styleData: {
|
|
7
|
+
"bannerMetaClass": string;
|
|
8
|
+
"bannerMeta": string;
|
|
9
|
+
"bannerMetaAlign": string;
|
|
10
|
+
"navigationArrows": string;
|
|
11
|
+
"borderRadius": string;
|
|
12
|
+
"customHeight": string;
|
|
13
|
+
"arrowsPlacement": string;
|
|
14
|
+
"responsive": {
|
|
15
|
+
"bannerMetaClass": string;
|
|
16
|
+
"customHeight": string;
|
|
17
|
+
"bannerMetaAlign": string;
|
|
18
|
+
"navigationArrows": string;
|
|
19
|
+
"dots": string;
|
|
20
|
+
"arrowsPlacement": string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
sliders: {
|
|
24
|
+
"active": boolean;
|
|
25
|
+
"banners": {
|
|
26
|
+
"l": string;
|
|
27
|
+
"m": string;
|
|
28
|
+
"s": string;
|
|
29
|
+
"xl": string;
|
|
30
|
+
"xs": string;
|
|
31
|
+
"xxl": string;
|
|
32
|
+
};
|
|
33
|
+
"redirectUrl": string;
|
|
34
|
+
"queryParams": {};
|
|
35
|
+
"title": string;
|
|
36
|
+
}[];
|
|
37
|
+
contentCard: {
|
|
38
|
+
"content": {
|
|
39
|
+
"identifier": string;
|
|
40
|
+
"competencies_v5": {
|
|
41
|
+
"competencyArea": string;
|
|
42
|
+
"competencyAreaId": number;
|
|
43
|
+
"competencyAreaDescription": string;
|
|
44
|
+
"competencyTheme": string;
|
|
45
|
+
"competencyThemeId": number;
|
|
46
|
+
"competecnyThemeDescription": string;
|
|
47
|
+
"competencyThemeType": string;
|
|
48
|
+
"competencySubTheme": string;
|
|
49
|
+
"competencySubThemeId": number;
|
|
50
|
+
"competecnySubThemeDescription": string;
|
|
51
|
+
}[];
|
|
52
|
+
"description": string;
|
|
53
|
+
"organisation": string[];
|
|
54
|
+
"creatorLogo": any;
|
|
55
|
+
"posterImage": string;
|
|
56
|
+
"duration": string;
|
|
57
|
+
"additionalTags": any;
|
|
58
|
+
"appIcon": string;
|
|
59
|
+
"primaryCategory": string;
|
|
60
|
+
"name": string;
|
|
61
|
+
"avgRating": any;
|
|
62
|
+
"contentType": string;
|
|
63
|
+
};
|
|
64
|
+
"cardSubType": string;
|
|
65
|
+
"cardCustomeClass": string;
|
|
66
|
+
"context": {
|
|
67
|
+
"pageSection": string;
|
|
68
|
+
"position": number;
|
|
69
|
+
};
|
|
70
|
+
"review": string;
|
|
71
|
+
"rating": number;
|
|
72
|
+
"userDetails": {
|
|
73
|
+
"firstName": string;
|
|
74
|
+
"userId": string;
|
|
75
|
+
"profileImageUrl": any;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
widgetData: {
|
|
79
|
+
cardSubType: string;
|
|
80
|
+
};
|
|
81
|
+
responseData: ({
|
|
82
|
+
"review": string;
|
|
83
|
+
"rating": number;
|
|
84
|
+
"userDetails": {
|
|
85
|
+
"firstName": string;
|
|
86
|
+
"userId": string;
|
|
87
|
+
"profileImageUrl": any;
|
|
88
|
+
};
|
|
89
|
+
"cardSubType": string;
|
|
90
|
+
"cardCustomeClass": string;
|
|
91
|
+
"context": {
|
|
92
|
+
"pageSection": string;
|
|
93
|
+
"position": number;
|
|
94
|
+
};
|
|
95
|
+
"content": {
|
|
96
|
+
"identifier": string;
|
|
97
|
+
"competencies_v5": {
|
|
98
|
+
"competencyArea": string;
|
|
99
|
+
"competencyAreaDescription": string;
|
|
100
|
+
"competencyAreaId": number;
|
|
101
|
+
"competencyTheme": string;
|
|
102
|
+
"competencyThemeDescription": string;
|
|
103
|
+
"competencyThemeId": number;
|
|
104
|
+
"competencyThemeType": string;
|
|
105
|
+
"competencySubTheme": string;
|
|
106
|
+
"competencySubThemeId": number;
|
|
107
|
+
"competencySubThemeDescription": string;
|
|
108
|
+
}[];
|
|
109
|
+
"description": string;
|
|
110
|
+
"organisation": string[];
|
|
111
|
+
"creatorLogo": any;
|
|
112
|
+
"posterImage": string;
|
|
113
|
+
"duration": string;
|
|
114
|
+
"additionalTags": any;
|
|
115
|
+
"appIcon": string;
|
|
116
|
+
"primaryCategory": string;
|
|
117
|
+
"name": string;
|
|
118
|
+
"avgRating": number;
|
|
119
|
+
"contentType": string;
|
|
120
|
+
};
|
|
121
|
+
} | {
|
|
122
|
+
"review": string;
|
|
123
|
+
"rating": number;
|
|
124
|
+
"userDetails": {
|
|
125
|
+
"firstName": string;
|
|
126
|
+
"userId": string;
|
|
127
|
+
"profileImageUrl": any;
|
|
128
|
+
};
|
|
129
|
+
"cardSubType": string;
|
|
130
|
+
"cardCustomeClass": string;
|
|
131
|
+
"context": {
|
|
132
|
+
"pageSection": string;
|
|
133
|
+
"position": number;
|
|
134
|
+
};
|
|
135
|
+
"content": {
|
|
136
|
+
"identifier": string;
|
|
137
|
+
"competencies_v5": {
|
|
138
|
+
"competencyArea": string;
|
|
139
|
+
"competencyAreaId": number;
|
|
140
|
+
"competencyAreaDescription": string;
|
|
141
|
+
"competencyTheme": string;
|
|
142
|
+
"competencyThemeId": number;
|
|
143
|
+
"competecnyThemeDescription": string;
|
|
144
|
+
"competencyThemeType": string;
|
|
145
|
+
"competencySubTheme": string;
|
|
146
|
+
"competencySubThemeId": number;
|
|
147
|
+
"competecnySubThemeDescription": string;
|
|
148
|
+
}[];
|
|
149
|
+
"description": string;
|
|
150
|
+
"organisation": string[];
|
|
151
|
+
"creatorLogo": any;
|
|
152
|
+
"posterImage": string;
|
|
153
|
+
"duration": string;
|
|
154
|
+
"additionalTags": string[];
|
|
155
|
+
"appIcon": string;
|
|
156
|
+
"primaryCategory": string;
|
|
157
|
+
"name": string;
|
|
158
|
+
"avgRating": number;
|
|
159
|
+
"contentType": string;
|
|
160
|
+
};
|
|
161
|
+
})[];
|
|
162
|
+
constructor(ratingService: RatingService);
|
|
163
|
+
ngOnInit(): void;
|
|
164
|
+
getRatingIcon(ratingIndex: number, avg: number): 'star' | 'star_border' | 'star_half';
|
|
165
|
+
getRatingIconClass(ratingIndex: number, avg: number): boolean;
|
|
166
|
+
getCurrentIndex(indexValue: any): void;
|
|
167
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NsCardContent } from './card-content.model';
|
|
2
2
|
export declare namespace NsCardUser {
|
|
3
3
|
interface ICard {
|
|
4
|
-
|
|
4
|
+
content: user | IUserProfile;
|
|
5
5
|
cardSubType: NsCardContent.TCardSubType;
|
|
6
6
|
context: {
|
|
7
7
|
pageSection: string;
|
|
@@ -15,13 +15,14 @@ export declare namespace NsCardUser {
|
|
|
15
15
|
email?: string;
|
|
16
16
|
departmentName?: string;
|
|
17
17
|
userName?: string;
|
|
18
|
+
name?: string;
|
|
18
19
|
firstName?: string;
|
|
19
20
|
surName?: string;
|
|
20
21
|
middleName?: string;
|
|
21
22
|
lastName?: string;
|
|
22
23
|
rootOrgId?: string;
|
|
23
24
|
rootOrgName?: string;
|
|
24
|
-
|
|
25
|
+
image?: string;
|
|
25
26
|
givenName?: string;
|
|
26
27
|
country?: null | string;
|
|
27
28
|
unit?: string | null;
|
|
@@ -41,9 +42,9 @@ export declare namespace NsCardUser {
|
|
|
41
42
|
}
|
|
42
43
|
interface user {
|
|
43
44
|
userId: string;
|
|
44
|
-
|
|
45
|
+
name?: string;
|
|
45
46
|
description?: string;
|
|
46
|
-
|
|
47
|
+
image?: string;
|
|
47
48
|
}
|
|
48
49
|
type TCardSubType = 'standard' | 'minimal' | 'space-saving' | 'basic-info' | 'basic-details' | 'card-description-back' | 'network-card' | 'user-card';
|
|
49
50
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare namespace NsAppRating {
|
|
2
|
+
interface IRating {
|
|
3
|
+
activityId: string;
|
|
4
|
+
userId: string;
|
|
5
|
+
activityType: string;
|
|
6
|
+
rating: number;
|
|
7
|
+
review: string;
|
|
8
|
+
recommended: any;
|
|
9
|
+
}
|
|
10
|
+
interface ILookupRequest {
|
|
11
|
+
activityId: string;
|
|
12
|
+
activityType: string;
|
|
13
|
+
rating?: number;
|
|
14
|
+
limit: number;
|
|
15
|
+
updateOn?: string;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { NsContent } from '../_models/widget-content.model';
|
|
2
2
|
import { NsContentStripWithTabs } from '../_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model';
|
|
3
|
+
import { NsCommonStrip } from '../_common/common-strip/common-strip.model';
|
|
3
4
|
export declare class CommonMethodsService {
|
|
4
5
|
constructor();
|
|
5
|
-
transformContentsToWidgets(contents: NsContent.IContent[], strip: NsContentStripWithTabs.IContentStripUnit): ({
|
|
6
|
+
transformContentsToWidgets(contents: NsContent.IContent[], strip: NsContentStripWithTabs.IContentStripUnit | NsCommonStrip.ICommonStripUnit): ({
|
|
6
7
|
widgetType: string;
|
|
7
8
|
widgetSubType: string;
|
|
8
9
|
widgetHostClass: string;
|
|
@@ -15,7 +16,7 @@ export declare class CommonMethodsService {
|
|
|
15
16
|
};
|
|
16
17
|
intranetMode: "" | "hide" | "greyOut";
|
|
17
18
|
deletedMode: "" | "hide" | "greyOut";
|
|
18
|
-
contentTags: NsContentStripWithTabs.IContentTags;
|
|
19
|
+
contentTags: NsContentStripWithTabs.IContentTags | NsCommonStrip.IContentTags;
|
|
19
20
|
batch: any;
|
|
20
21
|
content: NsContent.IContent;
|
|
21
22
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { NsAppRating } from '../_models/rating.model';
|
|
4
|
+
export declare class RatingService {
|
|
5
|
+
http: HttpClient;
|
|
6
|
+
constructor(http: HttpClient);
|
|
7
|
+
getRating(contentId: string, contentType: string, userId: string): Observable<any>;
|
|
8
|
+
addOrUpdateRating(req: NsAppRating.IRating): Observable<any>;
|
|
9
|
+
getRatingSummary(contentId: string, contentType: string): Observable<any>;
|
|
10
|
+
getRatingLookup(req: NsAppRating.ILookupRequest): Observable<any>;
|
|
11
|
+
getRatingReply(req: any): Observable<any>;
|
|
12
|
+
getRatingIcon(ratingIndex: number, avg: number): 'star' | 'star_border' | 'star_half';
|
|
13
|
+
getRatingIconClass(ratingIndex: number, avg: number): boolean;
|
|
14
|
+
getAuthorReply(contentId: string, userID: string): Observable<any>;
|
|
15
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -4,8 +4,11 @@ export * from './lib/consumption.module';
|
|
|
4
4
|
export * from './lib/registration-lib.config';
|
|
5
5
|
export * from './lib/consumption.config';
|
|
6
6
|
export * from './lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module';
|
|
7
|
+
export * from './lib/_common/common-strip/common-strip.module';
|
|
7
8
|
export * from './lib/_common/sliders/sliders.module';
|
|
8
9
|
export * from './lib/_common/data-points/data-points.module';
|
|
9
10
|
export * from './lib/_common/cards/cards.module';
|
|
10
11
|
export * from './lib/_common/competency-passbook/competency-passbook.module';
|
|
12
|
+
export * from './lib/_common/calender/calender.module';
|
|
13
|
+
export * from './lib/_common/user-content-rating/user-content-rating.module';
|
|
11
14
|
export * from './lib/_services/common-methods.service';
|
|
@@ -2,36 +2,46 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
5
|
+
export { AvatarPhotoLibComponent as ɵbo } from './lib/_common/avatar-photo-lib/avatar-photo-lib.component';
|
|
6
|
+
export { AvatarPhotoLibModule as ɵbn } from './lib/_common/avatar-photo-lib/avatar-photo-lib.module';
|
|
7
|
+
export { CalenderDayComponent as ɵr } from './lib/_common/calender/calender-day/calender-day.component';
|
|
8
|
+
export { CalenderComponent as ɵq } from './lib/_common/calender/calender.component';
|
|
9
|
+
export { CardLandscapeComponent as ɵx } from './lib/_common/cards/card-landscape/card-landscape.component';
|
|
10
|
+
export { CardPortraitComponent as ɵv } from './lib/_common/cards/card-portrait/card-portrait.component';
|
|
11
|
+
export { CardResourceComponent as ɵt } from './lib/_common/cards/card-resource/card-resource.component';
|
|
12
|
+
export { CardUserComponent as ɵw } from './lib/_common/cards/card-user/card-user.component';
|
|
13
|
+
export { CardWideComponent as ɵy } from './lib/_common/cards/card-wide/card-wide.component';
|
|
14
|
+
export { CardsComponent as ɵu } from './lib/_common/cards/cards.component';
|
|
15
|
+
export { CommonStripComponent as ɵs } from './lib/_common/common-strip/common-strip.component';
|
|
16
|
+
export { CompetencyPassbookComponent as ɵbh } from './lib/_common/competency-passbook/competency-passbook.component';
|
|
17
|
+
export { CompetencyPassbookService as ɵbi } from './lib/_common/competency-passbook/competency-passbook.service';
|
|
12
18
|
export { ContentStripWithTabsLibComponent as ɵa } from './lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component';
|
|
13
19
|
export { DataPointsComponent as ɵm } from './lib/_common/data-points/data-points.component';
|
|
14
|
-
export { DisplayContentTypeLibComponent as
|
|
15
|
-
export { DisplayContentTypeLibModule as
|
|
20
|
+
export { DisplayContentTypeLibComponent as ɵbc } from './lib/_common/display-content-type-lib/display-content-type-lib.component';
|
|
21
|
+
export { DisplayContentTypeLibModule as ɵbb } from './lib/_common/display-content-type-lib/display-content-type-lib.module';
|
|
16
22
|
export { HorizontalScrollerV2Component as ɵg } from './lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component';
|
|
17
23
|
export { HorizontalScrollerV2Module as ɵf } from './lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module';
|
|
18
|
-
export { PillsComponent as
|
|
19
|
-
export { PillsModule as
|
|
24
|
+
export { PillsComponent as ɵbk } from './lib/_common/pills/pills.component';
|
|
25
|
+
export { PillsModule as ɵbj } from './lib/_common/pills/pills.module';
|
|
20
26
|
export { SkeletonLoaderLibComponent as ɵp } from './lib/_common/skeleton-loader-lib/skeleton-loader-lib.component';
|
|
21
27
|
export { SkeletonLoaderLibModule as ɵo } from './lib/_common/skeleton-loader-lib/skeleton-loader-lib.module';
|
|
28
|
+
export { SlidersNgContentLibComponent as ɵbr } from './lib/_common/sliders-ng-content/sliders-ng-content.component';
|
|
29
|
+
export { MyHammerConfig as ɵbp, SlidersNgContentLibModule as ɵbq } from './lib/_common/sliders-ng-content/sliders-ng-content.module';
|
|
22
30
|
export { SlidersLibComponent as ɵh } from './lib/_common/sliders/sliders.component';
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
31
|
+
export { UserContentRatingComponent as ɵbl } from './lib/_common/user-content-rating/user-content-rating.component';
|
|
32
|
+
export { DefaultThumbnailDirective as ɵbe } from './lib/_directives/default-thumbnail/default-thumbnail.directive';
|
|
33
|
+
export { DefaultThumbnailModule as ɵbd } from './lib/_directives/default-thumbnail/default-thumbnail.module';
|
|
25
34
|
export { ImageResponsiveDirective as ɵl } from './lib/_directives/image-responsive/image-responsive.directive';
|
|
26
35
|
export { ImageResponsiveModule as ɵk } from './lib/_directives/image-responsive/image-responsive.module';
|
|
27
36
|
export { NavigationDirective as ɵj } from './lib/_directives/navigation/navigation.directive';
|
|
28
37
|
export { NavigationModule as ɵi } from './lib/_directives/navigation/navigation.module';
|
|
29
|
-
export { PipeDurationTransformModule as
|
|
30
|
-
export { PipeDurationTransformPipe as
|
|
31
|
-
export { PipePublicURLModule as
|
|
32
|
-
export { PipePublicURL as
|
|
38
|
+
export { PipeDurationTransformModule as ɵbf } from './lib/_pipes/pipe-duration-transform/pipe-duration-transform.module';
|
|
39
|
+
export { PipeDurationTransformPipe as ɵbg } from './lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe';
|
|
40
|
+
export { PipePublicURLModule as ɵz } from './lib/_pipes/pipe-public-URL/pipe-public-URL.module';
|
|
41
|
+
export { PipePublicURL as ɵba } from './lib/_pipes/pipe-public-URL/pipe-public-URL.pipe';
|
|
33
42
|
export { ConfigurationsService as ɵe } from './lib/_services/configurations.service';
|
|
34
43
|
export { InsiteDataService as ɵn } from './lib/_services/insite-data.service';
|
|
35
44
|
export { MultilingualTranslationsService as ɵd } from './lib/_services/multilingual-translations.service';
|
|
45
|
+
export { RatingService as ɵbm } from './lib/_services/rating.service';
|
|
36
46
|
export { WidgetContentService as ɵb } from './lib/_services/widget-content.service';
|
|
37
47
|
export { WidgetUserService as ɵc } from './lib/_services/widget-user.service';
|