@evercam/ui 0.0.65 → 1.0.0-1b091ef3a

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.
Files changed (95) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/README.md +2 -2
  3. package/dist/attributes.json +796 -69
  4. package/dist/components/EActionButton.vue.d.ts +17 -0
  5. package/dist/components/EAvatar.vue.d.ts +2 -0
  6. package/dist/components/{EFlagIcon.vue.d.ts → ECard.vue.d.ts} +1 -1
  7. package/dist/components/ECheckbox.vue.d.ts +5 -0
  8. package/dist/components/ECopyToClipboardBtn.vue.d.ts +31 -0
  9. package/dist/components/EDialog.vue.d.ts +34 -0
  10. package/dist/components/EDivider.vue.d.ts +5 -0
  11. package/dist/components/EEvercamLogo.vue.d.ts +6 -0
  12. package/dist/components/EExpandableMenu.vue.d.ts +9 -8
  13. package/dist/components/EFadeTransition.vue.d.ts +7 -0
  14. package/dist/components/EFeedackButton.vue.d.ts +42 -0
  15. package/dist/components/EGlobalSearch.vue.d.ts +1 -1
  16. package/dist/components/EHeatmapBar.vue.d.ts +13 -2
  17. package/dist/components/EImagePlayer.vue.d.ts +127 -0
  18. package/dist/components/ELayout.vue.d.ts +32 -0
  19. package/dist/components/EPopover.vue.d.ts +17 -0
  20. package/dist/components/EPulsatingDot.vue.d.ts +19 -0
  21. package/dist/components/ERadioGroup.vue.d.ts +46 -0
  22. package/dist/components/ERangeSlider.vue.d.ts +31 -0
  23. package/dist/components/EReadMore.vue.d.ts +1 -0
  24. package/dist/components/ESchedulePicker.vue.d.ts +27 -0
  25. package/dist/components/ESelect.vue.d.ts +60 -0
  26. package/dist/components/ETabs.vue.d.ts +25 -0
  27. package/dist/components/EToggleSwitch.vue.d.ts +42 -17
  28. package/dist/components/ETooltip.vue.d.ts +16 -0
  29. package/dist/components/EVideoPlayer.vue.d.ts +4 -2
  30. package/dist/components/EVoiceInput.vue.d.ts +49 -0
  31. package/dist/components/EVoiceInputVolumeIndicator.vue.d.ts +13 -0
  32. package/dist/components/EZoomSlider.vue.d.ts +5 -0
  33. package/dist/components/EZoomableImg.vue.d.ts +160 -0
  34. package/dist/components/charts/ECursor.vue.d.ts +73 -0
  35. package/dist/components/charts/ECursorBehavior.vue.d.ts +21 -0
  36. package/dist/components/charts/ETimelineBarsChart.vue.d.ts +114 -0
  37. package/dist/components/charts/ETimelineForbiddenInterval.vue.d.ts +83 -0
  38. package/dist/components/charts/ETimelineGroupContainer.vue.d.ts +89 -0
  39. package/dist/components/charts/ETimelineLinesChart.vue.d.ts +105 -0
  40. package/dist/components/charts/ETimelineRectsChart.vue.d.ts +122 -0
  41. package/dist/components/charts/ETimelineRectsChartGroupedDots.vue.d.ts +83 -0
  42. package/dist/components/charts/ETimelineSVGDefs.vue.d.ts +24 -0
  43. package/dist/components/charts/EXAxis.vue.d.ts +82 -0
  44. package/dist/components/charts/EXAxisBackground.vue.d.ts +68 -0
  45. package/dist/components/charts/EXAxisDetailed.vue.d.ts +68 -0
  46. package/dist/components/charts/EXAxisOverview.vue.d.ts +68 -0
  47. package/dist/components/charts/EZoomBehavior.vue.d.ts +57 -0
  48. package/dist/components/charts/constants.d.ts +64 -0
  49. package/dist/components/chat/EChat.vue.d.ts +54 -0
  50. package/dist/components/chat/EChatBody.vue.d.ts +21 -0
  51. package/dist/components/chat/EChatFooter.vue.d.ts +9 -0
  52. package/dist/components/chat/EChatHeader.vue.d.ts +10 -0
  53. package/dist/components/chat/EChatInput.vue.d.ts +28 -0
  54. package/dist/components/chat/EChatMessage.vue.d.ts +39 -0
  55. package/dist/components/chat/EChatMessageActions.vue.d.ts +20 -0
  56. package/dist/components/chat/EChatSuggestionCard.vue.d.ts +13 -0
  57. package/dist/components/chat/EChatWrapper.vue.d.ts +9 -0
  58. package/dist/components/chat/EMarkdown.vue.d.ts +27 -0
  59. package/dist/components/chat/MarkdownProcessor.d.ts +59 -0
  60. package/dist/components/svgIcons/Brightness.vue.d.ts +5 -0
  61. package/dist/components/svgIcons/MarkUp.vue.d.ts +5 -0
  62. package/dist/components/svgIcons/Nerves.vue.d.ts +5 -0
  63. package/dist/components/svgIcons/Tag.vue.d.ts +6 -0
  64. package/dist/components/svgIcons/TagPlus.vue.d.ts +6 -0
  65. package/dist/components/svgIcons/index.d.ts +14 -2
  66. package/dist/components/{ETimeline.config.d.ts → timeline/ETimeline.config.d.ts} +1 -1
  67. package/dist/components/timeline/ETimeline.vue.d.ts +171 -0
  68. package/dist/components/timeline/ETimelineCursor.vue.d.ts +9 -0
  69. package/dist/components/timeline/ETimelineMarker.vue.d.ts +17 -0
  70. package/dist/components/timeline/ETimelineMarkers.vue.d.ts +31 -0
  71. package/dist/components/{ETimelineMilestone.vue.d.ts → timeline/ETimelineMilestone.vue.d.ts} +52 -17
  72. package/dist/components/timeline/ETimelineSelectedTimestampCursor.vue.d.ts +9 -0
  73. package/dist/constants.d.ts +8 -6
  74. package/dist/directives/clickOutside.d.ts +3 -0
  75. package/dist/directives/index.d.ts +3 -2
  76. package/dist/index.d.ts +776 -259
  77. package/dist/index.mjs +17184 -6229
  78. package/dist/index.mjs.map +1 -1
  79. package/dist/index.umd.js +70 -27
  80. package/dist/index.umd.js.map +1 -1
  81. package/dist/mixins/form-field.d.ts +12 -0
  82. package/dist/mixins/inactivity-listener.d.ts +5 -5
  83. package/dist/mixins/index.d.ts +4 -1
  84. package/dist/mixins/select-form-field.d.ts +44 -0
  85. package/dist/mixins/toggle-open.d.ts +14 -0
  86. package/dist/style.css +1 -1
  87. package/dist/styles.css +1 -38965
  88. package/dist/tags.json +241 -21
  89. package/dist/types.d.ts +152 -38
  90. package/dist/utils.d.ts +16 -0
  91. package/dist/web-types.json +1730 -139
  92. package/package.json +29 -10
  93. package/dist/components/ETimeline.vue.d.ts +0 -339
  94. package/dist/components/charts/classNames.d.ts +0 -7
  95. /package/dist/directives/{resize-observer.d.ts → resizeObserver.d.ts} +0 -0
