@opentiny/vue-picker-column
Advanced tools
Comparing version 2.20.0 to 2.21.0
@@ -12,29 +12,5 @@ import { renderless, api } from '@opentiny/vue-renderless/picker-column/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; | ||
} | ||
@@ -132,3 +108,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) { | ||
@@ -142,3 +118,3 @@ for (var o in __cssModules) { | ||
}(); | ||
var version = "2.20.0"; | ||
var version = "2.21.0"; | ||
PickerColumn.install = function(Vue) { | ||
@@ -145,0 +121,0 @@ Vue.component(PickerColumn.name, PickerColumn); |
{ | ||
"name": "@opentiny/vue-picker-column", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.20.0", | ||
"@opentiny/vue-common": "~2.20.0", | ||
"@opentiny/vue-theme-mobile": "~3.20.0" | ||
"@opentiny/vue-renderless": "~3.21.0", | ||
"@opentiny/vue-common": "~2.21.0", | ||
"@opentiny/vue-theme-mobile": "~3.21.0" | ||
}, | ||
@@ -15,0 +15,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
5637
134
+ Added@opentiny/utils@1.0.0(transitive)
+ Added@opentiny/vue-common@2.21.0(transitive)
+ Added@opentiny/vue-locale@2.21.0(transitive)
+ Added@opentiny/vue-renderless@3.21.0(transitive)
+ Added@opentiny/vue-theme@3.21.0(transitive)
+ Added@opentiny/vue-theme-mobile@3.21.0(transitive)
+ Addedxss@1.0.14(transitive)
- Removed@opentiny/vue-common@2.20.1(transitive)
- Removed@opentiny/vue-locale@2.20.0(transitive)
- Removed@opentiny/vue-renderless@3.20.3(transitive)
- Removed@opentiny/vue-theme@3.20.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.20.0(transitive)
- Removedxss@1.0.11(transitive)
Updated@opentiny/vue-common@~2.21.0