@opentiny/vue-mini-picker
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -1,5 +0,7 @@ | ||
import { t } from "@opentiny/vue-locale"; | ||
import { renderless, api } from "@opentiny/vue-renderless/mini-picker/vue"; | ||
import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common"; | ||
import PickerColumn from "@opentiny/vue-picker-column"; | ||
import { t } from '@opentiny/vue-locale'; | ||
import { renderless, api } from '@opentiny/vue-renderless/mini-picker/vue'; | ||
import { defineComponent, $prefix, setup } from '@opentiny/vue-common'; | ||
import PickerColumn from '@opentiny/vue-picker-column'; | ||
import '@opentiny/vue-theme-mobile/mini-picker/index.css'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -59,3 +61,2 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
import "@opentiny/vue-theme-mobile/mini-picker/index.css"; | ||
var $constants = { | ||
@@ -123,4 +124,4 @@ CHILDREN_PICKER: "childrenPicker" | ||
}, | ||
setup: function setup(props, context) { | ||
return _setup({ | ||
setup: function setup$1(props, context) { | ||
return setup({ | ||
props, | ||
@@ -206,3 +207,3 @@ context, | ||
}(); | ||
var version = "2.14.0"; | ||
var version = "2.15.0"; | ||
MiniPicker.install = function(Vue) { | ||
@@ -212,4 +213,3 @@ Vue.component(MiniPicker.name, MiniPicker); | ||
MiniPicker.version = version; | ||
export { | ||
MiniPicker as default | ||
}; | ||
export { MiniPicker as default }; |
{ | ||
"name": "@opentiny/vue-mini-picker", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "", | ||
@@ -10,7 +10,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-locale": "~2.14.0", | ||
"@opentiny/vue-common": "~2.14.0", | ||
"@opentiny/vue-picker-column": "~2.14.0", | ||
"@opentiny/vue-theme-mobile": "~3.14.0" | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-locale": "~2.15.0", | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-picker-column": "~2.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0" | ||
}, | ||
@@ -17,0 +17,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
8067
223
+ Added@opentiny/vue-common@2.15.0(transitive)
+ Added@opentiny/vue-locale@2.15.0(transitive)
+ Added@opentiny/vue-picker-column@2.15.0(transitive)
+ Added@opentiny/vue-renderless@3.15.1(transitive)
+ Added@opentiny/vue-theme@3.15.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.15.0(transitive)
- Removed@opentiny/vue-common@2.14.0(transitive)
- Removed@opentiny/vue-locale@2.14.0(transitive)
- Removed@opentiny/vue-picker-column@2.14.0(transitive)
- Removed@opentiny/vue-renderless@3.14.1(transitive)
- Removed@opentiny/vue-theme@3.14.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.14.2(transitive)
Updated@opentiny/vue-common@~2.15.0
Updated@opentiny/vue-locale@~2.15.0