openatc-components 0.5.1 → 0.5.2

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.
@@ -29,8 +29,8 @@
29
29
  <div class="ring-phase" style="float: unset">
30
30
  <xdrdirselector
31
31
  v-if="item.direction && item.direction.length > 0"
32
- Width="36px"
33
- Height="34px"
32
+ Width="60px"
33
+ Height="60px"
34
34
  :showlist="item.direction"
35
35
  ></xdrdirselector>
36
36
  </div>
@@ -496,12 +496,11 @@ export default {
496
496
  let ped = []
497
497
  for (let stg of data) {
498
498
  let peddirections = []
499
- console.log(this.phaseList, 'this.phaseList')
500
499
  let currPhase = this.phaseList.filter((item) => {
501
500
  return item.Index === stg
502
501
  })[0]
503
- if (!currPhase) return
504
- if (!currPhase.peddirection) return
502
+ if (!currPhase) continue
503
+ if (!currPhase.peddirection) continue
505
504
  for (let walk of this.sidewalkPhaseData) {
506
505
  for (let ped of currPhase.peddirection) {
507
506
  let objs = {}