openatc-components 0.2.77 → 0.2.79

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 (33) hide show
  1. package/package/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue +100 -0
  2. package/package/kisscomps/components/ChannelRealtimeIntersection/index.js +2 -0
  3. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkClickSvg.vue +34 -4
  4. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/sidewalk.svg +535 -0
  5. package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +68 -61
  6. package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/LphaseIconSvg.vue +19 -19
  7. package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/phaseIconSvg.vue +19 -19
  8. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +8 -8
  9. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.left.json +8 -8
  10. package/package/kisscomps/components/IntersectionMap/intersectionmap.vue +13 -1
  11. package/package/kisscomps/components/PatternStatus/PatternStatus.vue +1 -25
  12. package/package/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +0 -8
  13. package/package/kisscomps/index.js +2 -0
  14. package/package/kissui.min.js +1 -1
  15. package/package.json +1 -1
  16. package/src/i18n/language/en.js +0 -2
  17. package/src/i18n/language/zh.js +0 -2
  18. package/src/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue +100 -0
  19. package/src/kisscomps/components/ChannelRealtimeIntersection/index.js +2 -0
  20. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkClickSvg.vue +34 -4
  21. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/sidewalk.svg +535 -0
  22. package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +68 -61
  23. package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/LphaseIconSvg.vue +19 -19
  24. package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/phaseIconSvg.vue +19 -19
  25. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +8 -8
  26. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.left.json +8 -8
  27. package/src/kisscomps/components/IntersectionMap/intersectionmap.vue +13 -1
  28. package/src/kisscomps/components/PatternStatus/PatternStatus.vue +1 -25
  29. package/src/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +0 -8
  30. package/src/kisscomps/index.js +2 -0
  31. package/src/views/intersection.vue +60 -28
  32. package/src/views/overView.vue +1 -1
  33. package/src/node_modules/.package_versions.json +0 -1
@@ -7,6 +7,7 @@ import lockingPhaselControlModal from './components/SchemeConfig/lockingPhaselCo
7
7
  import Channelization from './components/Channelization/index'
8
8
  import ChannelizationFlowStatistic from './components/ChannelizationFlowStatistic/index'
9
9
  import DrawChannelization from './components/DrawChannelization/index'
10
+ import ChannelRealtimeIntersection from './components/ChannelRealtimeIntersection/index'
10
11
  import FaultDetailModal from './components/FaultDetailModal/index'
11
12
  import CommonKanban from './components/CommonKanban/index'
12
13
  import patternList from './components/patternList/index'
@@ -47,6 +48,7 @@ const components = {
47
48
  Channelization,
48
49
  ChannelizationFlowStatistic,
49
50
  DrawChannelization,
51
+ ChannelRealtimeIntersection,
50
52
  FaultDetailModal,
51
53
  PatternStatus,
52
54
  BoardCard,