@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, Container, CoreContainerItemConfig, CoreContainerLayoutConfig, DomConfig, FieldSet, FieldSetListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
6
+ import { AlignSpec, Base, Color, Container, CoreContainerItemConfig, CoreContainerLayoutConfig, DomConfig, FieldSet, FieldSetListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ReactJSX, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, 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 BryntumFieldSetProps = {
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/FieldSet#config-adopt)
15
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#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/FieldSet#config-align)
20
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-align)
23
21
  */
24
22
  align? : AlignSpec|string
25
23
  /**
@@ -41,15 +39,13 @@ export type BryntumFieldSetProps = {
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/FieldSet#config-ariaDescription)
42
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#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/FieldSet#config-ariaLabel)
48
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-ariaLabel)
53
49
  */
54
50
  ariaLabel? : string
55
51
  /**
@@ -59,14 +55,12 @@ export type BryntumFieldSetProps = {
59
55
  /**
60
56
  * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/core/docs/api/Core/widget/Toolbar),
61
57
  * or array of config objects representing the child items of a Toolbar. Another way to add a bbar is to use [strips](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-strips).
62
- * ...
63
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-bbar)
58
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-bbar)
64
59
  */
65
60
  bbar? : (CoreContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null
66
61
  /**
67
62
  * Custom CSS classes to add to the panel's body element.
68
- * ...
69
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-bodyCls)
63
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-bodyCls)
70
64
  */
71
65
  bodyCls? : string|object
72
66
  /**
@@ -76,21 +70,18 @@ export type BryntumFieldSetProps = {
76
70
  /**
77
71
  * An object where property names with a truthy value indicate which events should bubble up the ownership
78
72
  * hierarchy when triggered.
79
- * ...
80
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-bubbleEvents)
73
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-bubbleEvents)
81
74
  */
82
75
  bubbleEvents? : object
83
76
  /**
84
77
  * 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/FieldSet#config-callOnFunctions)
78
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-callOnFunctions)
87
79
  */
88
80
  callOnFunctions? : boolean
89
81
  /**
90
82
  * By default, if an event handler throws an exception, the error propagates up the stack and the
91
83
  * 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/FieldSet#config-catchEventHandlerExceptions)
84
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-catchEventHandlerExceptions)
94
85
  */
95
86
  catchEventHandlerExceptions? : boolean
96
87
  /**
@@ -102,8 +93,7 @@ export type BryntumFieldSetProps = {
102
93
  * Custom CSS classes to add to element.
103
94
  * May be specified as a space separated string, or as an object in which property names
104
95
  * with truthy values are used as the class names:
105
- * ...
106
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-cls)
96
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-cls)
107
97
  */
108
98
  cls? : string|object
109
99
  /**
@@ -113,15 +103,13 @@ export type BryntumFieldSetProps = {
113
103
  collapsed? : boolean
114
104
  /**
115
105
  * This config enables collapsibility for the panel. See [collapsed](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-collapsed).
116
- * ...
117
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-collapsible)
106
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-collapsible)
118
107
  */
119
108
  collapsible? : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig
120
109
  /**
121
110
  * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
122
111
  * `style` block.
123
- * ...
124
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-color)
112
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-color)
125
113
  */
126
114
  color? : Color
127
115
  /**
@@ -145,8 +133,7 @@ export type BryntumFieldSetProps = {
145
133
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
146
134
  * May be specified as a space separated string, or as an object in which property names
147
135
  * with truthy values are used as the class names:
148
- * ...
149
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-contentElementCls)
136
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-contentElementCls)
150
137
  */
151
138
  contentElementCls? : string|object
152
139
  /**
@@ -166,8 +153,7 @@ export type BryntumFieldSetProps = {
166
153
  /**
167
154
  * A [query](https://bryntum.com/products/core/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
168
155
  * focus should be directed by default.
169
- * ...
170
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-defaultFocus)
156
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-defaultFocus)
171
157
  * @param {Core.widget.Widget} widget Widget passed to method
172
158
  * @returns {boolean} truthy value if widget is the default one
173
159
  */
@@ -177,16 +163,15 @@ export type BryntumFieldSetProps = {
177
163
  */
178
164
  defaults? : CoreContainerItemConfig
179
165
  /**
180
- * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
181
- * ...
182
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-detectCSSCompatibilityIssues)
166
+ * Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
167
+ * checks:
168
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-detectCSSCompatibilityIssues)
183
169
  */
184
170
  detectCSSCompatibilityIssues? : boolean
185
171
  /**
186
172
  * 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
187
173
  * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
188
- * ...
189
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-disabled)
174
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-disabled)
190
175
  */
191
176
  disabled? : boolean|'inert'
192
177
  /**
@@ -194,39 +179,34 @@ export type BryntumFieldSetProps = {
194
179
  * [strips collection](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
195
180
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
196
181
  * body. Such widgets are called "edge strips".
197
- * ...
198
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-dock)
182
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-dock)
199
183
  */
200
184
  dock? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
201
185
  /**
202
186
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
203
187
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
204
188
  * property which controls when a drag should start.
205
- * ...
206
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-draggable)
189
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-draggable)
190
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
207
191
  */
208
- draggable? : boolean|{
209
- handleSelector?: string
210
- }
192
+ draggable? : boolean|object
211
193
  /**
212
194
  * Make this Panel a docked drawer which slides out from one side of the browser viewport by default.
213
- * ...
214
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-drawer)
215
- * @param {'start','left','end','right','top','bottom'} side The side of the viewport to dock the drawer to. * `'start'` means the `inline-start` side. * `'end'` means the `inline-end` side.
216
- * @param {string,number} size The size of the drawer in its collapsible axis.
217
- * @param {boolean} inline If using the [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-appendTo) config to place the drawer inside a host widget, this may be set to `true` to make the drawer inline within that host. Note that, if using this, the layout of the host element must have `flex-direction` set appropriately.
218
- * @param {boolean,object} autoClose Specifies what user actions should automatically close the drawer. Defaults to closing when the user clicks outside of the drawer or when focus moves outside of the drawer.
219
- * @param {boolean,string} autoClose.mousedown If the user clicks outside of the drawer, the drawer will automatically be hidden. If the value is a string, it is used as a CSS selector to filter clicks which should close the drawer.
220
- * @param {boolean,string} autoClose.focusout If focus moves outside of the drawer, the drawer will automatically be hidden.
221
- * @param {string} autoClose.mouseout Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
222
- * @param {number} autoCloseDelay When using `mouseout`, this is the delay in milliseconds
223
- */
224
- drawer? : boolean|{side?: 'start'|'left'|'end'|'right'|'top'|'bottom', size?: string|number, inline?: boolean, autoClose: { mousedown?: boolean|string, focusout?: boolean|string, mouseout?: string }, autoCloseDelay?: number}
195
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-drawer)
196
+ * @param {'start','left','end','right','top','bottom'} [side] The side of the viewport to dock the drawer to. * `'start'` means the `inline-start` side. * `'end'` means the `inline-end` side.
197
+ * @param {string,number} [size] The size of the drawer in its collapsible axis.
198
+ * @param {boolean} [inline] If using the [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-appendTo) config to place the drawer inside a host widget, this may be set to `true` to make the drawer inline within that host. Note that, if using this, the layout of the host element must have `flex-direction` set appropriately.
199
+ * @param {boolean,object} [autoClose] Specifies what user actions should automatically close the drawer. Defaults to closing when the user clicks outside of the drawer or when focus moves outside of the drawer.
200
+ * @param {boolean,string} [autoClose.mousedown] If the user clicks outside of the drawer, the drawer will automatically be hidden. If the value is a string, it is used as a CSS selector to filter clicks which should close the drawer.
201
+ * @param {boolean,string} [autoClose.focusout] If focus moves outside of the drawer, the drawer will automatically be hidden.
202
+ * @param {string} [autoClose.mouseout] Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
203
+ * @param {number} [autoCloseDelay] When using `mouseout`, this is the delay in milliseconds
204
+ */
205
+ drawer? : boolean|{ side?: 'start'|'left'|'end'|'right'|'top'|'bottom', size?: string|number, inline?: boolean, autoClose?: boolean|{ mousedown?: boolean|string, focusout?: boolean|string, mouseout?: string }, autoCloseDelay?: number }
225
206
  /**
226
207
  * An object specifying attributes to assign to the root element of this widget.
227
208
  * Set `null` value to attribute to remove it.
228
- * ...
229
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-elementAttributes)
209
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-elementAttributes)
230
210
  */
231
211
  elementAttributes? : Record<string, string|null>
232
212
  extraData? : any
@@ -246,18 +226,15 @@ export type BryntumFieldSetProps = {
246
226
  /**
247
227
  * Config object of a footer. May contain a `dock`, `html` and a `cls` property. A footer is not a widget,
248
228
  * but rather plain HTML that follows the last element of the panel's body and [strips](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-strips).
249
- * ...
250
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-footer)
229
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-footer)
230
+ * @property {'top','right','bottom','left','start','end'} dock Where to dock
231
+ * @property {string} html Html to populate the footer with
232
+ * @property {string} cls CSS class to add to the footer
251
233
  */
252
- footer? : {
253
- dock?: 'top'|'right'|'bottom'|'left'|'start'|'end'
254
- html?: string
255
- cls?: string
256
- }|string
234
+ footer? : object|string
257
235
  /**
258
236
  * A config [object](https://bryntum.com/products/core/docs/api/Core/widget/Panel#typedef-PanelHeader) for the panel's header or a string in place of a `title`.
259
- * ...
260
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-header)
237
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-header)
261
238
  */
262
239
  header? : string|boolean|PanelHeader
263
240
  /**
@@ -272,25 +249,21 @@ export type BryntumFieldSetProps = {
272
249
  hidden? : boolean
273
250
  /**
274
251
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
275
- * ...
276
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-hideAnimation)
252
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-hideAnimation)
277
253
  */
278
254
  hideAnimation? : boolean|object
279
255
  /**
280
256
  * Specify `true` to make this container hide when it has no visible children (Either empty
281
257
  * or all children hidden).
282
- * ...
283
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-hideWhenEmpty)
258
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-hideWhenEmpty)
284
259
  */
285
260
  hideWhenEmpty? : boolean
286
261
  /**
287
262
  * The HTML to display initially or a function returning the markup (called at widget construction time).
288
- * ...
289
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-html)
263
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-html)
290
264
  * @param {Core.widget.Widget} widget The calling Widget
291
- * @returns {string}
292
265
  */
293
- html? : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig
266
+ html? : string|((widget: Widget) => void)|DomConfig|DomConfig[]|VueConfig|ReactJSX
294
267
  /**
295
268
  * The CSS class(es) to add when HTML content is being applied to this widget.
296
269
  */
@@ -306,23 +279,20 @@ export type BryntumFieldSetProps = {
306
279
  id? : string
307
280
  /**
308
281
  * Determines if the widgets read-only state should be controlled by its parent.
309
- * ...
310
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-ignoreParentReadOnly)
282
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-ignoreParentReadOnly)
311
283
  */
312
284
  ignoreParentReadOnly? : boolean
313
285
  /**
314
286
  * Setting this config to `true` assigns a horizontal box layout (`flex-flow: row`) to the items in this
315
287
  * container, while `false` assigns a vertical box layout (`flex-flow: column`).
316
- * ...
317
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-inline)
288
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-inline)
318
289
  */
319
290
  inline? : boolean
320
291
  /**
321
292
  * Convenience setting to align input fields of child widgets. By default, the Field input element is
322
293
  * placed immediately following the `label`. If you prefer to have all input fields aligned to the
323
294
  * right, set this config to `'end'`.
324
- * ...
325
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-inputFieldAlign)
295
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-inputFieldAlign)
326
296
  */
327
297
  inputFieldAlign? : 'start'|'end'
328
298
  /**
@@ -340,16 +310,14 @@ export type BryntumFieldSetProps = {
340
310
  /**
341
311
  * An object containing typed child widget config objects or Widgets. May also be specified
342
312
  * as an array.
343
- * ...
344
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-items)
313
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-items)
345
314
  */
346
315
  items? : Record<string, CoreContainerItemConfig|MenuItemEntry>|(CoreContainerItemConfig|MenuItemEntry|Widget)[]
347
316
  /**
348
317
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
349
318
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
350
319
  * are the name of the instance method to call when the keystroke is received.
351
- * ...
352
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-keyMap)
320
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-keyMap)
353
321
  */
354
322
  keyMap? : Record<string, KeyMapConfig>
355
323
  /**
@@ -362,45 +330,40 @@ export type BryntumFieldSetProps = {
362
330
  labelCls? : string|object
363
331
  /**
364
332
  * Convenience setting to use same label placement on all child widgets.
365
- * ...
366
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-labelPosition)
333
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-labelPosition)
367
334
  */
368
335
  labelPosition? : 'before'|'above'|'align-before'|'auto'|null
369
336
  /**
370
- * The width to apply to the `&lt;label&gt;` element. If a number is specified, `px` will be used.
337
+ * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
338
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-labelWidth)
371
339
  */
372
- labelWidth? : string|number
340
+ labelWidth? : number|null
373
341
  /**
374
342
  * The short name of a helper class which manages rendering and styling of child items.
375
- * ...
376
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-layout)
343
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-layout)
377
344
  */
378
345
  layout? : string|CoreContainerLayoutConfig
379
346
  /**
380
347
  * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
381
- * ...
382
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-layoutStyle)
348
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-layoutStyle)
383
349
  */
384
350
  layoutStyle? : object
385
351
  /**
386
352
  * An array of [child item](https://bryntum.com/products/core/docs/api/Core/widget/Container#config-items) *config objects* which is to be converted into
387
353
  * instances only when this Container is rendered, rather than eagerly at construct time.
388
- * ...
389
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-lazyItems)
354
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-lazyItems)
390
355
  */
391
356
  lazyItems? : Record<string, CoreContainerItemConfig>|CoreContainerItemConfig[]|Widget[]
392
357
  /**
393
358
  * The listener set for this object.
394
- * ...
395
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-listeners)
359
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-listeners)
396
360
  */
397
361
  listeners? : FieldSetListeners
398
362
  /**
399
363
  * A class translations of which are used for translating this entity.
400
364
  * This is often used when translations of an item are defined on its container class.
401
365
  * For example:
402
- * ...
403
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-localeClass)
366
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-localeClass)
404
367
  */
405
368
  localeClass? : typeof Base
406
369
  /**
@@ -412,8 +375,7 @@ export type BryntumFieldSetProps = {
412
375
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
413
376
  * you could use 'localeKey' meta configuration.
414
377
  * Example:
415
- * ...
416
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-localizableProperties)
378
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-localizableProperties)
417
379
  */
418
380
  localizableProperties? : string[]
419
381
  /**
@@ -439,8 +401,7 @@ export type BryntumFieldSetProps = {
439
401
  maxHeight? : string|number
440
402
  /**
441
403
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
442
- * ...
443
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-maximizeOnMobile)
404
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-maximizeOnMobile)
444
405
  */
445
406
  maximizeOnMobile? : number|string
446
407
  /**
@@ -462,26 +423,22 @@ export type BryntumFieldSetProps = {
462
423
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
463
424
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
464
425
  * layout.
465
- * ...
466
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-monitorResize)
426
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-monitorResize)
427
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
467
428
  */
468
- monitorResize? : boolean|{
469
- immediate?: boolean
470
- }
429
+ monitorResize? : boolean|object
471
430
  /**
472
431
  * An object containing default config objects which may be referenced by name in the [items](https://bryntum.com/products/core/docs/api/Core/widget/Container#config-items)
473
432
  * config. For example, a specialized [Menu](https://bryntum.com/products/core/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
474
433
  * value defined like this:
475
- * ...
476
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-namedItems)
434
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-namedItems)
477
435
  */
478
436
  namedItems? : Record<string, CoreContainerItemConfig>
479
437
  /**
480
438
  * 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
481
439
  * not participate in the standard layout of that widget, and must be positioned relatively to that
482
440
  * widget's [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
483
- * ...
484
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-positioned)
441
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-positioned)
485
442
  */
486
443
  positioned? : boolean
487
444
  /**
@@ -492,45 +449,45 @@ export type BryntumFieldSetProps = {
492
449
  /**
493
450
  * Whether this widget is read-only. This is only valid if the widget is an input
494
451
  * field, <strong>or contains input fields at any depth</strong>.
495
- * ...
496
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-readOnly)
452
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-readOnly)
497
453
  */
498
454
  readOnly? : boolean
499
455
  /**
500
456
  * [Record](https://bryntum.com/products/core/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
501
- * ...
502
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-record)
457
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-record)
503
458
  */
504
459
  record? : Model
505
460
  relayStoreEvents? : boolean
506
461
  /**
507
462
  * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
508
463
  * `type`.
509
- * ...
510
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-rendition)
464
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-rendition)
511
465
  */
512
466
  rendition? : string|Record<string, string>|null
513
467
  /**
514
468
  * Configure as `true` to have the component display a translucent ripple when its
515
469
  * [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
516
470
  * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
517
- * ...
518
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-ripple)
519
- */
520
- ripple? : boolean|{
521
- delegate?: string
522
- color?: string
523
- radius?: number
524
- clip?: string
525
- }
471
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-ripple)
472
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
473
+ * @property {string} [color] A CSS color name or specification.
474
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
475
+ * @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.
476
+ */
477
+ ripple? : boolean|object
478
+ /**
479
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
480
+ * accidentally applying a role which may interfere with screen readers.
481
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-role)
482
+ */
483
+ role? : string
526
484
  /**
527
485
  * 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`
528
486
  */
529
487
  rootElement? : ShadowRoot|HTMLElement
530
488
  /**
531
489
  * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
532
- * ...
533
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-rtl)
490
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-rtl)
534
491
  */
535
492
  rtl? : boolean
536
493
  /**
@@ -538,8 +495,7 @@ export type BryntumFieldSetProps = {
538
495
  * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
539
496
  * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
540
497
  * CSS overflow properties thus:
541
- * ...
542
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-scrollable)
498
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-scrollable)
543
499
  */
544
500
  scrollable? : boolean|ScrollerConfig|Scroller
545
501
  /**
@@ -549,8 +505,7 @@ export type BryntumFieldSetProps = {
549
505
  scrollAction? : 'hide'|'realign'|null
550
506
  /**
551
507
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
552
- * ...
553
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-showAnimation)
508
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-showAnimation)
554
509
  */
555
510
  showAnimation? : boolean|object
556
511
  /**
@@ -563,30 +518,26 @@ export type BryntumFieldSetProps = {
563
518
  span? : number
564
519
  /**
565
520
  * This value can be one of the following:
566
- * ...
567
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-stateful)
521
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-stateful)
568
522
  */
569
523
  stateful? : boolean|object|string[]
570
524
  /**
571
525
  * The events that, when fired by this component, should trigger it to save its state by calling
572
526
  * [saveState](https://bryntum.com/products/core/docs/api/Core/mixin/State#function-saveState).
573
- * ...
574
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-statefulEvents)
527
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-statefulEvents)
575
528
  */
576
529
  statefulEvents? : object|string[]
577
530
  /**
578
531
  * The key to use when saving this object's state in the [stateProvider](https://bryntum.com/products/core/docs/api/Core/mixin/State#config-stateProvider). If this config is
579
532
  * not assigned, and [stateful](https://bryntum.com/products/core/docs/api/Core/mixin/State#config-stateful) is not set to `false`, the [id](#Core/widget/Widget#config-id)
580
533
  * (if explicitly specified) will be used as the `stateId`.
581
- * ...
582
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-stateId)
534
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-stateId)
583
535
  */
584
536
  stateId? : string
585
537
  /**
586
538
  * The `StateProvider` to use to save and restore this object's [state](https://bryntum.com/products/core/docs/api/Core/mixin/State#property-state). By default, `state`
587
539
  * will be saved using the [default state provider](https://bryntum.com/products/core/docs/api/Core/state/StateProvider#property-instance-static).
588
- * ...
589
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-stateProvider)
540
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-stateProvider)
590
541
  */
591
542
  stateProvider? : StateProvider
592
543
  /**
@@ -598,23 +549,20 @@ export type BryntumFieldSetProps = {
598
549
  * An object containing widgets keyed by name. By default (when no `type` is given), strips are
599
550
  * [toolbars](https://bryntum.com/products/core/docs/api/Core/widget/Toolbar). If you want to pass an array, you can use
600
551
  * the toolbar's [items](https://bryntum.com/products/core/docs/api/Core/widget/Container#config-items).
601
- * ...
602
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-strips)
552
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-strips)
603
553
  */
604
554
  strips? : Record<string, CoreContainerItemConfig>
605
555
  /**
606
556
  * 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
607
557
  * [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
608
558
  * this widget:
609
- * ...
610
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tab)
559
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tab)
611
560
  */
612
561
  tab? : boolean|TabConfig
613
562
  /**
614
563
  * When this container is used as a tab in a TabPanel, these items are added to the
615
564
  * [TabBar](https://bryntum.com/products/core/docs/api/Core/widget/TabBar) when this container is the active tab.
616
- * ...
617
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tabBarItems)
565
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tabBarItems)
618
566
  */
619
567
  tabBarItems? : ToolbarItems[]|Widget[]
620
568
  /**
@@ -625,42 +573,36 @@ export type BryntumFieldSetProps = {
625
573
  * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/core/docs/api/Core/widget/Toolbar),
626
574
  * or array of config objects representing the child items of a Toolbar.
627
575
  * This creates a toolbar docked to the top of the panel immediately below the header.
628
- * ...
629
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tbar)
576
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tbar)
630
577
  */
631
578
  tbar? : (CoreContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null
632
579
  /**
633
580
  * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
634
- * ...
635
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-textAlign)
581
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-textAlign)
636
582
  */
637
583
  textAlign? : 'left'|'center'|'right'|'start'|'end'
638
584
  /**
639
585
  * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
640
586
  * which specifies a default max-width that makes long text more readable.
641
- * ...
642
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-textContent)
587
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-textContent)
643
588
  */
644
589
  textContent? : boolean
645
590
  /**
646
591
  * A title to display in the header or owning TabPanel. Causes creation and docking of a header
647
592
  * to the top if no header is configured.
648
- * ...
649
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-title)
593
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-title)
650
594
  */
651
595
  title? : string
652
596
  /**
653
597
  * The [tools](https://bryntum.com/products/core/docs/api/Core/widget/Tool) to add either before or after the `title` in the Panel header. Each
654
598
  * property name is the reference by which an instantiated tool may be retrieved from the live
655
599
  * `[tools](https://bryntum.com/products/core/docs/api/Core/widget/mixin/Toolable#property-tools)` property.
656
- * ...
657
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tools)
600
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tools)
658
601
  */
659
602
  tools? : Record<string, ToolConfig>|null
660
603
  /**
661
604
  * Tooltip for the widget, either as a string or as a Tooltip config object.
662
- * ...
663
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tooltip)
605
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-tooltip)
664
606
  */
665
607
  tooltip? : string|TooltipConfig|null
666
608
  /**
@@ -674,8 +616,7 @@ export type BryntumFieldSetProps = {
674
616
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
675
617
  * as a space separated string, an array of strings, or as an object in which property names with truthy
676
618
  * values are used as the class names.
677
- * ...
678
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-ui)
619
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-ui)
679
620
  */
680
621
  ui? : 'plain'|'toolbar'|string|object
681
622
  /**
@@ -691,14 +632,12 @@ export type BryntumFieldSetProps = {
691
632
  width? : string|number
692
633
  /**
693
634
  * The x position for the widget.
694
- * ...
695
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-x)
635
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-x)
696
636
  */
697
637
  x? : number
698
638
  /**
699
639
  * The y position for the widget.
700
- * ...
701
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-y)
640
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-y)
702
641
  */
703
642
  y? : number
704
643
 
@@ -743,8 +682,7 @@ export type BryntumFieldSetProps = {
743
682
  onBeforeStateSave? : ((event: { state: any }) => Promise<boolean>|boolean|void)|string
744
683
  /**
745
684
  * Fires when any other event is fired from the object.
746
- * ...
747
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#event-catchAll)
685
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#event-catchAll)
748
686
  * @param {object} event Event object
749
687
  * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
750
688
  * @param {string} event.event.type The type of the event which is caught by the listener
@@ -814,8 +752,7 @@ export type BryntumFieldSetProps = {
814
752
  /**
815
753
  * Triggered when a widget which had been in a non-visible state for any reason
816
754
  * achieves visibility.
817
- * ...
818
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#event-paint)
755
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#event-paint)
819
756
  * @param {object} event Event object
820
757
  * @param {Core.widget.Widget} event.source The widget being painted.
821
758
  * @param {boolean} event.firstPaint `true` if this is the first paint.
@@ -902,7 +839,6 @@ export class BryntumFieldSet extends React.Component<BryntumFieldSetProps> {
902
839
  'ignoreParentReadOnly',
903
840
  'itemCls',
904
841
  'labelCls',
905
- 'labelWidth',
906
842
  'lazyItems',
907
843
  'listeners',
908
844
  'localeClass',
@@ -916,6 +852,7 @@ export class BryntumFieldSet extends React.Component<BryntumFieldSetProps> {
916
852
  'preventTooltipOnTouch',
917
853
  'relayStoreEvents',
918
854
  'ripple',
855
+ 'role',
919
856
  'rootElement',
920
857
  'scrollAction',
921
858
  'showAnimation',
@@ -962,6 +899,7 @@ export class BryntumFieldSet extends React.Component<BryntumFieldSetProps> {
962
899
  'keyMap',
963
900
  'label',
964
901
  'labelPosition',
902
+ 'labelWidth',
965
903
  'layout',
966
904
  'layoutStyle',
967
905
  'margin',
@@ -1007,11 +945,6 @@ export class BryntumFieldSet extends React.Component<BryntumFieldSetProps> {
1007
945
  ];
1008
946
 
1009
947
  static propertyNames = [
1010
- 'anchorSize',
1011
- 'focusVisible',
1012
- 'hasChanges',
1013
- 'isSettingValues',
1014
- 'isValid',
1015
948
  'parent',
1016
949
  'state',
1017
950
  'values'