@opentiny/vue-modal
Advanced tools
Comparing version 3.8.3 to 3.9.0
@@ -157,3 +157,3 @@ function _extends() { | ||
}); | ||
var version = "3.7.0"; | ||
var version = "3.9.0"; | ||
TINYModal.version = version; | ||
@@ -160,0 +160,0 @@ TINYModal.model = { |
{ | ||
"name": "@opentiny/vue-modal", | ||
"version": "3.8.3", | ||
"version": "3.9.0", | ||
"description": "", | ||
@@ -9,6 +9,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.3", | ||
"@opentiny/vue-common": "~3.8.3", | ||
"@opentiny/vue-button": "~3.8.3", | ||
"@opentiny/vue-locale": "~3.8.3" | ||
"@opentiny/vue-renderless": "~3.9.0", | ||
"@opentiny/vue-common": "~3.9.0", | ||
"@opentiny/vue-button": "~3.9.0", | ||
"@opentiny/vue-locale": "~3.9.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "license": "MIT", |
@@ -229,2 +229,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
minHeight: string | number; | ||
minWidth: string | number; | ||
animat: boolean; | ||
@@ -234,4 +235,3 @@ escClosable: boolean; | ||
marginSize: string | number; | ||
minWidth: string | number; | ||
}>; | ||
export default _default; |
@@ -170,5 +170,5 @@ declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{ | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onZoom?: ((...args: any[]) => any) | undefined; | ||
onShow?: ((...args: any[]) => any) | undefined; | ||
onHide?: ((...args: any[]) => any) | undefined; | ||
onZoom?: ((...args: any[]) => any) | undefined; | ||
"onCustom-mousedown"?: ((...args: any[]) => any) | undefined; | ||
@@ -194,2 +194,3 @@ "onCustom-mousemove"?: ((...args: any[]) => any) | undefined; | ||
minHeight: string | number; | ||
minWidth: string | number; | ||
animat: boolean; | ||
@@ -199,4 +200,3 @@ escClosable: boolean; | ||
marginSize: string | number; | ||
minWidth: string | number; | ||
}>; | ||
export default _sfc_main; |
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
+ Added@opentiny/vue-button@3.9.0(transitive)
+ Added@opentiny/vue-common@3.9.0(transitive)
+ Added@opentiny/vue-icon@3.9.1(transitive)
+ Added@opentiny/vue-locale@3.9.0(transitive)
+ Added@opentiny/vue-renderless@3.9.3(transitive)
+ Added@opentiny/vue-theme@3.9.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.9.0(transitive)
- Removed@opentiny/vue-button@3.8.3(transitive)
- Removed@opentiny/vue-common@3.8.3(transitive)
- Removed@opentiny/vue-icon@3.8.3(transitive)
- Removed@opentiny/vue-locale@3.8.3(transitive)
- Removed@opentiny/vue-renderless@3.8.4(transitive)
- Removed@opentiny/vue-theme@3.8.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.8.3(transitive)
Updated@opentiny/vue-button@~3.9.0
Updated@opentiny/vue-common@~3.9.0
Updated@opentiny/vue-locale@~3.9.0