@opentiny/vue-search
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -127,3 +127,3 @@ function _extends() { | ||
}); | ||
var version = "3.15.0"; | ||
var version = "3.16.0"; | ||
Search.model = { | ||
@@ -130,0 +130,0 @@ prop: "modelValue", |
@@ -160,3 +160,3 @@ import { renderless, api } from '@opentiny/vue-renderless/search/vue'; | ||
ref: "input" | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^onw+", "id", "disabled", "clearable"]), { | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^on[A-Z]", "id", "disabled", "clearable"]), { | ||
"onUpdate:modelValue": _cache[1] || (_cache[1] = function($event) { | ||
@@ -163,0 +163,0 @@ return _ctx.state.currentValue = $event; |
{ | ||
"name": "@opentiny/vue-search", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"description": "", | ||
@@ -10,10 +10,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-common": "~3.15.0", | ||
"@opentiny/vue-icon": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0", | ||
"@opentiny/vue-input": "~3.15.0", | ||
"@opentiny/vue-locale": "~3.15.0", | ||
"@opentiny/vue-button": "~3.15.0" | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-common": "~3.16.0", | ||
"@opentiny/vue-icon": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0", | ||
"@opentiny/vue-theme-mobile": "~3.16.0", | ||
"@opentiny/vue-input": "~3.16.0", | ||
"@opentiny/vue-locale": "~3.16.0", | ||
"@opentiny/vue-button": "~3.16.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
@@ -170,3 +170,3 @@ export declare const searchProps: { | ||
[key: string]: any; | ||
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
mini: { | ||
@@ -255,6 +255,6 @@ type: BooleanConstructor; | ||
}>>, { | ||
size: string; | ||
big: boolean; | ||
tiny_mode_root: boolean; | ||
modelValue: string; | ||
size: string; | ||
tabindex: string; | ||
@@ -261,0 +261,0 @@ placeholder: string; |
import type { ISearchApi } from '@opentiny/vue-renderless/types/search.type'; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
size?: any; | ||
big?: any; | ||
@@ -12,3 +13,2 @@ tiny_mode?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
@@ -24,3 +24,4 @@ suffixIcon?: any; | ||
changeBgColor?: any; | ||
}>, ISearchApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "search" | "change" | "update:modelValue" | "clear")[], "input" | "select" | "search" | "change" | "update:modelValue" | "clear", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}>, ISearchApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "clear" | "change" | "search" | "update:modelValue")[], "input" | "select" | "clear" | "change" | "search" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
size?: any; | ||
big?: any; | ||
@@ -35,3 +36,2 @@ tiny_mode?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
@@ -48,5 +48,5 @@ suffixIcon?: any; | ||
}>>> & { | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onSelect?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
@@ -56,2 +56,3 @@ onClear?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
readonly size?: any; | ||
readonly big?: any; | ||
@@ -66,3 +67,2 @@ readonly tiny_mode?: any; | ||
readonly modelValue?: any; | ||
readonly size?: any; | ||
readonly tabindex?: any; | ||
@@ -69,0 +69,0 @@ readonly suffixIcon?: any; |
@@ -17,3 +17,3 @@ import type { ISearchApi } from '@opentiny/vue-renderless/types/search.type'; | ||
isEnterSearch?: any; | ||
}>, ISearchApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "search" | "change" | "update:modelValue" | "clear")[], "input" | "select" | "search" | "change" | "update:modelValue" | "clear", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}>, ISearchApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "clear" | "change" | "search" | "update:modelValue")[], "input" | "select" | "clear" | "change" | "search" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
tiny_mode?: any; | ||
@@ -34,5 +34,5 @@ tiny_mode_root?: any; | ||
}>>> & { | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onSelect?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
@@ -39,0 +39,0 @@ onClear?: ((...args: any[]) => any) | undefined; |
import type { ISearchApi } from '@opentiny/vue-renderless/types/search.type'; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
size?: any; | ||
tiny_mode?: any; | ||
@@ -11,3 +12,2 @@ tiny_mode_root?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
@@ -21,3 +21,4 @@ placeholder?: any; | ||
typeValue?: any; | ||
}>, ISearchApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "search" | "change" | "update:modelValue" | "clear")[], "input" | "select" | "search" | "change" | "update:modelValue" | "clear", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}>, ISearchApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "select" | "clear" | "change" | "search" | "update:modelValue")[], "input" | "select" | "clear" | "change" | "search" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
size?: any; | ||
tiny_mode?: any; | ||
@@ -31,3 +32,2 @@ tiny_mode_root?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
@@ -42,5 +42,5 @@ placeholder?: any; | ||
}>>> & { | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onSelect?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
@@ -50,2 +50,3 @@ onClear?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
readonly size?: any; | ||
readonly tiny_mode?: any; | ||
@@ -59,3 +60,2 @@ readonly tiny_mode_root?: any; | ||
readonly modelValue?: any; | ||
readonly size?: any; | ||
readonly tabindex?: any; | ||
@@ -62,0 +62,0 @@ readonly placeholder?: 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
61424
1595
+ Added@opentiny/vue-action-sheet@3.16.0(transitive)
+ Added@opentiny/vue-button@3.16.0(transitive)
+ Added@opentiny/vue-common@3.16.0(transitive)
+ Added@opentiny/vue-drawer@3.16.0(transitive)
+ Added@opentiny/vue-icon@3.16.0(transitive)
+ Added@opentiny/vue-input@3.16.0(transitive)
+ Added@opentiny/vue-locale@3.16.0(transitive)
+ Added@opentiny/vue-renderless@3.16.2(transitive)
+ Added@opentiny/vue-theme@3.16.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.16.0(transitive)
+ Added@opentiny/vue-tooltip@3.16.0(transitive)
- Removed@opentiny/vue-action-sheet@3.15.0(transitive)
- Removed@opentiny/vue-button@3.15.0(transitive)
- Removed@opentiny/vue-common@3.15.0(transitive)
- Removed@opentiny/vue-drawer@3.15.0(transitive)
- Removed@opentiny/vue-icon@3.15.0(transitive)
- Removed@opentiny/vue-input@3.15.0(transitive)
- Removed@opentiny/vue-locale@3.15.0(transitive)
- Removed@opentiny/vue-renderless@3.15.1(transitive)
- Removed@opentiny/vue-theme@3.15.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.15.0(transitive)
- Removed@opentiny/vue-tooltip@3.15.0(transitive)
Updated@opentiny/vue-button@~3.16.0
Updated@opentiny/vue-common@~3.16.0
Updated@opentiny/vue-icon@~3.16.0
Updated@opentiny/vue-input@~3.16.0
Updated@opentiny/vue-locale@~3.16.0
Updated@opentiny/vue-theme@~3.16.0