@bryntum/core-react-thin 7.2.4 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/lib/BryntumBooleanCombo.d.ts +261 -0
  2. package/lib/BryntumBooleanCombo.js +204 -0
  3. package/lib/BryntumBooleanCombo.js.map +1 -0
  4. package/lib/BryntumButton.d.ts +6 -14
  5. package/lib/BryntumButton.js +1 -2
  6. package/lib/BryntumButton.js.map +1 -1
  7. package/lib/BryntumButtonGroup.d.ts +8 -15
  8. package/lib/BryntumButtonGroup.js +2 -5
  9. package/lib/BryntumButtonGroup.js.map +1 -1
  10. package/lib/BryntumChatPanel.d.ts +16 -20
  11. package/lib/BryntumChatPanel.js +7 -6
  12. package/lib/BryntumChatPanel.js.map +1 -1
  13. package/lib/BryntumCheckbox.d.ts +7 -15
  14. package/lib/BryntumCheckbox.js +1 -2
  15. package/lib/BryntumCheckbox.js.map +1 -1
  16. package/lib/BryntumCheckboxGroup.d.ts +9 -21
  17. package/lib/BryntumCheckboxGroup.js +2 -6
  18. package/lib/BryntumCheckboxGroup.js.map +1 -1
  19. package/lib/BryntumChipView.d.ts +6 -14
  20. package/lib/BryntumChipView.js +1 -2
  21. package/lib/BryntumChipView.js.map +1 -1
  22. package/lib/BryntumCodeEditor.d.ts +9 -20
  23. package/lib/BryntumCodeEditor.js +2 -5
  24. package/lib/BryntumCodeEditor.js.map +1 -1
  25. package/lib/BryntumColorField.d.ts +7 -15
  26. package/lib/BryntumColorField.js +1 -2
  27. package/lib/BryntumColorField.js.map +1 -1
  28. package/lib/BryntumCombo.d.ts +10 -18
  29. package/lib/BryntumCombo.js +1 -2
  30. package/lib/BryntumCombo.js.map +1 -1
  31. package/lib/BryntumContainer.d.ts +7 -14
  32. package/lib/BryntumContainer.js +2 -5
  33. package/lib/BryntumContainer.js.map +1 -1
  34. package/lib/BryntumDateField.d.ts +7 -15
  35. package/lib/BryntumDateField.js +1 -2
  36. package/lib/BryntumDateField.js.map +1 -1
  37. package/lib/BryntumDatePicker.d.ts +9 -20
  38. package/lib/BryntumDatePicker.js +2 -5
  39. package/lib/BryntumDatePicker.js.map +1 -1
  40. package/lib/BryntumDateRangeField.d.ts +10 -18
  41. package/lib/BryntumDateRangeField.js +1 -2
  42. package/lib/BryntumDateRangeField.js.map +1 -1
  43. package/lib/BryntumDateTimeField.d.ts +7 -15
  44. package/lib/BryntumDateTimeField.js +1 -2
  45. package/lib/BryntumDateTimeField.js.map +1 -1
  46. package/lib/BryntumDemoCodeEditor.d.ts +9 -20
  47. package/lib/BryntumDemoCodeEditor.js +2 -5
  48. package/lib/BryntumDemoCodeEditor.js.map +1 -1
  49. package/lib/BryntumDisplayField.d.ts +7 -15
  50. package/lib/BryntumDisplayField.js +1 -2
  51. package/lib/BryntumDisplayField.js.map +1 -1
  52. package/lib/BryntumDurationField.d.ts +7 -15
  53. package/lib/BryntumDurationField.js +1 -2
  54. package/lib/BryntumDurationField.js.map +1 -1
  55. package/lib/BryntumEditor.d.ts +9 -19
  56. package/lib/BryntumEditor.js +2 -5
  57. package/lib/BryntumEditor.js.map +1 -1
  58. package/lib/BryntumFieldFilterPicker.d.ts +7 -14
  59. package/lib/BryntumFieldFilterPicker.js +2 -5
  60. package/lib/BryntumFieldFilterPicker.js.map +1 -1
  61. package/lib/BryntumFieldFilterPickerGroup.d.ts +7 -14
  62. package/lib/BryntumFieldFilterPickerGroup.js +2 -5
  63. package/lib/BryntumFieldFilterPickerGroup.js.map +1 -1
  64. package/lib/BryntumFieldSet.d.ts +9 -21
  65. package/lib/BryntumFieldSet.js +2 -6
  66. package/lib/BryntumFieldSet.js.map +1 -1
  67. package/lib/BryntumFileField.d.ts +7 -15
  68. package/lib/BryntumFileField.js +1 -2
  69. package/lib/BryntumFileField.js.map +1 -1
  70. package/lib/BryntumFilePicker.d.ts +7 -14
  71. package/lib/BryntumFilePicker.js +2 -5
  72. package/lib/BryntumFilePicker.js.map +1 -1
  73. package/lib/BryntumFilterField.d.ts +7 -15
  74. package/lib/BryntumFilterField.js +1 -2
  75. package/lib/BryntumFilterField.js.map +1 -1
  76. package/lib/BryntumHint.d.ts +21 -30
  77. package/lib/BryntumHint.js +2 -5
  78. package/lib/BryntumHint.js.map +1 -1
  79. package/lib/BryntumLabel.d.ts +6 -14
  80. package/lib/BryntumLabel.js +1 -2
  81. package/lib/BryntumLabel.js.map +1 -1
  82. package/lib/BryntumList.d.ts +6 -14
  83. package/lib/BryntumList.js +1 -2
  84. package/lib/BryntumList.js.map +1 -1
  85. package/lib/BryntumMenu.d.ts +20 -25
  86. package/lib/BryntumMenu.js +2 -6
  87. package/lib/BryntumMenu.js.map +1 -1
  88. package/lib/BryntumMonthPicker.d.ts +9 -20
  89. package/lib/BryntumMonthPicker.js +2 -5
  90. package/lib/BryntumMonthPicker.js.map +1 -1
  91. package/lib/BryntumNumberField.d.ts +7 -15
  92. package/lib/BryntumNumberField.js +1 -2
  93. package/lib/BryntumNumberField.js.map +1 -1
  94. package/lib/BryntumPagingToolbar.d.ts +10 -17
  95. package/lib/BryntumPagingToolbar.js +2 -5
  96. package/lib/BryntumPagingToolbar.js.map +1 -1
  97. package/lib/BryntumPanel.d.ts +9 -20
  98. package/lib/BryntumPanel.js +2 -5
  99. package/lib/BryntumPanel.js.map +1 -1
  100. package/lib/BryntumPasswordField.d.ts +7 -15
  101. package/lib/BryntumPasswordField.js +1 -2
  102. package/lib/BryntumPasswordField.js.map +1 -1
  103. package/lib/BryntumProgressBar.d.ts +6 -14
  104. package/lib/BryntumProgressBar.js +1 -2
  105. package/lib/BryntumProgressBar.js.map +1 -1
  106. package/lib/BryntumRadio.d.ts +7 -15
  107. package/lib/BryntumRadio.js +1 -2
  108. package/lib/BryntumRadio.js.map +1 -1
  109. package/lib/BryntumRadioGroup.d.ts +9 -21
  110. package/lib/BryntumRadioGroup.js +2 -6
  111. package/lib/BryntumRadioGroup.js.map +1 -1
  112. package/lib/BryntumSlideToggle.d.ts +7 -15
  113. package/lib/BryntumSlideToggle.js +1 -2
  114. package/lib/BryntumSlideToggle.js.map +1 -1
  115. package/lib/BryntumSlider.d.ts +7 -14
  116. package/lib/BryntumSlider.js +2 -2
  117. package/lib/BryntumSlider.js.map +1 -1
  118. package/lib/BryntumSplitter.d.ts +6 -14
  119. package/lib/BryntumSplitter.js +1 -2
  120. package/lib/BryntumSplitter.js.map +1 -1
  121. package/lib/BryntumTabPanel.d.ts +9 -20
  122. package/lib/BryntumTabPanel.js +2 -5
  123. package/lib/BryntumTabPanel.js.map +1 -1
  124. package/lib/BryntumTextAreaField.d.ts +8 -15
  125. package/lib/BryntumTextAreaField.js +2 -2
  126. package/lib/BryntumTextAreaField.js.map +1 -1
  127. package/lib/BryntumTextAreaPickerField.d.ts +8 -16
  128. package/lib/BryntumTextAreaPickerField.js +1 -2
  129. package/lib/BryntumTextAreaPickerField.js.map +1 -1
  130. package/lib/BryntumTextField.d.ts +7 -15
  131. package/lib/BryntumTextField.js +1 -2
  132. package/lib/BryntumTextField.js.map +1 -1
  133. package/lib/BryntumTimeField.d.ts +8 -16
  134. package/lib/BryntumTimeField.js +1 -2
  135. package/lib/BryntumTimeField.js.map +1 -1
  136. package/lib/BryntumTimePicker.d.ts +7 -14
  137. package/lib/BryntumTimePicker.js +2 -5
  138. package/lib/BryntumTimePicker.js.map +1 -1
  139. package/lib/BryntumToolbar.d.ts +10 -17
  140. package/lib/BryntumToolbar.js +2 -5
  141. package/lib/BryntumToolbar.js.map +1 -1
  142. package/lib/BryntumWidget.d.ts +6 -14
  143. package/lib/BryntumWidget.js +1 -2
  144. package/lib/BryntumWidget.js.map +1 -1
  145. package/lib/BryntumYearPicker.d.ts +9 -20
  146. package/lib/BryntumYearPicker.js +2 -5
  147. package/lib/BryntumYearPicker.js.map +1 -1
  148. package/lib/WrapperHelper.js +2 -2
  149. package/lib/WrapperHelper.js.map +1 -1
  150. package/lib/index.d.ts +1 -0
  151. package/lib/index.js +1 -0
  152. package/lib/index.js.map +1 -1
  153. package/package.json +1 -1
  154. package/src/BryntumBooleanCombo.tsx +1180 -0
  155. package/src/BryntumButton.tsx +69 -115
  156. package/src/BryntumButtonGroup.tsx +78 -123
  157. package/src/BryntumChatPanel.tsx +139 -169
  158. package/src/BryntumCheckbox.tsx +73 -117
  159. package/src/BryntumCheckboxGroup.tsx +109 -179
  160. package/src/BryntumChipView.tsx +65 -105
  161. package/src/BryntumCodeEditor.tsx +106 -167
  162. package/src/BryntumColorField.tsx +73 -117
  163. package/src/BryntumCombo.tsx +92 -152
  164. package/src/BryntumContainer.tsx +78 -124
  165. package/src/BryntumDateField.tsx +80 -123
  166. package/src/BryntumDatePicker.tsx +119 -193
  167. package/src/BryntumDateRangeField.tsx +79 -126
  168. package/src/BryntumDateTimeField.tsx +73 -117
  169. package/src/BryntumDemoCodeEditor.tsx +106 -167
  170. package/src/BryntumDisplayField.tsx +74 -119
  171. package/src/BryntumDurationField.tsx +80 -125
  172. package/src/BryntumEditor.tsx +90 -140
  173. package/src/BryntumFieldFilterPicker.tsx +80 -128
  174. package/src/BryntumFieldFilterPickerGroup.tsx +82 -132
  175. package/src/BryntumFieldSet.tsx +105 -172
  176. package/src/BryntumFileField.tsx +73 -117
  177. package/src/BryntumFilePicker.tsx +78 -124
  178. package/src/BryntumFilterField.tsx +76 -123
  179. package/src/BryntumHint.tsx +133 -190
  180. package/src/BryntumLabel.tsx +59 -95
  181. package/src/BryntumList.tsx +62 -101
  182. package/src/BryntumMenu.tsx +128 -188
  183. package/src/BryntumMonthPicker.tsx +106 -167
  184. package/src/BryntumNumberField.tsx +77 -121
  185. package/src/BryntumPagingToolbar.tsx +82 -129
  186. package/src/BryntumPanel.tsx +106 -167
  187. package/src/BryntumPasswordField.tsx +73 -117
  188. package/src/BryntumProgressBar.tsx +58 -93
  189. package/src/BryntumRadio.tsx +73 -117
  190. package/src/BryntumRadioGroup.tsx +109 -178
  191. package/src/BryntumSlideToggle.tsx +73 -117
  192. package/src/BryntumSlider.tsx +67 -101
  193. package/src/BryntumSplitter.tsx +61 -99
  194. package/src/BryntumTabPanel.tsx +107 -169
  195. package/src/BryntumTextAreaField.tsx +81 -119
  196. package/src/BryntumTextAreaPickerField.tsx +75 -120
  197. package/src/BryntumTextField.tsx +74 -119
  198. package/src/BryntumTimeField.tsx +79 -120
  199. package/src/BryntumTimePicker.tsx +78 -124
  200. package/src/BryntumToolbar.tsx +82 -129
  201. package/src/BryntumWidget.tsx +59 -95
  202. package/src/BryntumYearPicker.tsx +107 -169
  203. package/src/WrapperHelper.tsx +2 -2
  204. package/src/index.ts +1 -0
