@bryntum/core-react-thin 7.2.4 → 7.3.1

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 +262 -0
  2. package/lib/BryntumBooleanCombo.js +205 -0
  3. package/lib/BryntumBooleanCombo.js.map +1 -0
  4. package/lib/BryntumButton.d.ts +9 -17
  5. package/lib/BryntumButton.js +1 -2
  6. package/lib/BryntumButton.js.map +1 -1
  7. package/lib/BryntumButtonGroup.d.ts +9 -16
  8. package/lib/BryntumButtonGroup.js +2 -5
  9. package/lib/BryntumButtonGroup.js.map +1 -1
  10. package/lib/BryntumChatPanel.d.ts +19 -23
  11. package/lib/BryntumChatPanel.js +7 -6
  12. package/lib/BryntumChatPanel.js.map +1 -1
  13. package/lib/BryntumCheckbox.d.ts +10 -17
  14. package/lib/BryntumCheckbox.js +2 -2
  15. package/lib/BryntumCheckbox.js.map +1 -1
  16. package/lib/BryntumCheckboxGroup.d.ts +12 -24
  17. package/lib/BryntumCheckboxGroup.js +2 -6
  18. package/lib/BryntumCheckboxGroup.js.map +1 -1
  19. package/lib/BryntumChipView.d.ts +8 -16
  20. package/lib/BryntumChipView.js +1 -2
  21. package/lib/BryntumChipView.js.map +1 -1
  22. package/lib/BryntumCodeEditor.d.ts +12 -23
  23. package/lib/BryntumCodeEditor.js +2 -5
  24. package/lib/BryntumCodeEditor.js.map +1 -1
  25. package/lib/BryntumColorField.d.ts +9 -16
  26. package/lib/BryntumColorField.js +2 -2
  27. package/lib/BryntumColorField.js.map +1 -1
  28. package/lib/BryntumCombo.d.ts +12 -19
  29. package/lib/BryntumCombo.js +2 -2
  30. package/lib/BryntumCombo.js.map +1 -1
  31. package/lib/BryntumContainer.d.ts +8 -15
  32. package/lib/BryntumContainer.js +2 -5
  33. package/lib/BryntumContainer.js.map +1 -1
  34. package/lib/BryntumDateField.d.ts +9 -16
  35. package/lib/BryntumDateField.js +2 -2
  36. package/lib/BryntumDateField.js.map +1 -1
  37. package/lib/BryntumDatePicker.d.ts +12 -23
  38. package/lib/BryntumDatePicker.js +2 -5
  39. package/lib/BryntumDatePicker.js.map +1 -1
  40. package/lib/BryntumDateRangeField.d.ts +12 -19
  41. package/lib/BryntumDateRangeField.js +2 -2
  42. package/lib/BryntumDateRangeField.js.map +1 -1
  43. package/lib/BryntumDateTimeField.d.ts +9 -16
  44. package/lib/BryntumDateTimeField.js +2 -2
  45. package/lib/BryntumDateTimeField.js.map +1 -1
  46. package/lib/BryntumDemoCodeEditor.d.ts +12 -23
  47. package/lib/BryntumDemoCodeEditor.js +2 -5
  48. package/lib/BryntumDemoCodeEditor.js.map +1 -1
  49. package/lib/BryntumDisplayField.d.ts +9 -16
  50. package/lib/BryntumDisplayField.js +2 -2
  51. package/lib/BryntumDisplayField.js.map +1 -1
  52. package/lib/BryntumDurationField.d.ts +9 -16
  53. package/lib/BryntumDurationField.js +2 -2
  54. package/lib/BryntumDurationField.js.map +1 -1
  55. package/lib/BryntumEditor.d.ts +14 -24
  56. package/lib/BryntumEditor.js +2 -5
  57. package/lib/BryntumEditor.js.map +1 -1
  58. package/lib/BryntumFieldFilterPicker.d.ts +8 -15
  59. package/lib/BryntumFieldFilterPicker.js +2 -5
  60. package/lib/BryntumFieldFilterPicker.js.map +1 -1
  61. package/lib/BryntumFieldFilterPickerGroup.d.ts +9 -16
  62. package/lib/BryntumFieldFilterPickerGroup.js +2 -5
  63. package/lib/BryntumFieldFilterPickerGroup.js.map +1 -1
  64. package/lib/BryntumFieldSet.d.ts +12 -24
  65. package/lib/BryntumFieldSet.js +2 -6
  66. package/lib/BryntumFieldSet.js.map +1 -1
  67. package/lib/BryntumFileField.d.ts +9 -16
  68. package/lib/BryntumFileField.js +2 -2
  69. package/lib/BryntumFileField.js.map +1 -1
  70. package/lib/BryntumFilePicker.d.ts +8 -15
  71. package/lib/BryntumFilePicker.js +2 -5
  72. package/lib/BryntumFilePicker.js.map +1 -1
  73. package/lib/BryntumFilterField.d.ts +9 -16
  74. package/lib/BryntumFilterField.js +2 -2
  75. package/lib/BryntumFilterField.js.map +1 -1
  76. package/lib/BryntumHint.d.ts +24 -33
  77. package/lib/BryntumHint.js +2 -5
  78. package/lib/BryntumHint.js.map +1 -1
  79. package/lib/BryntumLabel.d.ts +7 -15
  80. package/lib/BryntumLabel.js +1 -2
  81. package/lib/BryntumLabel.js.map +1 -1
  82. package/lib/BryntumList.d.ts +8 -16
  83. package/lib/BryntumList.js +1 -2
  84. package/lib/BryntumList.js.map +1 -1
  85. package/lib/BryntumMenu.d.ts +23 -28
  86. package/lib/BryntumMenu.js +2 -6
  87. package/lib/BryntumMenu.js.map +1 -1
  88. package/lib/BryntumMonthPicker.d.ts +12 -23
  89. package/lib/BryntumMonthPicker.js +2 -5
  90. package/lib/BryntumMonthPicker.js.map +1 -1
  91. package/lib/BryntumNumberField.d.ts +9 -16
  92. package/lib/BryntumNumberField.js +2 -2
  93. package/lib/BryntumNumberField.js.map +1 -1
  94. package/lib/BryntumPagingToolbar.d.ts +12 -19
  95. package/lib/BryntumPagingToolbar.js +2 -5
  96. package/lib/BryntumPagingToolbar.js.map +1 -1
  97. package/lib/BryntumPanel.d.ts +12 -23
  98. package/lib/BryntumPanel.js +2 -5
  99. package/lib/BryntumPanel.js.map +1 -1
  100. package/lib/BryntumPasswordField.d.ts +9 -16
  101. package/lib/BryntumPasswordField.js +2 -2
  102. package/lib/BryntumPasswordField.js.map +1 -1
  103. package/lib/BryntumProgressBar.d.ts +7 -15
  104. package/lib/BryntumProgressBar.js +1 -2
  105. package/lib/BryntumProgressBar.js.map +1 -1
  106. package/lib/BryntumRadio.d.ts +10 -17
  107. package/lib/BryntumRadio.js +2 -2
  108. package/lib/BryntumRadio.js.map +1 -1
  109. package/lib/BryntumRadioGroup.d.ts +12 -24
  110. package/lib/BryntumRadioGroup.js +2 -6
  111. package/lib/BryntumRadioGroup.js.map +1 -1
  112. package/lib/BryntumSlideToggle.d.ts +10 -17
  113. package/lib/BryntumSlideToggle.js +2 -2
  114. package/lib/BryntumSlideToggle.js.map +1 -1
  115. package/lib/BryntumSlider.d.ts +8 -15
  116. package/lib/BryntumSlider.js +2 -2
  117. package/lib/BryntumSlider.js.map +1 -1
  118. package/lib/BryntumSplitter.d.ts +7 -15
  119. package/lib/BryntumSplitter.js +1 -2
  120. package/lib/BryntumSplitter.js.map +1 -1
  121. package/lib/BryntumTabPanel.d.ts +13 -24
  122. package/lib/BryntumTabPanel.js +2 -5
  123. package/lib/BryntumTabPanel.js.map +1 -1
  124. package/lib/BryntumTextAreaField.d.ts +10 -16
  125. package/lib/BryntumTextAreaField.js +3 -2
  126. package/lib/BryntumTextAreaField.js.map +1 -1
  127. package/lib/BryntumTextAreaPickerField.d.ts +10 -17
  128. package/lib/BryntumTextAreaPickerField.js +2 -2
  129. package/lib/BryntumTextAreaPickerField.js.map +1 -1
  130. package/lib/BryntumTextField.d.ts +9 -16
  131. package/lib/BryntumTextField.js +2 -2
  132. package/lib/BryntumTextField.js.map +1 -1
  133. package/lib/BryntumTimeField.d.ts +10 -17
  134. package/lib/BryntumTimeField.js +2 -2
  135. package/lib/BryntumTimeField.js.map +1 -1
  136. package/lib/BryntumTimePicker.d.ts +8 -15
  137. package/lib/BryntumTimePicker.js +2 -5
  138. package/lib/BryntumTimePicker.js.map +1 -1
  139. package/lib/BryntumToolbar.d.ts +12 -19
  140. package/lib/BryntumToolbar.js +2 -5
  141. package/lib/BryntumToolbar.js.map +1 -1
  142. package/lib/BryntumWidget.d.ts +7 -15
  143. package/lib/BryntumWidget.js +1 -2
  144. package/lib/BryntumWidget.js.map +1 -1
  145. package/lib/BryntumYearPicker.d.ts +12 -23
  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 +1190 -0
  155. package/src/BryntumButton.tsx +72 -118
  156. package/src/BryntumButtonGroup.tsx +79 -124
  157. package/src/BryntumChatPanel.tsx +142 -172
  158. package/src/BryntumCheckbox.tsx +85 -119
  159. package/src/BryntumCheckboxGroup.tsx +112 -182
  160. package/src/BryntumChipView.tsx +67 -107
  161. package/src/BryntumCodeEditor.tsx +109 -170
  162. package/src/BryntumColorField.tsx +84 -118
  163. package/src/BryntumCombo.tsx +103 -153
  164. package/src/BryntumContainer.tsx +79 -125
  165. package/src/BryntumDateField.tsx +91 -124
  166. package/src/BryntumDatePicker.tsx +122 -196
  167. package/src/BryntumDateRangeField.tsx +90 -127
  168. package/src/BryntumDateTimeField.tsx +84 -118
  169. package/src/BryntumDemoCodeEditor.tsx +109 -170
  170. package/src/BryntumDisplayField.tsx +85 -120
  171. package/src/BryntumDurationField.tsx +91 -126
  172. package/src/BryntumEditor.tsx +95 -145
  173. package/src/BryntumFieldFilterPicker.tsx +81 -129
  174. package/src/BryntumFieldFilterPickerGroup.tsx +84 -134
  175. package/src/BryntumFieldSet.tsx +108 -175
  176. package/src/BryntumFileField.tsx +84 -118
  177. package/src/BryntumFilePicker.tsx +79 -125
  178. package/src/BryntumFilterField.tsx +87 -124
  179. package/src/BryntumHint.tsx +136 -193
  180. package/src/BryntumLabel.tsx +60 -96
  181. package/src/BryntumList.tsx +64 -103
  182. package/src/BryntumMenu.tsx +131 -191
  183. package/src/BryntumMonthPicker.tsx +109 -170
  184. package/src/BryntumNumberField.tsx +88 -122
  185. package/src/BryntumPagingToolbar.tsx +84 -131
  186. package/src/BryntumPanel.tsx +109 -170
  187. package/src/BryntumPasswordField.tsx +84 -118
  188. package/src/BryntumProgressBar.tsx +59 -94
  189. package/src/BryntumRadio.tsx +85 -119
  190. package/src/BryntumRadioGroup.tsx +112 -181
  191. package/src/BryntumSlideToggle.tsx +85 -119
  192. package/src/BryntumSlider.tsx +68 -102
  193. package/src/BryntumSplitter.tsx +62 -100
  194. package/src/BryntumTabPanel.tsx +111 -173
  195. package/src/BryntumTextAreaField.tsx +92 -120
  196. package/src/BryntumTextAreaPickerField.tsx +86 -121
  197. package/src/BryntumTextField.tsx +85 -120
  198. package/src/BryntumTimeField.tsx +90 -121
  199. package/src/BryntumTimePicker.tsx +79 -125
  200. package/src/BryntumToolbar.tsx +84 -131
  201. package/src/BryntumWidget.tsx +60 -96
  202. package/src/BryntumYearPicker.tsx +110 -172
  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
  /**
@@ -104,11 +96,19 @@ export type BryntumComboProps = {
104
96
  * Set to `true` to centre the Widget in browser viewport space.
105
97
  */
