@evercam/ui 0.0.52-beta.15 → 0.0.52-beta.16

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.
@@ -293,6 +293,11 @@
293
293
  "description": "",
294
294
  "default": 500
295
295
  },
296
+ "ETimeline/selected-date": {
297
+ "type": "string",
298
+ "description": "",
299
+ "default": ""
300
+ },
296
301
  "ETimeline/auto-resize": {
297
302
  "type": "boolean",
298
303
  "description": "",
package/dist/index.mjs CHANGED
@@ -5108,6 +5108,10 @@ const qt = {
5108
5108
  type: Number,
5109
5109
  default: 500
5110
5110
  },
5111
+ selectedDate: {
5112
+ type: String,
5113
+ default: ""
5114
+ },
5111
5115
  autoResize: {
5112
5116
  type: Boolean,
5113
5117
  default: !0
@@ -5299,6 +5303,9 @@ const qt = {
5299
5303
  this.cursor.style.left = t + "px", this.isHoveringTimeline = !0;
5300
5304
  } else
5301
5305
  this.isHoveringTimeline = !1;
5306
+ },
5307
+ selectedDate(e) {
5308
+ e && this.panToTimestamp(e);
5302
5309
  }
5303
5310
  },
5304
5311
  created() {