@opentiny/vue-popconfirm
Advanced tools
Comparing version 2.18.0 to 2.19.0
@@ -35,4 +35,4 @@ function _extends() { | ||
error: "icon-error", | ||
info: "icon-info-solid", | ||
warning: "icon-warning" | ||
info: "icon-help", | ||
warning: "icon-warning-triangle" | ||
} | ||
@@ -90,3 +90,3 @@ }; | ||
}); | ||
var version = "2.18.0"; | ||
var version = "2.19.0"; | ||
Popconfirm.install = function(Vue) { | ||
@@ -93,0 +93,0 @@ Vue.component(Popconfirm.name, Popconfirm); |
@@ -5,3 +5,3 @@ import { defineComponent, $prefix, setup } from '@opentiny/vue-common'; | ||
import Button from '@opentiny/vue-button'; | ||
import { iconSuccess, iconInfoSolid, iconWarning, iconError } from '@opentiny/vue-icon'; | ||
import { iconSuccess, iconHelp, iconWarningTriangle, iconError } from '@opentiny/vue-icon'; | ||
import '@opentiny/vue-theme/popconfirm/index.css'; | ||
@@ -69,4 +69,4 @@ | ||
IconSuccess: iconSuccess(), | ||
IconInfoSolid: iconInfoSolid(), | ||
IconWarning: iconWarning(), | ||
IconHelp: iconHelp(), | ||
IconWarningTriangle: iconWarningTriangle(), | ||
IconError: iconError() | ||
@@ -106,3 +106,3 @@ }, | ||
type: [String, Number], | ||
default: "350" | ||
default: "" | ||
}, | ||
@@ -139,3 +139,2 @@ type: [String, Object], | ||
"width": _vm.width, | ||
"title": _vm.title, | ||
"popper-class": "tiny-popconfirm-popover " + (_vm.customClass || ""), | ||
@@ -142,0 +141,0 @@ "popper-options": _vm.popperOptions, |
{ | ||
"name": "@opentiny/vue-popconfirm", | ||
"version": "2.18.0", | ||
"version": "2.19.0", | ||
"description": "", | ||
@@ -10,8 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~2.18.0", | ||
"@opentiny/vue-common": "~2.18.0", | ||
"@opentiny/vue-icon": "~2.18.0", | ||
"@opentiny/vue-popover": "~2.18.0", | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0" | ||
"@opentiny/vue-button": "~2.19.0", | ||
"@opentiny/vue-common": "~2.19.0", | ||
"@opentiny/vue-icon": "~2.19.0", | ||
"@opentiny/vue-popover": "~2.19.0", | ||
"@opentiny/vue-renderless": "~3.19.0", | ||
"@opentiny/vue-theme": "~3.19.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
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
21043
676
+ Added@opentiny/vue-button@2.19.0(transitive)
+ Added@opentiny/vue-common@2.19.0(transitive)
+ Added@opentiny/vue-icon@2.19.0(transitive)
+ Added@opentiny/vue-locale@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)
- Removed@opentiny/vue-button@2.18.0(transitive)
- Removed@opentiny/vue-common@2.18.0(transitive)
- Removed@opentiny/vue-icon@2.18.0(transitive)
- Removed@opentiny/vue-locale@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)
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