@sunbird-cb/consumption 0.0.40 → 0.0.41
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 +2 -3
- 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/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +2 -4
- package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +2 -1
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +2 -4
- package/esm5/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +2 -1
- package/fesm2015/sunbird-cb-consumption.js +2 -3
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +2 -3
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/package.json +1 -1
|
@@ -368,6 +368,7 @@ var HorizontalScrollerV2Component = /** @class */ (function () {
|
|
|
368
368
|
* @return {?}
|
|
369
369
|
*/
|
|
370
370
|
function () {
|
|
371
|
+
_this.bottomDotsArray = [];
|
|
371
372
|
arrLength_1 = document.getElementsByClassName(_this.cardSubType).length;
|
|
372
373
|
for (var i = 0; i < arrLength_1; i += 1) {
|
|
373
374
|
_this.bottomDotsArray.push(i);
|
|
@@ -4664,9 +4665,7 @@ var ContentStripWithTabsLibComponent = /** @class */ (function (_super) {
|
|
|
4664
4665
|
}
|
|
4665
4666
|
}));
|
|
4666
4667
|
}
|
|
4667
|
-
|
|
4668
|
-
results = { response: { certifications: proccesedResult } };
|
|
4669
|
-
}
|
|
4668
|
+
results = { response: { certifications: proccesedResult } };
|
|
4670
4669
|
resolve({ results: results, viewMoreUrl: viewMoreUrl });
|
|
4671
4670
|
}), (/**
|
|
4672
4671
|
* @param {?} error
|