@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
|
@@ -3718,6 +3718,7 @@
|
|
|
3718
3718
|
if (false) {
|
|
3719
3719
|
IUserProfile.prototype.userId;
|
|
3720
3720
|
IUserProfile.prototype.email;
|
|
3721
|
+
IUserProfile.prototype.mobile;
|
|
3721
3722
|
IUserProfile.prototype.departmentName;
|
|
3722
3723
|
IUserProfile.prototype.userName;
|
|
3723
3724
|
IUserProfile.prototype.firstName;
|
|
@@ -4274,14 +4275,10 @@
|
|
|
4274
4275
|
subType: subType,
|
|
4275
4276
|
type: exports.WsEvents.EnumInteractTypes.CLICK,
|
|
4276
4277
|
id: ___default.camelCase(data.label) + "-tab",
|
|
4277
|
-
}, __assign({
|
|
4278
|
-
position: data.index,
|
|
4279
|
-
} }, object), {
|
|
4278
|
+
}, __assign({}, object), {
|
|
4280
4279
|
pageIdExt: ___default.camelCase(data.label) + "-tab",
|
|
4281
4280
|
});
|
|
4282
|
-
this.raiseCustomImpression(__assign({
|
|
4283
|
-
position: data.index,
|
|
4284
|
-
} }, object), {
|
|
4281
|
+
this.raiseCustomImpression(__assign({}, object), {
|
|
4285
4282
|
pageIdExt: ___default.camelCase(data.label) + "-tab",
|
|
4286
4283
|
});
|
|
4287
4284
|
};
|
|
@@ -4633,7 +4630,6 @@
|
|
|
4633
4630
|
try {
|
|
4634
4631
|
var page = this.getPageDetails();
|
|
4635
4632
|
if (data && data.pageContext) {
|
|
4636
|
-
page.pageid = data.pageContext.pageId;
|
|
4637
4633
|
page.module = data.pageContext.module;
|
|
4638
4634
|
}
|
|
4639
4635
|
var edata = {
|