@sunbird-cb/utils-v2 0.0.12 → 0.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-v2.umd.js +3 -0
- package/bundles/sunbird-cb-utils-v2.umd.js.map +1 -1
- package/bundles/sunbird-cb-utils-v2.umd.min.js +1 -1
- package/bundles/sunbird-cb-utils-v2.umd.min.js.map +1 -1
- package/esm2015/lib/services/configurations.model.js +2 -1
- package/esm2015/lib/services/configurations.service.js +3 -1
- package/esm5/lib/services/configurations.model.js +2 -1
- package/esm5/lib/services/configurations.service.js +3 -1
- package/fesm2015/sunbird-cb-utils-v2.js +3 -0
- package/fesm2015/sunbird-cb-utils-v2.js.map +1 -1
- package/fesm5/sunbird-cb-utils-v2.js +3 -0
- package/fesm5/sunbird-cb-utils-v2.js.map +1 -1
- package/lib/services/configurations.model.d.ts +1 -0
- package/lib/services/configurations.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -72,6 +72,7 @@ var ConfigurationsService = (function () {
|
|
|
72
72
|
};
|
|
73
73
|
this.primaryNavBarConfig = null;
|
|
74
74
|
this.welcomeTabs = null;
|
|
75
|
+
this.compentency = null;
|
|
75
76
|
this.cstoken = '';
|
|
76
77
|
this.changeNavBarFullView = new Subject();
|
|
77
78
|
this.openExploreMenuForMWeb = new Subject();
|
|
@@ -150,6 +151,7 @@ if (false) {
|
|
|
150
151
|
ConfigurationsService.prototype.pageNavBar;
|
|
151
152
|
ConfigurationsService.prototype.primaryNavBarConfig;
|
|
152
153
|
ConfigurationsService.prototype.welcomeTabs;
|
|
154
|
+
ConfigurationsService.prototype.compentency;
|
|
153
155
|
ConfigurationsService.prototype.cstoken;
|
|
154
156
|
ConfigurationsService.prototype.changeNavBarFullView;
|
|
155
157
|
ConfigurationsService.prototype.openExploreMenuForMWeb;
|
|
@@ -4587,6 +4589,7 @@ var NsInstanceConfig;
|
|
|
4587
4589
|
IConfig.prototype.websitelanguages;
|
|
4588
4590
|
IConfig.prototype.profileTimelyNudges;
|
|
4589
4591
|
IConfig.prototype.npsCategory;
|
|
4592
|
+
IConfig.prototype.compentency;
|
|
4590
4593
|
}
|
|
4591
4594
|
function IPortalUrls() { }
|
|
4592
4595
|
NsInstanceConfig.IPortalUrls = IPortalUrls;
|