@evercam/ui 0.0.53-beta.6 → 0.0.54
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 +29 -1
- package/dist/index.mjs +3248 -2810
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +16 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +51 -7
- package/dist/src/components/ETimelineMilestone.vue.d.ts +39 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +1 -2
- package/dist/src/index.d.ts +50 -7
- package/dist/src/types.d.ts +17 -2
- package/dist/style.css +1 -1
- package/dist/tags.json +7 -1
- package/dist/web-types.json +57 -3
- package/package.json +2 -1
package/dist/attributes.json
CHANGED
|
@@ -290,6 +290,14 @@
|
|
|
290
290
|
"description": "",
|
|
291
291
|
"default": 850000
|
|
292
292
|
},
|
|
293
|
+
"ETimeline/min-date": {
|
|
294
|
+
"type": "string",
|
|
295
|
+
"description": ""
|
|
296
|
+
},
|
|
297
|
+
"ETimeline/max-date": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"description": ""
|
|
300
|
+
},
|
|
293
301
|
"ETimeline/cursor-timestamp": {
|
|
294
302
|
"type": "string|any",
|
|
295
303
|
"description": ""
|
|
@@ -306,7 +314,7 @@
|
|
|
306
314
|
"ETimeline/pan-transition-duration": {
|
|
307
315
|
"type": "number",
|
|
308
316
|
"description": "",
|
|
309
|
-
"default":
|
|
317
|
+
"default": 800
|
|
310
318
|
},
|
|
311
319
|
"ETimeline/selected-date": {
|
|
312
320
|
"type": "string",
|
|
@@ -326,5 +334,25 @@
|
|
|
326
334
|
"type": "boolean",
|
|
327
335
|
"description": "",
|
|
328
336
|
"default": true
|
|
337
|
+
},
|
|
338
|
+
"ETimeline/fit-markers-on-change": {
|
|
339
|
+
"type": "boolean",
|
|
340
|
+
"description": "",
|
|
341
|
+
"default": false
|
|
342
|
+
},
|
|
343
|
+
"ETimeline/fit-markers-transition-duration": {
|
|
344
|
+
"type": "number",
|
|
345
|
+
"description": "",
|
|
346
|
+
"default": 800
|
|
347
|
+
},
|
|
348
|
+
"ETimeline/zoom-to-boundaries-transition-duration": {
|
|
349
|
+
"type": "number",
|
|
350
|
+
"description": "",
|
|
351
|
+
"default": 0
|
|
352
|
+
},
|
|
353
|
+
"ETimeline/milestone-bullet-size": {
|
|
354
|
+
"type": "number",
|
|
355
|
+
"description": "",
|
|
356
|
+
"default": 18
|
|
329
357
|
}
|
|
330
358
|
}
|