openatc-components 0.2.20 → 0.2.21

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.
Files changed (25) hide show
  1. package/package/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +49 -49
  2. package/package/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +8 -39
  3. package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +33 -33
  4. package/package/kisscomps/components/OverLap/OverLap.vue +24 -3
  5. package/package/kisscomps/components/PatternStatus/PatternStatus.vue +10 -12
  6. package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +3 -3
  7. package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +28 -5
  8. package/package/kisscomps/components/patternConfig/pattern/patternTable.vue +2 -49
  9. package/package/kisscomps/components/patternConfig/planContent.vue +0 -3
  10. package/package/kissui.min.js +1 -1
  11. package/package.json +2 -2
  12. package/src/EdgeMgr/controller/crossDiagramMgr.js +1 -0
  13. package/src/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +49 -49
  14. package/src/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +8 -39
  15. package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +33 -33
  16. package/src/kisscomps/components/OverLap/OverLap.vue +24 -3
  17. package/src/kisscomps/components/PatternStatus/PatternStatus.vue +10 -12
  18. package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +3 -3
  19. package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +28 -5
  20. package/src/kisscomps/components/patternConfig/pattern/patternTable.vue +2 -49
  21. package/src/kisscomps/components/patternConfig/planContent.vue +0 -3
  22. package/src/node_modules/.package_versions.json +1 -0
  23. package/src/views/intersection.vue +5 -11
  24. package/src/views/patternConfig.vue +969 -6
  25. package/static/styles/schemeconfig.scss +8 -3
@@ -170,9 +170,6 @@ export default {
170
170
  let currPattern
171
171
  if (Array.isArray(currPatternList)) {
172
172
  currPattern = currPatternList.filter(cpl => cpl.id === patternId)[0]
173
- if (!currPattern) {
174
- currPattern = currPatternList[0]
175
- }
176
173
  } else {
177
174
  currPattern = currPatternList
178
175
  }