@opentiny/vue-time-picker-mobile
Advanced tools
Comparing version 3.16.0 to 3.17.0
@@ -6,14 +6,11 @@ import { renderless, api } from '@opentiny/vue-renderless/time-picker-mobile/vue'; | ||
function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; | ||
if (it) | ||
return (it = it.call(o)).next.bind(it); | ||
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { | ||
if (it) | ||
o = it; | ||
var i = 0; | ||
function _createForOfIteratorHelperLoose(r, e) { | ||
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; | ||
if (t) | ||
return (t = t.call(r)).next.bind(t); | ||
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { | ||
t && (r = t); | ||
var o = 0; | ||
return function() { | ||
if (i >= o.length) | ||
return { done: true }; | ||
return { done: false, value: o[i++] }; | ||
return o >= r.length ? { done: true } : { done: false, value: r[o++] }; | ||
}; | ||
@@ -23,21 +20,15 @@ } | ||
} | ||
function _unsupportedIterableToArray(o, minLen) { | ||
if (!o) | ||
return; | ||
if (typeof o === "string") | ||
return _arrayLikeToArray(o, minLen); | ||
var n = Object.prototype.toString.call(o).slice(8, -1); | ||
if (n === "Object" && o.constructor) | ||
n = o.constructor.name; | ||
if (n === "Map" || n === "Set") | ||
return Array.from(o); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) | ||
return _arrayLikeToArray(o, minLen); | ||
function _unsupportedIterableToArray(r, a) { | ||
if (r) { | ||
if ("string" == typeof r) | ||
return _arrayLikeToArray(r, a); | ||
var t = {}.toString.call(r).slice(8, -1); | ||
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; | ||
} | ||
} | ||
function _arrayLikeToArray(arr, len) { | ||
if (len == null || len > arr.length) | ||
len = arr.length; | ||
for (var i = 0, arr2 = new Array(len); i < len; i++) | ||
arr2[i] = arr[i]; | ||
return arr2; | ||
function _arrayLikeToArray(r, a) { | ||
(null == a || a > r.length) && (a = r.length); | ||
for (var e = 0, n = Array(a); e < a; e++) | ||
n[e] = r[e]; | ||
return n; | ||
} | ||
@@ -54,14 +45,10 @@ var _export_sfc = function _export_sfc2(sfc, props) { | ||
function _extends() { | ||
_extends = Object.assign ? Object.assign.bind() : function(target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
return _extends = Object.assign ? Object.assign.bind() : function(n) { | ||
for (var e = 1; e < arguments.length; e++) { | ||
var t = arguments[e]; | ||
for (var r in t) | ||
({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); | ||
} | ||
return target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
return n; | ||
}, _extends.apply(null, arguments); | ||
} | ||
@@ -76,2 +63,3 @@ var _sfc_main = defineComponent({ | ||
modelValue: Array, | ||
defaultValue: Array, | ||
visible: { | ||
@@ -143,2 +131,3 @@ type: Boolean, | ||
}), _ctx.confirm], | ||
"default-value": _ctx.defaultValue, | ||
"cycle-roll": _ctx.cycleRoll, | ||
@@ -172,3 +161,3 @@ options: _ctx.state.options, | ||
/* STABLE */ | ||
}, 8, ["modelValue", "cycle-roll", "options", "disabled", "lock-scroll", "visible", "onUpdate:visible", "onUpdate:modelValue"])], | ||
}, 8, ["modelValue", "default-value", "cycle-roll", "options", "disabled", "lock-scroll", "visible", "onUpdate:visible", "onUpdate:modelValue"])], | ||
512 | ||
@@ -179,3 +168,3 @@ /* NEED_PATCH */ | ||
var TimePickerMobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var version = "3.16.0"; | ||
var version = "3.17.0"; | ||
TimePickerMobile.model = { | ||
@@ -182,0 +171,0 @@ prop: "modelValue", |
{ | ||
"name": "@opentiny/vue-time-picker-mobile", | ||
"version": "3.16.0", | ||
"version": "3.17.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-cascader-select": "~3.16.0", | ||
"@opentiny/vue-common": "~3.16.0", | ||
"@opentiny/vue-renderless": "~3.16.0" | ||
"@opentiny/vue-cascader-select": "~3.17.0", | ||
"@opentiny/vue-common": "~3.17.0", | ||
"@opentiny/vue-renderless": "~3.17.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "license": "MIT", |
declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
modelValue: ArrayConstructor; | ||
defaultValue: ArrayConstructor; | ||
visible: { | ||
@@ -48,2 +49,3 @@ type: BooleanConstructor; | ||
modelValue: ArrayConstructor; | ||
defaultValue: ArrayConstructor; | ||
visible: { | ||
@@ -50,0 +52,0 @@ type: BooleanConstructor; |
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
10274
271
+ Added@opentiny/vue-action-sheet@3.17.0(transitive)
+ Added@opentiny/vue-button@3.17.0(transitive)
+ Added@opentiny/vue-cascader-select@3.17.0(transitive)
+ Added@opentiny/vue-common@3.17.0(transitive)
+ Added@opentiny/vue-drawer@3.17.2(transitive)
+ Added@opentiny/vue-icon@3.17.0(transitive)
+ Added@opentiny/vue-locale@3.17.0(transitive)
+ Added@opentiny/vue-renderless@3.17.6(transitive)
+ Added@opentiny/vue-theme@3.17.5(transitive)
+ Added@opentiny/vue-theme-mobile@3.17.0(transitive)
+ Added@opentiny/vue-tooltip@3.17.0(transitive)
- Removed@opentiny/vue-action-sheet@3.16.0(transitive)
- Removed@opentiny/vue-button@3.16.0(transitive)
- Removed@opentiny/vue-cascader-select@3.16.0(transitive)
- Removed@opentiny/vue-common@3.16.0(transitive)
- Removed@opentiny/vue-drawer@3.16.0(transitive)
- Removed@opentiny/vue-icon@3.16.0(transitive)
- Removed@opentiny/vue-locale@3.16.0(transitive)
- Removed@opentiny/vue-renderless@3.16.2(transitive)
- Removed@opentiny/vue-theme@3.16.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.16.0(transitive)
- Removed@opentiny/vue-tooltip@3.16.0(transitive)
Updated@opentiny/vue-common@~3.17.0