106
98
  centered? : boolean
99
+ /**
100
+ * A function (or the name of a function in the ownership hierarchy) called during field validation
101
+ * to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-isValid)
102
+ * evaluation, after the built-in [required](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-required) check.
103
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-checkValidity)
104
+ * @param {Core.widget.Field} field The field being validated
105
+ * @returns {void}
106
+ */
107
+ checkValidity? : ((field: Field) => void)|string
107
108
  /**
108
109
  * A config object to configure the [ChipView](https://bryntum.com/products/core/docs/api/Core/widget/ChipView) to display the
109
110
  * 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)
111
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-chipView)
112
112
  */
113
113
  chipView? : ChipViewConfig
114
114
  /**
@@ -133,15 +133,13 @@ export type BryntumComboProps = {
133
133
  * Custom CSS classes to add to element.
134
134
  * May be specified as a space separated string, or as an object in which property names
135
135
  * 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)
136
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-cls)
138
137
  */
139
138
  cls? : string|object
140
139
  /**
141
140
  * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
142
141
  * `style` block.
143
- * ...
144
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-color)
142
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-color)
145
143
  */
146
144
  color? : Color
147
145
  /**
@@ -158,15 +156,13 @@ export type BryntumComboProps = {
158
156
  * The configuration for additional items associated to this field. This is typically used to add contextual
159
157
  * fields related to a [checkbox](https://bryntum.com/products/core/docs/api/Core/widget/Checkbox) or [radio button](#Core/widget/Radio). See
160
158
  * these classes for examples of nested fields.
161
- * ...
162
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-container)
159
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-container)
163
160
  */
