openatc-components 0.2.79 → 0.2.80
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/BoardCard/BoardCard.vue +4 -0
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkClickSvg.vue +4 -34
- package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +7 -71
- package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/LphaseIconSvg.vue +19 -19
- package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/phaseIconSvg.vue +19 -19
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +8 -8
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.left.json +8 -8
- package/package/kisscomps/components/IntersectionMap/intersectionmap.vue +1 -13
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +94 -17
- package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +98 -5
- package/package/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +7 -11
- package/package/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +5 -9
- package/package/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +5 -7
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +10 -41
- package/package/kisscomps/components/SchemeConfig/priorityControl/index.vue +5 -9
- package/package/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +8 -12
- package/package/kisscomps/components/Stages/index.vue +1 -2
- package/package/kisscomps/components/patternList/patternList.vue +4 -0
- package/package/kisscomps/index.js +0 -2
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/api/cross.js +0 -4
- package/src/api/template.js +0 -4
- package/src/i18n/language/zh.js +2 -2
- package/src/kisscomps/components/BoardCard/BoardCard.vue +4 -0
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkClickSvg.vue +4 -34
- package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +7 -71
- package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/LphaseIconSvg.vue +19 -19
- package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/phaseIconSvg.vue +19 -19
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +8 -8
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.left.json +8 -8
- package/src/kisscomps/components/IntersectionMap/intersectionmap.vue +1 -13
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +94 -17
- package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +98 -5
- package/src/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +7 -11
- package/src/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +5 -9
- package/src/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +5 -7
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +10 -41
- package/src/kisscomps/components/SchemeConfig/priorityControl/index.vue +5 -9
- package/src/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +8 -12
- package/src/kisscomps/components/Stages/index.vue +1 -2
- package/src/kisscomps/components/patternList/patternList.vue +4 -0
- package/src/kisscomps/index.js +0 -2
- package/src/node_modules/.package_versions.json +1 -0
- package/src/views/intersection.vue +28 -60
- package/src/views/overView.vue +1 -1
- package/static/styles/commonkanban.scss +3 -3
- package/static/styles/overview.scss +2 -2
- package/static/styles/schemeconfig.scss +23 -38
- package/package/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue +0 -100
- package/package/kisscomps/components/ChannelRealtimeIntersection/index.js +0 -2
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/sidewalk.svg +0 -535
- package/src/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue +0 -100
- package/src/kisscomps/components/ChannelRealtimeIntersection/index.js +0 -2
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/sidewalk.svg +0 -535
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// 方案配置面板
|
|
2
2
|
.scheme-config {
|
|
3
3
|
position: relative;
|
|
4
|
-
overflow: hidden;
|
|
5
4
|
.iconfont {
|
|
6
5
|
font-family: "iconfont" !important;
|
|
7
6
|
font-size: 34PX;
|
|
@@ -15,13 +14,12 @@
|
|
|
15
14
|
.right-control-part {
|
|
16
15
|
min-width: 300PX;
|
|
17
16
|
overflow: auto;
|
|
18
|
-
height: 100%;
|
|
19
17
|
}
|
|
20
18
|
.cross-mess {
|
|
21
19
|
margin-left: 15PX;
|
|
22
20
|
margin-top: 15PX;
|
|
23
21
|
height: 20PX;
|
|
24
|
-
font-size:
|
|
22
|
+
font-size: 20PX;
|
|
25
23
|
font-weight: normal;
|
|
26
24
|
font-stretch: normal;
|
|
27
25
|
line-height: 22PX;
|
|
@@ -221,18 +219,11 @@
|
|
|
221
219
|
}
|
|
222
220
|
}
|
|
223
221
|
}
|
|
224
|
-
.manual-common-content {
|
|
225
|
-
height: calc(100% - 100PX);
|
|
226
|
-
overflow-y: auto;
|
|
227
|
-
}
|
|
228
|
-
.manual-common-content::-webkit-scrollbar {
|
|
229
|
-
width: 8PX;
|
|
230
|
-
}
|
|
231
222
|
}
|
|
232
223
|
// 手动控制弹框
|
|
233
224
|
.manual-control-modal{
|
|
234
225
|
// padding: 21PX 0PX 21PX 28PX;
|
|
235
|
-
|
|
226
|
+
min-width: 360PX;
|
|
236
227
|
overflow: auto;
|
|
237
228
|
.title {
|
|
238
229
|
margin-bottom: 24PX;
|
|
@@ -293,10 +284,6 @@
|
|
|
293
284
|
}
|
|
294
285
|
.manual-control-modal-new {
|
|
295
286
|
padding: 20PX 20PX 0 20PX;
|
|
296
|
-
height: 100%;
|
|
297
|
-
.el-tabs {
|
|
298
|
-
height: 100%;
|
|
299
|
-
}
|
|
300
287
|
.el-tabs__nav.is-top {
|
|
301
288
|
width: 100%;
|
|
302
289
|
}
|
|
@@ -316,14 +303,6 @@
|
|
|
316
303
|
}
|
|
317
304
|
.el-tabs__content {
|
|
318
305
|
overflow-x: auto;
|
|
319
|
-
height: calc(100% - 60PX);
|
|
320
|
-
}
|
|
321
|
-
.el-tab-pane {
|
|
322
|
-
height: 100%;
|
|
323
|
-
}
|
|
324
|
-
.el-form-item__label {
|
|
325
|
-
font-size: 14PX;
|
|
326
|
-
color: $--color-text-secondary;
|
|
327
306
|
}
|
|
328
307
|
.group-control {
|
|
329
308
|
margin-bottom: 20PX;
|
|
@@ -331,6 +310,9 @@
|
|
|
331
310
|
}
|
|
332
311
|
|
|
333
312
|
.common-config {
|
|
313
|
+
.el-form-item__label {
|
|
314
|
+
color: $--color-text-secondary;
|
|
315
|
+
}
|
|
334
316
|
.el-form-item {
|
|
335
317
|
margin-bottom: 0PX;
|
|
336
318
|
}
|
|
@@ -358,6 +340,7 @@
|
|
|
358
340
|
}
|
|
359
341
|
.priority-control{
|
|
360
342
|
height: 100%;
|
|
343
|
+
min-width: 360PX;
|
|
361
344
|
overflow: auto;
|
|
362
345
|
.title {
|
|
363
346
|
margin-bottom: 24PX;
|
|
@@ -378,11 +361,13 @@
|
|
|
378
361
|
width: 90%;
|
|
379
362
|
}
|
|
380
363
|
.el-form-item {
|
|
381
|
-
margin-bottom:
|
|
364
|
+
margin-bottom: 10PX;
|
|
382
365
|
margin-right: 10PX;
|
|
383
366
|
}
|
|
384
367
|
.el-form-item__label {
|
|
368
|
+
font-size: 14PX;
|
|
385
369
|
font-weight: 700;
|
|
370
|
+
color: $--color-text-secondary;
|
|
386
371
|
}
|
|
387
372
|
.el-input-number {
|
|
388
373
|
width: 100%;
|
|
@@ -390,20 +375,16 @@
|
|
|
390
375
|
text-align: left;
|
|
391
376
|
}
|
|
392
377
|
}
|
|
393
|
-
.el-select {
|
|
394
|
-
width: 100%;
|
|
395
|
-
}
|
|
396
378
|
}
|
|
397
379
|
.tentativeplan-control{
|
|
398
380
|
// height: 100%;
|
|
399
381
|
// padding: 21PX 0PX 21PX 28PX;
|
|
400
|
-
|
|
401
|
-
|
|
382
|
+
min-width: 360PX;
|
|
383
|
+
overflow: hidden !important;
|
|
402
384
|
.forbiddenstage{
|
|
403
385
|
width: 77% !important;
|
|
404
386
|
margin: 10px auto;
|
|
405
387
|
color: $--color-text-primary;
|
|
406
|
-
font-size: 14PX;
|
|
407
388
|
}
|
|
408
389
|
.stage-panel-contener {
|
|
409
390
|
display: flex;
|
|
@@ -462,6 +443,10 @@
|
|
|
462
443
|
margin-bottom: 0PX;
|
|
463
444
|
margin-right: 10PX;
|
|
464
445
|
}
|
|
446
|
+
.el-form-item__label {
|
|
447
|
+
font-size: 14PX;
|
|
448
|
+
color: $--color-text-secondary;
|
|
449
|
+
}
|
|
465
450
|
.el-dialog__footer {
|
|
466
451
|
padding: 10PX 72PX 38PX 0;
|
|
467
452
|
}
|
|
@@ -506,9 +491,6 @@
|
|
|
506
491
|
text-align: center;
|
|
507
492
|
}
|
|
508
493
|
}
|
|
509
|
-
.el-select {
|
|
510
|
-
width: 100%;
|
|
511
|
-
}
|
|
512
494
|
}
|
|
513
495
|
.closephase-control{
|
|
514
496
|
height: 100%;
|
|
@@ -529,17 +511,16 @@
|
|
|
529
511
|
|
|
530
512
|
.lockingphase-control {
|
|
531
513
|
height: 100%;
|
|
514
|
+
min-width: 430PX;
|
|
515
|
+
overflow: auto;
|
|
532
516
|
.closephasekanban {
|
|
533
517
|
width: 60%;
|
|
534
518
|
margin: 0 auto;
|
|
535
519
|
margin-bottom: 13PX;
|
|
536
520
|
}
|
|
537
521
|
.el-form-item {
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
}
|
|
541
|
-
.el-input-number {
|
|
542
|
-
width: 100%;
|
|
522
|
+
width: 45%;
|
|
523
|
+
min-width: 180PX;
|
|
543
524
|
}
|
|
544
525
|
.el-input-number--mini{
|
|
545
526
|
width: 100%;
|
|
@@ -547,4 +528,8 @@
|
|
|
547
528
|
.el-input {
|
|
548
529
|
width: 100%;
|
|
549
530
|
}
|
|
531
|
+
.el-form-item__content {
|
|
532
|
+
width: calc(100% - 120PX);
|
|
533
|
+
min-width: 80PX;
|
|
534
|
+
}
|
|
550
535
|
}
|
package/package/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020 kedacom
|
|
3
|
-
* OpenATC is licensed under Mulan PSL v2.
|
|
4
|
-
* You can use this software according to the terms and conditions of the Mulan PSL v2.
|
|
5
|
-
* You may obtain a copy of Mulan PSL v2 at:
|
|
6
|
-
* http://license.coscl.org.cn/MulanPSL2
|
|
7
|
-
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
|
|
8
|
-
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
|
|
9
|
-
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
|
|
10
|
-
* See the Mulan PSL v2 for more details.
|
|
11
|
-
**/
|
|
12
|
-
<!--通道实时状态路口图-->
|
|
13
|
-
<template>
|
|
14
|
-
<div class="channel-realtime-intersection">
|
|
15
|
-
<IntersectionMap
|
|
16
|
-
v-if="reset"
|
|
17
|
-
ref="intersectionMap"
|
|
18
|
-
channelType
|
|
19
|
-
:crossStatusData="crossStatusData"
|
|
20
|
-
:agentId="agentId"
|
|
21
|
-
:graphicMode="true"
|
|
22
|
-
:roadDirection="roadDirection"/>
|
|
23
|
-
</div>
|
|
24
|
-
</template>
|
|
25
|
-
|
|
26
|
-
<script>
|
|
27
|
-
import IntersectionMap from '../IntersectionMap/intersectionmap'
|
|
28
|
-
|
|
29
|
-
export default {
|
|
30
|
-
name: 'channel-realtime-intersection',
|
|
31
|
-
components: {
|
|
32
|
-
IntersectionMap
|
|
33
|
-
},
|
|
34
|
-
computed: {
|
|
35
|
-
},
|
|
36
|
-
props: {
|
|
37
|
-
agentId: {
|
|
38
|
-
type: String,
|
|
39
|
-
default: '0'
|
|
40
|
-
},
|
|
41
|
-
roadDirection: {
|
|
42
|
-
type: String,
|
|
43
|
-
default: 'right'
|
|
44
|
-
},
|
|
45
|
-
channelRealtimeStatusData: {
|
|
46
|
-
type: Object
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
watch: {
|
|
50
|
-
agentId: {
|
|
51
|
-
handler: function (val) {
|
|
52
|
-
if (val) {
|
|
53
|
-
this.reset = false
|
|
54
|
-
this.$nextTick(() => {
|
|
55
|
-
this.reset = true
|
|
56
|
-
})
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
deep: true
|
|
60
|
-
},
|
|
61
|
-
resizeMap: {
|
|
62
|
-
handler: function (newval, oldval) {
|
|
63
|
-
if (newval === true && oldval === false) {
|
|
64
|
-
this.getParentSize()
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
channelRealtimeStatusData: {
|
|
69
|
-
handler: function (val) {
|
|
70
|
-
// 相位统计数据数据
|
|
71
|
-
this.crossStatusData = JSON.parse(JSON.stringify(val))
|
|
72
|
-
},
|
|
73
|
-
// 深度观察监听
|
|
74
|
-
deep: true
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
data () {
|
|
78
|
-
return {
|
|
79
|
-
reset: true,
|
|
80
|
-
crossStatusData: {}
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
methods: {
|
|
84
|
-
|
|
85
|
-
},
|
|
86
|
-
created () {
|
|
87
|
-
},
|
|
88
|
-
mounted () {
|
|
89
|
-
// setTimeout(() => {
|
|
90
|
-
// this.crossStatusData = JSON.parse(JSON.stringify(this.channelRealtimeStatusData))
|
|
91
|
-
// }, 1500)
|
|
92
|
-
this.crossStatusData = JSON.parse(JSON.stringify(this.channelRealtimeStatusData))
|
|
93
|
-
},
|
|
94
|
-
destroyed () {
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
</script>
|
|
98
|
-
|
|
99
|
-
<style lang="css" rel="stylesheet/scss">
|
|
100
|
-
</style>
|