Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-select-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-select-dropdown - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0-alpha.0

lib/mobile-first.js

31

lib/index.js

@@ -17,4 +17,12 @@ function _extends() {

import PcTemplate from "./pc.js";
import "@opentiny/vue-theme/select-dropdown/index.css";
import MobileFirstTemplate from "./mobile-first.js";
var template = function template2(mode) {
var _process$env;
var tinyMode = typeof process === "object" ? (_process$env = process.env) == null ? void 0 : _process$env.TINY_MODE : null;
if ("pc" === (tinyMode || mode)) {
return PcTemplate;
}
if ("mobile-first" === (tinyMode || mode)) {
return MobileFirstTemplate;
}
return PcTemplate;

@@ -65,7 +73,22 @@ };

reference: {},
transformOrigin: {
type: [Boolean, String],
default: function _default7() {
return true;
}
},
visibleArrow: {
default: function _default7() {
default: function _default8() {
return false;
}
}
},
closeByMask: {
type: Boolean,
default: true
},
searchPlaceholder: {
type: String,
default: ""
},
title: String
}),

@@ -80,3 +103,3 @@ setup: function setup(props, context) {

});
var version = "3.12.0";
var version = "3.13.0-alpha.0";
SelectDropdown.model = {

@@ -83,0 +106,0 @@ prop: "modelValue",

3

lib/pc.js
import { renderless, api } from "@opentiny/vue-renderless/select-dropdown/vue";
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common";
import "@opentiny/vue-theme/select-dropdown/index.css";
import { openBlock, createElementBlock, normalizeClass, withModifiers, normalizeStyle, renderSlot } from "vue";

@@ -50,3 +51,3 @@ function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) {

var _sfc_main = defineComponent({
props: [].concat(props, ["placement", "boundariesPadding", "popperOptions", "visibleArrow", "appendToBody", "reference", "popper", "offset", "modelValue", "arrowOffset", "isDropInheritWidth"]),
props: [].concat(props, ["placement", "boundariesPadding", "popperOptions", "visibleArrow", "appendToBody", "transformOrigin", "reference", "popper", "offset", "modelValue", "arrowOffset", "isDropInheritWidth"]),
setup: function setup(props2, context) {

@@ -53,0 +54,0 @@ return _setup({

{
"name": "@opentiny/vue-select-dropdown",
"version": "3.12.0",
"version": "3.13.0-alpha.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-common": "~3.12.0"
"@opentiny/vue-renderless": "~3.13.0-alpha.0",
"@opentiny/vue-common": "~3.13.0-alpha.0",
"@opentiny/vue-button": "~3.13.0-alpha.0",
"@opentiny/vue-search": "~3.13.0-alpha.0",
"@opentiny/vue-icon": "~3.13.0-alpha.0"
},

@@ -14,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