@evercam/ui 0.0.55-beta.15 → 0.0.55-beta.16
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/dist/attributes.json +0 -88
- package/dist/index.mjs +3464 -2612
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +13 -13
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/EToggleSwitch.vue.d.ts +49 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +262 -14
- package/dist/src/components/EVideoPlayerActions.vue.d.ts +193 -0
- package/dist/src/components/EVideoPlayerControls.vue.d.ts +146 -0
- package/dist/src/components/EVideoPlayerProgressBar.vue.d.ts +100 -0
- package/dist/src/components/EVideoPlayerThumbnailPreview.vue.d.ts +68 -0
- package/dist/src/components/EZoomable.vue.d.ts +64 -0
- package/dist/src/index.d.ts +362 -15
- package/dist/src/types.d.ts +7 -9
- package/dist/style.css +1 -1
- package/dist/styles.css +335 -8
- package/dist/tags.json +0 -34
- package/dist/web-types.json +11 -194
- package/package.json +1 -1
- package/dist/src/components/EHeatmapBar.vue.d.ts +0 -3
- package/dist/src/components/EHoursHeatmap.vue.d.ts +0 -3
package/dist/attributes.json
CHANGED
|
@@ -174,33 +174,6 @@
|
|
|
174
174
|
"type": "boolean|string|number",
|
|
175
175
|
"description": ""
|
|
176
176
|
},
|
|
177
|
-
"EVideoPlayer/sources": {
|
|
178
|
-
"type": "array|string",
|
|
179
|
-
"description": ""
|
|
180
|
-
},
|
|
181
|
-
"EVideoPlayer/video-listeners": {
|
|
182
|
-
"type": "object",
|
|
183
|
-
"description": ""
|
|
184
|
-
},
|
|
185
|
-
"EVideoPlayer/video-options": {
|
|
186
|
-
"type": "object",
|
|
187
|
-
"description": ""
|
|
188
|
-
},
|
|
189
|
-
"EVideoPlayer/is-hls": {
|
|
190
|
-
"type": "boolean",
|
|
191
|
-
"description": "",
|
|
192
|
-
"default": false
|
|
193
|
-
},
|
|
194
|
-
"EVideoPlayer/streaming-token": {
|
|
195
|
-
"type": "string",
|
|
196
|
-
"description": "",
|
|
197
|
-
"default": ""
|
|
198
|
-
},
|
|
199
|
-
"EVideoPlayer/is-live-view": {
|
|
200
|
-
"type": "boolean",
|
|
201
|
-
"description": "",
|
|
202
|
-
"default": false
|
|
203
|
-
},
|
|
204
177
|
"ETimeline/events-groups": {
|
|
205
178
|
"type": "object",
|
|
206
179
|
"description": ""
|
|
@@ -367,66 +340,5 @@
|
|
|
367
340
|
"type": "boolean",
|
|
368
341
|
"description": "",
|
|
369
342
|
"default": true
|
|
370
|
-
},
|
|
371
|
-
"EHeatmapBar/items": {
|
|
372
|
-
"type": "array",
|
|
373
|
-
"description": ""
|
|
374
|
-
},
|
|
375
|
-
"EHeatmapBar/selected-value": {
|
|
376
|
-
"type": "string|number",
|
|
377
|
-
"description": "",
|
|
378
|
-
"default": ""
|
|
379
|
-
},
|
|
380
|
-
"EHeatmapBar/show-counts": {
|
|
381
|
-
"type": "boolean",
|
|
382
|
-
"description": "",
|
|
383
|
-
"default": true
|
|
384
|
-
},
|
|
385
|
-
"EHeatmapBar/show-names": {
|
|
386
|
-
"type": "boolean",
|
|
387
|
-
"description": "",
|
|
388
|
-
"default": true
|
|
389
|
-
},
|
|
390
|
-
"EHeatmapBar/colors": {
|
|
391
|
-
"type": "array",
|
|
392
|
-
"description": ""
|
|
393
|
-
},
|
|
394
|
-
"EHeatmapBar/label": {
|
|
395
|
-
"type": "string",
|
|
396
|
-
"description": "",
|
|
397
|
-
"default": ""
|
|
398
|
-
},
|
|
399
|
-
"EHeatmapBar/dense": {
|
|
400
|
-
"type": "boolean",
|
|
401
|
-
"description": "",
|
|
402
|
-
"default": false
|
|
403
|
-
},
|
|
404
|
-
"EHoursHeatmap/items": {
|
|
405
|
-
"type": "array",
|
|
406
|
-
"description": ""
|
|
407
|
-
},
|
|
408
|
-
"EHoursHeatmap/selected-hour": {
|
|
409
|
-
"type": "string|number",
|
|
410
|
-
"description": "",
|
|
411
|
-
"default": ""
|
|
412
|
-
},
|
|
413
|
-
"EHoursHeatmap/show-hours": {
|
|
414
|
-
"type": "boolean",
|
|
415
|
-
"description": "",
|
|
416
|
-
"default": true
|
|
417
|
-
},
|
|
418
|
-
"EHoursHeatmap/colors": {
|
|
419
|
-
"type": "array",
|
|
420
|
-
"description": ""
|
|
421
|
-
},
|
|
422
|
-
"EHoursHeatmap/label": {
|
|
423
|
-
"type": "string",
|
|
424
|
-
"description": "",
|
|
425
|
-
"default": ""
|
|
426
|
-
},
|
|
427
|
-
"EHoursHeatmap/dense": {
|
|
428
|
-
"type": "boolean",
|
|
429
|
-
"description": "",
|
|
430
|
-
"default": false
|
|
431
343
|
}
|
|
432
344
|
}
|