@bryntum/grid-vue-3-thin 7.2.4 → 7.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/README.md +4 -4
  2. package/lib/chunks/{MAev_NTD.js → Bc2x_WPR.js} +8 -6
  3. package/lib/chunks/Bc2x_WPR.js.map +1 -0
  4. package/lib/chunks/{C3MmNeeF.js → Be7ZZzGW.js} +14 -12
  5. package/lib/chunks/Be7ZZzGW.js.map +1 -0
  6. package/lib/chunks/{BQkqLHa6.js → BpNo5v3W.js} +9 -10
  7. package/lib/chunks/BpNo5v3W.js.map +1 -0
  8. package/lib/chunks/{CnbA4JoC.js → C87PnYXS.js} +12 -10
  9. package/lib/chunks/C87PnYXS.js.map +1 -0
  10. package/lib/chunks/{v3MxzI7J.js → C9RmZYoQ.js} +9 -7
  11. package/lib/chunks/C9RmZYoQ.js.map +1 -0
  12. package/lib/chunks/{Da4PP6A-.js → CAlh-Y8B.js} +3 -3
  13. package/lib/chunks/CAlh-Y8B.js.map +1 -0
  14. package/lib/chunks/{DkzTNiUv.js → CWYhi4DG.js} +8 -9
  15. package/lib/chunks/CWYhi4DG.js.map +1 -0
  16. package/lib/chunks/{D639wy1k.js → CcfDAcJD.js} +9 -9
  17. package/lib/chunks/CcfDAcJD.js.map +1 -0
  18. package/lib/chunks/{B5DiBj1m.js → DZ2V6NNc.js} +16 -14
  19. package/lib/chunks/DZ2V6NNc.js.map +1 -0
  20. package/lib/chunks/{C8vFKx3Q.js → w2GDktIt.js} +8 -6
  21. package/lib/chunks/w2GDktIt.js.map +1 -0
  22. package/lib/components/BryntumAIFilterField.js +1 -1
  23. package/lib/components/BryntumChecklistFilterCombo.js +1 -1
  24. package/lib/components/BryntumGrid.js +1 -1
  25. package/lib/components/BryntumGridBase.js +1 -1
  26. package/lib/components/BryntumGridChartDesigner.js +1 -1
  27. package/lib/components/BryntumGridFieldFilterPicker.js +1 -1
  28. package/lib/components/BryntumGridFieldFilterPickerGroup.js +1 -1
  29. package/lib/components/BryntumGroupBar.js +1 -1
  30. package/lib/components/BryntumThemeCombo.js +57 -0
  31. package/lib/components/BryntumThemeCombo.js.map +1 -0
  32. package/lib/components/BryntumTreeCombo.js +1 -1
  33. package/lib/components/BryntumTreeGrid.js +1 -1
  34. package/lib/index.js +10 -10
  35. package/package.json +1 -1
  36. package/src/components/BryntumAIFilterField.vue +153 -224
  37. package/src/components/BryntumAIFilterFieldProps.ts +78 -110
  38. package/src/components/BryntumChecklistFilterCombo.vue +171 -258
  39. package/src/components/BryntumChecklistFilterComboProps.ts +95 -141
  40. package/src/components/BryntumGrid.vue +723 -1042
  41. package/src/components/BryntumGridBase.vue +723 -1042
  42. package/src/components/BryntumGridBaseProps.ts +186 -261
  43. package/src/components/BryntumGridChartDesigner.vue +101 -163
  44. package/src/components/BryntumGridChartDesignerProps.ts +55 -88
  45. package/src/components/BryntumGridFieldFilterPicker.vue +134 -216
  46. package/src/components/BryntumGridFieldFilterPickerGroup.vue +137 -220
  47. package/src/components/BryntumGridFieldFilterPickerGroupProps.ts +76 -120
  48. package/src/components/BryntumGridFieldFilterPickerProps.ts +77 -122
  49. package/src/components/BryntumGridProps.ts +186 -261
  50. package/src/components/BryntumGroupBar.vue +129 -205
  51. package/src/components/BryntumGroupBarProps.ts +61 -98
  52. package/src/components/BryntumThemeCombo.vue +60 -0
  53. package/src/components/BryntumTreeCombo.vue +172 -260
  54. package/src/components/BryntumTreeComboProps.ts +96 -143
  55. package/src/components/BryntumTreeGrid.vue +723 -1042
  56. package/src/components/BryntumTreeGridProps.ts +186 -261
  57. package/lib/chunks/B5DiBj1m.js.map +0 -1
  58. package/lib/chunks/BQkqLHa6.js.map +0 -1
  59. package/lib/chunks/C3MmNeeF.js.map +0 -1
  60. package/lib/chunks/C8vFKx3Q.js.map +0 -1
  61. package/lib/chunks/CnbA4JoC.js.map +0 -1
  62. package/lib/chunks/D639wy1k.js.map +0 -1
  63. package/lib/chunks/Da4PP6A-.js.map +0 -1
  64. package/lib/chunks/DkzTNiUv.js.map +0 -1
  65. package/lib/chunks/MAev_NTD.js.map +0 -1
  66. package/lib/chunks/v3MxzI7J.js.map +0 -1
