zigbee2mqtt-frontend 0.6.39 → 0.6.43
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/README.md +2 -2
- package/dist/225b8c008fbd33f5a9c4.png +0 -0
- package/dist/5ac6d54b958a2d75b1e5.png +0 -0
- package/dist/88b7e4e45fa10f98a458.png +0 -0
- package/dist/index.html +1 -1
- package/dist/{main.3d1da3b8dbc50333ee92.css → main.7379448ff31d4e2a65b8.css} +70 -71
- package/dist/{main.319456a03906cfc6d672.js → main.8e4d5e0d4db1b4358c80.js} +389 -299
- package/dist/scripts/{vendor.656eb2e274bcb1ab9a03.js → vendor.49fee1be1555be7ec8f9.js} +22830 -21907
- package/package.json +36 -36
- package/dist/f089fd97c4f748dc240d.png +0 -0
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
[](https://github.com/nurikk/zigbee2mqtt-frontend/actions/workflows/node.js.yml)
|
2
|
-
[](https://sonarcloud.io/summary/new_code?id=nurikk_zigbee2mqtt-frontend)
|
3
|
+
[](https://codebeat.co/projects/github-com-nurikk-zigbee2mqtt-frontend-dev)
|
4
4
|
|
5
5
|
# Screenshots
|
6
6
|
|
Binary file
|
Binary file
|
Binary file
|
package/dist/index.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Zigbee2MQTT</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/><link rel="subresource" href="./css/light.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous"/><link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="150x150"><script defer="defer" src="runtime.3296ac9a5caef629c7d6.js"></script><script defer="defer" src="scripts/vendor.
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Zigbee2MQTT</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/><link rel="subresource" href="./css/light.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous"/><link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="150x150"><script defer="defer" src="runtime.3296ac9a5caef629c7d6.js"></script><script defer="defer" src="scripts/vendor.49fee1be1555be7ec8f9.js"></script><script defer="defer" src="main.8e4d5e0d4db1b4358c80.js"></script><link href="scripts/vendor.109be7bda8112bf971cc.css" rel="stylesheet"><link href="main.7379448ff31d4e2a65b8.css" rel="stylesheet"></head><body><div id="root" class="wrapper"></div></body></html>
|
@@ -1,31 +1,31 @@
|
|
1
1
|
@keyframes blinker{50%{opacity:0}}body{overflow-y:auto !important}.animation-blinking{animation:blinker 1s linear infinite}.content{overflow-y:auto}.stroke-blink-enter{stroke-width:1}.stroke-blink-enter-active{stroke-width:5;transition:stroke-width 200ms}.stroke-blink-exit{stroke-width:5}.stroke-blink-exit-active{stroke-width:1;transition:stroke-width 200ms}
|
2
|
-
.
|
2
|
+
.qxSGpctw110fEKnXaZ77 {
|
3
3
|
max-height: 500px;
|
4
4
|
overflow-x: auto;
|
5
5
|
overflow-y: auto;
|
6
6
|
}
|
7
|
-
.
|
7
|
+
.yb4hX3vDSAIuH5XeiJcD {
|
8
8
|
width: 100%;
|
9
9
|
height: 100%;
|
10
10
|
user-select: none;
|
11
11
|
position: relative;
|
12
12
|
}
|
13
|
-
.
|
13
|
+
.mxnRnf3G34F4gxTqHbrF {
|
14
14
|
width: 32px;
|
15
15
|
height: 32px;
|
16
16
|
opacity: 1;
|
17
17
|
}
|
18
|
-
.
|
18
|
+
.tsc23SWuIfPGVxsxSWhE {
|
19
19
|
font-size: 14px;
|
20
20
|
cursor: pointer;
|
21
21
|
}
|
22
22
|
|
23
|
-
.
|
23
|
+
.PZyXZcDzWLD82Xp1Hvja {
|
24
24
|
stroke: #999;
|
25
25
|
stroke-opacity: 1;
|
26
26
|
}
|
27
27
|
|
28
|
-
.
|
28
|
+
.S5F91KaT_vgsKupUo3QI {
|
29
29
|
text-anchor: middle;
|
30
30
|
pointer-events: none;
|
31
31
|
font-size: 10px;
|
@@ -33,117 +33,135 @@
|
|
33
33
|
flood-color: #FFFFFF;
|
34
34
|
flood-opacity: 1;
|
35
35
|
}
|
36
|
-
[data-theme="dark"] .
|
36
|
+
[data-theme="dark"] .S5F91KaT_vgsKupUo3QI {
|
37
37
|
fill: white;
|
38
38
|
}
|
39
39
|
|
40
|
-
.
|
40
|
+
.J4Df_Wpf7ZyI1co1WmYp {
|
41
41
|
-custom-noop: noop;
|
42
42
|
}
|
43
43
|
|
44
|
-
.
|
44
|
+
.v8oBQdCcqoRLxRajz21V {
|
45
45
|
-custom-noop: noop;
|
46
46
|
}
|
47
47
|
|
48
|
-
.
|
48
|
+
.MGb_c4iII4KtrqUvHWCe {
|
49
49
|
fill: green;
|
50
50
|
color: green;
|
51
51
|
}
|
52
|
-
.
|
52
|
+
.MGb_c4iII4KtrqUvHWCe > circle {
|
53
53
|
stroke: green;
|
54
54
|
}
|
55
|
-
.
|
55
|
+
.jfE22e7iEq2A2k_TTQoa {
|
56
56
|
stroke: #fff;
|
57
57
|
stroke-width: 2px;
|
58
58
|
}
|
59
|
-
.
|
59
|
+
.jfE22e7iEq2A2k_TTQoa text {
|
60
60
|
display: none;
|
61
61
|
|
62
62
|
}
|
63
|
-
.
|
64
|
-
.
|
63
|
+
.oa2pzVpcOpiK9f9VjA6p,
|
64
|
+
.jfE22e7iEq2A2k_TTQoa {
|
65
65
|
fill: blue;
|
66
66
|
color: blue;
|
67
67
|
}
|
68
68
|
|
69
|
-
[data-theme="dark"] .
|
70
|
-
[data-theme="dark"] .
|
69
|
+
[data-theme="dark"] .oa2pzVpcOpiK9f9VjA6p,
|
70
|
+
[data-theme="dark"] .jfE22e7iEq2A2k_TTQoa {
|
71
71
|
color: #3f80ea;
|
72
72
|
fill: #3f80ea;
|
73
73
|
}
|
74
74
|
|
75
|
-
.
|
76
|
-
.
|
75
|
+
.oa2pzVpcOpiK9f9VjA6p > circle,
|
76
|
+
.jfE22e7iEq2A2k_TTQoa > circle {
|
77
77
|
stroke: blue;
|
78
78
|
}
|
79
79
|
|
80
|
-
.
|
80
|
+
.KGLiHjbZAZax1GD2fbD5 {
|
81
81
|
stroke: red;
|
82
82
|
stroke-dasharray: 15;
|
83
83
|
}
|
84
|
-
.
|
85
|
-
.
|
84
|
+
.Wcb6orTIqLnmIv5S1m8S,
|
85
|
+
.dMZi1zlx1vTrGsnjIzmn {
|
86
86
|
stroke: blue;
|
87
87
|
}
|
88
88
|
|
89
|
-
.
|
89
|
+
.UWocj8UQtVD6s1CD57Z9 {
|
90
90
|
stroke: blue;
|
91
91
|
stroke-dasharray: 5;
|
92
92
|
}
|
93
|
-
.
|
94
|
-
.
|
93
|
+
.zSiDGiDZLZ9s3vqgSMy1,
|
94
|
+
.nuKPZc_2OYn_evNbkc15 {
|
95
95
|
stroke: green;
|
96
96
|
}
|
97
97
|
|
98
|
-
.
|
99
|
-
.
|
98
|
+
.KgcjTFtrjDU7YuQtsAV9,
|
99
|
+
.I9z4ueytv8kL6GoGDYRg {
|
100
100
|
stroke: green;
|
101
101
|
opacity: 0.8;
|
102
102
|
stroke-dasharray: 5;
|
103
103
|
}
|
104
104
|
|
105
|
-
.
|
105
|
+
.X09qB_ngkxDddMWdjFL_ {
|
106
106
|
overflow: visible;
|
107
107
|
width: 100%;
|
108
108
|
height: 100%;
|
109
109
|
}
|
110
110
|
|
111
|
-
.
|
112
|
-
opacity: 0.5;
|
111
|
+
.WHCV9Yv8f3TVvfb73Hvp {
|
112
|
+
opacity: 0.5 !important;
|
113
113
|
stroke: gray;
|
114
114
|
}
|
115
115
|
|
116
|
-
.
|
116
|
+
.YwrQbLB_b5HmUQ49UKKu {
|
117
117
|
position: absolute;
|
118
118
|
right: 0;
|
119
119
|
}
|
120
120
|
|
121
|
-
.
|
121
|
+
.WiMPBR4NwCHxYdIabzAA {
|
122
122
|
border-radius: 50%;
|
123
123
|
position: relative;
|
124
124
|
transition: transform .5s ease;
|
125
125
|
}
|
126
126
|
|
127
|
-
.
|
127
|
+
.WiMPBR4NwCHxYdIabzAA:hover {
|
128
128
|
transform: scale(4) translate(5px, 0);
|
129
129
|
z-index: 10;
|
130
130
|
border-radius: 0;
|
131
131
|
}
|
132
132
|
|
133
|
-
.
|
133
|
+
.HXScBg6AiKUgarOAPwEu img {
|
134
134
|
width: 150px;
|
135
135
|
}
|
136
136
|
|
137
|
-
.
|
137
|
+
.vw1dshYHCttAMoSva0X3 {
|
138
138
|
padding-left: .5rem;
|
139
139
|
padding-right: .5rem;
|
140
140
|
}
|
141
141
|
|
142
|
-
.
|
142
|
+
.GDDPje7BU_a2CqHQQeRS span {
|
143
|
+
padding: 0;
|
144
|
+
}
|
145
|
+
|
146
|
+
.GDDPje7BU_a2CqHQQeRS i {
|
147
|
+
margin-left: 5px;
|
148
|
+
}
|
149
|
+
.V7dffAiFpKHihMzFsuev {
|
150
|
+
padding-top: 0 !important;
|
151
|
+
padding-bottom: 0 !important;
|
152
|
+
min-height: 56px;
|
153
|
+
}
|
154
|
+
|
155
|
+
.NBzXAYfJkobb1Zfroqnt img {
|
156
|
+
max-height: 2em;
|
157
|
+
}
|
158
|
+
|
159
|
+
|
160
|
+
.xuLtgp30Xq3hNVI418MV {
|
143
161
|
margin-left: 4px;
|
144
162
|
}
|
145
163
|
|
146
|
-
.
|
164
|
+
.FWgUNFiIFeuhFA_je2bz li {
|
147
165
|
margin: 0;
|
148
166
|
|
149
167
|
list-style-type: none;
|
@@ -151,7 +169,7 @@
|
|
151
169
|
padding: 20px 5px 0;
|
152
170
|
}
|
153
171
|
|
154
|
-
.
|
172
|
+
.FWgUNFiIFeuhFA_je2bz li::before {
|
155
173
|
content: '';
|
156
174
|
position: absolute;
|
157
175
|
top: 0;
|
@@ -162,7 +180,7 @@
|
|
162
180
|
border-left: 1px solid #ccc;
|
163
181
|
bottom: 50px;
|
164
182
|
}
|
165
|
-
.
|
183
|
+
.FWgUNFiIFeuhFA_je2bz li::after {
|
166
184
|
content: '';
|
167
185
|
position: absolute;
|
168
186
|
top: 30px;
|
@@ -172,66 +190,47 @@
|
|
172
190
|
left: -20px;
|
173
191
|
border-top: 1px solid #ccc;
|
174
192
|
}
|
175
|
-
.
|
193
|
+
.FWgUNFiIFeuhFA_je2bz li span {
|
176
194
|
cursor: pointer;
|
177
195
|
display: inline-block;
|
178
196
|
border: 1px solid #ccc;
|
179
197
|
padding: 5px 10px;
|
180
198
|
text-decoration: none;
|
181
199
|
color: #666;
|
182
|
-
font-family: arial, verdana, tahoma;
|
183
200
|
font-size: 11px;
|
184
201
|
border-radius: 5px;
|
185
202
|
}
|
186
203
|
|
187
204
|
/*Remove connectors before root*/
|
188
|
-
.
|
189
|
-
.
|
205
|
+
.FWgUNFiIFeuhFA_je2bz > ul > li::before,
|
206
|
+
.FWgUNFiIFeuhFA_je2bz > ul > li::after {
|
190
207
|
border: 0;
|
191
208
|
}
|
192
209
|
/*Remove connectors after last child*/
|
193
|
-
.
|
210
|
+
.FWgUNFiIFeuhFA_je2bz li:last-child::before {
|
194
211
|
height: 30px;
|
195
212
|
}
|
196
213
|
|
197
214
|
/*Time for some hover effects*/
|
198
215
|
/*We will apply the hover effect the the lineage of the element also*/
|
199
|
-
.
|
200
|
-
.
|
216
|
+
.FWgUNFiIFeuhFA_je2bz li span:hover,
|
217
|
+
.FWgUNFiIFeuhFA_je2bz li span:hover + ul li span {
|
201
218
|
background: #c8e4f8;
|
202
219
|
color: #000;
|
203
220
|
border: 1px solid #94a0b4;
|
204
221
|
}
|
205
222
|
/*Connector styles on hover*/
|
206
|
-
.
|
207
|
-
.
|
208
|
-
.
|
209
|
-
.
|
223
|
+
.FWgUNFiIFeuhFA_je2bz li span:hover + ul li::after,
|
224
|
+
.FWgUNFiIFeuhFA_je2bz li span:hover + ul li::before,
|
225
|
+
.FWgUNFiIFeuhFA_je2bz li span:hover + ul::before,
|
226
|
+
.FWgUNFiIFeuhFA_je2bz li span:hover + ul ul::before {
|
210
227
|
border-color: #94a0b4;
|
211
228
|
}
|
212
229
|
|
213
|
-
.
|
230
|
+
.GANQUsVRLFTOvi6kYVZ8 small {
|
214
231
|
display: none;
|
215
232
|
}
|
216
233
|
|
217
|
-
.
|
218
|
-
.Sz_HOVlUGXEGcBgHiQOy span {
|
219
|
-
padding: 0;
|
220
|
-
}
|
221
|
-
|
222
|
-
.Sz_HOVlUGXEGcBgHiQOy i {
|
223
|
-
margin-left: 5px;
|
224
|
-
}
|
225
|
-
.OjEk_at86Lnxdb_Jq9Cj {
|
226
|
-
padding-top: 0 !important;
|
227
|
-
padding-bottom: 0 !important;
|
228
|
-
min-height: 56px;
|
229
|
-
}
|
230
|
-
|
231
|
-
.PmWChHpc4nd1o4IBxsM6 img {
|
232
|
-
max-height: 2em;
|
233
|
-
}
|
234
|
-
|
235
|
-
|
234
|
+
.ySsEqVUR4fG8GsO0H54r i{right:0}.ySsEqVUR4fG8GsO0H54r img{max-height:2em}
|
236
235
|
|
237
|
-
/*# sourceMappingURL=main.
|
236
|
+
/*# sourceMappingURL=main.7379448ff31d4e2a65b8.css.map*/
|