@opentiny/vue-dropdown-item
Advanced tools
Comparing version 2.20.0 to 2.21.0
@@ -5,4 +5,3 @@ function _extends() { | ||
var t = arguments[e]; | ||
for (var r in t) | ||
({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); | ||
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); | ||
} | ||
@@ -123,3 +122,3 @@ return n; | ||
}); | ||
var version = "2.20.0"; | ||
var version = "2.21.0"; | ||
DropdownItem.model = { | ||
@@ -126,0 +125,0 @@ prop: "modelValue", |
@@ -11,29 +11,5 @@ import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
} | ||
if (functionalTemplate) { | ||
options.functional = true; | ||
} | ||
if (scopeId) { | ||
options._scopeId = "data-v-" + scopeId; | ||
} | ||
var hook; | ||
if (moduleIdentifier) { | ||
hook = function hook2(context) { | ||
context = context || // cached call | ||
this.$vnode && this.$vnode.ssrContext || // stateful | ||
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext; | ||
if (!context && typeof __VUE_SSR_CONTEXT__ !== "undefined") { | ||
context = __VUE_SSR_CONTEXT__; | ||
} | ||
if (injectStyles) { | ||
injectStyles.call(this, context); | ||
} | ||
if (context && context._registeredComponents) { | ||
context._registeredComponents.add(moduleIdentifier); | ||
} | ||
}; | ||
options._ssrRegister = hook; | ||
} else if (injectStyles) { | ||
hook = shadowMode ? function() { | ||
injectStyles.call(this, (options.functional ? this.parent : this).$root.$options.shadowRoot); | ||
} : injectStyles; | ||
if (injectStyles) { | ||
hook = injectStyles; | ||
} | ||
@@ -105,3 +81,3 @@ if (hook) { | ||
var __cssModules = {}; | ||
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null); | ||
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles); | ||
function __vue2_injectStyles(context) { | ||
@@ -108,0 +84,0 @@ for (var o in __cssModules) { |
@@ -16,29 +16,5 @@ import { renderless, api } from '@opentiny/vue-renderless/dropdown-item/vue'; | ||
} | ||
if (functionalTemplate) { | ||
options.functional = true; | ||
} | ||
if (scopeId) { | ||
options._scopeId = "data-v-" + scopeId; | ||
} | ||
var hook; | ||
if (moduleIdentifier) { | ||
hook = function hook2(context) { | ||
context = context || // cached call | ||
this.$vnode && this.$vnode.ssrContext || // stateful | ||
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext; | ||
if (!context && typeof __VUE_SSR_CONTEXT__ !== "undefined") { | ||
context = __VUE_SSR_CONTEXT__; | ||
} | ||
if (injectStyles) { | ||
injectStyles.call(this, context); | ||
} | ||
if (context && context._registeredComponents) { | ||
context._registeredComponents.add(moduleIdentifier); | ||
} | ||
}; | ||
options._ssrRegister = hook; | ||
} else if (injectStyles) { | ||
hook = shadowMode ? function() { | ||
injectStyles.call(this, (options.functional ? this.parent : this).$root.$options.shadowRoot); | ||
} : injectStyles; | ||
if (injectStyles) { | ||
hook = injectStyles; | ||
} | ||
@@ -210,3 +186,3 @@ if (hook) { | ||
var __cssModules = {}; | ||
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null); | ||
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles); | ||
function __vue2_injectStyles(context) { | ||
@@ -213,0 +189,0 @@ for (var o in __cssModules) { |
@@ -14,29 +14,5 @@ import { defineComponent, $prefix, props, setup } from '@opentiny/vue-common'; | ||
} | ||
if (functionalTemplate) { | ||
options.functional = true; | ||
} | ||
if (scopeId) { | ||
options._scopeId = "data-v-" + scopeId; | ||
} | ||
var hook; | ||
if (moduleIdentifier) { | ||
hook = function hook2(context) { | ||
context = context || // cached call | ||
this.$vnode && this.$vnode.ssrContext || // stateful | ||
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext; | ||
if (!context && typeof __VUE_SSR_CONTEXT__ !== "undefined") { | ||
context = __VUE_SSR_CONTEXT__; | ||
} | ||
if (injectStyles) { | ||
injectStyles.call(this, context); | ||
} | ||
if (context && context._registeredComponents) { | ||
context._registeredComponents.add(moduleIdentifier); | ||
} | ||
}; | ||
options._ssrRegister = hook; | ||
} else if (injectStyles) { | ||
hook = shadowMode ? function() { | ||
injectStyles.call(this, (options.functional ? this.parent : this).$root.$options.shadowRoot); | ||
} : injectStyles; | ||
if (injectStyles) { | ||
hook = injectStyles; | ||
} | ||
@@ -175,3 +151,3 @@ if (hook) { | ||
var __cssModules = {}; | ||
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null); | ||
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles); | ||
function __vue2_injectStyles(context) { | ||
@@ -178,0 +154,0 @@ for (var o in __cssModules) { |
{ | ||
"name": "@opentiny/vue-dropdown-item", | ||
"type": "module", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"description": "", | ||
@@ -11,10 +11,10 @@ "license": "MIT", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~2.20.0", | ||
"@opentiny/vue-common": "~2.20.0", | ||
"@opentiny/vue-directive": "~2.20.0", | ||
"@opentiny/vue-icon": "~2.20.0", | ||
"@opentiny/vue-popup": "~2.20.0", | ||
"@opentiny/vue-renderless": "~3.20.0", | ||
"@opentiny/vue-theme": "~3.20.0", | ||
"@opentiny/vue-theme-mobile": "~3.20.0" | ||
"@opentiny/vue-button": "~2.21.0", | ||
"@opentiny/vue-common": "~2.21.0", | ||
"@opentiny/vue-directive": "~2.21.0", | ||
"@opentiny/vue-icon": "~2.21.0", | ||
"@opentiny/vue-popup": "~2.21.0", | ||
"@opentiny/vue-renderless": "~3.21.0", | ||
"@opentiny/vue-theme": "~3.21.0", | ||
"@opentiny/vue-theme-mobile": "~3.21.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "types": "index.d.ts", |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
22905
682
+ Added@opentiny/utils@1.0.0(transitive)
+ Added@opentiny/vue-button@2.21.0(transitive)
+ Added@opentiny/vue-common@2.21.0(transitive)
+ Added@opentiny/vue-directive@2.21.0(transitive)
+ Added@opentiny/vue-icon@2.21.0(transitive)
+ Added@opentiny/vue-locale@2.21.0(transitive)
+ Added@opentiny/vue-popup@2.21.0(transitive)
+ Added@opentiny/vue-renderless@3.21.1(transitive)
+ Added@opentiny/vue-theme@3.21.2(transitive)
+ Added@opentiny/vue-theme-mobile@3.21.0(transitive)
+ Added@opentiny/vue-tooltip@2.21.0(transitive)
+ Addedxss@1.0.14(transitive)
- Removed@opentiny/vue-button@2.20.0(transitive)
- Removed@opentiny/vue-common@2.20.1(transitive)
- Removed@opentiny/vue-directive@2.20.0(transitive)
- Removed@opentiny/vue-icon@2.20.0(transitive)
- Removed@opentiny/vue-locale@2.20.0(transitive)
- Removed@opentiny/vue-popup@2.20.0(transitive)
- Removed@opentiny/vue-renderless@3.20.3(transitive)
- Removed@opentiny/vue-theme@3.20.2(transitive)
- Removed@opentiny/vue-theme-mobile@3.20.0(transitive)
- Removed@opentiny/vue-tooltip@2.20.0(transitive)
- Removedxss@1.0.11(transitive)
Updated@opentiny/vue-button@~2.21.0
Updated@opentiny/vue-common@~2.21.0
Updated@opentiny/vue-icon@~2.21.0
Updated@opentiny/vue-popup@~2.21.0
Updated@opentiny/vue-theme@~3.21.0