@evercam/ui 0.0.55-beta.9 → 0.0.57

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.
@@ -345,7 +345,7 @@
345
345
  "description": "",
346
346
  "default": false
347
347
  },
348
- "ETimeline/fit-markers-transition-duration": {
348
+ "ETimeline/zoom-to-interval-transition-duration": {
349
349
  "type": "number",
350
350
  "description": "",
351
351
  "default": 800
@@ -373,5 +373,116 @@
373
373
  "type": "string",
374
374
  "description": "",
375
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
385
+ },
386
+ "ETimeline/timezone": {
387
+ "type": "string|any",
388
+ "description": ""
389
+ },
390
+ "EHeatmapBar/items": {
391
+ "type": "array",
392
+ "description": ""
393
+ },
394
+ "EHeatmapBar/selected-value": {
395
+ "type": "string|number",
396
+ "description": "",
397
+ "default": ""
398
+ },
399
+ "EHeatmapBar/show-counts": {
400
+ "type": "boolean",
401
+ "description": "",
402
+ "default": true
403
+ },
404
+ "EHeatmapBar/show-names": {
405
+ "type": "boolean",
406
+ "description": "",
407
+ "default": true
408
+ },
409
+ "EHeatmapBar/colors": {
410
+ "type": "array",
411
+ "description": ""
412
+ },
413
+ "EHeatmapBar/label": {
414
+ "type": "string",
415
+ "description": "",
416
+ "default": ""
417
+ },
418
+ "EHeatmapBar/dense": {
419
+ "type": "boolean",
420
+ "description": "",
421
+ "default": false
422
+ },
423
+ "EHoursHeatmap/items": {
424
+ "type": "array",
425
+ "description": ""
426
+ },
427
+ "EHoursHeatmap/selected-hour": {
428
+ "type": "string|number",
429
+ "description": "",
430
+ "default": ""
431
+ },
432
+ "EHoursHeatmap/show-hours": {
433
+ "type": "boolean",
434
+ "description": "",
435
+ "default": true
436
+ },
437
+ "EHoursHeatmap/colors": {
438
+ "type": "array",
439
+ "description": ""
440
+ },
441
+ "EHoursHeatmap/label": {
442
+ "type": "string",
443
+ "description": "",
444
+ "default": ""
445
+ },
446
+ "EHoursHeatmap/dense": {
447
+ "type": "boolean",
448
+ "description": "",
449
+ "default": false
450
+ },
451
+ "EReadMore/content": {
452
+ "type": "array|string",
453
+ "description": ""
454
+ },
455
+ "EReadMore/max-length": {
456
+ "type": "number",
457
+ "description": ""
458
+ },
459
+ "EReadMore/show-all": {
460
+ "type": "boolean",
461
+ "description": "",
462
+ "default": false
463
+ },
464
+ "EReadMore/expand-text": {
465
+ "type": "string",
466
+ "description": "",
467
+ "default": "see more..."
468
+ },
469
+ "EReadMore/collapse-text": {
470
+ "type": "string",
471
+ "description": "",
472
+ "default": "less"
473
+ },
474
+ "EReadMore/more-text-with-placeholder": {
475
+ "type": "string",
476
+ "description": "",
477
+ "default": "and {count} more..."
478
+ },
479
+ "ETruncatedDiv/width": {
480
+ "type": "string|number",
481
+ "description": ""
482
+ },
483
+ "ETruncatedDiv/fixed-width": {
484
+ "type": "boolean",
485
+ "description": "",
486
+ "default": false
376
487
  }
377
488
  }