openatc-components 0.0.98 → 0.0.99

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.
@@ -195,7 +195,7 @@ export default {
195
195
  this.getPedPhasePos()
196
196
  this.getBusPos()
197
197
  this.getStage()
198
- this.handlePatternData()
198
+ // this.handlePatternData()
199
199
  },
200
200
  // 深度观察监听
201
201
  deep: true
@@ -10,6 +10,7 @@
10
10
  :patternList="patternList"
11
11
  :localPatternList="localPatternList"
12
12
  :phaseList="phaseList"
13
+ :showBarrier="showBarrier"
13
14
  :agentId="agentId"
14
15
  :controlData="controlData"
15
16
  :syncTime="syncTime"
@@ -507,6 +508,10 @@ export default {
507
508
  phaseList: {
508
509
  type: Array
509
510
  },
511
+ showBarrier: {
512
+ type: Boolean,
513
+ default: false
514
+ },
510
515
  controlData: {
511
516
  type: Object
512
517
  },