ezuikit-js 7.7.4 → 7.7.5

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 (42) hide show
  1. package/ezuikit.js +2 -2
  2. package/package.json +1 -1
  3. package/ezuikit_static/v65/v1/css/component.css +0 -1257
  4. package/ezuikit_static/v65/v1/css/inspectTheme.css +0 -352
  5. package/ezuikit_static/v65/v1/imgs/bg.png +0 -0
  6. package/ezuikit_static/v65/v1/imgs/bg.svg +0 -33
  7. package/ezuikit_static/v65/v1/imgs/empty.png +0 -0
  8. package/ezuikit_static/v65/v1/imgs/end.png +0 -0
  9. package/ezuikit_static/v65/v1/imgs/fallback.svg +0 -52
  10. package/ezuikit_static/v65/v1/imgs/start.png +0 -0
  11. package/ezuikit_static/v65/v1/js/playctrl/DecodeWorkerString.js +0 -616
  12. package/ezuikit_static/v65/v3/css/component.css +0 -1257
  13. package/ezuikit_static/v65/v3/css/inspectTheme.css +0 -352
  14. package/ezuikit_static/v65/v3/css/theme.css +0 -105
  15. package/ezuikit_static/v65/v3/imgs/bg.png +0 -0
  16. package/ezuikit_static/v65/v3/imgs/bg.svg +0 -33
  17. package/ezuikit_static/v65/v3/imgs/empty.png +0 -0
  18. package/ezuikit_static/v65/v3/imgs/end.png +0 -0
  19. package/ezuikit_static/v65/v3/imgs/fallback.svg +0 -52
  20. package/ezuikit_static/v65/v3/imgs/start.png +0 -0
  21. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/Decoder.js +0 -21
  22. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/Decoder.wasm +0 -0
  23. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/Decoder.worker.js +0 -1
  24. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/HasSIMD/Decoder.js +0 -21
  25. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/HasSIMD/Decoder.wasm +0 -0
  26. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/HasSIMD/Decoder.worker.js +0 -1
  27. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/NoSIMD/Decoder.js +0 -21
  28. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/NoSIMD/Decoder.wasm +0 -0
  29. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/hasWorker/NoSIMD/Decoder.worker.js +0 -1
  30. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/noWorker/Decoder.js +0 -21
  31. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/noWorker/Decoder.wasm +0 -0
  32. package/ezuikit_static/v65/v3/js/PlayCtrlWasm/noWorker/Decoder.worker.js +0 -1
  33. package/ezuikit_static/v65/v3/js/jsPluginV3-1.0.0.min.js +0 -7358
  34. package/ezuikit_static/v65/v3/js/wasmplayer.min.js +0 -1
  35. package/ezuikit_static/v65/v3/rec/datepicker.js +0 -1522
  36. package/ezuikit_static/v65/v3/rec/datepicker.min.css +0 -36
  37. package/ezuikit_static/v65/v3/rec/datepicker.zh-CN.js +0 -19
  38. package/ezuikit_static/v65/v3/rec/jquery.min.js +0 -2
  39. package/ezuikit_static/v65/v3/speed/speed.css +0 -145
  40. package/ezuikit_static/v65/v3/talk/adapeter.js +0 -5497
  41. package/ezuikit_static/v65/v3/talk/janus.js +0 -3507
  42. package/ezuikit_static/v65/v3/talk/tts-v4.js +0 -343
