@evercam/ui 0.0.55-beta.21 → 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 +1 -0
- package/dist/attributes.json +9 -45
- package/dist/index.mjs +1503 -1163
- 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/EToggleSwitch.vue.d.ts +34 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +170 -15
- package/dist/src/components/EZoomable.vue.d.ts +64 -0
- package/dist/src/constants.d.ts +1 -0
- package/dist/src/index.d.ts +248 -33
- package/dist/src/types.d.ts +9 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +108 -4
- package/dist/tags.json +5 -18
- package/dist/web-types.json +30 -95
- package/package.json +1 -1
- package/dist/src/components/EReadMore.vue.d.ts +0 -24
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.e-spinner[data-v-29711f67]{vertical-align:center}.e-spinner__primary[data-v-29711f67],.e-spinner__secondary[data-v-29711f67]{stroke-width:0;animation:fade-29711f67;animation-iteration-count:infinite}@keyframes fade-29711f67{0%{fill-opacity:0}50%{fill-opacity:1}to{fill-opacity:0}}.e-row.e-row--no-gutters{margin:0}.e-row.e-row--no-gutters>.e-col{padding:0}.e-col{padding:.75rem}.spinner-container[data-v-
|
|
1
|
+
.e-spinner[data-v-29711f67]{vertical-align:center}.e-spinner__primary[data-v-29711f67],.e-spinner__secondary[data-v-29711f67]{stroke-width:0;animation:fade-29711f67;animation-iteration-count:infinite}@keyframes fade-29711f67{0%{fill-opacity:0}50%{fill-opacity:1}to{fill-opacity:0}}.e-row.e-row--no-gutters{margin:0}.e-row.e-row--no-gutters>.e-col{padding:0}.e-col{padding:.75rem}.e-transform-0[data-v-59c1a333]{transform-origin:0 0}.image-player-overlay{position:absolute;left:50%;top:50%;width:52px;height:52px;z-index:19;margin-left:-26px;margin-top:-26px;background:rgba(0,0,0,.5);border-radius:26px;-webkit-animation:overlay-fadeout .5s linear 1 normal forwards;animation:overlay-fadeout .5s linear 1 normal forwards;pointer-events:none}.image-player-overlay__wrapper{height:40px;width:40px}.image-player-overlay__wrapper>path{fill:#fff}@-webkit-keyframes overlay-fadeout{0%{opacity:1}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes overlay-fadeout{0%{opacity:1}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}.spinner-container[data-v-1c971559]{position:absolute;background:linear-gradient(to top,rgba(0,0,0,.65),transparent);inset:0;display:flex;justify-content:center;align-items:center;vertical-align:middle}.video-container[data-v-1c971559]{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;margin:0 auto}.video-container.full-screen[data-v-1c971559]{max-width:initial;width:100%;max-height:100vh}video[data-v-1c971559]{width:100%;height:inherit}.video-controls-container[data-v-1c971559]{position:absolute;bottom:0;left:0;right:0;color:#fff;z-index:100;opacity:0;transition:opacity .15s ease-in-out}.hide[data-v-1c971559]{display:none}.video-controls-container[data-v-1c971559]:before{content:"";position:absolute;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);width:100%;aspect-ratio:6 / 1;z-index:-1;pointer-events:none}.video-container:hover .video-controls-container[data-v-1c971559],.video-container:focus-within .video-controls-container[data-v-1c971559],.video-container.paused .video-controls-container[data-v-1c971559]{opacity:1}.video-controls-container .controls[data-v-1c971559]{display:flex;gap:.5rem;padding:.75rem 1rem;align-items:center;width:100%}.video-controls-container .controls button[data-v-1c971559]{background:none;border:none;color:inherit;padding:0;height:32px;width:32px;font-size:1.35rem;cursor:pointer;opacity:.85;transition:opacity .15s ease-in-out}.video-controls-container .controls button[data-v-1c971559]:hover{opacity:1}.duration-container[data-v-1c971559]{display:flex;align-items:center;gap:.25rem;flex-grow:1}.video-container.captions .captions-btn[data-v-1c971559]{border-bottom:3px solid red}.video-controls-container .controls button.wide-btn[data-v-1c971559]{width:50px}.timeline-container[data-v-1c971559]{width:100%;height:7px;margin-inline:.5rem;cursor:pointer;display:flex;align-items:center}.timeline[data-v-1c971559]{background-color:#64646480;height:3px;width:100%;position:relative}.timeline[data-v-1c971559]:before{content:"";position:absolute;left:0;top:0;bottom:0;right:calc(100% - var(--preview-position) * 100%);background-color:#969696;display:none}.timeline[data-v-1c971559]:after{content:"";position:absolute;left:0;top:0;bottom:0;right:calc(100% - var(--progress-position) * 100%);background-color:red}.timeline .thumb-indicator[data-v-1c971559]{--scale: 0;position:absolute;transform:translate(-50%) scale(var(--scale));height:200%;top:-50%;left:calc(var(--progress-position) * 100%);background-color:red;border-radius:50%;transition:transform .15s ease-in-out;aspect-ratio:1 / 1}.video-container.scrubbing .thumbnail-img[data-v-1c971559]{display:block}.video-container.scrubbing .timeline[data-v-1c971559]:before,.timeline-container:hover .timeline[data-v-1c971559]:before{display:block}.video-container.scrubbing .thumb-indicator[data-v-1c971559],.timeline-container:hover .thumb-indicator[data-v-1c971559]{--scale: 1}.video-container.scrubbing .timeline[data-v-1c971559],.timeline-container:hover .timeline[data-v-1c971559]{height:100%}.e-tl-milestone{position:absolute;border-radius:10em;box-sizing:border-box}.e-tl-milestone-content{cursor:pointer}.e-tl-milestone--bullet{transform:translate(-50%,-50%)}.e-tl-milestone--bullet .e-tl-milestone-content{opacity:0;width:0;height:0;white-space:nowrap;pointer-events:none;cursor:pointer}.e-tl-milestone--bullet.e-tl-milestone--hovered{cursor:pointer;min-height:26px;padding:0 8px;border-radius:.5em}.e-tl-milestone--bullet.e-tl-milestone--hovered .e-tl-milestone-content{opacity:1;font-size:small;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.e-tl-milestone--bullet .e-tl-milestone-label{position:absolute;top:0;left:0;opacity:1;pointer-events:none;height:100%;width:100%}.e-tl-milestone--bullet.e-tl-milestone--hovered .e-tl-milestone-label{opacity:0}.e-tl-milestone--dot{transform:translateY(-50%)}.e-tl-milestone-dot--hovered .e-tl-milestone-dot-container{padding:0 3em;transform:translate(-50%);opacity:1}.e-tl-milestone-dot-line{position:absolute}.e-tl-milestone-dot-dot{position:absolute;border-radius:50%}.e-tl-milestone-dot-container{opacity:0;position:absolute;padding:0 .3em;transform:translate(-50%,-100%);cursor:pointer}.e-timeline svg{display:block}.e-timeline .x-axis-overview .domain,.e-timeline .x-axis-detailed .domain,.e-timeline .x-axis-overviewBackground .domain,.e-timeline .x-axis-detailedBackground .domain{display:none}.e-timeline .x-axis-detailedBackground .domain,.e-timeline .x-axis-detailedBackground text{display:none}.e-timeline .x-axis-overview>g.tick>line{opacity:.1;stroke-width:3;stroke-linecap:round}.e-timeline .x-axis-detailed>g.tick>line{opacity:.1;stroke-linecap:round}.e-timeline .x-axis-detailedBackground>g.tick>line{opacity:.075;stroke-linecap:round}.e-timeline--dark .tick line{stroke:#fff}.e-timeline--dark .tick text{fill:#fff}@keyframes moveGradient{0%{transform:translate(-50%)}to{transform:translate(100%)}}@keyframes pulse-rect{0%{filter:saturate(3.5) drop-shadow(0 0 1px #0008)}50%{filter:saturate(.5) drop-shadow(0 0 0 #0000)}to{filter:saturate(3.5) drop-shadow(0 0 1px #0008)}}@keyframes pulse-circle{0%{r:4px}50%{r:1px}to{r:4px}}.loading-indicator{animation:moveGradient 1.5s ease-in infinite}.line-graph-dot--active{animation:pulse-circle 1s ease-in-out infinite}.event-rect--hovered{animation:pulse-rect 1s ease-in-out infinite}@keyframes dash{0%{filter:saturate(1) drop-shadow(0 0 0 #0000)}50%{stroke-width:2px;filter:saturate(2.5) drop-shadow(0 0 0 #0006)}to{filter:saturate(1) drop-shadow(0 0 0 #0000)}}.line-graph-group--highlighted path{animation:dash 1s ease-in-out infinite}.e-timeline--dragging{cursor:ew-resize}.curtain{cursor:ew-resize;fill:#3332;stroke-width:1px;stroke:#3338;transition:stroke-width .2s}.e-timeline--dragging .curtain{stroke-width:3px}.e-timeline--dark .curtain{fill:#fff3;stroke:#fff7}.event-bar-hover-zone{cursor:pointer}.external-labels-container{position:absolute;top:-1.5em;left:0}.external-label{margin-right:.35em;border-width:.5px;border-radius:.2em}.external-label__content{cursor:pointer;font-size:.8em;font-weight:500;padding:0 .6em;line-height:1.4em}.marker-label{transition:transform .2s;transform:translateY(-32px);position:absolute;width:max-content}.marker-label-text{position:absolute;width:max-content;font-size:.8em;font-weight:500;padding:0 .75em;border-radius:.4em .4em .4em 0;box-shadow:0 0 5px -1px #000000f5}.marker-label-text:after{content:"";background:inherit;width:5px;height:5px;bottom:-5px;position:absolute;left:2px;clip-path:path("M 0,5 L 0,0 L 5,0 A 5,5 0 0 0 0,5")}.marker-label-text:before{content:"";background:inherit;height:20px;top:18px;position:absolute;width:2px;left:0}.marker{top:0;filter:saturate(.9)}.marker-line{position:absolute;width:2px;top:-24px;transition:top .2s,height .2s}.marker:hover{cursor:pointer;opacity:1;filter:saturate(1.1)}.marker:hover .marker-label{transform:translateY(-38px);height:61px;width:255px;padding-bottom:42px}.marker:hover .marker-label-text{box-shadow:2px 2px 11px -4px #000}.marker--hidden:hover .marker-label{transform:translateY(-54px)}.marker--draggable,.marker--draggable:hover{user-select:none;cursor:grab}.marker--dragged:hover{cursor:grabbing}.forbidden-interval{opacity:.2}.e-timeline-milestones{height:0}.video-embed[data-v-0ecf4a71]{position:relative;width:100%!important;padding-bottom:56.25%}.video-embed iframe[data-v-0ecf4a71]{position:absolute;top:0;left:0;width:100%;height:100%}.e-heatmap-bar__label{white-space:nowrap;width:6rem;min-width:6rem}.e-heatmap-bar__item{height:16px;margin:2px;position:relative;cursor:pointer;border-radius:2px;min-width:0}.e-heatmap-bar__item:hover{box-shadow:0 0 0 1.5px #5c6d97}.e-heatmap-bar__item--selected{box-shadow:0 0 0 2px #151e3a}.e-heatmap-bar__item__count{font-size:12px;color:#fff;font-weight:500}.e-heatmap-bar__item__count--light{color:#0a214bbd}.e-heatmap-bar__item__name{position:absolute;top:-25px}.e-heatmap-bar:not(.e-heatmap-bar--dense) .e-heatmap-bar__item{min-width:35px}
|
package/dist/styles.css
CHANGED
|
@@ -212,9 +212,18 @@
|
|
|
212
212
|
.e-relative{
|
|
213
213
|
position: relative;
|
|
214
214
|
}
|
|
215
|
+
.e-inset-0{
|
|
216
|
+
inset: 0px;
|
|
217
|
+
}
|
|
215
218
|
.-e-left-2\/4{
|
|
216
219
|
left: -50%;
|
|
217
220
|
}
|
|
221
|
+
.e-bottom-0{
|
|
222
|
+
bottom: 0px;
|
|
223
|
+
}
|
|
224
|
+
.e-left-0{
|
|
225
|
+
left: 0px;
|
|
226
|
+
}
|
|
218
227
|
.e-right-0{
|
|
219
228
|
right: 0px;
|
|
220
229
|
}
|
|
@@ -224,9 +233,15 @@
|
|
|
224
233
|
.e-z-50{
|
|
225
234
|
z-index: 50;
|
|
226
235
|
}
|
|
236
|
+
.e-z-\[-1\]{
|
|
237
|
+
z-index: -1;
|
|
238
|
+
}
|
|
227
239
|
.e-m-2{
|
|
228
240
|
margin: 0.5rem;
|
|
229
241
|
}
|
|
242
|
+
.e-m-auto{
|
|
243
|
+
margin: auto;
|
|
244
|
+
}
|
|
230
245
|
.e-mx-auto{
|
|
231
246
|
margin-left: auto;
|
|
232
247
|
margin-right: auto;
|
|
@@ -252,6 +267,12 @@
|
|
|
252
267
|
.e-inline-flex{
|
|
253
268
|
display: inline-flex;
|
|
254
269
|
}
|
|
270
|
+
.e-hidden{
|
|
271
|
+
display: none;
|
|
272
|
+
}
|
|
273
|
+
.e-aspect-auto{
|
|
274
|
+
aspect-ratio: auto;
|
|
275
|
+
}
|
|
255
276
|
.e-h-10{
|
|
256
277
|
height: 2.5rem;
|
|
257
278
|
}
|
|
@@ -288,9 +309,15 @@
|
|
|
288
309
|
.e-h-8{
|
|
289
310
|
height: 2rem;
|
|
290
311
|
}
|
|
312
|
+
.e-h-auto{
|
|
313
|
+
height: auto;
|
|
314
|
+
}
|
|
291
315
|
.e-h-full{
|
|
292
316
|
height: 100%;
|
|
293
317
|
}
|
|
318
|
+
.e-h-min{
|
|
319
|
+
height: min-content;
|
|
320
|
+
}
|
|
294
321
|
.\!e-w-auto{
|
|
295
322
|
width: auto !important;
|
|
296
323
|
}
|
|
@@ -333,6 +360,9 @@
|
|
|
333
360
|
.e-w-auto{
|
|
334
361
|
width: auto;
|
|
335
362
|
}
|
|
363
|
+
.e-w-fit{
|
|
364
|
+
width: fit-content;
|
|
365
|
+
}
|
|
336
366
|
.e-w-full{
|
|
337
367
|
width: 100%;
|
|
338
368
|
}
|
|
@@ -615,9 +645,23 @@
|
|
|
615
645
|
.e-basis-full{
|
|
616
646
|
flex-basis: 100%;
|
|
617
647
|
}
|
|
648
|
+
.e-scale-150{
|
|
649
|
+
--tw-scale-x: 1.5;
|
|
650
|
+
--tw-scale-y: 1.5;
|
|
651
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
652
|
+
}
|
|
653
|
+
.e-cursor-grab{
|
|
654
|
+
cursor: grab;
|
|
655
|
+
}
|
|
656
|
+
.e-cursor-grabbing{
|
|
657
|
+
cursor: grabbing;
|
|
658
|
+
}
|
|
618
659
|
.e-cursor-pointer{
|
|
619
660
|
cursor: pointer;
|
|
620
661
|
}
|
|
662
|
+
.e-touch-none{
|
|
663
|
+
touch-action: none;
|
|
664
|
+
}
|
|
621
665
|
.e-select-none{
|
|
622
666
|
user-select: none;
|
|
623
667
|
}
|
|
@@ -741,6 +785,9 @@
|
|
|
741
785
|
.e-gap-3{
|
|
742
786
|
gap: 0.75rem;
|
|
743
787
|
}
|
|
788
|
+
.e-gap-6{
|
|
789
|
+
gap: 1.5rem;
|
|
790
|
+
}
|
|
744
791
|
.e-space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
745
792
|
--tw-space-x-reverse: 0;
|
|
746
793
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -776,6 +823,9 @@
|
|
|
776
823
|
.e-overflow-auto{
|
|
777
824
|
overflow: auto;
|
|
778
825
|
}
|
|
826
|
+
.e-overflow-hidden{
|
|
827
|
+
overflow: hidden;
|
|
828
|
+
}
|
|
779
829
|
.e-overflow-x-hidden{
|
|
780
830
|
overflow-x: hidden;
|
|
781
831
|
}
|
|
@@ -813,6 +863,10 @@
|
|
|
813
863
|
--tw-border-opacity: 1;
|
|
814
864
|
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|
|
815
865
|
}
|
|
866
|
+
.e-bg-\[\#629efc\]{
|
|
867
|
+
--tw-bg-opacity: 1;
|
|
868
|
+
background-color: rgb(98 158 252 / var(--tw-bg-opacity));
|
|
869
|
+
}
|
|
816
870
|
.e-bg-amber-500{
|
|
817
871
|
--tw-bg-opacity: 1;
|
|
818
872
|
background-color: rgb(245 158 11 / var(--tw-bg-opacity));
|
|
@@ -821,6 +875,10 @@
|
|
|
821
875
|
--tw-bg-opacity: 1;
|
|
822
876
|
background-color: rgb(237 99 104 / var(--tw-bg-opacity));
|
|
823
877
|
}
|
|
878
|
+
.e-bg-brand-600{
|
|
879
|
+
--tw-bg-opacity: 1;
|
|
880
|
+
background-color: rgb(156 18 22 / var(--tw-bg-opacity));
|
|
881
|
+
}
|
|
824
882
|
.e-bg-cyan-500{
|
|
825
883
|
--tw-bg-opacity: 1;
|
|
826
884
|
background-color: rgb(6 182 212 / var(--tw-bg-opacity));
|
|
@@ -833,6 +891,10 @@
|
|
|
833
891
|
--tw-bg-opacity: 1;
|
|
834
892
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
835
893
|
}
|
|
894
|
+
.e-bg-gray-600{
|
|
895
|
+
--tw-bg-opacity: 1;
|
|
896
|
+
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
897
|
+
}
|
|
836
898
|
.e-bg-gray-800{
|
|
837
899
|
--tw-bg-opacity: 1;
|
|
838
900
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
@@ -845,6 +907,9 @@
|
|
|
845
907
|
--tw-bg-opacity: 1;
|
|
846
908
|
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
|
|
847
909
|
}
|
|
910
|
+
.e-bg-inherit{
|
|
911
|
+
background-color: inherit;
|
|
912
|
+
}
|
|
848
913
|
.e-bg-lime-500{
|
|
849
914
|
--tw-bg-opacity: 1;
|
|
850
915
|
background-color: rgb(132 204 22 / var(--tw-bg-opacity));
|
|
@@ -879,6 +944,9 @@
|
|
|
879
944
|
.e-p-1{
|
|
880
945
|
padding: 0.25rem;
|
|
881
946
|
}
|
|
947
|
+
.e-p-1\.5{
|
|
948
|
+
padding: 0.375rem;
|
|
949
|
+
}
|
|
882
950
|
.e-p-2{
|
|
883
951
|
padding: 0.5rem;
|
|
884
952
|
}
|
|
@@ -903,6 +971,10 @@
|
|
|
903
971
|
padding-left: 1rem;
|
|
904
972
|
padding-right: 1rem;
|
|
905
973
|
}
|
|
974
|
+
.e-py-\[\.2rem\]{
|
|
975
|
+
padding-top: .2rem;
|
|
976
|
+
padding-bottom: .2rem;
|
|
977
|
+
}
|
|
906
978
|
.e-pb-2{
|
|
907
979
|
padding-bottom: 0.5rem;
|
|
908
980
|
}
|
|
@@ -969,6 +1041,9 @@
|
|
|
969
1041
|
.e-font-semibold{
|
|
970
1042
|
font-weight: 600;
|
|
971
1043
|
}
|
|
1044
|
+
.e-leading-3{
|
|
1045
|
+
line-height: .75rem;
|
|
1046
|
+
}
|
|
972
1047
|
.e-leading-6{
|
|
973
1048
|
line-height: 1.5rem;
|
|
974
1049
|
}
|
|
@@ -984,17 +1059,21 @@
|
|
|
984
1059
|
--tw-text-opacity: 1;
|
|
985
1060
|
color: rgb(96 165 250 / var(--tw-text-opacity));
|
|
986
1061
|
}
|
|
1062
|
+
.e-text-gray-100{
|
|
1063
|
+
--tw-text-opacity: 1;
|
|
1064
|
+
color: rgb(243 244 246 / var(--tw-text-opacity));
|
|
1065
|
+
}
|
|
987
1066
|
.e-text-gray-700{
|
|
988
1067
|
--tw-text-opacity: 1;
|
|
989
1068
|
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
990
1069
|
}
|
|
991
|
-
.e-text-
|
|
1070
|
+
.e-text-gray-900{
|
|
992
1071
|
--tw-text-opacity: 1;
|
|
993
|
-
color: rgb(
|
|
1072
|
+
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
994
1073
|
}
|
|
995
|
-
.e-text-
|
|
1074
|
+
.e-text-green-500{
|
|
996
1075
|
--tw-text-opacity: 1;
|
|
997
|
-
color: rgb(
|
|
1076
|
+
color: rgb(34 197 94 / var(--tw-text-opacity));
|
|
998
1077
|
}
|
|
999
1078
|
.e-text-purple-300{
|
|
1000
1079
|
--tw-text-opacity: 1;
|
|
@@ -1036,6 +1115,11 @@
|
|
|
1036
1115
|
.e-underline-offset-8{
|
|
1037
1116
|
text-underline-offset: 8px;
|
|
1038
1117
|
}
|
|
1118
|
+
.e-shadow{
|
|
1119
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1120
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1121
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1122
|
+
}
|
|
1039
1123
|
.e-shadow-lg{
|
|
1040
1124
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1041
1125
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1113,6 +1197,26 @@
|
|
|
1113
1197
|
.e-outline-offset-8{
|
|
1114
1198
|
outline-offset: 8px;
|
|
1115
1199
|
}
|
|
1200
|
+
.e-blur-video-poster{
|
|
1201
|
+
--tw-blur: blur(32px);
|
|
1202
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1203
|
+
}
|
|
1204
|
+
.e-transition{
|
|
1205
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1206
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1207
|
+
transition-duration: 150ms;
|
|
1208
|
+
}
|
|
1209
|
+
.e-transition-colors{
|
|
1210
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1211
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1212
|
+
transition-duration: 150ms;
|
|
1213
|
+
}
|
|
1214
|
+
.e-duration-200{
|
|
1215
|
+
transition-duration: 200ms;
|
|
1216
|
+
}
|
|
1217
|
+
.e-ease-in-out{
|
|
1218
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1219
|
+
}
|
|
1116
1220
|
@media (min-width: 640px){
|
|
1117
1221
|
|
|
1118
1222
|
.sm\:\!e-w-auto{
|
package/dist/tags.json
CHANGED
|
@@ -68,17 +68,6 @@
|
|
|
68
68
|
],
|
|
69
69
|
"description": ""
|
|
70
70
|
},
|
|
71
|
-
"EVideoPlayer": {
|
|
72
|
-
"attributes": [
|
|
73
|
-
"sources",
|
|
74
|
-
"video-listeners",
|
|
75
|
-
"video-options",
|
|
76
|
-
"is-hls",
|
|
77
|
-
"streaming-token",
|
|
78
|
-
"is-live-view"
|
|
79
|
-
],
|
|
80
|
-
"description": ""
|
|
81
|
-
},
|
|
82
71
|
"ETimeline": {
|
|
83
72
|
"attributes": [
|
|
84
73
|
"events-groups",
|
|
@@ -146,14 +135,12 @@
|
|
|
146
135
|
],
|
|
147
136
|
"description": ""
|
|
148
137
|
},
|
|
149
|
-
"
|
|
138
|
+
"EToggleSwitch": {
|
|
150
139
|
"attributes": [
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"collapse-text",
|
|
156
|
-
"more-text-with-placeholder"
|
|
140
|
+
"options",
|
|
141
|
+
"color",
|
|
142
|
+
"size",
|
|
143
|
+
"default-value"
|
|
157
144
|
],
|
|
158
145
|
"description": ""
|
|
159
146
|
}
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@evercam/ui",
|
|
5
|
-
"version": "0.0.55-beta.
|
|
5
|
+
"version": "0.0.55-beta.22",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -481,65 +481,7 @@
|
|
|
481
481
|
},
|
|
482
482
|
"description": "",
|
|
483
483
|
"doc-url": "https://ui.evercam.io/",
|
|
484
|
-
"attributes":
|
|
485
|
-
{
|
|
486
|
-
"name": "sources",
|
|
487
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
488
|
-
"default": "undefined",
|
|
489
|
-
"value": {
|
|
490
|
-
"kind": "expression",
|
|
491
|
-
"type": [
|
|
492
|
-
"array",
|
|
493
|
-
"string"
|
|
494
|
-
]
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"name": "video-listeners",
|
|
499
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
500
|
-
"default": "() => ({})",
|
|
501
|
-
"value": {
|
|
502
|
-
"kind": "expression",
|
|
503
|
-
"type": "object"
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "video-options",
|
|
508
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
509
|
-
"default": "() => ({})",
|
|
510
|
-
"value": {
|
|
511
|
-
"kind": "expression",
|
|
512
|
-
"type": "object"
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "is-hls",
|
|
517
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
518
|
-
"default": "false",
|
|
519
|
-
"value": {
|
|
520
|
-
"kind": "expression",
|
|
521
|
-
"type": "boolean"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "streaming-token",
|
|
526
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
527
|
-
"default": "",
|
|
528
|
-
"value": {
|
|
529
|
-
"kind": "expression",
|
|
530
|
-
"type": "string"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"name": "is-live-view",
|
|
535
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
536
|
-
"default": "false",
|
|
537
|
-
"value": {
|
|
538
|
-
"kind": "expression",
|
|
539
|
-
"type": "boolean"
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
]
|
|
484
|
+
"attributes": null
|
|
543
485
|
},
|
|
544
486
|
{
|
|
545
487
|
"name": "ETimeline",
|
|
@@ -562,7 +504,7 @@
|
|
|
562
504
|
{
|
|
563
505
|
"name": "x-axes-config",
|
|
564
506
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
565
|
-
"default": "() =>
|
|
507
|
+
"default": "() => Mh",
|
|
566
508
|
"value": {
|
|
567
509
|
"kind": "expression",
|
|
568
510
|
"type": "object"
|
|
@@ -1068,72 +1010,65 @@
|
|
|
1068
1010
|
]
|
|
1069
1011
|
},
|
|
1070
1012
|
{
|
|
1071
|
-
"name": "
|
|
1013
|
+
"name": "EToggleSwitch",
|
|
1072
1014
|
"source": {
|
|
1073
|
-
"module": "./src/components/
|
|
1074
|
-
"symbol": "
|
|
1015
|
+
"module": "./src/components/EToggleSwitch.vue",
|
|
1016
|
+
"symbol": "EToggleSwitch"
|
|
1075
1017
|
},
|
|
1076
1018
|
"description": "",
|
|
1077
1019
|
"doc-url": "https://ui.evercam.io/",
|
|
1078
1020
|
"attributes": [
|
|
1079
1021
|
{
|
|
1080
|
-
"name": "
|
|
1081
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1082
|
-
"default": "() => null",
|
|
1083
|
-
"value": {
|
|
1084
|
-
"kind": "expression",
|
|
1085
|
-
"type": [
|
|
1086
|
-
"array",
|
|
1087
|
-
"string"
|
|
1088
|
-
]
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"name": "max-length",
|
|
1093
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1094
|
-
"default": "() => 2",
|
|
1095
|
-
"value": {
|
|
1096
|
-
"kind": "expression",
|
|
1097
|
-
"type": "number"
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"name": "show-all",
|
|
1022
|
+
"name": "options",
|
|
1102
1023
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1103
|
-
"default": "
|
|
1024
|
+
"default": "undefined",
|
|
1104
1025
|
"value": {
|
|
1105
1026
|
"kind": "expression",
|
|
1106
|
-
"type": "
|
|
1027
|
+
"type": "array"
|
|
1107
1028
|
}
|
|
1108
1029
|
},
|
|
1109
1030
|
{
|
|
1110
|
-
"name": "
|
|
1031
|
+
"name": "color",
|
|
1111
1032
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1112
|
-
"default": "
|
|
1033
|
+
"default": "brand",
|
|
1113
1034
|
"value": {
|
|
1114
1035
|
"kind": "expression",
|
|
1115
1036
|
"type": "string"
|
|
1116
1037
|
}
|
|
1117
1038
|
},
|
|
1118
1039
|
{
|
|
1119
|
-
"name": "
|
|
1040
|
+
"name": "size",
|
|
1120
1041
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1121
|
-
"default": "
|
|
1042
|
+
"default": "sm",
|
|
1122
1043
|
"value": {
|
|
1123
1044
|
"kind": "expression",
|
|
1124
1045
|
"type": "string"
|
|
1125
1046
|
}
|
|
1126
1047
|
},
|
|
1127
1048
|
{
|
|
1128
|
-
"name": "
|
|
1049
|
+
"name": "default-value",
|
|
1129
1050
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1130
|
-
"default": "
|
|
1051
|
+
"default": "null",
|
|
1131
1052
|
"value": {
|
|
1132
1053
|
"kind": "expression",
|
|
1133
|
-
"type":
|
|
1054
|
+
"type": [
|
|
1055
|
+
"string",
|
|
1056
|
+
"number",
|
|
1057
|
+
"boolean"
|
|
1058
|
+
]
|
|
1134
1059
|
}
|
|
1135
1060
|
}
|
|
1136
1061
|
]
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "EZoomable",
|
|
1065
|
+
"source": {
|
|
1066
|
+
"module": "./src/components/EZoomable.vue",
|
|
1067
|
+
"symbol": "EZoomable"
|
|
1068
|
+
},
|
|
1069
|
+
"description": "",
|
|
1070
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1071
|
+
"attributes": null
|
|
1137
1072
|
}
|
|
1138
1073
|
],
|
|
1139
1074
|
"attributes": [
|
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
3
|
-
showAllContent: boolean;
|
|
4
|
-
}, {
|
|
5
|
-
displayContent(): any;
|
|
6
|
-
displayArrayContent(): any;
|
|
7
|
-
displayTextContent(): any;
|
|
8
|
-
toggleContentExpansion(): void;
|
|
9
|
-
}, {
|
|
10
|
-
hiddenContentLength: number;
|
|
11
|
-
isArrayContent: boolean;
|
|
12
|
-
isHiddenTextContent: boolean;
|
|
13
|
-
isHiddenArrayContent: boolean;
|
|
14
|
-
isContentExpanded: boolean;
|
|
15
|
-
computedMoreText: string;
|
|
16
|
-
}, {
|
|
17
|
-
content: string | unknown[] | (() => null);
|
|
18
|
-
maxLength: number;
|
|
19
|
-
showAll: boolean;
|
|
20
|
-
expandText: string;
|
|
21
|
-
collapseText: string;
|
|
22
|
-
moreTextWithPlaceholder: string;
|
|
23
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
24
|
-
export default _default;
|