@evercam/ui 0.0.55-beta.8 → 0.0.56

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.
@@ -303,14 +303,6 @@
303
303
  "type": "string",
304
304
  "description": ""
305
305
  },
306
- "ETimeline/min-visible-date": {
307
- "type": "string",
308
- "description": ""
309
- },
310
- "ETimeline/max-visible-date": {
311
- "type": "string",
312
- "description": ""
313
- },
314
306
  "ETimeline/cursor-timestamp": {
315
307
  "type": "string|any",
316
308
  "description": ""
@@ -353,7 +345,7 @@
353
345
  "description": "",
354
346
  "default": false
355
347
  },
356
- "ETimeline/fit-markers-transition-duration": {
348
+ "ETimeline/zoom-to-interval-transition-duration": {
357
349
  "type": "number",
358
350
  "description": "",
359
351
  "default": 800
@@ -372,5 +364,23 @@
372
364
  "type": "boolean",
373
365
  "description": "",
374
366
  "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
375
385
  }
376
386
  }