Socket
Socket
Sign inDemoInstall

@opentiny/vue-mini-picker

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-mini-picker - npm Package Compare versions

Comparing version 3.14.0 to 3.15.0

38

lib/index.js

@@ -1,11 +0,13 @@

import { t } from "@opentiny/vue-locale";
import { renderless, api } from "@opentiny/vue-renderless/mini-picker/vue";
import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common";
import PickerColumn from "@opentiny/vue-picker-column";
import { resolveComponent, withDirectives, openBlock, createElementBlock, createElementVNode, normalizeClass, renderSlot, toDisplayString, normalizeStyle, Fragment, renderList, createBlock, vShow } from "vue";
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) {
import { t } from '@opentiny/vue-locale';
import { renderless, api } from '@opentiny/vue-renderless/mini-picker/vue';
import { defineComponent, $prefix, setup } from '@opentiny/vue-common';
import PickerColumn from '@opentiny/vue-picker-column';
import { resolveComponent, withDirectives, openBlock, createElementBlock, createElementVNode, normalizeClass, renderSlot, toDisplayString, normalizeStyle, Fragment, renderList, createBlock, vShow } from 'vue';
import '@opentiny/vue-theme-mobile/mini-picker/index.css';
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_tiny(o)) || allowArrayLike && o && typeof o.length === "number") {
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
if (it)

@@ -22,7 +24,7 @@ o = it;

}
function _unsupportedIterableToArray_tiny(o, minLen) {
function _unsupportedIterableToArray(o, minLen) {
if (!o)
return;
if (typeof o === "string")
return _arrayLikeToArray_tiny(o, minLen);
return _arrayLikeToArray(o, minLen);
var n = Object.prototype.toString.call(o).slice(8, -1);

@@ -34,5 +36,5 @@ if (n === "Object" && o.constructor)

if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
return _arrayLikeToArray_tiny(o, minLen);
return _arrayLikeToArray(o, minLen);
}
function _arrayLikeToArray_tiny(arr, len) {
function _arrayLikeToArray(arr, len) {
if (len == null || len > arr.length)

@@ -46,3 +48,3 @@ len = arr.length;

var target = sfc.__vccOpts || sfc;
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) {
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) {
var _step$value = _step.value, key = _step$value[0], val = _step$value[1];

@@ -54,3 +56,2 @@ target[key] = val;

import "@opentiny/vue-theme-mobile/mini-picker/index.css";
var $constants = {

@@ -118,4 +119,4 @@ CHILDREN_PICKER: "childrenPicker"

},
setup: function setup(props, context) {
return _setup({
setup: function setup$1(props, context) {
return setup({
props,

@@ -230,3 +231,3 @@ context,

var MiniPicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.14.0";
var version = "3.15.0";
MiniPicker.install = function(Vue) {

@@ -236,4 +237,3 @@ Vue.component(MiniPicker.name, MiniPicker);

MiniPicker.version = version;
export {
MiniPicker as default
};
export { MiniPicker as default };
{
"name": "@opentiny/vue-mini-picker",
"version": "3.14.0",
"version": "3.15.0",
"description": "",

@@ -10,7 +10,7 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-locale": "~3.14.0",
"@opentiny/vue-common": "~3.14.0",
"@opentiny/vue-picker-column": "~3.14.0",
"@opentiny/vue-theme-mobile": "~3.14.0"
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-locale": "~3.15.0",
"@opentiny/vue-common": "~3.15.0",
"@opentiny/vue-picker-column": "~3.15.0",
"@opentiny/vue-theme-mobile": "~3.15.0"
},

@@ -17,0 +17,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc