@evercam/ui 0.0.55-beta.18 → 0.0.55-beta.19
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 +9 -112
- package/dist/index.mjs +1254 -1143
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +11 -20
- package/dist/src/components/EToggleSwitch.vue.d.ts +49 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +170 -15
- package/dist/src/components/EZoomable.vue.d.ts +64 -0
- package/dist/src/index.d.ts +280 -37
- package/dist/src/types.d.ts +7 -15
- package/dist/style.css +1 -1
- package/dist/styles.css +105 -12
- package/dist/tags.json +4 -41
- package/dist/web-types.json +29 -252
- 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": ""
|
|
@@ -280,11 +253,6 @@
|
|
|
280
253
|
"description": "",
|
|
281
254
|
"default": 60
|
|
282
255
|
},
|
|
283
|
-
"ETimeline/chart-min-label-height": {
|
|
284
|
-
"type": "number",
|
|
285
|
-
"description": "",
|
|
286
|
-
"default": 18
|
|
287
|
-
},
|
|
288
256
|
"ETimeline/min-zoom": {
|
|
289
257
|
"type": "number",
|
|
290
258
|
"description": "",
|
|
@@ -303,6 +271,14 @@
|
|
|
303
271
|
"type": "string",
|
|
304
272
|
"description": ""
|
|
305
273
|
},
|
|
274
|
+
"ETimeline/min-visible-date": {
|
|
275
|
+
"type": "string",
|
|
276
|
+
"description": ""
|
|
277
|
+
},
|
|
278
|
+
"ETimeline/max-visible-date": {
|
|
279
|
+
"type": "string",
|
|
280
|
+
"description": ""
|
|
281
|
+
},
|
|
306
282
|
"ETimeline/cursor-timestamp": {
|
|
307
283
|
"type": "string|any",
|
|
308
284
|
"description": ""
|
|
@@ -345,7 +321,7 @@
|
|
|
345
321
|
"description": "",
|
|
346
322
|
"default": false
|
|
347
323
|
},
|
|
348
|
-
"ETimeline/
|
|
324
|
+
"ETimeline/fit-markers-transition-duration": {
|
|
349
325
|
"type": "number",
|
|
350
326
|
"description": "",
|
|
351
327
|
"default": 800
|
|
@@ -364,84 +340,5 @@
|
|
|
364
340
|
"type": "boolean",
|
|
365
341
|
"description": "",
|
|
366
342
|
"default": true
|
|
367
|
-
},
|
|
368
|
-
"ETimeline/forbidden-intervals": {
|
|
369
|
-
"type": "array",
|
|
370
|
-
"description": ""
|
|
371
|
-
},
|
|
372
|
-
"ETimeline/forbidden-interval-color": {
|
|
373
|
-
"type": "string",
|
|
374
|
-
"description": "",
|
|
375
|
-
"default": "#ddd"
|
|
376
|
-
},
|
|
377
|
-
"ETimeline/focused-interval": {
|
|
378
|
-
"type": "object|any",
|
|
379
|
-
"description": ""
|
|
380
|
-
},
|
|
381
|
-
"ETimeline/locked": {
|
|
382
|
-
"type": "boolean",
|
|
383
|
-
"description": "",
|
|
384
|
-
"default": false
|
|
385
|
-
},
|
|
386
|
-
"EHeatmapBar/items": {
|
|
387
|
-
"type": "array",
|
|
388
|
-
"description": ""
|
|
389
|
-
},
|
|
390
|
-
"EHeatmapBar/selected-value": {
|
|
391
|
-
"type": "string|number",
|
|
392
|
-
"description": "",
|
|
393
|
-
"default": ""
|
|
394
|
-
},
|
|
395
|
-
"EHeatmapBar/show-counts": {
|
|
396
|
-
"type": "boolean",
|
|
397
|
-
"description": "",
|
|
398
|
-
"default": true
|
|
399
|
-
},
|
|
400
|
-
"EHeatmapBar/show-names": {
|
|
401
|
-
"type": "boolean",
|
|
402
|
-
"description": "",
|
|
403
|
-
"default": true
|
|
404
|
-
},
|
|
405
|
-
"EHeatmapBar/colors": {
|
|
406
|
-
"type": "array",
|
|
407
|
-
"description": ""
|
|
408
|
-
},
|
|
409
|
-
"EHeatmapBar/label": {
|
|
410
|
-
"type": "string",
|
|
411
|
-
"description": "",
|
|
412
|
-
"default": ""
|
|
413
|
-
},
|
|
414
|
-
"EHeatmapBar/dense": {
|
|
415
|
-
"type": "boolean",
|
|
416
|
-
"description": "",
|
|
417
|
-
"default": false
|
|
418
|
-
},
|
|
419
|
-
"EHoursHeatmap/items": {
|
|
420
|
-
"type": "array",
|
|
421
|
-
"description": ""
|
|
422
|
-
},
|
|
423
|
-
"EHoursHeatmap/selected-hour": {
|
|
424
|
-
"type": "string|number",
|
|
425
|
-
"description": "",
|
|
426
|
-
"default": ""
|
|
427
|
-
},
|
|
428
|
-
"EHoursHeatmap/show-hours": {
|
|
429
|
-
"type": "boolean",
|
|
430
|
-
"description": "",
|
|
431
|
-
"default": true
|
|
432
|
-
},
|
|
433
|
-
"EHoursHeatmap/colors": {
|
|
434
|
-
"type": "array",
|
|
435
|
-
"description": ""
|
|
436
|
-
},
|
|
437
|
-
"EHoursHeatmap/label": {
|
|
438
|
-
"type": "string",
|
|
439
|
-
"description": "",
|
|
440
|
-
"default": ""
|
|
441
|
-
},
|
|
442
|
-
"EHoursHeatmap/dense": {
|
|
443
|
-
"type": "boolean",
|
|
444
|
-
"description": "",
|
|
445
|
-
"default": false
|
|
446
343
|
}
|
|
447
344
|
}
|