@bryntum/core-react-thin 7.2.3 → 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, ColorDescriptor, ColorField, ColorFieldListeners, CoreContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
6
+ import { AlignSpec, Base, ColorDescriptor, ColorField, ColorFieldListeners, CoreContainerItemConfig, DomConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, ReactJSX, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
7
7
 
8
8
  import { createWidget, shouldComponentUpdate, processWidgetContent } from './WrapperHelper.js';
9
9
 
@@ -16,14 +16,12 @@ export type BryntumColorFieldProps = {
16
16
  /**
17
17
  * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
18
18
  * content will be placed inside this element.
19
- * ...
20
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-adopt)
19
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-adopt)
21
20
  */
22
21
  adopt? : HTMLElement|string
23
22
  /**
24
23
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
25
- * ...
26
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-align)
24
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-align)
27
25
  */
28
26
  align? : AlignSpec|string
29
27
  /**
@@ -45,15 +43,13 @@ export type BryntumColorFieldProps = {
45
43
  /**
46
44
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
47
45
  * into an element which will be linked using the `aria-describedby` attribute.
48
- * ...
49
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ariaDescription)
46
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ariaDescription)
50
47
  */
51
48
  ariaDescription? : string
52
49
  /**
53
50
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
54
51
  * the `aria-label` attribute.
55
- * ...
56
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ariaLabel)
52
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ariaLabel)
57
53
  */
58
54
  ariaLabel? : string
59
55
  /**
@@ -76,21 +72,18 @@ export type BryntumColorFieldProps = {
76
72
  /**
77
73
  * An object where property names with a truthy value indicate which events should bubble up the ownership
78
74
  * hierarchy when triggered.
79
- * ...
80
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-bubbleEvents)
75
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-bubbleEvents)
81
76
  */
82
77
  bubbleEvents? : object
83
78
  /**
84
79
  * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
85
- * ...
86
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-callOnFunctions)
80
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-callOnFunctions)
87
81
  */
88
82
  callOnFunctions? : boolean
89
83
  /**
90
84
  * By default, if an event handler throws an exception, the error propagates up the stack and the
91
85
  * application state is undefined. Code which follows the event handler will *not* be executed.
92
- * ...
93
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-catchEventHandlerExceptions)
86
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-catchEventHandlerExceptions)
94
87
  */
95
88
  catchEventHandlerExceptions? : boolean
96
89
  /**
@@ -108,16 +101,14 @@ export type BryntumColorFieldProps = {
108
101
  * Custom CSS classes to add to element.
109
102
  * May be specified as a space separated string, or as an object in which property names
110
103
  * with truthy values are used as the class names:
111
- * ...
112
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-cls)
104
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-cls)
113
105
  */
114
106
  cls? : string|object
115
107
  /**
116
108
  * The `colors` property can be an array of string CSS colors or of objects with `color`
117
109
  * and `text` properties from which the user can chose from. This will override the
118
110
  * [pickers default colors](https://bryntum.com/products/core/docs/api/Core/widget/ColorPicker#config-colors).
119
- * ...
120
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-colors)
111
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-colors)
121
112
  */
122
113
  colors? : (string|ColorDescriptor)[]
123
114
  /**
@@ -134,15 +125,13 @@ export type BryntumColorFieldProps = {
134
125
  * The configuration for additional items associated to this field. This is typically used to add contextual
135
126
  * fields related to a [checkbox](https://bryntum.com/products/core/docs/api/Core/widget/Checkbox) or [radio button](#Core/widget/Radio). See
136
127
  * these classes for examples of nested fields.
137
- * ...
138
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-container)
128
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-container)
139
129
  */
140
- container? : Record<string, CoreContainerItemConfig>|CoreContainerItemConfig[]|FieldContainerConfig|FieldContainer
130
+ container? : Record<string, CoreContainerItemConfig>|CoreContainerItemConfig[]|FieldContainerConfig
141
131
  /**
142
132
  * The config controls how the value of nested items are handled when a parent container gets or sets its
143
133
  * [values](https://bryntum.com/products/core/docs/api/Core/widget/Container#property-values).
144
- * ...
145
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-containValues)
134
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-containValues)
146
135
  * @param {Core.widget.Field} field Field instance
147
136
  * @returns {boolean}
148
137
  */
@@ -151,8 +140,7 @@ export type BryntumColorFieldProps = {
151
140
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
152
141
  * May be specified as a space separated string, or as an object in which property names
153
142
  * with truthy values are used as the class names:
154
- * ...
155
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-contentElementCls)
143
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-contentElementCls)
156
144
  */
157
145
  contentElementCls? : string|object
158
146
  /**
@@ -170,16 +158,15 @@ export type BryntumColorFieldProps = {
170
158
  */
171
159
  defaultBindProperty? : string
172
160
  /**
173
- * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
174
- * ...
175
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-detectCSSCompatibilityIssues)
161
+ * Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
162
+ * checks:
163
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-detectCSSCompatibilityIssues)
176
164
  */
177
165
  detectCSSCompatibilityIssues? : boolean
178
166
  /**
179
167
  * 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
180
168
  * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
181
- * ...
182
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-disabled)
169
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-disabled)
183
170
  */
184
171
  disabled? : boolean|'inert'
185
172
  /**
@@ -187,25 +174,21 @@ export type BryntumColorFieldProps = {
187
174
  * [strips collection](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
188
175
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
189
176
  * body. Such widgets are called "edge strips".
190
- * ...
191
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-dock)
177
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-dock)
192
178
  */
193
179
  dock? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
194
180
  /**
195
181
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
196
182
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
197
183
  * property which controls when a drag should start.
198
- * ...
199
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-draggable)
184
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-draggable)
185
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
200
186
  */
201
- draggable? : boolean|{
202
- handleSelector?: string
203
- }
187
+ draggable? : boolean|object
204
188
  /**
205
189
  * An object specifying attributes to assign to the root element of this widget.
206
190
  * Set `null` value to attribute to remove it.
207
- * ...
208
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-elementAttributes)
191
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-elementAttributes)
209
192
  */
210
193
  elementAttributes? : Record<string, string|null>
211
194
  extraData? : any
@@ -234,8 +217,7 @@ export type BryntumColorFieldProps = {
234
217
  hidden? : boolean
235
218
  /**
236
219
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
237
- * ...
238
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-hideAnimation)
220
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-hideAnimation)
239
221
  */
240
222
  hideAnimation? : boolean|object
241
223
  /**
@@ -245,8 +227,7 @@ export type BryntumColorFieldProps = {
245
227
  /**
246
228
  * An optional string to display inside the input field as an overlay. This can be useful for displaying
247
229
  * a field's units.
248
- * ...
249
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-hint)
230
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-hint)
250
231
  * @param {object} data A data object
251
232
  * @param {Core.widget.Field} data.source A reference to the field instance
252
233
  * @param {any} data.value The current value of the field
@@ -257,8 +238,7 @@ export type BryntumColorFieldProps = {
257
238
  * 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.
258
239
  * Since this can allow malicious content to be executed, be sure not to include user-entered data or to
259
240
  * encode such data (see [encodeHtml](https://bryntum.com/products/core/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
260
- * ...
261
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-hintHtml)
241
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-hintHtml)
262
242
  * @param {object} data A data object
263
243
  * @param {Core.widget.Field} data.source A reference to the field instance
264
244
  * @param {any} data.value The current value of the field
@@ -271,16 +251,14 @@ export type BryntumColorFieldProps = {
271
251
  id? : string
272
252
  /**
273
253
  * Determines if the widgets read-only state should be controlled by its parent.
274
- * ...
275
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ignoreParentReadOnly)
254
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ignoreParentReadOnly)
276
255
  */
277
256
  ignoreParentReadOnly? : boolean
278
257
  /**
279
258
  * Set this config to `true` to always display items horizontally along with this field. This assigns an
280
259
  * [hbox](https://bryntum.com/products/core/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
281
260
  * [container](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-container).
282
- * ...
283
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-inline)
261
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-inline)
284
262
  */
285
263
  inline? : boolean
286
264
  /**
@@ -320,16 +298,14 @@ export type BryntumColorFieldProps = {
320
298
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
321
299
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
322
300
  * are the name of the instance method to call when the keystroke is received.
323
- * ...
324
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-keyMap)
301
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-keyMap)
325
302
  */
326
303
  keyMap? : Record<string, KeyMapConfig>
327
304
  /**
328
305
  * The delay in milliseconds to wait after the last keystroke before triggering a change event.
329
306
  * Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
330
307
  * immediate feedback, change will still be triggered on blur).
331
- * ...
332
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-keyStrokeChangeDelay)
308
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-keyStrokeChangeDelay)
333
309
  */
334
310
  keyStrokeChangeDelay? : number
335
311
  /**
@@ -342,15 +318,15 @@ export type BryntumColorFieldProps = {
342
318
  labelCls? : string|object
343
319
  /**
344
320
  * Label position, either 'before' the field or 'above' the field
345
- * ...
346
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-labelPosition)
321
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-labelPosition)
347
322
  */
348
323
  labelPosition? : 'before'|'above'|null
349
324
  /**
350
325
  * The labels to add either before or after the input field.
351
326
  * Each label may have the following properties:
352
- * ...
353
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-labels)
327
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-labels)
328
+ * @property {string} html Label text
329
+ * @property {'start','end'} align Which end of the file the label should go
354
330
  */
355
331
  labels? : object[]
356
332
  /**
@@ -359,16 +335,14 @@ export type BryntumColorFieldProps = {
359
335
  labelWidth? : string|number
360
336
  /**
361
337
  * The listener set for this object.
362
- * ...
363
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-listeners)
338
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-listeners)
364
339
  */
365
340
  listeners? : ColorFieldListeners
366
341
  /**
367
342
  * A class translations of which are used for translating this entity.
368
343
  * This is often used when translations of an item are defined on its container class.
369
344
  * For example:
370
- * ...
371
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-localeClass)
345
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-localeClass)
372
346
  */
373
347
  localeClass? : typeof Base
374
348
  /**
@@ -380,8 +354,7 @@ export type BryntumColorFieldProps = {
380
354
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
381
355
  * you could use 'localeKey' meta configuration.
382
356
  * Example:
383
- * ...
384
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-localizableProperties)
357
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-localizableProperties)
385
358
  */
386
359
  localizableProperties? : string[]
387
360
  /**
@@ -407,8 +380,7 @@ export type BryntumColorFieldProps = {
407
380
  maxHeight? : string|number
408
381
  /**
409
382
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
410
- * ...
411
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-maximizeOnMobile)
383
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-maximizeOnMobile)
412
384
  */
413
385
  maximizeOnMobile? : number|string
414
386
  /**
@@ -438,18 +410,15 @@ export type BryntumColorFieldProps = {
438
410
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
439
411
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
440
412
  * layout.
441
- * ...
442
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-monitorResize)
413
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-monitorResize)
414
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
443
415
  */
444
- monitorResize? : boolean|{
445
- immediate?: boolean
446
- }
416
+ monitorResize? : boolean|object
447
417
  /**
448
418
  * Name of the field which is used as a key to get/set values from/to the field.
449
419
  * Used prior to [ref](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
450
420
  * [Container.values](https://bryntum.com/products/core/docs/api/Core/widget/Container#property-values).
451
- * ...
452
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-name)
421
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-name)
453
422
  */
454
423
  name? : string
455
424
  /**
@@ -464,8 +433,7 @@ export type BryntumColorFieldProps = {
464
433
  * 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
465
434
  * not participate in the standard layout of that widget, and must be positioned relatively to that
466
435
  * widget's [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
467
- * ...
468
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-positioned)
436
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-positioned)
469
437
  */
470
438
  positioned? : boolean
471
439
  /**
@@ -476,15 +444,13 @@ export type BryntumColorFieldProps = {
476
444
  /**
477
445
  * Makes the field unmodifiable by user action. The input area is not editable, and triggers
478
446
  * are unresponsive.
479
- * ...
480
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-readOnly)
447
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-readOnly)
481
448
  */
482
449
  readOnly? : boolean
483
450
  relayStoreEvents? : boolean
484
451
  /**
485
452
  * Predefined style to use for the field. Possible values are:
486
- * ...
487
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-rendition)
453
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-rendition)
488
454
  */
489
455
  rendition? : 'outlined'|'filled'|string
490
456
  /**
@@ -503,23 +469,26 @@ export type BryntumColorFieldProps = {
503
469
  * Configure as `true` to have the component display a translucent ripple when its
504
470
  * [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
505
471
  * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
506
- * ...
507
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ripple)
508
- */
509
- ripple? : boolean|{
510
- delegate?: string
511
- color?: string
512
- radius?: number
513
- clip?: string
514
- }
472
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ripple)
473
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
474
+ * @property {string} [color] A CSS color name or specification.
475
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
476
+ * @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.
477
+ */
478
+ ripple? : boolean|object
479
+ /**
480
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
481
+ * accidentally applying a role which may interfere with screen readers.
482
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-role)
483
+ */
484
+ role? : string
515
485
  /**
516
486
  * 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`
517
487
  */
518
488
  rootElement? : ShadowRoot|HTMLElement
519
489
  /**
520
490
  * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
521
- * ...
522
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-rtl)
491
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-rtl)
523
492
  */
524
493
  rtl? : boolean
525
494
  /**
@@ -529,8 +498,7 @@ export type BryntumColorFieldProps = {
529
498
  scrollAction? : 'hide'|'realign'|null
530
499
  /**
531
500
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
532
- * ...
533
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-showAnimation)
501
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-showAnimation)
534
502
  */
535
503
  showAnimation? : boolean|object
536
504
  /**
@@ -559,8 +527,7 @@ export type BryntumColorFieldProps = {
559
527
  * 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
560
528
  * [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
561
529
  * this widget:
562
- * ...
563
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-tab)
530
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-tab)
564
531
  */
565
532
  tab? : boolean|TabConfig
566
533
  /**
@@ -568,14 +535,12 @@ export type BryntumColorFieldProps = {
568
535
  * is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
569
536
  * (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
570
537
  * to the element programmatically.
571
- * ...
572
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-tabIndex)
538
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-tabIndex)
573
539
  */
574
540
  tabIndex? : number
575
541
  /**
576
542
  * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
577
- * ...
578
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-textAlign)
543
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-textAlign)
579
544
  */
580
545
  textAlign? : 'left'|'center'|'right'|'start'|'end'
581
546
  /**
@@ -584,24 +549,21 @@ export type BryntumColorFieldProps = {
584
549
  title? : string
585
550
  /**
586
551
  * Tooltip for the widget, either as a string or as a Tooltip config object.
587
- * ...
588
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-tooltip)
552
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-tooltip)
589
553
  */
590
554
  tooltip? : string|TooltipConfig|null
591
555
  /**
592
556
  * The triggers to add either before or after the input field. Each property name is the reference by which
593
557
  * an instantiated Trigger Widget may be retrieved from the live `triggers` property.
594
- * ...
595
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-triggers)
558
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-triggers)
596
559
  */
597
- triggers? : Record<string, FieldTriggerConfig>|Record<string, Widget>
560
+ triggers? : Record<string, FieldTriggerConfig>
598
561
  type? : 'colorfield'
599
562
  /**
600
563
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
601
564
  * as a space separated string, an array of strings, or as an object in which property names with truthy
602
565
  * values are used as the class names.
603
- * ...
604
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ui)
566
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-ui)
605
567
  */
606
568
  ui? : string|object
607
569
  /**
@@ -626,14 +588,12 @@ export type BryntumColorFieldProps = {
626
588
  width? : string|number
627
589
  /**
628
590
  * The x position for the widget.
629
- * ...
630
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-x)
591
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-x)
631
592
  */
632
593
  x? : number
633
594
  /**
634
595
  * The y position for the widget.
635
- * ...
636
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-y)
596
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-y)
637
597
  */
638
598
  y? : number
639
599
 
@@ -672,8 +632,7 @@ export type BryntumColorFieldProps = {
672
632
  onBeforeShow? : ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string
673
633
  /**
674
634
  * Fires when any other event is fired from the object.
675
- * ...
676
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#event-catchAll)
635
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#event-catchAll)
677
636
  * @param {object} event Event object
678
637
  * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
679
638
  * @param {string} event.event.type The type of the event which is caught by the listener
@@ -693,8 +652,7 @@ export type BryntumColorFieldProps = {
693
652
  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
694
653
  /**
695
654
  * Fired when this field is [cleared](https://bryntum.com/products/core/docs/api/Core/widget/Field#function-clear).
696
- * ...
697
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#event-clear)
655
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#event-clear)
698
656
  * @param {object} event Event object
699
657
  * @param {Core.widget.Field,any} event.source This Field
700
658
  */
@@ -752,8 +710,7 @@ export type BryntumColorFieldProps = {
752
710
  /**
753
711
  * Triggered when a widget which had been in a non-visible state for any reason
754
712
  * achieves visibility.
755
- * ...
756
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#event-paint)
713
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#event-paint)
757
714
  * @param {object} event Event object
758
715
  * @param {Core.widget.Widget} event.source The widget being painted.
759
716
  * @param {boolean} event.firstPaint `true` if this is the first paint.
@@ -860,6 +817,7 @@ export class BryntumColorField extends React.Component<BryntumColorFieldProps> {
860
817
  'relayStoreEvents',
861
818
  'revertOnEscape',
862
819
  'ripple',
820
+ 'role',
863
821
  'rootElement',
864
822
  'scrollAction',
865
823
  'showAnimation',
@@ -938,10 +896,8 @@ export class BryntumColorField extends React.Component<BryntumColorFieldProps> {
938
896
  ];
939
897
 
940
898
  static propertyNames = [
941
- 'anchorSize',
942
899
  'content',
943
900
  'editable',
944
- 'focusVisible',
945
901
  'formula',
946
902
  'html',
947
903
  'input',