@@ -29,6 +29,11 @@
29
29
  "description": "",
30
30
  "default": ""
31
31
  },
32
+ "EAvatar/background-classes": {
33
+ "type": "string",
34
+ "description": "",
35
+ "default": "e-bg-gradient-to-r e-from-purple-500 e-to-indigo-500"
36
+ },
32
37
  "EBadge/text": {
33
38
  "type": "string",
34
39
  "description": "",
@@ -195,7 +200,17 @@
195
200
  "description": "",
196
201
  "default": false
197
202
  },
198
- "EVideoPlayer/streaming-token": {
203
+ "EVideoPlayer/is-edge-video": {
204
+ "type": "boolean",
205
+ "description": "",
206
+ "default": false
207
+ },
208
+ "EVideoPlayer/edge-streaming-token": {
209
+ "type": "string",
210
+ "description": "",
211
+ "default": ""
212
+ },
213
+ "EVideoPlayer/auth-token": {
199
214
  "type": "string",
200
215
  "description": "",
201
216
  "default": ""
@@ -253,7 +268,7 @@
253
268
  "EVideoPlayer/loader-size": {
254
269
  "type": "string",
255
270
  "description": "",
256
- "default": "7xl"
271
+ "default": "SevenXl"
257
272
  },
258
273
  "EVideoPlayer/with-overlay-on-background": {
259
274
  "type": "boolean",
@@ -271,11 +286,8 @@
271
286
  },
272
287
  "ETimeline/events-groups": {
273
288
  "type": "object",
274
- "description": ""
275
- },
276
- "ETimeline/x-axes-config": {
277
- "type": "object",
278
- "description": ""
289
+ "description": "",
290
+ "default": null
279
291
  },
280
292
  "ETimeline/dark": {
281
293
  "type": "boolean",
@@ -299,11 +311,6 @@
299
311
  "description": "",
300
312
  "default": true
301
313
  },
302
- "ETimeline/disable-zoom": {
303
- "type": "boolean",
304
- "description": "",
305
- "default": false
306
- },
307
314
  "ETimeline/insert-zeros-at-interval": {
308
315
  "type": "string",
309
316
  "description": ""
@@ -313,21 +320,11 @@
313
320
  "description": "",
314
321
  "default": true
315
322
  },
316
- "ETimeline/curtains": {
317
- "type": "boolean",
318
- "description": "",
319
- "default": false
320
- },
321
323
  "ETimeline/show-labels": {
322
324
  "type": "boolean",
323
325
  "description": "",
324
326
  "default": true
325
327
  },
326
- "ETimeline/rect-min-width": {
327
- "type": "number",
328
- "description": "",
329
- "default": 1
330
- },
331
328
  "ETimeline/bar-height": {
332
329
  "type": "number",
333
330
  "description": "",
@@ -338,11 +335,6 @@
338
335
  "description": "",
339
336
  "default": 0
340
337
  },
341
- "ETimeline/bar-xpadding": {
342
- "type": "number",
343
- "description": "",
344
- "default": 0
345
- },
346
338
  "ETimeline/chart-min-height": {
347
339
  "type": "number",
348
340
  "description": "",
@@ -353,16 +345,6 @@
353
345
  "description": "",
354
346
  "default": 18
355
347
  },
356
- "ETimeline/min-zoom": {
357
- "type": "number",
358
- "description": "",
359
- "default": 0.0001
360
- },
361
- "ETimeline/max-zoom": {
362
- "type": "number",
363
- "description": "",
364
- "default": 850000
365
- },
366
348
  "ETimeline/min-date": {
367
349
  "type": "string",
368
350
  "description": ""
@@ -371,34 +353,16 @@
371
353
  "type": "string",
372
354
  "description": ""
373
355
  },
374
- "ETimeline/cursor-timestamp": {
375
- "type": "string|any",
376
- "description": ""
377
- },
378
- "ETimeline/selected-class": {
379
- "type": "string|any",
380
- "description": ""
381
- },
382
356
  "ETimeline/pan-on-date-click": {
383
357
  "type": "boolean",
384
358
  "description": "",
385
359
  "default": false
386
360
  },
387
- "ETimeline/pan-transition-duration": {
388
- "type": "number",
389
- "description": "",
390
- "default": 800
391
- },
392
361
  "ETimeline/selected-date": {
393
362
  "type": "string",
394
363
  "description": "",
395
364
  "default": ""
396
365
  },
397
- "ETimeline/auto-resize": {
398
- "type": "boolean",
399
- "description": "",
400
- "default": true
401
- },
402
366
  "ETimeline/markers": {
403
367
  "type": "array",
404
368
  "description": ""
@@ -413,16 +377,6 @@
413
377
  "description": "",
414
378
  "default": false
415
379
  },
416
- "ETimeline/zoom-to-interval-transition-duration": {
417
- "type": "number",
418
- "description": "",
419
- "default": 800
420
- },
421
- "ETimeline/zoom-to-boundaries-transition-duration": {
422
- "type": "number",
423
- "description": "",
424
- "default": 0
425
- },
426
380
  "ETimeline/milestone-bullet-size": {
427
381
  "type": "number",
428
382
  "description": "",
@@ -465,6 +419,16 @@
465
419
  "description": "",
466
420
  "default": "top"
467
421
  },
422
+ "ETimeline/max-domain-padding": {
423
+ "type": "number",
424
+ "description": "",
425
+ "default": 0
426
+ },
427
+ "ETimeline/show-cursor": {
428
+ "type": "boolean",
429
+ "description": "",
430
+ "default": true
431
+ },
468
432
  "EVideoEmbed/video-url": {
469
433
  "type": "string",
470
434
  "description": ""
@@ -495,6 +459,11 @@
495
459
  "description": "",
496
460
  "default": true
497
461
  },
462
+ "EHeatmapBar/names-only": {
463
+ "type": "boolean",
464
+ "description": "",
465
+ "default": false
466
+ },
498
467
  "EHeatmapBar/show-names": {
499
468
  "type": "boolean",
500
469
  "description": "",
@@ -504,6 +473,10 @@
504
473
  "type": "array",
505
474
  "description": ""
506
475
  },
476
+ "EHeatmapBar/colors-dark": {
477
+ "type": "array",
478
+ "description": ""
479
+ },
507
480
  "EHeatmapBar/label": {
508
481
  "type": "string",
509
482
  "description": "",
@@ -514,6 +487,11 @@
514
487
  "description": "",
515
488
  "default": false
516
489
  },
490
+ "EHeatmapBar/dark": {
491
+ "type": "boolean",
492
+ "description": "",
493
+ "default": false
494
+ },
517
495
  "EHoursHeatmap/items": {
518
496
  "type": "array",
519
497
  "description": ""
@@ -570,6 +548,11 @@
570
548
  "description": "",
571
549
  "default": "and {count} more..."
572
550
  },
551
+ "EReadMore/one-per-line": {
552
+ "type": "boolean",
553
+ "description": "",
554
+ "default": false
555
+ },
573
556
  "ETruncatedDiv/width": {
574
557
  "type": "string|number",
575
558
  "description": ""
@@ -599,10 +582,49 @@
599
582
  "description": "",
600
583
  "default": false
601
584
  },
585
+ "EToggleSwitch/value": {
586
+ "type": "string|number|boolean|object|array",
587
+ "description": "",
588
+ "default": ""
589
+ },
590
+ "EToggleSwitch/label": {
591
+ "type": "string",
592
+ "description": "",
593
+ "default": ""
594
+ },
595
+ "EToggleSwitch/disabled": {
596
+ "type": "boolean",
597
+ "description": "",
598
+ "default": false
599
+ },
600
+ "EToggleSwitch/type": {
601
+ "type": "string",
602
+ "description": "",
603
+ "default": "text"
604
+ },
605
+ "EToggleSwitch/required": {
606
+ "type": "boolean",
607
+ "description": "",
608
+ "default": false
609
+ },
610
+ "EToggleSwitch/errors": {
611
+ "type": "array",
612
+ "description": ""
613
+ },
602
614
  "EToggleSwitch/options": {
603
615
  "type": "array",
604
616
  "description": ""
605
617
  },
618
+ "EToggleSwitch/set-initial-value": {
619
+ "type": "boolean",
620
+ "description": "",
621
+ "default": true
622
+ },
623
+ "EToggleSwitch/multiple": {
624
+ "type": "boolean",
625
+ "description": "",
626
+ "default": false
627
+ },
606
628
  "EToggleSwitch/color": {
607
629
  "type": "string",
608
630
  "description": "",
@@ -613,10 +635,10 @@
613
635
  "description": "",
614
636
  "default": "sm"
615
637
  },
616
- "EToggleSwitch/default-value": {
617
- "type": "string|number|boolean",
638
+ "EToggleSwitch/vertical": {
639
+ "type": "boolean",
618
640
  "description": "",
619
- "default": null
641
+ "default": false
620
642
  },
621
643
  "EExpandableMenu/padding": {
622
644
  "type": "number",
@@ -692,8 +714,713 @@
692
714
  "description": "",
693
715
  "default": ""
694
716
  },
695
- "EFlagIcon/code": {
717
+ "EImagePlayer/frames": {
718
+ "type": "array",
719
+ "description": ""
720
+ },
721
+ "EImagePlayer/time-per-frame": {
722
+ "type": "number",
723
+ "description": "",
724
+ "default": 500
725
+ },
726
+ "EImagePlayer/is-playing": {
727
+ "type": "boolean",
728
+ "description": "",
729
+ "default": false
730
+ },
731
+ "EImagePlayer/frame-index": {
732
+ "type": "number",
733
+ "description": "",
734
+ "default": 0
735
+ },
736
+ "EImagePlayer/height": {
737
+ "type": "string|number",
738
+ "description": "",
739
+ "default": 0
740
+ },
741
+ "EImagePlayer/initial-quality": {
742
+ "type": "string|number",
743
+ "description": "",
744
+ "default": "auto"
745
+ },
746
+ "EImagePlayer/preload": {
747
+ "type": "boolean",
748
+ "description": "",
749
+ "default": true
750
+ },
751
+ "EImagePlayer/preload-size": {
752
+ "type": "number",
753
+ "description": "",
754
+ "default": 10
755
+ },
756
+ "EImagePlayer/reset-index-on-frames-change": {
757
+ "type": "boolean",
758
+ "description": "",
759
+ "default": false
760
+ },
761
+ "EImagePlayer/preload-while-playing": {
762
+ "type": "boolean",
763
+ "description": "",
764
+ "default": true
765
+ },
766
+ "EImagePlayer/with-controls": {
767
+ "type": "boolean",
768
+ "description": "",
769
+ "default": true
770
+ },
771
+ "EImagePlayer/play-on-click": {
772
+ "type": "boolean",
773
+ "description": "",
774
+ "default": true
775
+ },
776
+ "EImagePlayer/disable-play-pause-animation": {
777
+ "type": "boolean",
778
+ "description": "",
779
+ "default": false
780
+ },
781
+ "EImagePlayer/disable-play-button": {
782
+ "type": "boolean",
783
+ "description": "",
784
+ "default": false
785
+ },
786
+ "EImagePlayer/is-live": {
787
+ "type": "boolean",
788
+ "description": "",
789
+ "default": false
790
+ },
791
+ "EImagePlayer/selected-snapshot-quality": {
792
+ "type": "string|number",
793
+ "description": "",
794
+ "default": "auto"
795
+ },
796
+ "EImagePlayer/placeholder-image": {
797
+ "type": "string",
798
+ "description": "",
799
+ "default": ""
800
+ },
801
+ "EImagePlayer/is-mobile": {
802
+ "type": "boolean",
803
+ "description": "",
804
+ "default": false
805
+ },
806
+ "EImagePlayer/is-zoomable": {
807
+ "type": "boolean",
808
+ "description": "",
809
+ "default": true
810
+ },
811
+ "EImagePlayer/is-annotation-active": {
812
+ "type": "boolean",
813
+ "description": "",
814
+ "default": false
815
+ },
816
+ "EImagePlayer/aspect-ratio": {
817
+ "type": "number",
818
+ "description": "",
819
+ "default": null
820
+ },
821
+ "EImagePlayer/preloading-queue-id": {
822
+ "type": "number",
823
+ "description": "",
824
+ "default": 0
825
+ },
826
+ "EZoomableImg/src": {
827
+ "type": "string",
828
+ "description": "",
829
+ "default": ""
830
+ },
831
+ "EZoomableImg/alt": {
696
832
  "type": "string",
833
+ "description": "",
834
+ "default": ""
835
+ },
836
+ "EZoomableImg/allow-zoom": {
837
+ "type": "boolean",
838
+ "description": "",
839
+ "default": true
840
+ },
841
+ "EZoomableImg/img-props": {
842
+ "type": "object",
843
+ "description": ""
844
+ },
845
+ "EZoomableImg/slider": {
846
+ "type": "boolean",
847
+ "description": "",
848
+ "default": true
849
+ },
850
+ "EZoomableImg/disabled": {
851
+ "type": "boolean",
852
+ "description": "",
853
+ "default": false
854
+ },
855
+ "EZoomableImg/hide-content-on-blur": {
856
+ "type": "boolean",
857
+ "description": "",
858
+ "default": true
859
+ },
860
+ "EZoomableImg/initial-params": {
861
+ "type": "object",
862
+ "description": ""
863
+ },
864
+ "EZoomableImg/embedded": {
865
+ "type": "boolean",
866
+ "description": "",
867
+ "default": false
868
+ },
869
+ "EZoomableImg/overlay-style": {
870
+ "type": "object",
871
+ "description": ""
872
+ },
873
+ "EZoomableImg/foreground-style": {
874
+ "type": "object",
875
+ "description": ""
876
+ },
877
+ "EZoomableImg/pan": {
878
+ "type": "boolean",
879
+ "description": "",
880
+ "default": true
881
+ },
882
+ "EZoomableImg/slot-transition": {
883
+ "type": "boolean",
884
+ "description": "",
885
+ "default": true
886
+ },
887
+ "EZoomableImg/height": {
888
+ "type": "string|number",
697
889
  "description": ""
890
+ },
891
+ "EZoomableImg/is-calendar-active": {
892
+ "type": "boolean",
893
+ "description": "",
894
+ "default": false
895
+ },
896
+ "EZoomableImg/blur-background": {
897
+ "type": "boolean",
898
+ "description": "",
899
+ "default": false
900
+ },
901
+ "EZoomableImg/cover": {
902
+ "type": "boolean",
903
+ "description": "",
904
+ "default": false
905
+ },
906
+ "EZoomableImg/is-widget": {
907
+ "type": "boolean",
908
+ "description": "",
909
+ "default": false
910
+ },
911
+ "EZoomableImg/is-annotation-active": {
912
+ "type": "boolean",
913
+ "description": "",
914
+ "default": false
915
+ },
916
+ "EZoomableImg/is-mobile": {
917
+ "type": "boolean",
918
+ "description": "",
919
+ "default": false
920
+ },
921
+ "EZoomableImg/placeholder-image": {
922
+ "type": "string",
923
+ "description": "",
924
+ "default": ""
925
+ },
926
+ "EZoomableImg/show-miniature": {
927
+ "type": "boolean",
928
+ "description": "",
929
+ "default": false
930
+ },
931
+ "EZoomableImg/miniature-width": {
932
+ "type": "number",
933
+ "description": "",
934
+ "default": 150
935
+ },
936
+ "EZoomSlider/dark": {
937
+ "type": "boolean",
938
+ "description": "",
939
+ "default": true
940
+ },
941
+ "EActionButton/tooltip-text": {
942
+ "type": "string",
943
+ "description": "",
944
+ "default": null
945
+ },
946
+ "EActionButton/tooltip-color": {
947
+ "type": "string",
948
+ "description": "",
949
+ "default": "default"
950
+ },
951
+ "EActionButton/tooltip-position": {
952
+ "type": "string",
953
+ "description": "",
954
+ "default": "top"
955
+ },
956
+ "EActionButton/button-classes": {
957
+ "type": "string|object|array",
958
+ "description": "",
959
+ "default": null
960
+ },
961
+ "EActionButton/icon": {
962
+ "type": "string",
963
+ "description": "",
964
+ "default": null
965
+ },
966
+ "EActionButton/icon-size": {
967
+ "type": "string",
968
+ "description": "",
969
+ "default": "sm"
970
+ },
971
+ "EActionButton/icon-color": {
972
+ "type": "string",
973
+ "description": "",
974
+ "default": "default"
975
+ },
976
+ "EActionButton/dark": {
977
+ "type": "boolean",
978
+ "description": "",
979
+ "default": true
980
+ },
981
+ "ETooltip/text": {
982
+ "type": "string",
983
+ "description": ""
984
+ },
985
+ "ETooltip/position": {
986
+ "type": "string",
987
+ "description": "",
988
+ "default": "top"
989
+ },
990
+ "ETooltip/color": {
991
+ "type": "string",
992
+ "description": "",
993
+ "default": "default"
994
+ },
995
+ "ETooltip/dark": {
996
+ "type": "boolean",
997
+ "description": "",
998
+ "default": false
999
+ },
1000
+ "ELayout/height": {
1001
+ "type": "string|number",
1002
+ "description": "",
1003
+ "default": null
1004
+ },
1005
+ "ELayout/with-overlay": {
1006
+ "type": "boolean",
1007
+ "description": "",
1008
+ "default": false
1009
+ },
1010
+ "EChat/dark": {
1011
+ "type": "boolean",
1012
+ "description": "",
1013
+ "default": false
1014
+ },
1015
+ "EChat/messages": {
1016
+ "type": "array",
1017
+ "description": ""
1018
+ },
1019
+ "EChat/user": {
1020
+ "type": "string",
1021
+ "description": "",
1022
+ "default": "You"
1023
+ },
1024
+ "EChat/embedded": {
1025
+ "type": "boolean",
1026
+ "description": "",
1027
+ "default": false
1028
+ },
1029
+ "EChat/show-header": {
1030
+ "type": "boolean",
1031
+ "description": "",
1032
+ "default": true
1033
+ },
1034
+ "EChat/inline-footer": {
1035
+ "type": "boolean",
1036
+ "description": "",
1037
+ "default": false
1038
+ },
1039
+ "EChat/height": {
1040
+ "type": "string",
1041
+ "description": ""
1042
+ },
1043
+ "EChat/width": {
1044
+ "type": "string",
1045
+ "description": ""
1046
+ },
1047
+ "EChat/show-user-avatar": {
1048
+ "type": "boolean",
1049
+ "description": "",
1050
+ "default": true
1051
+ },
1052
+ "EChat/show-copilot-avatar": {
1053
+ "type": "boolean",
1054
+ "description": "",
1055
+ "default": true
1056
+ },
1057
+ "EChat/readonly": {
1058
+ "type": "boolean",
1059
+ "description": "",
1060
+ "default": false
1061
+ },
1062
+ "EChat/is-loading": {
1063
+ "type": "boolean",
1064
+ "description": "",
1065
+ "default": false
1066
+ },
1067
+ "EChat/is-disabled": {
1068
+ "type": "boolean",
1069
+ "description": "",
1070
+ "default": false
1071
+ },
1072
+ "EChat/header-text": {
1073
+ "type": "string",
1074
+ "description": "",
1075
+ "default": "Evercam Copilot"
1076
+ },
1077
+ "EChat/input-placeholder": {
1078
+ "type": "string",
1079
+ "description": "",
1080
+ "default": "Message Copilot"
1081
+ },
1082
+ "EChat/loading-message": {
1083
+ "type": "string",
1084
+ "description": "",
1085
+ "default": ""
1086
+ },
1087
+ "EChat/suggestions": {
1088
+ "type": "array",
1089
+ "description": ""
1090
+ },
1091
+ "EChat/exposed-regexes": {
1092
+ "type": "array",
1093
+ "description": ""
1094
+ },
1095
+ "EChat/e-markdown-props": {
1096
+ "type": "object",
1097
+ "description": ""
1098
+ },
1099
+ "EChat/silence-timeout": {
1100
+ "type": "number",
1101
+ "description": "",
1102
+ "default": 1500
1103
+ },
1104
+ "ECopyToClipboardBtn/text": {
1105
+ "type": "function|string|number",
1106
+ "description": ""
1107
+ },
1108
+ "ECopyToClipboardBtn/button-text": {
1109
+ "type": "string",
1110
+ "description": "",
1111
+ "default": ""
1112
+ },
1113
+ "ECopyToClipboardBtn/button-classes": {
1114
+ "type": "string|object|array",
1115
+ "description": "",
1116
+ "default": null
1117
+ },
1118
+ "ECopyToClipboardBtn/description": {
1119
+ "type": "string",
1120
+ "description": "",
1121
+ "default": "Copy"
1122
+ },
1123
+ "ECopyToClipboardBtn/icon-type": {
1124
+ "type": "string",
1125
+ "description": "",
1126
+ "default": "far fa-copy"
1127
+ },
1128
+ "ECopyToClipboardBtn/text-only-button": {
1129
+ "type": "boolean",
1130
+ "description": "",
1131
+ "default": false
1132
+ },
1133
+ "ECopyToClipboardBtn/dark": {
1134
+ "type": "boolean",
1135
+ "description": "",
1136
+ "default": true
1137
+ },
1138
+ "EPopover/dark": {
1139
+ "type": "boolean",
1140
+ "description": "",
1141
+ "default": false
1142
+ },
1143
+ "EPopover/label": {
1144
+ "type": "string",
1145
+ "description": "",
1146
+ "default": "Click to open"
1147
+ },
1148
+ "EPopover/panel-side": {
1149
+ "type": "string",
1150
+ "description": "",
1151
+ "default": "center"
1152
+ },
1153
+ "EPopover/panel-classes": {
1154
+ "type": "object|string|array",
1155
+ "description": ""
1156
+ },
1157
+ "EVoiceRecorderToText/value": {
1158
+ "type": "string",
1159
+ "description": "",
1160
+ "default": ""
1161
+ },
1162
+ "EVoiceRecorderToText/dark": {
1163
+ "type": "boolean",
1164
+ "description": "",
1165
+ "default": false
1166
+ },
1167
+ "EVoiceRecorderToText/disabled": {
1168
+ "type": "boolean",
1169
+ "description": "",
1170
+ "default": false
1171
+ },
1172
+ "EVoiceRecorderToText/icon-size": {
1173
+ "type": "number",
1174
+ "description": "",
1175
+ "default": 10
1176
+ },
1177
+ "EVoiceRecorderToText/silence-timeout": {
1178
+ "type": "number",
1179
+ "description": "",
1180
+ "default": 1500
1181
+ },
1182
+ "ERadioGroup/value": {
1183
+ "type": "string|number|boolean|object|array",
1184
+ "description": "",
1185
+ "default": ""
1186
+ },
1187
+ "ERadioGroup/label": {
1188
+ "type": "string",
1189
+ "description": "",
1190
+ "default": ""
1191
+ },
1192
+ "ERadioGroup/disabled": {
1193
+ "type": "boolean",
1194
+ "description": "",
1195
+ "default": false
1196
+ },
1197
+ "ERadioGroup/type": {
1198
+ "type": "string",
1199
+ "description": "",
1200
+ "default": "text"
1201
+ },
1202
+ "ERadioGroup/required": {
1203
+ "type": "boolean",
1204
+ "description": "",
1205
+ "default": false
1206
+ },
1207
+ "ERadioGroup/errors": {
1208
+ "type": "array",
1209
+ "description": ""
1210
+ },
1211
+ "ERadioGroup/options": {
1212
+ "type": "array",
1213
+ "description": ""
1214
+ },
1215
+ "ERadioGroup/set-initial-value": {
1216
+ "type": "boolean",
1217
+ "description": "",
1218
+ "default": true
1219
+ },
1220
+ "ERadioGroup/multiple": {
1221
+ "type": "boolean",
1222
+ "description": "",
1223
+ "default": false
1224
+ },
1225
+ "ERadioGroup/dark": {
1226
+ "type": "boolean",
1227
+ "description": "",
1228
+ "default": false
1229
+ },
1230
+ "ERadioGroup/with-description": {
1231
+ "type": "boolean",
1232
+ "description": "",
1233
+ "default": true
1234
+ },
1235
+ "ESelect/value": {
1236
+ "type": "string|number|boolean|object|array",
1237
+ "description": "",
1238
+ "default": ""
1239
+ },
1240
+ "ESelect/label": {
1241
+ "type": "string",
1242
+ "description": "",
1243
+ "default": "Select an option"
1244
+ },
1245
+ "ESelect/disabled": {
1246
+ "type": "boolean",
1247
+ "description": "",
1248
+ "default": false
1249
+ },
1250
+ "ESelect/type": {
1251
+ "type": "string",
1252
+ "description": "",
1253
+ "default": "text"
1254
+ },
1255
+ "ESelect/required": {
1256
+ "type": "boolean",
1257
+ "description": "",
1258
+ "default": false
1259
+ },
1260
+ "ESelect/errors": {
1261
+ "type": "array",
1262
+ "description": ""
1263
+ },
1264
+ "ESelect/options": {
1265
+ "type": "array",
1266
+ "description": ""
1267
+ },
1268
+ "ESelect/set-initial-value": {
1269
+ "type": "boolean",
1270
+ "description": "",
1271
+ "default": true
1272
+ },
1273
+ "ESelect/multiple": {
1274
+ "type": "boolean",
1275
+ "description": "",
1276
+ "default": false
1277
+ },
1278
+ "ESelect/dark": {
1279
+ "type": "boolean",
1280
+ "description": "",
1281
+ "default": false
1282
+ },
1283
+ "ESelect/with-select-all": {
1284
+ "type": "boolean",
1285
+ "description": "",
1286
+ "default": false
1287
+ },
1288
+ "ESelect/custom-selection-label": {
1289
+ "type": "string",
1290
+ "description": "",
1291
+ "default": ""
1292
+ },
1293
+ "ESelect/name": {
1294
+ "type": "string",
1295
+ "description": "",
1296
+ "default": "Items"
1297
+ },
1298
+ "ESelect/with-checkbox": {
1299
+ "type": "boolean",
1300
+ "description": "",
1301
+ "default": false
1302
+ },
1303
+ "ESelect/searchable": {
1304
+ "type": "boolean",
1305
+ "description": "",
1306
+ "default": false
1307
+ },
1308
+ "ESelect/search-placeholder": {
1309
+ "type": "string",
1310
+ "description": "",
1311
+ "default": "Type to search..."
1312
+ },
1313
+ "ESelect/with-search-query-visible": {
1314
+ "type": "boolean",
1315
+ "description": "",
1316
+ "default": false
1317
+ },
1318
+ "ETabs/value": {
1319
+ "type": "string|number|boolean|object|array",
1320
+ "description": "",
1321
+ "default": ""
1322
+ },
1323
+ "ETabs/label": {
1324
+ "type": "string",
1325
+ "description": "",
1326
+ "default": ""
1327
+ },
1328
+ "ETabs/disabled": {
1329
+ "type": "boolean",
1330
+ "description": "",
1331
+ "default": false
1332
+ },
1333
+ "ETabs/type": {
1334
+ "type": "string",
1335
+ "description": "",
1336
+ "default": "text"
1337
+ },
1338
+ "ETabs/required": {
1339
+ "type": "boolean",
1340
+ "description": "",
1341
+ "default": false
1342
+ },
1343
+ "ETabs/errors": {
1344
+ "type": "array",
1345
+ "description": ""
1346
+ },
1347
+ "ETabs/dark": {
1348
+ "type": "boolean",
1349
+ "description": "",
1350
+ "default": false
1351
+ },
1352
+ "ETabs/vertical": {
1353
+ "type": "boolean",
1354
+ "description": "",
1355
+ "default": false
1356
+ },
1357
+ "ETabs/active-class": {
1358
+ "type": "string",
1359
+ "description": "",
1360
+ "default": null
1361
+ },
1362
+ "ECard/title": {
1363
+ "type": "string|any",
1364
+ "description": ""
1365
+ },
1366
+ "ECard/width": {
1367
+ "type": "number|string|any",
1368
+ "description": ""
1369
+ },
1370
+ "ECard/height": {
1371
+ "type": "number|string|any",
1372
+ "description": ""
1373
+ },
1374
+ "ECard/image-size": {
1375
+ "type": "number|string|any",
1376
+ "description": "",
1377
+ "default": 100
1378
+ },
1379
+ "ECard/image-padding": {
1380
+ "type": "number",
1381
+ "description": "",
1382
+ "default": 0
1383
+ },
1384
+ "ECard/image": {
1385
+ "type": "string|any",
1386
+ "description": ""
1387
+ },
1388
+ "ECard/blur-background": {
1389
+ "type": "boolean",
1390
+ "description": "",
1391
+ "default": false
1392
+ },
1393
+ "ECard/image-translation": {
1394
+ "type": "number|any",
1395
+ "description": ""
1396
+ },
1397
+ "ECard/dark": {
1398
+ "type": "boolean",
1399
+ "description": "",
1400
+ "default": false
1401
+ },
1402
+ "ESchedulePicker/schedule-type": {
1403
+ "type": "string",
1404
+ "description": "",
1405
+ "default": "continuous"
1406
+ },
1407
+ "ESchedulePicker/preload-schedule": {
1408
+ "type": "object|string",
1409
+ "description": ""
1410
+ },
1411
+ "ESchedulePicker/edit-mode": {
1412
+ "type": "boolean",
1413
+ "description": "",
1414
+ "default": true
1415
+ },
1416
+ "ESchedulePicker/dark": {
1417
+ "type": "boolean",
1418
+ "description": "",
1419
+ "default": false
1420
+ },
1421
+ "ESchedulePicker/step": {
1422
+ "type": "number",
1423
+ "description": "",
1424
+ "default": 15
698
1425
  }
699
1426
  }