@sunbird-cb/utils-v2 0.0.12 → 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-utils-v2.umd.js +2 -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.service.js +3 -1
- package/esm5/lib/services/configurations.service.js +3 -1
- package/fesm2015/sunbird-cb-utils-v2.js +2 -0
- package/fesm2015/sunbird-cb-utils-v2.js.map +1 -1
- package/fesm5/sunbird-cb-utils-v2.js +2 -0
- package/fesm5/sunbird-cb-utils-v2.js.map +1 -1
- 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;
|