@opentiny/vue-checkbox
Advanced tools
Comparing version 2.14.1 to 2.15.0
@@ -105,3 +105,3 @@ function _extends() { | ||
}); | ||
var version = "2.14.1"; | ||
var version = "2.15.0"; | ||
Checkbox.model = { | ||
@@ -108,0 +108,0 @@ prop: "modelValue", |
{ | ||
"name": "@opentiny/vue-checkbox", | ||
"version": "2.14.1", | ||
"version": "2.15.0", | ||
"description": "", | ||
@@ -10,8 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.14.0", | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-tooltip": "~2.14.0", | ||
"@opentiny/vue-icon": "~2.14.0", | ||
"@opentiny/vue-theme-mobile": "~3.14.0", | ||
"@opentiny/vue-theme": "~3.14.0" | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-tooltip": "~2.15.0", | ||
"@opentiny/vue-icon": "~2.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "license": "MIT", |
@@ -40,3 +40,3 @@ import type { PropType } from '@opentiny/vue-common'; | ||
text: StringConstructor; | ||
customClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; | ||
customClass: (StringConstructor | ArrayConstructor | ObjectConstructor)[]; | ||
validateEvent: { | ||
@@ -43,0 +43,0 @@ type: BooleanConstructor; |
+ Added@opentiny/vue-common@2.15.0(transitive)
+ Added@opentiny/vue-icon@2.15.0(transitive)
+ Added@opentiny/vue-locale@2.15.0(transitive)
+ Added@opentiny/vue-renderless@3.15.1(transitive)
+ Added@opentiny/vue-theme@3.15.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.15.0(transitive)
+ Added@opentiny/vue-tooltip@2.15.0(transitive)
- Removed@opentiny/vue-common@2.14.0(transitive)
- Removed@opentiny/vue-icon@2.14.0(transitive)
- Removed@opentiny/vue-locale@2.14.0(transitive)
- Removed@opentiny/vue-renderless@3.14.1(transitive)
- Removed@opentiny/vue-theme@3.14.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.14.2(transitive)
- Removed@opentiny/vue-tooltip@2.14.0(transitive)
Updated@opentiny/vue-common@~2.15.0
Updated@opentiny/vue-icon@~2.15.0
Updated@opentiny/vue-theme@~3.15.0