@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
36 lines (35 loc) • 711 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const MESSAGE_TYPES = ["info", "success", "warning", "error"];
const INPUT_EVENTS = [
"onFocus",
"onFocusin",
"onFocusout",
"onBlur",
"onChange",
"onBeforeinput",
"onInput",
"onReset",
"onSubmit",
"onInvalid",
"onKeydown",
"onKeypress",
"onKeyup",
"onCopy",
"onCut",
"onPaste",
"onCompositionstart",
"onCompositionupdate",
"onCompositionend",
"onSelect",
"autocomplete",
"autofocus",
"maxlength",
"minlength",
"name",
"pattern",
"readonly",
"required"
];
exports.INPUT_EVENTS = INPUT_EVENTS;
exports.MESSAGE_TYPES = MESSAGE_TYPES;