@opentiny/vue-search
Advanced tools
Comparing version 2.18.0 to 2.19.0
@@ -128,3 +128,3 @@ function _extends() { | ||
}); | ||
var version = "2.18.0"; | ||
var version = "2.19.0"; | ||
Search.model = { | ||
@@ -131,0 +131,0 @@ prop: "modelValue", |
@@ -90,3 +90,3 @@ import { renderless, api } from '@opentiny/vue-renderless/search/vue'; | ||
"pc-search-input-mini": "pl-3 text-xs h-[calc(theme(spacing.6)-2*theme(borderWidth.DEFAULT))] leading-[calc(theme(spacing.6)-2*theme(borderWidth.DEFAULT))] placeholder:text-xs", | ||
"pc-search-input-unbig": "text-xs h-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))] leading-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))]", | ||
"pc-search-input-unbig": "text-sm h-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))] leading-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))]", | ||
"pc-search-input-btn-transtion": "table-cell relative align-middle right-0 w-8 text-center z-10", | ||
@@ -93,0 +93,0 @@ "pc-search-input-btn-transtion-big": "h-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))] translate-x-4", |
@@ -177,4 +177,4 @@ import { renderless, api } from '@opentiny/vue-renderless/search/vue'; | ||
} | ||
}, [_vm.state.showClear && !_vm.state.collapse ? _c("div", { | ||
staticClass: "tiny-search__input-btn" | ||
}, [_vm.state.showClear && !_vm.state.collapse && !_vm.disabled ? _c("div", { | ||
staticClass: "tiny-search__input-btn tiny-icon-close" | ||
}, [_c("a", { | ||
@@ -181,0 +181,0 @@ on: { |
{ | ||
"name": "@opentiny/vue-search", | ||
"version": "2.18.0", | ||
"version": "2.19.0", | ||
"description": "", | ||
@@ -10,10 +10,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-common": "~2.18.0", | ||
"@opentiny/vue-icon": "~2.18.0", | ||
"@opentiny/vue-theme": "~3.18.0", | ||
"@opentiny/vue-theme-mobile": "~3.18.0", | ||
"@opentiny/vue-input": "~2.18.0", | ||
"@opentiny/vue-locale": "~2.18.0", | ||
"@opentiny/vue-button": "~2.18.0" | ||
"@opentiny/vue-renderless": "~3.19.0", | ||
"@opentiny/vue-common": "~2.19.0", | ||
"@opentiny/vue-icon": "~2.19.0", | ||
"@opentiny/vue-theme": "~3.19.0", | ||
"@opentiny/vue-theme-mobile": "~3.19.0", | ||
"@opentiny/vue-input": "~2.19.0", | ||
"@opentiny/vue-locale": "~2.19.0", | ||
"@opentiny/vue-button": "~2.19.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
@@ -82,5 +82,2 @@ export declare const searchProps: { | ||
tiny_mode_root: BooleanConstructor; | ||
/** | ||
* 配置主题色,primary:蓝 gray:灰 | ||
*/ | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
@@ -87,0 +84,0 @@ tiny_renderless: FunctionConstructor; |
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
42875
1201
+ Added@opentiny/vue-action-sheet@2.19.0(transitive)
+ Added@opentiny/vue-button@2.19.0(transitive)
+ Added@opentiny/vue-common@2.19.0(transitive)
+ Added@opentiny/vue-dialog-box@2.19.0(transitive)
+ Added@opentiny/vue-drawer@2.19.1(transitive)
+ Added@opentiny/vue-icon@2.19.0(transitive)
+ Added@opentiny/vue-input@2.19.0(transitive)
+ Added@opentiny/vue-locale@2.19.0(transitive)
+ Added@opentiny/vue-renderless@3.19.5(transitive)
+ Added@opentiny/vue-theme@3.19.5(transitive)
+ Added@opentiny/vue-theme-mobile@3.19.0(transitive)
+ Added@opentiny/vue-tooltip@2.19.0(transitive)
- Removed@opentiny/vue-action-sheet@2.18.0(transitive)
- Removed@opentiny/vue-button@2.18.0(transitive)
- Removed@opentiny/vue-common@2.18.0(transitive)
- Removed@opentiny/vue-dialog-box@2.18.0(transitive)
- Removed@opentiny/vue-drawer@2.18.0(transitive)
- Removed@opentiny/vue-icon@2.18.0(transitive)
- Removed@opentiny/vue-input@2.18.0(transitive)
- Removed@opentiny/vue-locale@2.18.0(transitive)
- Removed@opentiny/vue-renderless@3.18.7(transitive)
- Removed@opentiny/vue-theme@3.18.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.18.0(transitive)
- Removed@opentiny/vue-tooltip@2.18.0(transitive)
Updated@opentiny/vue-button@~2.19.0
Updated@opentiny/vue-common@~2.19.0
Updated@opentiny/vue-icon@~2.19.0
Updated@opentiny/vue-input@~2.19.0
Updated@opentiny/vue-locale@~2.19.0
Updated@opentiny/vue-theme@~3.19.0