@opentiny/vue-checkbox-group
Advanced tools
Comparing version 2.11.0 to 2.12.0
@@ -77,3 +77,3 @@ function _extends() { | ||
}); | ||
var version = "2.11.0"; | ||
var version = "2.12.0"; | ||
CheckboxGroup.model = { | ||
@@ -80,0 +80,0 @@ prop: "modelValue", |
@@ -65,3 +65,3 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue"; | ||
inheritAttrs: false, | ||
props: [].concat(props, ["modelValue", "type", "options", "disabled", "min", "max", "size", "fill", "textColor", "vertical"]), | ||
props: [].concat(props, ["modelValue", "type", "options", "disabled", "min", "max", "size", "fill", "textColor", "vertical", "displayOnly"]), | ||
setup: function setup(props2, context) { | ||
@@ -85,2 +85,3 @@ return _setup({ | ||
attrs: { | ||
"data-tag": "tiny-checkbox-group", | ||
"role": "group", | ||
@@ -87,0 +88,0 @@ "aria-label": "checkbox-group" |
{ | ||
"name": "@opentiny/vue-checkbox-group", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.11.0", | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-checkbox": "~2.11.0", | ||
"@opentiny/vue-checkbox-button": "~2.11.0" | ||
"@opentiny/vue-common": "~2.12.0", | ||
"@opentiny/vue-renderless": "~3.12.0", | ||
"@opentiny/vue-checkbox": "~2.12.0", | ||
"@opentiny/vue-checkbox-button": "~2.12.0" | ||
}, | ||
@@ -16,0 +16,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
15093
436
+ Added@opentiny/vue-checkbox@2.12.0(transitive)
+ Added@opentiny/vue-checkbox-button@2.12.0(transitive)
+ Added@opentiny/vue-common@2.12.0(transitive)
+ Added@opentiny/vue-locale@2.12.0(transitive)
+ Added@opentiny/vue-renderless@3.12.1(transitive)
+ Added@opentiny/vue-theme@3.12.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.12.0(transitive)
- Removed@opentiny/vue-checkbox@2.11.0(transitive)
- Removed@opentiny/vue-checkbox-button@2.11.0(transitive)
- Removed@opentiny/vue-common@2.11.0(transitive)
- Removed@opentiny/vue-locale@2.11.0(transitive)
- Removed@opentiny/vue-renderless@3.11.8(transitive)
- Removed@opentiny/vue-theme@3.11.6(transitive)
- Removed@opentiny/vue-theme-mobile@3.11.1(transitive)
Updated@opentiny/vue-common@~2.12.0