openatc-components 0.1.66 → 0.1.67

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.66",
3
+ "version": "0.1.67",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -1180,6 +1180,7 @@ const en = {
1180
1180
  'turnright': 'Turnright',
1181
1181
  'turnaround': 'Turnaround',
1182
1182
  'position': 'Position',
1183
+ 'mixing': 'Mixing',
1183
1184
  'eastward': 'Eastward',
1184
1185
  'westward': 'Westward',
1185
1186
  'southward': 'Southward',
@@ -1188,6 +1189,8 @@ const en = {
1188
1189
  'SE': 'SE',
1189
1190
  'SW': 'SW',
1190
1191
  'NW': 'NW',
1192
+ 'EW': 'EW',
1193
+ 'SN': 'SN',
1191
1194
  'etped': 'East-Top',
1192
1195
  'ebped': 'East-Bottom',
1193
1196
  'wtped': 'West-Top',
@@ -1179,6 +1179,7 @@ const zh = {
1179
1179
  'turnright': '右转',
1180
1180
  'turnaround': '掉头',
1181
1181
  'position': '方位',
1182
+ 'mixing': '混合',
1182
1183
  'eastward': '东向',
1183
1184
  'westward': '西向',
1184
1185
  'southward': '南向',
@@ -1187,6 +1188,8 @@ const zh = {
1187
1188
  'SE': '东南',
1188
1189
  'SW': '西南',
1189
1190
  'NW': '西北',
1191
+ 'EW': '东西',
1192
+ 'SN': '南北',
1190
1193
  'etped': '东向-上',
1191
1194
  'ebped': '东向-下',
1192
1195
  'wtped': '西向-上',
@@ -949,7 +949,7 @@ export default {
949
949
  }
950
950
  })
951
951
  } else {
952
- if (currPhase.direction > 0) {
952
+ if (currPhase.direction.length > 0) {
953
953
  obj.direction = currPhase.direction.map(item => {
954
954
  return {
955
955
  id: item,