@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
|
@@ -117,6 +117,7 @@ if (false) {
|
|
|
117
117
|
ConfigurationsService.prototype.activeLocaleGroup;
|
|
118
118
|
ConfigurationsService.prototype.completedActivity;
|
|
119
119
|
ConfigurationsService.prototype.completedTour;
|
|
120
|
+
ConfigurationsService.prototype.competency;
|
|
120
121
|
ConfigurationsService.prototype.profileSettings;
|
|
121
122
|
ConfigurationsService.prototype.primaryNavBar;
|
|
122
123
|
ConfigurationsService.prototype.pageNavBar;
|
|
@@ -3313,6 +3314,16 @@ var NsInstanceConfig;
|
|
|
3313
3314
|
IConfig.prototype.forgotPasswordConfig;
|
|
3314
3315
|
IConfig.prototype.hubs;
|
|
3315
3316
|
IConfig.prototype.courseContentPath;
|
|
3317
|
+
IConfig.prototype.competency;
|
|
3318
|
+
}
|
|
3319
|
+
function ICompetencyKeys() { }
|
|
3320
|
+
NsInstanceConfig.ICompetencyKeys = ICompetencyKeys;
|
|
3321
|
+
if (false) {
|
|
3322
|
+
ICompetencyKeys.prototype.vKey;
|
|
3323
|
+
ICompetencyKeys.prototype.vCompetencyArea;
|
|
3324
|
+
ICompetencyKeys.prototype.vCompetencyAreaDescription;
|
|
3325
|
+
ICompetencyKeys.prototype.vCompetencyTheme;
|
|
3326
|
+
ICompetencyKeys.prototype.vCompetencySubTheme;
|
|
3316
3327
|
}
|
|
3317
3328
|
function IForgotPassword() { }
|
|
3318
3329
|
NsInstanceConfig.IForgotPassword = IForgotPassword;
|