@opentiny/vue-search
Advanced tools
Comparing version 3.10.0 to 3.10.1
@@ -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; |
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
51090