@opentiny/vue-dropdown
Advanced tools
Comparing version 2.17.0 to 2.18.0
@@ -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; |
24427
714
+ Added@opentiny/vue-button@2.18.0(transitive)
+ Added@opentiny/vue-button-group@2.18.0(transitive)
+ Added@opentiny/vue-common@2.18.0(transitive)
+ Added@opentiny/vue-directive@2.18.0(transitive)
+ Added@opentiny/vue-dropdown-item@2.18.1(transitive)
+ Added@opentiny/vue-dropdown-menu@2.18.0(transitive)
+ Added@opentiny/vue-icon@2.18.0(transitive)
+ Added@opentiny/vue-locale@2.18.0(transitive)
+ Added@opentiny/vue-popover@2.18.0(transitive)
+ Added@opentiny/vue-popup@2.18.0(transitive)
+ Added@opentiny/vue-renderless@3.18.8(transitive)
+ Added@opentiny/vue-theme@3.18.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.18.0(transitive)
+ Added@opentiny/vue-tooltip@2.18.0(transitive)
- Removed@opentiny/vue-button@2.17.0(transitive)
- Removed@opentiny/vue-button-group@2.17.1(transitive)
- Removed@opentiny/vue-common@2.17.0(transitive)
- Removed@opentiny/vue-directive@2.17.0(transitive)
- Removed@opentiny/vue-dropdown-item@2.17.0(transitive)
- Removed@opentiny/vue-dropdown-menu@2.17.0(transitive)
- Removed@opentiny/vue-icon@2.17.0(transitive)
- Removed@opentiny/vue-locale@2.17.0(transitive)
- Removed@opentiny/vue-popover@2.17.0(transitive)
- Removed@opentiny/vue-popup@2.17.0(transitive)
- Removed@opentiny/vue-renderless@3.17.6(transitive)
- Removed@opentiny/vue-theme@3.17.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.17.0(transitive)
- Removed@opentiny/vue-tooltip@2.17.0(transitive)
Updated@opentiny/vue-button@~2.18.0
Updated@opentiny/vue-common@~2.18.0
Updated@opentiny/vue-icon@~2.18.0
Updated@opentiny/vue-theme@~3.18.0