@sunbird-cb/consumption 0.0.5 → 0.0.6
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-consumption.umd.js +0 -5
- package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js.map +1 -1
- package/esm2015/lib/_common/competency-passbook/competency-passbook.component.js +1 -6
- package/esm5/lib/_common/competency-passbook/competency-passbook.component.js +1 -6
- package/fesm2015/sunbird-cb-consumption.js +0 -5
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +0 -5
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/lib/_common/competency-passbook/competency-passbook.component.d.ts +0 -1
- package/package.json +1 -1
- package/sunbird-cb-consumption.metadata.json +1 -1
|
@@ -7859,9 +7859,6 @@
|
|
|
7859
7859
|
* @return {?}
|
|
7860
7860
|
*/
|
|
7861
7861
|
function () {
|
|
7862
|
-
if (this.configSvc && this.configSvc.userProfile.rootOrgId) {
|
|
7863
|
-
this.orgId = this.configSvc.userProfile.rootOrgId;
|
|
7864
|
-
}
|
|
7865
7862
|
this.getCompetencyArea();
|
|
7866
7863
|
this.getAllCompetencies();
|
|
7867
7864
|
// this.competencyData = this.objectData
|
|
@@ -8185,8 +8182,6 @@
|
|
|
8185
8182
|
/** @type {?} */
|
|
8186
8183
|
CompetencyPassbookComponent.prototype.loadCompetencyArea;
|
|
8187
8184
|
/** @type {?} */
|
|
8188
|
-
CompetencyPassbookComponent.prototype.orgId;
|
|
8189
|
-
/** @type {?} */
|
|
8190
8185
|
CompetencyPassbookComponent.prototype.competencyArea;
|
|
8191
8186
|
/** @type {?} */
|
|
8192
8187
|
CompetencyPassbookComponent.prototype.selectedValue;
|