@opentiny/vue-modal
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -189,3 +189,3 @@ function _extends() { | ||
}); | ||
var version = "2.15.0"; | ||
var version = "2.16.0"; | ||
TINYModal.version = version; | ||
@@ -192,0 +192,0 @@ TINYModal.model = { |
@@ -121,3 +121,3 @@ import Button from '@opentiny/vue-button'; | ||
style: { | ||
zIndex: this.state.modalZindex, | ||
zIndex: state.modalZindex, | ||
top: modalTop ? modalTop + "px" : null | ||
@@ -149,3 +149,9 @@ }, | ||
class: "tiny-modal__title" | ||
}, title || t("ui.alert.title")), resize ? h(zoomLocat ? iconMinscreenLeft() : iconFullscreenLeft(), { | ||
}, [typeof status === "string" ? h(STATUS_MAPPING_COMPINENT[status.toUpperCase()], { | ||
class: [constants.STATUS_MAPPING_CLASSS[status.toUpperCase()]], | ||
style: "display: inline-block; margin-right: 5px;" | ||
}) : h(status, { | ||
class: ["tiny-modal__status-icon"], | ||
style: "display: inline-block; margin-right: 5px;" | ||
}), h("span", title || t("ui.alert.title"))]), resize ? h(zoomLocat ? iconMinscreenLeft() : iconFullscreenLeft(), { | ||
class: ["tiny-modal__zoom-btn", "trigger__btn"], | ||
@@ -162,5 +168,5 @@ on: { | ||
class: ["tiny-modal__body", type === "message" ? "is-message" : ""] | ||
}, [status && (state.theme !== "saas" || type === "message") ? h("div", { | ||
}, [status && state.theme !== "saas" ? h("div", { | ||
class: "tiny-modal__status-wrapper" | ||
}, [typeof status === "string" ? h(STATUS_MAPPING_COMPINENT[status.toUpperCase()], { | ||
}, [typeof status === "string" && type === "message" ? h(STATUS_MAPPING_COMPINENT[status.toUpperCase()], { | ||
class: [constants.STATUS_MAPPING_CLASSS[status.toUpperCase()]] | ||
@@ -167,0 +173,0 @@ }) : h(status, { |
{ | ||
"name": "@opentiny/vue-modal", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"description": "", | ||
@@ -10,11 +10,11 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-button": "~2.15.0", | ||
"@opentiny/vue-checkbox": "~2.15.0", | ||
"@opentiny/vue-checkbox-group": "~2.15.0", | ||
"@opentiny/vue-popconfirm": "~2.15.0", | ||
"@opentiny/vue-icon": "~2.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-common": "~2.16.0", | ||
"@opentiny/vue-button": "~2.16.0", | ||
"@opentiny/vue-checkbox": "~2.16.0", | ||
"@opentiny/vue-checkbox-group": "~2.16.0", | ||
"@opentiny/vue-popconfirm": "~2.16.0", | ||
"@opentiny/vue-icon": "~2.16.0", | ||
"@opentiny/vue-theme-mobile": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0" | ||
}, | ||
@@ -21,0 +21,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
46249
1343
+ Added@opentiny/vue-button@2.16.0(transitive)
+ Added@opentiny/vue-checkbox@2.16.0(transitive)
+ Added@opentiny/vue-checkbox-button@2.16.0(transitive)
+ Added@opentiny/vue-checkbox-group@2.16.0(transitive)
+ Added@opentiny/vue-common@2.16.0(transitive)
+ Added@opentiny/vue-icon@2.16.0(transitive)
+ Added@opentiny/vue-locale@2.16.0(transitive)
+ Added@opentiny/vue-popconfirm@2.16.0(transitive)
+ Added@opentiny/vue-popover@2.16.0(transitive)
+ Added@opentiny/vue-renderless@3.16.2(transitive)
+ Added@opentiny/vue-theme@3.16.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.16.0(transitive)
+ Added@opentiny/vue-tooltip@2.16.0(transitive)
- Removed@opentiny/vue-button@2.15.0(transitive)
- Removed@opentiny/vue-checkbox@2.15.0(transitive)
- Removed@opentiny/vue-checkbox-button@2.15.0(transitive)
- Removed@opentiny/vue-checkbox-group@2.15.0(transitive)
- Removed@opentiny/vue-common@2.15.0(transitive)
- Removed@opentiny/vue-icon@2.15.0(transitive)
- Removed@opentiny/vue-locale@2.15.0(transitive)
- Removed@opentiny/vue-popconfirm@2.15.0(transitive)
- Removed@opentiny/vue-popover@2.15.0(transitive)
- Removed@opentiny/vue-renderless@3.15.1(transitive)
- Removed@opentiny/vue-theme@3.15.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.15.0(transitive)
- Removed@opentiny/vue-tooltip@2.15.0(transitive)
Updated@opentiny/vue-button@~2.16.0
Updated@opentiny/vue-common@~2.16.0
Updated@opentiny/vue-icon@~2.16.0
Updated@opentiny/vue-theme@~3.16.0