openatc-components 0.1.103 → 0.1.105

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.1.103",
3
+ "version": "0.1.105",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -52,6 +52,17 @@ export function queryDevice (iframdevid) {
52
52
  let paramList = [iframdevid]
53
53
  return api.Send({}, {}, paramList)
54
54
  }
55
+
56
+ export const getlockPhase = (data) => {
57
+ let api = new Authapi('getlockPhase')
58
+ return api.Send({}, data)
59
+ }
60
+
61
+ export const lockPhase = (data) => {
62
+ let api = new Authapi('lockPhase')
63
+ return api.Send({}, data)
64
+ }
65
+
55
66
  export function getTscPattern (agentid) {
56
67
  if (agentid === '' || agentid === undefined) {
57
68
  agentid = 0
@@ -114,6 +114,8 @@ const en = {
114
114
  'maxFlow': 'The average lane flow is too large. Is it further optimized?',
115
115
  'typecycle-opt': 'Cycle Opt',
116
116
  'signalIP': 'Signal IP',
117
+ 'currentphase': 'Current phase',
118
+ 'directionnull': 'Please select the import direction',
117
119
  'faultinfo': 'Fault Information',
118
120
  'platform': 'platform',
119
121
  'online': 'Online',
@@ -211,6 +213,7 @@ const en = {
211
213
  'modelList23': 'Close Phase',
212
214
  'modelList100': 'Tentative Plan',
213
215
  'modelList24': 'Priority Control',
216
+ 'modelList25': 'Azimuth locking',
214
217
  'controlType201': 'Scheme Update Frequency',
215
218
  'priorityType': 'Priority Type',
216
219
  'priorityPhase': 'Priority Phase',
@@ -241,6 +244,10 @@ const en = {
241
244
  'levelOption5': '5',
242
245
  'modelList99': 'Device Mantenance',
243
246
  'tips': 'Tips',
247
+ 'mingreen': 'MinGreen',
248
+ 'azimuthlocking': 'Azimuth Locking',
249
+ 'indirection': 'Inlet direction',
250
+ 'greenclear': 'GreenClear',
244
251
  'exitmanul': 'It is necessary to restore self-control before exiting. Do you want to exit?',
245
252
  'canceled': 'Cancelled',
246
253
  'nextcycleeffic': 'Successful execution, the next cycle will take effect!',
@@ -299,7 +306,8 @@ const en = {
299
306
  'confirmed': 'confirmed',
300
307
  'ignored': 'ignored',
301
308
  'untreated': 'untreated',
302
- 'item': 'item'
309
+ 'item': 'item',
310
+ 'noselectcontroltip': 'Please select a control method first!'
303
311
  },
304
312
  'phase': {
305
313
  'desc': 'LaneDirection',
@@ -127,8 +127,11 @@ const zh = {
127
127
  'controlmodel': '控制模式',
128
128
  'patternname': '方案名称',
129
129
  'controlnumber': '方案编号',
130
+ 'azimuthlocking': '方位锁定',
130
131
  'mode': '控制方式',
131
132
  'stage': '阶段(驻留)',
133
+ 'currentphase': '当前相位',
134
+ 'directionnull': '请选择进口方向',
132
135
  'specialcontrol': '特殊控制',
133
136
  'phaseclosecontrol': '相位放行控制',
134
137
  'phaseclose': '相位关断',
@@ -155,6 +158,22 @@ const zh = {
155
158
  'sl': '南左转',
156
159
  'sr': '南右转',
157
160
  'sb': '南掉头',
161
+ 'ses': '东南直行',
162
+ 'sel': '东南左转',
163
+ 'ser': '东南右转',
164
+ 'seb': '东南掉头',
165
+ 'sws': '西南直行',
166
+ 'swl': '西南左转',
167
+ 'swr': '西南右转',
168
+ 'swb': '西南掉头',
169
+ 'nes': '东北直行',
170
+ 'nel': '东北左转',
171
+ 'ner': '东北右转',
172
+ 'neb': '东北掉头',
173
+ 'nws': '西北直行',
174
+ 'nwl': '西北左转',
175
+ 'nwr': '西北右转',
176
+ 'nwb': '西北掉头',
158
177
  'level': '优先级',
159
178
  'levelOption': 'levelOption',
160
179
  'levelOption1': '1',
@@ -235,12 +254,16 @@ const zh = {
235
254
  'modelList19': '感应式行人过街',
236
255
  'modelList21': '预留21',
237
256
  'modelList22': '相位锁定',
257
+ 'modelList25': '方位锁定',
238
258
  'modelList23': '相位放行控制',
239
259
  'modelList100': '临时方案',
240
260
  'modelList24': '优先控制',
241
261
  'modelList99': '设备维护',
242
262
  'controlType201': '方案更新频次',
243
263
  'tips': '提示',
264
+ 'mingreen': '最小绿',
265
+ 'greenclear': '绿闪',
266
+ 'indirection': '进口方向',
244
267
  'exitmanul': '退出前需要先恢复自主控制, 是否退出?',
245
268
  'canceled': '已取消',
246
269
  'nextcycleeffic': '执行成功,下周期生效!',
@@ -299,7 +322,8 @@ const zh = {
299
322
  'confirmed': '已确认',
300
323
  'ignored': '已忽略',
301
324
  'untreated': '未处理',
302
- 'item': '条'
325
+ 'item': '条',
326
+ 'noselectcontroltip': '请先选择一种控制方式!'
303
327
  },
304
328
  'phase': {
305
329
  'desc': '车道方向',
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 815552 */
3
- src: url('iconfont.woff2?t=1673316508217') format('woff2'),
4
- url('iconfont.woff?t=1673316508217') format('woff'),
5
- url('iconfont.ttf?t=1673316508217') format('truetype');
3
+ src: url('iconfont.woff2?t=1684222715685') format('woff2'),
4
+ url('iconfont.woff?t=1684222715685') format('woff'),
5
+ url('iconfont.ttf?t=1684222715685') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -13,6 +13,206 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .icon-danfangxiangxiangwei:before {
17
+ content: "\e722";
18
+ }
19
+
20
+ .icon-chedao:before {
21
+ content: "\e721";
22
+ }
23
+
24
+ .icon-pingtaijilu:before {
25
+ content: "\e71f";
26
+ }
27
+
28
+ .icon-luwangtuopu:before {
29
+ content: "\e720";
30
+ }
31
+
32
+ .icon-lukoufangweiheji-tuozhanfangxiang:before {
33
+ content: "\e71d";
34
+ }
35
+
36
+ .icon-renhanghengdaoheji-tuozhanfangxiang:before {
37
+ content: "\e71e";
38
+ }
39
+
40
+ .icon-dongnanrenhanghengdao:before {
41
+ content: "\e6f1";
42
+ }
43
+
44
+ .icon-dongbeishang:before {
45
+ content: "\e6f2";
46
+ }
47
+
48
+ .icon-dongbeirenhanghengdao:before {
49
+ content: "\e6f3";
50
+ }
51
+
52
+ .icon-dongnanxia:before {
53
+ content: "\e6f4";
54
+ }
55
+
56
+ .icon-xibeirenhanghengdao:before {
57
+ content: "\e6f5";
58
+ }
59
+
60
+ .icon-xibeixia:before {
61
+ content: "\e6f6";
62
+ }
63
+
64
+ .icon-xinanrenhanghengdao:before {
65
+ content: "\e6f7";
66
+ }
67
+
68
+ .icon-xibeishang:before {
69
+ content: "\e6f8";
70
+ }
71
+
72
+ .icon-xinanshang:before {
73
+ content: "\e6f9";
74
+ }
75
+
76
+ .icon-xinanxia:before {
77
+ content: "\e6fa";
78
+ }
79
+
80
+ .icon-dongnanshang:before {
81
+ content: "\e6fb";
82
+ }
83
+
84
+ .icon-dongbeixia:before {
85
+ content: "\e6fc";
86
+ }
87
+
88
+ .icon-dongbeiyouzhuan:before {
89
+ content: "\e6fd";
90
+ }
91
+
92
+ .icon-dongbeizhihang:before {
93
+ content: "\e6fe";
94
+ }
95
+
96
+ .icon-dongbeidiaotou:before {
97
+ content: "\e6ff";
98
+ }
99
+
100
+ .icon-dongnandiaotou:before {
101
+ content: "\e700";
102
+ }
103
+
104
+ .icon-dongbeizuozhuan:before {
105
+ content: "\e701";
106
+ }
107
+
108
+ .icon-dongnanzhihang:before {
109
+ content: "\e702";
110
+ }
111
+
112
+ .icon-dongnanyouzhuan:before {
113
+ content: "\e703";
114
+ }
115
+
116
+ .icon-dongnanzuozhuan:before {
117
+ content: "\e704";
118
+ }
119
+
120
+ .icon-xibeiyouzhuan:before {
121
+ content: "\e705";
122
+ }
123
+
124
+ .icon-xinanzhihang:before {
125
+ content: "\e706";
126
+ }
127
+
128
+ .icon-xibeizuozhuan:before {
129
+ content: "\e707";
130
+ }
131
+
132
+ .icon-xinandiaotou:before {
133
+ content: "\e708";
134
+ }
135
+
136
+ .icon-xibeidiaotou:before {
137
+ content: "\e709";
138
+ }
139
+
140
+ .icon-xinanyouzhuan:before {
141
+ content: "\e70a";
142
+ }
143
+
144
+ .icon-xibeizhihang:before {
145
+ content: "\e70b";
146
+ }
147
+
148
+ .icon-xinanzuozhuan:before {
149
+ content: "\e70c";
150
+ }
151
+
152
+ .icon-beiyouzhuan:before {
153
+ content: "\e70d";
154
+ }
155
+
156
+ .icon-beizhihang:before {
157
+ content: "\e70e";
158
+ }
159
+
160
+ .icon-beidiaotou:before {
161
+ content: "\e70f";
162
+ }
163
+
164
+ .icon-beizuozhuan:before {
165
+ content: "\e710";
166
+ }
167
+
168
+ .icon-dongzhihang:before {
169
+ content: "\e711";
170
+ }
171
+
172
+ .icon-dongdiaotou:before {
173
+ content: "\e712";
174
+ }
175
+
176
+ .icon-dongyouzhuan:before {
177
+ content: "\e713";
178
+ }
179
+
180
+ .icon-nanyouzhuan:before {
181
+ content: "\e714";
182
+ }
183
+
184
+ .icon-nanzhihang:before {
185
+ content: "\e715";
186
+ }
187
+
188
+ .icon-nanzuozhuan:before {
189
+ content: "\e716";
190
+ }
191
+
192
+ .icon-xizhihang:before {
193
+ content: "\e717";
194
+ }
195
+
196
+ .icon-xiyouzhuan:before {
197
+ content: "\e718";
198
+ }
199
+
200
+ .icon-dongzuozhuan:before {
201
+ content: "\e719";
202
+ }
203
+
204
+ .icon-xidiaotou:before {
205
+ content: "\e71a";
206
+ }
207
+
208
+ .icon-xizuozhuan:before {
209
+ content: "\e71b";
210
+ }
211
+
212
+ .icon-nandiaotou:before {
213
+ content: "\e71c";
214
+ }
215
+
16
216
  .icon-xuxiangwei-xin:before {
17
217
  content: "\e6f0";
18
218
  }