@web-utils/component 2.0.4 → 2.0.6
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/components/image-viewer/index.js +94 -0
- package/dist/components/image-viewer/style.css +9 -0
- package/dist/index.css +408 -0
- package/dist/index.es.js +736 -645
- package/package.json +1 -1
- package/web-types.json +36 -1
package/package.json
CHANGED
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@web-utils/component",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.6",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -7120,6 +7120,41 @@
|
|
|
7120
7120
|
}
|
|
7121
7121
|
]
|
|
7122
7122
|
},
|
|
7123
|
+
{
|
|
7124
|
+
"name": "ImageViewer",
|
|
7125
|
+
"description": "",
|
|
7126
|
+
"attributes": [
|
|
7127
|
+
{
|
|
7128
|
+
"name": "images",
|
|
7129
|
+
"value": {
|
|
7130
|
+
"kind": "expression",
|
|
7131
|
+
"type": "array"
|
|
7132
|
+
},
|
|
7133
|
+
"default": ""
|
|
7134
|
+
},
|
|
7135
|
+
{
|
|
7136
|
+
"name": "url",
|
|
7137
|
+
"value": {
|
|
7138
|
+
"kind": "expression",
|
|
7139
|
+
"type": "string"
|
|
7140
|
+
},
|
|
7141
|
+
"default": "'data-src'"
|
|
7142
|
+
},
|
|
7143
|
+
{
|
|
7144
|
+
"name": "lazy",
|
|
7145
|
+
"value": {
|
|
7146
|
+
"kind": "expression",
|
|
7147
|
+
"type": "boolean"
|
|
7148
|
+
},
|
|
7149
|
+
"default": ""
|
|
7150
|
+
}
|
|
7151
|
+
],
|
|
7152
|
+
"slots": [
|
|
7153
|
+
{
|
|
7154
|
+
"name": "default"
|
|
7155
|
+
}
|
|
7156
|
+
]
|
|
7157
|
+
},
|
|
7123
7158
|
{
|
|
7124
7159
|
"name": "InputNumber",
|
|
7125
7160
|
"description": "",
|