@evercam/ui 0.0.55-beta.31 → 0.0.55-beta.33
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 +15 -32
- package/dist/index.mjs +1620 -1216
- 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 +197 -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 +288 -19
- package/dist/src/types.d.ts +9 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +111 -4
- package/dist/tags.json +5 -14
- package/dist/web-types.json +43 -72
- package/package.json +1 -1
- package/dist/src/components/ETruncatedDiv.vue.d.ts +0 -8
package/README.md
CHANGED
package/dist/attributes.json
CHANGED
|
@@ -174,33 +174,6 @@
|
|
|
174
174
|
"type": "boolean|string|number",
|
|
175
175
|
"description": ""
|
|
176
176
|
},
|
|
177
|
-
"EVideoPlayer/sources": {
|
|
178
|
-
"type": "array|string",
|
|
179
|
-
"description": ""
|
|
180
|
-
},
|
|
181
|
-
"EVideoPlayer/video-listeners": {
|
|
182
|
-
"type": "object",
|
|
183
|
-
"description": ""
|
|
184
|
-
},
|
|
185
|
-
"EVideoPlayer/video-options": {
|
|
186
|
-
"type": "object",
|
|
187
|
-
"description": ""
|
|
188
|
-
},
|
|
189
|
-
"EVideoPlayer/is-hls": {
|
|
190
|
-
"type": "boolean",
|
|
191
|
-
"description": "",
|
|
192
|
-
"default": false
|
|
193
|
-
},
|
|
194
|
-
"EVideoPlayer/streaming-token": {
|
|
195
|
-
"type": "string",
|
|
196
|
-
"description": "",
|
|
197
|
-
"default": ""
|
|
198
|
-
},
|
|
199
|
-
"EVideoPlayer/is-live-view": {
|
|
200
|
-
"type": "boolean",
|
|
201
|
-
"description": "",
|
|
202
|
-
"default": false
|
|
203
|
-
},
|
|
204
177
|
"ETimeline/events-groups": {
|
|
205
178
|
"type": "object",
|
|
206
179
|
"description": ""
|
|
@@ -472,13 +445,23 @@
|
|
|
472
445
|
"description": "",
|
|
473
446
|
"default": "and {count} more..."
|
|
474
447
|
},
|
|
475
|
-
"
|
|
476
|
-
"type": "
|
|
448
|
+
"EToggleSwitch/options": {
|
|
449
|
+
"type": "array",
|
|
477
450
|
"description": ""
|
|
478
451
|
},
|
|
479
|
-
"
|
|
480
|
-
"type": "
|
|
452
|
+
"EToggleSwitch/color": {
|
|
453
|
+
"type": "string",
|
|
481
454
|
"description": "",
|
|
482
|
-
"default":
|
|
455
|
+
"default": "brand"
|
|
456
|
+
},
|
|
457
|
+
"EToggleSwitch/size": {
|
|
458
|
+
"type": "string",
|
|
459
|
+
"description": "",
|
|
460
|
+
"default": "sm"
|
|
461
|
+
},
|
|
462
|
+
"EToggleSwitch/default-value": {
|
|
463
|
+
"type": "string|number|boolean",
|
|
464
|
+
"description": "",
|
|
465
|
+
"default": null
|
|
483
466
|
}
|
|
484
467
|
}
|