@evercam/ui 0.0.59 → 0.0.60-preview-create-image-comparator-comp-cdb95439c
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 +15 -0
- package/dist/index.mjs +783 -674
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +10 -10
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/EImagesComparator.vue.d.ts +26 -0
- package/dist/src/index.d.ts +26 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +8 -0
- package/dist/tags.json +8 -0
- package/dist/web-types.json +40 -2
- package/package.json +1 -1
package/dist/attributes.json
CHANGED
|
@@ -579,6 +579,21 @@
|
|
|
579
579
|
"description": "",
|
|
580
580
|
"default": 50
|
|
581
581
|
},
|
|
582
|
+
"EImagesComparator/before-image-src": {
|
|
583
|
+
"type": "string",
|
|
584
|
+
"description": "",
|
|
585
|
+
"default": null
|
|
586
|
+
},
|
|
587
|
+
"EImagesComparator/after-image-src": {
|
|
588
|
+
"type": "string",
|
|
589
|
+
"description": "",
|
|
590
|
+
"default": null
|
|
591
|
+
},
|
|
592
|
+
"EImagesComparator/is-loading": {
|
|
593
|
+
"type": "boolean",
|
|
594
|
+
"description": "",
|
|
595
|
+
"default": false
|
|
596
|
+
},
|
|
582
597
|
"EToggleSwitch/options": {
|
|
583
598
|
"type": "array",
|
|
584
599
|
"description": ""
|