@opentiny/vue-select-dropdown
Advanced tools
Comparing version 3.12.0 to 3.13.0-alpha.0
@@ -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", |
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", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
18984
0
100
499
5
5
2
2
1
+ Added@better-scroll/core@2.5.0(transitive)
+ Added@better-scroll/shared-utils@2.5.1(transitive)
+ Added@opentiny/vue-action-sheet@3.13.0(transitive)
+ Added@opentiny/vue-button@3.13.0(transitive)
+ Added@opentiny/vue-common@3.13.1(transitive)
+ Added@opentiny/vue-drawer@3.13.0(transitive)
+ Added@opentiny/vue-icon@3.13.0(transitive)
+ Added@opentiny/vue-input@3.13.0(transitive)
+ Added@opentiny/vue-locale@3.13.0(transitive)
+ Added@opentiny/vue-renderless@3.13.2(transitive)
+ Added@opentiny/vue-search@3.13.0(transitive)
+ Added@opentiny/vue-theme@3.13.3(transitive)
+ Added@opentiny/vue-theme-mobile@3.13.0(transitive)
+ Added@opentiny/vue-tooltip@3.13.0(transitive)
- Removed@opentiny/vue-common@3.12.0(transitive)
- Removed@opentiny/vue-locale@3.12.0(transitive)
- Removed@opentiny/vue-renderless@3.12.1(transitive)
- Removed@opentiny/vue-theme@3.12.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.12.0(transitive)