openatc-components 0.0.109 → 0.0.110

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.
@@ -428,6 +428,8 @@ export default {
428
428
  if (data.maxflowsaturationthreshold !== undefined) {
429
429
  this.maxflowsaturationthreshold = data.maxflowsaturationthreshold
430
430
  }
431
+ this.handleDisabledMinflowOption(data.minflowsaturationthreshold)
432
+ this.handleDisabledMaxflowOption(data.maxflowsaturationthreshold)
431
433
  if (data.flip !== undefined) {
432
434
  this.flip = data.flip
433
435
  }