@opentiny/vue-modal
Advanced tools
Comparing version 2.18.0 to 2.19.0
@@ -78,2 +78,3 @@ function _extends() { | ||
}, | ||
messageClosable: Boolean, | ||
escClosable: Boolean, | ||
@@ -143,3 +144,5 @@ events: Object, | ||
description: String, | ||
// mf 属性 | ||
options: Array, | ||
// mf 属性 | ||
showClose: { | ||
@@ -149,2 +152,3 @@ type: Boolean, | ||
}, | ||
// mf 属性 | ||
confirmContent: String, | ||
@@ -154,2 +158,3 @@ cancelContent: String, | ||
type: String, | ||
// mf 属性 | ||
default: "", | ||
@@ -161,2 +166,3 @@ validator: function validator(val) { | ||
customClass: String, | ||
// mf 属性 | ||
confirmBtnProps: { | ||
@@ -190,3 +196,3 @@ type: Object, | ||
}); | ||
var version = "2.18.0"; | ||
var version = "2.19.0"; | ||
TINYModal.version = version; | ||
@@ -193,0 +199,0 @@ TINYModal.model = { |
@@ -5,3 +5,3 @@ import Button from '@opentiny/vue-button'; | ||
import '@opentiny/vue-theme/modal/index.css'; | ||
import { iconHelpSolid, iconInfoSolid, iconSuccess, iconWarning, iconError, iconLoading, iconMinscreenLeft, iconFullscreenLeft, iconClose } from '@opentiny/vue-icon'; | ||
import { iconHelpSolid, iconInfoSolid, iconSuccess, iconWarning, iconError, iconLoadingShadow, iconMinscreenRight, iconFullscreenRight, iconClose } from '@opentiny/vue-icon'; | ||
@@ -73,3 +73,3 @@ function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
var __vue2_script = defineComponent({ | ||
props: [].concat(props, ["_constants", "animat", "beforeClose", "duration", "escClosable", "events", "fullscreen", "height", "id", "isFormReset", "lockScroll", "lockView", "marginSize", "mask", "maskClosable", "message", "minHeight", "minWidth", "modelValue", "resize", "showFooter", "showHeader", "status", "title", "top", "type", "vSize", "width", "zIndex", "showClose", "messageClosable", "confirmContent", "cancelContent", "confirmBtnProps", "cancelBtnProps", "footerDragable", "tiny_theme", "slots"]), | ||
props: [].concat(props, ["_constants", "animat", "beforeClose", "duration", "escClosable", "events", "fullscreen", "height", "id", "isFormReset", "lockScroll", "lockView", "marginSize", "mask", "maskClosable", "message", "minHeight", "minWidth", "modelValue", "resize", "showFooter", "showHeader", "status", "title", "top", "type", "vSize", "width", "zIndex", "messageClosable", "confirmContent", "cancelContent", "confirmBtnProps", "cancelBtnProps", "footerDragable", "tiny_theme", "slots"]), | ||
emits: ["update:modelValue", "show", "close", "confirm", "cancel", "hide", "custom-mousedown", "custom-mouseup", "custom-mousemove"], | ||
@@ -114,3 +114,3 @@ provide: function provide() { | ||
ERROR: iconError(), | ||
LOADING: iconLoading() | ||
LOADING: iconLoadingShadow() | ||
}; | ||
@@ -147,3 +147,3 @@ return h("div", { | ||
class: "tiny-modal__title" | ||
}, title || t("ui.alert.title")) : null, resize ? h(zoomLocat ? iconMinscreenLeft() : iconFullscreenLeft(), { | ||
}, title || t("ui.alert.title")) : null, resize ? h(zoomLocat ? iconMinscreenRight() : iconFullscreenRight(), { | ||
class: ["tiny-modal__zoom-btn", "trigger__btn"], | ||
@@ -150,0 +150,0 @@ on: { |
{ | ||
"name": "@opentiny/vue-modal", | ||
"version": "2.18.0", | ||
"version": "2.19.0", | ||
"description": "", | ||
@@ -10,11 +10,11 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-common": "~2.18.0", | ||
"@opentiny/vue-button": "~2.18.0", | ||
"@opentiny/vue-checkbox": "~2.18.0", | ||
"@opentiny/vue-checkbox-group": "~2.18.0", | ||
"@opentiny/vue-popconfirm": "~2.18.0", | ||
"@opentiny/vue-icon": "~2.18.0", | ||
"@opentiny/vue-theme-mobile": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0" | ||
"@opentiny/vue-renderless": "~3.19.0", | ||
"@opentiny/vue-common": "~2.19.0", | ||
"@opentiny/vue-button": "~2.19.0", | ||
"@opentiny/vue-checkbox": "~2.19.0", | ||
"@opentiny/vue-checkbox-group": "~2.19.0", | ||
"@opentiny/vue-popconfirm": "~2.19.0", | ||
"@opentiny/vue-icon": "~2.19.0", | ||
"@opentiny/vue-theme-mobile": "~3.19.0", | ||
"@opentiny/vue-theme": "~3.19.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "license": "MIT", |
@@ -64,2 +64,3 @@ export declare const $constants: { | ||
}; | ||
messageClosable: BooleanConstructor; | ||
escClosable: BooleanConstructor; | ||
@@ -66,0 +67,0 @@ events: ObjectConstructor; |
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
45452
1318
+ Added@opentiny/vue-button@2.19.0(transitive)
+ Added@opentiny/vue-checkbox@2.19.0(transitive)
+ Added@opentiny/vue-checkbox-button@2.19.0(transitive)
+ Added@opentiny/vue-checkbox-group@2.19.0(transitive)
+ Added@opentiny/vue-common@2.19.0(transitive)
+ Added@opentiny/vue-directive@2.19.0(transitive)
+ Added@opentiny/vue-icon@2.19.0(transitive)
+ Added@opentiny/vue-locale@2.19.0(transitive)
+ Added@opentiny/vue-popconfirm@2.19.0(transitive)
+ Added@opentiny/vue-popover@2.19.0(transitive)
+ Added@opentiny/vue-renderless@3.19.5(transitive)
+ Added@opentiny/vue-theme@3.19.5(transitive)
+ Added@opentiny/vue-theme-mobile@3.19.0(transitive)
+ Added@opentiny/vue-tooltip@2.19.0(transitive)
- Removed@opentiny/vue-button@2.18.0(transitive)
- Removed@opentiny/vue-checkbox@2.18.0(transitive)
- Removed@opentiny/vue-checkbox-button@2.18.0(transitive)
- Removed@opentiny/vue-checkbox-group@2.18.0(transitive)
- Removed@opentiny/vue-common@2.18.0(transitive)
- Removed@opentiny/vue-directive@2.18.0(transitive)
- Removed@opentiny/vue-icon@2.18.0(transitive)
- Removed@opentiny/vue-locale@2.18.0(transitive)
- Removed@opentiny/vue-popconfirm@2.18.0(transitive)
- Removed@opentiny/vue-popover@2.18.0(transitive)
- Removed@opentiny/vue-renderless@3.18.7(transitive)
- Removed@opentiny/vue-theme@3.18.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.18.0(transitive)
- Removed@opentiny/vue-tooltip@2.18.0(transitive)
Updated@opentiny/vue-button@~2.19.0
Updated@opentiny/vue-common@~2.19.0
Updated@opentiny/vue-icon@~2.19.0
Updated@opentiny/vue-theme@~3.19.0