@progress/kendo-vue-buttons
Version:
21 lines (20 loc) • 694 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
*-------------------------------------------------------------------------------------------
*/
import "@progress/kendo-vue-popup";
function n(i) {
let t = { horizontal: "left", vertical: "bottom" };
return i && (t.horizontal = "right"), t;
}
function r(i) {
let t = { horizontal: "left", vertical: "top" };
return i && (t.horizontal = "right"), t;
}
export {
n as getAnchorAlign,
r as getPopupAlign
};