UNPKG

@progress/kendo-react-layout

Version:

React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package

25 lines (24 loc) 822 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ class i { constructor(e, s) { this.openOnClick = e, this.resetMenu = s, this.isMouseOverEnabled = !e; } set OpenOnClick(e) { !!e != !!this.openOnClick && (this.isMouseOverEnabled = !e), this.openOnClick = e; } handleItemSelectedViaKeyboard() { this.openOnClick && (this.isMouseOverEnabled = !1, this.resetMenu()); } get IsMouseOverEnabled() { return this.isMouseOverEnabled; } } export { i as MouseOverHandler };