@sunbird-cb/consumption 0.0.5 → 0.0.7
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 +2 -2
- package/sunbird-cb-consumption.metadata.json +1 -1
|
@@ -7653,9 +7653,6 @@ var CompetencyPassbookComponent = /** @class */ (function () {
|
|
|
7653
7653
|
* @return {?}
|
|
7654
7654
|
*/
|
|
7655
7655
|
function () {
|
|
7656
|
-
if (this.configSvc && this.configSvc.userProfile.rootOrgId) {
|
|
7657
|
-
this.orgId = this.configSvc.userProfile.rootOrgId;
|
|
7658
|
-
}
|
|
7659
7656
|
this.getCompetencyArea();
|
|
7660
7657
|
this.getAllCompetencies();
|
|
7661
7658
|
// this.competencyData = this.objectData
|
|
@@ -7979,8 +7976,6 @@ if (false) {
|
|
|
7979
7976
|
/** @type {?} */
|
|
7980
7977
|
CompetencyPassbookComponent.prototype.loadCompetencyArea;
|
|
7981
7978
|
/** @type {?} */
|
|
7982
|
-
CompetencyPassbookComponent.prototype.orgId;
|
|
7983
|
-
/** @type {?} */
|
|
7984
7979
|
CompetencyPassbookComponent.prototype.competencyArea;
|
|
7985
7980
|
/** @type {?} */
|
|
7986
7981
|
CompetencyPassbookComponent.prototype.selectedValue;
|