@@ -1,352 +0,0 @@
1
- .BMap_noprint button[title="倾斜"] {
2
- display: none;
3
- }
4
- .BMap_noprint button[title="恢复"] {
5
- display: none;
6
- }
7
- /* .anchorBL{
8
- display:none;
9
- } */
10
- .BMap_cpyCtrl {
11
- display: none;
12
- }
13
-
14
- .inspect-event-item {
15
- padding-left: 12.5px;
16
- position: relative;
17
- border-left: 1px solid #d9d9d9;
18
- margin-left: 20.5px;
19
- padding-bottom: 16px;
20
- color: #595959;
21
- }
22
-
23
- .inspect-event-item:last-child {
24
- border-left: 1px solid transparent;
25
- }
26
-
27
- .inspect-event-item-header-wrap {
28
- margin-top: -4px;
29
- }
30
- .inspect-event-item:first-child .inspect-event-item-header-wrap{
31
- padding-top: 0;
32
- }
33
-
34
- .inspect-event-item-header {
35
- width: 240px;
36
- height: 32px;
37
- background: #F5F5F5;
38
- display: flex;
39
- align-items: center;
40
- justify-content: space-between;
41
- cursor: pointer;
42
- }
43
-
44
- .inspect-event-item-header-left {
45
- display: flex;
46
- align-items: center;
47
- padding-left: 9px;
48
- }
49
-
50
- .inspect-event-item-header-right, .inspect-event-item-body-info-opr {
51
- padding-right: 8px;
52
- }
53
- .inspect-event-item-body-info-opr-icon{
54
- color: #595959;
55
- cursor: pointer;
56
- }
57
- .inspect-event-item-body-info-opr-icon:hover{
58
- color: #407AFF;
59
- }
60
- .inspect-event-item-header-toggle {
61
- width: 16px;
62
- height: 32px;
63
- cursor: pointer;
64
- display: block;
65
- padding: 8px 0;
66
- box-sizing: border-box;
67
- }
68
-
69
- .inspect-event-item-time {
70
- padding-left: 9px;
71
- }
72
-
73
- .inspect-event-item-status-wrap {
74
- position: absolute;
75
- height: 28px;
76
- background: #fff;
77
- top: 4px;
78
- left: -5.5px;
79
- }
80
- .inspect-event-item:first-child .inspect-event-item-status-wrap {
81
- top: 0;
82
- padding-top: 5px;
83
- }
84
-
85
- .inspect-event-item-status {
86
- width: 10px;
87
- height: 10px;
88
- background: #407AFF;
89
- border-radius: 100%;
90
- display: inline-block;
91
- }
92
-
93
- .storage .inspect-event-item-status {
94
- background: #FAAD14;
95
- }
96
-
97
- .storage-error .inspect-event-item-status{
98
- background: #FF4D4F;
99
- }
100
- .storage-error .inspect-event-item-header-left,
101
- .storage-error .inspect-event-item-time {
102
- color: #FF4D4F;
103
- }
104
-
105
- .inspect-event-item-time {
106
- font-size: 12px;
107
- color: #262626;
108
- }
109
-
110
- .inspect-event-item-body {
111
- width: 240px;
112
- background: #FAFAFA;
113
- padding-top: 8px;
114
-
115
- }
116
- .inspect-event-item-img {
117
- width: 224px;
118
- height: 126px;
119
- margin: 0 8px;
120
- display: block;
121
- cursor: pointer;
122
- }
123
-
124
- .inspect-event-item-body-info {
125
- display: flex;
126
- align-items: center;
127
- justify-content: space-between;
128
- }
129
-
130
- .inspect-event-item-body-info-tag {
131
- max-width: 140px;
132
- background: #FFF1F0;
133
- border-radius: 2px;
134
- text-align: center;
135
- margin: 8px;
136
- height: 24px;
137
- line-height: 24px;
138
- padding: 0 8px;
139
- overflow: hidden;
140
- text-overflow: ellipsis;
141
- white-space: nowrap;
142
- }
143
-
144
- .inspect-event-item-body-info-tag-label{
145
- font-size: 12px;
146
- color: #FF4D4F;
147
- }
148
-
149
-
150
- .inspect-event-detail-wrap {
151
- width: 0;
152
- overflow: auto;
153
- padding: 0;
154
- box-sizing: border-box;
155
- position: absolute;
156
- top: 0;
157
- right: 0;
158
- z-index: 9;
159
- background: #ffffff;
160
- transition: width 0.15s ease 0s;
161
- }
162
-
163
- .inspect-event-detail-wrap.show {
164
- width: 290px;
165
- }
166
-
167
- .inspectEventDetail-header {
168
- display: flex;
169
- align-items: center;
170
- padding: 16px 16px;
171
- }
172
-
173
- .inspectEventDetail-back {
174
- fill: #595959;
175
- cursor: pointer;
176
- margin-right: 8px;
177
- }
178
-
179
- .inspectEventDetail-type {
180
- height: 22px;
181
- font-size: 14px;
182
- color: #262626;
183
- line-height: 22px;
184
- font-weight: bold;
185
- }
186
- .inspectEventDetail-content {
187
- padding: 0 16px 24px;
188
- box-sizing: border-box;
189
- }
190
-
191
- .inspectEventDetail-content-info {
192
- font-size: 14px;
193
- color: #262626;
194
- line-height: 22px;
195
- overflow: hidden;
196
- }
197
-
198
- .inspectEventDetail-content-info-item-title {
199
- margin: 24px 0 4px;
200
- }
201
-
202
- .inspectEventDetail-content-info-item-value {
203
- color: #595959;
204
- }
205
-
206
- .inspectEventDetail-content-info-item-title-required:before {
207
- display: inline-block;
208
- margin-right: 4px;
209
- color: #ff4d4f;
210
- font-size: 14px;
211
- font-family: SimSun,sans-serif;
212
- line-height: 1;
213
- content: "*";
214
- }
215
-
216
- .inspectEventDetail-footer {
217
- position: absolute;
218
- bottom: 0;
219
- left: 0;
220
- background: #fff;
221
- padding: 16px 0;
222
- right: 0;
223
- text-align: center;
224
- }
225
-
226
- .inspectEventDetail-footer-btn {
227
- margin: 0 4px;
228
- }
229
-
230
- .inspectEventDetail-content-img-tips,
231
- .inspectEventDetail-content-video-tips {
232
- font-size: 14px;
233
- color: #407AFF;
234
- line-height: 22px;
235
- margin: 0 0 8px;
236
- }
237
-
238
- .inspectEventDetail-content-img-detail,
239
- .inspectEventDetail-content-video-detail {
240
- display: block;
241
- width: 224px;
242
- height: 126px;
243
- cursor: pointer;
244
- }
245
-
246
- .video-stroage-exceptional-status-tips-wrap {
247
- width: 100%;
248
- height: 100%;
249
- color: #fff;
250
- text-align: center;
251
- cursor: default;
252
- }
253
-
254
- .video-stroage-exceptional-status-icon {
255
- font-size: 16px;
256
- padding: 40px 0 0px;
257
- display: flex;
258
- justify-content: center;
259
- }
260
-
261
- .video-stroage-exceptional-status-tips-error .video-stroage-exceptional-status-icon{
262
- padding: 40px 0 8px;
263
- }
264
-
265
- .video-stroage-exceptional-status-tips {
266
- font-size: 14px;
267
- line-height: 22px;
268
- }
269
-
270
- .inspectEventDetail-content-video-timer {
271
- display: flex;
272
- align-items: center;
273
- }
274
-
275
- .video-recording-time-wrap {
276
- height: 24px;
277
- background: #FF5C5C;
278
- border-radius: 12px;
279
- padding: 0 24px;
280
- line-height: 24px;
281
- display: flex;
282
- align-items: center;
283
- color: #fff;
284
- }
285
-
286
- .video-recording-time {
287
- font-size: 14px;
288
- color: #FFFFFF;
289
- letter-spacing: 0;
290
- font-weight: 400;
291
- margin-left: 8px;
292
- }
293
-
294
- .inspectEventDetail-stop-btn {
295
- margin-left: 12px;
296
- }
297
-
298
- .inspectEventDetail-delete-confirm,
299
- .inspectEventDetail-back-confirm {
300
- width: 288px;
301
- padding: 12px 8px;
302
- box-sizing: border-box;
303
- }
304
- .inspectEventDetail-delete-confirm-title,
305
- .inspectEventDetail-back-confirm-title {
306
- display: flex;
307
- }
308
-
309
- .inspectEventDetail-delete-confirm-title-label,
310
- .inspectEventDetail-back-confirm-title-label {
311
- font-size: 16px;
312
- color: #262626;
313
- line-height: 24px;
314
- font-weight: bold;
315
- }
316
-
317
- .inspectEventDetail-delete-confirm-title svg,
318
- .inspectEventDetail-back-confirm-title svg {
319
- color: #FAAD14 ;
320
- margin-right: 16px;
321
- }
322
- .inspectEventDetail-delete-confirm-btns,
323
- .inspectEventDetail-back-confirm-btns {
324
- margin: 24px 0 0;
325
- text-align: right;
326
- }
327
-
328
- .inspectEventDetail-delete-confirm-btns .ezuikit-btn,
329
- .inspectEventDetail-back-confirm-btns .ezuikit-btn {
330
- margin: 0 4px;
331
- }
332
-
333
- /* .inspect-event-box及其子元素滚动条效果设置 */
334
-
335
-
336
- .inspect-event-box::-webkit-scrollbar,
337
- .inspect-event-box *::-webkit-scrollbar {
338
- width: 10px
339
- }
340
-
341
- .inspect-event-box::-webkit-scrollbar-thumb,
342
- .inspect-event-box *::-webkit-scrollbar-thumb {
343
- border-radius: 10px!important;
344
- -webkit-box-shadow: inset 0 0 5px #8C8C8C!important;
345
- background: #8C8C8C!important;
346
- border: 3px solid #fff!important
347
- }
348
-
349
- .inspect-event-box::-webkit-scrollbar-track,
350
- .inspect-event-box *::-webkit-scrollbar-track {
351
- border-radius: 0
352
- }
Binary file
@@ -1,33 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="1920px" height="1080px" viewBox="0 0 1920 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>视频背景图</title>
4
- <defs>
5
- <rect id="path-1" x="0" y="0" width="1920" height="1080"></rect>
6
- <filter x="0.0%" y="0.0%" width="100.0%" height="100.0%" filterUnits="objectBoundingBox" id="filter-2">
7
- <feGaussianBlur stdDeviation="0" in="SourceGraphic"></feGaussianBlur>
8
- </filter>
9
- <linearGradient x1="6.42733681%" y1="61.4046072%" x2="84.9937231%" y2="19.1492851%" id="linearGradient-4">
10
- <stop stop-color="#9DC2FE" stop-opacity="0" offset="0%"></stop>
11
- <stop stop-color="#648FFC" stop-opacity="0.129889642" offset="100%"></stop>
12
- </linearGradient>
13
- <linearGradient x1="91.8908498%" y1="82.8715916%" x2="45.1536245%" y2="-4.31442764%" id="linearGradient-5">
14
- <stop stop-color="#9DC2FE" stop-opacity="0" offset="0%"></stop>
15
- <stop stop-color="#648FFC" stop-opacity="0.129889642" offset="100%"></stop>
16
- </linearGradient>
17
- <linearGradient x1="94.5535203%" y1="72.2238976%" x2="-8.96417241%" y2="9.01768502%" id="linearGradient-6">
18
- <stop stop-color="#9DC2FE" stop-opacity="0" offset="0%"></stop>
19
- <stop stop-color="#648FFC" stop-opacity="0.129889642" offset="100%"></stop>
20
- </linearGradient>
21
- </defs>
22
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
23
- <g id="Cam-Thumbnail">
24
- <mask id="mask-3" fill="white">
25
- <use xlink:href="#path-1"></use>
26
- </mask>
27
- <use id="Cam-Mask" fill="#18191C" filter="url(#filter-2)" xlink:href="#path-1"></use>
28
- <circle id="椭圆形" fill="url(#linearGradient-4)" mask="url(#mask-3)" cx="1868.8" cy="870.4" r="394.24"></circle>
29
- <circle id="椭圆形备份-2" fill="url(#linearGradient-5)" mask="url(#mask-3)" cx="0" cy="143.36" r="394.24"></circle>
30
- <ellipse id="椭圆形备份-3" fill-opacity="0.45" fill="url(#linearGradient-6)" mask="url(#mask-3)" cx="427.52" cy="350.72" rx="161.28" ry="158.72"></ellipse>
31
- </g>
32
- </g>
33
- </svg>
Binary file
@@ -1,52 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 225 126" style="enable-background:new 0 0 225 126;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F5F5F5;}
7
- .st1{filter:url(#Adobe_OpacityMaskFilter);}
8
- .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
9
- .st3{mask:url(#mask-2_1_);}
10
- .st4{fill:#BFBFBF;}
11
- .st5{filter:url(#Adobe_OpacityMaskFilter_1_);}
12
- .st6{mask:url(#mask-2_2_);}
13
- </style>
14
- <title>加载失败@3x</title>
15
- <rect x="0.7" class="st0" width="224" height="126"/>
16
- <defs>
17
- <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="95.1" y="48.4" width="18.7" height="29.2">
18
- <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
19
- </filter>
20
- </defs>
21
- <mask maskUnits="userSpaceOnUse" x="95.1" y="48.4" width="18.7" height="29.2" id="mask-2_1_">
22
- <g class="st1">
23
- <rect id="path-1_1_" x="0.7" class="st2" width="224" height="126"/>
24
- </g>
25
- </mask>
26
- <g class="st3">
27
- <g id="形状结合" transform="translate(94.326510, 48.000000)">
28
- <path class="st4" d="M16.7,0.4c0.1,0,0.2,0,0.2,0l-0.6,2.5L5,2.9c-0.9,0-1.7,0.7-1.7,1.6l0,0.1v12.5l6.4-4.5c1-0.7,2.3-0.7,3.3,0
29
- l0.2,0.1l6.4,5l-0.8,2.6l-7.1-5.6c-0.1-0.1-0.3-0.1-0.4-0.1l-0.1,0l-7.8,5.5v5.2c0,0.9,0.7,1.6,1.6,1.7l0.2,0l11.7,0l-0.7,2.5
30
- L5,29.6c-2.3,0-4.1-1.8-4.2-4l0-0.2V4.6c0-2.3,1.8-4.1,4-4.2l0.2,0H16.7z"/>
31
- </g>
32
- </g>
33
- <defs>
34
- <filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="112.8" y="48.4" width="17.3" height="29.2">
35
- <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
36
- </filter>
37
- </defs>
38
- <mask maskUnits="userSpaceOnUse" x="112.8" y="48.4" width="17.3" height="29.2" id="mask-2_2_">
39
- <g class="st5">
40
- <rect id="path-1_2_" x="0.7" class="st2" width="224" height="126"/>
41
- </g>
42
- </mask>
43
- <g class="st6">
44
-
45
- <g transform="translate(121.479530, 63.000000) rotate(-360.000000) translate(-121.479530, -63.000000) translate(111.979530, 48.000000)">
46
- <path class="st4" d="M13.9,0.4c2.3,0,4.1,1.8,4.2,4l0,0.2v20.7c0,2.3-1.8,4.1-4,4.2l-0.2,0l-13.1,0l0.7-2.5l12.3,0
47
- c0.9,0,1.7-0.7,1.7-1.6l0-0.1V4.6c0-0.9-0.8-1.7-1.8-1.7l-12.6,0l0.6-2.5L13.9,0.4z M4.4,17.7l6.8,5.3c0.5,0.4,0.6,1.2,0.2,1.8
48
- c-0.4,0.5-1.1,0.6-1.6,0.3L9.6,25l-6-4.7L4.4,17.7z M8.6,5.4c2.5,0,4.6,2.1,4.6,4.6s-2.1,4.6-4.6,4.6S4,12.5,4,10S6,5.4,8.6,5.4z
49
- M8.6,7.9c-1.2,0-2.1,0.9-2.1,2.1s0.9,2.1,2.1,2.1c1.2,0,2.1-0.9,2.1-2.1S9.7,7.9,8.6,7.9z"/>
50
- </g>
51
- </g>
52
- </svg>