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 2.9.0 to 2.10.0

2

lib/index.js

@@ -84,3 +84,3 @@ function _extends() {

});
var version = "2.9.0";
var version = "2.10.0";
SelectDropdown.model = {

@@ -87,0 +87,0 @@ prop: "modelValue",

{
"name": "@opentiny/vue-select-dropdown",
"version": "2.9.0",
"version": "2.10.0",
"description": "",

@@ -8,5 +8,6 @@ "main": "./lib/index.js",

"sideEffects": false,
"type": "module",
"dependencies": {
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-common": "~2.9.0"
"@opentiny/vue-renderless": "~3.10.0",
"@opentiny/vue-common": "~2.10.0"
},

@@ -13,0 +14,0 @@ "license": "MIT",

@@ -0,1 +1,12 @@

/**
* Copyright (c) 2022 - present TinyVue Authors.
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
*
* Use of this source code is governed by an MIT-style license.
*
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {

@@ -42,14 +53,14 @@ appendToBody: {

}, {
tiny_mode_root: boolean;
modelValue: boolean;
tiny_mode_root: boolean;
offset: number;
placement: string;
popperOptions: {
gpuAcceleration: boolean;
};
placement: string;
offset: number;
transformOrigin: string | boolean;
appendToBody: boolean;
visibleArrow: boolean;
arrowOffset: number;
boundariesPadding: number;
transformOrigin: string | boolean;
visibleArrow: boolean;
isDropInheritWidth: boolean;

@@ -65,14 +76,14 @@ } & {

}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
tiny_mode_root: boolean;
modelValue: boolean;
tiny_mode_root: boolean;
offset: number;
placement: string;
popperOptions: {
gpuAcceleration: boolean;
};
placement: string;
offset: number;
transformOrigin: string | boolean;
appendToBody: boolean;
visibleArrow: boolean;
arrowOffset: number;
boundariesPadding: number;
transformOrigin: string | boolean;
visibleArrow: boolean;
isDropInheritWidth: boolean;

@@ -88,14 +99,14 @@ } & {

}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
tiny_mode_root: boolean;
modelValue: boolean;
tiny_mode_root: boolean;
offset: number;
placement: string;
popperOptions: {
gpuAcceleration: boolean;
};
placement: string;
offset: number;
transformOrigin: string | boolean;
appendToBody: boolean;
visibleArrow: boolean;
arrowOffset: number;
boundariesPadding: number;
transformOrigin: string | boolean;
visibleArrow: boolean;
isDropInheritWidth: boolean;

@@ -111,13 +122,13 @@ } & {

}, {
offset: number;
placement: string;
popperOptions: {
gpuAcceleration: boolean;
};
placement: string;
offset: number;
transformOrigin: string | boolean;
appendToBody: boolean;
visibleArrow: boolean;
arrowOffset: number;
boundariesPadding: number;
transformOrigin: string | boolean;
visibleArrow: boolean;
}, true>);
export default _default;

@@ -1,2 +0,2 @@

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;

@@ -30,2 +30,2 @@ vm: any;

}, true>);
export default _sfc_main;
export default _default;
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