@opentiny/vue-switch
Advanced tools
Comparing version 2.17.0 to 2.18.0
@@ -99,3 +99,3 @@ function _extends() { | ||
}); | ||
var version = "2.17.0"; | ||
var version = "2.18.0"; | ||
Switch.model = { | ||
@@ -102,0 +102,0 @@ prop: "modelValue", |
@@ -98,3 +98,5 @@ import { renderless, api } from '@opentiny/vue-renderless/switch/vue'; | ||
return [_vm._v("OFF")]; | ||
}) : _vm._e()], 2) : _vm._e()])]) : _c("span", [_vm.state.currentValue === _vm.trueValue ? _vm._t("open", function() { | ||
}) : _vm._e()], 2) : _vm._e()]), _c("span", { | ||
staticClass: "tiny-switch__button" | ||
}, [_vm.state.currentValue === _vm.trueValue ? _vm._t("active-icon") : _vm._e(), _vm.state.currentValue === _vm.falseValue ? _vm._t("inactive-icon") : _vm._e()], 2)]) : _c("span", [_vm.state.currentValue === _vm.trueValue ? _vm._t("open", function() { | ||
return [_vm._v(_vm._s(_vm.t("yes")))]; | ||
@@ -101,0 +103,0 @@ }) : _vm._e(), _vm.state.currentValue === _vm.falseValue ? _vm._t("close", function() { |
{ | ||
"name": "@opentiny/vue-switch", | ||
"version": "2.17.0", | ||
"version": "2.18.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.17.0", | ||
"@opentiny/vue-common": "~2.17.0", | ||
"@opentiny/vue-theme-mobile": "~3.17.0", | ||
"@opentiny/vue-theme": "~3.17.0" | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-common": "~2.18.0", | ||
"@opentiny/vue-theme-mobile": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.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
26947
708
+ Added@opentiny/vue-common@2.18.0(transitive)
+ Added@opentiny/vue-locale@2.18.0(transitive)
+ Added@opentiny/vue-renderless@3.18.7(transitive)
+ Added@opentiny/vue-theme@3.18.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.18.0(transitive)
- Removed@opentiny/vue-common@2.17.0(transitive)
- Removed@opentiny/vue-locale@2.17.0(transitive)
- Removed@opentiny/vue-renderless@3.17.6(transitive)
- Removed@opentiny/vue-theme@3.17.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.17.0(transitive)
Updated@opentiny/vue-common@~2.18.0
Updated@opentiny/vue-theme@~3.18.0