UNPKG

vxe-table-select-area

Version:

一个基于 vxe-table 的可区域选中复制、粘贴的组件

1 lines 413 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getMouseEventClickType=getMouseEventClickType;var _constant=require("./constant");function getMouseEventClickType(t){var e=null;return t&&(1==(t=void 0!==t.which?t.which:t.button)?e=_constant.MOUSE_EVENT_CLICK_TYPE.LEFT_MOUSE:2==t?e=_constant.MOUSE_EVENT_CLICK_TYPE.MIDDLE_MOUSE:3==t&&(e=_constant.MOUSE_EVENT_CLICK_TYPE.RIGHT_MOUSE)),e}