@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, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, CoreContainerItemConfig, CoreContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
6
+ import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, CoreContainerItemConfig, CoreContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, 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 BryntumFieldFilterPickerProps = {
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/FieldFilterPicker#config-adopt)
15
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#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/FieldFilterPicker#config-align)
20
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-align)
23
21
  */
24
22
  align? : AlignSpec|string
25
23
  /**
@@ -41,15 +39,13 @@ export type BryntumFieldFilterPickerProps = {
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/FieldFilterPicker#config-ariaDescription)
42
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#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/FieldFilterPicker#config-ariaLabel)
48
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-ariaLabel)
53
49
  */
54
50
  ariaLabel? : string
55
51
  /**
@@ -63,21 +59,18 @@ export type BryntumFieldFilterPickerProps = {
63
59
  /**
64
60
  * An object where property names with a truthy value indicate which events should bubble up the ownership
65
61
  * hierarchy when triggered.
66
- * ...
67
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-bubbleEvents)
62
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-bubbleEvents)
68
63
  */
69
64
  bubbleEvents? : object
70
65
  /**
71
66
  * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
72
- * ...
73
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-callOnFunctions)
67
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-callOnFunctions)
74
68
  */
75
69
  callOnFunctions? : boolean
76
70
  /**
77
71
  * By default, if an event handler throws an exception, the error propagates up the stack and the
78
72
  * application state is undefined. Code which follows the event handler will *not* be executed.
79
- * ...
80
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-catchEventHandlerExceptions)
73
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-catchEventHandlerExceptions)
81
74
  */
82
75
  catchEventHandlerExceptions? : boolean
83
76
  /**
@@ -89,15 +82,13 @@ export type BryntumFieldFilterPickerProps = {
89
82
  * Custom CSS classes to add to element.
90
83
  * May be specified as a space separated string, or as an object in which property names
91
84
  * with truthy values are used as the class names:
92
- * ...
93
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-cls)
85
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-cls)
94
86
  */
95
87
  cls? : string|object
96
88
  /**
97
89
  * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
98
90
  * `style` block.
99
- * ...
100
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-color)
91
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-color)
101
92
  */
102
93
  color? : Color
103
94
  /**
@@ -121,8 +112,7 @@ export type BryntumFieldFilterPickerProps = {
121
112
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
122
113
  * May be specified as a space separated string, or as an object in which property names
123
114
  * with truthy values are used as the class names:
124
- * ...
125
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-contentElementCls)
115
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-contentElementCls)
126
116
  */
127
117
  contentElementCls? : string|object
128
118
  /**
@@ -147,8 +137,7 @@ export type BryntumFieldFilterPickerProps = {
147
137
  /**
148
138
  * A [query](https://bryntum.com/products/core/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
149
139
  * focus should be directed by default.
150
- * ...
151
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-defaultFocus)
140
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-defaultFocus)
152
141
  * @param {Core.widget.Widget} widget Widget passed to method
153
142
  * @returns {boolean} truthy value if widget is the default one
154
143
  */
