UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

36 lines (35 loc) 841 B
import "../../../utils/index.mjs"; import { inputProps as p } from "element-plus"; import { isString as t } from "../../../utils/is.mjs"; const s = (n) => n, u = { ...p, prepend: { type: [String, Function] }, append: { type: [String, Function] }, prefix: { type: [String, Function] }, suffix: { type: [String, Function] } }, e = { "update:modelValue": (n) => t(n) // 'input': (value: string) => isString(value), }, c = ["prepend", "append", "prefix", "suffix"], f = { ...e, change: (n) => t(n), focus: (n) => n instanceof FocusEvent, blur: (n) => n instanceof FocusEvent, clear: () => !0 }, a = ["prepend", "append", "prefix", "suffix"]; export { a as FILTER_INPUT_PROPS, c as INPUT_SLOTS, s as definePropType, e as inputEmits, u as zInputProps }; //# sourceMappingURL=input.mjs.map