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.8.3 to 2.9.0

4

lib/index.js

@@ -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 @@ }, {

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