UNPKG

@progress/kendo-vue-data-tools

Version:
34 lines (33 loc) 871 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { defineComponent as e, createVNode as t } from "vue"; const l = /* @__PURE__ */ e({ data() { return { height: 0, visible: !1, left: 0, top: 0 }; }, render() { return this.visible && t("div", { class: "k-grouping-dropclue", style: { zIndex: 1e4, display: "block", top: this.top + "px", left: this.left + "px", height: this.height + "px" } }, null); } }); export { l as DropClue };