@evercam/ui 0.0.55-beta.36 → 0.0.55-beta.39
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 +3 -0
- package/dist/attributes.json +37 -27
- package/dist/index.mjs +2208 -1604
- 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/ECompareSeparator.vue.d.ts +7 -0
- package/dist/src/components/EExpandableMenu.vue.d.ts +56 -0
- package/dist/src/components/ETimeline.vue.d.ts +1 -0
- package/dist/src/components/EToggleSwitch.vue.d.ts +34 -0
- package/dist/src/components/ETruncatedDiv.vue.d.ts +8 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +181 -15
- package/dist/src/components/EZoomable.vue.d.ts +73 -0
- package/dist/src/constants.d.ts +1 -0
- package/dist/src/index.d.ts +350 -14
- package/dist/src/mixins/inactivity-listener.d.ts +5 -6
- package/dist/src/types.d.ts +2 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +129 -0
- package/dist/tags.json +24 -12
- package/dist/web-types.json +141 -61
- package/package.json +1 -1
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,18 @@
|
|
|
224
233
|
.e-z-50{
|
|
225
234
|
z-index: 50;
|
|
226
235
|
}
|
|
236
|
+
.e-z-\[-1\]{
|
|
237
|
+
z-index: -1;
|
|
238
|
+
}
|
|
239
|
+
.e-z-\[5\]{
|
|
240
|
+
z-index: 5;
|
|
241
|
+
}
|
|
227
242
|
.e-m-2{
|
|
228
243
|
margin: 0.5rem;
|
|
229
244
|
}
|
|
245
|
+
.e-m-auto{
|
|
246
|
+
margin: auto;
|
|
247
|
+
}
|
|
230
248
|
.e-mx-auto{
|
|
231
249
|
margin-left: auto;
|
|
232
250
|
margin-right: auto;
|
|
@@ -252,6 +270,15 @@
|
|
|
252
270
|
.e-inline-flex{
|
|
253
271
|
display: inline-flex;
|
|
254
272
|
}
|
|
273
|
+
.e-hidden{
|
|
274
|
+
display: none;
|
|
275
|
+
}
|
|
276
|
+
.e-aspect-auto{
|
|
277
|
+
aspect-ratio: auto;
|
|
278
|
+
}
|
|
279
|
+
.e-aspect-video{
|
|
280
|
+
aspect-ratio: 16 / 9;
|
|
281
|
+
}
|
|
255
282
|
.e-h-10{
|
|
256
283
|
height: 2.5rem;
|
|
257
284
|
}
|
|
@@ -288,9 +315,18 @@
|
|
|
288
315
|
.e-h-8{
|
|
289
316
|
height: 2rem;
|
|
290
317
|
}
|
|
318
|
+
.e-h-auto{
|
|
319
|
+
height: auto;
|
|
320
|
+
}
|
|
291
321
|
.e-h-full{
|
|
292
322
|
height: 100%;
|
|
293
323
|
}
|
|
324
|
+
.e-h-min{
|
|
325
|
+
height: min-content;
|
|
326
|
+
}
|
|
327
|
+
.e-min-h-\[400px\]{
|
|
328
|
+
min-height: 400px;
|
|
329
|
+
}
|
|
294
330
|
.\!e-w-auto{
|
|
295
331
|
width: auto !important;
|
|
296
332
|
}
|
|
@@ -333,6 +369,9 @@
|
|
|
333
369
|
.e-w-auto{
|
|
334
370
|
width: auto;
|
|
335
371
|
}
|
|
372
|
+
.e-w-fit{
|
|
373
|
+
width: fit-content;
|
|
374
|
+
}
|
|
336
375
|
.e-w-full{
|
|
337
376
|
width: 100%;
|
|
338
377
|
}
|
|
@@ -615,9 +654,23 @@
|
|
|
615
654
|
.e-basis-full{
|
|
616
655
|
flex-basis: 100%;
|
|
617
656
|
}
|
|
657
|
+
.e-scale-150{
|
|
658
|
+
--tw-scale-x: 1.5;
|
|
659
|
+
--tw-scale-y: 1.5;
|
|
660
|
+
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));
|
|
661
|
+
}
|
|
662
|
+
.e-cursor-grab{
|
|
663
|
+
cursor: grab;
|
|
664
|
+
}
|
|
665
|
+
.e-cursor-grabbing{
|
|
666
|
+
cursor: grabbing;
|
|
667
|
+
}
|
|
618
668
|
.e-cursor-pointer{
|
|
619
669
|
cursor: pointer;
|
|
620
670
|
}
|
|
671
|
+
.e-touch-none{
|
|
672
|
+
touch-action: none;
|
|
673
|
+
}
|
|
621
674
|
.e-select-none{
|
|
622
675
|
user-select: none;
|
|
623
676
|
}
|
|
@@ -741,6 +794,9 @@
|
|
|
741
794
|
.e-gap-3{
|
|
742
795
|
gap: 0.75rem;
|
|
743
796
|
}
|
|
797
|
+
.e-gap-6{
|
|
798
|
+
gap: 1.5rem;
|
|
799
|
+
}
|
|
744
800
|
.e-space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
745
801
|
--tw-space-x-reverse: 0;
|
|
746
802
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -776,6 +832,9 @@
|
|
|
776
832
|
.e-overflow-auto{
|
|
777
833
|
overflow: auto;
|
|
778
834
|
}
|
|
835
|
+
.e-overflow-hidden{
|
|
836
|
+
overflow: hidden;
|
|
837
|
+
}
|
|
779
838
|
.e-overflow-x-hidden{
|
|
780
839
|
overflow-x: hidden;
|
|
781
840
|
}
|
|
@@ -813,6 +872,10 @@
|
|
|
813
872
|
--tw-border-opacity: 1;
|
|
814
873
|
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|
|
815
874
|
}
|
|
875
|
+
.e-bg-\[\#629efc\]{
|
|
876
|
+
--tw-bg-opacity: 1;
|
|
877
|
+
background-color: rgb(98 158 252 / var(--tw-bg-opacity));
|
|
878
|
+
}
|
|
816
879
|
.e-bg-amber-500{
|
|
817
880
|
--tw-bg-opacity: 1;
|
|
818
881
|
background-color: rgb(245 158 11 / var(--tw-bg-opacity));
|
|
@@ -821,6 +884,10 @@
|
|
|
821
884
|
--tw-bg-opacity: 1;
|
|
822
885
|
background-color: rgb(237 99 104 / var(--tw-bg-opacity));
|
|
823
886
|
}
|
|
887
|
+
.e-bg-brand-600{
|
|
888
|
+
--tw-bg-opacity: 1;
|
|
889
|
+
background-color: rgb(156 18 22 / var(--tw-bg-opacity));
|
|
890
|
+
}
|
|
824
891
|
.e-bg-cyan-500{
|
|
825
892
|
--tw-bg-opacity: 1;
|
|
826
893
|
background-color: rgb(6 182 212 / var(--tw-bg-opacity));
|
|
@@ -833,6 +900,10 @@
|
|
|
833
900
|
--tw-bg-opacity: 1;
|
|
834
901
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
835
902
|
}
|
|
903
|
+
.e-bg-gray-600{
|
|
904
|
+
--tw-bg-opacity: 1;
|
|
905
|
+
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
906
|
+
}
|
|
836
907
|
.e-bg-gray-800{
|
|
837
908
|
--tw-bg-opacity: 1;
|
|
838
909
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
@@ -845,6 +916,9 @@
|
|
|
845
916
|
--tw-bg-opacity: 1;
|
|
846
917
|
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
|
|
847
918
|
}
|
|
919
|
+
.e-bg-inherit{
|
|
920
|
+
background-color: inherit;
|
|
921
|
+
}
|
|
848
922
|
.e-bg-lime-500{
|
|
849
923
|
--tw-bg-opacity: 1;
|
|
850
924
|
background-color: rgb(132 204 22 / var(--tw-bg-opacity));
|
|
@@ -857,6 +931,10 @@
|
|
|
857
931
|
--tw-bg-opacity: 1;
|
|
858
932
|
background-color: rgb(38 38 38 / var(--tw-bg-opacity));
|
|
859
933
|
}
|
|
934
|
+
.e-bg-primary{
|
|
935
|
+
--tw-bg-opacity: 1;
|
|
936
|
+
background-color: rgb(14 165 233 / var(--tw-bg-opacity));
|
|
937
|
+
}
|
|
860
938
|
.e-bg-purple-500{
|
|
861
939
|
--tw-bg-opacity: 1;
|
|
862
940
|
background-color: rgb(168 85 247 / var(--tw-bg-opacity));
|
|
@@ -879,6 +957,9 @@
|
|
|
879
957
|
.e-p-1{
|
|
880
958
|
padding: 0.25rem;
|
|
881
959
|
}
|
|
960
|
+
.e-p-1\.5{
|
|
961
|
+
padding: 0.375rem;
|
|
962
|
+
}
|
|
882
963
|
.e-p-2{
|
|
883
964
|
padding: 0.5rem;
|
|
884
965
|
}
|
|
@@ -903,6 +984,18 @@
|
|
|
903
984
|
padding-left: 1rem;
|
|
904
985
|
padding-right: 1rem;
|
|
905
986
|
}
|
|
987
|
+
.e-py-0{
|
|
988
|
+
padding-top: 0px;
|
|
989
|
+
padding-bottom: 0px;
|
|
990
|
+
}
|
|
991
|
+
.e-py-2{
|
|
992
|
+
padding-top: 0.5rem;
|
|
993
|
+
padding-bottom: 0.5rem;
|
|
994
|
+
}
|
|
995
|
+
.e-py-\[\.2rem\]{
|
|
996
|
+
padding-top: .2rem;
|
|
997
|
+
padding-bottom: .2rem;
|
|
998
|
+
}
|
|
906
999
|
.e-pb-2{
|
|
907
1000
|
padding-bottom: 0.5rem;
|
|
908
1001
|
}
|
|
@@ -969,6 +1062,9 @@
|
|
|
969
1062
|
.e-font-semibold{
|
|
970
1063
|
font-weight: 600;
|
|
971
1064
|
}
|
|
1065
|
+
.e-leading-3{
|
|
1066
|
+
line-height: .75rem;
|
|
1067
|
+
}
|
|
972
1068
|
.e-leading-6{
|
|
973
1069
|
line-height: 1.5rem;
|
|
974
1070
|
}
|
|
@@ -984,10 +1080,18 @@
|
|
|
984
1080
|
--tw-text-opacity: 1;
|
|
985
1081
|
color: rgb(96 165 250 / var(--tw-text-opacity));
|
|
986
1082
|
}
|
|
1083
|
+
.e-text-gray-100{
|
|
1084
|
+
--tw-text-opacity: 1;
|
|
1085
|
+
color: rgb(243 244 246 / var(--tw-text-opacity));
|
|
1086
|
+
}
|
|
987
1087
|
.e-text-gray-700{
|
|
988
1088
|
--tw-text-opacity: 1;
|
|
989
1089
|
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
990
1090
|
}
|
|
1091
|
+
.e-text-gray-900{
|
|
1092
|
+
--tw-text-opacity: 1;
|
|
1093
|
+
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
1094
|
+
}
|
|
991
1095
|
.e-text-green-500{
|
|
992
1096
|
--tw-text-opacity: 1;
|
|
993
1097
|
color: rgb(34 197 94 / var(--tw-text-opacity));
|
|
@@ -1036,6 +1140,11 @@
|
|
|
1036
1140
|
.e-underline-offset-8{
|
|
1037
1141
|
text-underline-offset: 8px;
|
|
1038
1142
|
}
|
|
1143
|
+
.e-shadow{
|
|
1144
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1145
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1146
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1147
|
+
}
|
|
1039
1148
|
.e-shadow-lg{
|
|
1040
1149
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1041
1150
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1113,6 +1222,26 @@
|
|
|
1113
1222
|
.e-outline-offset-8{
|
|
1114
1223
|
outline-offset: 8px;
|
|
1115
1224
|
}
|
|
1225
|
+
.e-blur-video-poster{
|
|
1226
|
+
--tw-blur: blur(32px);
|
|
1227
|
+
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);
|
|
1228
|
+
}
|
|
1229
|
+
.e-transition{
|
|
1230
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1231
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1232
|
+
transition-duration: 150ms;
|
|
1233
|
+
}
|
|
1234
|
+
.e-transition-colors{
|
|
1235
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1236
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1237
|
+
transition-duration: 150ms;
|
|
1238
|
+
}
|
|
1239
|
+
.e-duration-200{
|
|
1240
|
+
transition-duration: 200ms;
|
|
1241
|
+
}
|
|
1242
|
+
.e-ease-in-out{
|
|
1243
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1244
|
+
}
|
|
1116
1245
|
@media (min-width: 640px){
|
|
1117
1246
|
|
|
1118
1247
|
.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",
|
|
@@ -119,7 +108,8 @@
|
|
|
119
108
|
"forbidden-intervals",
|
|
120
109
|
"forbidden-interval-color",
|
|
121
110
|
"focused-interval",
|
|
122
|
-
"locked"
|
|
111
|
+
"locked",
|
|
112
|
+
"timezone"
|
|
123
113
|
],
|
|
124
114
|
"description": ""
|
|
125
115
|
},
|
|
@@ -156,5 +146,27 @@
|
|
|
156
146
|
"more-text-with-placeholder"
|
|
157
147
|
],
|
|
158
148
|
"description": ""
|
|
149
|
+
},
|
|
150
|
+
"ETruncatedDiv": {
|
|
151
|
+
"attributes": [
|
|
152
|
+
"width",
|
|
153
|
+
"fixed-width"
|
|
154
|
+
],
|
|
155
|
+
"description": ""
|
|
156
|
+
},
|
|
157
|
+
"ECompareSeparator": {
|
|
158
|
+
"attributes": [
|
|
159
|
+
"x-offset"
|
|
160
|
+
],
|
|
161
|
+
"description": ""
|
|
162
|
+
},
|
|
163
|
+
"EToggleSwitch": {
|
|
164
|
+
"attributes": [
|
|
165
|
+
"options",
|
|
166
|
+
"color",
|
|
167
|
+
"size",
|
|
168
|
+
"default-value"
|
|
169
|
+
],
|
|
170
|
+
"description": ""
|
|
159
171
|
}
|
|
160
172
|
}
|
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.38",
|
|
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": "() => Ph",
|
|
566
508
|
"value": {
|
|
567
509
|
"kind": "expression",
|
|
568
510
|
"type": "object"
|
|
@@ -909,6 +851,18 @@
|
|
|
909
851
|
"kind": "expression",
|
|
910
852
|
"type": "boolean"
|
|
911
853
|
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "timezone",
|
|
857
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
858
|
+
"default": "undefined",
|
|
859
|
+
"value": {
|
|
860
|
+
"kind": "expression",
|
|
861
|
+
"type": [
|
|
862
|
+
"string",
|
|
863
|
+
"any"
|
|
864
|
+
]
|
|
865
|
+
}
|
|
912
866
|
}
|
|
913
867
|
]
|
|
914
868
|
},
|
|
@@ -1134,6 +1088,132 @@
|
|
|
1134
1088
|
}
|
|
1135
1089
|
}
|
|
1136
1090
|
]
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "ETruncatedDiv",
|
|
1094
|
+
"source": {
|
|
1095
|
+
"module": "./src/components/ETruncatedDiv.vue",
|
|
1096
|
+
"symbol": "ETruncatedDiv"
|
|
1097
|
+
},
|
|
1098
|
+
"description": "",
|
|
1099
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1100
|
+
"attributes": [
|
|
1101
|
+
{
|
|
1102
|
+
"name": "width",
|
|
1103
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1104
|
+
"default": "undefined",
|
|
1105
|
+
"value": {
|
|
1106
|
+
"kind": "expression",
|
|
1107
|
+
"type": [
|
|
1108
|
+
"string",
|
|
1109
|
+
"number"
|
|
1110
|
+
]
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "fixed-width",
|
|
1115
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1116
|
+
"default": "false",
|
|
1117
|
+
"value": {
|
|
1118
|
+
"kind": "expression",
|
|
1119
|
+
"type": "boolean"
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
]
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "ECompareSeparator",
|
|
1126
|
+
"source": {
|
|
1127
|
+
"module": "./src/components/ECompareSeparator.vue",
|
|
1128
|
+
"symbol": "ECompareSeparator"
|
|
1129
|
+
},
|
|
1130
|
+
"description": "",
|
|
1131
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1132
|
+
"attributes": [
|
|
1133
|
+
{
|
|
1134
|
+
"name": "x-offset",
|
|
1135
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1136
|
+
"default": "50",
|
|
1137
|
+
"value": {
|
|
1138
|
+
"kind": "expression",
|
|
1139
|
+
"type": [
|
|
1140
|
+
"number",
|
|
1141
|
+
"string"
|
|
1142
|
+
]
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
]
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"name": "EToggleSwitch",
|
|
1149
|
+
"source": {
|
|
1150
|
+
"module": "./src/components/EToggleSwitch.vue",
|
|
1151
|
+
"symbol": "EToggleSwitch"
|
|
1152
|
+
},
|
|
1153
|
+
"description": "",
|
|
1154
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1155
|
+
"attributes": [
|
|
1156
|
+
{
|
|
1157
|
+
"name": "options",
|
|
1158
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1159
|
+
"default": "undefined",
|
|
1160
|
+
"value": {
|
|
1161
|
+
"kind": "expression",
|
|
1162
|
+
"type": "array"
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "color",
|
|
1167
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1168
|
+
"default": "brand",
|
|
1169
|
+
"value": {
|
|
1170
|
+
"kind": "expression",
|
|
1171
|
+
"type": "string"
|
|
1172
|
+
}
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "size",
|
|
1176
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1177
|
+
"default": "sm",
|
|
1178
|
+
"value": {
|
|
1179
|
+
"kind": "expression",
|
|
1180
|
+
"type": "string"
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "default-value",
|
|
1185
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1186
|
+
"default": "null",
|
|
1187
|
+
"value": {
|
|
1188
|
+
"kind": "expression",
|
|
1189
|
+
"type": [
|
|
1190
|
+
"string",
|
|
1191
|
+
"number",
|
|
1192
|
+
"boolean"
|
|
1193
|
+
]
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
]
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "EZoomable",
|
|
1200
|
+
"source": {
|
|
1201
|
+
"module": "./src/components/EZoomable.vue",
|
|
1202
|
+
"symbol": "EZoomable"
|
|
1203
|
+
},
|
|
1204
|
+
"description": "",
|
|
1205
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1206
|
+
"attributes": null
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "EExpandableMenu",
|
|
1210
|
+
"source": {
|
|
1211
|
+
"module": "./src/components/EExpandableMenu.vue",
|
|
1212
|
+
"symbol": "EExpandableMenu"
|
|
1213
|
+
},
|
|
1214
|
+
"description": "",
|
|
1215
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1216
|
+
"attributes": null
|
|
1137
1217
|
}
|
|
1138
1218
|
],
|
|
1139
1219
|
"attributes": [
|