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 3.10.0 to 3.10.1

2

lib/index.js

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

});
var version = "3.10.0";
var version = "3.10.1";
Search.model = {

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

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

"data-tag": "tiny-search__input",
onKeyup: _cache[2] || (_cache[2] = withKeys(function() {
return _ctx.searchEnterKey && _ctx.searchEnterKey.apply(_ctx, arguments);
onKeyup: _cache[2] || (_cache[2] = withKeys(function($event) {
return _ctx.searchEnterKey($event);
}, ["enter"])),

@@ -245,0 +245,0 @@ onInput: _cache[3] || (_cache[3] = function() {

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

class: normalizeClass(["tiny-mobile-search__input", "tiny-mobile-search__input-" + _ctx.themeType]),
onKeyup: _cache[1] || (_cache[1] = withKeys(function() {
return _ctx.searchEnterKey && _ctx.searchEnterKey.apply(_ctx, arguments);
onKeyup: _cache[1] || (_cache[1] = withKeys(function($event) {
return _ctx.searchEnterKey($event);
}, ["enter"])),

@@ -125,0 +125,0 @@ onChange: _cache[2] || (_cache[2] = function() {

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

class: "tiny-search__input",
onKeyup: _cache[2] || (_cache[2] = withKeys(function() {
return _ctx.searchEnterKey && _ctx.searchEnterKey.apply(_ctx, arguments);
onKeyup: _cache[2] || (_cache[2] = withKeys(function($event) {
return _ctx.searchEnterKey($event);
}, ["enter"])),

@@ -173,0 +173,0 @@ onChange: _cache[3] || (_cache[3] = function() {

{
"name": "@opentiny/vue-search",
"version": "3.10.0",
"version": "3.10.1",
"description": "",

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

@@ -150,11 +150,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{

tiny_mode_root: boolean;
transparent: boolean;
searchTypes: unknown[];
placeholder: string;
tabindex: string;
mini: boolean;
clearable: boolean;
transparent: boolean;
buttonText: string;
searchTypes: unknown[];
themeType: string;
isEnterSearch: boolean;
tabindex: string;
clearable: boolean;
mini: boolean;
showButton: boolean;

@@ -161,0 +161,0 @@ changeBgColor: boolean;

@@ -12,11 +12,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{

m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "input" | "select" | "search" | "clear" | "change")[], "update:modelValue" | "input" | "select" | "search" | "clear" | "change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "update:modelValue" | "change" | "search" | "clear")[], "input" | "select" | "update:modelValue" | "change" | "search" | "clear", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
[x: string]: any;
}>>> & {
onChange?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
onSelect?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onClear?: ((...args: any[]) => any) | undefined;
onSearch?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onChange?: ((...args: any[]) => any) | undefined;
}, {

@@ -23,0 +23,0 @@ [x: string]: any;

@@ -12,11 +12,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{

m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "input" | "select" | "search" | "clear" | "change")[], "update:modelValue" | "input" | "select" | "search" | "clear" | "change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "update:modelValue" | "change" | "search" | "clear")[], "input" | "select" | "update:modelValue" | "change" | "search" | "clear", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
[x: string]: any;
}>>> & {
onChange?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
onSelect?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onClear?: ((...args: any[]) => any) | undefined;
onSearch?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onChange?: ((...args: any[]) => any) | undefined;
}, {

@@ -23,0 +23,0 @@ [x: string]: any;

@@ -12,11 +12,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{

m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "input" | "select" | "search" | "clear" | "change")[], "update:modelValue" | "input" | "select" | "search" | "clear" | "change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "update:modelValue" | "change" | "search" | "clear")[], "input" | "select" | "update:modelValue" | "change" | "search" | "clear", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
[x: string]: any;
}>>> & {
onChange?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
onSelect?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onClear?: ((...args: any[]) => any) | undefined;
onSearch?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onChange?: ((...args: any[]) => any) | undefined;
}, {

@@ -23,0 +23,0 @@ [x: string]: any;

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