@progress/kendo-react-dropdowns
Version:
React DropDowns offer an interface for users to select different items from a list and more. KendoReact Dropdowns package
9 lines (8 loc) • 1.04 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o="dropdowns.nodata",a="dropdowns.clear",r="dropdowns.comboArrowBtnAriaLabelExpand",e="dropdowns.comboArrowBtnAriaLabelCollapse",n="dropdowns.dropDownListArrowBtnAriaLabel",t="dropdowns.apply",d="dropdowns.cancel",l={[a]:"clear",[o]:"NO DATA FOUND.",[r]:"expand combobox",[e]:"collapse combobox",[n]:"select",[t]:"Apply",[d]:"Cancel"};exports.adaptiveModeFooterApply=t;exports.adaptiveModeFooterCancel=d;exports.clear=a;exports.comboArrowBtnAriaLabelCollapse=e;exports.comboArrowBtnAriaLabelExpand=r;exports.dropDownListArrowBtnAriaLabel=n;exports.messages=l;exports.nodata=o;