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