@opentiny/vue-checkbox
Advanced tools
Comparing version 2.18.0 to 2.19.0
@@ -107,3 +107,3 @@ function _extends() { | ||
}); | ||
var version = "2.18.0"; | ||
var version = "2.19.0"; | ||
Checkbox.model = { | ||
@@ -110,0 +110,0 @@ prop: "modelValue", |
@@ -147,3 +147,6 @@ import { renderless, api } from '@opentiny/vue-renderless/checkbox/vue'; | ||
} | ||
}, _vm.handleChange], | ||
}, function($event) { | ||
$event.stopPropagation(); | ||
return _vm.handleChange.apply(null, arguments); | ||
}], | ||
"focus": function focus($event) { | ||
@@ -190,3 +193,6 @@ _vm.state.focus = true; | ||
} | ||
}, _vm.handleChange], | ||
}, function($event) { | ||
$event.stopPropagation(); | ||
return _vm.handleChange.apply(null, arguments); | ||
}], | ||
"focus": function focus($event) { | ||
@@ -193,0 +199,0 @@ _vm.state.focus = true; |
@@ -128,3 +128,6 @@ import { renderless, api } from '@opentiny/vue-renderless/checkbox/vue'; | ||
} | ||
}, _vm.handleChange], | ||
}, function($event) { | ||
$event.stopPropagation(); | ||
return _vm.handleChange.apply(null, arguments); | ||
}], | ||
"focus": function focus($event) { | ||
@@ -168,3 +171,6 @@ _vm.state.focus = true; | ||
} | ||
}, _vm.handleChange], | ||
}, function($event) { | ||
$event.stopPropagation(); | ||
return _vm.handleChange.apply(null, arguments); | ||
}], | ||
"focus": function focus($event) { | ||
@@ -171,0 +177,0 @@ _vm.state.focus = true; |
@@ -150,3 +150,6 @@ import { renderless, api } from '@opentiny/vue-renderless/checkbox/vue'; | ||
} | ||
}, _vm.handleChange], | ||
}, function($event) { | ||
$event.stopPropagation(); | ||
return _vm.handleChange.apply(null, arguments); | ||
}], | ||
"focus": function focus($event) { | ||
@@ -194,3 +197,6 @@ _vm.state.focus = true; | ||
} | ||
}, _vm.handleChange], | ||
}, function($event) { | ||
$event.stopPropagation(); | ||
return _vm.handleChange.apply(null, arguments); | ||
}], | ||
"focus": function focus($event) { | ||
@@ -197,0 +203,0 @@ _vm.state.focus = true; |
{ | ||
"name": "@opentiny/vue-checkbox", | ||
"version": "2.18.0", | ||
"version": "2.19.0", | ||
"description": "", | ||
@@ -10,8 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.18.0", | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-directive": "~2.18.0", | ||
"@opentiny/vue-icon": "~2.18.0", | ||
"@opentiny/vue-theme-mobile": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0" | ||
"@opentiny/vue-common": "~2.19.0", | ||
"@opentiny/vue-renderless": "~3.19.0", | ||
"@opentiny/vue-directive": "~2.19.0", | ||
"@opentiny/vue-icon": "~2.19.0", | ||
"@opentiny/vue-theme-mobile": "~3.19.0", | ||
"@opentiny/vue-theme": "~3.19.0" | ||
}, | ||
@@ -18,0 +18,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
31703
869
+ Added@opentiny/vue-common@2.19.0(transitive)
+ Added@opentiny/vue-directive@2.19.0(transitive)
+ Added@opentiny/vue-icon@2.19.0(transitive)
+ Added@opentiny/vue-locale@2.19.0(transitive)
+ Added@opentiny/vue-renderless@3.19.5(transitive)
+ Added@opentiny/vue-theme@3.19.5(transitive)
+ Added@opentiny/vue-theme-mobile@3.19.0(transitive)
+ Added@opentiny/vue-tooltip@2.19.0(transitive)
- Removed@opentiny/vue-common@2.18.0(transitive)
- Removed@opentiny/vue-directive@2.18.0(transitive)
- Removed@opentiny/vue-icon@2.18.0(transitive)
- Removed@opentiny/vue-locale@2.18.0(transitive)
- Removed@opentiny/vue-renderless@3.18.7(transitive)
- Removed@opentiny/vue-theme@3.18.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.18.0(transitive)
- Removed@opentiny/vue-tooltip@2.18.0(transitive)
Updated@opentiny/vue-common@~2.19.0
Updated@opentiny/vue-icon@~2.19.0
Updated@opentiny/vue-theme@~3.19.0