@sunbird-cb/utils 1.0.18 → 1.0.19
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 +11 -0
- 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 +11 -1
- package/esm2015/lib/services/configurations.service.js +2 -1
- package/esm5/lib/services/configurations.model.js +11 -1
- package/esm5/lib/services/configurations.service.js +2 -1
- package/fesm2015/sunbird-cb-utils.js +11 -0
- package/fesm2015/sunbird-cb-utils.js.map +1 -1
- package/fesm5/sunbird-cb-utils.js +11 -0
- package/fesm5/sunbird-cb-utils.js.map +1 -1
- package/lib/services/configurations.model.d.ts +8 -0
- package/lib/services/configurations.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -324,6 +324,7 @@
|
|
|
324
324
|
ConfigurationsService.prototype.activeLocaleGroup;
|
|
325
325
|
ConfigurationsService.prototype.completedActivity;
|
|
326
326
|
ConfigurationsService.prototype.completedTour;
|
|
327
|
+
ConfigurationsService.prototype.competency;
|
|
327
328
|
ConfigurationsService.prototype.profileSettings;
|
|
328
329
|
ConfigurationsService.prototype.primaryNavBar;
|
|
329
330
|
ConfigurationsService.prototype.pageNavBar;
|
|
@@ -3520,6 +3521,16 @@
|
|
|
3520
3521
|
IConfig.prototype.forgotPasswordConfig;
|
|
3521
3522
|
IConfig.prototype.hubs;
|
|
3522
3523
|
IConfig.prototype.courseContentPath;
|
|
3524
|
+
IConfig.prototype.competency;
|
|
3525
|
+
}
|
|
3526
|
+
function ICompetencyKeys() { }
|
|
3527
|
+
NsInstanceConfig.ICompetencyKeys = ICompetencyKeys;
|
|
3528
|
+
if (false) {
|
|
3529
|
+
ICompetencyKeys.prototype.vKey;
|
|
3530
|
+
ICompetencyKeys.prototype.vCompetencyArea;
|
|
3531
|
+
ICompetencyKeys.prototype.vCompetencyAreaDescription;
|
|
3532
|
+
ICompetencyKeys.prototype.vCompetencyTheme;
|
|
3533
|
+
ICompetencyKeys.prototype.vCompetencySubTheme;
|
|
3523
3534
|
}
|
|
3524
3535
|
function IForgotPassword() { }
|
|
3525
3536
|
NsInstanceConfig.IForgotPassword = IForgotPassword;
|