@evercam/ui 1.0.0-preview-add-loading-if-webrtc-stream-disconnect-23d5a382e → 1.0.0-preview-compare-box-zoomable-7614d52af
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/components/EImagesComparator.vue.d.ts +14 -3
- package/dist/components/EZoomSlider.vue.d.ts +1 -0
- package/dist/index.d.ts +16 -4
- package/dist/index.mjs +1705 -1637
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +16 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/tags.json +5 -2
- package/dist/types.d.ts +1 -0
- package/dist/web-types.json +30 -3
- package/package.json +1 -1
package/dist/tags.json
CHANGED
|
@@ -197,7 +197,9 @@
|
|
|
197
197
|
"attributes": [
|
|
198
198
|
"before-image-src",
|
|
199
199
|
"after-image-src",
|
|
200
|
-
"is-loading"
|
|
200
|
+
"is-loading",
|
|
201
|
+
"is-zoomable",
|
|
202
|
+
"show-zoom-controls"
|
|
201
203
|
],
|
|
202
204
|
"description": ""
|
|
203
205
|
},
|
|
@@ -310,7 +312,8 @@
|
|
|
310
312
|
},
|
|
311
313
|
"EZoomSlider": {
|
|
312
314
|
"attributes": [
|
|
313
|
-
"dark"
|
|
315
|
+
"dark",
|
|
316
|
+
"tooltip-position"
|
|
314
317
|
],
|
|
315
318
|
"description": ""
|
|
316
319
|
},
|
package/dist/types.d.ts
CHANGED
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@evercam/ui",
|
|
5
|
-
"version": "1.0.0-preview-
|
|
5
|
+
"version": "1.0.0-preview-compare-box-zoomable-7614d52af",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
{
|
|
1110
1110
|
"name": "colors",
|
|
1111
1111
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1112
|
-
"default": "() =>
|
|
1112
|
+
"default": "() => wn(\"#ebedf0\", \"#17459e\", 10)",
|
|
1113
1113
|
"value": {
|
|
1114
1114
|
"kind": "expression",
|
|
1115
1115
|
"type": "array"
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
{
|
|
1119
1119
|
"name": "colors-dark",
|
|
1120
1120
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1121
|
-
"default": "() =>
|
|
1121
|
+
"default": "() => wn(\"rgba(26,53,86,0.49)\", \"#1f65ee\", 10)",
|
|
1122
1122
|
"value": {
|
|
1123
1123
|
"kind": "expression",
|
|
1124
1124
|
"type": "array"
|
|
@@ -1388,6 +1388,24 @@
|
|
|
1388
1388
|
"kind": "expression",
|
|
1389
1389
|
"type": "boolean"
|
|
1390
1390
|
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"name": "is-zoomable",
|
|
1394
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1395
|
+
"default": "true",
|
|
1396
|
+
"value": {
|
|
1397
|
+
"kind": "expression",
|
|
1398
|
+
"type": "boolean"
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "show-zoom-controls",
|
|
1403
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1404
|
+
"default": "true",
|
|
1405
|
+
"value": {
|
|
1406
|
+
"kind": "expression",
|
|
1407
|
+
"type": "boolean"
|
|
1408
|
+
}
|
|
1391
1409
|
}
|
|
1392
1410
|
]
|
|
1393
1411
|
},
|
|
@@ -2161,6 +2179,15 @@
|
|
|
2161
2179
|
"kind": "expression",
|
|
2162
2180
|
"type": "boolean"
|
|
2163
2181
|
}
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"name": "tooltip-position",
|
|
2185
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
2186
|
+
"default": "right",
|
|
2187
|
+
"value": {
|
|
2188
|
+
"kind": "expression",
|
|
2189
|
+
"type": "string"
|
|
2190
|
+
}
|
|
2164
2191
|
}
|
|
2165
2192
|
]
|
|
2166
2193
|
},
|
package/package.json
CHANGED