@opentiny/vue-button-group
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -68,3 +68,3 @@ function _extends() { | ||
}); | ||
var version = "2.15.0"; | ||
var version = "2.16.0"; | ||
ButtonGroup.model = { | ||
@@ -71,0 +71,0 @@ prop: "modelValue", |
@@ -102,3 +102,4 @@ import { renderless, api } from '@opentiny/vue-renderless/button-group/vue'; | ||
attrs: { | ||
"type": "button" | ||
"type": "button", | ||
"tabindex": _vm.getItemClass(node).disabled ? "-1" : "0" | ||
}, | ||
@@ -105,0 +106,0 @@ on: { |
{ | ||
"name": "@opentiny/vue-button-group", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"description": "", | ||
@@ -10,8 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0", | ||
"@opentiny/vue-popover": "~2.15.0", | ||
"@opentiny/vue-button": "~2.15.0", | ||
"@opentiny/vue-icon": "~2.15.0" | ||
"@opentiny/vue-common": "~2.16.0", | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0", | ||
"@opentiny/vue-popover": "~2.16.0", | ||
"@opentiny/vue-button": "~2.16.0", | ||
"@opentiny/vue-icon": "~2.16.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "license": "MIT", |
12622
331
+ Added@opentiny/vue-button@2.16.0(transitive)
+ Added@opentiny/vue-common@2.16.0(transitive)
+ Added@opentiny/vue-icon@2.16.0(transitive)
+ Added@opentiny/vue-locale@2.16.0(transitive)
+ Added@opentiny/vue-popover@2.16.0(transitive)
+ Added@opentiny/vue-renderless@3.16.2(transitive)
+ Added@opentiny/vue-theme@3.16.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.16.0(transitive)
- Removed@opentiny/vue-button@2.15.0(transitive)
- Removed@opentiny/vue-common@2.15.0(transitive)
- Removed@opentiny/vue-icon@2.15.0(transitive)
- Removed@opentiny/vue-locale@2.15.0(transitive)
- Removed@opentiny/vue-popover@2.15.0(transitive)
- Removed@opentiny/vue-renderless@3.15.1(transitive)
- Removed@opentiny/vue-theme@3.15.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.15.0(transitive)
Updated@opentiny/vue-button@~2.16.0
Updated@opentiny/vue-common@~2.16.0
Updated@opentiny/vue-icon@~2.16.0
Updated@opentiny/vue-theme@~3.16.0