@evercam/ui 0.0.54-beta.1 → 0.0.55-beta-37

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/README.md CHANGED
@@ -45,3 +45,4 @@ You can preview the components and their stories by running the [Histoire](https
45
45
 
46
46
  `yarn story:dev`
47
47
  ..........
48
+ ..
@@ -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": "",
@@ -340,7 +345,7 @@
340
345
  "description": "",
341
346
  "default": false
342
347
  },
343
- "ETimeline/fit-markers-transition-duration": {
348
+ "ETimeline/zoom-to-interval-transition-duration": {
344
349
  "type": "number",
345
350
  "description": "",
346
351
  "default": 800
@@ -354,5 +359,135 @@
354
359
  "type": "number",
355
360
  "description": "",
356
361
  "default": 18
362
+ },
363
+ "ETimeline/milestones-first": {
364
+ "type": "boolean",
365
+ "description": "",
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
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
487
+ },
488
+ "ECompareSeparator/x-offset": {
489
+ "type": "number|string",
490
+ "description": "",
491
+ "default": 50
357
492
  }
358
493
  }