@progress/kendo-vue-data-tools
Version:
9 lines (8 loc) • 778 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("@progress/kendo-vue-common");function o(n,r){if(!r||!n||!n.originalEvent||!l.canUseDOM)return-1;let e=document.elementFromPoint(n.clientX,n.originalEvent.clientY);for(;e&&e.parentElement!==r;)e=e.parentElement;const i=r.children;for(let t=0;t<i.length;t++)if(i[t]===e)return t;return-1}exports.getIndex=o;