@opentiny/vue-select-dropdown
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -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; |
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
13051
368
Yes
+ Added@opentiny/vue-common@2.10.0(transitive)
+ Added@opentiny/vue-locale@2.10.0(transitive)
+ Added@opentiny/vue-renderless@3.10.7(transitive)
+ Added@opentiny/vue-theme@3.10.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.10.1(transitive)
- Removed@opentiny/vue-common@2.9.0(transitive)
- Removed@opentiny/vue-locale@2.9.0(transitive)
- Removed@opentiny/vue-renderless@3.9.3(transitive)
- Removed@opentiny/vue-theme@3.9.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.9.0(transitive)
Updated@opentiny/vue-common@~2.10.0