@@ -3,7 +3,7 @@
3
3
  */
4
4
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
5
5
  import React, { RefObject } from 'react';
6
- import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, ProgressBar, ProgressBarListeners, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
6
+ import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, ProgressBar, ProgressBarListeners, ReactJSX, Rectangle, Scroller, ScrollerConfig, 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 BryntumProgressBarProps = {
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/ProgressBar#config-adopt)
15
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#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/ProgressBar#config-align)
20
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-align)
23
21
  */
24
22
  align? : AlignSpec|string
25
23
  /**
@@ -41,35 +39,30 @@ export type BryntumProgressBarProps = {
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/ProgressBar#config-ariaDescription)
42
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#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/ProgressBar#config-ariaLabel)
48
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-ariaLabel)
53
49
  */
54
50
  ariaLabel? : string
55
51
  /**
56
52
  * An object where property names with a truthy value indicate which events should bubble up the ownership
57
53
  * hierarchy when triggered.
58
- * ...
59
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-bubbleEvents)
54
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-bubbleEvents)
60
55
  */
61
56
  bubbleEvents? : object
62
57
  /**
63
58
  * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
64
- * ...
65
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-callOnFunctions)
59
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-callOnFunctions)
66
60
  */
67
61
  callOnFunctions? : boolean
68
62
  /**
69
63
  * By default, if an event handler throws an exception, the error propagates up the stack and the
70
64
  * application state is undefined. Code which follows the event handler will *not* be executed.
71
- * ...
72
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-catchEventHandlerExceptions)
65
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-catchEventHandlerExceptions)
73
66
  */
