UNPKG

@progress/kendo-angular-dropdowns

Version:

A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree

62 lines (61 loc) 1.39 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare const MultiselectMessages: { array: string; object: string; primitive: string; textAndValue: string; }; /** * @hidden */ export declare const MultiSelectTreeMessages: { array: string; primitive: string; object: string; dataItems: string; dataItemsLength: string; textAndValue: string; valueDepth: string; valueDepthLength: string; }; /** * @hidden */ export declare const ComboBoxMessages: { object: string; primitive: string; textAndValue: string; noItemHeight: string; }; /** * @hidden */ export declare const MultiColumnComboBoxMessages: { data: string; textAndValue: string; }; /** * @hidden */ export declare const DropDownListMessages: { defaultItem: string; object: string; primitive: string; textAndValue: string; }; /** * @hidden */ export declare const DropDownTreeMessages: { primitive: string; object: string; dataItem: string; textAndValue: string; valueDepth: string; };