UNPKG

@progress/kendo-vue-buttons

Version:
9 lines (8 loc) 685 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";const e=require("@progress/kendo-vue-common"),c=(s,t,r,a)=>{if(r)return s;switch(t){case e.Keys.enter:case e.Keys.space:case e.Keys.esc:return-1;case e.Keys.up:case e.Keys.left:return Math.max(0,s-1);case e.Keys.down:case e.Keys.right:return Math.min(a-1,s+1);default:return s}};module.exports=c;