Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-dropdown-menu

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-dropdown-menu - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

14

lib/index.js

@@ -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: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc