@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
|
@@ -281,6 +281,7 @@
|
|
|
281
281
|
};
|
|
282
282
|
this.primaryNavBarConfig = null;
|
|
283
283
|
this.welcomeTabs = null;
|
|
284
|
+
this.compentency = null;
|
|
284
285
|
this.cstoken = '';
|
|
285
286
|
this.changeNavBarFullView = new rxjs.Subject();
|
|
286
287
|
this.openExploreMenuForMWeb = new rxjs.Subject();
|
|
@@ -359,6 +360,7 @@
|
|
|
359
360
|
ConfigurationsService.prototype.pageNavBar;
|
|
360
361
|
ConfigurationsService.prototype.primaryNavBarConfig;
|
|
361
362
|
ConfigurationsService.prototype.welcomeTabs;
|
|
363
|
+
ConfigurationsService.prototype.compentency;
|
|
362
364
|
ConfigurationsService.prototype.cstoken;
|
|
363
365
|
ConfigurationsService.prototype.changeNavBarFullView;
|
|
364
366
|
ConfigurationsService.prototype.openExploreMenuForMWeb;
|
|
@@ -4796,6 +4798,7 @@
|
|
|
4796
4798
|
IConfig.prototype.websitelanguages;
|
|
4797
4799
|
IConfig.prototype.profileTimelyNudges;
|
|
4798
4800
|
IConfig.prototype.npsCategory;
|
|
4801
|
+
IConfig.prototype.compentency;
|
|
4799
4802
|
}
|
|
4800
4803
|
function IPortalUrls() { }
|
|
4801
4804
|
NsInstanceConfig.IPortalUrls = IPortalUrls;
|