@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.
@@ -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
  }