@progress/kendo-react-dropdowns 6.1.1 → 7.0.0-develop.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/es/AutoComplete → AutoComplete}/AutoComplete.d.ts +12 -8
- package/{dist/npm/AutoComplete → AutoComplete}/AutoCompleteProps.d.ts +4 -1
- package/{dist/es/ComboBox → ComboBox}/ComboBox.d.ts +12 -8
- package/{dist/es/ComboBox → ComboBox}/ComboBoxProps.d.ts +4 -1
- package/{dist/es/DropDownList → DropDownList}/DropDownList.d.ts +9 -5
- package/{dist/es/DropDownList → DropDownList}/DropDownListProps.d.ts +4 -1
- package/{dist/es/DropDownTree → DropDownTree}/DropDownTree.d.ts +4 -0
- package/{dist/npm/DropDownTree → DropDownTree}/DropDownTreeProps.d.ts +4 -1
- package/DropDownTree/ListNoData.d.ts +10 -0
- package/DropDownTree/useDropdownWidth.d.ts +9 -0
- package/LICENSE.md +1 -1
- package/{dist/es/MultiColumnComboBox → MultiColumnComboBox}/MultiColumnComboBox.d.ts +4 -0
- package/{dist/npm/MultiSelect → MultiSelect}/MultiSelect.d.ts +9 -5
- package/{dist/es/MultiSelect → MultiSelect}/MultiSelectProps.d.ts +4 -1
- package/{dist/npm/MultiSelect → MultiSelect}/TagList.d.ts +5 -1
- package/{dist/es/MultiSelectTree → MultiSelectTree}/MultiSelectTree.d.ts +4 -0
- package/{dist/es/MultiSelectTree → MultiSelectTree}/MultiSelectTreeProps.d.ts +5 -1
- package/{dist/npm/MultiSelectTree → MultiSelectTree}/utils.d.ts +5 -1
- package/{dist/npm/common → common}/AdaptiveMode.d.ts +5 -1
- package/common/ClearButton.d.ts +18 -0
- package/{dist/npm/common → common}/DropDownBase.d.ts +5 -1
- package/{dist/es/common → common}/GroupStickyHeader.d.ts +5 -1
- package/{dist/es/common → common}/List.d.ts +7 -3
- package/common/ListContainer.d.ts +22 -0
- package/common/ListDefaultItem.d.ts +20 -0
- package/{dist/npm/common → common}/ListFilter.d.ts +4 -0
- package/{dist/npm/common → common}/ListGroupItem.d.ts +5 -1
- package/{dist/npm/common → common}/ListItem.d.ts +5 -1
- package/common/MultiColumnList.d.ts +9 -0
- package/common/Navigation.d.ts +17 -0
- package/{dist/es/common → common}/SearchBar.d.ts +5 -1
- package/{dist/npm/common → common}/VirtualScroll.d.ts +4 -1
- package/common/constants.d.ts +8 -0
- package/{dist/es/common → common}/events.d.ts +4 -1
- package/{dist/npm/common → common}/filterDescriptor.d.ts +4 -0
- package/{dist/es/common → common}/settings.d.ts +5 -2
- package/{dist/npm/common → common}/utils.d.ts +4 -0
- package/dist/cdn/js/kendo-react-dropdowns.js +5 -1
- package/index.d.ts +29 -0
- package/index.js +5 -0
- package/index.mjs +4383 -0
- package/{dist/npm/messages → messages}/index.d.ts +4 -0
- package/package-metadata.d.ts +9 -0
- package/package.json +34 -62
- package/about.md +0 -3
- package/dist/es/AutoComplete/AutoComplete.js +0 -652
- package/dist/es/AutoComplete/AutoCompleteProps.d.ts +0 -243
- package/dist/es/AutoComplete/AutoCompleteProps.js +0 -2
- package/dist/es/ComboBox/ComboBox.js +0 -915
- package/dist/es/ComboBox/ComboBoxProps.js +0 -2
- package/dist/es/DropDownList/DropDownList.js +0 -887
- package/dist/es/DropDownList/DropDownListProps.js +0 -2
- package/dist/es/DropDownTree/DropDownTree.js +0 -540
- package/dist/es/DropDownTree/DropDownTreeProps.d.ts +0 -294
- package/dist/es/DropDownTree/DropDownTreeProps.js +0 -2
- package/dist/es/DropDownTree/ListNoData.d.ts +0 -6
- package/dist/es/DropDownTree/ListNoData.js +0 -8
- package/dist/es/DropDownTree/useDropdownWidth.d.ts +0 -5
- package/dist/es/DropDownTree/useDropdownWidth.js +0 -13
- package/dist/es/MultiColumnComboBox/MultiColumnComboBox.js +0 -213
- package/dist/es/MultiSelect/MultiSelect.d.ts +0 -256
- package/dist/es/MultiSelect/MultiSelect.js +0 -1110
- package/dist/es/MultiSelect/MultiSelectProps.js +0 -2
- package/dist/es/MultiSelect/TagList.d.ts +0 -38
- package/dist/es/MultiSelect/TagList.js +0 -39
- package/dist/es/MultiSelectTree/MultiSelectTree.js +0 -619
- package/dist/es/MultiSelectTree/MultiSelectTreeProps.js +0 -2
- package/dist/es/MultiSelectTree/utils.d.ts +0 -17
- package/dist/es/MultiSelectTree/utils.js +0 -191
- package/dist/es/common/AdaptiveMode.d.ts +0 -21
- package/dist/es/common/AdaptiveMode.js +0 -45
- package/dist/es/common/ClearButton.d.ts +0 -14
- package/dist/es/common/ClearButton.js +0 -39
- package/dist/es/common/DropDownBase.d.ts +0 -175
- package/dist/es/common/DropDownBase.js +0 -297
- package/dist/es/common/GroupStickyHeader.js +0 -34
- package/dist/es/common/List.js +0 -75
- package/dist/es/common/ListContainer.d.ts +0 -18
- package/dist/es/common/ListContainer.js +0 -43
- package/dist/es/common/ListDefaultItem.d.ts +0 -16
- package/dist/es/common/ListDefaultItem.js +0 -36
- package/dist/es/common/ListFilter.d.ts +0 -19
- package/dist/es/common/ListFilter.js +0 -37
- package/dist/es/common/ListGroupItem.d.ts +0 -33
- package/dist/es/common/ListGroupItem.js +0 -33
- package/dist/es/common/ListItem.d.ts +0 -61
- package/dist/es/common/ListItem.js +0 -44
- package/dist/es/common/MultiColumnList.d.ts +0 -6
- package/dist/es/common/MultiColumnList.js +0 -22
- package/dist/es/common/Navigation.d.ts +0 -13
- package/dist/es/common/Navigation.js +0 -34
- package/dist/es/common/SearchBar.js +0 -62
- package/dist/es/common/VirtualScroll.d.ts +0 -42
- package/dist/es/common/VirtualScroll.js +0 -161
- package/dist/es/common/constants.d.ts +0 -4
- package/dist/es/common/constants.js +0 -4
- package/dist/es/common/events.js +0 -1
- package/dist/es/common/filterDescriptor.d.ts +0 -41
- package/dist/es/common/filterDescriptor.js +0 -2
- package/dist/es/common/settings.js +0 -8
- package/dist/es/common/utils.d.ts +0 -62
- package/dist/es/common/utils.js +0 -194
- package/dist/es/main.d.ts +0 -25
- package/dist/es/main.js +0 -19
- package/dist/es/messages/index.d.ts +0 -40
- package/dist/es/messages/index.js +0 -41
- package/dist/es/package-metadata.d.ts +0 -5
- package/dist/es/package-metadata.js +0 -11
- package/dist/npm/AutoComplete/AutoComplete.d.ts +0 -230
- package/dist/npm/AutoComplete/AutoComplete.js +0 -655
- package/dist/npm/AutoComplete/AutoCompleteProps.js +0 -3
- package/dist/npm/ComboBox/ComboBox.d.ts +0 -248
- package/dist/npm/ComboBox/ComboBox.js +0 -918
- package/dist/npm/ComboBox/ComboBoxProps.d.ts +0 -313
- package/dist/npm/ComboBox/ComboBoxProps.js +0 -3
- package/dist/npm/DropDownList/DropDownList.d.ts +0 -258
- package/dist/npm/DropDownList/DropDownList.js +0 -890
- package/dist/npm/DropDownList/DropDownListProps.d.ts +0 -326
- package/dist/npm/DropDownList/DropDownListProps.js +0 -3
- package/dist/npm/DropDownTree/DropDownTree.d.ts +0 -70
- package/dist/npm/DropDownTree/DropDownTree.js +0 -543
- package/dist/npm/DropDownTree/DropDownTreeProps.js +0 -3
- package/dist/npm/DropDownTree/ListNoData.d.ts +0 -6
- package/dist/npm/DropDownTree/ListNoData.js +0 -12
- package/dist/npm/DropDownTree/useDropdownWidth.d.ts +0 -5
- package/dist/npm/DropDownTree/useDropdownWidth.js +0 -17
- package/dist/npm/MultiColumnComboBox/MultiColumnComboBox.d.ts +0 -287
- package/dist/npm/MultiColumnComboBox/MultiColumnComboBox.js +0 -216
- package/dist/npm/MultiSelect/MultiSelect.js +0 -1113
- package/dist/npm/MultiSelect/MultiSelectProps.d.ts +0 -314
- package/dist/npm/MultiSelect/MultiSelectProps.js +0 -3
- package/dist/npm/MultiSelect/TagList.js +0 -41
- package/dist/npm/MultiSelectTree/MultiSelectTree.d.ts +0 -81
- package/dist/npm/MultiSelectTree/MultiSelectTree.js +0 -622
- package/dist/npm/MultiSelectTree/MultiSelectTreeProps.d.ts +0 -320
- package/dist/npm/MultiSelectTree/MultiSelectTreeProps.js +0 -3
- package/dist/npm/MultiSelectTree/utils.js +0 -196
- package/dist/npm/common/AdaptiveMode.js +0 -49
- package/dist/npm/common/ClearButton.d.ts +0 -14
- package/dist/npm/common/ClearButton.js +0 -41
- package/dist/npm/common/DropDownBase.js +0 -299
- package/dist/npm/common/GroupStickyHeader.d.ts +0 -24
- package/dist/npm/common/GroupStickyHeader.js +0 -36
- package/dist/npm/common/List.d.ts +0 -45
- package/dist/npm/common/List.js +0 -77
- package/dist/npm/common/ListContainer.d.ts +0 -18
- package/dist/npm/common/ListContainer.js +0 -45
- package/dist/npm/common/ListDefaultItem.d.ts +0 -16
- package/dist/npm/common/ListDefaultItem.js +0 -38
- package/dist/npm/common/ListFilter.js +0 -39
- package/dist/npm/common/ListGroupItem.js +0 -35
- package/dist/npm/common/ListItem.js +0 -46
- package/dist/npm/common/MultiColumnList.d.ts +0 -6
- package/dist/npm/common/MultiColumnList.js +0 -26
- package/dist/npm/common/Navigation.d.ts +0 -13
- package/dist/npm/common/Navigation.js +0 -37
- package/dist/npm/common/SearchBar.d.ts +0 -43
- package/dist/npm/common/SearchBar.js +0 -64
- package/dist/npm/common/VirtualScroll.js +0 -163
- package/dist/npm/common/constants.d.ts +0 -4
- package/dist/npm/common/constants.js +0 -7
- package/dist/npm/common/events.d.ts +0 -73
- package/dist/npm/common/events.js +0 -2
- package/dist/npm/common/filterDescriptor.js +0 -3
- package/dist/npm/common/settings.d.ts +0 -114
- package/dist/npm/common/settings.js +0 -11
- package/dist/npm/common/utils.js +0 -211
- package/dist/npm/main.d.ts +0 -25
- package/dist/npm/main.js +0 -62
- package/dist/npm/messages/index.js +0 -44
- package/dist/npm/package-metadata.d.ts +0 -5
- package/dist/npm/package-metadata.js +0 -14
- package/dist/systemjs/kendo-react-dropdowns.js +0 -1
- package/e2e-next/combobox.basic.ts +0 -24
- package/e2e-next/dropdownlist.basic.tests.ts +0 -24
- package/e2e-next/dropdowntree.basic.tests.ts +0 -24
- package/e2e-next/multicolumncombobox.basic.tests.ts +0 -24
|
@@ -1,243 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { AutoComplete } from './AutoComplete';
|
|
3
|
-
import { ChangeEvent, OpenEvent, CloseEvent, FocusEvent, BlurEvent } from './../common/events';
|
|
4
|
-
import { DropDownsPopupSettings, Suggestion } from '../common/settings';
|
|
5
|
-
import { ListGroupItemProps } from '../common/ListGroupItem';
|
|
6
|
-
import { GroupStickyHeaderProps } from '../common/GroupStickyHeader';
|
|
7
|
-
import { ListItemProps } from '../common/ListItem';
|
|
8
|
-
import { FormComponentProps } from '@progress/kendo-react-common';
|
|
9
|
-
/**
|
|
10
|
-
* Represents the object of the `change` AutoComplete event.
|
|
11
|
-
*/
|
|
12
|
-
export interface AutoCompleteChangeEvent extends ChangeEvent<AutoComplete> {
|
|
13
|
-
suggestion?: Suggestion;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Represents the object of the `open` AutoComplete event.
|
|
17
|
-
*/
|
|
18
|
-
export interface AutoCompleteOpenEvent extends OpenEvent<AutoComplete> {
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Represents the object of the `close` AutoComplete event.
|
|
22
|
-
*/
|
|
23
|
-
export interface AutoCompleteCloseEvent extends CloseEvent<AutoComplete> {
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Represents the object of the `focus` AutoComplete event.
|
|
27
|
-
*/
|
|
28
|
-
export interface AutoCompleteFocusEvent extends FocusEvent<AutoComplete> {
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Represents the object of the `blur` AutoComplete event.
|
|
32
|
-
*/
|
|
33
|
-
export interface AutoCompleteBlurEvent extends BlurEvent<AutoComplete> {
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Represents the props of the [KendoReact AutoComplete component]({% slug overview_autocomplete %}).
|
|
37
|
-
*/
|
|
38
|
-
export interface AutoCompleteProps extends FormComponentProps {
|
|
39
|
-
/**
|
|
40
|
-
* Sets the data of the AutoComplete ([more information and example]({% slug binding_autocomplete %})).
|
|
41
|
-
*/
|
|
42
|
-
data?: any[];
|
|
43
|
-
/**
|
|
44
|
-
* Sets the opened and closed state of the AutoComplete.
|
|
45
|
-
*/
|
|
46
|
-
opened?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* The styles that are applied to the AutoComplete.
|
|
49
|
-
*/
|
|
50
|
-
style?: React.CSSProperties;
|
|
51
|
-
/**
|
|
52
|
-
* Sets the value of the AutoComplete ([more information and example]({% slug binding_autocomplete %})).
|
|
53
|
-
*/
|
|
54
|
-
value?: string;
|
|
55
|
-
/**
|
|
56
|
-
* Sets the default value of the AutoComplete. Similar to the native `input` HTML element.
|
|
57
|
-
*/
|
|
58
|
-
defaultValue?: string;
|
|
59
|
-
/**
|
|
60
|
-
* Sets additional classes to the AutoComplete.
|
|
61
|
-
*/
|
|
62
|
-
className?: string;
|
|
63
|
-
/**
|
|
64
|
-
* By default, the AutoComplete renders a button on hovering over the component, which resets the value.
|
|
65
|
-
* If `clearButton` is set to `false`, the button will not be rendered.
|
|
66
|
-
*/
|
|
67
|
-
clearButton?: boolean;
|
|
68
|
-
/**
|
|
69
|
-
* The hint that is displayed when the AutoComplete is empty.
|
|
70
|
-
*/
|
|
71
|
-
placeholder?: string;
|
|
72
|
-
/**
|
|
73
|
-
* Sets the read-only state of the AutoComplete.
|
|
74
|
-
*/
|
|
75
|
-
readonly?: boolean;
|
|
76
|
-
/**
|
|
77
|
-
* Enables the auto-completion of the text based on the first data item ([see example]({% slug suggestions_autocomplete %})).
|
|
78
|
-
*/
|
|
79
|
-
suggest?: boolean | string;
|
|
80
|
-
/**
|
|
81
|
-
* Sets the disabled state of the AutoComplete.
|
|
82
|
-
*/
|
|
83
|
-
disabled?: boolean;
|
|
84
|
-
/**
|
|
85
|
-
* Represents the `dir` HTML attribute.
|
|
86
|
-
*/
|
|
87
|
-
dir?: string;
|
|
88
|
-
/**
|
|
89
|
-
* Sets the loading state of the AutoComplete ([see example]({% slug filtering_autocomplete %}#toc-basic-configuration)).
|
|
90
|
-
*/
|
|
91
|
-
loading?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Specifies the `tabIndex` of the AutoComplete.
|
|
94
|
-
*/
|
|
95
|
-
tabIndex?: number;
|
|
96
|
-
/**
|
|
97
|
-
* Specifies the `accessKey` of the AutoComplete.
|
|
98
|
-
*/
|
|
99
|
-
accessKey?: string;
|
|
100
|
-
/**
|
|
101
|
-
* Sets the data item field that represents the item text ([see example]({% slug binding_autocomplete %}#toc-datasets-of-objects)). If the data contains only primitive values, do not define it.
|
|
102
|
-
*/
|
|
103
|
-
textField?: string;
|
|
104
|
-
/**
|
|
105
|
-
* Renders a floating label for the AutoComplete.
|
|
106
|
-
*/
|
|
107
|
-
label?: string;
|
|
108
|
-
/**
|
|
109
|
-
* Configures the popup of the AutoComplete.
|
|
110
|
-
*/
|
|
111
|
-
popupSettings?: DropDownsPopupSettings;
|
|
112
|
-
/**
|
|
113
|
-
* Specifies the id of the component.
|
|
114
|
-
*/
|
|
115
|
-
id?: string;
|
|
116
|
-
/**
|
|
117
|
-
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute).
|
|
118
|
-
* For example these elements could contain error or hint message.
|
|
119
|
-
*/
|
|
120
|
-
ariaDescribedBy?: string;
|
|
121
|
-
/**
|
|
122
|
-
* Identifies the element(s) which will label the component.
|
|
123
|
-
*/
|
|
124
|
-
ariaLabelledBy?: string;
|
|
125
|
-
/**
|
|
126
|
-
* If set, the AutoComplete will use it to get the focused item index.
|
|
127
|
-
*
|
|
128
|
-
* Default functionality returns the first item which starts with the input text.
|
|
129
|
-
*
|
|
130
|
-
* @example
|
|
131
|
-
* ```jsx-no-run
|
|
132
|
-
* const focusedItemIndex = (data, inputText, textField) => {
|
|
133
|
-
* let text = inputText.toLowerCase();
|
|
134
|
-
* return data.findIndex(item =>
|
|
135
|
-
* String(textField ? item[textField] : item).toLowerCase().includes(text));
|
|
136
|
-
* };
|
|
137
|
-
*
|
|
138
|
-
* <AutoComplete focusedItemIndex={focusedItemIndex} />
|
|
139
|
-
* ```
|
|
140
|
-
*/
|
|
141
|
-
focusedItemIndex?: (data: any, inputText: string, textField?: string) => number;
|
|
142
|
-
/**
|
|
143
|
-
* Fires each time the popup of the AutoComplete is about to open.
|
|
144
|
-
*/
|
|
145
|
-
onOpen?: (event: AutoCompleteOpenEvent) => void;
|
|
146
|
-
/**
|
|
147
|
-
* Fires each time the popup of the AutoComplete is about to close.
|
|
148
|
-
*/
|
|
149
|
-
onClose?: (event: AutoCompleteCloseEvent) => void;
|
|
150
|
-
/**
|
|
151
|
-
* Fires each time the user focuses the AutoComplete.
|
|
152
|
-
*/
|
|
153
|
-
onFocus?: (event: AutoCompleteFocusEvent) => void;
|
|
154
|
-
/**
|
|
155
|
-
* Fires each time the AutoComplete gets blurred.
|
|
156
|
-
*/
|
|
157
|
-
onBlur?: (event: AutoCompleteBlurEvent) => void;
|
|
158
|
-
/**
|
|
159
|
-
* Fires each time the value of the AutoComplete is about to change ([more information and example]({% slug binding_autocomplete %})).
|
|
160
|
-
*/
|
|
161
|
-
onChange?: (event: AutoCompleteChangeEvent) => void;
|
|
162
|
-
/**
|
|
163
|
-
* Fires when the AutoComplete input element is about to be rendered. Use it to override the default appearance of the component.
|
|
164
|
-
*/
|
|
165
|
-
valueRender?: (rendering: React.ReactElement<HTMLSpanElement>) => React.ReactNode;
|
|
166
|
-
/**
|
|
167
|
-
* Fires when an AutoComplete list item is about to be rendered ([see example]({% slug customrendering_autocomplete %}#toc-items)). Used to override the default appearance of the list items.
|
|
168
|
-
*/
|
|
169
|
-
itemRender?: (li: React.ReactElement<HTMLLIElement>, itemProps: ListItemProps) => React.ReactNode;
|
|
170
|
-
/**
|
|
171
|
-
* Fires when the element which indicates no data in the popup is about to be rendered ([see example]({% slug customrendering_autocomplete %}#toc-no-data)). Used to override the default appearance of the element.
|
|
172
|
-
*/
|
|
173
|
-
listNoDataRender?: (element: React.ReactElement<HTMLDivElement>) => React.ReactNode;
|
|
174
|
-
/**
|
|
175
|
-
* Sets the header component of the AutoComplete ([see example]({% slug customrendering_autocomplete %}#toc-headers-and-footers)).
|
|
176
|
-
*/
|
|
177
|
-
header?: React.ReactNode;
|
|
178
|
-
/**
|
|
179
|
-
* Sets the footer component of the AutoComplete ([see example]({% slug customrendering_autocomplete %}#toc-headers-and-footers)).
|
|
180
|
-
*/
|
|
181
|
-
footer?: React.ReactNode;
|
|
182
|
-
/**
|
|
183
|
-
* Configures the `size` of the AutoComplete.
|
|
184
|
-
*
|
|
185
|
-
* The available options are:
|
|
186
|
-
* - small
|
|
187
|
-
* - medium
|
|
188
|
-
* - large
|
|
189
|
-
* - null—Does not set a size `className`.
|
|
190
|
-
*
|
|
191
|
-
* @default `medium`
|
|
192
|
-
*/
|
|
193
|
-
size?: null | 'small' | 'medium' | 'large';
|
|
194
|
-
/**
|
|
195
|
-
* Configures the `roundness` of the AutoComplete.
|
|
196
|
-
*
|
|
197
|
-
* The available options are:
|
|
198
|
-
* - small
|
|
199
|
-
* - medium
|
|
200
|
-
* - large
|
|
201
|
-
* - full
|
|
202
|
-
* - null—Does not set a rounded `className`.
|
|
203
|
-
*
|
|
204
|
-
* @default `medium`
|
|
205
|
-
*/
|
|
206
|
-
rounded?: null | 'small' | 'medium' | 'large' | 'full';
|
|
207
|
-
/**
|
|
208
|
-
* Configures the `fillMode` of the AutoComplete.
|
|
209
|
-
*
|
|
210
|
-
* The available options are:
|
|
211
|
-
* - solid
|
|
212
|
-
* - flat
|
|
213
|
-
* - outline
|
|
214
|
-
* - null—Does not set a fillMode `className`.
|
|
215
|
-
*
|
|
216
|
-
* @default `solid`
|
|
217
|
-
*/
|
|
218
|
-
fillMode?: null | 'solid' | 'flat' | 'outline';
|
|
219
|
-
/**
|
|
220
|
-
* Sets the data item field that represents the start of a group. Applicable to objects data.
|
|
221
|
-
*/
|
|
222
|
-
groupField?: string;
|
|
223
|
-
/**
|
|
224
|
-
* Fires when a AutoComplete group header item is about to be rendered. Used to override the default appearance of the group's headers.
|
|
225
|
-
*/
|
|
226
|
-
groupHeaderItemRender?: (li: React.ReactElement<HTMLLIElement>, itemProps: ListGroupItemProps) => React.ReactNode;
|
|
227
|
-
/**
|
|
228
|
-
* Fires when a AutoComplete sticky group header item is about to be rendered. Used to override the default appearance of the sticky group header of the component.
|
|
229
|
-
*/
|
|
230
|
-
groupStickyHeaderItemRender?: (div: React.ReactElement<HTMLDivElement>, stickyHeaderProps: GroupStickyHeaderProps) => React.ReactNode;
|
|
231
|
-
/**
|
|
232
|
-
* @hidden
|
|
233
|
-
*/
|
|
234
|
-
list?: any;
|
|
235
|
-
/**
|
|
236
|
-
* Sets the key for comparing the data items of the AutoComplete. If `dataItemKey` is not set, the AutoComplete compares the items by reference.
|
|
237
|
-
*/
|
|
238
|
-
dataItemKey?: string;
|
|
239
|
-
/**
|
|
240
|
-
* Defines if AutoComplete's disabled items will be skipped or focused when navigating through the list of items using a keyboard. Defaults to `true`.
|
|
241
|
-
*/
|
|
242
|
-
skipDisabledItems?: boolean;
|
|
243
|
-
}
|