@opentiny/vue-dropdown-menu
Advanced tools
Comparing version 2.11.0-alpha.2 to 2.11.0
@@ -84,2 +84,3 @@ function _extends() { | ||
}, | ||
// tiny新增 | ||
options: { | ||
@@ -108,3 +109,3 @@ type: Array, | ||
}); | ||
var version = "2.11.0-alpha.2"; | ||
var version = "2.11.0"; | ||
DropdownMenu.install = function(Vue) { | ||
@@ -111,0 +112,0 @@ Vue.component(DropdownMenu.name, DropdownMenu); |
@@ -100,4 +100,6 @@ import { renderless, api } from "@opentiny/vue-renderless/dropdown-menu/vue"; | ||
"overflow-x-hidden scrollbar-size-0": _vm.maxHeight | ||
}, _vm.multiStage ? "!block rounded-none" : "rounded sm:my-1 py-1 my-2 shadow-sm sm:shadow-md", _vm.popperClass), | ||
style: "max-height:" + _vm.maxHeight + "px", | ||
}, _vm.multiStage ? "!block rounded-none" : "rounded py-1 shadow-sm sm:shadow-md px-1", _vm.state.canvasHeight ? "sm:mb-6" : !_vm.multiStage && "sm:my-1 my-2", _vm.popperClass), | ||
style: { | ||
maxHeight: _vm.maxHeight + "px" | ||
}, | ||
attrs: { | ||
@@ -104,0 +106,0 @@ "data-tag": "tiny-dropdown-menu" |
{ | ||
"name": "@opentiny/vue-dropdown-menu", | ||
"version": "2.11.0-alpha.2", | ||
"version": "2.11.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.11.0-alpha.0", | ||
"@opentiny/vue-common": "~2.11.0-alpha.0", | ||
"@opentiny/vue-icon": "~2.11.0-alpha.0" | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-common": "~2.11.0", | ||
"@opentiny/vue-icon": "~2.11.0" | ||
}, | ||
@@ -15,0 +15,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
20725
637
1
+ Addednanoid@3.3.7(transitive)
- Removednanoid@3.3.8(transitive)
Updated@opentiny/vue-common@~2.11.0
Updated@opentiny/vue-icon@~2.11.0