@opentiny/vue-modal
Advanced tools
Comparing version 3.19.0 to 3.20.0
@@ -191,3 +191,3 @@ function _extends() { | ||
}); | ||
var version = "3.19.0"; | ||
var version = "3.20.0"; | ||
TINYModal.version = version; | ||
@@ -194,0 +194,0 @@ TINYModal.model = { |
{ | ||
"name": "@opentiny/vue-modal", | ||
"version": "3.19.0", | ||
"version": "3.20.0", | ||
"description": "", | ||
@@ -10,11 +10,11 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.19.0", | ||
"@opentiny/vue-common": "~3.19.0", | ||
"@opentiny/vue-button": "~3.19.0", | ||
"@opentiny/vue-checkbox": "~3.19.0", | ||
"@opentiny/vue-checkbox-group": "~3.19.0", | ||
"@opentiny/vue-popconfirm": "~3.19.0", | ||
"@opentiny/vue-icon": "~3.19.0", | ||
"@opentiny/vue-theme-mobile": "~3.19.0", | ||
"@opentiny/vue-theme": "~3.19.0" | ||
"@opentiny/vue-renderless": "~3.20.0", | ||
"@opentiny/vue-common": "~3.20.0", | ||
"@opentiny/vue-button": "~3.20.0", | ||
"@opentiny/vue-checkbox": "~3.20.0", | ||
"@opentiny/vue-checkbox-group": "~3.20.0", | ||
"@opentiny/vue-popconfirm": "~3.20.0", | ||
"@opentiny/vue-icon": "~3.20.0", | ||
"@opentiny/vue-theme-mobile": "~3.20.0", | ||
"@opentiny/vue-theme": "~3.20.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "license": "MIT", |
@@ -90,3 +90,4 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
gcls: (key: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "close" | "confirm" | "update:modelValue" | "hide" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup")[], "cancel" | "close" | "confirm" | "update:modelValue" | "hide" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "hide" | "confirm" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup")[], "cancel" | "close" | "update:modelValue" | "hide" | "confirm" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
_constants: { | ||
@@ -175,4 +176,4 @@ type: ObjectConstructor; | ||
onClose?: ((...args: any[]) => any) | undefined; | ||
onHide?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onHide?: ((...args: any[]) => any) | undefined; | ||
onConfirm?: ((...args: any[]) => any) | undefined; | ||
@@ -179,0 +180,0 @@ onShow?: ((...args: any[]) => any) | undefined; |
@@ -44,2 +44,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
@@ -46,0 +47,0 @@ type?: any; |
@@ -45,3 +45,3 @@ import type { IModalApi } from '@opentiny/vue-renderless/types/modal.type'; | ||
footerDragable?: any; | ||
}>, IModalApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "close" | "confirm" | "update:modelValue" | "hide" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup")[], "cancel" | "close" | "confirm" | "update:modelValue" | "hide" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}>, IModalApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "hide" | "confirm" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup")[], "cancel" | "close" | "update:modelValue" | "hide" | "confirm" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
type?: any; | ||
@@ -92,4 +92,4 @@ title?: any; | ||
onClose?: ((...args: any[]) => any) | undefined; | ||
onHide?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onHide?: ((...args: any[]) => any) | undefined; | ||
onConfirm?: ((...args: any[]) => any) | undefined; | ||
@@ -96,0 +96,0 @@ onShow?: ((...args: any[]) => any) | undefined; |
61140
1869
+ Added@opentiny/vue-button@3.20.0(transitive)
+ Added@opentiny/vue-checkbox@3.20.0(transitive)
+ Added@opentiny/vue-checkbox-button@3.20.0(transitive)
+ Added@opentiny/vue-checkbox-group@3.20.0(transitive)
+ Added@opentiny/vue-common@3.20.1(transitive)
+ Added@opentiny/vue-directive@3.20.0(transitive)
+ Added@opentiny/vue-icon@3.20.0(transitive)
+ Added@opentiny/vue-locale@3.20.0(transitive)
+ Added@opentiny/vue-popconfirm@3.20.0(transitive)
+ Added@opentiny/vue-popover@3.20.0(transitive)
+ Added@opentiny/vue-renderless@3.20.3(transitive)
+ Added@opentiny/vue-theme@3.20.2(transitive)
+ Added@opentiny/vue-theme-mobile@3.20.0(transitive)
+ Added@opentiny/vue-tooltip@3.20.0(transitive)
- Removed@opentiny/vue-button@3.19.0(transitive)
- Removed@opentiny/vue-checkbox@3.19.0(transitive)
- Removed@opentiny/vue-checkbox-button@3.19.0(transitive)
- Removed@opentiny/vue-checkbox-group@3.19.0(transitive)
- Removed@opentiny/vue-common@3.19.0(transitive)
- Removed@opentiny/vue-directive@3.19.0(transitive)
- Removed@opentiny/vue-icon@3.19.0(transitive)
- Removed@opentiny/vue-locale@3.19.0(transitive)
- Removed@opentiny/vue-popconfirm@3.19.0(transitive)
- Removed@opentiny/vue-popover@3.19.0(transitive)
- Removed@opentiny/vue-renderless@3.19.5(transitive)
- Removed@opentiny/vue-theme@3.19.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.19.0(transitive)
- Removed@opentiny/vue-tooltip@3.19.0(transitive)
Updated@opentiny/vue-button@~3.20.0
Updated@opentiny/vue-common@~3.20.0
Updated@opentiny/vue-icon@~3.20.0
Updated@opentiny/vue-theme@~3.20.0