@opentiny/vue-popconfirm
Advanced tools
Comparing version 3.18.0 to 3.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 = "3.18.0"; | ||
var version = "3.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'; | ||
@@ -52,4 +52,4 @@ import { resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, renderSlot, createBlock, resolveDynamicComponent, normalizeClass, createCommentVNode, toDisplayString, createTextVNode } from 'vue'; | ||
IconSuccess: iconSuccess(), | ||
IconInfoSolid: iconInfoSolid(), | ||
IconWarning: iconWarning(), | ||
IconHelp: iconHelp(), | ||
IconWarningTriangle: iconWarningTriangle(), | ||
IconError: iconError() | ||
@@ -89,3 +89,3 @@ }, | ||
type: [String, Number], | ||
default: "350" | ||
default: "" | ||
}, | ||
@@ -140,3 +140,2 @@ type: [String, Object], | ||
width: _ctx.width, | ||
title: _ctx.title, | ||
"popper-class": "tiny-popconfirm-popover " + (_ctx.customClass || ""), | ||
@@ -222,3 +221,3 @@ "popper-options": _ctx.popperOptions, | ||
/* FORWARDED */ | ||
}, 8, ["modelValue", "placement", "width", "title", "popper-class", "popper-options", "append-to-body", "reference"])])]); | ||
}, 8, ["modelValue", "placement", "width", "popper-class", "popper-options", "append-to-body", "reference"])])]); | ||
} | ||
@@ -225,0 +224,0 @@ var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); |
{ | ||
"name": "@opentiny/vue-popconfirm", | ||
"version": "3.18.0", | ||
"version": "3.19.0", | ||
"description": "", | ||
@@ -10,8 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~3.18.0", | ||
"@opentiny/vue-common": "~3.18.0", | ||
"@opentiny/vue-icon": "~3.18.0", | ||
"@opentiny/vue-popover": "~3.18.0", | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0" | ||
"@opentiny/vue-button": "~3.19.0", | ||
"@opentiny/vue-common": "~3.19.0", | ||
"@opentiny/vue-icon": "~3.19.0", | ||
"@opentiny/vue-popover": "~3.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
29704
912
+ Added@opentiny/vue-button@3.19.0(transitive)
+ Added@opentiny/vue-common@3.19.0(transitive)
+ Added@opentiny/vue-icon@3.19.0(transitive)
+ Added@opentiny/vue-locale@3.19.0(transitive)
+ Added@opentiny/vue-popover@3.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@3.18.0(transitive)
- Removed@opentiny/vue-common@3.18.0(transitive)
- Removed@opentiny/vue-icon@3.18.0(transitive)
- Removed@opentiny/vue-locale@3.18.0(transitive)
- Removed@opentiny/vue-popover@3.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@~3.19.0
Updated@opentiny/vue-common@~3.19.0
Updated@opentiny/vue-icon@~3.19.0
Updated@opentiny/vue-theme@~3.19.0