UNPKG

@progress/kendo-vue-common

Version:

Kendo UI for Vue Common Utilities package

14 lines (13 loc) 558 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ const E = /\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g, A = 500, I = 768; export { I as ADAPTIVE_MEDIUM_BREAKPOINT, A as ADAPTIVE_SMALL_BREAKPOINT, E as FIELD_REGEX };