@opentiny/vue-split
Advanced tools
Comparing version 2.11.0-alpha.2 to 2.11.0
@@ -88,3 +88,3 @@ function _extends() { | ||
}); | ||
var version = "2.11.0-alpha.2"; | ||
var version = "2.11.0"; | ||
Split.model = { | ||
@@ -91,0 +91,0 @@ prop: "modelValue", |
@@ -112,3 +112,3 @@ import { renderless, api } from "@opentiny/vue-renderless/split/vue"; | ||
}, [_c("icon-split-left", { | ||
staticClass: "aui-svg-size" | ||
staticClass: "tiny-svg-size" | ||
})], 1) : _vm._e(), _vm.state.triggerSimple ? _c("div", { | ||
@@ -121,3 +121,3 @@ class: [_vm.state.prefix + "-trigger-button", _vm.state.prefix + "-trigger-right-button", _vm.state.offset === 0 ? _vm.state.prefix + "-trigger-button-active" : "", _vm.state.offset === 0 || _vm.state.collapseRightBottom ? _vm.state.prefix + "-trigger-button-show" : ""], | ||
}, [_c("icon-split-right", { | ||
staticClass: "aui-svg-size" | ||
staticClass: "tiny-svg-size" | ||
})], 1) : _vm._e()], 2), _c("div", { | ||
@@ -160,3 +160,3 @@ staticClass: "right-pane", | ||
}, [_c("icon-split-left", { | ||
staticClass: "aui-svg-size" | ||
staticClass: "tiny-svg-size" | ||
})], 1) : _vm._e(), _vm.state.triggerSimple ? _c("div", { | ||
@@ -169,3 +169,3 @@ class: [_vm.state.prefix + "-trigger-button", _vm.state.prefix + "-trigger-bottom-button", _vm.state.offset === 0 ? _vm.state.prefix + "-trigger-button-active" : "", _vm.state.offset === 0 || _vm.state.collapseRightBottom ? _vm.state.prefix + "-trigger-button-show" : ""], | ||
}, [_c("icon-split-right", { | ||
staticClass: "aui-svg-size" | ||
staticClass: "tiny-svg-size" | ||
})], 1) : _vm._e()], 2), _c("div", { | ||
@@ -172,0 +172,0 @@ staticClass: "bottom-pane", |
{ | ||
"name": "@opentiny/vue-split", | ||
"version": "2.11.0-alpha.2", | ||
"version": "2.11.0", | ||
"description": "", | ||
@@ -10,4 +10,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.11.0-alpha.0", | ||
"@opentiny/vue-common": "~2.11.0-alpha.0" | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-common": "~2.11.0" | ||
}, | ||
@@ -14,0 +14,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
13199