@opentiny/vue-popconfirm
Advanced tools
Comparing version 3.12.0 to 3.13.0
@@ -19,6 +19,8 @@ function _extends() { | ||
var template = function template2(mode) { | ||
if ("pc" === (process.env.TINY_MODE || mode)) { | ||
var _process$env; | ||
var tinyMode = typeof process === "object" ? (_process$env = process.env) == null ? void 0 : _process$env.TINY_MODE : null; | ||
if ("pc" === (tinyMode || mode)) { | ||
return PcTemplate; | ||
} | ||
if ("mobile-first" === (process.env.TINY_MODE || mode)) { | ||
if ("mobile-first" === (tinyMode || mode)) { | ||
return MobileFirstTemplate; | ||
@@ -83,3 +85,3 @@ } | ||
}); | ||
var version = "3.12.0"; | ||
var version = "3.13.0"; | ||
Popconfirm.install = function(Vue) { | ||
@@ -86,0 +88,0 @@ Vue.component(Popconfirm.name, Popconfirm); |
@@ -156,11 +156,3 @@ import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common"; | ||
key: 0, | ||
class: normalizeClass(_ctx.m("tiny-popconfirm-popover__icon", { | ||
"fill-color-info-secondary": _ctx.type === "info" | ||
}, { | ||
"fill-color-error": _ctx.type === "error" | ||
}, { | ||
"fill-color-warning": _ctx.type === "warning" | ||
}, { | ||
"fill-color-success": _ctx.type === "success" | ||
})) | ||
class: normalizeClass(["tiny-popconfirm-popover__icon", _ctx.type ? "tiny-popconfirm-popover--" + _ctx.type : ""]) | ||
}, null, 8, ["class"])) : createCommentVNode("v-if", true), createElementVNode( | ||
@@ -167,0 +159,0 @@ "div", |
{ | ||
"name": "@opentiny/vue-popconfirm", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"description": "", | ||
@@ -10,10 +10,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~3.12.0", | ||
"@opentiny/vue-common": "~3.12.0", | ||
"@opentiny/vue-icon": "~3.12.0", | ||
"@opentiny/vue-modal": "~3.12.0", | ||
"@opentiny/vue-popover": "~3.12.0", | ||
"@opentiny/vue-renderless": "~3.12.0", | ||
"@opentiny/vue-theme": "~3.12.0", | ||
"@opentiny/vue-theme-mobile": "~3.12.0" | ||
"@opentiny/vue-button": "~3.13.0", | ||
"@opentiny/vue-common": "~3.13.0", | ||
"@opentiny/vue-icon": "~3.13.0", | ||
"@opentiny/vue-modal": "~3.13.0", | ||
"@opentiny/vue-popover": "~3.13.0", | ||
"@opentiny/vue-renderless": "~3.13.0", | ||
"@opentiny/vue-theme": "~3.13.0", | ||
"@opentiny/vue-theme-mobile": "~3.13.0" | ||
}, | ||
@@ -20,0 +20,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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
2
25768
760
+ Added@opentiny/vue-button@3.13.0(transitive)
+ Added@opentiny/vue-common@3.13.1(transitive)
+ Added@opentiny/vue-icon@3.13.0(transitive)
+ Added@opentiny/vue-locale@3.13.0(transitive)
+ Added@opentiny/vue-modal@3.13.1(transitive)
+ Added@opentiny/vue-popover@3.13.0(transitive)
+ Added@opentiny/vue-renderless@3.13.2(transitive)
+ Added@opentiny/vue-theme@3.13.3(transitive)
+ Added@opentiny/vue-theme-mobile@3.13.0(transitive)
- Removed@opentiny/vue-button@3.12.0(transitive)
- Removed@opentiny/vue-common@3.12.0(transitive)
- Removed@opentiny/vue-icon@3.12.0(transitive)
- Removed@opentiny/vue-locale@3.12.0(transitive)
- Removed@opentiny/vue-modal@3.12.0(transitive)
- Removed@opentiny/vue-popover@3.12.0(transitive)
- Removed@opentiny/vue-renderless@3.12.1(transitive)
- Removed@opentiny/vue-theme@3.12.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.12.0(transitive)
Updated@opentiny/vue-button@~3.13.0
Updated@opentiny/vue-common@~3.13.0
Updated@opentiny/vue-icon@~3.13.0
Updated@opentiny/vue-modal@~3.13.0
Updated@opentiny/vue-theme@~3.13.0