@opentiny/vue-input
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -190,3 +190,3 @@ function _extends() { | ||
}); | ||
var version = "3.15.0"; | ||
var version = "3.16.0"; | ||
Input.model = { | ||
@@ -193,0 +193,0 @@ prop: "modelValue", |
@@ -162,3 +162,3 @@ import { renderless as renderless$1, api as api$1 } from '@opentiny/vue-renderless/input/vue'; | ||
ref: "prefix", | ||
class: "left-2 transition-all duration-300 ease-in-out text-xs absolute top-1/2 -translate-y-1/2 text-center text-color-text-placeholder flex items-center" | ||
class: "left-2 transition-all duration-300 ease-in-out text-xs sm:text-sm absolute top-1/2 -translate-y-1/2 text-center text-color-text-placeholder flex items-center" | ||
}; | ||
@@ -176,3 +176,3 @@ var _hoisted_8 = { | ||
key: 5, | ||
class: "h-full inline-flex items-center text-xs text-color-text-placeholder" | ||
class: "h-full inline-flex items-center text-xs sm:text-sm text-color-text-placeholder" | ||
}; | ||
@@ -199,3 +199,3 @@ var _hoisted_11 = { | ||
"data-tag": "tiny-input-limit", | ||
class: "bg-color-bg-1 text-color-text-placeholder text-xs absolute bottom-1 right-3" | ||
class: "bg-color-bg-1 text-color-text-placeholder text-xs sm:text-sm absolute bottom-1 right-3" | ||
}; | ||
@@ -210,3 +210,3 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { | ||
{ | ||
class: normalizeClass(_ctx.m("relative text-xs", _ctx.type !== "textarea" || _ctx.slots.prepend || _ctx.slots.append ? "inline-table" : "", _ctx.type !== "textarea" ? "w-full" : "align-bottom", _ctx.slots.prepend || _ctx.slots.append ? "leading-normal border-separate border-spacing-0" : "", _ctx.$attrs.class)), | ||
class: normalizeClass(_ctx.m("relative text-xs sm:text-sm", _ctx.type !== "textarea" || _ctx.slots.prepend || _ctx.slots.append ? "inline-table" : "", _ctx.type !== "textarea" ? "w-full" : "align-bottom", _ctx.slots.prepend || _ctx.slots.append ? "leading-normal border-separate border-spacing-0" : "", _ctx.$attrs.class)), | ||
"data-tag": "tiny-input", | ||
@@ -240,3 +240,3 @@ style: normalizeStyle(_ctx.$attrs.style), | ||
{ | ||
class: normalizeClass(["relative text-sm", [_ctx.state.inputSizeMf === "medium" ? "sm:text-sm" : "sm:text-xs"]]), | ||
class: normalizeClass(["relative text-sm", [_ctx.state.inputSizeMf !== "mini" ? "sm:text-sm" : "sm:text-xs"]]), | ||
"data-tag": "tiny-input-display-only" | ||
@@ -287,4 +287,4 @@ }, | ||
name: _ctx.name | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^onw+"]), { | ||
class: _ctx.m("w-full border-0 sm:border px-0 sm:px-3 sm:border-solid sm:border-color-border sm:hover:border-color-border-hover sm:focus:border-color-brand-focus sm:disabled:border-color-border placeholder:text-color-text-placeholder placeholder:text-sm text-sm sm:placeholder:text-xs sm:text-xs text-color-text-primary bg-color-bg-1 disabled:cursor-not-allowed disabled:text-color-text-disabled sm:disabled:bg-color-bg-4 py-0 outline-0 transition-colors duration-200 ease-in-out ", _ctx.state.inputSizeMf === "medium" ? "h-8 leading-8 " + _ctx.m("sm:text-sm") + " placeholder:text-sm" : _ctx.state.inputSizeMf === "mini" ? "h-6 leading-6 text-xs placeholder:text-xs" : "h-7 leading-7", _ctx.slots.prepend || _ctx.slots.append ? "align-middle table-cell" : "inline-block", _ctx.slots.prepend && _ctx.slots.append ? "rounded-none" : _ctx.slots.prepend ? "rounded-tl-none rounded-bl-none rounded-tr rounded-br" : _ctx.slots.append ? "rounded-tl rounded-bl rounded-tr-none rounded-br-none" : "rounded", _ctx.readonly ? " text-ellipsis overflow-hidden whitespace-nowrap" : "sm:border", (_ctx.slots.prefix || _ctx.prefixIcon) && (_ctx.slots.suffix || _ctx.suffixIcon || _ctx.clearable || _ctx.showPassword) ? "px-6 sm:px-6" : _ctx.slots.prefix || _ctx.prefixIcon ? "pl-6 sm:pl-6 pr-0 sm:pr-3" : _ctx.slots.suffix || _ctx.suffixIcon || _ctx.clearable || _ctx.showPassword ? "pl-0 sm:pl-3 pr-6 sm:pr-6" : "", _ctx.mask && _ctx.state.inputDisabled ? !_ctx.state.maskValueVisible ? "font-[serif] pr-6 sm:pr-6" : "pr-6 sm:pr-6" : "", (_ctx.slots.suffix || _ctx.suffixIcon || _ctx.showPassword) && _ctx.clearable ? "pr-10 sm:pr-10" : "", _ctx.state.isDisplayOnly ? "invisible h-auto leading-none border-0" : "", _ctx.state.isWordLimitVisible ? _ctx.clearable ? "pr-18 sm:pr-18" : "pr-14 sm:pr-14" : "", _ctx.customClass), | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^on[A-Z]"]), { | ||
class: _ctx.m("w-full border-0 sm:border px-0 sm:px-3 sm:border-solid sm:border-color-border sm:hover:border-color-border-hover sm:focus:border-color-brand-focus sm:disabled:border-color-border-separator placeholder:text-color-text-placeholder placeholder:text-sm sm:disabled:placeholder:text-color-text-disabled text-sm text-color-text-primary bg-color-bg-1 disabled:cursor-not-allowed disabled:text-color-text-disabled sm:disabled:text-color-text-secondary sm:disabled:bg-color-bg-6 py-0 outline-0 transition-colors duration-200 ease-in-out ", _ctx.state.inputSizeMf === "medium" ? "h-8 leading-8 " + _ctx.m("sm:text-sm") + " placeholder:text-sm" : _ctx.state.inputSizeMf === "mini" ? "h-6 leading-6 text-xs placeholder:text-xs" : "h-7 leading-7", _ctx.slots.prepend || _ctx.slots.append ? "align-middle table-cell" : "inline-block", _ctx.slots.prepend && _ctx.slots.append ? "rounded-none" : _ctx.slots.prepend ? "rounded-tl-none rounded-bl-none rounded-tr rounded-br" : _ctx.slots.append ? "rounded-tl rounded-bl rounded-tr-none rounded-br-none" : "rounded", _ctx.readonly ? " text-ellipsis overflow-hidden whitespace-nowrap" : "sm:border", (_ctx.slots.prefix || _ctx.prefixIcon) && (_ctx.slots.suffix || _ctx.suffixIcon || _ctx.clearable || _ctx.showPassword) ? "px-6 sm:px-6" : _ctx.slots.prefix || _ctx.prefixIcon ? "pl-6 sm:pl-6 pr-0 sm:pr-3" : _ctx.slots.suffix || _ctx.suffixIcon || _ctx.clearable || _ctx.showPassword ? "pl-0 sm:pl-3 pr-6 sm:pr-6" : "", _ctx.mask && _ctx.state.inputDisabled ? !_ctx.state.maskValueVisible ? "font-[serif] pr-6 sm:pr-6" : "pr-6 sm:pr-6" : "", (_ctx.slots.suffix || _ctx.suffixIcon || _ctx.showPassword) && _ctx.clearable ? "pr-10 sm:pr-10" : "", _ctx.state.isDisplayOnly ? "invisible h-auto leading-none border-0" : "", _ctx.state.isWordLimitVisible ? _ctx.clearable ? "pr-18 sm:pr-18" : "pr-14 sm:pr-14" : "", _ctx.customClass), | ||
tabindex: _ctx.tabindex, | ||
@@ -341,3 +341,3 @@ type: _ctx.showPassword ? _ctx.state.passwordVisible ? "text" : "password" : _ctx.type, | ||
key: 0, | ||
class: normalizeClass(_ctx.m("text-center transition-all duration-300 ease-in-out text-xs", _ctx.state.inputSizeMf === "medium" ? "leading-8" : _ctx.state.inputSizeMf === "mini" ? "leading-6" : "leading-7")) | ||
class: normalizeClass(_ctx.m("text-center transition-all duration-300 ease-in-out text-xs sm:text-sm", _ctx.state.inputSizeMf === "medium" ? "leading-8" : _ctx.state.inputSizeMf === "mini" ? "leading-6" : "leading-7")) | ||
}, null, 8, ["class"])) : createCommentVNode("v-if", true)], | ||
@@ -431,3 +431,3 @@ 512 | ||
{ | ||
class: normalizeClass(["max-w-full text-ellipsis break-words line-clamp-5 text-sm pt-1.5 text-color-text-primary", [_ctx.state.inputSizeMf === "medium" ? "sm:text-sm" : "sm:text-xs"]]) | ||
class: normalizeClass(["max-w-full text-ellipsis break-words line-clamp-5 text-sm pt-1.5 text-color-text-primary", [_ctx.state.inputSizeMf !== "mini" ? "sm:text-sm" : "sm:text-xs"]]) | ||
}, | ||
@@ -445,3 +445,3 @@ toDisplayString(_ctx.state.displayOnlyText), | ||
tabindex: _ctx.tabindex, | ||
class: ["block w-full border-0 sm:border-solid sm:border-color-border sm:hover:border-color-border-hover sm:focus:border-color-brand-focus sm:disabled:border-color-border outline-0 rounded placeholder:text-color-text-placeholder placeholder:text-sm text-sm text-color-text-primary bg-color-bg-1 disabled:cursor-not-allowed disabled:text-color-text-disabled sm:disabled:bg-color-bg-4 leading-normal", [_ctx.readonly ? "sm:border-0 px-0 py-0" : "sm:border px-3 py-2", _ctx.state.isDisplayOnly ? "hidden" : "", _ctx.state.inputSizeMf === "medium" ? "sm:placeholder:text-sm sm:text-sm" : "sm:placeholder:text-xs sm:text-xs"]], | ||
class: ["block w-full border-0 sm:border-solid sm:border-color-border sm:hover:border-color-border-hover sm:focus:border-color-brand-focus sm:disabled:border-color-border-separator outline-0 rounded placeholder:text-color-text-placeholder placeholder:text-sm sm:disabled:placeholder:text-color-text-disabled text-sm text-color-text-primary bg-color-bg-1 disabled:cursor-not-allowed disabled:text-color-text-disabled sm:disabled:text-color-text-secondary sm:disabled:bg-color-bg-6 leading-normal", [_ctx.readonly ? "sm:border-0 px-0 py-0" : "sm:border px-3 py-2", _ctx.state.isDisplayOnly ? "hidden" : "", _ctx.state.inputSizeMf !== "mini" ? "sm:placeholder:text-sm sm:text-sm" : "sm:placeholder:text-xs sm:text-xs"]], | ||
onCompositionstart: _cache[15] || (_cache[15] = function() { | ||
@@ -448,0 +448,0 @@ return _ctx.handleCompositionStart && _ctx.handleCompositionStart.apply(_ctx, arguments); |
@@ -205,3 +205,3 @@ import { renderless, api } from '@opentiny/vue-renderless/input/vue'; | ||
name: _ctx.name | ||
}, _ctx.a(_ctx.$attrs, ["size", "class", "style", "^onw+"]), { | ||
}, _ctx.a(_ctx.$attrs, ["size", "class", "style", "^on[A-Z]"]), { | ||
class: "tiny-mobile-input__inner", | ||
@@ -208,0 +208,0 @@ style: _ctx.state.inputStyle, |
@@ -295,3 +295,3 @@ import { renderless as renderless$1, api as api$1 } from '@opentiny/vue-renderless/input/vue'; | ||
"data-tag": "tiny-input-inner" | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^onw+", "id"]), { | ||
}, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^on[A-Z]", "id"]), { | ||
class: ["tiny-input__inner", _ctx.mask && _ctx.state.inputDisabled && !_ctx.state.maskValueVisible && "tiny-input__mask"], | ||
@@ -298,0 +298,0 @@ tabindex: _ctx.tabindex, |
{ | ||
"name": "@opentiny/vue-input", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"description": "", | ||
@@ -10,9 +10,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-action-sheet": "~3.15.0", | ||
"@opentiny/vue-common": "~3.15.0", | ||
"@opentiny/vue-icon": "~3.15.0", | ||
"@opentiny/vue-tooltip": "~3.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
"@opentiny/vue-action-sheet": "~3.16.0", | ||
"@opentiny/vue-common": "~3.16.0", | ||
"@opentiny/vue-icon": "~3.16.0", | ||
"@opentiny/vue-tooltip": "~3.16.0", | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-theme-mobile": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "license": "MIT", |
@@ -373,3 +373,3 @@ /** | ||
[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<{ | ||
_constants: { | ||
@@ -550,4 +550,4 @@ type: ObjectConstructor; | ||
tabindex: string; | ||
mask: boolean; | ||
contentStyle: Record<string, any>; | ||
mask: boolean; | ||
customClass: string; | ||
@@ -554,0 +554,0 @@ readonly: boolean; |
@@ -6,2 +6,4 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
label?: any; | ||
size?: any; | ||
resize?: any; | ||
disabled?: any; | ||
@@ -17,3 +19,2 @@ tiny_mode?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
@@ -23,3 +24,2 @@ suffixIcon?: any; | ||
customClass?: any; | ||
resize?: any; | ||
readonly?: any; | ||
@@ -37,3 +37,3 @@ prefixIcon?: any; | ||
showEmptyValue?: any; | ||
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "change" | "update:modelValue" | "click" | "mouseenter" | "mouseleave" | "focus" | "keydown" | "clear" | "blur" | "keyup" | "paste")[], "input" | "change" | "update:modelValue" | "click" | "mouseenter" | "mouseleave" | "focus" | "keydown" | "clear" | "blur" | "keyup" | "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, ("input" | "clear" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "update:modelValue")[], "input" | "clear" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
name?: any; | ||
@@ -43,2 +43,4 @@ type?: any; | ||
label?: any; | ||
size?: any; | ||
resize?: any; | ||
disabled?: any; | ||
@@ -54,3 +56,2 @@ tiny_mode?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
@@ -60,3 +61,2 @@ suffixIcon?: any; | ||
customClass?: any; | ||
resize?: any; | ||
readonly?: any; | ||
@@ -75,12 +75,12 @@ prefixIcon?: any; | ||
}>>> & { | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...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; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
@@ -93,2 +93,4 @@ onClear?: ((...args: any[]) => any) | undefined; | ||
readonly label?: any; | ||
readonly size?: any; | ||
readonly resize?: any; | ||
readonly disabled?: any; | ||
@@ -104,3 +106,2 @@ readonly tiny_mode?: any; | ||
readonly modelValue?: any; | ||
readonly size?: any; | ||
readonly tabindex?: any; | ||
@@ -110,3 +111,2 @@ readonly suffixIcon?: any; | ||
readonly customClass?: any; | ||
readonly resize?: any; | ||
readonly readonly?: any; | ||
@@ -113,0 +113,0 @@ readonly prefixIcon?: any; |
@@ -7,2 +7,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
title?: any; | ||
resize?: any; | ||
disabled?: any; | ||
@@ -21,3 +22,2 @@ tiny_mode?: any; | ||
contentStyle?: any; | ||
resize?: any; | ||
readonly?: any; | ||
@@ -45,3 +45,3 @@ prefixIcon?: any; | ||
gcls: (key: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "change" | "update:modelValue" | "mouseenter" | "mouseleave" | "focus" | "keydown" | "clear" | "blur" | "keyup" | "paste")[], "input" | "change" | "update:modelValue" | "mouseenter" | "mouseleave" | "focus" | "keydown" | "clear" | "blur" | "keyup" | "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" | "clear" | "blur" | "change" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "update:modelValue")[], "input" | "clear" | "blur" | "change" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
name?: any; | ||
@@ -52,2 +52,3 @@ type?: any; | ||
title?: any; | ||
resize?: any; | ||
disabled?: any; | ||
@@ -66,3 +67,2 @@ tiny_mode?: any; | ||
contentStyle?: any; | ||
resize?: any; | ||
readonly?: any; | ||
@@ -83,7 +83,6 @@ prefixIcon?: any; | ||
}>>> & { | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onKeydown?: ((...args: any[]) => any) | undefined; | ||
@@ -93,2 +92,3 @@ onKeyup?: ((...args: any[]) => any) | undefined; | ||
onMouseleave?: ((...args: any[]) => any) | undefined; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
@@ -102,2 +102,3 @@ onClear?: ((...args: any[]) => any) | undefined; | ||
readonly title?: any; | ||
readonly resize?: any; | ||
readonly disabled?: any; | ||
@@ -116,3 +117,2 @@ readonly tiny_mode?: any; | ||
readonly contentStyle?: any; | ||
readonly resize?: any; | ||
readonly readonly?: any; | ||
@@ -119,0 +119,0 @@ readonly prefixIcon?: any; |
@@ -6,2 +6,4 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
label?: any; | ||
size?: any; | ||
resize?: any; | ||
disabled?: any; | ||
@@ -17,7 +19,5 @@ tiny_mode?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
suffixIcon?: any; | ||
mask?: any; | ||
resize?: any; | ||
readonly?: any; | ||
@@ -46,3 +46,3 @@ hoverExpand?: any; | ||
gcls: (key: any) => any; | ||
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "change" | "update:modelValue" | "click" | "mouseenter" | "mouseleave" | "focus" | "keydown" | "clear" | "blur" | "keyup" | "paste")[], "input" | "change" | "update:modelValue" | "click" | "mouseenter" | "mouseleave" | "focus" | "keydown" | "clear" | "blur" | "keyup" | "paste", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "clear" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "update:modelValue")[], "input" | "clear" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
name?: any; | ||
@@ -52,2 +52,4 @@ type?: any; | ||
label?: any; | ||
size?: any; | ||
resize?: any; | ||
disabled?: any; | ||
@@ -63,7 +65,5 @@ tiny_mode?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
suffixIcon?: any; | ||
mask?: any; | ||
resize?: any; | ||
readonly?: any; | ||
@@ -85,12 +85,12 @@ hoverExpand?: any; | ||
}>>> & { | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
onInput?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...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; | ||
onPaste?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
@@ -103,2 +103,4 @@ onClear?: ((...args: any[]) => any) | undefined; | ||
readonly label?: any; | ||
readonly size?: any; | ||
readonly resize?: any; | ||
readonly disabled?: any; | ||
@@ -114,7 +116,5 @@ readonly tiny_mode?: any; | ||
readonly modelValue?: any; | ||
readonly size?: any; | ||
readonly tabindex?: any; | ||
readonly suffixIcon?: any; | ||
readonly mask?: any; | ||
readonly resize?: any; | ||
readonly readonly?: any; | ||
@@ -121,0 +121,0 @@ readonly hoverExpand?: any; |
@@ -12,3 +12,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
gcls: (key: any) => 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<{ | ||
isMemoryStorage: BooleanConstructor; | ||
@@ -15,0 +15,0 @@ localstorageData: ArrayConstructor; |
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
100127
2650
+ 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-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-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-common@~3.16.0
Updated@opentiny/vue-icon@~3.16.0
Updated@opentiny/vue-theme@~3.16.0