openatc-components 0.1.45 → 0.1.47

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.
@@ -270,6 +270,8 @@ export default {
270
270
  this.handleCurrentChange(this.patternStatusList)
271
271
  this.handleBarrierHeight()
272
272
  }, 400)
273
+ } else if ((this.controlData && this.controlData.patternid === 109) || (this.controlData && this.showCondition) || (this.controlData && this.localPatternList.length === 0)) {
274
+ this.handleTentivePatternData()
273
275
  } else {
274
276
  this.handlePatternData()
275
277
  }