openatc-components 0.5.23 → 0.5.25

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.5.23",
3
+ "version": "0.5.25",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -215,7 +215,7 @@ const en = {
215
215
  'modelList17': 'Webster',
216
216
  'modelList18': 'Inductive Adaptive',
217
217
  'modelList19': 'Inductive-Ped',
218
- 'modelList21': 'Reserving21',
218
+ 'modelList21': 'Adaptive fine-tuning',
219
219
  'modelList22': 'Phase-Lock',
220
220
  'modelList23': 'Close Phase',
221
221
  'modelList100': 'Tentative Plan',
@@ -265,7 +265,7 @@ const ru = {
265
265
  'modelList17': 'Webster одностороннее управление',
266
266
  'modelList18': 'Индуктивная адаптация',
267
267
  'modelList19': 'Индукционное пересечение пешеходов',
268
- 'modelList21': 'Резерв 21',
268
+ 'modelList21': 'Адаптивная настройка',
269
269
  'modelList22': 'Блокировка фазы',
270
270
  'modelList25': 'Блокировка направления',
271
271
  'modelList26': 'Автоматический уровневый контроль',
@@ -267,7 +267,7 @@ const zh = {
267
267
  'modelList17': '韦伯斯特单点控制',
268
268
  'modelList18': '感应式自适应',
269
269
  'modelList19': '感应式行人过街',
270
- 'modelList21': '预留21',
270
+ 'modelList21': '自适应微调',
271
271
  'modelList22': '相位锁定',
272
272
  'modelList25': '方位锁定',
273
273
  'modelList26': '自动分级控制',
@@ -474,6 +474,7 @@ export default {
474
474
  },
475
475
  methods: {
476
476
  cellClick (itemId) {
477
+ if (this.controlData || this.controlPhase) return
477
478
  for (const key in this.controlStates) {
478
479
  if (key !== itemId) {
479
480
  this.$set(this.controlStates, key, false)
@@ -535,7 +536,7 @@ export default {
535
536
  })
536
537
  })
537
538
  // this.handleCurrentChange(this.patternStatusList)
538
- this.$emit('handleSplitMove', this.patternId)
539
+ this.$emit('handleSplitMove', this.patternId, this.agentId)
539
540
  },
540
541
  getPedDirection (data) {
541
542
  let ped = []