UNPKG

@progress/kendo-vue-grid

Version:
19 lines (18 loc) 619 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { messages as r } from "./main.mjs"; function t(a) { const e = a.replace( /^pager\.([a-z])/, (p, s) => "grid.pager" + s.toUpperCase() ); return { messageKey: e, defaultMessage: r[e] }; } export { t as pagerMessagesMap };