@opentiny/vue-drawer
Advanced tools
Comparing version 3.11.0-alpha.2 to 3.11.0
@@ -100,3 +100,3 @@ function _extends() { | ||
}; | ||
var version = "3.11.0-alpha.2"; | ||
var version = "3.11.0"; | ||
Drawer.model = { | ||
@@ -103,0 +103,0 @@ prop: "modelValue", |
@@ -10,3 +10,3 @@ import { renderless, api } from "@opentiny/vue-renderless/drawer/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) | ||
@@ -23,7 +23,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); | ||
@@ -35,5 +35,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) | ||
@@ -40,0 +40,0 @@ len = arr.length; |
@@ -11,3 +11,3 @@ import { renderless, api } from "@opentiny/vue-renderless/drawer/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) | ||
@@ -24,7 +24,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); | ||
@@ -36,5 +36,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) | ||
@@ -149,3 +149,4 @@ len = arr.length; | ||
"is-bottom": $props.placement === "bottom", | ||
"drag-effects": !_ctx.state.dragEvent.isDrag | ||
"drag-effects": !_ctx.state.dragEvent.isDrag, | ||
"toggle": _ctx.state.toggle | ||
}, $props.customClass]), | ||
@@ -152,0 +153,0 @@ style: normalizeStyle({ |
{ | ||
"name": "@opentiny/vue-drawer", | ||
"version": "3.11.0-alpha.2", | ||
"version": "3.11.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~3.11.0-alpha.0", | ||
"@opentiny/vue-common": "~3.11.0-alpha.0", | ||
"@opentiny/vue-renderless": "~3.11.0-alpha.0" | ||
"@opentiny/vue-button": "~3.11.0", | ||
"@opentiny/vue-common": "~3.11.0", | ||
"@opentiny/vue-renderless": "~3.11.0" | ||
}, | ||
@@ -15,0 +15,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26732
804
1