vueless 0.0.311 → 0.0.312
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/package.json +1 -1
- package/ui.button/index.vue +1 -1
- package/web-types.json +2 -2
package/package.json
CHANGED
package/ui.button/index.vue
CHANGED
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "vueless",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.312",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
"description": "Controls the keyboard “Tab” focus order of elements.",
|
|
948
948
|
"value": {
|
|
949
949
|
"kind": "expression",
|
|
950
|
-
"type": "string"
|
|
950
|
+
"type": "string|number"
|
|
951
951
|
},
|
|
952
952
|
"default": "0"
|
|
953
953
|
},
|