@evercam/ui 0.0.55-beta.21 → 0.0.55-beta.23
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 +9 -45
- package/dist/index.mjs +1503 -1163
- 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 +170 -15
- package/dist/src/components/EZoomable.vue.d.ts +64 -0
- package/dist/src/constants.d.ts +1 -0
- package/dist/src/index.d.ts +248 -33
- package/dist/src/types.d.ts +9 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +108 -4
- package/dist/tags.json +5 -18
- package/dist/web-types.json +30 -95
- package/package.json +1 -1
- package/dist/src/components/EReadMore.vue.d.ts +0 -24
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": ""
|
|
@@ -444,32 +417,23 @@
|
|
|
444
417
|
"description": "",
|
|
445
418
|
"default": false
|
|
446
419
|
},
|
|
447
|
-
"
|
|
448
|
-
"type": "array
|
|
449
|
-
"description": ""
|
|
450
|
-
},
|
|
451
|
-
"EReadMore/max-length": {
|
|
452
|
-
"type": "number",
|
|
420
|
+
"EToggleSwitch/options": {
|
|
421
|
+
"type": "array",
|
|
453
422
|
"description": ""
|
|
454
423
|
},
|
|
455
|
-
"
|
|
456
|
-
"type": "boolean",
|
|
457
|
-
"description": "",
|
|
458
|
-
"default": false
|
|
459
|
-
},
|
|
460
|
-
"EReadMore/expand-text": {
|
|
424
|
+
"EToggleSwitch/color": {
|
|
461
425
|
"type": "string",
|
|
462
426
|
"description": "",
|
|
463
|
-
"default": "
|
|
427
|
+
"default": "brand"
|
|
464
428
|
},
|
|
465
|
-
"
|
|
429
|
+
"EToggleSwitch/size": {
|
|
466
430
|
"type": "string",
|
|
467
431
|
"description": "",
|
|
468
|
-
"default": "
|
|
432
|
+
"default": "sm"
|
|
469
433
|
},
|
|
470
|
-
"
|
|
471
|
-
"type": "string",
|
|
434
|
+
"EToggleSwitch/default-value": {
|
|
435
|
+
"type": "string|number|boolean",
|
|
472
436
|
"description": "",
|
|
473
|
-
"default":
|
|
437
|
+
"default": null
|
|
474
438
|
}
|
|
475
439
|
}
|