164
- container? : Record<string, CoreContainerItemConfig>|CoreContainerItemConfig[]|FieldContainerConfig|FieldContainer
161
+ container? : Record<string, CoreContainerItemConfig>|CoreContainerItemConfig[]|FieldContainerConfig
165
162
  /**
166
163
  * The config controls how the value of nested items are handled when a parent container gets or sets its
167
164
  * [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)
165
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-containValues)
170
166
  * @param {Core.widget.Field} field Field instance
171
167
  * @returns {boolean}
172
168
  */
@@ -175,16 +171,14 @@ export type BryntumComboProps = {
175
171
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
176
172
  * May be specified as a space separated string, or as an object in which property names
177
173
  * 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)
174
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-contentElementCls)
180
175
  */
181
176
  contentElementCls? : string|object
182
177
  /**
183
178
  * If configured as `true`, this means that when an unmatched string is typed into the
184
179
  * 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
180
  * 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)
181
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-createOnUnmatched)
188
182
  * @param {string} name Record name
189
183
  * @param {Core.widget.Combo} combo Combo instance
190
184
  * @returns {Core.data.Model} New record
@@ -205,16 +199,15 @@ export type BryntumComboProps = {
205
199
  */
206
200
  defaultBindProperty? : string
207
201
  /**
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)
202
+ * Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
203
+ * checks:
204
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-detectCSSCompatibilityIssues)
211
205
  */
