@hestia-earth/ui-components 0.2.9 → 0.2.10
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/hestia-earth-ui-components.umd.js +1 -1
- package/bundles/hestia-earth-ui-components.umd.js.map +1 -1
- package/esm2015/impact-assessments/impact-assessments-products/impact-assessments-products.component.js +2 -2
- package/fesm2015/hestia-earth-ui-components.js +1 -1
- package/fesm2015/hestia-earth-ui-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -9580,7 +9580,7 @@
|
|
|
9580
9580
|
};
|
|
9581
9581
|
ImpactAssessmentsProductsComponent.prototype.updateImpacts = function () {
|
|
9582
9582
|
var _this = this;
|
|
9583
|
-
var indicatorPerImpactAssessment = groupNodesByTerm(this.impactAssessments, this.key, this.originalValues, isMethodModelAllowed(this.selectedMethodModel));
|
|
9583
|
+
var indicatorPerImpactAssessment = groupNodesByTerm(this.impactAssessments, this.key, this.originalValues, this.enableFilterMethodModel ? isMethodModelAllowed(this.selectedMethodModel) : undefined);
|
|
9584
9584
|
this.indicators = orderBy(grouppedKeys(indicatorPerImpactAssessment), ['value.methodTierOrder', 'key'], ['asc', 'asc'])
|
|
9585
9585
|
.filter(function (_b) {
|
|
9586
9586
|
var value = _b.value;
|