@@ -10,7 +10,7 @@
10
10
 
11
11
  import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
12
12
 
13
- import type { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, DomConfig, FieldFilterPicker, FieldOption, KeyMapConfig, MaskConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, DomConfig, FieldFilterPicker, FieldOption, KeyMapConfig, MaskConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerListeners } from '@bryntum/grid-thin';
15
15
  import { GridFieldFilterPicker } from '@bryntum/grid-thin';
16
16
 
@@ -21,14 +21,12 @@ defineProps<{
21
21
  /**
22
22
  * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
23
23
  * content will be placed inside this element.
24
- * ...
25
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-adopt)
24
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-adopt)
26
25
  */
27
26
  adopt ? : HTMLElement|string
28
27
  /**
29
28
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
30
- * ...
31
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-align)
29
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-align)
32
30
  */
33
31
  align ? : AlignSpec|string
34
32
  /**
@@ -41,8 +39,7 @@ defineProps<{
41
39
  * Optional array of field names that are allowed as selectable properties for filters.
42
40
  * This is a subset of the field names found in the [grid](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-grid)'s columns. When supplied, only
43
41
  * the named fields will be shown in the property selector combo.
44
- * ...
45
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-allowedFieldNames)
42
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-allowedFieldNames)
46
43
  */
47
44
  allowedFieldNames ? : string[]
48
45
  /**
@@ -58,15 +55,13 @@ defineProps<{
58
55
  /**
59
56
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
60
57
  * into an element which will be linked using the `aria-describedby` attribute.
61
- * ...
62
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaDescription)
58
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaDescription)
63
59
  */
64
60
  ariaDescription ? : string
65
61
  /**
66
62
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
67
63
  * the `aria-label` attribute.
68
- * ...
69
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaLabel)
64
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaLabel)
70
65
  */
71
66
  ariaLabel ? : string
72
67
  /**
@@ -80,21 +75,18 @@ defineProps<{
80
75
  /**
81
76
  * An object where property names with a truthy value indicate which events should bubble up the ownership
82
77
  * hierarchy when triggered.
83
- * ...
84
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-bubbleEvents)
78
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-bubbleEvents)
85
79
  */
86
80
  bubbleEvents ? : object
87
81
  /**
88
82
  * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
89
- * ...
90
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-callOnFunctions)
83
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-callOnFunctions)
91
84
  */
92
85
  callOnFunctions ? : Boolean
93
86
  /**
94
87
  * By default, if an event handler throws an exception, the error propagates up the stack and the
95
88
  * application state is undefined. Code which follows the event handler will *not* be executed.
96
- * ...
97
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-catchEventHandlerExceptions)
89
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-catchEventHandlerExceptions)
98
90
  */
99
91
  catchEventHandlerExceptions ? : Boolean
100
92
  /**
@@ -106,15 +98,13 @@ defineProps<{
106
98
  * Custom CSS classes to add to element.
107
99
  * May be specified as a space separated string, or as an object in which property names
108
100
  * with truthy values are used as the class names:
109
- * ...
110
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-cls)
101
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-cls)
111
102
  */
112
103
  cls ? : string|object
113
104
  /**
114
105
  * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
115
106
  * `style` block.
116
- * ...
117
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-color)
107
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-color)
118
108
  */
119
109
  color ? : Color
120
110
  /**
@@ -138,8 +128,7 @@ defineProps<{
138
128
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
139
129
  * May be specified as a space separated string, or as an object in which property names
140
130
  * with truthy values are used as the class names:
141
- * ...
142
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-contentElementCls)
131
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-contentElementCls)
143
132
  */
144
133
  contentElementCls ? : string|object
145
134
  /**
@@ -164,8 +153,7 @@ defineProps<{
164
153
  /**
165
154
  * A [query](https://bryntum.com/products/grid/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
166
155
  * focus should be directed by default.
167
- * ...
168
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-defaultFocus)
156
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-defaultFocus)
169
157
  * @param {Core.widget.Widget} widget Widget passed to method
170
158
  * @returns {boolean} truthy value if widget is the default one
171
159
  */
@@ -175,9 +163,9 @@ defineProps<{
175
163
  */
176
164
  defaults ? : GridContainerItemConfig
177
165
  /**
178
- * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
179
- * ...
180
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#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/Grid/widget/GridFieldFilterPicker#config-detectCSSCompatibilityIssues)
181
169
  */
182
170
  detectCSSCompatibilityIssues ? : Boolean
183
171
  /**
@@ -189,40 +177,34 @@ defineProps<{
189
177
  * [strips collection](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
190
178
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
191
179
  * body. Such widgets are called "edge strips".
192
- * ...
193
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-dock)
180
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-dock)
194
181
  */
195
182
  dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
196
183
  /**
197
184
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
198
185
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
199
186
  * property which controls when a drag should start.
200
- * ...
201
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
187
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
188
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
202
189
  */
203
- draggable ? : Boolean|{
204
- handleSelector?: string
205
- }
190
+ draggable ? : Boolean|object
206
191
  /**
207
192
  * An object specifying attributes to assign to the root element of this widget.
208
193
  * Set `null` value to attribute to remove it.
209
- * ...
210
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-elementAttributes)
194
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-elementAttributes)
211
195
  */
212
196
  elementAttributes ? : Record<string, string|null>
213
197
  extraData ? : any
214
198
  /**
215
199
  * Dictionary of [FieldOption](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#typedef-FieldOption) representing the fields against which filters can be defined,
216
200
  * keyed by field name.
217
- * ...
218
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-fields)
201
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-fields)
219
202
  */
220
203
  fields ? : Record<string, FieldOption>
221
204
  /**
222
205
  * Configuration object for the [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) displayed
223
206
  * and editable in this picker.
224
- * ...
225
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-filter)
207
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-filter)
226
208
  */
227
209
  filter ? : CollectionFilterConfig
228
210
  /**
@@ -241,8 +223,7 @@ defineProps<{
241
223
  /**
242
224
  * Optional function that modifies the configuration of value fields shown for a filter. The default configuration
243
225
  * is received as an argument and the returned value will be used as the final configuration. For example:
244
- * ...
245
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-getValueFieldConfig)
226
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-getValueFieldConfig)
246
227
  * @param {Core.util.CollectionFilter} filter The filter being displayed
247
228
  * @param {GridContainerItemConfig} fieldConfig Configuration object for the value field
248
229
  * @returns {GridContainerItemConfig} the resulting configuration
@@ -253,8 +234,7 @@ defineProps<{
253
234
  * appear as a selectable property for a filter, a column must have a `field` property.
254
235
  * If the column has a `text` property, that will be shown as the displayed text in the
255
236
  * selector; otherwise, the `field` property will be shown as-is.
256
- * ...
257
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-grid)
237
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-grid)
258
238
  */
259
239
  grid ? : Grid
260
240
  /**
@@ -269,25 +249,21 @@ defineProps<{
269
249
  hidden ? : Boolean
270
250
  /**
271
251
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
272
- * ...
273
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideAnimation)
252
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideAnimation)
274
253
  */
275
254
  hideAnimation ? : Boolean|object
276
255
  /**
277
256
  * Specify `true` to make this container hide when it has no visible children (Either empty
278
257
  * or all children hidden).
279
- * ...
280
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideWhenEmpty)
258
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideWhenEmpty)
281
259
  */
282
260
  hideWhenEmpty ? : Boolean
283
261
  /**
284
262
  * The HTML to display initially or a function returning the markup (called at widget construction time).
285
- * ...
286
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-html)
263
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-html)
287
264
  * @param {Core.widget.Widget} widget The calling Widget
288
- * @returns {string}
289
265
  */
290
- html ? : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig
266
+ html ? : string|((widget: Widget) => void)|DomConfig|DomConfig[]|VueConfig|ReactJSX
291
267
  /**
292
268
  * The CSS class(es) to add when HTML content is being applied to this widget.
293
269
  */
@@ -298,16 +274,14 @@ defineProps<{
298
274
  id ? : string
299
275
  /**
300
276
  * Determines if the widgets read-only state should be controlled by its parent.
301
- * ...
302
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ignoreParentReadOnly)
277
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ignoreParentReadOnly)
303
278
  */
304
279
  ignoreParentReadOnly ? : Boolean
305
280
  /**
306
281
  * Convenience setting to align input fields of child widgets. By default, the Field input element is
307
282
  * placed immediately following the `label`. If you prefer to have all input fields aligned to the
308
283
  * right, set this config to `'end'`.
309
- * ...
310
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-inputFieldAlign)
284
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-inputFieldAlign)
311
285
  */
312
286
  inputFieldAlign ? : 'start'|'end'
313
287
  /**
@@ -325,55 +299,52 @@ defineProps<{
325
299
  /**
326
300
  * An object containing typed child widget config objects or Widgets. May also be specified
327
301
  * as an array.
328
- * ...
329
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-items)
302
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-items)
330
303
  */
331
304
  items ? : Record<string, GridContainerItemConfig|MenuItemEntry>|(GridContainerItemConfig|MenuItemEntry|Widget)[]
332
305
  /**
333
306
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
334
307
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
335
308
  * are the name of the instance method to call when the keystroke is received.
336
- * ...
337
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-keyMap)
309
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-keyMap)
338
310
  */
339
311
  keyMap ? : Record<string, KeyMapConfig>
340
312
  /**
341
313
  * Convenience setting to use same label placement on all child widgets.
342
- * ...
343
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelPosition)
314
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelPosition)
344
315
  */
345
316
  labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
317
+ /**
318
+ * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
319
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelWidth)
320
+ */
321
+ labelWidth ? : number|null
346
322
  /**
347
323
  * The short name of a helper class which manages rendering and styling of child items.
348
- * ...
349
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layout)
324
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layout)
350
325
  */
351
326
  layout ? : string|GridContainerLayoutConfig
352
327
  /**
353
328
  * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
354
- * ...
355
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layoutStyle)
329
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layoutStyle)
356
330
  */
357
331
  layoutStyle ? : object
358
332
  /**
359
333
  * An array of [child item](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-items) *config objects* which is to be converted into
360
334
  * instances only when this Container is rendered, rather than eagerly at construct time.
361
- * ...
362
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-lazyItems)
335
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-lazyItems)
363
336
  */
364
337
  lazyItems ? : Record<string, GridContainerItemConfig>|GridContainerItemConfig[]|Widget[]
365
338
  /**
366
339
  * The listener set for this object.
367
- * ...
368
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-listeners)
340
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-listeners)
369
341
  */
370
342
  listeners ? : GridFieldFilterPickerListeners
371
343
  /**
372
344
  * A class translations of which are used for translating this entity.
373
345
  * This is often used when translations of an item are defined on its container class.
374
346
  * For example:
375
- * ...
376
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localeClass)
347
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localeClass)
377
348
  */
378
349
  localeClass ? : typeof Base
379
350
  /**
@@ -385,8 +356,7 @@ defineProps<{
385
356
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
386
357
  * you could use 'localeKey' meta configuration.
387
358
  * Example:
388
- * ...
389
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localizableProperties)
359
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localizableProperties)
390
360
  */
391
361
  localizableProperties ? : string[]
392
362
  /**
@@ -412,8 +382,7 @@ defineProps<{
412
382
  maxHeight ? : string|number
413
383
  /**
414
384
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
415
- * ...
416
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-maximizeOnMobile)
385
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-maximizeOnMobile)
417
386
  */
418
387
  maximizeOnMobile ? : number|string
419
388
  /**
@@ -435,18 +404,15 @@ defineProps<{
435
404
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
436
405
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
437
406
  * layout.
438
- * ...
439
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-monitorResize)
407
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-monitorResize)
408
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
440
409
  */
441
- monitorResize ? : Boolean|{
442
- immediate?: Boolean
443
- }
410
+ monitorResize ? : Boolean|object
444
411
  /**
445
412
  * An object containing default config objects which may be referenced by name in the [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-items)
446
413
  * config. For example, a specialized [Menu](https://bryntum.com/products/grid/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
447
414
  * value defined like this:
448
- * ...
449
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-namedItems)
415
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-namedItems)
450
416
  */
451
417
  namedItems ? : Record<string, GridContainerItemConfig>
452
418
  /**
@@ -456,16 +422,14 @@ defineProps<{
456
422
  /**
457
423
  * Overrides the built-in list of operators that are available for selection. Specify operators as
458
424
  * an object with data types as keys and lists of operators as values, like this:
459
- * ...
460
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
425
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
461
426
  */
462
427
  operators ? : object
463
428
  /**
464
429
  * Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement), but must
465
430
  * not participate in the standard layout of that widget, and must be positioned relatively to that
466
431
  * widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
467
- * ...
468
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-positioned)
432
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-positioned)
469
433
  */
470
434
  positioned ? : Boolean
471
435
  /**
@@ -487,39 +451,40 @@ defineProps<{
487
451
  readOnly ? : Boolean
488
452
  /**
489
453
  * [Record](https://bryntum.com/products/grid/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
490
- * ...
491
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-record)
454
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-record)
492
455
  */
493
456
  record ? : Model
494
457
  relayStoreEvents ? : Boolean
495
458
  /**
496
459
  * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
497
460
  * `type`.
498
- * ...
499
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rendition)
461
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rendition)
500
462
  */
501
463
  rendition ? : string|Record<string, string>|null
502
464
  /**
503
465
  * Configure as `true` to have the component display a translucent ripple when its
504
466
  * [focusElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
505
467
  * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
506
- * ...
507
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ripple)
468
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ripple)
469
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
470
+ * @property {string} [color] A CSS color name or specification.
471
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
472
+ * @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.
473
+ */
474
+ ripple ? : Boolean|object
475
+ /**
476
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
477
+ * accidentally applying a role which may interfere with screen readers.
478
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-role)
508
479
  */
509
- ripple ? : Boolean|{
510
- delegate?: string
511
- color?: string
512
- radius?: number
513
- clip?: string
514
- }
480
+ role ? : string
515
481
  /**
516
482
  * If you are rendering this widget to a shadow root inside a web component, set this config to the shadowRoot. If not inside a web component, set it to `document.body`
517
483
  */
518
484
  rootElement ? : ShadowRoot|HTMLElement
519
485
  /**
520
486
  * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
521
- * ...
522
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rtl)
487
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rtl)
523
488
  */
524
489
  rtl ? : Boolean
525
490
  /**
@@ -527,8 +492,7 @@ defineProps<{
527
492
  * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
528
493
  * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
529
494
  * CSS overflow properties thus:
530
- * ...
531
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-scrollable)
495
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-scrollable)
532
496
  */
533
497
  scrollable ? : Boolean|ScrollerConfig|Scroller
534
498
  /**
@@ -538,8 +502,7 @@ defineProps<{
538
502
  scrollAction ? : 'hide'|'realign'|null
539
503
  /**
540
504
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
541
- * ...
542
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-showAnimation)
505
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-showAnimation)
543
506
  */
544
507
  showAnimation ? : Boolean|object
545
508
  /**
@@ -559,15 +522,13 @@ defineProps<{
559
522
  * A configuration for the [tab](https://bryntum.com/products/grid/docs/api/Core/widget/Tab) created for this widget when it is placed in a
560
523
  * [TabPanel](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
561
524
  * this widget:
562
- * ...
563
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tab)
525
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tab)
564
526
  */
565
527
  tab ? : Boolean|TabConfig
566
528
  /**
567
529
  * When this container is used as a tab in a TabPanel, these items are added to the
568
530
  * [TabBar](https://bryntum.com/products/grid/docs/api/Core/widget/TabBar) when this container is the active tab.
569
- * ...
570
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tabBarItems)
531
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tabBarItems)
571
532
  */
572
533
  tabBarItems ? : ToolbarItems[]|Widget[]
573
534
  /**
@@ -576,15 +537,13 @@ defineProps<{
576
537
  tag ? : string
577
538
  /**
578
539
  * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
579
- * ...
580
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textAlign)
540
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textAlign)
581
541
  */
582
542
  textAlign ? : 'left'|'center'|'right'|'start'|'end'
583
543
  /**
584
544
  * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
585
545
  * which specifies a default max-width that makes long text more readable.
586
- * ...
587
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textContent)
546
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textContent)
588
547
  */
589
548
  textContent ? : Boolean
590
549
  /**
@@ -593,8 +552,7 @@ defineProps<{
593
552
  title ? : string
594
553
  /**
595
554
  * Tooltip for the widget, either as a string or as a Tooltip config object.
596
- * ...
597
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tooltip)
555
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tooltip)
598
556
  */
599
557
  tooltip ? : string|TooltipConfig|null
600
558
  /**
@@ -608,8 +566,7 @@ defineProps<{
608
566
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
609
567
  * as a space separated string, an array of strings, or as an object in which property names with truthy
610
568
  * values are used as the class names.
611
- * ...
612
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ui)
569
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ui)
613
570
  */
614
571
  ui ? : string|object
615
572
  /**
@@ -633,14 +590,12 @@ defineProps<{
633
590
  width ? : string|number
634
591
  /**
635
592
  * The x position for the widget.
636
- * ...
637
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-x)
593
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-x)
638
594
  */
639
595
  x ? : number
640
596
  /**
641
597
  * The y position for the widget.
642
- * ...
643
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-y)
598
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-y)
644
599
  */
645
600
  y ? : number
646
601
 
@@ -651,113 +606,92 @@ const emit = defineEmits<{
651
606
  * Fires before an object is destroyed.
652
607
  * @param {string} e Event name
653
608
  * @param {object} params Event parameters
654
- * @param {string} params.e Event name
655
- * @param {object} params.params Event parameters
656
- * @param {object} params.params.event Event object
657
- * @param {Core.Base} params.params.event.source The Object that is being destroyed.
609
+ * @param {object} params.event Event object
610
+ * @param {Core.Base} params.event.source The Object that is being destroyed.
658
611
  */
659
612
  (e: 'beforeDestroy', params: ((event: { source: Base }) => void)|string): void
660
613
  /**
661
614
  * Triggered before a widget is hidden. Return `false` to prevent the action.
662
615
  * @param {string} e Event name
663
616
  * @param {object} params Event parameters
664
- * @param {string} params.e Event name
665
- * @param {object} params.params Event parameters
666
- * @param {object} params.params.event Event object
667
- * @param {Core.widget.Widget} params.params.event.source The widget being hidden.
617
+ * @param {object} params.event Event object
618
+ * @param {Core.widget.Widget} params.event.source The widget being hidden.
668
619
  */
669
- (e: 'beforeHide', params: ((event: { source: Widget }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
620
+ (e: 'beforeHide', params: ((event: { source: Widget }) => boolean|void)|string): boolean|void
670
621
  /**
671
622
  * Fired before this container will load record values into its child fields. This is useful if you
672
623
  * want to modify the UI before data is loaded (e.g. set some input field to be readonly)
673
624
  * @param {string} e Event name
674
625
  * @param {object} params Event parameters
675
- * @param {string} params.e Event name
676
- * @param {object} params.params Event parameters
677
- * @param {object} params.params.event Event object
678
- * @param {Core.widget.Container} params.params.event.source The container
679
- * @param {Core.data.Model} params.params.event.record The record
626
+ * @param {object} params.event Event object
627
+ * @param {Core.widget.Container} params.event.source The container
628
+ * @param {Core.data.Model} params.event.record The record
680
629
  */
681
630
  (e: 'beforeSetRecord', params: ((event: { source: Container, record: Model }) => void)|string): void
682
631
  /**
683
632
  * Triggered before a widget is shown. Return `false` to prevent the action.
684
633
  * @param {string} e Event name
685
634
  * @param {object} params Event parameters
686
- * @param {string} params.e Event name
687
- * @param {object} params.params Event parameters
688
- * @param {object} params.params.event Event object
689
- * @param {Core.widget.Widget,any} params.params.event.source The widget being shown
635
+ * @param {object} params.event Event object
636
+ * @param {Core.widget.Widget,any} params.event.source The widget being shown
690
637
  */
691
638
  (e: 'beforeShow', params: ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
692
639
  /**
693
640
  * Fires when any other event is fired from the object.
694
- * ...
695
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-catchAll)
641
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-catchAll)
696
642
  * @param {string} e Event name
697
643
  * @param {object} params Event parameters
698
- * @param {string} params.e Event name
699
- * @param {object} params.params Event parameters
700
- * @param {object} params.params.event Event object
701
- * @param {{[key: string]: any, type: string}} params.params.event.event The Object that contains event details
702
- * @param {string} params.params.event.event.type The type of the event which is caught by the listener
644
+ * @param {object} params.event Event object
645
+ * @param {{[key: string]: any, type: string}} params.event.event The Object that contains event details
646
+ * @param {string} params.event.event.type The type of the event which is caught by the listener
703
647
  */
704
648
  (e: 'catchAll', params: ((event: {[key: string]: any, type: string}) => void)|string): void
705
649
  /**
706
650
  * Fires when the filter is modified.
707
651
  * @param {string} e Event name
708
652
  * @param {object} params Event parameters
709
- * @param {string} params.e Event name
710
- * @param {object} params.params Event parameters
711
- * @param {object} params.params.event Event object
712
- * @param {Core.widget.FieldFilterPicker} params.params.event.source The FieldFilterPicker instance that fired the event.
713
- * @param {any[]} params.params.event.filter The [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) configuration object for the filter represented by this [FieldFilterPicker](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker).
714
- * @param {boolean} params.params.event.isValid Whether the current configuration object represents a complete and valid filter
653
+ * @param {object} params.event Event object
654
+ * @param {Core.widget.FieldFilterPicker} params.event.source The FieldFilterPicker instance that fired the event.
655
+ * @param {any[]} params.event.filter The [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) configuration object for the filter represented by this [FieldFilterPicker](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker).
656
+ * @param {boolean} params.event.isValid Whether the current configuration object represents a complete and valid filter
715
657
  */
716
658
  (e: 'change', params: ((event: { source: FieldFilterPicker, filter: any[], isValid: boolean }) => void)|string): void
717
659
  /**
718
660
  * Fires when an object is destroyed.
719
661
  * @param {string} e Event name
720
662
  * @param {object} params Event parameters
721
- * @param {string} params.e Event name
722
- * @param {object} params.params Event parameters
723
- * @param {object} params.params.event Event object
724
- * @param {Core.Base} params.params.event.source The Object that is being destroyed.
663
+ * @param {object} params.event Event object
664
+ * @param {Core.Base} params.event.source The Object that is being destroyed.
725
665
  */
726
666
  (e: 'destroy', params: ((event: { source: Base }) => void)|string): void
727
667
  /**
728
668
  * Fires when a field is mutated and the state of the [hasChanges](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-hasChanges) property changes
729
669
  * @param {string} e Event name
730
670
  * @param {object} params Event parameters
731
- * @param {string} params.e Event name
732
- * @param {object} params.params Event parameters
733
- * @param {object} params.params.event Event object
734
- * @param {Core.widget.Container} params.params.event.source The container.
735
- * @param {boolean} params.params.event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
671
+ * @param {object} params.event Event object
672
+ * @param {Core.widget.Container} params.event.source The container.
673
+ * @param {boolean} params.event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
736
674
  */
737
675
  (e: 'dirtyStateChange', params: ((event: { source: Container, dirty: boolean }) => void)|string): void
738
676
  /**
739
677
  * Triggered when a widget's [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element) is available.
740
678
  * @param {string} e Event name
741
679
  * @param {object} params Event parameters
742
- * @param {string} params.e Event name
743
- * @param {object} params.params Event parameters
744
- * @param {object} params.params.event Event object
745
- * @param {HTMLElement} params.params.event.element The Widget's element.
680
+ * @param {object} params.event Event object
681
+ * @param {HTMLElement} params.event.element The Widget's element.
746
682
  */
747
683
  (e: 'elementCreated', params: ((event: { element: HTMLElement }) => void)|string): void
748
684
  /**
749
685
  * Fired when focus enters this Widget.
750
686
  * @param {string} e Event name
751
687
  * @param {object} params Event parameters
752
- * @param {string} params.e Event name
753
- * @param {object} params.params Event parameters
754
- * @param {object} params.params.event Event object
755
- * @param {Core.widget.Widget} params.params.event.source This Widget
756
- * @param {HTMLElement} params.params.event.fromElement The element which lost focus.
757
- * @param {HTMLElement} params.params.event.toElement The element which gained focus.
758
- * @param {Core.widget.Widget} params.params.event.fromWidget The widget which lost focus.
759
- * @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
760
- * @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
688
+ * @param {object} params.event Event object
689
+ * @param {Core.widget.Widget} params.event.source This Widget
690
+ * @param {HTMLElement} params.event.fromElement The element which lost focus.
691
+ * @param {HTMLElement} params.event.toElement The element which gained focus.
692
+ * @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
693
+ * @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
694
+ * @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
761
695
  */
762
696
  (e: 'focusIn', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
763
697
  /**
@@ -766,49 +700,40 @@ const emit = defineEmits<{
766
700
  * will not trigger this event. This is when focus exits this widget completely.
767
701
  * @param {string} e Event name
768
702
  * @param {object} params Event parameters
769
- * @param {string} params.e Event name
770
- * @param {object} params.params Event parameters
771
- * @param {object} params.params.event Event object
772
- * @param {Core.widget.Widget} params.params.event.source This Widget
773
- * @param {HTMLElement} params.params.event.fromElement The element which lost focus.
774
- * @param {HTMLElement} params.params.event.toElement The element which gained focus.
775
- * @param {Core.widget.Widget} params.params.event.fromWidget The widget which lost focus.
776
- * @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
777
- * @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
703
+ * @param {object} params.event Event object
704
+ * @param {Core.widget.Widget} params.event.source This Widget
705
+ * @param {HTMLElement} params.event.fromElement The element which lost focus.
706
+ * @param {HTMLElement} params.event.toElement The element which gained focus.
707
+ * @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
708
+ * @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
709
+ * @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
778
710
  */
779
711
  (e: 'focusOut', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
780
712
  /**
781
713
  * Triggered after a widget was hidden
782
714
  * @param {string} e Event name
783
715
  * @param {object} params Event parameters
784
- * @param {string} params.e Event name
785
- * @param {object} params.params Event parameters
786
- * @param {object} params.params.event Event object
787
- * @param {Core.widget.Widget} params.params.event.source The widget
716
+ * @param {object} params.event Event object
717
+ * @param {Core.widget.Widget} params.event.source The widget
788
718
  */
789
719
  (e: 'hide', params: ((event: { source: Widget }) => void)|string): void
790
720
  /**
791
721
  * Triggered when a widget which had been in a non-visible state for any reason
792
722
  * achieves visibility.
793
- * ...
794
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-paint)
723
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-paint)
795
724
  * @param {string} e Event name
796
725
  * @param {object} params Event parameters
797
- * @param {string} params.e Event name
798
- * @param {object} params.params Event parameters
799
- * @param {object} params.params.event Event object
800
- * @param {Core.widget.Widget} params.params.event.source The widget being painted.
801
- * @param {boolean} params.params.event.firstPaint `true` if this is the first paint.
726
+ * @param {object} params.event Event object
727
+ * @param {Core.widget.Widget} params.event.source The widget being painted.
728
+ * @param {boolean} params.event.firstPaint `true` if this is the first paint.
802
729
  */
803
730
  (e: 'paint', params: ((event: { source: Widget, firstPaint: boolean }) => void)|string): void
804
731
  /**
805
732
  * Fired when a Widget's read only state is toggled
806
733
  * @param {string} e Event name
807
734
  * @param {object} params Event parameters
808
- * @param {string} params.e Event name
809
- * @param {object} params.params Event parameters
810
- * @param {object} params.params.event Event object
811
- * @param {boolean} params.params.event.readOnly Read only or not
735
+ * @param {object} params.event Event object
736
+ * @param {boolean} params.event.readOnly Read only or not
812
737
  */
813
738
  (e: 'readOnly', params: ((event: { readOnly: boolean }) => void)|string): void
814
739
  /**
@@ -820,24 +745,20 @@ const emit = defineEmits<{
820
745
  * Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
821
746
  * @param {string} e Event name
822
747
  * @param {object} params Event parameters
823
- * @param {string} params.e Event name
824
- * @param {object} params.params Event parameters
825
- * @param {object} params.params.event Event object
826
- * @param {Core.widget.Widget} params.params.event.source This Widget
827
- * @param {number} params.params.event.width The new width
828
- * @param {number} params.params.event.height The new height
829
- * @param {number} params.params.event.oldWidth The old width
830
- * @param {number} params.params.event.oldHeight The old height
748
+ * @param {object} params.event Event object
749
+ * @param {Core.widget.Widget} params.event.source This Widget
750
+ * @param {number} params.event.width The new width
751
+ * @param {number} params.event.height The new height
752
+ * @param {number} params.event.oldWidth The old width
753
+ * @param {number} params.event.oldHeight The old height
831
754
  */
832
755
  (e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
833
756
  /**
834
757
  * Triggered after a widget is shown.
835
758
  * @param {string} e Event name
836
759
  * @param {object} params Event parameters
837
- * @param {string} params.e Event name
838
- * @param {object} params.params Event parameters
839
- * @param {object} params.params.event Event object
840
- * @param {Core.widget.Widget} params.params.event.source The widget
760
+ * @param {object} params.event Event object
761
+ * @param {Core.widget.Widget} params.event.source The widget
841
762
  */
842
763
  (e: 'show', params: ((event: { source: Widget }) => void)|string): void
843
764
  }>();
@@ -897,6 +818,7 @@ const widgetData = {
897
818
  'propertyLocked',
898
819
  'relayStoreEvents',
899
820
  'ripple',
821
+ 'role',
900
822
  'rootElement',
901
823
  'scrollAction',
902
824
  'showAnimation',
@@ -936,6 +858,7 @@ const widgetData = {
936
858
  'items',
937
859
  'keyMap',
938
860
  'labelPosition',
861
+ 'labelWidth',
939
862
  'layout',
940
863
  'layoutStyle',
941
864
  'margin',
@@ -974,11 +897,6 @@ const widgetData = {
974
897
  'y'
975
898
  ],
976
899
  propertyNames : [
977
- 'anchorSize',
978
- 'focusVisible',
979
- 'hasChanges',
980
- 'isSettingValues',
981
- 'isValid',
982
900
  'parent',
983
901
  'values'
984
902
  ],