@@ -158,9 +147,9 @@ export type BryntumFieldFilterPickerProps = {
158
147
  */
159
148
  defaults? : CoreContainerItemConfig
160
149
  /**
161
- * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
162
- * ...
163
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-detectCSSCompatibilityIssues)
150
+ * Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
151
+ * checks:
152
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-detectCSSCompatibilityIssues)
164
153
  */
165
154
  detectCSSCompatibilityIssues? : boolean
166
155
  /**
@@ -172,40 +161,34 @@ export type BryntumFieldFilterPickerProps = {
172
161
  * [strips collection](https://bryntum.com/products/core/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
173
162
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
174
163
  * body. Such widgets are called "edge strips".
175
- * ...
176
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-dock)
164
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-dock)
177
165
  */
178
166
  dock? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
179
167
  /**
180
168
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
181
169
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
182
170
  * property which controls when a drag should start.
183
- * ...
184
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-draggable)
171
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-draggable)
172
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
185
173
  */
186
- draggable? : boolean|{
187
- handleSelector?: string
188
- }
174
+ draggable? : boolean|object
189
175
  /**
190
176
  * An object specifying attributes to assign to the root element of this widget.
191
177
  * Set `null` value to attribute to remove it.
192
- * ...
193
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-elementAttributes)
178
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-elementAttributes)
194
179
  */
195
180
  elementAttributes? : Record<string, string|null>
196
181
  extraData? : any
197
182
  /**
198
183
  * Dictionary of [FieldOption](https://bryntum.com/products/core/docs/api/Core/widget/FieldFilterPicker#typedef-FieldOption) representing the fields against which filters can be defined,
199
184
  * keyed by field name.
200
- * ...
201
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-fields)
185
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-fields)
202
186
  */
203
187
  fields? : Record<string, FieldOption>
204
188
  /**
205
189
  * Configuration object for the [CollectionFilter](https://bryntum.com/products/core/docs/api/Core/util/CollectionFilter) displayed
206
190
  * and editable in this picker.
207
- * ...
208
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-filter)
191
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-filter)
209
192
  */
210
193
  filter? : CollectionFilterConfig
211
194
  /**
@@ -224,8 +207,7 @@ export type BryntumFieldFilterPickerProps = {
224
207
  /**
225
208
  * Optional function that modifies the configuration of value fields shown for a filter. The default configuration
226
209
  * is received as an argument and the returned value will be used as the final configuration. For example:
227
- * ...
228
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-getValueFieldConfig)
210
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-getValueFieldConfig)
229
211
  * @param {Core.util.CollectionFilter} filter The filter being displayed
230
212
  * @param {CoreContainerItemConfig} fieldConfig Configuration object for the value field
231
213
  * @returns {CoreContainerItemConfig} the resulting configuration
@@ -243,25 +225,21 @@ export type BryntumFieldFilterPickerProps = {
243
225
  hidden? : boolean
244
226
  /**
245
227
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
246
- * ...
247
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-hideAnimation)
228
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-hideAnimation)
248
229
  */
249
230
  hideAnimation? : boolean|object
250
231
  /**
251
232
  * Specify `true` to make this container hide when it has no visible children (Either empty
252
233
  * or all children hidden).
253
- * ...
254
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-hideWhenEmpty)
234
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-hideWhenEmpty)
255
235
  */
256
236
  hideWhenEmpty? : boolean
257
237
  /**
258
238
  * The HTML to display initially or a function returning the markup (called at widget construction time).
259
- * ...
260
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-html)
239
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-html)
261
240
  * @param {Core.widget.Widget} widget The calling Widget
262
- * @returns {string}
263
241
  */
264
- html? : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig
242
+ html? : string|((widget: Widget) => void)|DomConfig|DomConfig[]|VueConfig|ReactJSX
265
243
  /**
266
244
  * The CSS class(es) to add when HTML content is being applied to this widget.
267
245
  */
@@ -272,16 +250,14 @@ export type BryntumFieldFilterPickerProps = {
272
250
  id? : string
273
251
  /**
274
252
  * Determines if the widgets read-only state should be controlled by its parent.
275
- * ...
276
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-ignoreParentReadOnly)
253
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-ignoreParentReadOnly)
277
254
  */
278
255
  ignoreParentReadOnly? : boolean
279
256
  /**
280
257
  * Convenience setting to align input fields of child widgets. By default, the Field input element is
281
258
  * placed immediately following the `label`. If you prefer to have all input fields aligned to the
282
259
  * right, set this config to `'end'`.
283
- * ...
284
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-inputFieldAlign)
260
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-inputFieldAlign)
285
261
  */
286
262
  inputFieldAlign? : 'start'|'end'
287
263
  /**
@@ -299,55 +275,52 @@ export type BryntumFieldFilterPickerProps = {
299
275
  /**
300
276
  * An object containing typed child widget config objects or Widgets. May also be specified
301
277
  * as an array.
302
- * ...
303
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-items)
278
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-items)
304
279
  */
305
280
  items? : Record<string, CoreContainerItemConfig|MenuItemEntry>|(CoreContainerItemConfig|MenuItemEntry|Widget)[]
306
281
  /**
307
282
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
308
283
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
309
284
  * are the name of the instance method to call when the keystroke is received.
310
- * ...
311
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-keyMap)
285
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-keyMap)
312
286
  */
313
287
  keyMap? : Record<string, KeyMapConfig>
314
288
  /**
315
289
  * Convenience setting to use same label placement on all child widgets.
316
- * ...
317
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-labelPosition)
290
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-labelPosition)
318
291
  */
319
292
  labelPosition? : 'before'|'above'|'align-before'|'auto'|null
293
+ /**
294
+ * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
295
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-labelWidth)
296
+ */
297
+ labelWidth? : number|null
320
298
  /**
321
299
  * The short name of a helper class which manages rendering and styling of child items.
322
- * ...
323
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-layout)
300
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-layout)
324
301
  */
325
302
  layout? : string|CoreContainerLayoutConfig
326
303
  /**
327
304
  * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
328
- * ...
329
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-layoutStyle)
305
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-layoutStyle)
330
306
  */
331
307
  layoutStyle? : object
332
308
  /**
333
309
  * 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
334
310
  * instances only when this Container is rendered, rather than eagerly at construct time.
335
- * ...
336
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-lazyItems)
311
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-lazyItems)
337
312
  */
338
313
  lazyItems? : Record<string, CoreContainerItemConfig>|CoreContainerItemConfig[]|Widget[]
339
314
  /**
340
315
  * The listener set for this object.
341
- * ...
342
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-listeners)
316
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-listeners)
343
317
  */
344
318
  listeners? : FieldFilterPickerListeners
345
319
  /**
346
320
  * A class translations of which are used for translating this entity.
347
321
  * This is often used when translations of an item are defined on its container class.
348
322
  * For example:
349
- * ...
350
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-localeClass)
323
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-localeClass)
351
324
  */
352
325
  localeClass? : typeof Base
353
326
  /**
@@ -359,8 +332,7 @@ export type BryntumFieldFilterPickerProps = {
359
332
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
360
333
  * you could use 'localeKey' meta configuration.
361
334
  * Example:
362
- * ...
363
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-localizableProperties)
335
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-localizableProperties)
364
336
  */
365
337
  localizableProperties? : string[]
366
338
  /**
@@ -386,8 +358,7 @@ export type BryntumFieldFilterPickerProps = {
386
358
  maxHeight? : string|number
387
359
  /**
388
360
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
389
- * ...
390
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-maximizeOnMobile)
361
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-maximizeOnMobile)
391
362
  */
392
363
  maximizeOnMobile? : number|string
393
364
  /**
@@ -409,18 +380,15 @@ export type BryntumFieldFilterPickerProps = {
409
380
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
410
381
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
411
382
  * layout.
412
- * ...
413
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-monitorResize)
383
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-monitorResize)
384
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
414
385
  */
415
- monitorResize? : boolean|{
416
- immediate?: boolean
417
- }
386
+ monitorResize? : boolean|object
418
387
  /**
419
388
  * 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)
420
389
  * config. For example, a specialized [Menu](https://bryntum.com/products/core/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
421
390
  * value defined like this:
422
- * ...
423
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-namedItems)
391
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-namedItems)
424
392
  */
425
393
  namedItems? : Record<string, CoreContainerItemConfig>
426
394
  /**
@@ -430,16 +398,14 @@ export type BryntumFieldFilterPickerProps = {
430
398
  /**
431
399
  * Overrides the built-in list of operators that are available for selection. Specify operators as
432
400
  * an object with data types as keys and lists of operators as values, like this:
433
- * ...
434
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-operators)
401
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-operators)
435
402
  */
436
403
  operators? : object
437
404
  /**
438
405
  * 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
439
406
  * not participate in the standard layout of that widget, and must be positioned relatively to that
440
407
  * widget's [contentElement](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-contentElement).
441
- * ...
442
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-positioned)
408
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-positioned)
443
409
  */
444
410
  positioned? : boolean
445
411
  /**
@@ -461,39 +427,40 @@ export type BryntumFieldFilterPickerProps = {
461
427
  readOnly? : boolean
462
428
  /**
463
429
  * [Record](https://bryntum.com/products/core/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
464
- * ...
465
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-record)
430
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-record)
466
431
  */
467
432
  record? : Model
468
433
  relayStoreEvents? : boolean
469
434
  /**
470
435
  * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
471
436
  * `type`.
472
- * ...
473
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-rendition)
437
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-rendition)
474
438
  */
475
439
  rendition? : string|Record<string, string>|null
476
440
  /**
477
441
  * Configure as `true` to have the component display a translucent ripple when its
478
442
  * [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
479
443
  * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
480
- * ...
481
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-ripple)
482
- */
483
- ripple? : boolean|{
484
- delegate?: string
485
- color?: string
486
- radius?: number
487
- clip?: string
488
- }
444
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-ripple)
445
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
446
+ * @property {string} [color] A CSS color name or specification.
447
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
448
+ * @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.
449
+ */
450
+ ripple? : boolean|object
451
+ /**
452
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
453
+ * accidentally applying a role which may interfere with screen readers.
454
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-role)
455
+ */
456
+ role? : string
489
457
  /**
490
458
  * 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`
491
459
  */
492
460
  rootElement? : ShadowRoot|HTMLElement
493
461
  /**
494
462
  * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
495
- * ...
496
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-rtl)
463
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-rtl)
497
464
  */
498
465
  rtl? : boolean
499
466
  /**
@@ -501,8 +468,7 @@ export type BryntumFieldFilterPickerProps = {
501
468
  * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
502
469
  * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
503
470
  * CSS overflow properties thus:
504
- * ...
505
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-scrollable)
471
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-scrollable)
506
472
  */
507
473
  scrollable? : boolean|ScrollerConfig|Scroller
508
474
  /**
@@ -512,8 +478,7 @@ export type BryntumFieldFilterPickerProps = {
512
478
  scrollAction? : 'hide'|'realign'|null
513
479
  /**
514
480
  * *Only valid if this Widget is [floating](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-floating).*
515
- * ...
516
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-showAnimation)
481
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-showAnimation)
517
482
  */
518
483
  showAnimation? : boolean|object
519
484
  /**
@@ -538,15 +503,13 @@ export type BryntumFieldFilterPickerProps = {
538
503
  * 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
539
504
  * [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
540
505
  * this widget:
541
- * ...
542
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-tab)
506
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-tab)
543
507
  */
544
508
  tab? : boolean|TabConfig
545
509
  /**
546
510
  * When this container is used as a tab in a TabPanel, these items are added to the
547
511
  * [TabBar](https://bryntum.com/products/core/docs/api/Core/widget/TabBar) when this container is the active tab.
548
- * ...
549
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-tabBarItems)
512
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-tabBarItems)
550
513
  */
551
514
  tabBarItems? : ToolbarItems[]|Widget[]
552
515
  /**
@@ -555,15 +518,13 @@ export type BryntumFieldFilterPickerProps = {
555
518
  tag? : string
556
519
  /**
557
520
  * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
558
- * ...
559
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-textAlign)
521
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-textAlign)
560
522
  */
561
523
  textAlign? : 'left'|'center'|'right'|'start'|'end'
562
524
  /**
563
525
  * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
564
526
  * which specifies a default max-width that makes long text more readable.
565
- * ...
566
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-textContent)
527
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-textContent)
567
528
  */
568
529
  textContent? : boolean
569
530
  /**
@@ -572,8 +533,7 @@ export type BryntumFieldFilterPickerProps = {
572
533
  title? : string
573
534
  /**
574
535
  * Tooltip for the widget, either as a string or as a Tooltip config object.
575
- * ...
576
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-tooltip)
536
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-tooltip)
577
537
  */
578
538
  tooltip? : string|TooltipConfig|null
579
539
  /**
@@ -587,8 +547,7 @@ export type BryntumFieldFilterPickerProps = {
587
547
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
588
548
  * as a space separated string, an array of strings, or as an object in which property names with truthy
589
549
  * values are used as the class names.
590
- * ...
591
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-ui)
550
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-ui)
592
551
  */
593
552
  ui? : string|object
594
553
  /**
@@ -612,14 +571,12 @@ export type BryntumFieldFilterPickerProps = {
612
571
  width? : string|number
613
572
  /**
614
573
  * The x position for the widget.
615
- * ...
616
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-x)
574
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-x)
617
575
  */
618
576
  x? : number
619
577
  /**
620
578
  * The y position for the widget.
621
- * ...
622
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-y)
579
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-y)
623
580
  */
624
581
  y? : number
625
582
 
@@ -652,8 +609,7 @@ export type BryntumFieldFilterPickerProps = {
652
609
  onBeforeShow? : ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string
653
610
  /**
654
611
  * Fires when any other event is fired from the object.
655
- * ...
656
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#event-catchAll)
612
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#event-catchAll)
657
613
  * @param {object} event Event object
658
614
  * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
659
615
  * @param {string} event.event.type The type of the event which is caught by the listener
@@ -719,8 +675,7 @@ export type BryntumFieldFilterPickerProps = {
719
675
  /**
720
676
  * Triggered when a widget which had been in a non-visible state for any reason
721
677
  * achieves visibility.
722
- * ...
723
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#event-paint)
678
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#event-paint)
724
679
  * @param {object} event Event object
725
680
  * @param {Core.widget.Widget} event.source The widget being painted.
726
681
  * @param {boolean} event.firstPaint `true` if this is the first paint.
@@ -813,6 +768,7 @@ export class BryntumFieldFilterPicker extends React.Component<BryntumFieldFilter
813
768
  'propertyLocked',
814
769
  'relayStoreEvents',
815
770
  'ripple',
771
+ 'role',
816
772
  'rootElement',
817
773
  'scrollAction',
818
774
  'showAnimation',
@@ -854,6 +810,7 @@ export class BryntumFieldFilterPicker extends React.Component<BryntumFieldFilter
854
810
  'items',
855
811
  'keyMap',
856
812
  'labelPosition',
813
+ 'labelWidth',
857
814
  'layout',
858
815
  'layoutStyle',
859
816
  'margin',
@@ -893,11 +850,6 @@ export class BryntumFieldFilterPicker extends React.Component<BryntumFieldFilter
893
850
  ];
894
851
 
895
852
  static propertyNames = [
896
- 'anchorSize',
897
- 'focusVisible',
898
- 'hasChanges',
899
- 'isSettingValues',
900
- 'isValid',
901
853
  'parent',
902
854
  'values'
903
855
  ];