@progress/kendo-react-dropdowns
Version:
React DropDowns offer an interface for users to select different items from a list and more. KendoReact Dropdowns package
27 lines (26 loc) • 1 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
*-------------------------------------------------------------------------------------------
*/
const o = "dropdowns.nodata", a = "dropdowns.clear", r = "dropdowns.comboArrowBtnAriaLabelExpand", n = "dropdowns.comboArrowBtnAriaLabelCollapse", e = "dropdowns.dropDownListArrowBtnAriaLabel", d = "dropdowns.apply", p = "dropdowns.cancel", s = {
[ ]: "clear",
[ ]: "NO DATA FOUND.",
[ ]: "expand combobox",
[ ]: "collapse combobox",
[ ]: "select",
[ ]: "Apply",
[ ]: "Cancel"
};
export {
d as adaptiveModeFooterApply,
p as adaptiveModeFooterCancel,
a as clear,
n as comboArrowBtnAriaLabelCollapse,
r as comboArrowBtnAriaLabelExpand,
e as dropDownListArrowBtnAriaLabel,
s as messages,
o as nodata
};