@opentiny/vue-search
Advanced tools
Comparing version 2.8.3 to 2.9.0
@@ -82,3 +82,3 @@ function _extends() { | ||
type: Boolean, | ||
default: false | ||
default: true | ||
}, | ||
@@ -112,3 +112,3 @@ /** | ||
}); | ||
var version = "3.7.0"; | ||
var version = "2.9.0"; | ||
Search.model = { | ||
@@ -115,0 +115,0 @@ prop: "modelValue", |
@@ -60,3 +60,3 @@ import { renderless, api } from "@opentiny/vue-renderless/search/vue"; | ||
var __vue2_script = defineComponent({ | ||
props: [].concat(props, ["transparent", "searchTypes", "placeholder", "buttonText", "modelValue", "themeType"]), | ||
props: [].concat(props, ["transparent", "searchTypes", "placeholder", "buttonText", "modelValue", "themeType", "isEnterSearch"]), | ||
components: { | ||
@@ -63,0 +63,0 @@ IconSearch: iconSearch(), |
{ | ||
"name": "@opentiny/vue-search", | ||
"version": "2.8.3", | ||
"version": "2.9.0", | ||
"description": "", | ||
@@ -9,5 +9,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.3", | ||
"@opentiny/vue-common": "~2.8.3", | ||
"@opentiny/vue-icon": "~2.8.3" | ||
"@opentiny/vue-renderless": "~3.9.0", | ||
"@opentiny/vue-common": "~2.9.0", | ||
"@opentiny/vue-icon": "~2.9.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
@@ -67,3 +67,5 @@ 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, {}, {}, { | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_theme: StringConstructor; /** | ||
* 设置为透明模式,配置为true时,边框变为透明且收缩后半透明显示,一般用在带有背景的场景 | ||
*/ | ||
tiny_chart_theme: ObjectConstructor; | ||
@@ -70,0 +72,0 @@ }, { |
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
43457
1266
+ Added@opentiny/vue-common@2.9.0(transitive)
+ Added@opentiny/vue-icon@2.9.1(transitive)
+ Added@opentiny/vue-locale@2.9.0(transitive)
+ Added@opentiny/vue-renderless@3.9.3(transitive)
+ Added@opentiny/vue-theme@3.9.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.9.0(transitive)
- Removed@opentiny/vue-common@2.8.3(transitive)
- Removed@opentiny/vue-icon@2.8.3(transitive)
- Removed@opentiny/vue-locale@2.8.3(transitive)
- Removed@opentiny/vue-renderless@3.8.4(transitive)
- Removed@opentiny/vue-theme@3.8.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.8.3(transitive)
Updated@opentiny/vue-common@~2.9.0
Updated@opentiny/vue-icon@~2.9.0