openatc-components 0.2.36 → 0.2.37

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.
Files changed (46) hide show
  1. package/package/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +49 -49
  2. package/package/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +39 -8
  3. package/package/kisscomps/components/PatternStatus/PatternStatus.vue +5 -8
  4. package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +25 -178
  5. package/package/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +29 -72
  6. package/package/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +3 -14
  7. package/package/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +7 -17
  8. package/package/kisscomps/components/SchemeConfig/manualControlModal/index.vue +1 -1
  9. package/package/kisscomps/components/SchemeConfig/priorityControl/index.vue +9 -18
  10. package/package/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +1 -1
  11. package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +36 -38
  12. package/package/kisscomps/components/Stages/index.vue +11 -52
  13. package/package/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +29 -30
  14. package/package/kisscomps/components/patternConfig/pattern/patternTable.vue +73 -13
  15. package/package/kisscomps/components/patternConfig/planContent.vue +3 -0
  16. package/package/kissui.min.js +1 -1
  17. package/package.json +2 -2
  18. package/src/i18n/language/en.js +2 -6
  19. package/src/i18n/language/zh.js +3 -7
  20. package/src/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +49 -49
  21. package/src/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +39 -8
  22. package/src/kisscomps/components/PatternStatus/PatternStatus.vue +5 -8
  23. package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +25 -178
  24. package/src/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +29 -72
  25. package/src/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +3 -14
  26. package/src/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +7 -17
  27. package/src/kisscomps/components/SchemeConfig/manualControlModal/index.vue +1 -1
  28. package/src/kisscomps/components/SchemeConfig/priorityControl/index.vue +9 -18
  29. package/src/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +1 -1
  30. package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +36 -38
  31. package/src/kisscomps/components/Stages/index.vue +11 -52
  32. package/src/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +29 -30
  33. package/src/kisscomps/components/patternConfig/pattern/patternTable.vue +73 -13
  34. package/src/kisscomps/components/patternConfig/planContent.vue +3 -0
  35. package/src/views/intersection.vue +11 -5
  36. package/src/views/patternConfig.vue +7 -970
  37. package/src/views/schemeconfig.vue +50 -19
  38. package/static/styles/schemeconfig.scss +58 -70
  39. package/static/styles/stages.scss +8 -1
  40. package/src/icons/svg/fangxiangsuoding.svg +0 -1
  41. package/src/icons/svg/jieduansuoding.svg +0 -1
  42. package/src/icons/svg/xiangweisuoding.svg +0 -1
  43. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +0 -128
  44. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +0 -426
  45. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +0 -820
  46. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/othersIcon.vue +0 -194
@@ -1,194 +0,0 @@
1
- <!-- eslint-disable vue/valid-v-bind -->
2
- <!-- eslint-disable no-mixed-spaces-and-tabs -->
3
- <!-- eslint-disable no-tabs -->
4
- /** * Copyright (c) 2020 kedacom * OpenATC is licensed under Mulan PSL v2. * You
5
- can use this software according to the terms and conditions of the Mulan PSL v2.
6
- * You may obtain a copy of Mulan PSL v2 at: *
7
- http://license.coscl.org.cn/MulanPSL2 * THIS SOFTWARE IS PROVIDED ON AN "AS IS"
8
- BASIS, WITHOUT WARRANTIES OF ANY KIND, * EITHER EXPRESS OR IMPLIED, INCLUDING
9
- BUT NOT LIMITED TO NON-INFRINGEMENT, * MERCHANTABILITY OR FIT FOR A PARTICULAR
10
- PURPOSE. * See the Mulan PSL v2 for more details. **/
11
- <template>
12
- <span class="others-icon-svg">
13
- <svg
14
- v-if="type === '相位关断'"
15
- xmlns="http://www.w3.org/2000/svg"
16
- viewBox="0 0 45.08 24.79"
17
- :width="iconWidth"
18
- :height="iconHeight"
19
- >
20
- <g id="图层_2" data-name="图层 2">
21
- <g id="图层_3" data-name="图层 3" :class="themeColor">
22
- <rect class="cls-1" y="13.52" width="27.08" height="7.46" />
23
- <rect class="cls-2" x="27" y="13.52" width="18.08" height="7.46" />
24
- <rect class="cls-2" x="27" y="9.71" width="1.38" height="15.08" />
25
- <path class="cls-3" d="M24.35.35,31,7.05Z" />
26
- <path class="cls-3" d="M31,.35l-6.69,6.7Z" />
27
- </g>
28
- </g>
29
- </svg>
30
- <svg
31
- v-if="type === '临时方案'"
32
- xmlns="http://www.w3.org/2000/svg"
33
- viewBox="0 0 54 9"
34
- :width="iconWidth"
35
- :height="iconHeight"
36
- >
37
- <g id="图层_2" data-name="图层 2" :class="themeColor">
38
- <rect
39
- id="矩形_683_拷贝_3"
40
- data-name="矩形 683 拷贝 3"
41
- class="cls-1"
42
- width="39"
43
- height="9"
44
- />
45
- <rect
46
- id="矩形_683_拷贝_3-2"
47
- data-name="矩形 683 拷贝 3"
48
- class="cls-5"
49
- x="39"
50
- width="8"
51
- height="9"
52
- />
53
- <rect
54
- id="矩形_686_拷贝_4"
55
- data-name="矩形 686 拷贝 4"
56
- class="cls-6"
57
- x="37"
58
- width="1"
59
- height="9"
60
- />
61
- <rect
62
- id="矩形_686_拷贝_4-2"
63
- data-name="矩形 686 拷贝 4"
64
- class="cls-6"
65
- x="35"
66
- width="1"
67
- height="9"
68
- />
69
- <rect
70
- id="矩形_686_拷贝_4-3"
71
- data-name="矩形 686 拷贝 4"
72
- class="cls-6"
73
- x="33"
74
- width="1"
75
- height="9"
76
- />
77
- <rect
78
- id="矩形_686_拷贝_4-4"
79
- data-name="矩形 686 拷贝 4"
80
- class="cls-6"
81
- x="31"
82
- width="1"
83
- height="9"
84
- />
85
- <rect
86
- id="矩形_683_拷贝_3-3"
87
- data-name="矩形 683 拷贝 3"
88
- class="cls-2"
89
- x="46"
90
- width="8"
91
- height="9"
92
- />
93
- </g>
94
- </svg>
95
- <svg
96
- v-if="type === '优先控制'"
97
- xmlns="http://www.w3.org/2000/svg"
98
- viewBox="0 0 54 29.12"
99
- :width="iconWidth"
100
- :height="iconHeight"
101
- >
102
- <g id="图层_2" data-name="图层 2">
103
- <g id="图层_3" data-name="图层 3" :class="themeColor">
104
- <rect
105
- id="矩形_3708_拷贝_8"
106
- data-name="矩形 3708 拷贝 8"
107
- class="cls-1"
108
- x="20.6"
109
- y="15.81"
110
- width="33.4"
111
- height="9"
112
- />
113
- <rect
114
- id="矩形_3708_拷贝_8-2"
115
- data-name="矩形 3708 拷贝 8"
116
- class="cls-2"
117
- y="15.81"
118
- width="20.78"
119
- height="9"
120
- />
121
- <path
122
- id="形状_3710_拷贝_4"
123
- data-name="形状 3710 拷贝 4"
124
- class="cls-4"
125
- d="M2441.42,1012.4h1.8v17.71h-1.8V1012.4Z"
126
- transform="translate(-2421.31 -1001)"
127
- />
128
- <path
129
- id="形状_2767_拷贝_5"
130
- data-name="形状 2767 拷贝 5"
131
- class="cls-4"
132
- d="M2434,1007.87a1.582,1.582,0,1,0,1.39,1.57A1.491,1.491,0,0,0,2434,1007.87Zm0,2.67a1.109,1.109,0,1,1,.97-1.1A1.037,1.037,0,0,1,2434,1010.54Zm13.69-2.67a1.58,1.58,0,1,0,1.4,1.57A1.491,1.491,0,0,0,2447.69,1007.87Zm0,2.67a1.107,1.107,0,1,1,.98-1.1A1.043,1.043,0,0,1,2447.69,1010.54Zm4.59-9.55h-22.21a1.517,1.517,0,0,0-1.42,1.6v2.77l-0.65.33v3.14a0.494,0.494,0,0,0,.46.52h3.67a1.876,1.876,0,1,1,3.74,0h9.95a1.88,1.88,0,1,1,3.75,0h1.24c1.19-.32,3.23-0.87,4.19-1.11v-4.2A2.9,2.9,0,0,0,2452.28,1000.99Zm-20.84,6.96a0.571,0.571,0,0,1-.53.6h-0.82a0.572,0.572,0,0,1-.54-0.6v-5.09a0.575,0.575,0,0,1,.54-0.61h0.82a0.574,0.574,0,0,1,.53.61v5.09Zm5.69-3.41a0.381,0.381,0,0,1-.36.4h-3.96a0.38,0.38,0,0,1-.35-0.4v-1.91a0.38,0.38,0,0,1,.35-0.4h3.96a0.381,0.381,0,0,1,.36.4v1.91Zm5.38,0a0.381,0.381,0,0,1-.36.4h-3.96a0.38,0.38,0,0,1-.35-0.4v-1.91a0.38,0.38,0,0,1,.35-0.4h3.96a0.381,0.381,0,0,1,.36.4v1.91Zm5.38,0a0.38,0.38,0,0,1-.35.4h-3.96a0.381,0.381,0,0,1-.36-0.4v-1.91a0.381,0.381,0,0,1,.36-0.4h3.96a0.38,0.38,0,0,1,.35.4v1.91Zm5.38,0a0.38,0.38,0,0,1-.35.4h-3.96a0.381,0.381,0,0,1-.36-0.4v-1.91a0.381,0.381,0,0,1,.36-0.4h3.96a0.38,0.38,0,0,1,.35.4v1.91Z"
133
- transform="translate(-2421.31 -1001)"
134
- />
135
- </g>
136
- </g>
137
- </svg>
138
- </span>
139
- </template>
140
-
141
- <script>
142
- import { getTheme } from '../../../../utils/auth.js'
143
-
144
- export default {
145
- name: 'OthersIconSvg',
146
- data () {
147
- return {
148
- themeColor: '',
149
- iconWidth: '56',
150
- iconHeight: '24'
151
- }
152
- },
153
- components: {},
154
- props: {
155
- type: {
156
- type: String
157
- }
158
- },
159
- watch: {},
160
- methods: {},
161
- mounted () {
162
- this.themeColor = getTheme() === 'dark' ? 'darkBorder' : 'lightBorder'
163
- }
164
- }
165
- </script>
166
-
167
- <style lang="scss" rel="stylesheet/scss" scoped>
168
- .lightBorder {
169
- fill: #515151;
170
- }
171
- .darkBorder {
172
- fill: #e6f9ff;
173
- }
174
- .cls-1, .cls-4 {
175
- fill: #7ccc66;
176
- }
177
- .cls-2 {
178
- fill: #f27979;
179
- }
180
- .cls-3 {
181
- fill: none;
182
- stroke: #f27979;
183
- stroke-miterlimit: 10;
184
- }
185
- .cls-4 {
186
- fill-rule: evenodd;
187
- }
188
- .cls-5 {
189
- fill: #f9dc6a;
190
- }
191
- .cls-6 {
192
- fill: #fff;
193
- }
194
- </style>