@evercam/ui 0.0.55-beta.22 → 0.0.55-beta.23

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
+ //
@@ -253,6 +253,11 @@
253
253
  "description": "",
254
254
  "default": 60
255
255
  },
256
+ "ETimeline/chart-min-label-height": {
257
+ "type": "number",
258
+ "description": "",
259
+ "default": 18
260
+ },
256
261
  "ETimeline/min-zoom": {
257
262
  "type": "number",
258
263
  "description": "",
@@ -271,14 +276,6 @@
271
276
  "type": "string",
272
277
  "description": ""
273
278
  },
274
- "ETimeline/min-visible-date": {
275
- "type": "string",
276
- "description": ""
277
- },
278
- "ETimeline/max-visible-date": {
279
- "type": "string",
280
- "description": ""
281
- },
282
279
  "ETimeline/cursor-timestamp": {
283
280
  "type": "string|any",
284
281
  "description": ""
@@ -321,7 +318,7 @@
321
318
  "description": "",
322
319
  "default": false
323
320
  },
324
- "ETimeline/fit-markers-transition-duration": {
321
+ "ETimeline/zoom-to-interval-transition-duration": {
325
322
  "type": "number",
326
323
  "description": "",
327
324
  "default": 800
@@ -341,6 +338,85 @@
341
338
  "description": "",
342
339
  "default": true
343
340
  },
341
+ "ETimeline/forbidden-intervals": {
342
+ "type": "array",
343
+ "description": ""
344
+ },
345
+ "ETimeline/forbidden-interval-color": {
346
+ "type": "string",
347
+ "description": "",
348
+ "default": "#ddd"
349
+ },
350
+ "ETimeline/focused-interval": {
351
+ "type": "object|any",
352
+ "description": ""
353
+ },
354
+ "ETimeline/locked": {
355
+ "type": "boolean",
356
+ "description": "",
357
+ "default": false
358
+ },
359
+ "EHeatmapBar/items": {
360
+ "type": "array",
361
+ "description": ""
362
+ },
363
+ "EHeatmapBar/selected-value": {
364
+ "type": "string|number",
365
+ "description": "",
366
+ "default": ""
367
+ },
368
+ "EHeatmapBar/show-counts": {
369
+ "type": "boolean",
370
+ "description": "",
371
+ "default": true
372
+ },
373
+ "EHeatmapBar/show-names": {
374
+ "type": "boolean",
375
+ "description": "",
376
+ "default": true
377
+ },
378
+ "EHeatmapBar/colors": {
379
+ "type": "array",
380
+ "description": ""
381
+ },
382
+ "EHeatmapBar/label": {
383
+ "type": "string",
384
+ "description": "",
385
+ "default": ""
386
+ },
387
+ "EHeatmapBar/dense": {
388
+ "type": "boolean",
389
+ "description": "",
390
+ "default": false
391
+ },
392
+ "EHoursHeatmap/items": {
393
+ "type": "array",
394
+ "description": ""
395
+ },
396
+ "EHoursHeatmap/selected-hour": {
397
+ "type": "string|number",
398
+ "description": "",
399
+ "default": ""
400
+ },
401
+ "EHoursHeatmap/show-hours": {
402
+ "type": "boolean",
403
+ "description": "",
404
+ "default": true
405
+ },
406
+ "EHoursHeatmap/colors": {
407
+ "type": "array",
408
+ "description": ""
409
+ },
410
+ "EHoursHeatmap/label": {
411
+ "type": "string",
412
+ "description": "",
413
+ "default": ""
414
+ },
415
+ "EHoursHeatmap/dense": {
416
+ "type": "boolean",
417
+ "description": "",
418
+ "default": false
419
+ },
344
420
  "EToggleSwitch/options": {
345
421
  "type": "array",
346
422
  "description": ""