@opentiny/vue-tree
Advanced tools
Comparing version 3.11.0-alpha.2 to 3.11.0
@@ -167,3 +167,3 @@ function _extends() { | ||
}); | ||
var version = "3.11.0-alpha.2"; | ||
var version = "3.11.0"; | ||
Tree.install = function(Vue) { | ||
@@ -170,0 +170,0 @@ Vue.component(Tree.name, Tree); |
@@ -18,3 +18,3 @@ import { renderless as renderless$1, api as api$1 } from "@opentiny/vue-renderless/tree/vue"; | ||
return (it = it.call(o)).next.bind(it); | ||
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { | ||
if (Array.isArray(o) || (it = _unsupportedIterableToArray_tiny(o)) || allowArrayLike && o && typeof o.length === "number") { | ||
if (it) | ||
@@ -31,7 +31,7 @@ o = it; | ||
} | ||
function _unsupportedIterableToArray(o, minLen) { | ||
function _unsupportedIterableToArray_tiny(o, minLen) { | ||
if (!o) | ||
return; | ||
if (typeof o === "string") | ||
return _arrayLikeToArray(o, minLen); | ||
return _arrayLikeToArray_tiny(o, minLen); | ||
var n = Object.prototype.toString.call(o).slice(8, -1); | ||
@@ -43,5 +43,5 @@ if (n === "Object" && o.constructor) | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) | ||
return _arrayLikeToArray(o, minLen); | ||
return _arrayLikeToArray_tiny(o, minLen); | ||
} | ||
function _arrayLikeToArray(arr, len) { | ||
function _arrayLikeToArray_tiny(arr, len) { | ||
if (len == null || len > arr.length) | ||
@@ -48,0 +48,0 @@ len = arr.length; |
{ | ||
"name": "@opentiny/vue-tree", | ||
"version": "3.11.0-alpha.2", | ||
"version": "3.11.0", | ||
"description": "", | ||
@@ -10,4 +10,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.11.0-alpha.0", | ||
"@opentiny/vue-common": "~3.11.0-alpha.0" | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-common": "~3.11.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
47669