@evercam/ui 0.0.55-beta.34 → 0.0.55-beta.35
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/README.md +0 -1
- package/dist/attributes.json +39 -13
- package/dist/index.mjs +1272 -1637
- 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/ECompareSeparator.vue.d.ts +7 -0
- package/dist/src/components/ETimeline.vue.d.ts +1 -0
- package/dist/src/components/ETruncatedDiv.vue.d.ts +8 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +15 -197
- package/dist/src/constants.d.ts +0 -1
- package/dist/src/index.d.ts +25 -285
- package/dist/src/types.d.ts +1 -9
- package/dist/style.css +1 -1
- package/dist/styles.css +6 -110
- package/dist/tags.json +22 -6
- package/dist/web-types.json +99 -35
- package/package.json +1 -1
- package/dist/src/components/EToggleSwitch.vue.d.ts +0 -34
- package/dist/src/components/EZoomable.vue.d.ts +0 -73
package/README.md
CHANGED
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": ""
|
|
@@ -356,6 +383,10 @@
|
|
|
356
383
|
"description": "",
|
|
357
384
|
"default": false
|
|
358
385
|
},
|
|
386
|
+
"ETimeline/timezone": {
|
|
387
|
+
"type": "string|any",
|
|
388
|
+
"description": ""
|
|
389
|
+
},
|
|
359
390
|
"EHeatmapBar/items": {
|
|
360
391
|
"type": "array",
|
|
361
392
|
"description": ""
|
|
@@ -445,23 +476,18 @@
|
|
|
445
476
|
"description": "",
|
|
446
477
|
"default": "and {count} more..."
|
|
447
478
|
},
|
|
448
|
-
"
|
|
449
|
-
"type": "
|
|
479
|
+
"ETruncatedDiv/width": {
|
|
480
|
+
"type": "string|number",
|
|
450
481
|
"description": ""
|
|
451
482
|
},
|
|
452
|
-
"
|
|
453
|
-
"type": "
|
|
454
|
-
"description": "",
|
|
455
|
-
"default": "brand"
|
|
456
|
-
},
|
|
457
|
-
"EToggleSwitch/size": {
|
|
458
|
-
"type": "string",
|
|
483
|
+
"ETruncatedDiv/fixed-width": {
|
|
484
|
+
"type": "boolean",
|
|
459
485
|
"description": "",
|
|
460
|
-
"default":
|
|
486
|
+
"default": false
|
|
461
487
|
},
|
|
462
|
-
"
|
|
463
|
-
"type": "
|
|
488
|
+
"ECompareSeparator/x-offset": {
|
|
489
|
+
"type": "number|string",
|
|
464
490
|
"description": "",
|
|
465
|
-
"default":
|
|
491
|
+
"default": 50
|
|
466
492
|
}
|
|
467
493
|
}
|