@opentiny/vue-input
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -168,3 +168,3 @@ function _extends() { | ||
}); | ||
var version = "3.9.0"; | ||
var version = "3.10.0"; | ||
Input.model = { | ||
@@ -171,0 +171,0 @@ prop: "modelValue", |
@@ -55,3 +55,2 @@ import { renderless, api } from "@opentiny/vue-renderless/input/vue"; | ||
var _sfc_main = defineComponent({ | ||
inheritAttrs: false, | ||
emits: ["update:modelValue", "change", "clear", "focus", "blur", "keyup", "input", "keydown", "paste", "mouseenter", "mouseleave", "click"], | ||
@@ -162,11 +161,11 @@ components: { | ||
style: normalizeStyle(_ctx.$attrs.style), | ||
onMouseenter: _cache[22] || (_cache[22] = function($event) { | ||
onMouseenter: _cache[20] || (_cache[20] = function($event) { | ||
_ctx.state.hovering = true; | ||
_ctx.$emit("mouseenter", $event); | ||
}), | ||
onMouseleave: _cache[23] || (_cache[23] = function($event) { | ||
onMouseleave: _cache[21] || (_cache[21] = function($event) { | ||
_ctx.state.hovering = false; | ||
_ctx.$emit("mouseleave", $event); | ||
}), | ||
onClick: _cache[24] || (_cache[24] = function($event) { | ||
onClick: _cache[22] || (_cache[22] = function($event) { | ||
return _ctx.$emit("click", $event); | ||
@@ -350,3 +349,3 @@ }) | ||
ref: "textarea" | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^on[A-Z]"]), { | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style"]), { | ||
tabindex: _ctx.tabindex, | ||
@@ -380,8 +379,2 @@ class: "tiny-textarea__inner", | ||
}), | ||
onDrop: _cache[20] || (_cache[20] = withModifiers(function() { | ||
return _ctx.handleDrop && _ctx.handleDrop.apply(_ctx, arguments); | ||
}, ["stop"])), | ||
onDragstart: _cache[21] || (_cache[21] = withModifiers(function() { | ||
return _ctx.handleDragStart && _ctx.handleDragStart.apply(_ctx, arguments); | ||
}, ["stop"])), | ||
"aria-label": _ctx.label | ||
@@ -388,0 +381,0 @@ }), "\n ", 16, _hoisted_17)], |
{ | ||
"name": "@opentiny/vue-input", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "", | ||
@@ -8,8 +8,9 @@ "main": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-action-sheet": "~3.9.0", | ||
"@opentiny/vue-common": "~3.9.0", | ||
"@opentiny/vue-icon": "~3.9.0", | ||
"@opentiny/vue-tooltip": "~3.9.0", | ||
"@opentiny/vue-renderless": "~3.9.0" | ||
"@opentiny/vue-action-sheet": "~3.10.0", | ||
"@opentiny/vue-common": "~3.10.0", | ||
"@opentiny/vue-icon": "~3.10.0", | ||
"@opentiny/vue-tooltip": "~3.10.0", | ||
"@opentiny/vue-renderless": "~3.10.0" | ||
}, | ||
@@ -16,0 +17,0 @@ "license": "MIT", |
@@ -132,5 +132,5 @@ /** | ||
tiny_chart_theme: ObjectConstructor; | ||
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { | ||
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, { | ||
[key: string]: any; | ||
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}>, 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<{ | ||
_constants: { | ||
@@ -257,12 +257,8 @@ type: ObjectConstructor; | ||
ellipsis: boolean; | ||
contentStyle: Record<string, any>; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
contentStyle: Record<string, any>; | ||
tabindex: string; | ||
disabled: boolean; | ||
clearable: boolean; | ||
displayOnly: boolean; | ||
showTitle: boolean; | ||
vertical: boolean; | ||
validateEvent: boolean; | ||
readonly: boolean; | ||
@@ -273,10 +269,14 @@ selectMenu: unknown[]; | ||
autosize: boolean | Record<string, any>; | ||
clearable: boolean; | ||
autocomplete: string; | ||
showPassword: boolean; | ||
showWordLimit: boolean; | ||
showTitle: boolean; | ||
validateEvent: boolean; | ||
textareaTitle: string; | ||
displayOnly: boolean; | ||
displayOnlyContent: string; | ||
inputClass: string; | ||
frontClearIcon: boolean; | ||
}>; | ||
}, {}>; | ||
export default _default; |
@@ -1,20 +0,20 @@ | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "mouseenter" | "clear" | "click" | "focus" | "blur" | "keydown" | "keyup" | "mouseleave" | "paste")[], "update:modelValue" | "change" | "mouseenter" | "clear" | "click" | "focus" | "blur" | "keydown" | "keyup" | "mouseleave" | "paste", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "click" | "keydown" | "focus" | "blur" | "clear" | "mouseenter" | "change" | "keyup" | "mouseleave" | "paste")[], "update:modelValue" | "click" | "keydown" | "focus" | "blur" | "clear" | "mouseenter" | "change" | "keyup" | "mouseleave" | "paste", 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; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onMouseenter?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onKeydown?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
onMouseenter?: ((...args: any[]) => any) | undefined; | ||
onMouseleave?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onClear?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
[x: string]: any; | ||
}>; | ||
export default _sfc_main; | ||
}, {}>; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
@@ -12,18 +12,18 @@ }>, { | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "mouseenter" | "clear" | "focus" | "blur" | "keydown" | "keyup" | "mouseleave" | "paste")[], "update:modelValue" | "change" | "mouseenter" | "clear" | "focus" | "blur" | "keydown" | "keyup" | "mouseleave" | "paste", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "keydown" | "focus" | "blur" | "clear" | "mouseenter" | "change" | "keyup" | "mouseleave" | "paste")[], "update:modelValue" | "keydown" | "focus" | "blur" | "clear" | "mouseenter" | "change" | "keyup" | "mouseleave" | "paste", 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; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onMouseenter?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onKeydown?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onMouseenter?: ((...args: any[]) => any) | undefined; | ||
onMouseleave?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onClear?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
[x: string]: any; | ||
}>; | ||
export default _sfc_main; | ||
}, {}>; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
@@ -12,20 +12,20 @@ }>, { | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "mouseenter" | "clear" | "click" | "focus" | "blur" | "input" | "keydown" | "keyup" | "mouseleave" | "paste")[], "update:modelValue" | "change" | "mouseenter" | "clear" | "click" | "focus" | "blur" | "input" | "keydown" | "keyup" | "mouseleave" | "paste", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "click" | "input" | "keydown" | "focus" | "blur" | "clear" | "mouseenter" | "change" | "keyup" | "mouseleave" | "paste")[], "update:modelValue" | "click" | "input" | "keydown" | "focus" | "blur" | "clear" | "mouseenter" | "change" | "keyup" | "mouseleave" | "paste", 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; | ||
}>>> & { | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onMouseenter?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onKeydown?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
onMouseenter?: ((...args: any[]) => any) | undefined; | ||
onMouseleave?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onClear?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
[x: string]: any; | ||
}>; | ||
export default _sfc_main; | ||
}, {}>; | ||
export default _default; |
@@ -1,19 +0,19 @@ | ||
declare const _sfc_main: { | ||
name: string; | ||
inheritAttrs: boolean; | ||
props: { | ||
isMemoryStorage: BooleanConstructor; | ||
localstorageData: ArrayConstructor; | ||
}; | ||
setup(props: any, context: any): { | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}; | ||
}; | ||
export default _sfc_main; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
isMemoryStorage: BooleanConstructor; | ||
localstorageData: ArrayConstructor; | ||
}, { | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}, 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<{ | ||
isMemoryStorage: BooleanConstructor; | ||
localstorageData: ArrayConstructor; | ||
}>>, { | ||
isMemoryStorage: boolean; | ||
}, {}>; | ||
export default _default; |
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
75784
14
Yes
1844
+ Added@opentiny/vue-action-sheet@3.10.0(transitive)
+ Added@opentiny/vue-button@3.10.0(transitive)
+ Added@opentiny/vue-common@3.10.0(transitive)
+ Added@opentiny/vue-drawer@3.10.0(transitive)
+ Added@opentiny/vue-icon@3.10.1(transitive)
+ Added@opentiny/vue-locale@3.10.0(transitive)
+ Added@opentiny/vue-renderless@3.10.7(transitive)
+ Added@opentiny/vue-theme@3.10.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.10.1(transitive)
+ Added@opentiny/vue-tooltip@3.10.1(transitive)
- Removed@opentiny/vue-action-sheet@3.9.0(transitive)
- Removed@opentiny/vue-button@3.9.0(transitive)
- Removed@opentiny/vue-common@3.9.0(transitive)
- Removed@opentiny/vue-drawer@3.9.0(transitive)
- Removed@opentiny/vue-icon@3.9.1(transitive)
- Removed@opentiny/vue-locale@3.9.0(transitive)
- Removed@opentiny/vue-renderless@3.9.3(transitive)
- Removed@opentiny/vue-theme@3.9.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.9.0(transitive)
- Removed@opentiny/vue-tooltip@3.9.1(transitive)
Updated@opentiny/vue-common@~3.10.0
Updated@opentiny/vue-icon@~3.10.0