openatc-components 0.3.83 → 0.3.85
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/config/index.js +2 -1
- package/package/kisscomps/components/BoardCard/BoardCard.vue +0 -11
- package/package/kisscomps/components/ChannelizationWithInterface/ChannelizationWithInterface.vue +1 -1
- package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/motorwayIconSvg.vue +145 -46
- package/package/kisscomps/components/DrawChannelization/drawsvg/index.draw.vue +4 -4
- package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +10 -11
- package/package/kisscomps/components/IntersectionMap/intersectionmap.vue +7 -11
- package/package/kisscomps/components/IntersectionWithInterface/IntersectionWithInterface.vue +6 -5
- package/package/kisscomps/components/PatternOptimize/PatternOptimize.vue +2 -11
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +8 -83
- package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +4 -28
- package/package/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +11 -9
- package/package/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +1 -21
- package/package/kisscomps/components/patternConfig/planContent.vue +3 -3
- package/package/kisscomps/components/patternList/patternList.vue +0 -11
- package/package/kisscomps/index.js +1 -3
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/i18n/language/en.js +2 -11
- package/src/i18n/language/zh.js +2 -11
- package/src/kisscomps/components/BoardCard/BoardCard.vue +0 -11
- package/src/kisscomps/components/ChannelizationWithInterface/ChannelizationWithInterface.vue +1 -1
- package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/motorwayIconSvg.vue +145 -46
- package/src/kisscomps/components/DrawChannelization/drawsvg/index.draw.vue +4 -4
- package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +10 -11
- package/src/kisscomps/components/IntersectionMap/intersectionmap.vue +7 -11
- package/src/kisscomps/components/IntersectionWithInterface/IntersectionWithInterface.vue +6 -5
- package/src/kisscomps/components/PatternOptimize/PatternOptimize.vue +2 -11
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +8 -83
- package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +4 -28
- package/src/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +11 -9
- package/src/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +1 -21
- package/src/kisscomps/components/patternConfig/planContent.vue +3 -3
- package/src/kisscomps/components/patternList/patternList.vue +0 -11
- package/src/kisscomps/index.js +1 -3
- package/src/views/intersection.vue +6 -7
- package/src/views/intersection2.vue +2 -2
- package/src/views/overView.vue +4 -17
- package/src/views/patternConfig.vue +35 -5
- package/static/styles/common.scss +3 -3
- package/static/styles/dark/theme/element-dark.scss +1 -1
- package/static/styles/intersection.scss +15 -5
- package/static/styles/light/theme/element-light.scss +1 -1
- package/static/styles/schemeconfig.scss +3 -6
- package/src/kisscomps/components/OverviewComponent/index.js +0 -2
- package/src/kisscomps/components/OverviewComponent/index.vue +0 -793
- package/static/styles/theme/element-dark.scss +0 -0
package/package.json
CHANGED
package/src/i18n/language/en.js
CHANGED
|
@@ -111,11 +111,9 @@ const en = {
|
|
|
111
111
|
'signalID': 'Intersection ID',
|
|
112
112
|
'flow': 'Average lane flow (h)low',
|
|
113
113
|
'saturationflow': 'Planned lane saturation Flow(h)',
|
|
114
|
-
|
|
115
|
-
'typeflow-split-opt': 'Minimum delay',
|
|
116
|
-
'typecycle-opt': 'Optimal balance',
|
|
114
|
+
'typeflow-split-opt': 'Flow Split Op',
|
|
117
115
|
'maxFlow': 'The average lane flow is too large. Is it further optimized?',
|
|
118
|
-
|
|
116
|
+
'typecycle-opt': 'Cycle Opt',
|
|
119
117
|
'signalIP': 'Signal IP',
|
|
120
118
|
'stagecountdown': 'Stage Countdown',
|
|
121
119
|
'stageduration': 'Stage Duration',
|
|
@@ -1372,13 +1370,6 @@ const en = {
|
|
|
1372
1370
|
'yes': 'Yes',
|
|
1373
1371
|
'no': 'No'
|
|
1374
1372
|
},
|
|
1375
|
-
'overviewcomponent': {
|
|
1376
|
-
'patternstate': 'Pattern State',
|
|
1377
|
-
'cycle': 'Cycle',
|
|
1378
|
-
'patternoffset': 'Pattern offset',
|
|
1379
|
-
'coordinationtime': 'Offset',
|
|
1380
|
-
'overLap': 'Over Lap'
|
|
1381
|
-
},
|
|
1382
1373
|
'channelizationmap': {
|
|
1383
1374
|
'importpicture': 'Import Picture',
|
|
1384
1375
|
'importtip': 'The picture format is SVG, PNG and JPG, and the size is no more than 10MB',
|
package/src/i18n/language/zh.js
CHANGED
|
@@ -107,11 +107,9 @@ const zh = {
|
|
|
107
107
|
'crossinfo': '路口信息',
|
|
108
108
|
'flow': '车道平均流量(h)',
|
|
109
109
|
'saturationflow': '车道规划饱和流量(h)',
|
|
110
|
-
|
|
110
|
+
'typeflow-split-opt': '饱和绿信比优化',
|
|
111
111
|
'maxFlow': '车道平均流量过大,是否继续优化?',
|
|
112
|
-
|
|
113
|
-
'typeflow-split-opt': '最小延误',
|
|
114
|
-
'typecycle-opt': '均衡度最优',
|
|
112
|
+
'typecycle-opt': '周期优化',
|
|
115
113
|
'crossname': '路口名称',
|
|
116
114
|
'divicestate': '设备状态',
|
|
117
115
|
'protocoltype': '协议类型',
|
|
@@ -1372,13 +1370,6 @@ const zh = {
|
|
|
1372
1370
|
'yes': '是',
|
|
1373
1371
|
'no': '否'
|
|
1374
1372
|
},
|
|
1375
|
-
'overviewcomponent': {
|
|
1376
|
-
'patternstate': '方案状态',
|
|
1377
|
-
'cycle': '周期',
|
|
1378
|
-
'patternoffset': '相位差',
|
|
1379
|
-
'coordinationtime': '协调时间',
|
|
1380
|
-
'overLap': '跟随相位'
|
|
1381
|
-
},
|
|
1382
1373
|
'channelizationmap': {
|
|
1383
1374
|
'importpicture': '导入图片',
|
|
1384
1375
|
'importtip': '图片格式为svg、png、jpg,大小不超过10Mb',
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
:showBarrier="showBarrier"
|
|
12
12
|
:controlPhase="controlPhase"
|
|
13
13
|
:isShowTip="isShowTip"
|
|
14
|
-
:isMove="isMove"
|
|
15
14
|
:localPatternList="localPatternList"
|
|
16
15
|
:showCondition="showCondition"
|
|
17
16
|
:contrloType="contrloType"
|
|
@@ -25,7 +24,6 @@
|
|
|
25
24
|
:cycle="cycle"
|
|
26
25
|
:syncTime="syncTime"
|
|
27
26
|
:style="{'margin-top': '25px'}"
|
|
28
|
-
@handleSplitMove="handleSplitMove"
|
|
29
27
|
:patternStatusList="patternStatusList"
|
|
30
28
|
:patternId="patternId"
|
|
31
29
|
:cycles="cycles">
|
|
@@ -74,10 +72,6 @@ export default {
|
|
|
74
72
|
stagesChange: {
|
|
75
73
|
type: Array
|
|
76
74
|
},
|
|
77
|
-
isMove: {
|
|
78
|
-
type: Boolean,
|
|
79
|
-
default: true
|
|
80
|
-
},
|
|
81
75
|
isShowTip: {
|
|
82
76
|
type: Boolean,
|
|
83
77
|
default: true
|
|
@@ -114,11 +108,6 @@ export default {
|
|
|
114
108
|
syncTime: {
|
|
115
109
|
type: Number
|
|
116
110
|
}
|
|
117
|
-
},
|
|
118
|
-
methods: {
|
|
119
|
-
handleSplitMove (data) {
|
|
120
|
-
this.$emit('handleSplitMove', data)
|
|
121
|
-
}
|
|
122
111
|
}
|
|
123
112
|
}
|
|
124
113
|
</script>
|
package/src/kisscomps/components/ChannelizationWithInterface/ChannelizationWithInterface.vue
CHANGED
|
@@ -237,7 +237,7 @@ export default {
|
|
|
237
237
|
})
|
|
238
238
|
},
|
|
239
239
|
firstInit () {
|
|
240
|
-
if (this.$route.query !== undefined && Object.keys(this.$route.query).length
|
|
240
|
+
if (this.$route.query !== undefined && Object.keys(this.$route.query).length) {
|
|
241
241
|
this.agentId = this.$route.query.agentid
|
|
242
242
|
setIframdevid(this.agentId)
|
|
243
243
|
this.registerMessage() // 注册消息
|