openatc-components 0.3.13 → 0.3.14
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.
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/CrossRoadsSvg.vue +422 -289
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +324 -177
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +190 -137
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +329 -223
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +241 -224
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +247 -233
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +350 -296
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +4 -4
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeEastRoadsSvg.vue +418 -322
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeNorthRoadsSvg.vue +389 -266
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeSouthRoadsSvg.vue +393 -273
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeWestRoadsSvg.vue +312 -221
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +558 -412
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +417 -321
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +391 -265
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +395 -272
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +440 -341
- package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +3 -3
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +8 -8
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +8 -8
- package/package/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +2 -2
- package/package/kisscomps/components/patternConfig/pattern/patternTable.vue +5 -5
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/CrossRoadsSvg.vue +422 -289
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +324 -177
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +190 -137
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +329 -223
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +241 -224
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +247 -233
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +350 -296
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +4 -4
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeEastRoadsSvg.vue +418 -322
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeNorthRoadsSvg.vue +389 -266
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeSouthRoadsSvg.vue +393 -273
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeWestRoadsSvg.vue +312 -221
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +558 -412
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +417 -321
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +391 -265
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +395 -272
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +440 -341
- package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +3 -3
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +8 -8
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +8 -8
- package/src/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +2 -2
- package/src/kisscomps/components/patternConfig/pattern/patternTable.vue +5 -5
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
|
|
96
96
|
<!-- 左行道路 B-->
|
|
97
97
|
<div class="left-dir-road" v-if="roadDir === 'left'">
|
|
98
|
-
<div class="centerText" v-if="
|
|
98
|
+
<div class="centerText" v-if="crossType !== 'Customroads' && isHasPhase">
|
|
99
99
|
<!-- 相位倒计时 -->
|
|
100
100
|
<div class="phaseCountdown" v-show="isShowInterval" v-if="isLoaded && isHasPhase && isHasCountdown" :class="{'countdownBg': isLoaded}">
|
|
101
101
|
<div v-for="curPhase in phaseCountdownList" :key="curPhase.id" :style="{color: curPhase.phaseCountdownColor}">
|
|
@@ -954,9 +954,9 @@ export default {
|
|
|
954
954
|
if (this.mainType === '104') {
|
|
955
955
|
// 路段行人过街
|
|
956
956
|
switch (this.mainDirection) {
|
|
957
|
-
case '
|
|
957
|
+
case '005': this.crossType = 'ped-section-east-west'
|
|
958
958
|
break
|
|
959
|
-
case '
|
|
959
|
+
case '006': this.crossType = 'ped-section-south-north'
|
|
960
960
|
break
|
|
961
961
|
}
|
|
962
962
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"id": 4,
|
|
22
22
|
"name": "东掉头",
|
|
23
23
|
"x": "645px",
|
|
24
|
-
"y": "
|
|
24
|
+
"y": "327px"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"id": 5,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"id": 8,
|
|
46
46
|
"name": "西掉头",
|
|
47
47
|
"x": "196px",
|
|
48
|
-
"y": "
|
|
48
|
+
"y": "299px"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"id": 9,
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
{
|
|
69
69
|
"id": 12,
|
|
70
70
|
"name": "北掉头",
|
|
71
|
-
"x": "
|
|
71
|
+
"x": "438px",
|
|
72
72
|
"y": "85px"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
{
|
|
93
93
|
"id": 16,
|
|
94
94
|
"name": "南掉头",
|
|
95
|
-
"x": "
|
|
95
|
+
"x": "410px",
|
|
96
96
|
"y": "533px"
|
|
97
97
|
}
|
|
98
98
|
],
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"id": 4,
|
|
119
119
|
"name": "东掉头",
|
|
120
120
|
"x": "638px",
|
|
121
|
-
"y": "
|
|
121
|
+
"y": "324px"
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
"id": 5,
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"id": 8,
|
|
143
143
|
"name": "西掉头",
|
|
144
144
|
"x": "145px",
|
|
145
|
-
"y": "
|
|
145
|
+
"y": "299px"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"id": 9,
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
{
|
|
166
166
|
"id": 12,
|
|
167
167
|
"name": "北掉头",
|
|
168
|
-
"x": "
|
|
168
|
+
"x": "435px",
|
|
169
169
|
"y": "34px"
|
|
170
170
|
},
|
|
171
171
|
{
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
{
|
|
190
190
|
"id": 16,
|
|
191
191
|
"name": "南掉头",
|
|
192
|
-
"x": "
|
|
192
|
+
"x": "411px",
|
|
193
193
|
"y": "526px"
|
|
194
194
|
}
|
|
195
195
|
]
|
package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"id": 4,
|
|
22
22
|
"name": "东掉头",
|
|
23
23
|
"x": "645px",
|
|
24
|
-
"y": "
|
|
24
|
+
"y": "300px"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"id": 5,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"id": 8,
|
|
46
46
|
"name": "西掉头",
|
|
47
47
|
"x": "196px",
|
|
48
|
-
"y": "
|
|
48
|
+
"y": "327px"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"id": 9,
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
{
|
|
69
69
|
"id": 12,
|
|
70
70
|
"name": "北掉头",
|
|
71
|
-
"x": "
|
|
71
|
+
"x": "412px",
|
|
72
72
|
"y": "85px"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
{
|
|
93
93
|
"id": 16,
|
|
94
94
|
"name": "南掉头",
|
|
95
|
-
"x": "
|
|
95
|
+
"x": "438px",
|
|
96
96
|
"y": "534px"
|
|
97
97
|
}
|
|
98
98
|
],
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"id": 4,
|
|
119
119
|
"name": "东掉头",
|
|
120
120
|
"x": "638px",
|
|
121
|
-
"y": "
|
|
121
|
+
"y": "300px"
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
"id": 5,
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"id": 8,
|
|
143
143
|
"name": "西掉头",
|
|
144
144
|
"x": "145px",
|
|
145
|
-
"y": "
|
|
145
|
+
"y": "325px"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"id": 9,
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
{
|
|
166
166
|
"id": 12,
|
|
167
167
|
"name": "北掉头",
|
|
168
|
-
"x": "
|
|
168
|
+
"x": "410px",
|
|
169
169
|
"y": "34px"
|
|
170
170
|
},
|
|
171
171
|
{
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
{
|
|
190
190
|
"id": 16,
|
|
191
191
|
"name": "南掉头",
|
|
192
|
-
"x": "
|
|
192
|
+
"x": "436px",
|
|
193
193
|
"y": "526px"
|
|
194
194
|
}
|
|
195
195
|
]
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
<rect x="23.1" y="7.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.3558 20.0641)" class="st0" width="2.6" height="4.4"/>
|
|
365
365
|
<rect x="26.8" y="3.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 4.0545 21.5962)" class="st0" width="2.6" height="4.4"/>
|
|
366
366
|
</g>
|
|
367
|
-
<g id="路段行人过街-南北" :fill="isLock !== 0 ? peoplestatus[
|
|
367
|
+
<g id="路段行人过街-南北" :fill="isLock !== 0 ? peoplestatus[0].lockColor:peoplestatus[0].color" :class="peoplestatus[0].isshow? '' : 'invisible'">
|
|
368
368
|
<rect x="14.8" y="31.4" class="st0" width="4.4" height="2.6"/>
|
|
369
369
|
<rect x="14.8" y="26.2" class="st0" width="4.4" height="2.6"/>
|
|
370
370
|
<rect x="14.8" y="20.9" class="st0" width="4.4" height="2.6"/>
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
<rect x="14.8" y="5.2" class="st0" width="4.4" height="2.6"/>
|
|
374
374
|
<rect x="14.8" y="0" class="st0" width="4.4" height="2.6"/>
|
|
375
375
|
</g>
|
|
376
|
-
<g id="路段行人过街-东西" :fill="isLock !== 0 ? peoplestatus[
|
|
376
|
+
<g id="路段行人过街-东西" :fill="isLock !== 0 ? peoplestatus[1].lockColor:peoplestatus[1].color" :class="peoplestatus[1].isshow? '' : 'invisible'">
|
|
377
377
|
<rect x="0" y="14.8" class="st0" width="2.6" height="4.4"/>
|
|
378
378
|
<rect x="5.2" y="14.8" class="st0" width="2.6" height="4.4"/>
|
|
379
379
|
<rect x="10.5" y="14.8" class="st0" width="2.6" height="4.4"/>
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
<el-table-column align="center" :label="$t('openatccomponents.pattern.plan')">
|
|
77
77
|
<template slot-scope="scope">
|
|
78
78
|
<div class="pattern-figure">
|
|
79
|
-
<pattern-list
|
|
79
|
+
<!-- <pattern-list
|
|
80
80
|
:patternStatusList="scope.row.rings"
|
|
81
81
|
:cycles="scope.row.cycle"
|
|
82
82
|
:phaseList="scope.row.currPhase"
|
|
83
83
|
:contrloType="getControlType(scope.row)"
|
|
84
84
|
>
|
|
85
|
-
</pattern-list>
|
|
86
|
-
|
|
85
|
+
</pattern-list> -->
|
|
86
|
+
<pattern-list
|
|
87
87
|
v-if="getControlType(scope.row) === 'ring'"
|
|
88
88
|
:patternStatusList="scope.row.rings"
|
|
89
89
|
:cycles="scope.row.cycle"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
:patternId="scope.row.patternid"
|
|
97
97
|
:contrloType="getControlType(scope.row)"
|
|
98
98
|
:index="scope.$index"
|
|
99
|
-
:cycleChange="
|
|
99
|
+
:cycleChange="false"
|
|
100
100
|
:stagesChange="getSelectedPattern(scope.row).stagesList"
|
|
101
101
|
:patternStatusList="getSelectedPattern(scope.row).rings"
|
|
102
102
|
:patternList="scope.row.allPatterns"
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
:phaseList="scope.row.currPhase"
|
|
106
106
|
:agentId="scope.row.agentid"
|
|
107
107
|
:showBarrier="false">
|
|
108
|
-
</pattern-list>
|
|
108
|
+
</pattern-list>
|
|
109
109
|
</div>
|
|
110
110
|
</template>
|
|
111
111
|
</el-table-column>
|