@opentiny/vue-input
Advanced tools
Comparing version 3.10.0 to 3.10.1
@@ -54,3 +54,2 @@ function _extends() { | ||
name: $prefix + "Input", | ||
inheritAttrs: false, | ||
props: _extends({}, $props, { | ||
@@ -169,3 +168,3 @@ _constants: { | ||
}); | ||
var version = "3.10.0"; | ||
var version = "3.10.1"; | ||
Input.model = { | ||
@@ -172,0 +171,0 @@ prop: "modelValue", |
@@ -5,3 +5,3 @@ import { renderless, api } from "@opentiny/vue-renderless/input/vue"; | ||
import { IconClose, IconError, IconEyeopen, IconEyeclose } from "@opentiny/vue-icon"; | ||
import Tooltip from "@opentiny/vue-tooltip"; | ||
import TinyTooltip from "@opentiny/vue-tooltip"; | ||
import { resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, Fragment, renderSlot, createCommentVNode, createElementVNode, createBlock, withCtx, toDisplayString, mergeProps, resolveDynamicComponent, withModifiers } from "vue"; | ||
@@ -62,3 +62,3 @@ function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
TinyTallStorage, | ||
TinyTooltip: Tooltip | ||
TinyTooltip | ||
}, | ||
@@ -65,0 +65,0 @@ props: [].concat(props, ["name", "size", "form", "type", "label", "modelValue", "height", "resize", "counter", "autosize", "disabled", "readonly", "tabindex", "clearable", "suffixIcon", "prefixIcon", "autocomplete", "showPassword", "validateEvent", "showWordLimit", "inputClass", "displayOnly", "displayOnlyContent"]), |
import { renderless, api } from "@opentiny/vue-renderless/input/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import TinyTallStorage from "./tall-storage"; | ||
import Tooltip from "@opentiny/vue-tooltip"; | ||
import TinyTooltip from "@opentiny/vue-tooltip"; | ||
import { iconClose, iconEyeopen, iconEyeclose } from "@opentiny/vue-icon"; | ||
@@ -61,3 +61,3 @@ import "@opentiny/vue-theme/input/index.css"; | ||
TinyTallStorage, | ||
TinyTooltip: Tooltip | ||
TinyTooltip | ||
}, | ||
@@ -207,3 +207,3 @@ props: [].concat(props, ["name", "size", "form", "type", "label", "modelValue", "height", "resize", "counter", "autosize", "disabled", "readonly", "tabindex", "clearable", "suffixIcon", "prefixIcon", "autocomplete", "showPassword", "validateEvent", "showWordLimit", "displayOnly", "displayOnlyContent", "frontClearIcon"]), | ||
name: _ctx.name | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^onw+"]), { | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^onw+", "id"]), { | ||
class: "tiny-input__inner", | ||
@@ -349,3 +349,3 @@ tabindex: _ctx.tabindex, | ||
ref: "textarea" | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style"]), { | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "id"]), { | ||
tabindex: _ctx.tabindex, | ||
@@ -352,0 +352,0 @@ class: "tiny-textarea__inner", |
{ | ||
"name": "@opentiny/vue-input", | ||
"version": "3.10.0", | ||
"version": "3.10.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -254,27 +254,27 @@ /** | ||
}>>, { | ||
autosize: boolean | Record<string, any>; | ||
type: string; | ||
disabled: boolean; | ||
ellipsis: boolean; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
contentStyle: Record<string, any>; | ||
tabindex: string; | ||
vertical: boolean; | ||
readonly: boolean; | ||
selectMenu: unknown[]; | ||
isSelect: boolean; | ||
counter: boolean; | ||
autosize: boolean | Record<string, any>; | ||
readonly: boolean; | ||
clearable: boolean; | ||
autocomplete: string; | ||
showPassword: boolean; | ||
validateEvent: boolean; | ||
showWordLimit: boolean; | ||
showTitle: boolean; | ||
validateEvent: boolean; | ||
textareaTitle: string; | ||
counter: boolean; | ||
tabindex: string; | ||
inputClass: string; | ||
displayOnly: boolean; | ||
displayOnlyContent: string; | ||
inputClass: string; | ||
frontClearIcon: boolean; | ||
vertical: boolean; | ||
}, {}>; | ||
export default _default; |
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
}>, 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<{ | ||
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("blur" | "focus" | "update:modelValue" | "change" | "clear" | "keyup" | "keydown" | "paste" | "mouseenter" | "mouseleave" | "click")[], "blur" | "focus" | "update:modelValue" | "change" | "clear" | "keyup" | "keydown" | "paste" | "mouseenter" | "mouseleave" | "click", 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; | ||
}>>> & { | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onClear?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onKeydown?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...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; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
@@ -18,0 +18,0 @@ [x: string]: any; |
@@ -12,15 +12,15 @@ 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" | "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<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("blur" | "focus" | "update:modelValue" | "change" | "clear" | "keyup" | "keydown" | "paste" | "mouseenter" | "mouseleave")[], "blur" | "focus" | "update:modelValue" | "change" | "clear" | "keyup" | "keydown" | "paste" | "mouseenter" | "mouseleave", 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; | ||
}>>> & { | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onClear?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onKeydown?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...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; | ||
}, { | ||
@@ -27,0 +27,0 @@ [x: string]: any; |
@@ -12,17 +12,17 @@ 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" | "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<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "blur" | "focus" | "update:modelValue" | "change" | "clear" | "keyup" | "keydown" | "paste" | "mouseenter" | "mouseleave" | "click")[], "input" | "blur" | "focus" | "update:modelValue" | "change" | "clear" | "keyup" | "keydown" | "paste" | "mouseenter" | "mouseleave" | "click", 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; | ||
}>>> & { | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onClear?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onKeydown?: ((...args: any[]) => any) | undefined; | ||
onKeyup?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...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; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
@@ -29,0 +29,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
75763
1843