openatc-components 0.4.65 → 0.4.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/kisscomps/components/SchemeConfig/SchemeConfig.vue +7 -0
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +11 -0
- 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/demo_index.html +187 -3
- package/src/icons/iconfont.css +35 -3
- package/src/icons/iconfont.js +1 -1
- package/src/icons/iconfont.json +56 -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/SchemeConfig/SchemeConfig.vue +7 -0
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +11 -0
- package/static/styles/schemeconfig.scss +1 -0
package/src/icons/iconfont.json
CHANGED
|
@@ -5,6 +5,62 @@
|
|
|
5
5
|
"css_prefix_text": "icon-",
|
|
6
6
|
"description": "",
|
|
7
7
|
"glyphs": [
|
|
8
|
+
{
|
|
9
|
+
"icon_id": "45104421",
|
|
10
|
+
"name": "自动分级控制",
|
|
11
|
+
"font_class": "zidongfenjikongzhi",
|
|
12
|
+
"unicode": "e76d",
|
|
13
|
+
"unicode_decimal": 59245
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"icon_id": "43663376",
|
|
17
|
+
"name": "检测器",
|
|
18
|
+
"font_class": "jianceqi",
|
|
19
|
+
"unicode": "e76c",
|
|
20
|
+
"unicode_decimal": 59244
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"icon_id": "42876962",
|
|
24
|
+
"name": "感应式自适应",
|
|
25
|
+
"font_class": "ganyingshizishiying",
|
|
26
|
+
"unicode": "e76b",
|
|
27
|
+
"unicode_decimal": 59243
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"icon_id": "41643206",
|
|
31
|
+
"name": "实时方案",
|
|
32
|
+
"font_class": "shishifangan",
|
|
33
|
+
"unicode": "e76a",
|
|
34
|
+
"unicode_decimal": 59242
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"icon_id": "41485246",
|
|
38
|
+
"name": "方案异常",
|
|
39
|
+
"font_class": "fanganyichang",
|
|
40
|
+
"unicode": "e766",
|
|
41
|
+
"unicode_decimal": 59238
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"icon_id": "41485247",
|
|
45
|
+
"name": "交通事件",
|
|
46
|
+
"font_class": "jiaotongshijian",
|
|
47
|
+
"unicode": "e767",
|
|
48
|
+
"unicode_decimal": 59239
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"icon_id": "41485248",
|
|
52
|
+
"name": "设备故障",
|
|
53
|
+
"font_class": "shebeiguzhang",
|
|
54
|
+
"unicode": "e768",
|
|
55
|
+
"unicode_decimal": 59240
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"icon_id": "41485249",
|
|
59
|
+
"name": "系统事件",
|
|
60
|
+
"font_class": "xitongshijian",
|
|
61
|
+
"unicode": "e769",
|
|
62
|
+
"unicode_decimal": 59241
|
|
63
|
+
},
|
|
8
64
|
{
|
|
9
65
|
"icon_id": "41178406",
|
|
10
66
|
"name": "通知",
|
package/src/icons/iconfont.ttf
CHANGED
|
Binary file
|
package/src/icons/iconfont.woff
CHANGED
|
Binary file
|
package/src/icons/iconfont.woff2
CHANGED
|
Binary file
|
|
@@ -432,6 +432,13 @@ export default {
|
|
|
432
432
|
permission: 'configer:manual:base',
|
|
433
433
|
iconName: this.$t('openatccomponents.overview.modelList18'),
|
|
434
434
|
bgcolor: getTheme() === 'light' ? '#edf6ff' : '#243d59'
|
|
435
|
+
}, {
|
|
436
|
+
type: '自动分级控制',
|
|
437
|
+
id: 26,
|
|
438
|
+
iconClass: 'zidongfenjikongzhi',
|
|
439
|
+
permission: 'configer:manual:base',
|
|
440
|
+
iconName: this.$t('openatccomponents.overview.modelList26'),
|
|
441
|
+
bgcolor: getTheme() === 'light' ? '#edf6ff' : '#243d59'
|
|
435
442
|
}
|
|
436
443
|
],
|
|
437
444
|
othersControlList: [
|
|
@@ -431,6 +431,17 @@ PURPOSE. * See the Mulan PSL v2 for more details. **/
|
|
|
431
431
|
p-id="12295"
|
|
432
432
|
></path>
|
|
433
433
|
</svg>
|
|
434
|
+
<svg
|
|
435
|
+
v-if="type === '自动分级控制'"
|
|
436
|
+
t="1754012035508" class="icon"
|
|
437
|
+
viewBox="0 0 1024 1024"
|
|
438
|
+
version="1.1"
|
|
439
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
440
|
+
p-id="21090"
|
|
441
|
+
:width="iconWidth"
|
|
442
|
+
:height="iconHeight"
|
|
443
|
+
>
|
|
444
|
+
<path d="M947.685353 711.851301h-34.260223v-121.814126c0-15.226766-11.420074-30.453532-30.453531-30.453532h-342.602231v-167.494424h137.040892c38.066914 0 64.713755-30.453532 64.713755-64.713754V114.200743c0-38.066914-30.453532-64.713755-64.713755-64.713754H346.228104c-38.066914-3.806691-68.520446 26.64684-68.520446 64.713754v216.981413c0 38.066914 30.453532 64.713755 64.713755 64.713755h137.040892v167.494424h-342.602231c-15.226766 0-30.453532 11.420074-30.453531 30.453531v121.814127h-26.64684c-38.066914 0-64.713755 30.453532-64.713755 64.713754v137.040892c0 38.066914 30.453532 64.713755 64.713755 64.713755h137.040892c38.066914 0 64.713755-30.453532 64.713754-64.713755v-137.040892c0-38.066914-30.453532-64.713755-64.713754-64.713754H167.313606v-91.360595h315.95539v91.360595h-41.873606c-38.066914 0-64.713755 30.453532-64.713754 64.713754v137.040892c0 38.066914 30.453532 64.713755 64.713754 64.713755h137.040893c38.066914 0 64.713755-30.453532 64.713754-64.713755v-137.040892c0-38.066914-30.453532-64.713755-64.713754-64.713754h-41.873606v-91.360595H852.518067v91.360595h-45.680297c-38.066914 0-64.713755 30.453532-64.713755 64.713754v137.040892c0 38.066914 30.453532 64.713755 64.713755 64.713755h137.040892c38.066914 0 64.713755-30.453532 64.713754-64.713755v-137.040892c3.806691-38.066914-22.840149-68.520446-60.907063-68.520446z m7.613383 205.561338c0 3.806691-3.806691 7.613383-7.613383 7.613383h-137.040892c-3.806691 0-7.613383-3.806691-7.613383-7.613383v-137.040892c0-3.806691 3.806691-7.613383 7.613383-7.613383h137.040892c3.806691 0 7.613383 3.806691 7.613383 7.613383v137.040892z" p-id="21091"></path></svg>
|
|
434
445
|
</span>
|
|
435
446
|
</template>
|
|
436
447
|
|