212
206
  detectCSSCompatibilityIssues? : boolean
213
207
  /**
214
208
  * 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
209
  * 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)
210
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-disabled)
218
211
  */
219
212
  disabled? : boolean|'inert'
220
213
  /**
@@ -227,26 +220,23 @@ export type BryntumComboProps = {
227
220
  * @param {Core.widget.Combo} combo A reference to this Combo
228
221
  * @returns {string,void}
229
222
  */
230
- displayValueRenderer? : (record: Model|ComboModel, combo: Combo) => string|void
223
+ displayValueRenderer? : (record: Model, combo: Combo) => string|void
231
224
  /**
232
225
  * 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
226
  * [strips collection](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
234
227
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
235
228
  * body. Such widgets are called "edge strips".
236
- * ...
237
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-dock)
229
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-dock)
238
230
  */
239
231
  dock? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
240
232
  /**
241
233
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
242
234
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
243
235
  * 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)
236
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-draggable)
237
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
246
238
  */
247
- draggable? : boolean|{
248
- handleSelector?: string
249
- }
239
+ draggable? : boolean|object
250
240
  /**
251
241
  * User can edit text in text field (otherwise only pick from attached picker)
252
242
  */
@@ -254,21 +244,18 @@ export type BryntumComboProps = {
254
244
  /**
255
245
  * An object specifying attributes to assign to the root element of this widget.
256
246
  * 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)
247
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-elementAttributes)
259
248
  */
260
249
  elementAttributes? : Record<string, string|null>
261
250
  /**
262
251
  * 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)
252
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-emptyText)
265
253
  */
266
254
  emptyText? : string
267
255
  /**
268
256
  * 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
257
  * any filters to the server upon load.
270
- * ...
271
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-encodeFilterParams)
258
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-encodeFilterParams)
272
259
  * @param {object[]} filters filters
273
260
  * @returns {object[]} array of values
274
261
  */
@@ -282,8 +269,7 @@ export type BryntumComboProps = {
282
269
  /**
283
270
  * The name of an operator type as implemented in [operator](https://bryntum.com/products/core/docs/api/Core/util/CollectionFilter#config-operator)
284
271
  * 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)
272
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-filterOperator)
287
273
  */
288
274
  filterOperator? : CollectionCompareOperator
289
275
  /**
@@ -324,8 +310,7 @@ export type BryntumComboProps = {
324
310
  hidden? : boolean
325
311
  /**
326
312
  * *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)
313
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hideAnimation)
329
314
  */
330
315
  hideAnimation? : boolean|object
331
316
  /**
@@ -346,8 +331,7 @@ export type BryntumComboProps = {
346
331
  /**
347
332
  * An optional string to display inside the input field as an overlay. This can be useful for displaying
348
333
  * a field's units.
349
- * ...
350
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hint)
334
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hint)
351
335
  * @param {object} data A data object
352
336
  * @param {Core.widget.Field} data.source A reference to the field instance
353
337
  * @param {any} data.value The current value of the field
@@ -358,8 +342,7 @@ export type BryntumComboProps = {
358
342
  * 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
343
  * Since this can allow malicious content to be executed, be sure not to include user-entered data or to
360
344
  * 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)
345
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-hintHtml)
363
346
  * @param {object} data A data object
364
347
  * @param {Core.widget.Field} data.source A reference to the field instance
365
348
  * @param {any} data.value The current value of the field
@@ -372,23 +355,20 @@ export type BryntumComboProps = {
372
355
  id? : string
373
356
  /**
374
357
  * 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)
358
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ignoreParentReadOnly)
377
359
  */
378
360
  ignoreParentReadOnly? : boolean
379
361
  /**
380
362
  * Set this config to `true` to always display items horizontally along with this field. This assigns an
381
363
  * [hbox](https://bryntum.com/products/core/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
382
364
  * [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)
365
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-inline)
385
366
  */
386
367
  inline? : boolean
387
368
  /**
388
369
  * Configure this as `true` to render the dropdown list as a permanently visible list
389
370
  * 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)
371
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-inlinePicker)
392
372
  */
393
373
  inlinePicker? : boolean
394
374
  /**
@@ -426,30 +406,26 @@ export type BryntumComboProps = {
426
406
  insertFirst? : HTMLElement|string
427
407
  /**
428
408
  * 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)
409
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-items)
431
410
  */
432
411
  items? : object[]|string[]|object
433
412
  /**
434
413
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
435
414
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
436
415
  * 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)
416
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyMap)
439
417
  */
440
418
  keyMap? : Record<string, KeyMapConfig>
441
419
  /**
442
420
  * The delay in milliseconds to wait after the last keystroke before triggering a change event.
443
421
  * Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
444
422
  * 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)
423
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyStrokeChangeDelay)
447
424
  */
448
425
  keyStrokeChangeDelay? : number
449
426
  /**
450
427
  * 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)
428
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-keyStrokeFilterDelay)
453
429
  */
454
430
  keyStrokeFilterDelay? : number
455
431
  /**
@@ -462,15 +438,15 @@ export type BryntumComboProps = {
462
438
  labelCls? : string|object
463
439
  /**
464
440
  * 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)
441
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-labelPosition)
467
442
  */
468
443
  labelPosition? : 'before'|'above'|null
469
444
  /**
470
445
  * The labels to add either before or after the input field.
471
446
  * Each label may have the following properties:
472
- * ...
473
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-labels)
447
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-labels)
448
+ * @property {string} html Label text
449
+ * @property {'start','end'} align Which end of the file the label should go
474
450
  */
475
451
  labels? : object[]
476
452
  /**
@@ -483,24 +459,21 @@ export type BryntumComboProps = {
483
459
  listCls? : string
484
460
  /**
485
461
  * The listener set for this object.
486
- * ...
487
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-listeners)
462
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-listeners)
488
463
  */
489
464
  listeners? : ComboListeners
490
465
  /**
491
466
  * 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)
467
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-listItemTpl)
494
468
  * @param {Core.data.Model} record The record representing the item being rendered
495
469
  * @returns {string,void}
496
470
  */
497
- listItemTpl? : (record: Model|ComboModel) => string|void
471
+ listItemTpl? : (record: Model) => string|void
498
472
  /**
499
473
  * A class translations of which are used for translating this entity.
500
474
  * This is often used when translations of an item are defined on its container class.
501
475
  * For example:
502
- * ...
503
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-localeClass)
476
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-localeClass)
504
477
  */
505
478
  localeClass? : typeof Base
506
479
  /**
@@ -512,8 +485,7 @@ export type BryntumComboProps = {
512
485
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
513
486
  * you could use 'localeKey' meta configuration.
514
487
  * Example:
515
- * ...
516
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-localizableProperties)
488
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-localizableProperties)
517
489
  */
518
490
  localizableProperties? : string[]
519
491
  /**
@@ -539,8 +511,7 @@ export type BryntumComboProps = {
539
511
  maxHeight? : string|number
540
512
  /**
541
513
  * *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)
514
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-maximizeOnMobile)
544
515
  */
545
516
  maximizeOnMobile? : number|string
546
517
  /**
@@ -554,8 +525,7 @@ export type BryntumComboProps = {
554
525
  maxWidth? : string|number
555
526
  /**
556
527
  * 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)
528
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-minChars)
559
529
  */
560
530
  minChars? : number
561
531
  /**
@@ -576,16 +546,13 @@ export type BryntumComboProps = {
576
546
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
577
547
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
578
548
  * layout.
579
- * ...
580
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-monitorResize)
549
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-monitorResize)
550
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
581
551
  */
582
- monitorResize? : boolean|{
583
- immediate?: boolean
584
- }
552
+ monitorResize? : boolean|object
585
553
  /**
586
554
  * 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)
555
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect)
589
556
  */
590
557
  multiSelect? : boolean
591
558
  /**
@@ -598,8 +565,7 @@ export type BryntumComboProps = {
598
565
  * Name of the field which is used as a key to get/set values from/to the field.
599
566
  * 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
567
  * [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)
568
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-name)
603
569
  */
604
570
  name? : string
605
571
  /**
@@ -610,10 +576,9 @@ export type BryntumComboProps = {
610
576
  /**
611
577
  * Configuration object for the [picker](https://bryntum.com/products/core/docs/api/Core/widget/List) on initialization. Returns the
612
578
  * [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)
579
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-picker)
615
580
  */
616
- picker? : ListConfig|List
581
+ picker? : ListConfig
617
582
  /**
618
583
  * The name of the element property to which the picker should size and align itself.
619
584
  */
@@ -630,8 +595,7 @@ export type BryntumComboProps = {
630
595
  * 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
596
  * not participate in the standard layout of that widget, and must be positioned relatively to that
632
597
  * 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)
598
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-positioned)
635
599
  */
636
600
  positioned? : boolean
637
601
  /**
@@ -643,22 +607,19 @@ export type BryntumComboProps = {
643
607
  * Optionally a [Filter](https://bryntum.com/products/core/docs/api/Core/util/CollectionFilter) config object which the combo should use for
644
608
  * filtering using the typed value.
645
609
  * 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)
610
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-primaryFilter)
648
611
  */
649
612
  primaryFilter? : CollectionFilterConfig
650
613
  /**
651
614
  * Makes the field unmodifiable by user action. The input area is not editable, and triggers
652
615
  * are unresponsive.
653
- * ...
654
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-readOnly)
616
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-readOnly)
655
617
  */
656
618
  readOnly? : boolean
657
619
  relayStoreEvents? : boolean
658
620
  /**
659
621
  * 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)
622
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-rendition)
662
623
  */
663
624
  rendition? : 'outlined'|'filled'|string
664
625
  /**
@@ -677,23 +638,26 @@ export type BryntumComboProps = {
677
638
  * Configure as `true` to have the component display a translucent ripple when its
678
639
  * [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
640
  * 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
- }
641
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ripple)
642
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
643
+ * @property {string} [color] A CSS color name or specification.
644
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
645
+ * @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.
646
+ */
647
+ ripple? : boolean|object
648
+ /**
649
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
650
+ * accidentally applying a role which may interfere with screen readers.
651
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-role)
652
+ */
653
+ role? : string
689
654
  /**
690
655
  * 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
656
  */
692
657
  rootElement? : ShadowRoot|HTMLElement
693
658
  /**
694
659
  * 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)
660
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-rtl)
697
661
  */
698
662
  rtl? : boolean
699
663
  /**
@@ -703,8 +667,7 @@ export type BryntumComboProps = {
703
667
  scrollAction? : 'hide'|'realign'|null
704
668
  /**
705
669
  * *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)
670
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-showAnimation)
708
671
  */
709
672
  showAnimation? : boolean|object
710
673
  /**
@@ -737,8 +700,7 @@ export type BryntumComboProps = {
737
700
  * 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
701
  * [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
702
  * this widget:
740
- * ...
741
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tab)
703
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tab)
742
704
  */
743
705
  tab? : boolean|TabConfig
744
706
  /**
@@ -746,14 +708,12 @@ export type BryntumComboProps = {
746
708
  * is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
747
709
  * (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
748
710
  * to the element programmatically.
749
- * ...
750
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tabIndex)
711
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tabIndex)
751
712
  */
752
713
  tabIndex? : number
753
714
  /**
754
715
  * 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)
716
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-textAlign)
757
717
  */
758
718
  textAlign? : 'left'|'center'|'right'|'start'|'end'
759
719
  /**
@@ -762,30 +722,26 @@ export type BryntumComboProps = {
762
722
  title? : string
763
723
  /**
764
724
  * 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)
725
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-tooltip)
767
726
  */
768
727
  tooltip? : string|TooltipConfig|null
769
728
  /**
770
729
  * 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)
730
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-triggerAction)
773
731
  */
774
732
  triggerAction? : 'all'|'last'|null
775
733
  /**
776
734
  * The triggers to add either before or after the input field. Each property name is the reference by which
777
735
  * 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)
736
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-triggers)
780
737
  */
781
- triggers? : Record<string, FieldTriggerConfig>|Record<string, Widget>
738
+ triggers? : Record<string, FieldTriggerConfig>
782
739
  type? : 'combo'|'combobox'|'dropdown'
783
740
  /**
784
741
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
785
742
  * as a space separated string, an array of strings, or as an object in which property names with truthy
786
743
  * values are used as the class names.
787
- * ...
788
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ui)
744
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-ui)
789
745
  */
790
746
  ui? : string|object
791
747
  /**
@@ -805,8 +761,7 @@ export type BryntumComboProps = {
805
761
  /**
806
762
  * Field used for item value when populating from store. Setting this to `null` will
807
763
  * 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)
764
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-valueField)
810
765
  */
811
766
  valueField? : string|null
812
767
  /**
@@ -822,14 +777,12 @@ export type BryntumComboProps = {
822
777
  width? : string|number
823
778
  /**
824
779
  * The x position for the widget.
825
- * ...
826
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-x)
780
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-x)
827
781
  */
828
782
  x? : number
829
783
  /**
830
784
  * The y position for the widget.
831
- * ...
832
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-y)
785
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-y)
833
786
  */
834
787
  y? : number
835
788
 
@@ -855,7 +808,7 @@ export type BryntumComboProps = {
855
808
  * @param {object} event Event object
856
809
  * @param {Core.widget.Widget} event.source The widget being hidden.
857
810
  */
858
- onBeforeHide? : ((event: { source: Widget }) => Promise<boolean>|boolean|void)|string
811
+ onBeforeHide? : ((event: { source: Widget }) => boolean|void)|string
859
812
  /**
860
813
  * Triggered before a widget is shown. Return `false` to prevent the action.
861
814
  * @param {object} event Event object
@@ -864,8 +817,7 @@ export type BryntumComboProps = {
864
817
  onBeforeShow? : ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string
865
818
  /**
866
819
  * 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)
820
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-catchAll)
869
821
  * @param {object} event Event object
870
822
  * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
871
823
  * @param {string} event.event.type The type of the event which is caught by the listener
@@ -885,8 +837,7 @@ export type BryntumComboProps = {
885
837
  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
838
  /**
887
839
  * 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)
840
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-clear)
890
841
  * @param {object} event Event object
891
842
  * @param {Core.widget.Field,any} event.source This Field
892
843
  */
@@ -945,8 +896,7 @@ export type BryntumComboProps = {
945
896
  /**
946
897
  * Triggered when a widget which had been in a non-visible state for any reason
947
898
  * achieves visibility.
948
- * ...
949
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-paint)
899
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#event-paint)
950
900
  * @param {object} event Event object
951
901
  * @param {Core.widget.Widget} event.source The widget being painted.
952
902
  * @param {boolean} event.firstPaint `true` if this is the first paint.
@@ -1019,6 +969,7 @@ export class BryntumCombo extends React.Component<BryntumComboProps> {
1019
969
  'cacheLastResult',
1020
970
  'caseSensitive',
1021
971
  'centered',
972
+ 'checkValidity',
1022
973
  'chipView',
1023
974
  'clearable',
1024
975
  'clearTextOnPickerHide',
@@ -1089,6 +1040,7 @@ export class BryntumCombo extends React.Component<BryntumComboProps> {
1089
1040
  'relayStoreEvents',
1090
1041
  'revertOnEscape',
1091
1042
  'ripple',
1043
+ 'role',
1092
1044
  'rootElement',
1093
1045
  'scrollAction',
1094
1046
  'showAnimation',
@@ -1174,9 +1126,7 @@ export class BryntumCombo extends React.Component<BryntumComboProps> {
1174
1126
  ];
1175
1127
 
1176
1128
  static propertyNames = [
1177
- 'anchorSize',
1178
1129
  'content',
1179
- 'focusVisible',
1180
1130
  'formula',
1181
1131
  'html',
1182
1132
  'input',