@evercam/ui 0.0.58-beta.1 → 0.0.58-beta.11
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 +2 -3
- package/dist/attributes.json +176 -0
- package/dist/index.mjs +3133 -19786
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +23 -48
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/EExpandableMenu.vue.d.ts +27 -0
- package/dist/src/components/EGlobalSearch.vue.d.ts +31 -0
- package/dist/src/components/EHeatmapBar.vue.d.ts +19 -1
- package/dist/src/components/EHoursHeatmap.vue.d.ts +14 -1
- package/dist/src/components/EReadMore.vue.d.ts +1 -1
- package/dist/src/components/ESvgIcon.vue.d.ts +7 -0
- package/dist/src/components/EVideoEmbed.vue.d.ts +10 -44
- package/dist/src/components/EVideoPlayer.vue.d.ts +15 -159
- package/dist/src/components/EZoomable.vue.d.ts +20 -47
- package/dist/src/components/svgIcons/BaseIcon.vue.d.ts +10 -0
- package/dist/src/components/svgIcons/Bim.vue.d.ts +5 -0
- package/dist/src/components/svgIcons/Blur.vue.d.ts +5 -0
- package/dist/src/components/svgIcons/Compare.vue.d.ts +5 -0
- package/dist/src/components/svgIcons/ConcretePump.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/DroneView.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/Dumper.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/Evercam.vue.d.ts +5 -0
- package/dist/src/components/svgIcons/EvercamLogo.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/Excavator.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/FlatbedSemiTrailer.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/FreeDrawing.vue.d.ts +5 -0
- package/dist/src/components/svgIcons/IModel.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/Inspection.vue.d.ts +5 -0
- package/dist/src/components/svgIcons/Loader.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/MiniModel.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/OtherTruck.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/RoadVehicle.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/Roller.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/SemiTrailer.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/SkidSteerLoader.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/SmallTruck.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/TankTruck.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/The360.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/TippingTruck.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/TruckHead.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/TruckMixer.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/Worker.vue.d.ts +3 -0
- package/dist/src/components/svgIcons/ZohoCrm.vue.d.ts +5 -0
- package/dist/src/components/svgIcons/index.d.ts +19 -0
- package/dist/src/index.d.ts +134 -252
- package/dist/src/mixins/event-listeners.d.ts +15 -2
- package/dist/src/mixins/inactivity-listener.d.ts +11 -6
- package/dist/src/mixins/timeouts.d.ts +7 -1
- package/dist/src/types.d.ts +26 -1
- package/dist/src/utils.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/styles.css +101 -0
- package/dist/tags.json +67 -0
- package/dist/web-types.json +371 -6
- package/package.json +6 -6
- package/dist/src/components/svg-icons/index.d.ts +0 -5
package/README.md
CHANGED
|
@@ -33,8 +33,8 @@ import { EBadge } from "@evercam/ui"
|
|
|
33
33
|
|
|
34
34
|
export default {
|
|
35
35
|
components: {
|
|
36
|
-
EBadge
|
|
37
|
-
}
|
|
36
|
+
EBadge,
|
|
37
|
+
},
|
|
38
38
|
}
|
|
39
39
|
</script>
|
|
40
40
|
```
|
|
@@ -46,5 +46,4 @@ You can preview the components and their stories by running the [Histoire](https
|
|
|
46
46
|
`yarn story:dev`
|
|
47
47
|
..........
|
|
48
48
|
//
|
|
49
|
-
|
|
50
49
|
.
|
package/dist/attributes.json
CHANGED
|
@@ -174,6 +174,92 @@
|
|
|
174
174
|
"type": "boolean|string|number",
|
|
175
175
|
"description": ""
|
|
176
176
|
},
|
|
177
|
+
"EVideoPlayer/target-timestamp": {
|
|
178
|
+
"type": "string|date",
|
|
179
|
+
"description": ""
|
|
180
|
+
},
|
|
181
|
+
"EVideoPlayer/sources": {
|
|
182
|
+
"type": "array|string",
|
|
183
|
+
"description": ""
|
|
184
|
+
},
|
|
185
|
+
"EVideoPlayer/video-listeners": {
|
|
186
|
+
"type": "object",
|
|
187
|
+
"description": ""
|
|
188
|
+
},
|
|
189
|
+
"EVideoPlayer/video-options": {
|
|
190
|
+
"type": "object",
|
|
191
|
+
"description": ""
|
|
192
|
+
},
|
|
193
|
+
"EVideoPlayer/is-hls": {
|
|
194
|
+
"type": "boolean",
|
|
195
|
+
"description": "",
|
|
196
|
+
"default": false
|
|
197
|
+
},
|
|
198
|
+
"EVideoPlayer/streaming-token": {
|
|
199
|
+
"type": "string",
|
|
200
|
+
"description": "",
|
|
201
|
+
"default": ""
|
|
202
|
+
},
|
|
203
|
+
"EVideoPlayer/pause-on-click": {
|
|
204
|
+
"type": "boolean",
|
|
205
|
+
"description": "",
|
|
206
|
+
"default": true
|
|
207
|
+
},
|
|
208
|
+
"EVideoPlayer/is-hls-loading": {
|
|
209
|
+
"type": "boolean",
|
|
210
|
+
"description": "",
|
|
211
|
+
"default": false
|
|
212
|
+
},
|
|
213
|
+
"EVideoPlayer/is-playing": {
|
|
214
|
+
"type": "boolean",
|
|
215
|
+
"description": "",
|
|
216
|
+
"default": false
|
|
217
|
+
},
|
|
218
|
+
"EVideoPlayer/is-zoomable": {
|
|
219
|
+
"type": "boolean",
|
|
220
|
+
"description": "",
|
|
221
|
+
"default": false
|
|
222
|
+
},
|
|
223
|
+
"EVideoPlayer/zoomable-ignore-pointer-events": {
|
|
224
|
+
"type": "boolean",
|
|
225
|
+
"description": "",
|
|
226
|
+
"default": false
|
|
227
|
+
},
|
|
228
|
+
"EVideoPlayer/timezone": {
|
|
229
|
+
"type": "string",
|
|
230
|
+
"description": "",
|
|
231
|
+
"default": "UTC"
|
|
232
|
+
},
|
|
233
|
+
"EVideoPlayer/play-pause-animation": {
|
|
234
|
+
"type": "boolean",
|
|
235
|
+
"description": "",
|
|
236
|
+
"default": true
|
|
237
|
+
},
|
|
238
|
+
"EVideoPlayer/disable-play-pause-animation": {
|
|
239
|
+
"type": "boolean",
|
|
240
|
+
"description": "",
|
|
241
|
+
"default": false
|
|
242
|
+
},
|
|
243
|
+
"EVideoPlayer/is-web-rtc": {
|
|
244
|
+
"type": "boolean",
|
|
245
|
+
"description": "",
|
|
246
|
+
"default": false
|
|
247
|
+
},
|
|
248
|
+
"EVideoPlayer/with-colored-loader": {
|
|
249
|
+
"type": "boolean",
|
|
250
|
+
"description": "",
|
|
251
|
+
"default": false
|
|
252
|
+
},
|
|
253
|
+
"EVideoPlayer/loader-size": {
|
|
254
|
+
"type": "string",
|
|
255
|
+
"description": "",
|
|
256
|
+
"default": "7xl"
|
|
257
|
+
},
|
|
258
|
+
"EVideoPlayer/with-overlay-on-background": {
|
|
259
|
+
"type": "boolean",
|
|
260
|
+
"description": "",
|
|
261
|
+
"default": false
|
|
262
|
+
},
|
|
177
263
|
"ETimeline/events-groups": {
|
|
178
264
|
"type": "object",
|
|
179
265
|
"description": ""
|
|
@@ -360,6 +446,22 @@
|
|
|
360
446
|
"type": "string|any",
|
|
361
447
|
"description": ""
|
|
362
448
|
},
|
|
449
|
+
"EVideoEmbed/video-url": {
|
|
450
|
+
"type": "string",
|
|
451
|
+
"description": ""
|
|
452
|
+
},
|
|
453
|
+
"EVideoEmbed/platform": {
|
|
454
|
+
"type": "string",
|
|
455
|
+
"description": ""
|
|
456
|
+
},
|
|
457
|
+
"EVideoEmbed/iframe-listeners": {
|
|
458
|
+
"type": "object",
|
|
459
|
+
"description": ""
|
|
460
|
+
},
|
|
461
|
+
"EVideoEmbed/iframe-options": {
|
|
462
|
+
"type": "object",
|
|
463
|
+
"description": ""
|
|
464
|
+
},
|
|
363
465
|
"EHeatmapBar/items": {
|
|
364
466
|
"type": "array",
|
|
365
467
|
"description": ""
|
|
@@ -481,5 +583,79 @@
|
|
|
481
583
|
"type": "string|number|boolean",
|
|
482
584
|
"description": "",
|
|
483
585
|
"default": null
|
|
586
|
+
},
|
|
587
|
+
"EExpandableMenu/padding": {
|
|
588
|
+
"type": "number",
|
|
589
|
+
"description": "",
|
|
590
|
+
"default": 4
|
|
591
|
+
},
|
|
592
|
+
"EExpandableMenu/direction": {
|
|
593
|
+
"type": "string",
|
|
594
|
+
"description": "",
|
|
595
|
+
"default": "top"
|
|
596
|
+
},
|
|
597
|
+
"EExpandableMenu/is-mobile": {
|
|
598
|
+
"type": "boolean",
|
|
599
|
+
"description": "",
|
|
600
|
+
"default": false
|
|
601
|
+
},
|
|
602
|
+
"EZoomable/ignore-pointer-events": {
|
|
603
|
+
"type": "boolean",
|
|
604
|
+
"description": "",
|
|
605
|
+
"default": false
|
|
606
|
+
},
|
|
607
|
+
"EZoomable/with-overlay": {
|
|
608
|
+
"type": "boolean",
|
|
609
|
+
"description": "",
|
|
610
|
+
"default": true
|
|
611
|
+
},
|
|
612
|
+
"EZoomable/disabled": {
|
|
613
|
+
"type": "boolean",
|
|
614
|
+
"description": "",
|
|
615
|
+
"default": false
|
|
616
|
+
},
|
|
617
|
+
"EGlobalSearch/dark": {
|
|
618
|
+
"type": "boolean",
|
|
619
|
+
"description": "",
|
|
620
|
+
"default": false
|
|
621
|
+
},
|
|
622
|
+
"EGlobalSearch/items": {
|
|
623
|
+
"type": "array",
|
|
624
|
+
"description": ""
|
|
625
|
+
},
|
|
626
|
+
"EGlobalSearch/timezone": {
|
|
627
|
+
"type": "string",
|
|
628
|
+
"description": "",
|
|
629
|
+
"default": "Europe/Dublin"
|
|
630
|
+
},
|
|
631
|
+
"EGlobalSearch/converted-date-format": {
|
|
632
|
+
"type": "string",
|
|
633
|
+
"description": "",
|
|
634
|
+
"default": "YYYY-MM-DDTHH:mm:ss"
|
|
635
|
+
},
|
|
636
|
+
"EGlobalSearch/current-date-format": {
|
|
637
|
+
"type": "string",
|
|
638
|
+
"description": "",
|
|
639
|
+
"default": "YYYY-MM-DDTHH:mm:ssZ"
|
|
640
|
+
},
|
|
641
|
+
"EGlobalSearch/is-fixed-position": {
|
|
642
|
+
"type": "boolean",
|
|
643
|
+
"description": "",
|
|
644
|
+
"default": true
|
|
645
|
+
},
|
|
646
|
+
"EGlobalSearch/is-hidden": {
|
|
647
|
+
"type": "boolean",
|
|
648
|
+
"description": "",
|
|
649
|
+
"default": true
|
|
650
|
+
},
|
|
651
|
+
"EGlobalSearch/deep": {
|
|
652
|
+
"type": "boolean",
|
|
653
|
+
"description": "",
|
|
654
|
+
"default": true
|
|
655
|
+
},
|
|
656
|
+
"ESvgIcon/icon": {
|
|
657
|
+
"type": "string",
|
|
658
|
+
"description": "",
|
|
659
|
+
"default": ""
|
|
484
660
|
}
|
|
485
661
|
}
|