Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-search

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-search - npm Package Compare versions

Comparing version 2.18.0 to 2.19.0

2

lib/index.js

@@ -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;

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