@bryntum/grid-vue-3-thin 7.1.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 (72) hide show
  1. package/README.md +53 -0
  2. package/lib/chunks/BU8UU05k.js +285 -0
  3. package/lib/chunks/BU8UU05k.js.map +1 -0
  4. package/lib/chunks/BddaT4s7.js +641 -0
  5. package/lib/chunks/BddaT4s7.js.map +1 -0
  6. package/lib/chunks/BhovLWj6.js +301 -0
  7. package/lib/chunks/BhovLWj6.js.map +1 -0
  8. package/lib/chunks/BiSBQkoK.js +385 -0
  9. package/lib/chunks/BiSBQkoK.js.map +1 -0
  10. package/lib/chunks/CBFPsO1m.js +312 -0
  11. package/lib/chunks/CBFPsO1m.js.map +1 -0
  12. package/lib/chunks/COu7hi0l.js +642 -0
  13. package/lib/chunks/COu7hi0l.js.map +1 -0
  14. package/lib/chunks/CsxXtWQr.js +302 -0
  15. package/lib/chunks/CsxXtWQr.js.map +1 -0
  16. package/lib/chunks/DGygz4dO.js +639 -0
  17. package/lib/chunks/DGygz4dO.js.map +1 -0
  18. package/lib/chunks/Dgq4wGRw.js +235 -0
  19. package/lib/chunks/Dgq4wGRw.js.map +1 -0
  20. package/lib/chunks/Dod-SqEN.js +380 -0
  21. package/lib/chunks/Dod-SqEN.js.map +1 -0
  22. package/lib/components/BryntumAIFilterField.js +5 -0
  23. package/lib/components/BryntumAIFilterField.js.map +1 -0
  24. package/lib/components/BryntumChecklistFilterCombo.js +5 -0
  25. package/lib/components/BryntumChecklistFilterCombo.js.map +1 -0
  26. package/lib/components/BryntumGrid.js +5 -0
  27. package/lib/components/BryntumGrid.js.map +1 -0
  28. package/lib/components/BryntumGridBase.js +5 -0
  29. package/lib/components/BryntumGridBase.js.map +1 -0
  30. package/lib/components/BryntumGridChartDesigner.js +5 -0
  31. package/lib/components/BryntumGridChartDesigner.js.map +1 -0
  32. package/lib/components/BryntumGridFieldFilterPicker.js +5 -0
  33. package/lib/components/BryntumGridFieldFilterPicker.js.map +1 -0
  34. package/lib/components/BryntumGridFieldFilterPickerGroup.js +5 -0
  35. package/lib/components/BryntumGridFieldFilterPickerGroup.js.map +1 -0
  36. package/lib/components/BryntumGroupBar.js +5 -0
  37. package/lib/components/BryntumGroupBar.js.map +1 -0
  38. package/lib/components/BryntumTreeCombo.js +5 -0
  39. package/lib/components/BryntumTreeCombo.js.map +1 -0
  40. package/lib/components/BryntumTreeGrid.js +5 -0
  41. package/lib/components/BryntumTreeGrid.js.map +1 -0
  42. package/lib/helper/WrapperHelper.js +291 -0
  43. package/lib/helper/WrapperHelper.js.map +1 -0
  44. package/lib/index.d.ts +5 -0
  45. package/lib/index.js +23 -0
  46. package/lib/index.js.map +1 -0
  47. package/license.pdf +0 -0
  48. package/licenses.md +310 -0
  49. package/package.json +27 -0
  50. package/src/components/BryntumAIFilterField.vue +1100 -0
  51. package/src/components/BryntumAIFilterFieldProps.ts +646 -0
  52. package/src/components/BryntumChecklistFilterCombo.vue +1348 -0
  53. package/src/components/BryntumChecklistFilterComboProps.ts +846 -0
  54. package/src/components/BryntumGrid.vue +2986 -0
  55. package/src/components/BryntumGridBase.vue +2983 -0
  56. package/src/components/BryntumGridBaseProps.ts +1027 -0
  57. package/src/components/BryntumGridChartDesigner.vue +805 -0
  58. package/src/components/BryntumGridChartDesignerProps.ts +466 -0
  59. package/src/components/BryntumGridFieldFilterPicker.vue +1048 -0
  60. package/src/components/BryntumGridFieldFilterPickerGroup.vue +1067 -0
  61. package/src/components/BryntumGridFieldFilterPickerGroupProps.ts +641 -0
  62. package/src/components/BryntumGridFieldFilterPickerProps.ts +636 -0
  63. package/src/components/BryntumGridProps.ts +1028 -0
  64. package/src/components/BryntumGroupBar.vue +1016 -0
  65. package/src/components/BryntumGroupBarProps.ts +583 -0
  66. package/src/components/BryntumTreeCombo.vue +1337 -0
  67. package/src/components/BryntumTreeComboProps.ts +838 -0
  68. package/src/components/BryntumTreeGrid.vue +2985 -0
  69. package/src/components/BryntumTreeGridProps.ts +1028 -0
  70. package/src/helper/WrapperHelper.ts +573 -0
  71. package/src/index.ts +24 -0
  72. package/src/vite-env.d.ts +1 -0
