@evercam/ui 0.0.55-beta.7 → 0.0.55-beta.9

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.
@@ -280,6 +280,11 @@
280
280
  "description": "",
281
281
  "default": 60
282
282
  },
283
+ "ETimeline/chart-min-label-height": {
284
+ "type": "number",
285
+ "description": "",
286
+ "default": 18
287
+ },
283
288
  "ETimeline/min-zoom": {
284
289
  "type": "number",
285
290
  "description": "",
@@ -298,14 +303,6 @@
298
303
  "type": "string",
299
304
  "description": ""
300
305
  },
301
- "ETimeline/min-visible-date": {
302
- "type": "string",
303
- "description": ""
304
- },
305
- "ETimeline/max-visible-date": {
306
- "type": "string",
307
- "description": ""
308
- },
309
306
  "ETimeline/cursor-timestamp": {
310
307
  "type": "string|any",
311
308
  "description": ""
@@ -367,5 +364,14 @@
367
364
  "type": "boolean",
368
365
  "description": "",
369
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"
370
376
  }
371
377
  }