@opentiny/vue-dialog-box
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -197,3 +197,3 @@ function _extends() { | ||
}); | ||
var version = "2.14.0"; | ||
var version = "2.15.0"; | ||
DialogBox.install = function(Vue) { | ||
@@ -200,0 +200,0 @@ Vue.component(DialogBox.name, DialogBox); |
@@ -1,5 +0,6 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/dialog-box/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import { IconClose, IconFullscreen, IconMinscreen } from "@opentiny/vue-icon"; | ||
import ActionSheet from "@opentiny/vue-action-sheet"; | ||
import { renderless, api } from '@opentiny/vue-renderless/dialog-box/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import { IconClose, IconFullscreen, IconMinscreen } from '@opentiny/vue-icon'; | ||
import ActionSheet from '@opentiny/vue-action-sheet'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -72,4 +73,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
}, | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -245,4 +246,3 @@ context, | ||
}(); | ||
export { | ||
mobileFirst as default | ||
}; | ||
export { mobileFirst as default }; |
@@ -1,4 +0,5 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/dialog-box/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import "@opentiny/vue-theme-mobile/dialog-box/index.css"; | ||
import { renderless, api } from '@opentiny/vue-renderless/dialog-box/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import '@opentiny/vue-theme-mobile/dialog-box/index.css'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -65,4 +66,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
}, | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -146,4 +147,3 @@ context, | ||
}(); | ||
export { | ||
mobile as default | ||
}; | ||
export { mobile as default }; |
@@ -1,5 +0,6 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/dialog-box/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import { iconClose, iconFullscreen, iconMinscreen } from "@opentiny/vue-icon"; | ||
import "@opentiny/vue-theme/dialog-box/index.css"; | ||
import { renderless, api } from '@opentiny/vue-renderless/dialog-box/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import { iconClose, iconFullscreen, iconMinscreen } from '@opentiny/vue-icon'; | ||
import '@opentiny/vue-theme/dialog-box/index.css'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -76,4 +77,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
}, | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -193,4 +194,3 @@ context, | ||
}(); | ||
export { | ||
pc as default | ||
}; | ||
export { pc as default }; |
{ | ||
"name": "@opentiny/vue-dialog-box", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "", | ||
@@ -10,8 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.14.0", | ||
"@opentiny/vue-icon": "~2.14.0", | ||
"@opentiny/vue-action-sheet": "~2.14.0", | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-theme-mobile": "~3.14.0", | ||
"@opentiny/vue-theme": "~3.14.0" | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-icon": "~2.15.0", | ||
"@opentiny/vue-action-sheet": "~2.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
}, | ||
@@ -18,0 +18,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
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
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
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
29857
11
935
+ Added@opentiny/vue-action-sheet@2.15.0(transitive)
+ Added@opentiny/vue-button@2.15.0(transitive)
+ Added@opentiny/vue-common@2.15.0(transitive)
+ Added@opentiny/vue-drawer@2.15.0(transitive)
+ Added@opentiny/vue-icon@2.15.0(transitive)
+ Added@opentiny/vue-locale@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)
+ Added@opentiny/vue-tooltip@2.15.0(transitive)
- Removed@opentiny/vue-action-sheet@2.14.0(transitive)
- Removed@opentiny/vue-button@2.14.0(transitive)
- Removed@opentiny/vue-common@2.14.0(transitive)
- Removed@opentiny/vue-drawer@2.14.0(transitive)
- Removed@opentiny/vue-icon@2.14.0(transitive)
- Removed@opentiny/vue-locale@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)
- Removed@opentiny/vue-tooltip@2.14.0(transitive)
Updated@opentiny/vue-common@~2.15.0
Updated@opentiny/vue-icon@~2.15.0
Updated@opentiny/vue-theme@~3.15.0