@opentiny/vue-popconfirm
Advanced tools
Comparing version 3.20.0 to 3.21.0
@@ -5,4 +5,3 @@ function _extends() { | ||
var t = arguments[e]; | ||
for (var r in t) | ||
({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); | ||
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); | ||
} | ||
@@ -90,3 +89,3 @@ return n; | ||
}); | ||
var version = "3.20.0"; | ||
var version = "3.21.0"; | ||
Popconfirm.install = function(Vue) { | ||
@@ -93,0 +92,0 @@ Vue.component(Popconfirm.name, Popconfirm); |
@@ -10,4 +10,3 @@ import { defineComponent, $prefix, setup } from '@opentiny/vue-common'; | ||
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; | ||
if (t) | ||
return (t = t.call(r)).next.bind(t); | ||
if (t) return (t = t.call(r)).next.bind(t); | ||
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { | ||
@@ -24,4 +23,3 @@ t && (r = t); | ||
if (r) { | ||
if ("string" == typeof r) | ||
return _arrayLikeToArray(r, a); | ||
if ("string" == typeof r) return _arrayLikeToArray(r, a); | ||
var t = {}.toString.call(r).slice(8, -1); | ||
@@ -33,4 +31,3 @@ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; | ||
(null == a || a > r.length) && (a = r.length); | ||
for (var e = 0, n = Array(a); e < a; e++) | ||
n[e] = r[e]; | ||
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; | ||
return n; | ||
@@ -37,0 +34,0 @@ } |
@@ -11,4 +11,3 @@ import { defineComponent, $prefix, setup } from '@opentiny/vue-common'; | ||
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; | ||
if (t) | ||
return (t = t.call(r)).next.bind(t); | ||
if (t) return (t = t.call(r)).next.bind(t); | ||
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { | ||
@@ -25,4 +24,3 @@ t && (r = t); | ||
if (r) { | ||
if ("string" == typeof r) | ||
return _arrayLikeToArray(r, a); | ||
if ("string" == typeof r) return _arrayLikeToArray(r, a); | ||
var t = {}.toString.call(r).slice(8, -1); | ||
@@ -34,4 +32,3 @@ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; | ||
(null == a || a > r.length) && (a = r.length); | ||
for (var e = 0, n = Array(a); e < a; e++) | ||
n[e] = r[e]; | ||
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; | ||
return n; | ||
@@ -38,0 +35,0 @@ } |
{ | ||
"name": "@opentiny/vue-popconfirm", | ||
"version": "3.20.0", | ||
"version": "3.21.0", | ||
"description": "", | ||
@@ -10,8 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~3.20.0", | ||
"@opentiny/vue-common": "~3.20.0", | ||
"@opentiny/vue-icon": "~3.20.0", | ||
"@opentiny/vue-popover": "~3.20.0", | ||
"@opentiny/vue-renderless": "~3.20.0", | ||
"@opentiny/vue-theme": "~3.20.0" | ||
"@opentiny/vue-button": "~3.21.0", | ||
"@opentiny/vue-common": "~3.21.0", | ||
"@opentiny/vue-icon": "~3.21.0", | ||
"@opentiny/vue-popover": "~3.21.0", | ||
"@opentiny/vue-renderless": "~3.21.0", | ||
"@opentiny/vue-theme": "~3.21.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "license": "MIT", |
28864
869
+ Added@opentiny/utils@1.0.0(transitive)
+ Added@opentiny/vue-button@3.21.0(transitive)
+ Added@opentiny/vue-common@3.21.0(transitive)
+ Added@opentiny/vue-icon@3.21.0(transitive)
+ Added@opentiny/vue-locale@3.21.0(transitive)
+ Added@opentiny/vue-popover@3.21.0(transitive)
+ Added@opentiny/vue-renderless@3.21.1(transitive)
+ Added@opentiny/vue-theme@3.21.2(transitive)
+ Added@opentiny/vue-theme-mobile@3.21.0(transitive)
+ Addedxss@1.0.14(transitive)
- Removed@opentiny/vue-button@3.20.0(transitive)
- Removed@opentiny/vue-common@3.20.1(transitive)
- Removed@opentiny/vue-icon@3.20.0(transitive)
- Removed@opentiny/vue-locale@3.20.0(transitive)
- Removed@opentiny/vue-popover@3.20.0(transitive)
- Removed@opentiny/vue-renderless@3.20.3(transitive)
- Removed@opentiny/vue-theme@3.20.2(transitive)
- Removed@opentiny/vue-theme-mobile@3.20.0(transitive)
- Removedxss@1.0.11(transitive)
Updated@opentiny/vue-button@~3.21.0
Updated@opentiny/vue-common@~3.21.0
Updated@opentiny/vue-icon@~3.21.0
Updated@opentiny/vue-theme@~3.21.0