New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-dropdown

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-dropdown - npm Package Compare versions

Comparing version 2.17.0 to 2.18.0

8

lib/index.js

@@ -96,3 +96,7 @@ function _extends() {

},
suffixIcon: Object
suffixIcon: Object,
lazyShowPopper: {
type: Boolean,
default: false
}
});

@@ -111,3 +115,3 @@ var Dropdown = defineComponent({

});
var version = "2.17.0";
var version = "2.18.0";
Dropdown.install = function(Vue) {

@@ -114,0 +118,0 @@ Vue.component(Dropdown.name, Dropdown);

@@ -132,2 +132,6 @@ import { renderless, api } from '@opentiny/vue-renderless/dropdown/vue';

default: false
},
lazyShowPopper: {
type: Boolean,
default: false
}

@@ -173,3 +177,3 @@ }),

var vnodeData = (defaultSlot == null ? void 0 : defaultSlot[0].data) || {};
var _vnodeData$attrs = vnodeData.attrs, attrs = _vnodeData$attrs === void 0 ? {} : _vnodeData$attrs;
var _vnodeData$attrs2 = vnodeData.attrs, attrs = _vnodeData$attrs2 === void 0 ? {} : _vnodeData$attrs2;
if (disabled && !attrs.disabled) {

@@ -176,0 +180,0 @@ attrs.disabled = true;

@@ -145,3 +145,7 @@ import { renderless, api } from '@opentiny/vue-renderless/dropdown/vue';

},
suffixIcon: Object
suffixIcon: Object,
lazyShowPopper: {
type: Boolean,
default: false
}
}),

@@ -199,3 +203,3 @@ emits: ["visible-change", "item-click", "button-click", "menu-item-click", "handle-click", "is-disabled", "selected-index"],

var vnodeData = defaultSlot && ((_defaultSlot$ = defaultSlot[0]) == null ? void 0 : _defaultSlot$.data) || {};
var _vnodeData$attrs = vnodeData.attrs, attrs = _vnodeData$attrs === void 0 ? {} : _vnodeData$attrs;
var _vnodeData$attrs2 = vnodeData.attrs, attrs = _vnodeData$attrs2 === void 0 ? {} : _vnodeData$attrs2;
if (disabled && !attrs.disabled) {

@@ -202,0 +206,0 @@ attrs.disabled = true;

{
"name": "@opentiny/vue-dropdown",
"version": "2.17.0",
"version": "2.18.0",
"description": "",

@@ -10,9 +10,9 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.17.0",
"@opentiny/vue-theme": "~3.17.0",
"@opentiny/vue-button": "~2.17.0",
"@opentiny/vue-button-group": "~2.17.0",
"@opentiny/vue-common": "~2.17.0",
"@opentiny/vue-icon": "~2.17.0",
"@opentiny/vue-dropdown-menu": "~2.17.0"
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-theme": "~3.18.0",
"@opentiny/vue-button": "~2.18.0",
"@opentiny/vue-button-group": "~2.18.0",
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-icon": "~2.18.0",
"@opentiny/vue-dropdown-menu": "~2.18.0"
},

@@ -19,0 +19,0 @@ "license": "MIT",

@@ -68,2 +68,6 @@ export declare const dropdownProps: {

suffixIcon: ObjectConstructor;
lazyShowPopper: {
type: BooleanConstructor;
default: boolean;
};
tiny_mode: StringConstructor;

@@ -70,0 +74,0 @@ tiny_mode_root: BooleanConstructor;

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