openatc-components 0.1.129 → 0.1.130

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.129",
3
+ "version": "0.1.130",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -219,6 +219,14 @@ const en = {
219
219
  'priorityPhase': 'Priority Phase',
220
220
  'typeOption0': 'Regular Priority',
221
221
  'typeOption1': 'Urgent Priority',
222
+ 'dong': 'East',
223
+ 'xi': 'West',
224
+ 'bei': 'North',
225
+ 'nan': 'South',
226
+ 'dongnan': 'Southeast',
227
+ 'xinan': 'Southwest',
228
+ 'dongbei': 'Northeast',
229
+ 'xibei': 'Northwest',
222
230
  'es': 'East-Straight',
223
231
  'el': 'East-Left',
224
232
  'er': 'East-Right',
@@ -235,6 +243,22 @@ const en = {
235
243
  'sl': 'South-Left',
236
244
  'sr': 'South-Right',
237
245
  'sb': 'South-Back',
246
+ 'ses': 'Straight southeast ',
247
+ 'sel': 'Southeast left ',
248
+ 'ser': 'Southeast right turn ',
249
+ 'seb': 'Turn southeast ',
250
+ 'sws': 'Straight southwest ',
251
+ 'swl': 'Southwest left turn ',
252
+ 'swr': 'Southwest right turn ',
253
+ 'swb': 'Southwest turn ',
254
+ 'nes': 'Straight northeast ',
255
+ 'nel': 'Northeast left turn ',
256
+ 'ner': 'Northeast right turn ',
257
+ 'neb': 'Northeast turn ',
258
+ 'nws': 'Straight northwest ',
259
+ 'nwl': 'Northwest left turn ',
260
+ 'nwr': 'Northwest right turn ',
261
+ 'nwb': 'Northwest turn around ',
238
262
  'level': 'Level',
239
263
  'levelOption': 'LevelOption',
240
264
  'levelOption1': '1',
@@ -142,6 +142,14 @@ const zh = {
142
142
  'priorityPhase': '优先相位',
143
143
  'typeOption0': '常规优先',
144
144
  'typeOption1': '紧急优先',
145
+ 'dong': '东',
146
+ 'xi': '西',
147
+ 'bei': '北',
148
+ 'nan': '南',
149
+ 'dongnan': '东南',
150
+ 'xinan': '西南',
151
+ 'dongbei': '东北',
152
+ 'xibei': '西北',
145
153
  'es': '东直行',
146
154
  'el': '东左转',
147
155
  'er': '东右转',
@@ -50,7 +50,7 @@
50
50
  <el-tooltip class="item" effect="dark" placement="left">
51
51
  <div slot="content">{{element.name}}</div>
52
52
  <div class="common-phase-description">
53
- <xdrdirselector Width="60px" Height="60px" Widths="50px" Heights="50px" :Data="showStyle" :showlist="element.desc" :ISActiveMask="ISActiveMask" :MaskColor="MaskColor"></xdrdirselector>
53
+ <xdrdirselector Width="60px" Height="60px" Widths="50px" Heights="50px" :Data="showStyle" :Datas="showStyle" :showlist="element.desc" :ISActiveMask="ISActiveMask" :MaskColor="MaskColor"></xdrdirselector>
54
54
  </div>
55
55
  </el-tooltip>
56
56
  </el-col>
@@ -59,7 +59,7 @@
59
59
  <div style="margin-top:20px" class="model-label-title">{{currentName}}{{$t('openatccomponents.overview.currentphase')}}:</div>
60
60
  <div class="control-model" v-for="(item, index) in sidewalkPhaseData" :key="index">
61
61
  <div style="position:relative;" class="single-model">
62
- <xdr-dir-selector Width="50PX" Height="50PX" Widths="50PX" Heights="50PX" :Data="showStyle" :showlist="item"></xdr-dir-selector>
62
+ <xdr-dir-selector Width="75PX" Height="75PX" Widths="65PX" Heights="65PX" :Data="showStyle" :Datas="showStyles" :showlist="item"></xdr-dir-selector>
63
63
  <div style="height:65px;display:flex;flex-direction:row;justify-content:center;align-items:end;">
64
64
  <div class="current-stage-num" style="width:20%;">{{index + 1}}</div>
65
65
  <div style="width:70%;">
@@ -150,8 +150,12 @@ export default {
150
150
  data () {
151
151
  return {
152
152
  showStyle: {
153
+ top: '7PX',
154
+ left: '13px'
155
+ },
156
+ showStyles: {
153
157
  top: '5PX',
154
- left: '14px'
158
+ left: '12px'
155
159
  },
156
160
  sidewalkPhaseData: [],
157
161
  currentName: '',
@@ -14,56 +14,56 @@ let images = [
14
14
  {
15
15
  id: 1,
16
16
  // name: 'East-Straight',
17
- name: 'openatccomponents.overview.es',
17
+ name: 'openatccomponents.overview.dong',
18
18
  // img: require('./images/East-Straight.svg'),
19
19
  class: 'iconfont icon-dongzhihang'
20
20
  },
21
21
  {
22
22
  id: 5,
23
23
  // name: 'West-Straight',
24
- name: 'openatccomponents.overview.ws',
24
+ name: 'openatccomponents.overview.xi',
25
25
  // img: require('./images/West-Straight.svg'),
26
26
  class: 'iconfont icon-xizhihang'
27
27
  },
28
28
  {
29
29
  id: 13,
30
30
  // name: 'South-Straight',
31
- name: 'openatccomponents.overview.ss',
31
+ name: 'openatccomponents.overview.nan',
32
32
  // img: require('./images/South-Straight.svg'),
33
33
  class: 'iconfont icon-nanzhihang'
34
34
  },
35
35
  {
36
36
  id: 9,
37
37
  // name: 'North-Straight',
38
- name: 'openatccomponents.overview.ns',
38
+ name: 'openatccomponents.overview.bei',
39
39
  // img: require('./images/North-Straight.svg'),
40
40
  class: 'iconfont icon-beizhihang'
41
41
  },
42
42
  {
43
43
  id: 17,
44
44
  // name: 'South-Back',
45
- name: 'openatccomponents.overview.ses',
45
+ name: 'openatccomponents.overview.dongnan',
46
46
  // img: require('./images/South-Back.svg'),
47
47
  class: 'iconfont icon-dongnanzhihang'
48
48
  },
49
49
  {
50
50
  id: 21,
51
51
  // name: 'South-Back',
52
- name: 'openatccomponents.overview.sws',
52
+ name: 'openatccomponents.overview.xinan',
53
53
  // img: require('./images/South-Back.svg'),
54
54
  class: 'iconfont icon-xinanzhihang'
55
55
  },
56
56
  {
57
57
  id: 25,
58
58
  // name: 'South-Back',
59
- name: 'openatccomponents.overview.nes',
59
+ name: 'openatccomponents.overview.dongbei',
60
60
  // img: require('./images/South-Back.svg'),
61
61
  class: 'iconfont icon-dongbeizhihang'
62
62
  },
63
63
  {
64
64
  id: 29,
65
65
  // name: 'South-Back',
66
- name: 'openatccomponents.overview.nws',
66
+ name: 'openatccomponents.overview.xibei',
67
67
  // img: require('./images/South-Back.svg'),
68
68
  class: 'iconfont icon-xibeizhihang'
69
69
  }
@@ -28,7 +28,7 @@
28
28
  :showWalk="item[0].peddirection"
29
29
  :Width="'40'"
30
30
  :Height="'40'" /> -->
31
- <xdr-dir-selector Width="50PX" Height="50PX" Widths="50px" Heights="50px" :Data="showStyle" :showlist="item"></xdr-dir-selector>
31
+ <xdr-dir-selector Width="75PX" Height="75PX" Widths="65px" Heights="65px" :Data="showStyle" :Datas="showStyles" :showlist="item"></xdr-dir-selector>
32
32
  <div style="height:65px;display:flex;flex-direction:row;justify-content:center;align-items:end;">
33
33
  <div class="current-stage-num" style="width:20%;">{{index + 1}}</div>
34
34
  <div style="width:70%;">
@@ -100,8 +100,12 @@ export default {
100
100
  data () {
101
101
  return {
102
102
  showStyle:{
103
+ top:'7PX',
104
+ left:'13px'
105
+ },
106
+ showStyles:{
103
107
  top:'5PX',
104
- left:'14px'
108
+ left:'12px'
105
109
  },
106
110
  presetStageIndex: -1,
107
111
  side: {key: 'pedphase1653818707546719', phaseid: 1, id: 1, name: '东人行横道'},
@@ -256,7 +256,7 @@
256
256
  </g>
257
257
  </svg>
258
258
  </div>
259
- <div :style="{position: 'absolute', left: Data?Data.left:0, top: Data?Data.top:0}">
259
+ <div :style="{position: 'absolute', left: Datas?Datas.left:0, top: Datas?Datas.top:0}">
260
260
  <svg
261
261
  version="1.1"
262
262
  id="图层_1"
@@ -502,7 +502,7 @@ export default {
502
502
  ]
503
503
  }
504
504
  },
505
- Width: {
505
+ Width: {// 车道宽
506
506
  type: String,
507
507
  default: '60px'
508
508
  },
@@ -510,7 +510,7 @@ export default {
510
510
  type: String,
511
511
  default: '60px'
512
512
  },
513
- Widths: {
513
+ Widths: {// 人行横道宽
514
514
  type: String,
515
515
  default: '50px'
516
516
  },
@@ -530,7 +530,10 @@ export default {
530
530
  type: String,
531
531
  default: '#0096ba'
532
532
  },
533
- Data: {
533
+ Datas: {// 人行横道样式
534
+ type: Object
535
+ },
536
+ Data: {// 车道样式
534
537
  type: Object
535
538
  }
536
539
  },