@opentiny/vue-checkbox-button
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -48,2 +48,6 @@ function _extends() { | ||
} | ||
}, | ||
tabindex: { | ||
type: String, | ||
default: "0" | ||
} | ||
@@ -59,3 +63,3 @@ }), | ||
}); | ||
var version = "2.15.0"; | ||
var version = "2.16.0"; | ||
CheckboxButton.model = { | ||
@@ -62,0 +66,0 @@ prop: "modelValue", |
@@ -60,3 +60,3 @@ import { renderless, api } from '@opentiny/vue-renderless/checkbox-button/vue'; | ||
emits: ["change", "update:modelValue"], | ||
props: [].concat(props, ["modelValue", "label", "text", "events", "disabled", "checked", "name", "trueLabel", "falseLabel"]), | ||
props: [].concat(props, ["modelValue", "label", "text", "events", "disabled", "checked", "name", "trueLabel", "falseLabel", "tabindex"]), | ||
setup: function setup$1(props2, context) { | ||
@@ -100,2 +100,3 @@ return setup({ | ||
"name": _vm.name, | ||
"tabindex": _vm.tabindex, | ||
"disabled": _vm.state.isDisabled, | ||
@@ -140,2 +141,3 @@ "true-value": _vm.trueLabel, | ||
"name": _vm.name, | ||
"tabindex": _vm.tabindex, | ||
"disabled": _vm.state.isDisabled | ||
@@ -142,0 +144,0 @@ }, |
{ | ||
"name": "@opentiny/vue-checkbox-button", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "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-common": "~2.16.0", | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10164
273
+ Added@opentiny/vue-common@2.16.0(transitive)
+ Added@opentiny/vue-locale@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-common@2.15.0(transitive)
- Removed@opentiny/vue-locale@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-common@~2.16.0
Updated@opentiny/vue-theme@~3.16.0