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

@opentiny/vue-search

Package Overview
Dependencies
Maintainers
1
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.11.0 to 2.12.0

2

lib/index.js

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

});
var version = "2.11.0";
var version = "2.12.0";
Search.model = {

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

@@ -189,3 +189,3 @@ import { renderless, api } from "@opentiny/vue-renderless/search/vue";

}
}, [_vm._v(_vm._s(_vm.state.searchValue["text"]))])];
}, [_vm._v(_vm._s(_vm.state.searchValue.text))])];
}, {

@@ -192,0 +192,0 @@ "slotScope": _vm.state.searchValue

{
"name": "@opentiny/vue-search",
"version": "2.11.0",
"version": "2.12.0",
"description": "",

@@ -10,10 +10,10 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.11.0",
"@opentiny/vue-common": "~2.11.0",
"@opentiny/vue-icon": "~2.11.0",
"@opentiny/vue-theme": "~3.11.0",
"@opentiny/vue-theme-mobile": "~3.11.0",
"@opentiny/vue-input": "~2.11.0",
"@opentiny/vue-locale": "~2.11.0",
"@opentiny/vue-button": "~2.11.0"
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-common": "~2.12.0",
"@opentiny/vue-icon": "~2.12.0",
"@opentiny/vue-theme": "~3.12.0",
"@opentiny/vue-theme-mobile": "~3.12.0",
"@opentiny/vue-input": "~2.12.0",
"@opentiny/vue-locale": "~2.12.0",
"@opentiny/vue-button": "~2.12.0"
},

@@ -20,0 +20,0 @@ "license": "MIT",

@@ -74,3 +74,5 @@ export declare const ISearchProps: {

tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_renderless: FunctionConstructor; /**
* 设置为透明模式,配置为true时,边框变为透明且收缩后半透明显示,一般用在带有背景的场景
*/
tiny_theme: StringConstructor;

@@ -77,0 +79,0 @@ tiny_chart_theme: ObjectConstructor;

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