@@ -0,0 +1,1067 @@
1
+ <!-- Vue 3 wrapper for Bryntum GridFieldFilterPickerGroup -->
2
+
3
+ <template>
4
+ <div ref="refElement">
5
+
6
+ </div>
7
+ </template>
8
+
9
+ <script setup lang="ts">
10
+
11
+ import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
12
+
13
+ import type { AlignSpec, Base, CollectionFilterConfig, Container, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, KeyMapConfig, MaskConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
14
+ import type { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerGroupListeners } from '@bryntum/grid-thin';
15
+ import { GridFieldFilterPickerGroup } from '@bryntum/grid-thin';
16
+
17
+ import { WrapperHelper } from '../helper/WrapperHelper';
18
+
19
+ defineProps<{
20
+ // Configs
21
+ /**
22
+ * Sets the text displayed in the 'add filter' button if one is present.
23
+ */
24
+ addFilterButtonText ? : string
25
+ /**
26
+ * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
27
+ * content will be placed inside this element.
28
+ * ...
29
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-adopt)
30
+ */
31
+ adopt ? : HTMLElement|string
32
+ /**
33
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
34
+ * ...
35
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-align)
36
+ */
37
+ align ? : AlignSpec|string
38
+ /**
39
+ * When this widget is a child of a [Container](https://bryntum.com/products/grid/docs/api/Core/widget/Container), it will by default be participating in a
40
+ * flexbox layout. This config allows you to set this widget's
41
+ * [align-self](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self) style.
42
+ */
43
+ alignSelf ? : string
44
+ /**
45
+ * Optional array of field names that are allowed as selectable properties for filters.
46
+ * This should be a subset of the field names found in the [store](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-store). When supplied,
47
+ * only the named fields will be shown in the property selector combo.
48
+ */
49
+ allowedFieldNames ? : string[]
50
+ /**
51
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating) and being shown through [showBy](#Core/widget/Widget#function-showBy).*
52
+ * `true` to show a connector arrow pointing to the align target.
53
+ */
54
+ anchor ? : Boolean
55
+ /**
56
+ * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
57
+ * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
58
+ */
59
+ appendTo ? : HTMLElement|string
60
+ /**
61
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
62
+ * into an element which will be linked using the `aria-describedby` attribute.
63
+ * ...
64
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ariaDescription)
65
+ */
66
+ ariaDescription ? : string
67
+ /**
68
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
69
+ * the `aria-label` attribute.
70
+ * ...
71
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ariaLabel)
72
+ */
73
+ ariaLabel ? : string
74
+ /**
75
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
76
+ */
77
+ autoUpdateRecord ? : Boolean
78
+ /**
79
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
80
+ * hierarchy when triggered.
81
+ * ...
82
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-bubbleEvents)
83
+ */
84
+ bubbleEvents ? : object
85
+ /**
86
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
87
+ * ...
88
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-callOnFunctions)
89
+ */
90
+ callOnFunctions ? : Boolean
91
+ /**
92
+ * Optional predicate that returns whether a given filter can be deleted. When `canDeleteFilter` is provided,
93
+ * it will be called for each filter and will not show the delete button for those for which the
94
+ * function returns `false`.
95
+ * @param {any} filter filter for checking
96
+ * @returns {boolean} truthy value if filter can be deleted
97
+ */
98
+ canDeleteFilter ? : (filter: any) => Boolean
99
+ /**
100
+ * Optional predicate that returns whether a given filter can be managed by this widget. When `canManageFilter`
101
+ * is provided, it will be used to decide whether to display filters found in the configured
102
+ * [store](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-store).
103
+ * @param {any} filter filter for checking
104
+ * @returns {boolean} truthy value if filter can be managed
105
+ */
106
+ canManageFilter ? : (filter: any) => Boolean
107
+ /**
108
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
109
+ * application state is undefined. Code which follows the event handler will *not* be executed.
110
+ * ...
111
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-catchEventHandlerExceptions)
112
+ */
113
+ catchEventHandlerExceptions ? : Boolean
114
+ /**
115
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
116
+ * Set to `true` to centre the Widget in browser viewport space.
117
+ */
118
+ centered ? : Boolean
119
+ /**
120
+ * Custom CSS classes to add to element.
121
+ * May be specified as a space separated string, or as an object in which property names
122
+ * with truthy values are used as the class names:
123
+ * ...
124
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-cls)
125
+ */
126
+ cls ? : string|object
127
+ /**
128
+ * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
129
+ * `style` block.
130
+ * ...
131
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-color)
132
+ */
133
+ color ? : string
134
+ /**
135
+ * Programmatic control over which column to start in when used in a grid layout.
136
+ */
137
+ column ? : number
138
+ config ? : object
139
+ /**
140
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating) or [positioned](#Core/widget/Widget#config-positioned).*
141
+ * Element, Widget or Rectangle to which this Widget is constrained.
142
+ */
143
+ constrainTo ? : HTMLElement|Widget|Rectangle
144
+ /**
145
+ * The HTML content that coexists with sibling elements which may have been added to the
146
+ * [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement) by plugins and features.
147
+ * When specifying html, this widget's element will also have the [htmlCls](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-htmlCls)
148
+ * class added to its classList, to allow targeted styling.
149
+ */
150
+ content ? : string
151
+ /**
152
+ * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
153
+ * May be specified as a space separated string, or as an object in which property names
154
+ * with truthy values are used as the class names:
155
+ * ...
156
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-contentElementCls)
157
+ */
158
+ contentElementCls ? : string|object
159
+ /**
160
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
161
+ * field on the expanded record to use for populating this widget's store (if applicable)
162
+ */
163
+ dataField ? : string
164
+ /**
165
+ * Object to apply to elements dataset (each key will be used as a data-attribute on the element)
166
+ */
167
+ dataset ? : Record<string, string>
168
+ /**
169
+ * The date format string used to display dates when using the 'is one of' / 'is not one of' operators with a date
170
+ * field. Defaults to the current locale's `FieldFilterPicker.dateFormat` value.
171
+ */
172
+ dateFormat ? : string
173
+ /**
174
+ * The name of the property to set when a single value is to be applied to this Widget. Such as when used
175
+ * in a grid WidgetColumn, this is the property to which the column's `field` is applied.
176
+ */
177
+ defaultBindProperty ? : string
178
+ /**
179
+ * A [query](https://bryntum.com/products/grid/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
180
+ * focus should be directed by default.
181
+ * ...
182
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-defaultFocus)
183
+ * @param {Core.widget.Widget} widget Widget passed to method
184
+ * @returns {boolean} truthy value if widget is the default one
185
+ */
186
+ defaultFocus ? : ((widget: Widget) => Boolean)|string
187
+ /**
188
+ * A config object containing default settings to apply to all child widgets.
189
+ */
190
+ defaults ? : GridContainerItemConfig
191
+ /**
192
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
193
+ * ...
194
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-detectCSSCompatibilityIssues)
195
+ */
196
+ detectCSSCompatibilityIssues ? : Boolean
197
+ /**
198
+ * Whether the picker group is disabled.
199
+ */
200
+ disabled ? : Boolean
201
+ /**
202
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/grid/docs/api/Core/widget/Panel)
203
+ * [strips collection](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
204
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
205
+ * body. Such widgets are called "edge strips".
206
+ * ...
207
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-dock)
208
+ */
209
+ dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
210
+ /**
211
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
212
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
213
+ * property which controls when a drag should start.
214
+ * ...
215
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-draggable)
216
+ */
217
+ draggable ? : Boolean|{
218
+ handleSelector?: string
219
+ }
220
+ /**
221
+ * An object specifying attributes to assign to the root element of this widget.
222
+ * Set `null` value to attribute to remove it.
223
+ * ...
224
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-elementAttributes)
225
+ */
226
+ elementAttributes ? : Record<string, string|null>
227
+ extraData ? : any
228
+ /**
229
+ * Array of [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) configuration objects. One
230
+ * [FieldFilterPicker](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker) will be created
231
+ * for each object in the array.
232
+ * ...
233
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-filters)
234
+ */
235
+ filters ? : CollectionFilterConfig[]
236
+ /**
237
+ * When this widget is a child of a [Container](https://bryntum.com/products/grid/docs/api/Core/widget/Container), it will by default be participating in a
238
+ * flexbox layout. This config allows you to set this widget's
239
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
240
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
241
+ * numeric-only values are interpreted as the `flex-grow` value.
242
+ */
243
+ flex ? : number|string
244
+ /**
245
+ * Set to `true` to move the widget out of the document flow and position it
246
+ * absolutely in browser viewport space.
247
+ */
248
+ floating ? : Boolean
249
+ /**
250
+ * Optional function that returns [FieldFilterPicker](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker) configuration properties for
251
+ * a given filter. When `getFieldFilterPickerConfig` is provided, it will be called for each filter and the returned
252
+ * object will be merged with the configuration properties for the individual
253
+ * [FieldFilterPicker](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker) representing that filter.
254
+ * ...
255
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-getFieldFilterPickerConfig)
256
+ * @param {CollectionFilterConfig} filter The filter to be displayed in the FieldFilterPicker being configured
257
+ * @returns {FieldFilterPickerConfig}
258
+ */
259
+ getFieldFilterPickerConfig ? : (filter: CollectionFilterConfig) => FieldFilterPickerConfig
260
+ /**
261
+ * [Grid](https://bryntum.com/products/grid/docs/api/Grid/view/Grid) from which to read the available field list. In order to
262
+ * appear as a selectable property for a filter, a column must have a `field` property.
263
+ * If the column has a `text` property, that will be shown as the displayed text in the
264
+ * selector; otherwise, the `field` property will be shown as-is.
265
+ * ...
266
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-grid)
267
+ */
268
+ grid ? : Grid
269
+ /**
270
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
271
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
272
+ * cases this config is convenient.
273
+ */
274
+ height ? : string|number
275
+ /**
276
+ * Configure with true to make widget initially hidden.
277
+ */
278
+ hidden ? : Boolean
279
+ /**
280
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
281
+ * ...
282
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-hideAnimation)
283
+ */
284
+ hideAnimation ? : Boolean|object
285
+ /**
286
+ * Specify `true` to make this container hide when it has no visible children (Either empty
287
+ * or all children hidden).
288
+ * ...
289
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-hideWhenEmpty)
290
+ */
291
+ hideWhenEmpty ? : Boolean
292
+ /**
293
+ * The HTML to display initially or a function returning the markup (called at widget construction time).
294
+ * ...
295
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-html)
296
+ * @param {Core.widget.Widget} widget The calling Widget
297
+ * @returns {string}
298
+ */
299
+ html ? : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig
300
+ /**
301
+ * The CSS class(es) to add when HTML content is being applied to this widget.
302
+ */
303
+ htmlCls ? : string|object
304
+ /**
305
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
306
+ */
307
+ id ? : string
308
+ /**
309
+ * Determines if the widgets read-only state should be controlled by its parent.
310
+ * ...
311
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ignoreParentReadOnly)
312
+ */
313
+ ignoreParentReadOnly ? : Boolean
314
+ /**
315
+ * Convenience setting to align input fields of child widgets. By default, the Field input element is
316
+ * placed immediately following the `label`. If you prefer to have all input fields aligned to the
317
+ * right, set this config to `'end'`.
318
+ * ...
319
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-inputFieldAlign)
320
+ */
321
+ inputFieldAlign ? : 'start'|'end'
322
+ /**
323
+ * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
324
+ */
325
+ insertBefore ? : HTMLElement|string
326
+ /**
327
+ * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
328
+ */
329
+ insertFirst ? : HTMLElement|string
330
+ /**
331
+ * An optional CSS class to add to child items of this container.
332
+ */
333
+ itemCls ? : string
334
+ /**
335
+ * An object containing typed child widget config objects or Widgets. May also be specified
336
+ * as an array.
337
+ * ...
338
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-items)
339
+ */
340
+ items ? : Record<string, GridContainerItemConfig|MenuItemEntry>|(GridContainerItemConfig|MenuItemEntry|Widget)[]
341
+ /**
342
+ * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
343
+ * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
344
+ * are the name of the instance method to call when the keystroke is received.
345
+ * ...
346
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-keyMap)
347
+ */
348
+ keyMap ? : Record<string, KeyMapConfig>
349
+ /**
350
+ * Convenience setting to use same label placement on all child widgets.
351
+ * ...
352
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-labelPosition)
353
+ */
354
+ labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
355
+ /**
356
+ * The short name of a helper class which manages rendering and styling of child items.
357
+ * ...
358
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-layout)
359
+ */
360
+ layout ? : string|GridContainerLayoutConfig
361
+ /**
362
+ * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
363
+ * ...
364
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-layoutStyle)
365
+ */
366
+ layoutStyle ? : object
367
+ /**
368
+ * 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
369
+ * instances only when this Container is rendered, rather than eagerly at construct time.
370
+ * ...
371
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-lazyItems)
372
+ */
373
+ lazyItems ? : Record<string, GridContainerItemConfig>|GridContainerItemConfig[]|Widget[]
374
+ /**
375
+ * When `limitToProperty` is set to the name of an available field (as specified either
376
+ * explicitly in [fields](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-fields) or implicitly in the
377
+ * [store](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-store)'s model), it has the following effects:
378
+ * ...
379
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-limitToProperty)
380
+ */
381
+ limitToProperty ? : string
382
+ /**
383
+ * The listener set for this object.
384
+ * ...
385
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-listeners)
386
+ */
387
+ listeners ? : GridFieldFilterPickerGroupListeners
388
+ /**
389
+ * A class translations of which are used for translating this entity.
390
+ * This is often used when translations of an item are defined on its container class.
391
+ * For example:
392
+ * ...
393
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-localeClass)
394
+ */
395
+ localeClass ? : typeof Base
396
+ /**
397
+ * Set to `false` to disable localization of this object.
398
+ */
399
+ localizable ? : Boolean
400
+ /**
401
+ * List of properties which values should be translated automatically upon a locale applying.
402
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
403
+ * you could use 'localeKey' meta configuration.
404
+ * Example:
405
+ * ...
406
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-localizableProperties)
407
+ */
408
+ localizableProperties ? : string[]
409
+ /**
410
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
411
+ * numeric-only values are interpreted as pixels.
412
+ */
413
+ margin ? : number|string
414
+ /**
415
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/grid/docs/api/Core/widget/Mask) created for the
416
+ * [masked](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
417
+ * values.
418
+ */
419
+ maskDefaults ? : MaskConfig
420
+ /**
421
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
422
+ * [Mask](https://bryntum.com/products/grid/docs/api/Core/widget/Mask) config object.
423
+ */
424
+ masked ? : Boolean|string|MaskConfig
425
+ /**
426
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
427
+ * like [height](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
428
+ */
429
+ maxHeight ? : string|number
430
+ /**
431
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
432
+ * ...
433
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-maximizeOnMobile)
434
+ */
435
+ maximizeOnMobile ? : number|string
436
+ /**
437
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
438
+ * like [width](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
439
+ */
440
+ maxWidth ? : string|number
441
+ /**
442
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
443
+ * like [height](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
444
+ */
445
+ minHeight ? : string|number
446
+ /**
447
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
448
+ * like [width](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
449
+ */
450
+ minWidth ? : string|number
451
+ /**
452
+ * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
453
+ * is used to monitor this element for size changes caused by either style manipulation, or by CSS
454
+ * layout.
455
+ * ...
456
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-monitorResize)
457
+ */
458
+ monitorResize ? : Boolean|{
459
+ immediate?: Boolean
460
+ }
461
+ /**
462
+ * 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)
463
+ * config. For example, a specialized [Menu](https://bryntum.com/products/grid/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
464
+ * value defined like this:
465
+ * ...
466
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-namedItems)
467
+ */
468
+ namedItems ? : Record<string, GridContainerItemConfig>
469
+ /**
470
+ * When specified, overrides the built-in list of available operators. See
471
+ * [operators](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-operators).
472
+ */
473
+ operators ? : object
474
+ /**
475
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
476
+ * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
477
+ * the owner is <strong>always</strong> the encapsulating Container.
478
+ * ...
479
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-owner)
480
+ */
481
+ owner ? : Widget|any
482
+ /**
483
+ * 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
484
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
485
+ * widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
486
+ * ...
487
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-positioned)
488
+ */
489
+ positioned ? : Boolean
490
+ /**
491
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
492
+ * menu on click etc, since the tooltip would be displayed at the same time.
493
+ */
494
+ preventTooltipOnTouch ? : Boolean
495
+ /**
496
+ * Whether the picker group is read-only.
497
+ * ...
498
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-readOnly)
499
+ */
500
+ readOnly ? : Boolean
501
+ /**
502
+ * [Record](https://bryntum.com/products/grid/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
503
+ * ...
504
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-record)
505
+ */
506
+ record ? : Model
507
+ relayStoreEvents ? : Boolean
508
+ /**
509
+ * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
510
+ * `type`.
511
+ * ...
512
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-rendition)
513
+ */
514
+ rendition ? : string|Record<string, string>|null
515
+ /**
516
+ * Configure as `true` to have the component display a translucent ripple when its
517
+ * [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
518
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
519
+ * ...
520
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ripple)
521
+ */
522
+ ripple ? : Boolean|{
523
+ delegate?: string
524
+ color?: string
525
+ radius?: number
526
+ clip?: string
527
+ }
528
+ /**
529
+ * 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`
530
+ */
531
+ rootElement ? : ShadowRoot|HTMLElement
532
+ /**
533
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
534
+ * ...
535
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-rtl)
536
+ */
537
+ rtl ? : Boolean
538
+ /**
539
+ * Specifies whether (and optionally in which axes) a Widget may scroll. `true` means this widget may scroll
540
+ * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
541
+ * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
542
+ * CSS overflow properties thus:
543
+ * ...
544
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-scrollable)
545
+ */
546
+ scrollable ? : Boolean|ScrollerConfig|Scroller
547
+ /**
548
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
549
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
550
+ */
551
+ scrollAction ? : 'hide'|'realign'|null
552
+ /**
553
+ * Show a button at the bottom of the group that adds a new, blank filter to the group.
554
+ */
555
+ showAddFilterButton ? : Boolean
556
+ /**
557
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
558
+ * ...
559
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-showAnimation)
560
+ */
561
+ showAnimation ? : Boolean|object
562
+ /**
563
+ * Set to `false` to not show the tooltip when this widget is [disabled](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-disabled)
564
+ */
565
+ showTooltipWhenDisabled ? : Boolean
566
+ /**
567
+ * Programmatic control over how many columns to span when used in a grid layout.
568
+ */
569
+ span ? : number
570
+ /**
571
+ * Specify `true` to match fields by their `name` property only when assigning a [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record),
572
+ * without falling back to `ref`.
573
+ */
574
+ strictRecordMapping ? : Boolean
575
+ /**
576
+ * 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
577
+ * [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
578
+ * this widget:
579
+ * ...
580
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tab)
581
+ */
582
+ tab ? : Boolean|TabConfig
583
+ /**
584
+ * When this container is used as a tab in a TabPanel, these items are added to the
585
+ * [TabBar](https://bryntum.com/products/grid/docs/api/Core/widget/TabBar) when this container is the active tab.
586
+ * ...
587
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tabBarItems)
588
+ */
589
+ tabBarItems ? : ToolbarItems[]|Widget[]
590
+ /**
591
+ * The tag name of this Widget's root element
592
+ */
593
+ tag ? : string
594
+ /**
595
+ * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
596
+ * ...
597
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-textAlign)
598
+ */
599
+ textAlign ? : 'left'|'center'|'right'|'start'|'end'
600
+ /**
601
+ * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
602
+ * which specifies a default max-width that makes long text more readable.
603
+ * ...
604
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-textContent)
605
+ */
606
+ textContent ? : Boolean
607
+ /**
608
+ * A title to display for the widget. Only in effect when inside a container that uses it (such as TabPanel)
609
+ */
610
+ title ? : string
611
+ /**
612
+ * Tooltip for the widget, either as a string or as a Tooltip config object.
613
+ * ...
614
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tooltip)
615
+ */
616
+ tooltip ? : string|TooltipConfig|null
617
+ /**
618
+ * Whether to raise [change](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#event-change) events as the user types into a value field. If `false`,
619
+ * [change](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#event-change) events will be raised only when the value input field's own `change` event
620
+ * occurs, for example on field blur.
621
+ */
622
+ triggerChangeOnInput ? : Boolean
623
+ type ? : 'gridfieldfilterpickergroup'
624
+ /**
625
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
626
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
627
+ * values are used as the class names.
628
+ * ...
629
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ui)
630
+ */
631
+ ui ? : string|object
632
+ /**
633
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/grid/docs/api/Core/widget/Container).
634
+ * Higher weights go further down.
635
+ */
636
+ weight ? : number
637
+ /**
638
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
639
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
640
+ * this config is convenient.
641
+ */
642
+ width ? : string|number
643
+ /**
644
+ * The x position for the widget.
645
+ * ...
646
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-x)
647
+ */
648
+ x ? : number
649
+ /**
650
+ * The y position for the widget.
651
+ * ...
652
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-y)
653
+ */
654
+ y ? : number
655
+
656
+ }>();
657
+
658
+ const emit = defineEmits<{
659
+ /**
660
+ * Fires before a new filter is added to the picker group (and its store, if configured and the filter is valid).
661
+ * Return `false` from the event handler to prevent the filter being added.
662
+ * @param {string} e Event name
663
+ * @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.FieldFilterPicker} params.params.event.source The FieldFilterPicker instance that fired the event.
668
+ * @param {CollectionFilterConfig} 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).
669
+ */
670
+ (e: 'beforeAddFilter', params: ((event: { source: FieldFilterPicker, filter: CollectionFilterConfig }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
671
+ /**
672
+ * Fires before an object is destroyed.
673
+ * @param {string} e Event name
674
+ * @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.Base} params.params.event.source The Object that is being destroyed.
679
+ */
680
+ (e: 'beforeDestroy', params: ((event: { source: Base }) => void)|string): void
681
+ /**
682
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
683
+ * @param {string} e Event name
684
+ * @param {object} params Event parameters
685
+ * @param {string} params.e Event name
686
+ * @param {object} params.params Event parameters
687
+ * @param {object} params.params.event Event object
688
+ * @param {Core.widget.Widget} params.params.event.source The widget being hidden.
689
+ */
690
+ (e: 'beforeHide', params: ((event: { source: Widget }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
691
+ /**
692
+ * Fired before this container will load record values into its child fields. This is useful if you
693
+ * want to modify the UI before data is loaded (e.g. set some input field to be readonly)
694
+ * @param {string} e Event name
695
+ * @param {object} params Event parameters
696
+ * @param {string} params.e Event name
697
+ * @param {object} params.params Event parameters
698
+ * @param {object} params.params.event Event object
699
+ * @param {Core.widget.Container} params.params.event.source The container
700
+ * @param {Core.data.Model} params.params.event.record The record
701
+ */
702
+ (e: 'beforeSetRecord', params: ((event: { source: Container, record: Model }) => void)|string): void
703
+ /**
704
+ * Triggered before a widget is shown. Return `false` to prevent the action.
705
+ * @param {string} e Event name
706
+ * @param {object} params Event parameters
707
+ * @param {string} params.e Event name
708
+ * @param {object} params.params Event parameters
709
+ * @param {object} params.params.event Event object
710
+ * @param {Core.widget.Widget,any} params.params.event.source The widget being shown
711
+ */
712
+ (e: 'beforeShow', params: ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
713
+ /**
714
+ * Fires when any other event is fired from the object.
715
+ * ...
716
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#event-catchAll)
717
+ * @param {string} e Event name
718
+ * @param {object} params Event parameters
719
+ * @param {string} params.e Event name
720
+ * @param {object} params.params Event parameters
721
+ * @param {object} params.params.event Event object
722
+ * @param {{[key: string]: any, type: string}} params.params.event.event The Object that contains event details
723
+ * @param {string} params.params.event.event.type The type of the event which is caught by the listener
724
+ */
725
+ (e: 'catchAll', params: ((event: {[key: string]: any, type: string}) => void)|string): void
726
+ /**
727
+ * Fires when any filter in the group is added, removed, or modified.
728
+ * @param {string} e Event name
729
+ * @param {object} params Event parameters
730
+ * @param {string} params.e Event name
731
+ * @param {object} params.params Event parameters
732
+ * @param {object} params.params.event Event object
733
+ * @param {Core.widget.FieldFilterPickerGroup} params.params.event.source The FieldFilterPickerGroup instance that fired the event.
734
+ * @param {CollectionFilterConfig[]} params.params.event.filters The array of [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) configuration objects currently represented by the FieldFilterPickerGroup. <strong>IMPORTANT:</strong> Note that this includes all filters currently present in the UI, including partially completed ones that may not be ready to apply to a Store. To retrieve only valid filters, use the `validFilters` parameter on this event, or filter out incomplete filters in your own code.
735
+ * @param {CollectionFilterConfig[]} params.params.event.validFilters The subset of [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) configuration objects in the `filters` parameter on this event that are complete and valid for application to a Store.
736
+ */
737
+ (e: 'change', params: ((event: { source: FieldFilterPickerGroup, filters: CollectionFilterConfig[], validFilters: CollectionFilterConfig[] }) => void)|string): void
738
+ /**
739
+ * Fires when an object is destroyed.
740
+ * @param {string} e Event name
741
+ * @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 {Core.Base} params.params.event.source The Object that is being destroyed.
746
+ */
747
+ (e: 'destroy', params: ((event: { source: Base }) => void)|string): void
748
+ /**
749
+ * 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
750
+ * @param {string} e Event name
751
+ * @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.Container} params.params.event.source The container.
756
+ * @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.
757
+ */
758
+ (e: 'dirtyStateChange', params: ((event: { source: Container, dirty: boolean }) => void)|string): void
759
+ /**
760
+ * Triggered when a widget's [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element) is available.
761
+ * @param {string} e Event name
762
+ * @param {object} params Event parameters
763
+ * @param {string} params.e Event name
764
+ * @param {object} params.params Event parameters
765
+ * @param {object} params.params.event Event object
766
+ * @param {HTMLElement} params.params.event.element The Widget's element.
767
+ */
768
+ (e: 'elementCreated', params: ((event: { element: HTMLElement }) => void)|string): void
769
+ /**
770
+ * Fired when focus enters this Widget.
771
+ * @param {string} e Event name
772
+ * @param {object} params Event parameters
773
+ * @param {string} params.e Event name
774
+ * @param {object} params.params Event parameters
775
+ * @param {object} params.params.event Event object
776
+ * @param {Core.widget.Widget} params.params.event.source This Widget
777
+ * @param {HTMLElement} params.params.event.fromElement The element which lost focus.
778
+ * @param {HTMLElement} params.params.event.toElement The element which gained focus.
779
+ * @param {Core.widget.Widget} params.params.event.fromWidget The widget which lost focus.
780
+ * @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
781
+ * @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
782
+ */
783
+ (e: 'focusIn', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
784
+ /**
785
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
786
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
787
+ * will not trigger this event. This is when focus exits this widget completely.
788
+ * @param {string} e Event name
789
+ * @param {object} params Event parameters
790
+ * @param {string} params.e Event name
791
+ * @param {object} params.params Event parameters
792
+ * @param {object} params.params.event Event object
793
+ * @param {Core.widget.Widget} params.params.event.source This Widget
794
+ * @param {HTMLElement} params.params.event.fromElement The element which lost focus.
795
+ * @param {HTMLElement} params.params.event.toElement The element which gained focus.
796
+ * @param {Core.widget.Widget} params.params.event.fromWidget The widget which lost focus.
797
+ * @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
798
+ * @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
799
+ */
800
+ (e: 'focusOut', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
801
+ /**
802
+ * Triggered after a widget was hidden
803
+ * @param {string} e Event name
804
+ * @param {object} params Event parameters
805
+ * @param {string} params.e Event name
806
+ * @param {object} params.params Event parameters
807
+ * @param {object} params.params.event Event object
808
+ * @param {Core.widget.Widget} params.params.event.source The widget
809
+ */
810
+ (e: 'hide', params: ((event: { source: Widget }) => void)|string): void
811
+ /**
812
+ * Triggered when a widget which had been in a non-visible state for any reason
813
+ * achieves visibility.
814
+ * ...
815
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#event-paint)
816
+ * @param {string} e Event name
817
+ * @param {object} params Event parameters
818
+ * @param {string} params.e Event name
819
+ * @param {object} params.params Event parameters
820
+ * @param {object} params.params.event Event object
821
+ * @param {Core.widget.Widget} params.params.event.source The widget being painted.
822
+ * @param {boolean} params.params.event.firstPaint `true` if this is the first paint.
823
+ */
824
+ (e: 'paint', params: ((event: { source: Widget, firstPaint: boolean }) => void)|string): void
825
+ /**
826
+ * Fired when a Widget's read only state is toggled
827
+ * @param {string} e Event name
828
+ * @param {object} params Event parameters
829
+ * @param {string} params.e Event name
830
+ * @param {object} params.params Event parameters
831
+ * @param {object} params.params.event Event object
832
+ * @param {boolean} params.params.event.readOnly Read only or not
833
+ */
834
+ (e: 'readOnly', params: ((event: { readOnly: boolean }) => void)|string): void
835
+ /**
836
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
837
+ * to [recompose](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#function-recompose), if this results in some change to the widget's rendered DOM elements.
838
+ */
839
+ (e: 'recompose', params: (() => void)|string): void
840
+ /**
841
+ * 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`*.
842
+ * @param {string} e Event name
843
+ * @param {object} params Event parameters
844
+ * @param {string} params.e Event name
845
+ * @param {object} params.params Event parameters
846
+ * @param {object} params.params.event Event object
847
+ * @param {Core.widget.Widget} params.params.event.source This Widget
848
+ * @param {number} params.params.event.width The new width
849
+ * @param {number} params.params.event.height The new height
850
+ * @param {number} params.params.event.oldWidth The old width
851
+ * @param {number} params.params.event.oldHeight The old height
852
+ */
853
+ (e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
854
+ /**
855
+ * Triggered after a widget is shown.
856
+ * @param {string} e Event name
857
+ * @param {object} params Event parameters
858
+ * @param {string} params.e Event name
859
+ * @param {object} params.params Event parameters
860
+ * @param {object} params.params.event Event object
861
+ * @param {Core.widget.Widget} params.params.event.source The widget
862
+ */
863
+ (e: 'show', params: ((event: { source: Widget }) => void)|string): void
864
+ }>();
865
+
866
+ const widgetData = {
867
+ instanceClass : GridFieldFilterPickerGroup,
868
+ instanceName : 'GridFieldFilterPickerGroup',
869
+
870
+ configNames : [
871
+ 'addFilterButtonText',
872
+ 'adopt',
873
+ 'align',
874
+ 'allowedFieldNames',
875
+ 'anchor',
876
+ 'ariaDescription',
877
+ 'ariaLabel',
878
+ 'autoUpdateRecord',
879
+ 'bubbleEvents',
880
+ 'canDeleteFilter',
881
+ 'canManageFilter',
882
+ 'centered',
883
+ 'color',
884
+ 'config',
885
+ 'constrainTo',
886
+ 'contentElementCls',
887
+ 'dataField',
888
+ 'dateFormat',
889
+ 'defaultBindProperty',
890
+ 'defaultFocus',
891
+ 'defaults',
892
+ 'detectCSSCompatibilityIssues',
893
+ 'dock',
894
+ 'draggable',
895
+ 'elementAttributes',
896
+ 'filters',
897
+ 'floating',
898
+ 'getFieldFilterPickerConfig',
899
+ 'grid',
900
+ 'hideAnimation',
901
+ 'hideWhenEmpty',
902
+ 'htmlCls',
903
+ 'ignoreParentReadOnly',
904
+ 'itemCls',
905
+ 'lazyItems',
906
+ 'limitToProperty',
907
+ 'listeners',
908
+ 'localeClass',
909
+ 'localizable',
910
+ 'localizableProperties',
911
+ 'maskDefaults',
912
+ 'masked',
913
+ 'monitorResize',
914
+ 'namedItems',
915
+ 'operators',
916
+ 'owner',
917
+ 'positioned',
918
+ 'preventTooltipOnTouch',
919
+ 'relayStoreEvents',
920
+ 'ripple',
921
+ 'rootElement',
922
+ 'scrollAction',
923
+ 'showAddFilterButton',
924
+ 'showAnimation',
925
+ 'showTooltipWhenDisabled',
926
+ 'tab',
927
+ 'tabBarItems',
928
+ 'tag',
929
+ 'textAlign',
930
+ 'textContent',
931
+ 'title',
932
+ 'triggerChangeOnInput',
933
+ 'type',
934
+ 'ui',
935
+ 'weight'
936
+ ],
937
+ propertyConfigNames : [
938
+ 'alignSelf',
939
+ 'appendTo',
940
+ 'callOnFunctions',
941
+ 'catchEventHandlerExceptions',
942
+ 'cls',
943
+ 'column',
944
+ 'content',
945
+ 'dataset',
946
+ 'disabled',
947
+ 'extraData',
948
+ 'flex',
949
+ 'height',
950
+ 'hidden',
951
+ 'html',
952
+ 'id',
953
+ 'inputFieldAlign',
954
+ 'insertBefore',
955
+ 'insertFirst',
956
+ 'items',
957
+ 'keyMap',
958
+ 'labelPosition',
959
+ 'layout',
960
+ 'layoutStyle',
961
+ 'margin',
962
+ 'maxHeight',
963
+ 'maximizeOnMobile',
964
+ 'maxWidth',
965
+ 'minHeight',
966
+ 'minWidth',
967
+ 'onBeforeAddFilter',
968
+ 'onBeforeDestroy',
969
+ 'onBeforeHide',
970
+ 'onBeforeSetRecord',
971
+ 'onBeforeShow',
972
+ 'onCatchAll',
973
+ 'onChange',
974
+ 'onDestroy',
975
+ 'onDirtyStateChange',
976
+ 'onElementCreated',
977
+ 'onFocusIn',
978
+ 'onFocusOut',
979
+ 'onHide',
980
+ 'onPaint',
981
+ 'onReadOnly',
982
+ 'onRecompose',
983
+ 'onResize',
984
+ 'onShow',
985
+ 'readOnly',
986
+ 'record',
987
+ 'rendition',
988
+ 'rtl',
989
+ 'scrollable',
990
+ 'span',
991
+ 'strictRecordMapping',
992
+ 'tooltip',
993
+ 'width',
994
+ 'x',
995
+ 'y'
996
+ ],
997
+ propertyNames : [
998
+ 'anchorSize',
999
+ 'focusVisible',
1000
+ 'hasChanges',
1001
+ 'isSettingValues',
1002
+ 'isValid',
1003
+ 'parent',
1004
+ 'value',
1005
+ 'values'
1006
+ ],
1007
+ eventNames : [
1008
+ 'beforeAddFilter',
1009
+ 'beforeDestroy',
1010
+ 'beforeHide',
1011
+ 'beforeSetRecord',
1012
+ 'beforeShow',
1013
+ 'catchAll',
1014
+ 'change',
1015
+ 'destroy',
1016
+ 'dirtyStateChange',
1017
+ 'elementCreated',
1018
+ 'focusIn',
1019
+ 'focusOut',
1020
+ 'hide',
1021
+ 'paint',
1022
+ 'readOnly',
1023
+ 'recompose',
1024
+ 'resize',
1025
+ 'show'
1026
+ ]
1027
+ };
1028
+
1029
+ const instance: {
1030
+ value?: GridFieldFilterPickerGroup
1031
+ } = {};
1032
+
1033
+ const refElement = ref<HTMLDivElement>()!;
1034
+ // Storage for teleports (in-cell Vue component instances) automatically renderer by template
1035
+ const teleports = ref(new Map());
1036
+
1037
+ // Provide teleports for processCellContent
1038
+ provide('teleports', teleports);
1039
+
1040
+ onMounted(() => {
1041
+
1042
+ const me = getCurrentInstance()!;
1043
+
1044
+ instance.value = WrapperHelper.createWidget<typeof GridFieldFilterPickerGroup>({
1045
+ me,
1046
+ widgetData,
1047
+ emit,
1048
+ element : refElement.value!,
1049
+ toRaw
1050
+ });
1051
+
1052
+ const watcher = (prop: string, callback: any) => watch(() => me.props[prop], callback);
1053
+ WrapperHelper.watchProps(instance.value, widgetData, watcher);
1054
+ });
1055
+
1056
+ onBeforeUnmount(() => {
1057
+ // @ts-ignore
1058
+ instance.value?.destroy?.();
1059
+ });
1060
+
1061
+ defineExpose({
1062
+ instance,
1063
+ refElement,
1064
+ teleports
1065
+ });
1066
+
1067
+ </script>