@evercam/ui 0.0.55-beta.13 → 0.0.55-beta.15
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 +88 -0
- package/dist/index.mjs +2613 -3476
- 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/EHeatmapBar.vue.d.ts +3 -0
- package/dist/src/components/EHoursHeatmap.vue.d.ts +3 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +14 -262
- package/dist/src/index.d.ts +15 -362
- package/dist/src/types.d.ts +9 -7
- package/dist/style.css +1 -1
- package/dist/styles.css +8 -335
- package/dist/tags.json +34 -0
- package/dist/web-types.json +194 -11
- package/package.json +1 -1
- package/dist/src/components/EToggleSwitch.vue.d.ts +0 -49
- package/dist/src/components/EVideoPlayerActions.vue.d.ts +0 -193
- package/dist/src/components/EVideoPlayerControls.vue.d.ts +0 -146
- package/dist/src/components/EVideoPlayerProgressBar.vue.d.ts +0 -100
- package/dist/src/components/EVideoPlayerThumbnailPreview.vue.d.ts +0 -68
- package/dist/src/components/EZoomable.vue.d.ts +0 -64
package/dist/attributes.json
CHANGED
|
@@ -174,6 +174,33 @@
|
|
|
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
|
+
},
|
|
177
204
|
"ETimeline/events-groups": {
|
|
178
205
|
"type": "object",
|
|
179
206
|
"description": ""
|
|
@@ -340,5 +367,66 @@
|
|
|
340
367
|
"type": "boolean",
|
|
341
368
|
"description": "",
|
|
342
369
|
"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
|
|
343
431
|
}
|
|
344
432
|
}
|