@bryntum/core-react-thin 7.2.4 → 7.3.0

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.
Files changed (204) hide show
  1. package/lib/BryntumBooleanCombo.d.ts +261 -0
  2. package/lib/BryntumBooleanCombo.js +204 -0
  3. package/lib/BryntumBooleanCombo.js.map +1 -0
  4. package/lib/BryntumButton.d.ts +6 -14
  5. package/lib/BryntumButton.js +1 -2
  6. package/lib/BryntumButton.js.map +1 -1
  7. package/lib/BryntumButtonGroup.d.ts +8 -15
  8. package/lib/BryntumButtonGroup.js +2 -5
  9. package/lib/BryntumButtonGroup.js.map +1 -1
  10. package/lib/BryntumChatPanel.d.ts +16 -20
  11. package/lib/BryntumChatPanel.js +7 -6
  12. package/lib/BryntumChatPanel.js.map +1 -1
  13. package/lib/BryntumCheckbox.d.ts +7 -15
  14. package/lib/BryntumCheckbox.js +1 -2
  15. package/lib/BryntumCheckbox.js.map +1 -1
  16. package/lib/BryntumCheckboxGroup.d.ts +9 -21
  17. package/lib/BryntumCheckboxGroup.js +2 -6
  18. package/lib/BryntumCheckboxGroup.js.map +1 -1
  19. package/lib/BryntumChipView.d.ts +6 -14
  20. package/lib/BryntumChipView.js +1 -2
  21. package/lib/BryntumChipView.js.map +1 -1
  22. package/lib/BryntumCodeEditor.d.ts +9 -20
  23. package/lib/BryntumCodeEditor.js +2 -5
  24. package/lib/BryntumCodeEditor.js.map +1 -1
  25. package/lib/BryntumColorField.d.ts +7 -15
  26. package/lib/BryntumColorField.js +1 -2
  27. package/lib/BryntumColorField.js.map +1 -1
  28. package/lib/BryntumCombo.d.ts +10 -18
  29. package/lib/BryntumCombo.js +1 -2
  30. package/lib/BryntumCombo.js.map +1 -1
  31. package/lib/BryntumContainer.d.ts +7 -14
  32. package/lib/BryntumContainer.js +2 -5
  33. package/lib/BryntumContainer.js.map +1 -1
  34. package/lib/BryntumDateField.d.ts +7 -15
  35. package/lib/BryntumDateField.js +1 -2
  36. package/lib/BryntumDateField.js.map +1 -1
  37. package/lib/BryntumDatePicker.d.ts +9 -20
  38. package/lib/BryntumDatePicker.js +2 -5
  39. package/lib/BryntumDatePicker.js.map +1 -1
  40. package/lib/BryntumDateRangeField.d.ts +10 -18
  41. package/lib/BryntumDateRangeField.js +1 -2
  42. package/lib/BryntumDateRangeField.js.map +1 -1
  43. package/lib/BryntumDateTimeField.d.ts +7 -15
  44. package/lib/BryntumDateTimeField.js +1 -2
  45. package/lib/BryntumDateTimeField.js.map +1 -1
  46. package/lib/BryntumDemoCodeEditor.d.ts +9 -20
  47. package/lib/BryntumDemoCodeEditor.js +2 -5
  48. package/lib/BryntumDemoCodeEditor.js.map +1 -1
  49. package/lib/BryntumDisplayField.d.ts +7 -15
  50. package/lib/BryntumDisplayField.js +1 -2
  51. package/lib/BryntumDisplayField.js.map +1 -1
  52. package/lib/BryntumDurationField.d.ts +7 -15
  53. package/lib/BryntumDurationField.js +1 -2
  54. package/lib/BryntumDurationField.js.map +1 -1
  55. package/lib/BryntumEditor.d.ts +9 -19
  56. package/lib/BryntumEditor.js +2 -5
  57. package/lib/BryntumEditor.js.map +1 -1
  58. package/lib/BryntumFieldFilterPicker.d.ts +7 -14
  59. package/lib/BryntumFieldFilterPicker.js +2 -5
  60. package/lib/BryntumFieldFilterPicker.js.map +1 -1
  61. package/lib/BryntumFieldFilterPickerGroup.d.ts +7 -14
  62. package/lib/BryntumFieldFilterPickerGroup.js +2 -5
  63. package/lib/BryntumFieldFilterPickerGroup.js.map +1 -1
  64. package/lib/BryntumFieldSet.d.ts +9 -21
  65. package/lib/BryntumFieldSet.js +2 -6
  66. package/lib/BryntumFieldSet.js.map +1 -1
  67. package/lib/BryntumFileField.d.ts +7 -15
  68. package/lib/BryntumFileField.js +1 -2
  69. package/lib/BryntumFileField.js.map +1 -1
  70. package/lib/BryntumFilePicker.d.ts +7 -14
  71. package/lib/BryntumFilePicker.js +2 -5
  72. package/lib/BryntumFilePicker.js.map +1 -1
  73. package/lib/BryntumFilterField.d.ts +7 -15
  74. package/lib/BryntumFilterField.js +1 -2
  75. package/lib/BryntumFilterField.js.map +1 -1
  76. package/lib/BryntumHint.d.ts +21 -30
  77. package/lib/BryntumHint.js +2 -5
  78. package/lib/BryntumHint.js.map +1 -1
  79. package/lib/BryntumLabel.d.ts +6 -14
  80. package/lib/BryntumLabel.js +1 -2
  81. package/lib/BryntumLabel.js.map +1 -1
  82. package/lib/BryntumList.d.ts +6 -14
  83. package/lib/BryntumList.js +1 -2
  84. package/lib/BryntumList.js.map +1 -1
  85. package/lib/BryntumMenu.d.ts +20 -25
  86. package/lib/BryntumMenu.js +2 -6
  87. package/lib/BryntumMenu.js.map +1 -1
  88. package/lib/BryntumMonthPicker.d.ts +9 -20
  89. package/lib/BryntumMonthPicker.js +2 -5
  90. package/lib/BryntumMonthPicker.js.map +1 -1
  91. package/lib/BryntumNumberField.d.ts +7 -15
  92. package/lib/BryntumNumberField.js +1 -2
  93. package/lib/BryntumNumberField.js.map +1 -1
  94. package/lib/BryntumPagingToolbar.d.ts +10 -17
  95. package/lib/BryntumPagingToolbar.js +2 -5
  96. package/lib/BryntumPagingToolbar.js.map +1 -1
  97. package/lib/BryntumPanel.d.ts +9 -20
  98. package/lib/BryntumPanel.js +2 -5
  99. package/lib/BryntumPanel.js.map +1 -1
  100. package/lib/BryntumPasswordField.d.ts +7 -15
  101. package/lib/BryntumPasswordField.js +1 -2
  102. package/lib/BryntumPasswordField.js.map +1 -1
  103. package/lib/BryntumProgressBar.d.ts +6 -14
  104. package/lib/BryntumProgressBar.js +1 -2
  105. package/lib/BryntumProgressBar.js.map +1 -1
  106. package/lib/BryntumRadio.d.ts +7 -15
  107. package/lib/BryntumRadio.js +1 -2
  108. package/lib/BryntumRadio.js.map +1 -1
  109. package/lib/BryntumRadioGroup.d.ts +9 -21
  110. package/lib/BryntumRadioGroup.js +2 -6
  111. package/lib/BryntumRadioGroup.js.map +1 -1
  112. package/lib/BryntumSlideToggle.d.ts +7 -15
  113. package/lib/BryntumSlideToggle.js +1 -2
  114. package/lib/BryntumSlideToggle.js.map +1 -1
  115. package/lib/BryntumSlider.d.ts +7 -14
  116. package/lib/BryntumSlider.js +2 -2
  117. package/lib/BryntumSlider.js.map +1 -1
  118. package/lib/BryntumSplitter.d.ts +6 -14
  119. package/lib/BryntumSplitter.js +1 -2
  120. package/lib/BryntumSplitter.js.map +1 -1
  121. package/lib/BryntumTabPanel.d.ts +9 -20
  122. package/lib/BryntumTabPanel.js +2 -5
  123. package/lib/BryntumTabPanel.js.map +1 -1
  124. package/lib/BryntumTextAreaField.d.ts +8 -15
  125. package/lib/BryntumTextAreaField.js +2 -2
  126. package/lib/BryntumTextAreaField.js.map +1 -1
  127. package/lib/BryntumTextAreaPickerField.d.ts +8 -16
  128. package/lib/BryntumTextAreaPickerField.js +1 -2
  129. package/lib/BryntumTextAreaPickerField.js.map +1 -1
  130. package/lib/BryntumTextField.d.ts +7 -15
  131. package/lib/BryntumTextField.js +1 -2
  132. package/lib/BryntumTextField.js.map +1 -1
  133. package/lib/BryntumTimeField.d.ts +8 -16
  134. package/lib/BryntumTimeField.js +1 -2
  135. package/lib/BryntumTimeField.js.map +1 -1
  136. package/lib/BryntumTimePicker.d.ts +7 -14
  137. package/lib/BryntumTimePicker.js +2 -5
  138. package/lib/BryntumTimePicker.js.map +1 -1
  139. package/lib/BryntumToolbar.d.ts +10 -17
  140. package/lib/BryntumToolbar.js +2 -5
  141. package/lib/BryntumToolbar.js.map +1 -1
  142. package/lib/BryntumWidget.d.ts +6 -14
  143. package/lib/BryntumWidget.js +1 -2
  144. package/lib/BryntumWidget.js.map +1 -1
  145. package/lib/BryntumYearPicker.d.ts +9 -20
  146. package/lib/BryntumYearPicker.js +2 -5
  147. package/lib/BryntumYearPicker.js.map +1 -1
  148. package/lib/WrapperHelper.js +2 -2
  149. package/lib/WrapperHelper.js.map +1 -1
  150. package/lib/index.d.ts +1 -0
  151. package/lib/index.js +1 -0
  152. package/lib/index.js.map +1 -1
  153. package/package.json +1 -1
  154. package/src/BryntumBooleanCombo.tsx +1180 -0
  155. package/src/BryntumButton.tsx +69 -115
  156. package/src/BryntumButtonGroup.tsx +78 -123
  157. package/src/BryntumChatPanel.tsx +139 -169
  158. package/src/BryntumCheckbox.tsx +73 -117
  159. package/src/BryntumCheckboxGroup.tsx +109 -179
  160. package/src/BryntumChipView.tsx +65 -105
  161. package/src/BryntumCodeEditor.tsx +106 -167
  162. package/src/BryntumColorField.tsx +73 -117
  163. package/src/BryntumCombo.tsx +92 -152
  164. package/src/BryntumContainer.tsx +78 -124
  165. package/src/BryntumDateField.tsx +80 -123
  166. package/src/BryntumDatePicker.tsx +119 -193
  167. package/src/BryntumDateRangeField.tsx +79 -126
  168. package/src/BryntumDateTimeField.tsx +73 -117
  169. package/src/BryntumDemoCodeEditor.tsx +106 -167
  170. package/src/BryntumDisplayField.tsx +74 -119
  171. package/src/BryntumDurationField.tsx +80 -125
  172. package/src/BryntumEditor.tsx +90 -140
  173. package/src/BryntumFieldFilterPicker.tsx +80 -128
  174. package/src/BryntumFieldFilterPickerGroup.tsx +82 -132
  175. package/src/BryntumFieldSet.tsx +105 -172
  176. package/src/BryntumFileField.tsx +73 -117
  177. package/src/BryntumFilePicker.tsx +78 -124
  178. package/src/BryntumFilterField.tsx +76 -123
  179. package/src/BryntumHint.tsx +133 -190
  180. package/src/BryntumLabel.tsx +59 -95
  181. package/src/BryntumList.tsx +62 -101
  182. package/src/BryntumMenu.tsx +128 -188
  183. package/src/BryntumMonthPicker.tsx +106 -167
  184. package/src/BryntumNumberField.tsx +77 -121
  185. package/src/BryntumPagingToolbar.tsx +82 -129
  186. package/src/BryntumPanel.tsx +106 -167
  187. package/src/BryntumPasswordField.tsx +73 -117
  188. package/src/BryntumProgressBar.tsx +58 -93
  189. package/src/BryntumRadio.tsx +73 -117
  190. package/src/BryntumRadioGroup.tsx +109 -178
  191. package/src/BryntumSlideToggle.tsx +73 -117
  192. package/src/BryntumSlider.tsx +67 -101
  193. package/src/BryntumSplitter.tsx +61 -99
  194. package/src/BryntumTabPanel.tsx +107 -169
  195. package/src/BryntumTextAreaField.tsx +81 -119
  196. package/src/BryntumTextAreaPickerField.tsx +75 -120
  197. package/src/BryntumTextField.tsx +74 -119
  198. package/src/BryntumTimeField.tsx +79 -120
  199. package/src/BryntumTimePicker.tsx +78 -124
  200. package/src/BryntumToolbar.tsx +82 -129
  201. package/src/BryntumWidget.tsx +59 -95
  202. package/src/BryntumYearPicker.tsx +107 -169
  203. package/src/WrapperHelper.tsx +2 -2
  204. package/src/index.ts +1 -0
