@evercam/ui 0.0.57 → 0.0.58-beta.1
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 +24 -27
- package/dist/index.mjs +7282 -5809
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +211 -17
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ECompareSeparator.vue.d.ts +7 -0
- package/dist/src/components/EToggleSwitch.vue.d.ts +34 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +181 -15
- package/dist/src/components/EZoomable.vue.d.ts +73 -0
- package/dist/src/components/svg-icons/index.d.ts +5 -0
- package/dist/src/constants.d.ts +1 -0
- package/dist/src/index.d.ts +290 -14
- package/dist/src/mixins/event-listeners.d.ts +13 -0
- package/dist/src/mixins/inactivity-listener.d.ts +25 -0
- package/dist/src/mixins/index.d.ts +4 -0
- package/dist/src/mixins/timeouts.d.ts +8 -0
- package/dist/src/types.d.ts +2 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +120 -0
- package/dist/tags.json +15 -11
- package/dist/web-types.json +97 -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,13 +233,25 @@
|
|
|
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;
|
|
233
251
|
}
|
|
252
|
+
.e-mb-1{
|
|
253
|
+
margin-bottom: 0.25rem;
|
|
254
|
+
}
|
|
234
255
|
.e-ml-8{
|
|
235
256
|
margin-left: 2rem;
|
|
236
257
|
}
|
|
@@ -252,6 +273,15 @@
|
|
|
252
273
|
.e-inline-flex{
|
|
253
274
|
display: inline-flex;
|
|
254
275
|
}
|
|
276
|
+
.e-hidden{
|
|
277
|
+
display: none;
|
|
278
|
+
}
|
|
279
|
+
.e-aspect-auto{
|
|
280
|
+
aspect-ratio: auto;
|
|
281
|
+
}
|
|
282
|
+
.e-aspect-video{
|
|
283
|
+
aspect-ratio: 16 / 9;
|
|
284
|
+
}
|
|
255
285
|
.e-h-10{
|
|
256
286
|
height: 2.5rem;
|
|
257
287
|
}
|
|
@@ -288,9 +318,18 @@
|
|
|
288
318
|
.e-h-8{
|
|
289
319
|
height: 2rem;
|
|
290
320
|
}
|
|
321
|
+
.e-h-auto{
|
|
322
|
+
height: auto;
|
|
323
|
+
}
|
|
291
324
|
.e-h-full{
|
|
292
325
|
height: 100%;
|
|
293
326
|
}
|
|
327
|
+
.e-h-min{
|
|
328
|
+
height: min-content;
|
|
329
|
+
}
|
|
330
|
+
.e-min-h-\[400px\]{
|
|
331
|
+
min-height: 400px;
|
|
332
|
+
}
|
|
294
333
|
.\!e-w-auto{
|
|
295
334
|
width: auto !important;
|
|
296
335
|
}
|
|
@@ -333,6 +372,9 @@
|
|
|
333
372
|
.e-w-auto{
|
|
334
373
|
width: auto;
|
|
335
374
|
}
|
|
375
|
+
.e-w-fit{
|
|
376
|
+
width: fit-content;
|
|
377
|
+
}
|
|
336
378
|
.e-w-full{
|
|
337
379
|
width: 100%;
|
|
338
380
|
}
|
|
@@ -615,9 +657,23 @@
|
|
|
615
657
|
.e-basis-full{
|
|
616
658
|
flex-basis: 100%;
|
|
617
659
|
}
|
|
660
|
+
.e-scale-150{
|
|
661
|
+
--tw-scale-x: 1.5;
|
|
662
|
+
--tw-scale-y: 1.5;
|
|
663
|
+
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));
|
|
664
|
+
}
|
|
665
|
+
.e-cursor-grab{
|
|
666
|
+
cursor: grab;
|
|
667
|
+
}
|
|
668
|
+
.e-cursor-grabbing{
|
|
669
|
+
cursor: grabbing;
|
|
670
|
+
}
|
|
618
671
|
.e-cursor-pointer{
|
|
619
672
|
cursor: pointer;
|
|
620
673
|
}
|
|
674
|
+
.e-touch-none{
|
|
675
|
+
touch-action: none;
|
|
676
|
+
}
|
|
621
677
|
.e-select-none{
|
|
622
678
|
user-select: none;
|
|
623
679
|
}
|
|
@@ -741,6 +797,9 @@
|
|
|
741
797
|
.e-gap-3{
|
|
742
798
|
gap: 0.75rem;
|
|
743
799
|
}
|
|
800
|
+
.e-gap-6{
|
|
801
|
+
gap: 1.5rem;
|
|
802
|
+
}
|
|
744
803
|
.e-space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
745
804
|
--tw-space-x-reverse: 0;
|
|
746
805
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -776,6 +835,9 @@
|
|
|
776
835
|
.e-overflow-auto{
|
|
777
836
|
overflow: auto;
|
|
778
837
|
}
|
|
838
|
+
.e-overflow-hidden{
|
|
839
|
+
overflow: hidden;
|
|
840
|
+
}
|
|
779
841
|
.e-overflow-x-hidden{
|
|
780
842
|
overflow-x: hidden;
|
|
781
843
|
}
|
|
@@ -813,6 +875,10 @@
|
|
|
813
875
|
--tw-border-opacity: 1;
|
|
814
876
|
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|
|
815
877
|
}
|
|
878
|
+
.e-bg-\[\#629efc\]{
|
|
879
|
+
--tw-bg-opacity: 1;
|
|
880
|
+
background-color: rgb(98 158 252 / var(--tw-bg-opacity));
|
|
881
|
+
}
|
|
816
882
|
.e-bg-amber-500{
|
|
817
883
|
--tw-bg-opacity: 1;
|
|
818
884
|
background-color: rgb(245 158 11 / var(--tw-bg-opacity));
|
|
@@ -821,6 +887,10 @@
|
|
|
821
887
|
--tw-bg-opacity: 1;
|
|
822
888
|
background-color: rgb(237 99 104 / var(--tw-bg-opacity));
|
|
823
889
|
}
|
|
890
|
+
.e-bg-brand-600{
|
|
891
|
+
--tw-bg-opacity: 1;
|
|
892
|
+
background-color: rgb(156 18 22 / var(--tw-bg-opacity));
|
|
893
|
+
}
|
|
824
894
|
.e-bg-cyan-500{
|
|
825
895
|
--tw-bg-opacity: 1;
|
|
826
896
|
background-color: rgb(6 182 212 / var(--tw-bg-opacity));
|
|
@@ -833,6 +903,10 @@
|
|
|
833
903
|
--tw-bg-opacity: 1;
|
|
834
904
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
835
905
|
}
|
|
906
|
+
.e-bg-gray-600{
|
|
907
|
+
--tw-bg-opacity: 1;
|
|
908
|
+
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
909
|
+
}
|
|
836
910
|
.e-bg-gray-800{
|
|
837
911
|
--tw-bg-opacity: 1;
|
|
838
912
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
@@ -845,6 +919,9 @@
|
|
|
845
919
|
--tw-bg-opacity: 1;
|
|
846
920
|
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
|
|
847
921
|
}
|
|
922
|
+
.e-bg-inherit{
|
|
923
|
+
background-color: inherit;
|
|
924
|
+
}
|
|
848
925
|
.e-bg-lime-500{
|
|
849
926
|
--tw-bg-opacity: 1;
|
|
850
927
|
background-color: rgb(132 204 22 / var(--tw-bg-opacity));
|
|
@@ -883,6 +960,9 @@
|
|
|
883
960
|
.e-p-1{
|
|
884
961
|
padding: 0.25rem;
|
|
885
962
|
}
|
|
963
|
+
.e-p-1\.5{
|
|
964
|
+
padding: 0.375rem;
|
|
965
|
+
}
|
|
886
966
|
.e-p-2{
|
|
887
967
|
padding: 0.5rem;
|
|
888
968
|
}
|
|
@@ -907,6 +987,10 @@
|
|
|
907
987
|
padding-left: 1rem;
|
|
908
988
|
padding-right: 1rem;
|
|
909
989
|
}
|
|
990
|
+
.e-py-\[\.2rem\]{
|
|
991
|
+
padding-top: .2rem;
|
|
992
|
+
padding-bottom: .2rem;
|
|
993
|
+
}
|
|
910
994
|
.e-pb-2{
|
|
911
995
|
padding-bottom: 0.5rem;
|
|
912
996
|
}
|
|
@@ -973,6 +1057,9 @@
|
|
|
973
1057
|
.e-font-semibold{
|
|
974
1058
|
font-weight: 600;
|
|
975
1059
|
}
|
|
1060
|
+
.e-leading-3{
|
|
1061
|
+
line-height: .75rem;
|
|
1062
|
+
}
|
|
976
1063
|
.e-leading-6{
|
|
977
1064
|
line-height: 1.5rem;
|
|
978
1065
|
}
|
|
@@ -988,10 +1075,18 @@
|
|
|
988
1075
|
--tw-text-opacity: 1;
|
|
989
1076
|
color: rgb(96 165 250 / var(--tw-text-opacity));
|
|
990
1077
|
}
|
|
1078
|
+
.e-text-gray-100{
|
|
1079
|
+
--tw-text-opacity: 1;
|
|
1080
|
+
color: rgb(243 244 246 / var(--tw-text-opacity));
|
|
1081
|
+
}
|
|
991
1082
|
.e-text-gray-700{
|
|
992
1083
|
--tw-text-opacity: 1;
|
|
993
1084
|
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
994
1085
|
}
|
|
1086
|
+
.e-text-gray-900{
|
|
1087
|
+
--tw-text-opacity: 1;
|
|
1088
|
+
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
1089
|
+
}
|
|
995
1090
|
.e-text-green-500{
|
|
996
1091
|
--tw-text-opacity: 1;
|
|
997
1092
|
color: rgb(34 197 94 / var(--tw-text-opacity));
|
|
@@ -1040,6 +1135,11 @@
|
|
|
1040
1135
|
.e-underline-offset-8{
|
|
1041
1136
|
text-underline-offset: 8px;
|
|
1042
1137
|
}
|
|
1138
|
+
.e-shadow{
|
|
1139
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1140
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1141
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1142
|
+
}
|
|
1043
1143
|
.e-shadow-lg{
|
|
1044
1144
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1045
1145
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1117,6 +1217,26 @@
|
|
|
1117
1217
|
.e-outline-offset-8{
|
|
1118
1218
|
outline-offset: 8px;
|
|
1119
1219
|
}
|
|
1220
|
+
.e-blur-video-poster{
|
|
1221
|
+
--tw-blur: blur(32px);
|
|
1222
|
+
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);
|
|
1223
|
+
}
|
|
1224
|
+
.e-transition{
|
|
1225
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1226
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1227
|
+
transition-duration: 150ms;
|
|
1228
|
+
}
|
|
1229
|
+
.e-transition-colors{
|
|
1230
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1231
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1232
|
+
transition-duration: 150ms;
|
|
1233
|
+
}
|
|
1234
|
+
.e-duration-200{
|
|
1235
|
+
transition-duration: 200ms;
|
|
1236
|
+
}
|
|
1237
|
+
.e-ease-in-out{
|
|
1238
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1239
|
+
}
|
|
1120
1240
|
@media (min-width: 640px){
|
|
1121
1241
|
|
|
1122
1242
|
.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",
|
|
@@ -164,5 +153,20 @@
|
|
|
164
153
|
"fixed-width"
|
|
165
154
|
],
|
|
166
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": ""
|
|
167
171
|
}
|
|
168
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.
|
|
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": "() => $c",
|
|
566
508
|
"value": {
|
|
567
509
|
"kind": "expression",
|
|
568
510
|
"type": "object"
|
|
@@ -1178,6 +1120,100 @@
|
|
|
1178
1120
|
}
|
|
1179
1121
|
}
|
|
1180
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": "ESvgIcon",
|
|
1210
|
+
"source": {
|
|
1211
|
+
"module": "./src/components/ESvgIcon.vue",
|
|
1212
|
+
"symbol": "ESvgIcon"
|
|
1213
|
+
},
|
|
1214
|
+
"description": "",
|
|
1215
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1216
|
+
"attributes": null
|
|
1181
1217
|
}
|
|
1182
1218
|
],
|
|
1183
1219
|
"attributes": [
|