UNPKG

@progress/kendo-react-common

Version:

React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package

9 lines (8 loc) 1.25 kB
/** * @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";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,t=":not(.k-dropdownlist button):not(.k-colorpicker button):not(.k-numerictextbox button):not(.k-split-button .k-split-button-arrow)",n=":not(.k-dropdownlist select)",o=["input:not([disabled]):not([type=hidden])","select:not([disabled]):not(.k-dropdownlist select)","textarea:not([disabled])",`button:not([disabled])${t}`,"a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"],d=[...o,`[tabindex]${t}${n}`],s=[...o,`[tabindex]${t}${n}`].map(E=>E+':not([tabindex="-1"])'),A=500,i=768;exports.ADAPTIVE_MEDIUM_BREAKPOINT=i;exports.ADAPTIVE_SMALL_BREAKPOINT=A;exports.FIELD_REGEX=e;exports.FOCUSABLE_ELEMENTS=d;exports.FOCUSABLE_ELEMENTS_BASE=o;exports.TABBABLE_ELEMENTS=s;