@evercam/ui 0.0.55-beta.3 → 0.0.55-beta.31
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/dist/attributes.json +127 -1
- package/dist/index.mjs +1750 -1340
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/EHeatmapBar.vue.d.ts +3 -0
- package/dist/src/components/EHoursHeatmap.vue.d.ts +3 -0
- package/dist/src/components/EReadMore.vue.d.ts +24 -0
- package/dist/src/components/ETimeline.vue.d.ts +33 -9
- package/dist/src/components/ETimelineMilestone.vue.d.ts +2 -2
- package/dist/src/components/ETruncatedDiv.vue.d.ts +8 -0
- package/dist/src/index.d.ts +65 -9
- package/dist/src/types.d.ts +17 -0
- package/dist/style.css +1 -1
- package/dist/styles.css +19 -0
- package/dist/tags.json +49 -2
- package/dist/web-types.json +305 -3
- package/package.json +1 -1
package/dist/attributes.json
CHANGED
|
@@ -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/
|
|
348
|
+
"ETimeline/zoom-to-interval-transition-duration": {
|
|
344
349
|
"type": "number",
|
|
345
350
|
"description": "",
|
|
346
351
|
"default": 800
|
|
@@ -354,5 +359,126 @@
|
|
|
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
|
+
"EHeatmapBar/items": {
|
|
387
|
+
"type": "array",
|
|
388
|
+
"description": ""
|
|
389
|
+
},
|
|
390
|
+
"EHeatmapBar/selected-value": {
|
|
391
|
+
"type": "string|number",
|
|
392
|
+
"description": "",
|
|
393
|
+
"default": ""
|
|
394
|
+
},
|
|
395
|
+
"EHeatmapBar/show-counts": {
|
|
396
|
+
"type": "boolean",
|
|
397
|
+
"description": "",
|
|
398
|
+
"default": true
|
|
399
|
+
},
|
|
400
|
+
"EHeatmapBar/show-names": {
|
|
401
|
+
"type": "boolean",
|
|
402
|
+
"description": "",
|
|
403
|
+
"default": true
|
|
404
|
+
},
|
|
405
|
+
"EHeatmapBar/colors": {
|
|
406
|
+
"type": "array",
|
|
407
|
+
"description": ""
|
|
408
|
+
},
|
|
409
|
+
"EHeatmapBar/label": {
|
|
410
|
+
"type": "string",
|
|
411
|
+
"description": "",
|
|
412
|
+
"default": ""
|
|
413
|
+
},
|
|
414
|
+
"EHeatmapBar/dense": {
|
|
415
|
+
"type": "boolean",
|
|
416
|
+
"description": "",
|
|
417
|
+
"default": false
|
|
418
|
+
},
|
|
419
|
+
"EHoursHeatmap/items": {
|
|
420
|
+
"type": "array",
|
|
421
|
+
"description": ""
|
|
422
|
+
},
|
|
423
|
+
"EHoursHeatmap/selected-hour": {
|
|
424
|
+
"type": "string|number",
|
|
425
|
+
"description": "",
|
|
426
|
+
"default": ""
|
|
427
|
+
},
|
|
428
|
+
"EHoursHeatmap/show-hours": {
|
|
429
|
+
"type": "boolean",
|
|
430
|
+
"description": "",
|
|
431
|
+
"default": true
|
|
432
|
+
},
|
|
433
|
+
"EHoursHeatmap/colors": {
|
|
434
|
+
"type": "array",
|
|
435
|
+
"description": ""
|
|
436
|
+
},
|
|
437
|
+
"EHoursHeatmap/label": {
|
|
438
|
+
"type": "string",
|
|
439
|
+
"description": "",
|
|
440
|
+
"default": ""
|
|
441
|
+
},
|
|
442
|
+
"EHoursHeatmap/dense": {
|
|
443
|
+
"type": "boolean",
|
|
444
|
+
"description": "",
|
|
445
|
+
"default": false
|
|
446
|
+
},
|
|
447
|
+
"EReadMore/content": {
|
|
448
|
+
"type": "array|string",
|
|
449
|
+
"description": ""
|
|
450
|
+
},
|
|
451
|
+
"EReadMore/max-length": {
|
|
452
|
+
"type": "number",
|
|
453
|
+
"description": ""
|
|
454
|
+
},
|
|
455
|
+
"EReadMore/show-all": {
|
|
456
|
+
"type": "boolean",
|
|
457
|
+
"description": "",
|
|
458
|
+
"default": false
|
|
459
|
+
},
|
|
460
|
+
"EReadMore/expand-text": {
|
|
461
|
+
"type": "string",
|
|
462
|
+
"description": "",
|
|
463
|
+
"default": "see more..."
|
|
464
|
+
},
|
|
465
|
+
"EReadMore/collapse-text": {
|
|
466
|
+
"type": "string",
|
|
467
|
+
"description": "",
|
|
468
|
+
"default": "less"
|
|
469
|
+
},
|
|
470
|
+
"EReadMore/more-text-with-placeholder": {
|
|
471
|
+
"type": "string",
|
|
472
|
+
"description": "",
|
|
473
|
+
"default": "and {count} more..."
|
|
474
|
+
},
|
|
475
|
+
"ETruncatedDiv/width": {
|
|
476
|
+
"type": "string|number",
|
|
477
|
+
"description": ""
|
|
478
|
+
},
|
|
479
|
+
"ETruncatedDiv/fixed-width": {
|
|
480
|
+
"type": "boolean",
|
|
481
|
+
"description": "",
|
|
482
|
+
"default": false
|
|
357
483
|
}
|
|
358
484
|
}
|