74
67
  catchEventHandlerExceptions? : boolean
75
68
  /**
@@ -81,8 +74,7 @@ export type BryntumProgressBarProps = {
81
74
  * Custom CSS classes to add to element.
82
75
  * May be specified as a space separated string, or as an object in which property names
83
76
  * with truthy values are used as the class names:
84
- * ...
85
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-cls)
77
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-cls)
86
78
  */
87
79
  cls? : string|object
88
80
  /**
@@ -110,8 +102,7 @@ export type BryntumProgressBarProps = {
110
102
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
111
103
  * May be specified as a space separated string, or as an object in which property names
112
104
  * with truthy values are used as the class names:
113
- * ...
114
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-contentElementCls)
105
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-contentElementCls)
115
106
  */
116
107
  contentElementCls? : string|object
117
108
  /**
@@ -129,16 +120,15 @@ export type BryntumProgressBarProps = {
129
120
  */
130
121
  defaultBindProperty? : string
131
122
  /**
132
- * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
133
- * ...
134
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-detectCSSCompatibilityIssues)
123
+ * Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
124
+ * checks:
125
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-detectCSSCompatibilityIssues)
135
126
  */
136
127
  detectCSSCompatibilityIssues? : boolean
137
128
  /**
138
129
  * 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
139
130
  * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
140
- * ...
141
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-disabled)
131
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-disabled)
142
132
  */
