openatc-components 0.1.38 → 0.1.39
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/kisscomps/components/KanBan/kanban.vue +2 -0
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +178 -43
- package/package/kisscomps/components/Stages/index.vue +1 -1
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/i18n/language/en.js +1 -0
- package/src/i18n/language/zh.js +1 -0
- package/src/icons/iconfont.css +151 -3
- package/src/icons/iconfont.js +1 -1
- package/src/icons/iconfont.json +259 -0
- package/src/icons/iconfont.ttf +0 -0
- package/src/icons/iconfont.woff +0 -0
- package/src/icons/iconfont.woff2 +0 -0
- package/src/kisscomps/components/KanBan/kanban.vue +2 -0
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +178 -43
- package/src/kisscomps/components/Stages/index.vue +1 -1
package/package.json
CHANGED
package/src/i18n/language/en.js
CHANGED
|
@@ -377,6 +377,7 @@ const en = {
|
|
|
377
377
|
'modeOption5': 'Pedestrian Call',
|
|
378
378
|
'modeOption6': 'Max Call And Pedestrian Call',
|
|
379
379
|
'modeOption7': 'Omit Call',
|
|
380
|
+
'modeOption8': 'Turn Off Phase',
|
|
380
381
|
'coordphaseOption1': 'Coordination Phase',
|
|
381
382
|
'coordphaseOption2': 'Key Phase',
|
|
382
383
|
'coordphaseOption4': 'Fixed Phase',
|
package/src/i18n/language/zh.js
CHANGED
package/src/icons/iconfont.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "iconfont"; /* Project id 815552 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
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');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -13,6 +13,154 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.icon-xuxiangwei-xin:before {
|
|
17
|
+
content: "\e6f0";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.icon-lishishuju:before {
|
|
21
|
+
content: "\e6ea";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.icon-jichushujutongji:before {
|
|
25
|
+
content: "\e6eb";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-caozuopincitongji:before {
|
|
29
|
+
content: "\e6ec";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.icon-jiaotongtezhengfenxi:before {
|
|
33
|
+
content: "\e6ed";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.icon-lukoupaihangfenxi:before {
|
|
37
|
+
content: "\e6ee";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.icon-luduanpaihangfenxi:before {
|
|
41
|
+
content: "\e6ef";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.icon-jiaotongganyu:before {
|
|
45
|
+
content: "\e6e9";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.icon-caozuojilu1:before {
|
|
49
|
+
content: "\e6ce";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.icon-ditu:before {
|
|
53
|
+
content: "\e6cf";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.icon-guzhangjilu:before {
|
|
57
|
+
content: "\e6d0";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.icon-jiaotongyouhua:before {
|
|
61
|
+
content: "\e6d1";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.icon-jiaotongpinggu:before {
|
|
65
|
+
content: "\e6d2";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.icon-luduanguanli:before {
|
|
69
|
+
content: "\e6d3";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.icon-lukouguanli1:before {
|
|
73
|
+
content: "\e6d4";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.icon-jichuguanli:before {
|
|
77
|
+
content: "\e6d5";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.icon-ganxianyouhua:before {
|
|
81
|
+
content: "\e6d6";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.icon-lukouyouhua:before {
|
|
85
|
+
content: "\e6d7";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.icon-luduanpinggu:before {
|
|
89
|
+
content: "\e6d8";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.icon-qita:before {
|
|
93
|
+
content: "\e6d9";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.icon-quanxianshezhi:before {
|
|
97
|
+
content: "\e6da";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.icon-zhuye2:before {
|
|
101
|
+
content: "\e6db";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.icon-luxianguanli1:before {
|
|
105
|
+
content: "\e6dc";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.icon-quanxianguanli:before {
|
|
109
|
+
content: "\e6dd";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.icon-lukoupinggu:before {
|
|
113
|
+
content: "\e6de";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.icon-jiaoseshezhi:before {
|
|
117
|
+
content: "\e6df";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.icon-xietiaoluxian1:before {
|
|
121
|
+
content: "\e6e0";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.icon-zuzhijigou:before {
|
|
125
|
+
content: "\e6e1";
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.icon-pingjingkongzhi1:before {
|
|
129
|
+
content: "\e6e2";
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.icon-yonghuguanli:before {
|
|
133
|
+
content: "\e6e3";
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.icon-quyuxietiao:before {
|
|
137
|
+
content: "\e6e4";
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.icon-jiaotongfenxi:before {
|
|
141
|
+
content: "\e6e5";
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.icon-teqinluxian:before {
|
|
145
|
+
content: "\e6e6";
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.icon-shebeizhuangtai:before {
|
|
149
|
+
content: "\e6e7";
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.icon-teqinluxian-1jicaidan:before {
|
|
153
|
+
content: "\e6e8";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.icon-shexiangtou:before {
|
|
157
|
+
content: "\e790";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.icon-icon-taikong10:before {
|
|
161
|
+
content: "\e657";
|
|
162
|
+
}
|
|
163
|
+
|
|
16
164
|
.icon-lukouzhilu:before {
|
|
17
165
|
content: "\e639";
|
|
18
166
|
}
|