@sunbird-cb/utils 1.0.12 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/sunbird-cb-utils.umd.js +3 -7
- package/bundles/sunbird-cb-utils.umd.js.map +1 -1
- package/bundles/sunbird-cb-utils.umd.min.js +1 -1
- package/bundles/sunbird-cb-utils.umd.min.js.map +1 -1
- package/esm2015/lib/services/configurations.model.js +2 -1
- package/esm2015/lib/services/event.service.js +3 -7
- package/esm2015/lib/services/telemetry.service.js +1 -2
- package/esm5/lib/services/configurations.model.js +2 -1
- package/esm5/lib/services/event.service.js +3 -7
- package/esm5/lib/services/telemetry.service.js +1 -2
- package/fesm2015/sunbird-cb-utils.js +3 -7
- package/fesm2015/sunbird-cb-utils.js.map +1 -1
- package/fesm5/sunbird-cb-utils.js +3 -7
- package/fesm5/sunbird-cb-utils.js.map +1 -1
- package/lib/services/configurations.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3508,6 +3508,7 @@ var NsUser;
|
|
|
3508
3508
|
if (false) {
|
|
3509
3509
|
IUserProfile.prototype.userId;
|
|
3510
3510
|
IUserProfile.prototype.email;
|
|
3511
|
+
IUserProfile.prototype.mobile;
|
|
3511
3512
|
IUserProfile.prototype.departmentName;
|
|
3512
3513
|
IUserProfile.prototype.userName;
|
|
3513
3514
|
IUserProfile.prototype.firstName;
|
|
@@ -4064,14 +4065,10 @@ var EventService = (function () {
|
|
|
4064
4065
|
subType: subType,
|
|
4065
4066
|
type: WsEvents.EnumInteractTypes.CLICK,
|
|
4066
4067
|
id: _.camelCase(data.label) + "-tab",
|
|
4067
|
-
}, __assign({
|
|
4068
|
-
position: data.index,
|
|
4069
|
-
} }, object), {
|
|
4068
|
+
}, __assign({}, object), {
|
|
4070
4069
|
pageIdExt: _.camelCase(data.label) + "-tab",
|
|
4071
4070
|
});
|
|
4072
|
-
this.raiseCustomImpression(__assign({
|
|
4073
|
-
position: data.index,
|
|
4074
|
-
} }, object), {
|
|
4071
|
+
this.raiseCustomImpression(__assign({}, object), {
|
|
4075
4072
|
pageIdExt: _.camelCase(data.label) + "-tab",
|
|
4076
4073
|
});
|
|
4077
4074
|
};
|
|
@@ -4423,7 +4420,6 @@ var TelemetryService = (function () {
|
|
|
4423
4420
|
try {
|
|
4424
4421
|
var page = this.getPageDetails();
|
|
4425
4422
|
if (data && data.pageContext) {
|
|
4426
|
-
page.pageid = data.pageContext.pageId;
|
|
4427
4423
|
page.module = data.pageContext.module;
|
|
4428
4424
|
}
|
|
4429
4425
|
var edata = {
|