UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

28 lines (27 loc) 1.9 kB
/** * DevExtreme (cjs/__internal/events/core/m_consts.js) * Version: 25.2.7 * Build date: Tue May 05 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.forcePassiveFalseEventNames = exports.NO_BUBBLE_EVENTS = exports.NATIVE_EVENTS_TO_TRIGGER = exports.NATIVE_EVENTS_TO_SUBSCRIBE = exports.EVENT_PROPERTIES = exports.EMPTY_EVENT_NAME = void 0; const EMPTY_EVENT_NAME = exports.EMPTY_EVENT_NAME = "dxEmptyEventType"; const NATIVE_EVENTS_TO_SUBSCRIBE = exports.NATIVE_EVENTS_TO_SUBSCRIBE = { mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }; const NATIVE_EVENTS_TO_TRIGGER = exports.NATIVE_EVENTS_TO_TRIGGER = { focusin: "focus", focusout: "blur" }; const NO_BUBBLE_EVENTS = exports.NO_BUBBLE_EVENTS = ["blur", "focus", "load"]; const forcePassiveFalseEventNames = exports.forcePassiveFalseEventNames = ["touchmove", "wheel", "mousewheel", "touchstart"]; const EVENT_PROPERTIES = exports.EVENT_PROPERTIES = ["altKey", "altitudeAngle", "azimuthAngle", "bubbles", "button", "buttons", "cancelable", "cancelBubble", "changedTouches", "char", "charCode", "clipboardData", "code", "composed", "ctrlKey", "defaultPrevented", "delegateTarget", "deltaMode", "deltaX", "deltaY", "deltaZ", "detail", "eventPhase", "height", "isComposing", "isPrimary", "key", "keyCode", "layerX", "layerY", "location", "metaKey", "movementX", "movementY", "offsetX", "offsetY", "pointerId", "pointerType", "pressure", "relatedTarget", "repeat", "returnValue", "srcElement", "shiftKey", "tangentialPressure", "target", "targetTouches", "tiltX", "tiltY", "toElement", "touches", "twist", "view", "width", "x", "y"];