@@ -3,7 +3,7 @@
3
3
  */
4
4
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
5
5
  import React, { RefObject } from 'react';
6
- import { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboListeners, ComboModel, CoreContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
6
+ import { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboListeners, CoreContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, ReactJSX, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
7
7
 
8
8
  import { createWidget, shouldComponentUpdate, processWidgetContent } from './WrapperHelper.js';
9
9
 
@@ -12,14 +12,12 @@ export type BryntumComboProps = {
12
12
  /**
13
13
  * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
14
14
  * content will be placed inside this element.
15
- * ...
16
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-adopt)
15
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-adopt)
17
16
  */
18
17
  adopt? : HTMLElement|string
19
18
  /**
20
19
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
21
- * ...
22
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-align)
20
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-align)
23
21
  */
24
22
  align? : AlignSpec|string
25
23
  /**
@@ -41,15 +39,13 @@ export type BryntumComboProps = {
41
39
  /**
42
40
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
43
41
  * into an element which will be linked using the `aria-describedby` attribute.
44
- * ...
45
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ariaDescription)
42
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ariaDescription)
46
43
  */
47
44
  ariaDescription? : string
48
45
  /**
49
46
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
50
47
  * the `aria-label` attribute.
51
- * ...
52
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ariaLabel)
48
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ariaLabel)
53
49
  */
54
50
  ariaLabel? : string
55
51
  /**
@@ -72,20 +68,17 @@ export type BryntumComboProps = {
72
68
  /**
73
69
  * An object where property names with a truthy value indicate which events should bubble up the ownership
74
70
  * hierarchy when triggered.
75
- * ...
76
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-bubbleEvents)
71
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-bubbleEvents)
77
72
  */
78
73
  bubbleEvents? : object
79
74
  /**
80
75
  * Enable caching of the last retrieved result until the timeout is reached.
81
- * ...
82
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-cacheLastResult)
76
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-cacheLastResult)
83
77
  */
84
78
  cacheLastResult? : number|string|Duration|DurationConfig
85
79
  /**
86
80
  * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
87
- * ...
88
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-callOnFunctions)
81
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-callOnFunctions)
89
82
  */
90
83
  callOnFunctions? : boolean
91
84
  /**
@@ -95,8 +88,7 @@ export type BryntumComboProps = {
95
88
  /**
96
89
  * By default, if an event handler throws an exception, the error propagates up the stack and the
97
90
  * application state is undefined. Code which follows the event handler will *not* be executed.
98
- * ...
99
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-catchEventHandlerExceptions)
91
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-catchEventHandlerExceptions)
100
92
  */
101
93
  catchEventHandlerExceptions? : boolean
102
94
  /**
@@ -107,8 +99,7 @@ export type BryntumComboProps = {
107
99
  /**
108
100
  * A config object to configure the [ChipView](https://bryntum.com/products/core/docs/api/Core/widget/ChipView) to display the
109
101
  * selected value set when [multiSelect](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-multiSelect) is `true`.
110
- * ...
111
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-chipView)
102
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-chipView)
112
103
  */
113
104
  chipView? : ChipViewConfig
114
105
  /**
@@ -133,15 +124,13 @@ export type BryntumComboProps = {
133
124
  * Custom CSS classes to add to element.
134
125
  * May be specified as a space separated string, or as an object in which property names
135
126
  * with truthy values are used as the class names:
136
- * ...
137
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-cls)
127
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-cls)
138
128
  */
139
129
  cls? : string|object
140
130
  /**
141
131
  * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
142
132
  * `style` block.
143
- * ...
144
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-color)
133
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-color)
145
134
  */
146
135
  color? : Color
147
136
  /**
@@ -158,15 +147,13 @@ export type BryntumComboProps = {
158
147
  * The configuration for additional items associated to this field. This is typically used to add contextual
159
148
  * fields related to a [checkbox](https://bryntum.com/products/core/docs/api/Core/widget/Checkbox) or [radio button](#Core/widget/Radio). See
160
149
  * these classes for examples of nested fields.
161
- * ...
162
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-container)
150
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-container)
163
151
  */
164
- container? : Record<string, CoreContainerItemConfig>|CoreContainerItemConfig[]|FieldContainerConfig|FieldContainer
152
+ container? : Record<string, CoreContainerItemConfig>|CoreContainerItemConfig[]|FieldContainerConfig
165
153
  /**
166
154
  * The config controls how the value of nested items are handled when a parent container gets or sets its
167
155
  * [values](https://bryntum.com/products/core/docs/api/Core/widget/Container#property-values).
168
- * ...
169
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-containValues)
156
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-containValues)
170
157
  * @param {Core.widget.Field} field Field instance
171
158
  * @returns {boolean}
172
159
  */
@@ -175,16 +162,14 @@ export type BryntumComboProps = {
175
162
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
176
163
  * May be specified as a space separated string, or as an object in which property names
177
164
  * with truthy values are used as the class names:
178
- * ...
179
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-contentElementCls)
165
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-contentElementCls)
180
166
  */
181
167
  contentElementCls? : string|object
182
168
  /**
183
169
  * If configured as `true`, this means that when an unmatched string is typed into the
184
170
  * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
171
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-displayField).
186
- * ...
187
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-createOnUnmatched)
172
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-createOnUnmatched)
188
173
  * @param {string} name Record name
189
174
  * @param {Core.widget.Combo} combo Combo instance
190
175
  * @returns {Core.data.Model} New record
@@ -205,16 +190,15 @@ export type BryntumComboProps = {
205
190
  */
206
191
  defaultBindProperty? : string
207
192
  /**
208
- * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
209
- * ...
210
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-detectCSSCompatibilityIssues)
193
+ * Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
194
+ * checks:
195
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-detectCSSCompatibilityIssues)
211
196
  */
212
197
  detectCSSCompatibilityIssues? : boolean
213
198
  /**
214
199
  * Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
215
200
  * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
216
- * ...
217
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-disabled)
201
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-disabled)
218
202
  */
219
203
  disabled? : boolean|'inert'
220
204
  /**
@@ -227,26 +211,23 @@ export type BryntumComboProps = {
227
211
  * @param {Core.widget.Combo} combo A reference to this Combo
228
212
  * @returns {string,void}
229
213
  */
230
- displayValueRenderer? : (record: Model|ComboModel, combo: Combo) => string|void
214
+ displayValueRenderer? : (record: Model, combo: Combo) => string|void
231
215
  /**
232
216
  * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/core/docs/api/Core/widget/Panel)
233
217
  * [strips collection](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
234
218
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
235
219
  * body. Such widgets are called "edge strips".
236
- * ...
237
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-dock)
220
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-dock)
238
221
  */
239
222
  dock? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
240
223
  /**
241
224
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
242
225
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
243
226
  * property which controls when a drag should start.
244
- * ...
245
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-draggable)
227
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-draggable)
228
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
246
229
  */
247
- draggable? : boolean|{
248
- handleSelector?: string
249
- }
230
+ draggable? : boolean|object
250
231
  /**
251
232
  * User can edit text in text field (otherwise only pick from attached picker)
252
233
  */
@@ -254,21 +235,18 @@ export type BryntumComboProps = {
254
235
  /**
255
236
  * An object specifying attributes to assign to the root element of this widget.
256
237
  * Set `null` value to attribute to remove it.
257
- * ...
258
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-elementAttributes)
238
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-elementAttributes)
259
239
  */
260
240
  elementAttributes? : Record<string, string|null>
261
241
  /**
262
242
  * Text to display in the drop down when there are no items in the underlying store.
263
- * ...
264
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-emptyText)
243
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-emptyText)
265
244
  */
266
245
  emptyText? : string
267
246
  /**
268
247
  * A function which creates an array of values for the [filterParamName](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-filterParamName) to pass
269
248
  * any filters to the server upon load.
270
- * ...
271
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-encodeFilterParams)
249
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-encodeFilterParams)
272
250
  * @param {object[]} filters filters
273
251
  * @returns {object[]} array of values
274
252
  */
@@ -282,8 +260,7 @@ export type BryntumComboProps = {
282
260
  /**
283
261
  * The name of an operator type as implemented in [operator](https://bryntum.com/products/core/docs/api/Core/util/CollectionFilter#config-operator)
284
262
  * to use when filtering the dropdown list based upon the typed value.
285
- * ...
286
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-filterOperator)
263
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-filterOperator)
287
264
  */
288
265
  filterOperator? : CollectionCompareOperator
289
266
  /**
@@ -324,8 +301,7 @@ export type BryntumComboProps = {
324
301
  hidden? : boolean
325
302
  /**
326
303
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
327
- * ...
328
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hideAnimation)
304
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hideAnimation)
329
305
  */
330
306
  hideAnimation? : boolean|object
331
307
  /**
@@ -346,8 +322,7 @@ export type BryntumComboProps = {
346
322
  /**
347
323
  * An optional string to display inside the input field as an overlay. This can be useful for displaying
348
324
  * a field's units.
349
- * ...
350
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hint)
325
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hint)
351
326
  * @param {object} data A data object
352
327
  * @param {Core.widget.Field} data.source A reference to the field instance
353
328
  * @param {any} data.value The current value of the field
@@ -358,8 +333,7 @@ export type BryntumComboProps = {
358
333
  * This config is similar to [hint](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-hint) except that this config is used to display HTML content.
359
334
  * Since this can allow malicious content to be executed, be sure not to include user-entered data or to
360
335
  * encode such data (see [encodeHtml](https://bryntum.com/products/core/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
361
- * ...
362
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hintHtml)
336
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hintHtml)
363
337
  * @param {object} data A data object
364
338
  * @param {Core.widget.Field} data.source A reference to the field instance
365
339
  * @param {any} data.value The current value of the field
@@ -372,23 +346,20 @@ export type BryntumComboProps = {
372
346
  id? : string
373
347
  /**
374
348
  * Determines if the widgets read-only state should be controlled by its parent.
375
- * ...
376
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ignoreParentReadOnly)
349
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ignoreParentReadOnly)
377
350
  */
378
351
  ignoreParentReadOnly? : boolean
379
352
  /**
380
353
  * Set this config to `true` to always display items horizontally along with this field. This assigns an
381
354
  * [hbox](https://bryntum.com/products/core/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
382
355
  * [container](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-container).
383
- * ...
384
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-inline)
356
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-inline)
385
357
  */
386
358
  inline? : boolean
387
359
  /**
388
360
  * Configure this as `true` to render the dropdown list as a permanently visible list
389
361
  * in the document flow immediately below the input area instead of as a popup.
390
- * ...
391
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-inlinePicker)
362
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-inlinePicker)
392
363
  */
393
364
  inlinePicker? : boolean
394
365
  /**
@@ -426,30 +397,26 @@ export type BryntumComboProps = {
426
397
  insertFirst? : HTMLElement|string
427
398
  /**
428
399
  * Rows to display in the dropdown (list items).
429
- * ...
430
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-items)
400
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-items)
431
401
  */
432
402
  items? : object[]|string[]|object
433
403
  /**
434
404
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
435
405
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
436
406
  * are the name of the instance method to call when the keystroke is received.
437
- * ...
438
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyMap)
407
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyMap)
439
408
  */
440
409
  keyMap? : Record<string, KeyMapConfig>
441
410
  /**
442
411
  * The delay in milliseconds to wait after the last keystroke before triggering a change event.
443
412
  * Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
444
413
  * immediate feedback, change will still be triggered on blur).
445
- * ...
446
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyStrokeChangeDelay)
414
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyStrokeChangeDelay)
447
415
  */
448
416
  keyStrokeChangeDelay? : number
449
417
  /**
450
418
  * The delay in milliseconds to wait after the last keystroke before filtering the list.
451
- * ...
452
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyStrokeFilterDelay)
419
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyStrokeFilterDelay)
453
420
  */
454
421
  keyStrokeFilterDelay? : number
455
422
  /**
@@ -462,15 +429,15 @@ export type BryntumComboProps = {
462
429
  labelCls? : string|object
463
430
  /**
464
431
  * Label position, either 'before' the field or 'above' the field
465
- * ...
466
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-labelPosition)
432
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-labelPosition)
467
433
  */
468
434
  labelPosition? : 'before'|'above'|null
469
435
  /**
470
436
  * The labels to add either before or after the input field.
471
437
  * Each label may have the following properties:
472
- * ...
473
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-labels)
438
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-labels)
439
+ * @property {string} html Label text
440
+ * @property {'start','end'} align Which end of the file the label should go
474
441
  */
475
442
  labels? : object[]
476
443
  /**
@@ -483,24 +450,21 @@ export type BryntumComboProps = {
483
450
  listCls? : string
484
451
  /**
485
452
  * The listener set for this object.
486
- * ...
487
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-listeners)
453
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-listeners)
488
454
  */
489
455
  listeners? : ComboListeners
490
456
  /**
491
457
  * Template string used to render the list items in the dropdown list
492
- * ...
493
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-listItemTpl)
458
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-listItemTpl)
494
459
  * @param {Core.data.Model} record The record representing the item being rendered
495
460
  * @returns {string,void}
496
461
  */
497
- listItemTpl? : (record: Model|ComboModel) => string|void
462
+ listItemTpl? : (record: Model) => string|void
498
463
  /**
499
464
  * A class translations of which are used for translating this entity.
500
465
  * This is often used when translations of an item are defined on its container class.
501
466
  * For example:
502
- * ...
503
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-localeClass)
467
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-localeClass)
504
468
  */
505
469
  localeClass? : typeof Base
506
470
  /**
@@ -512,8 +476,7 @@ export type BryntumComboProps = {
512
476
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
513
477
  * you could use 'localeKey' meta configuration.
514
478
  * Example:
515
- * ...
516
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-localizableProperties)
479
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-localizableProperties)
517
480
  */
518
481
  localizableProperties? : string[]
519
482
  /**
@@ -539,8 +502,7 @@ export type BryntumComboProps = {
539
502
  maxHeight? : string|number
540
503
  /**
541
504
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
542
- * ...
543
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-maximizeOnMobile)
505
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-maximizeOnMobile)
544
506
  */
545
507
  maximizeOnMobile? : number|string
546
508
  /**
@@ -554,8 +516,7 @@ export type BryntumComboProps = {
554
516
  maxWidth? : string|number
555
517
  /**
556
518
  * The minimum string length to trigger the filtering, only relevant when [editable](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-editable) is `true`.
557
- * ...
558
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-minChars)
519
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-minChars)
559
520
  */
560
521
  minChars? : number
561
522
  /**
@@ -576,16 +537,13 @@ export type BryntumComboProps = {
576
537
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
577
538
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
578
539
  * layout.
579
- * ...
580
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-monitorResize)
540
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-monitorResize)
541
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
581
542
  */
582
- monitorResize? : boolean|{
583
- immediate?: boolean
584
- }
543
+ monitorResize? : boolean|object
585
544
  /**
586
545
  * Set to `true` to allow selection of multiple values from the dropdown list.
587
- * ...
588
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect)
546
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect)
589
547
  */
590
548
  multiSelect? : boolean
591
549
  /**
@@ -598,8 +556,7 @@ export type BryntumComboProps = {
598
556
  * Name of the field which is used as a key to get/set values from/to the field.
599
557
  * Used prior to [ref](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
600
558
  * [Container.values](https://bryntum.com/products/core/docs/api/Core/widget/Container#property-values).
601
- * ...
602
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-name)
559
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-name)
603
560
  */
604
561
  name? : string
605
562
  /**
@@ -610,10 +567,9 @@ export type BryntumComboProps = {
610
567
  /**
611
568
  * Configuration object for the [picker](https://bryntum.com/products/core/docs/api/Core/widget/List) on initialization. Returns the
612
569
  * [picker](https://bryntum.com/products/core/docs/api/Core/widget/List) instance at runtime.
613
- * ...
614
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-picker)
570
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-picker)
615
571
  */
616
- picker? : ListConfig|List
572
+ picker? : ListConfig
617
573
  /**
618
574
  * The name of the element property to which the picker should size and align itself.
619
575
  */
@@ -630,8 +586,7 @@ export type BryntumComboProps = {
630
586
  * Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement), but must
631
587
  * not participate in the standard layout of that widget, and must be positioned relatively to that
632
588
  * widget's [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
633
- * ...
634
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-positioned)
589
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-positioned)
635
590
  */
636
591
  positioned? : boolean
637
592
  /**
@@ -643,22 +598,19 @@ export type BryntumComboProps = {
643
598
  * Optionally a [Filter](https://bryntum.com/products/core/docs/api/Core/util/CollectionFilter) config object which the combo should use for
644
599
  * filtering using the typed value.
645
600
  * This may use a `filterBy` property to test its `value` against any field in the passed record.
646
- * ...
647
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-primaryFilter)
601
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-primaryFilter)
648
602
  */
649
603
  primaryFilter? : CollectionFilterConfig
650
604
  /**
651
605
  * Makes the field unmodifiable by user action. The input area is not editable, and triggers
652
606
  * are unresponsive.
653
- * ...
654
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-readOnly)
607
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-readOnly)
655
608
  */
656
609
  readOnly? : boolean
657
610
  relayStoreEvents? : boolean
658
611
  /**
659
612
  * Predefined style to use for the field. Possible values are:
660
- * ...
661
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-rendition)
613
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-rendition)
662
614
  */
663
615
  rendition? : 'outlined'|'filled'|string
664
616
  /**
@@ -677,23 +629,26 @@ export type BryntumComboProps = {
677
629
  * Configure as `true` to have the component display a translucent ripple when its
678
630
  * [focusElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
679
631
  * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
680
- * ...
681
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ripple)
682
- */
683
- ripple? : boolean|{
684
- delegate?: string
685
- color?: string
686
- radius?: number
687
- clip?: string
688
- }
632
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ripple)
633
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
634
+ * @property {string} [color] A CSS color name or specification.
635
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
636
+ * @property {string} [clip] A string which describes how to clip the ripple if it is not to be clipped to the default element. Either the property of the widget to use as the clipping element, or a selector to allow clipping to the closest matching ancestor to the target element.
637
+ */
638
+ ripple? : boolean|object
639
+ /**
640
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
641
+ * accidentally applying a role which may interfere with screen readers.
642
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-role)
643
+ */
644
+ role? : string
689
645
  /**
690
646
  * If you are rendering this widget to a shadow root inside a web component, set this config to the shadowRoot. If not inside a web component, set it to `document.body`
691
647
  */
692
648
  rootElement? : ShadowRoot|HTMLElement
693
649
  /**
694
650
  * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
695
- * ...
696
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-rtl)
651
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-rtl)
697
652
  */
698
653
  rtl? : boolean
699
654
  /**
@@ -703,8 +658,7 @@ export type BryntumComboProps = {
703
658
  scrollAction? : 'hide'|'realign'|null
704
659
  /**
705
660
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
706
- * ...
707
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-showAnimation)
661
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-showAnimation)
708
662
  */
709
663
  showAnimation? : boolean|object
710
664
  /**
@@ -737,8 +691,7 @@ export type BryntumComboProps = {
737
691
  * A configuration for the [tab](https://bryntum.com/products/core/docs/api/Core/widget/Tab) created for this widget when it is placed in a
738
692
  * [TabPanel](https://bryntum.com/products/core/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
739
693
  * this widget:
740
- * ...
741
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tab)
694
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tab)
742
695
  */
743
696
  tab? : boolean|TabConfig
744
697
  /**
@@ -746,14 +699,12 @@ export type BryntumComboProps = {
746
699
  * is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
747
700
  * (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
748
701
  * to the element programmatically.
749
- * ...
750
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tabIndex)
702
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tabIndex)
751
703
  */
752
704
  tabIndex? : number
753
705
  /**
754
706
  * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
755
- * ...
756
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-textAlign)
707
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-textAlign)
757
708
  */
758
709
  textAlign? : 'left'|'center'|'right'|'start'|'end'
759
710
  /**
@@ -762,30 +713,26 @@ export type BryntumComboProps = {
762
713
  title? : string
763
714
  /**
764
715
  * Tooltip for the widget, either as a string or as a Tooltip config object.
765
- * ...
766
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tooltip)
716
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tooltip)
767
717
  */
768
718
  tooltip? : string|TooltipConfig|null
769
719
  /**
770
720
  * How to query the store upon click of the expand trigger. Specify one of these values:
771
- * ...
772
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-triggerAction)
721
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-triggerAction)
773
722
  */
774
723
  triggerAction? : 'all'|'last'|null
775
724
  /**
776
725
  * The triggers to add either before or after the input field. Each property name is the reference by which
777
726
  * an instantiated Trigger Widget may be retrieved from the live `triggers` property.
778
- * ...
779
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-triggers)
727
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-triggers)
780
728
  */
781
- triggers? : Record<string, FieldTriggerConfig>|Record<string, Widget>
729
+ triggers? : Record<string, FieldTriggerConfig>
782
730
  type? : 'combo'|'combobox'|'dropdown'
783
731
  /**
784
732
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
785
733
  * as a space separated string, an array of strings, or as an object in which property names with truthy
786
734
  * values are used as the class names.
787
- * ...
788
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ui)
735
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ui)
789
736
  */
790
737
  ui? : string|object
791
738
  /**
@@ -805,8 +752,7 @@ export type BryntumComboProps = {
805
752
  /**
806
753
  * Field used for item value when populating from store. Setting this to `null` will
807
754
  * yield the selected record as the Combo's [value](https://bryntum.com/products/core/docs/api/Core/widget/Combo#property-value).
808
- * ...
809
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-valueField)
755
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-valueField)
810
756
  */
811
757
  valueField? : string|null
812
758
  /**
@@ -822,14 +768,12 @@ export type BryntumComboProps = {
822
768
  width? : string|number
823
769
  /**
824
770
  * The x position for the widget.
825
- * ...
826
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-x)
771
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-x)
827
772
  */
828
773
  x? : number
829
774
  /**
830
775
  * The y position for the widget.
831
- * ...
832
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-y)
776
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-y)
833
777
  */
834
778
  y? : number
835
779
 
@@ -864,8 +808,7 @@ export type BryntumComboProps = {
864
808
  onBeforeShow? : ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string
865
809
  /**
866
810
  * Fires when any other event is fired from the object.
867
- * ...
868
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-catchAll)
811
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-catchAll)
869
812
  * @param {object} event Event object
870
813
  * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
871
814
  * @param {string} event.event.type The type of the event which is caught by the listener
@@ -885,8 +828,7 @@ export type BryntumComboProps = {
885
828
  onChange? : ((event: { source: Field|any, value: string|number|boolean|any, oldValue: string|number|boolean|any, valid: boolean, event: Event, userAction: boolean, checked: boolean }) => void)|string
886
829
  /**
887
830
  * Fired when this field is [cleared](https://bryntum.com/products/core/docs/api/Core/widget/Field#function-clear).
888
- * ...
889
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-clear)
831
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-clear)
890
832
  * @param {object} event Event object
891
833
  * @param {Core.widget.Field,any} event.source This Field
892
834
  */
@@ -945,8 +887,7 @@ export type BryntumComboProps = {
945
887
  /**
946
888
  * Triggered when a widget which had been in a non-visible state for any reason
947
889
  * achieves visibility.
948
- * ...
949
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-paint)
890
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-paint)
950
891
  * @param {object} event Event object
951
892
  * @param {Core.widget.Widget} event.source The widget being painted.
952
893
  * @param {boolean} event.firstPaint `true` if this is the first paint.
@@ -1089,6 +1030,7 @@ export class BryntumCombo extends React.Component<BryntumComboProps> {
1089
1030
  'relayStoreEvents',
1090
1031
  'revertOnEscape',
1091
1032
  'ripple',
1033
+ 'role',
1092
1034
  'rootElement',
1093
1035
  'scrollAction',
1094
1036
  'showAnimation',
@@ -1174,9 +1116,7 @@ export class BryntumCombo extends React.Component<BryntumComboProps> {
1174
1116
  ];
1175
1117
 
1176
1118
  static propertyNames = [
1177
- 'anchorSize',
1178
1119
  'content',
1179
- 'focusVisible',
1180
1120
  'formula',
1181
1121
  'html',
1182
1122
  'input',