@evercam/ui 0.0.58-beta.11 → 0.0.58-beta.12
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/dist/attributes.json +14 -0
- package/dist/index.mjs +193 -176
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +7 -7
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +1 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +3 -1
- package/dist/src/components/charts/classNames.d.ts +7 -0
- package/dist/src/components/charts/utils.d.ts +3 -0
- package/dist/src/index.d.ts +6 -3
- package/dist/style.css +1 -1
- package/dist/styles.css +4 -0
- package/dist/tags.json +5 -2
- package/dist/web-types.json +28 -1
- package/package.json +2 -2
- /package/dist/src/components/{svgIcons → svg-icons}/BaseIcon.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Bim.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Blur.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Compare.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/ConcretePump.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/DroneView.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Dumper.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Evercam.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/EvercamLogo.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Excavator.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/FlatbedSemiTrailer.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/FreeDrawing.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/IModel.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Inspection.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Loader.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/MiniModel.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/OtherTruck.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/RoadVehicle.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Roller.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/SemiTrailer.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/SkidSteerLoader.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/SmallTruck.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/TankTruck.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/The360.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/TippingTruck.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/TruckHead.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/TruckMixer.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/Worker.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/ZohoCrm.vue.d.ts +0 -0
- /package/dist/src/components/{svgIcons → svg-icons}/index.d.ts +0 -0
package/dist/attributes.json
CHANGED
|
@@ -260,6 +260,15 @@
|
|
|
260
260
|
"description": "",
|
|
261
261
|
"default": false
|
|
262
262
|
},
|
|
263
|
+
"EVideoPlayer/fallback-src": {
|
|
264
|
+
"type": "string",
|
|
265
|
+
"description": "",
|
|
266
|
+
"default": ""
|
|
267
|
+
},
|
|
268
|
+
"EVideoPlayer/hls-options": {
|
|
269
|
+
"type": "object",
|
|
270
|
+
"description": ""
|
|
271
|
+
},
|
|
263
272
|
"ETimeline/events-groups": {
|
|
264
273
|
"type": "object",
|
|
265
274
|
"description": ""
|
|
@@ -446,6 +455,11 @@
|
|
|
446
455
|
"type": "string|any",
|
|
447
456
|
"description": ""
|
|
448
457
|
},
|
|
458
|
+
"ETimeline/stop-click-propagation": {
|
|
459
|
+
"type": "boolean",
|
|
460
|
+
"description": "",
|
|
461
|
+
"default": false
|
|
462
|
+
},
|
|
449
463
|
"EVideoEmbed/video-url": {
|
|
450
464
|
"type": "string",
|
|
451
465
|
"description": ""
|