143
133
  disabled? : boolean|'inert'
144
134
  /**
@@ -146,25 +136,21 @@ export type BryntumProgressBarProps = {
146
136
  * [strips collection](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
147
137
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
148
138
  * body. Such widgets are called "edge strips".
149
- * ...
150
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-dock)
139
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-dock)
151
140
  */
152
141
  dock? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
153
142
  /**
154
143
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
155
144
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
156
145
  * property which controls when a drag should start.
157
- * ...
158
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-draggable)
146
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-draggable)
147
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
159
148
  */
160
- draggable? : boolean|{
161
- handleSelector?: string
162
- }
149
+ draggable? : boolean|object
163
150
  /**
164
151
  * An object specifying attributes to assign to the root element of this widget.
165
152
  * Set `null` value to attribute to remove it.
166
- * ...
167
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-elementAttributes)
153
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-elementAttributes)
168
154
  */
169
155
  elementAttributes? : Record<string, string|null>
170
156
  extraData? : any
@@ -193,18 +179,15 @@ export type BryntumProgressBarProps = {
193
179
  hidden? : boolean
194
180
  /**
195
181
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
196
- * ...
197
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-hideAnimation)
182
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-hideAnimation)
198
183
  */
199
184
  hideAnimation? : boolean|object
200
185
  /**
201
186
  * The HTML to display initially or a function returning the markup (called at widget construction time).
202
- * ...
203
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-html)
187
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-html)
204
188
  * @param {Core.widget.Widget} widget The calling Widget
205
- * @returns {string}
206
189
  */
207
- html? : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig
190
+ html? : string|((widget: Widget) => void)|DomConfig|DomConfig[]|VueConfig|ReactJSX
208
191
  /**
209
192
  * The CSS class(es) to add when HTML content is being applied to this widget.
210
193
  */
@@ -215,8 +198,7 @@ export type BryntumProgressBarProps = {
215
198
  id? : string
216
199
  /**
217
200
  * Determines if the widgets read-only state should be controlled by its parent.
218
- * ...
219
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-ignoreParentReadOnly)
201
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-ignoreParentReadOnly)
220
202
  */
221
203
  ignoreParentReadOnly? : boolean
222
204
  /**
@@ -231,8 +213,7 @@ export type BryntumProgressBarProps = {
231
213
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
232
214
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
233
215
  * are the name of the instance method to call when the keystroke is received.
234
- * ...
235
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-keyMap)
216
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-keyMap)
236
217
  */
237
218
  keyMap? : Record<string, KeyMapConfig>
238
219
  /**
@@ -241,16 +222,14 @@ export type BryntumProgressBarProps = {
241
222
  label? : string
242
223
  /**
243
224
  * The listener set for this object.
244
- * ...
245
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-listeners)
225
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-listeners)
246
226
  */
247
227
  listeners? : ProgressBarListeners
248
228
  /**
249
229
  * A class translations of which are used for translating this entity.
250
230
  * This is often used when translations of an item are defined on its container class.
251
231
  * For example:
252
- * ...
253
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-localeClass)
232
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-localeClass)
254
233
  */
255
234
  localeClass? : typeof Base
256
235
  /**
@@ -262,8 +241,7 @@ export type BryntumProgressBarProps = {
262
241
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
263
242
  * you could use 'localeKey' meta configuration.
264
243
  * Example:
265
- * ...
266
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-localizableProperties)
244
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-localizableProperties)
267
245
  */
268
246
  localizableProperties? : string[]
269
247
  /**
@@ -293,8 +271,7 @@ export type BryntumProgressBarProps = {
293
271
  maxHeight? : string|number
294
272
  /**
295
273
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
296
- * ...
297
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-maximizeOnMobile)
274
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-maximizeOnMobile)
298
275
  */
299
276
  maximizeOnMobile? : number|string
300
277
  /**
@@ -316,18 +293,15 @@ export type BryntumProgressBarProps = {
316
293
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
317
294
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
318
295
  * layout.
319
- * ...
320
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-monitorResize)
296
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-monitorResize)
297
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
321
298
  */
322
- monitorResize? : boolean|{
323
- immediate?: boolean
324
- }
299
+ monitorResize? : boolean|object
325
300
  /**
326
301
  * 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
327
302
  * not participate in the standard layout of that widget, and must be positioned relatively to that
328
303
  * widget's [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
329
- * ...
330
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-positioned)
304
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-positioned)
331
305
  */
332
306
  positioned? : boolean
333
307
  /**
@@ -338,8 +312,7 @@ export type BryntumProgressBarProps = {
338
312
  /**
339
313
  * Whether this widget is read-only. This is only valid if the widget is an input
340
314
  * field, <strong>or contains input fields at any depth</strong>.
341
- * ...
342
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-readOnly)
315
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-readOnly)
343
316
  */
344
317
  readOnly? : boolean
345
318
  relayStoreEvents? : boolean
@@ -347,23 +320,26 @@ export type BryntumProgressBarProps = {
347
320
  * Configure as `true` to have the component display a translucent ripple when its
348
321
  * [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
349
322
  * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
350
- * ...
351
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-ripple)
352
- */
353
- ripple? : boolean|{
354
- delegate?: string
355
- color?: string
356
- radius?: number
357
- clip?: string
358
- }
323
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-ripple)
324
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
325
+ * @property {string} [color] A CSS color name or specification.
326
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
327
+ * @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.
328
+ */
329
+ ripple? : boolean|object
330
+ /**
331
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
332
+ * accidentally applying a role which may interfere with screen readers.
333
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-role)
334
+ */
335
+ role? : string
359
336
  /**
360
337
  * 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`
361
338
  */
362
339
  rootElement? : ShadowRoot|HTMLElement
363
340
  /**
364
341
  * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
365
- * ...
366
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-rtl)
342
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-rtl)
367
343
  */
368
344
  rtl? : boolean
369
345
  /**
@@ -371,8 +347,7 @@ export type BryntumProgressBarProps = {
371
347
  * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
372
348
  * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
373
349
  * CSS overflow properties thus:
374
- * ...
375
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-scrollable)
350
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-scrollable)
376
351
  */
377
352
  scrollable? : boolean|ScrollerConfig|Scroller
378
353
  /**
@@ -382,8 +357,7 @@ export type BryntumProgressBarProps = {
382
357
  scrollAction? : 'hide'|'realign'|null
383
358
  /**
384
359
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
385
- * ...
386
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-showAnimation)
360
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-showAnimation)
387
361
  */
388
362
  showAnimation? : boolean|object
389
363
  /**
@@ -398,8 +372,7 @@ export type BryntumProgressBarProps = {
398
372
  * 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
399
373
  * [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
400
374
  * this widget:
401
- * ...
402
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-tab)
375
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-tab)
403
376
  */
404
377
  tab? : boolean|TabConfig
405
378
  /**
@@ -408,8 +381,7 @@ export type BryntumProgressBarProps = {
408
381
  tag? : string
409
382
  /**
410
383
  * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
411
- * ...
412
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-textAlign)
384
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-textAlign)
413
385
  */
414
386
  textAlign? : 'left'|'center'|'right'|'start'|'end'
415
387
  /**
@@ -418,8 +390,7 @@ export type BryntumProgressBarProps = {
418
390
  title? : string
419
391
  /**
420
392
  * Tooltip for the widget, either as a string or as a Tooltip config object.
421
- * ...
422
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-tooltip)
393
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-tooltip)
423
394
  */
424
395
  tooltip? : string|TooltipConfig|null
425
396
  type? : 'progressbar'
@@ -427,8 +398,7 @@ export type BryntumProgressBarProps = {
427
398
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
428
399
  * as a space separated string, an array of strings, or as an object in which property names with truthy
429
400
  * values are used as the class names.
430
- * ...
431
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-ui)
401
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-ui)
432
402
  */
433
403
  ui? : string|object
434
404
  /**
@@ -461,14 +431,12 @@ export type BryntumProgressBarProps = {
461
431
  width? : string|number
462
432
  /**
463
433
  * The x position for the widget.
464
- * ...
465
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-x)
434
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-x)
466
435
  */
467
436
  x? : number
468
437
  /**
469
438
  * The y position for the widget.
470
- * ...
471
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-y)
439
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-y)
472
440
  */
473
441
  y? : number
474
442
 
@@ -493,8 +461,7 @@ export type BryntumProgressBarProps = {
493
461
  onBeforeShow? : ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string
494
462
  /**
495
463
  * Fires when any other event is fired from the object.
496
- * ...
497
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#event-catchAll)
464
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#event-catchAll)
498
465
  * @param {object} event Event object
499
466
  * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
500
467
  * @param {string} event.event.type The type of the event which is caught by the listener
@@ -545,8 +512,7 @@ export type BryntumProgressBarProps = {
545
512
  /**
546
513
  * Triggered when a widget which had been in a non-visible state for any reason
547
514
  * achieves visibility.
548
- * ...
549
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#event-paint)
515
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#event-paint)
550
516
  * @param {object} event Event object
551
517
  * @param {Core.widget.Widget} event.source The widget being painted.
552
518
  * @param {boolean} event.firstPaint `true` if this is the first paint.
@@ -622,6 +588,7 @@ export class BryntumProgressBar extends React.Component<BryntumProgressBarProps>
622
588
  'preventTooltipOnTouch',
623
589
  'relayStoreEvents',
624
590
  'ripple',
591
+ 'role',
625
592
  'rootElement',
626
593
  'scrollAction',
627
594
  'showAnimation',
@@ -691,8 +658,6 @@ export class BryntumProgressBar extends React.Component<BryntumProgressBarProps>
691
658
  ];
692
659
 
693
660
  static propertyNames = [
694
- 'anchorSize',
695
- 'focusVisible',
696
661
  'parent'
697
662
  ];
698
663