openatc-components 0.3.21 → 0.3.23
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/MessageBox/index.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +17 -7
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/icons/demo_index.html +302 -3
- package/src/icons/iconfont.css +55 -3
- package/src/icons/iconfont.js +1 -1
- package/src/icons/iconfont.json +91 -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/MessageBox/index.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +17 -7
- package/static/styles/phasePedSelect.scss +1 -0
package/package/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
@click="selectModel(item)"
|
|
21
21
|
v-if="isHasPermission(item.permission)">
|
|
22
22
|
<div class="closephase-icon">
|
|
23
|
-
<OthersIconSvg :type="item.type" />
|
|
23
|
+
<!-- <OthersIconSvg :type="item.type" /> -->
|
|
24
24
|
</div>
|
|
25
25
|
<div class="single-model-name-theme">{{item.iconName}}</div>
|
|
26
26
|
</div>
|
|
@@ -76,24 +76,34 @@ PURPOSE. * See the Mulan PSL v2 for more details. **/
|
|
|
76
76
|
</svg>
|
|
77
77
|
<svg
|
|
78
78
|
v-if="type === '关灯'"
|
|
79
|
-
t="
|
|
79
|
+
t="1722576640323"
|
|
80
80
|
class="icon"
|
|
81
81
|
viewBox="0 0 1024 1024"
|
|
82
82
|
version="1.1"
|
|
83
83
|
xmlns="http://www.w3.org/2000/svg"
|
|
84
|
-
p-id="
|
|
84
|
+
p-id="20555"
|
|
85
85
|
:width="iconWidth"
|
|
86
86
|
:height="iconHeight"
|
|
87
87
|
>
|
|
88
88
|
<path
|
|
89
|
-
d="
|
|
89
|
+
d="M512 1024c-169.411765 0-304.941176-135.529412-304.941176-301.176471V304.941176C207.058824 135.529412 342.588235 0 512 0s304.941176 135.529412 304.941176 304.941176v414.117648c0 169.411765-135.529412 304.941176-304.941176 304.941176zM512 75.294118C387.764706 75.294118 282.352941 176.941176 282.352941 301.176471v417.882353c0 128 101.647059 229.647059 229.647059 229.647058 128 0 229.647059-101.647059 229.647059-229.647058v-414.117648c0-124.235294-101.647059-229.647059-229.647059-229.647058 3.764706 0 0 0 0 0z"
|
|
90
90
|
:class="themeColor"
|
|
91
|
-
p-id="
|
|
91
|
+
p-id="20556"
|
|
92
92
|
></path>
|
|
93
93
|
<path
|
|
94
|
-
d="
|
|
95
|
-
|
|
96
|
-
p-id="
|
|
94
|
+
d="M512 248.470588m-112.941176 0a112.941176 112.941176 0 1 0 225.882352 0 112.941176 112.941176 0 1 0-225.882352 0Z"
|
|
95
|
+
fill="#A8A8A8"
|
|
96
|
+
p-id="20557"
|
|
97
|
+
></path>
|
|
98
|
+
<path
|
|
99
|
+
d="M512 512m-112.941176 0a112.941176 112.941176 0 1 0 225.882352 0 112.941176 112.941176 0 1 0-225.882352 0Z"
|
|
100
|
+
fill="#A8A8A8"
|
|
101
|
+
p-id="20558"
|
|
102
|
+
></path>
|
|
103
|
+
<path
|
|
104
|
+
d="M512 775.529412m-112.941176 0a112.941176 112.941176 0 1 0 225.882352 0 112.941176 112.941176 0 1 0-225.882352 0Z"
|
|
105
|
+
fill="#A8A8A8"
|
|
106
|
+
p-id="20559"
|
|
97
107
|
></path>
|
|
98
108
|
</svg>
|
|
99
109
|
<svg
|