@opentiny/vue-dropdown-menu
Advanced tools
Comparing version 3.17.0 to 3.18.0
@@ -100,3 +100,3 @@ function _extends() { | ||
}); | ||
var version = "3.17.0"; | ||
var version = "3.18.0"; | ||
DropdownMenu.install = function(Vue) { | ||
@@ -103,0 +103,0 @@ Vue.component(DropdownMenu.name, DropdownMenu); |
import { renderless, api } from '@opentiny/vue-renderless/dropdown-menu/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import Tooltip from '@opentiny/vue-tooltip'; | ||
import { resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, createVNode, renderSlot, vShow } from 'vue'; | ||
import { resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, createVNode, renderSlot, createCommentVNode, vShow } from 'vue'; | ||
@@ -36,3 +36,3 @@ function _createForOfIteratorHelperLoose(r, e) { | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1]; | ||
target[key] = val; | ||
@@ -94,5 +94,6 @@ } | ||
}) | ||
}, null, 8, ["content", "modelValue"]), renderSlot(_ctx.$slots, "default", { | ||
}, null, 8, ["content", "modelValue"]), _ctx.state.initShowPopper || _ctx.state.showPopper ? renderSlot(_ctx.$slots, "default", { | ||
key: 0, | ||
selectedIndex: _ctx.state.selectedIndex | ||
})], | ||
}) : createCommentVNode("v-if", true)], | ||
6 | ||
@@ -99,0 +100,0 @@ /* CLASS, STYLE */ |
@@ -38,3 +38,3 @@ import { renderless, api } from '@opentiny/vue-renderless/dropdown-menu/vue'; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1]; | ||
target[key] = val; | ||
@@ -41,0 +41,0 @@ } |
@@ -5,3 +5,3 @@ import { renderless, api } from '@opentiny/vue-renderless/dropdown-menu/vue'; | ||
import '@opentiny/vue-theme/dropdown-menu/index.css'; | ||
import { resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, renderSlot, createElementBlock, Fragment, renderList, vShow } from 'vue'; | ||
import { resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, renderSlot, createElementBlock, Fragment, renderList, createCommentVNode, vShow } from 'vue'; | ||
@@ -38,3 +38,3 @@ function _createForOfIteratorHelperLoose(r, e) { | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1]; | ||
target[key] = val; | ||
@@ -89,3 +89,4 @@ } | ||
}, | ||
[renderSlot(_ctx.$slots, "default", { | ||
[_ctx.state.initShowPopper || _ctx.state.showPopper ? renderSlot(_ctx.$slots, "default", { | ||
key: 0, | ||
selectedIndex: _ctx.state.selectedIndex | ||
@@ -111,3 +112,3 @@ }, function() { | ||
))]; | ||
})], | ||
}) : createCommentVNode("v-if", true)], | ||
34 | ||
@@ -114,0 +115,0 @@ /* CLASS, NEED_HYDRATION */ |
{ | ||
"name": "@opentiny/vue-dropdown-menu", | ||
"version": "3.17.0", | ||
"version": "3.18.0", | ||
"description": "", | ||
@@ -10,9 +10,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.17.0", | ||
"@opentiny/vue-common": "~3.17.0", | ||
"@opentiny/vue-icon": "~3.17.0", | ||
"@opentiny/vue-tooltip": "~3.17.0", | ||
"@opentiny/vue-theme-mobile": "~3.17.0", | ||
"@opentiny/vue-dropdown-item": "~3.17.0", | ||
"@opentiny/vue-theme": "~3.17.0" | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-common": "~3.18.0", | ||
"@opentiny/vue-icon": "~3.18.0", | ||
"@opentiny/vue-tooltip": "~3.18.0", | ||
"@opentiny/vue-theme-mobile": "~3.18.0", | ||
"@opentiny/vue-dropdown-item": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0" | ||
}, | ||
@@ -19,0 +19,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
31575
870
+ Added@opentiny/vue-button@3.18.0(transitive)
+ Added@opentiny/vue-common@3.18.0(transitive)
+ Added@opentiny/vue-directive@3.18.0(transitive)
+ Added@opentiny/vue-dropdown-item@3.18.1(transitive)
+ Added@opentiny/vue-icon@3.18.0(transitive)
+ Added@opentiny/vue-locale@3.18.0(transitive)
+ Added@opentiny/vue-popup@3.18.0(transitive)
+ Added@opentiny/vue-renderless@3.18.7(transitive)
+ Added@opentiny/vue-theme@3.18.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.18.0(transitive)
+ Added@opentiny/vue-tooltip@3.18.0(transitive)
- Removed@opentiny/vue-button@3.17.0(transitive)
- Removed@opentiny/vue-common@3.17.0(transitive)
- Removed@opentiny/vue-dropdown-item@3.17.0(transitive)
- Removed@opentiny/vue-icon@3.17.0(transitive)
- Removed@opentiny/vue-locale@3.17.0(transitive)
- Removed@opentiny/vue-popup@3.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@3.17.0(transitive)
Updated@opentiny/vue-common@~3.18.0
Updated@opentiny/vue-icon@~3.18.0
Updated@opentiny/vue-theme@~3.18.0