@opentiny/vue-dropdown-menu
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -42,6 +42,3 @@ function _extends() { | ||
}, | ||
visibleArrow: { | ||
type: Boolean, | ||
default: false | ||
}, | ||
visibleArrow: Boolean, | ||
arrowOffset: { | ||
@@ -51,7 +48,4 @@ type: Number, | ||
}, | ||
placement: { | ||
type: String, | ||
default: "bottom-end" | ||
// aui的默认值为bottom-start | ||
}, | ||
placement: String, | ||
// 默认主题 'bottom-end' | ||
popperClass: String, | ||
@@ -112,3 +106,3 @@ popperAppendToBody: { | ||
}); | ||
var version = "2.13.0"; | ||
var version = "2.14.0"; | ||
DropdownMenu.install = function(Vue) { | ||
@@ -115,0 +109,0 @@ Vue.component(DropdownMenu.name, DropdownMenu); |
@@ -63,4 +63,14 @@ import { renderless, api } from "@opentiny/vue-renderless/dropdown-menu/vue"; | ||
}, | ||
emits: ["mouseenter", "mouseleave", "created"], | ||
props: [].concat(props, ["visibleArrow", "arrowOffset", "placement", "popperClass", "popperAppendToBody", "textField", "options"]), | ||
emits: ["mouseenter", "mouseleave", "click", "update:modelValue", "created"], | ||
props: [].concat(props, [ | ||
"visibleArrow", | ||
"arrowOffset", | ||
"placement", | ||
"popperClass", | ||
"popperAppendToBody", | ||
"checkedStatus", | ||
// tiny 新增 | ||
"textField", | ||
"options" | ||
]), | ||
setup: function setup(props2, context) { | ||
@@ -114,2 +124,4 @@ return _setup({ | ||
}); | ||
}, { | ||
"selectedIndex": _vm.state.selectedIndex | ||
})], 2)]); | ||
@@ -116,0 +128,0 @@ }; |
{ | ||
"name": "@opentiny/vue-dropdown-menu", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "", | ||
@@ -10,5 +10,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.13.0", | ||
"@opentiny/vue-common": "~2.13.0", | ||
"@opentiny/vue-icon": "~2.13.0" | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-common": "~2.14.0", | ||
"@opentiny/vue-icon": "~2.14.0", | ||
"@opentiny/vue-tooltip": "~2.14.0", | ||
"@opentiny/vue-theme-mobile": "~3.14.0", | ||
"@opentiny/vue-dropdown-item": "~2.14.0", | ||
"@opentiny/vue-theme": "~3.14.0" | ||
}, | ||
@@ -15,0 +19,0 @@ "license": "MIT", |
@@ -21,6 +21,3 @@ /** | ||
}; | ||
visibleArrow: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
visibleArrow: BooleanConstructor; | ||
arrowOffset: { | ||
@@ -30,6 +27,3 @@ type: NumberConstructor; | ||
}; | ||
placement: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
placement: StringConstructor; | ||
popperClass: StringConstructor; | ||
@@ -36,0 +30,0 @@ popperAppendToBody: { |
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
20995
7
+ Added@opentiny/vue-theme@~3.14.0
+ Added@opentiny/vue-button@2.14.0(transitive)
+ Added@opentiny/vue-common@2.14.0(transitive)
+ Added@opentiny/vue-dropdown-item@2.14.0(transitive)
+ Added@opentiny/vue-icon@2.14.0(transitive)
+ Added@opentiny/vue-locale@2.14.0(transitive)
+ Added@opentiny/vue-popup@2.14.0(transitive)
+ Added@opentiny/vue-renderless@3.14.1(transitive)
+ Added@opentiny/vue-theme@3.14.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.14.2(transitive)
+ Added@opentiny/vue-tooltip@2.14.0(transitive)
+ Added@vue/composition-api@1.7.2(transitive)
+ Addedvue@2.6.14(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removed@opentiny/vue-common@2.13.1(transitive)
- Removed@opentiny/vue-icon@2.13.0(transitive)
- Removed@opentiny/vue-locale@2.13.0(transitive)
- Removed@opentiny/vue-renderless@3.13.2(transitive)
- Removed@opentiny/vue-theme@3.13.3(transitive)
- Removed@opentiny/vue-theme-mobile@3.13.0(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removed@vue/composition-api@1.2.4(transitive)
- Removedcsstype@3.1.3(transitive)
- Removednanoid@3.3.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.4.49(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvue@2.7.16(transitive)
Updated@opentiny/vue-common@~2.14.0
Updated@opentiny/vue-icon@~2.14.0