@bryntum/grid-angular-thin 7.2.3 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +4 -4
  2. package/bundles/bryntum-grid-angular-thin.umd.js +761 -230
  3. package/bundles/bryntum-grid-angular-thin.umd.js.map +1 -1
  4. package/esm2015/lib/bryntum-a-i-filter-field.component.js +62 -14
  5. package/esm2015/lib/bryntum-checklist-filter-combo.component.js +62 -14
  6. package/esm2015/lib/bryntum-grid-base.component.js +78 -35
  7. package/esm2015/lib/bryntum-grid-chart-designer.component.js +61 -12
  8. package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +65 -21
  9. package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +65 -21
  10. package/esm2015/lib/bryntum-grid.component.js +78 -35
  11. package/esm2015/lib/bryntum-group-bar.component.js +61 -12
  12. package/esm2015/lib/bryntum-tree-combo.component.js +62 -14
  13. package/esm2015/lib/bryntum-tree-grid.component.js +78 -35
  14. package/esm2015/lib/grid.module.js +5 -4
  15. package/esm2015/lib/shadowdom.helper.js +82 -0
  16. package/fesm2015/bryntum-grid-angular-thin.js +738 -207
  17. package/fesm2015/bryntum-grid-angular-thin.js.map +1 -1
  18. package/lib/bryntum-a-i-filter-field.component.d.ts +87 -133
  19. package/lib/bryntum-checklist-filter-combo.component.d.ts +106 -166
  20. package/lib/bryntum-grid-base.component.d.ts +238 -303
  21. package/lib/bryntum-grid-chart-designer.component.d.ts +71 -108
  22. package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +93 -143
  23. package/lib/bryntum-grid-field-filter-picker.component.d.ts +94 -145
  24. package/lib/bryntum-grid.component.d.ts +238 -303
  25. package/lib/bryntum-group-bar.component.d.ts +77 -118
  26. package/lib/bryntum-tree-combo.component.d.ts +107 -168
  27. package/lib/bryntum-tree-grid.component.d.ts +238 -303
  28. package/lib/grid.module.d.ts +2 -1
  29. package/lib/shadowdom.helper.d.ts +3 -0
  30. package/package.json +1 -1
  31. package/src/lib/bryntum-a-i-filter-field.component.ts +146 -141
  32. package/src/lib/bryntum-checklist-filter-combo.component.ts +166 -175
  33. package/src/lib/bryntum-grid-base.component.ts +275 -319
  34. package/src/lib/bryntum-grid-chart-designer.component.ts +126 -112
  35. package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +152 -152
  36. package/src/lib/bryntum-grid-field-filter-picker.component.ts +152 -153
  37. package/src/lib/bryntum-grid.component.ts +275 -319
  38. package/src/lib/bryntum-group-bar.component.ts +132 -122
  39. package/src/lib/bryntum-theme-combo.component.ts +128 -0
  40. package/src/lib/bryntum-tree-combo.component.ts +166 -176
  41. package/src/lib/bryntum-tree-grid.component.ts +275 -319
  42. package/src/lib/grid.module.ts +2 -1
  43. package/src/lib/shadowdom.helper.ts +91 -0
@@ -2,21 +2,19 @@
2
2
  * Angular wrapper for Bryntum GridFieldFilterPicker
3
3
  */
4
4
  import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
- import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, DomConfig, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
5
+ import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, DomConfig, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
6
6
  import { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPicker, GridFieldFilterPickerListeners } from '@bryntum/grid-thin';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare type BryntumGridFieldFilterPickerProps = {
9
9
  /**
10
10
  * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
11
11
  * content will be placed inside this element.
12
- * ...
13
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-adopt)
12
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-adopt)
14
13
  */
15
14
  adopt?: HTMLElement | string;
16
15
  /**
17
16
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
18
- * ...
19
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-align)
17
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-align)
20
18
  */
21
19
  align?: AlignSpec | string;
22
20
  /**
@@ -29,8 +27,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
29
27
  * Optional array of field names that are allowed as selectable properties for filters.
30
28
  * 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
31
29
  * the named fields will be shown in the property selector combo.
32
- * ...
33
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-allowedFieldNames)
30
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-allowedFieldNames)
34
31
  */
35
32
  allowedFieldNames?: string[];
36
33
  /**
@@ -46,15 +43,13 @@ export declare type BryntumGridFieldFilterPickerProps = {
46
43
  /**
47
44
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
48
45
  * into an element which will be linked using the `aria-describedby` attribute.
49
- * ...
50
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaDescription)
46
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaDescription)
51
47
  */
52
48
  ariaDescription?: string;
53
49
  /**
54
50
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
55
51
  * the `aria-label` attribute.
56
- * ...
57
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaLabel)
52
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaLabel)
58
53
  */
59
54
  ariaLabel?: string;
60
55
  /**
@@ -68,21 +63,18 @@ export declare type BryntumGridFieldFilterPickerProps = {
68
63
  /**
69
64
  * An object where property names with a truthy value indicate which events should bubble up the ownership
70
65
  * hierarchy when triggered.
71
- * ...
72
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-bubbleEvents)
66
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-bubbleEvents)
73
67
  */
74
68
  bubbleEvents?: object;
75
69
  /**
76
70
  * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
77
- * ...
78
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-callOnFunctions)
71
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-callOnFunctions)
79
72
  */
80
73
  callOnFunctions?: boolean;
81
74
  /**
82
75
  * By default, if an event handler throws an exception, the error propagates up the stack and the
83
76
  * application state is undefined. Code which follows the event handler will *not* be executed.
84
- * ...
85
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-catchEventHandlerExceptions)
77
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-catchEventHandlerExceptions)
86
78
  */
87
79
  catchEventHandlerExceptions?: boolean;
88
80
  /**
@@ -94,15 +86,13 @@ export declare type BryntumGridFieldFilterPickerProps = {
94
86
  * Custom CSS classes to add to element.
95
87
  * May be specified as a space separated string, or as an object in which property names
96
88
  * with truthy values are used as the class names:
97
- * ...
98
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-cls)
89
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-cls)
99
90
  */
100
91
  cls?: string | object;
101
92
  /**
102
93
  * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
103
94
  * `style` block.
104
- * ...
105
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-color)
95
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-color)
106
96
  */
107
97
  color?: Color;
108
98
  /**
@@ -126,8 +116,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
126
116
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
127
117
  * May be specified as a space separated string, or as an object in which property names
128
118
  * with truthy values are used as the class names:
129
- * ...
130
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-contentElementCls)
119
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-contentElementCls)
131
120
  */
132
121
  contentElementCls?: string | object;
133
122
  /**
@@ -152,8 +141,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
152
141
  /**
153
142
  * A [query](https://bryntum.com/products/grid/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
154
143
  * focus should be directed by default.
155
- * ...
156
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-defaultFocus)
144
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-defaultFocus)
157
145
  * @param {Core.widget.Widget} widget Widget passed to method
158
146
  * @returns {boolean} truthy value if widget is the default one
159
147
  */
@@ -163,9 +151,9 @@ export declare type BryntumGridFieldFilterPickerProps = {
163
151
  */
164
152
  defaults?: GridContainerItemConfig;
165
153
  /**
166
- * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
167
- * ...
168
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-detectCSSCompatibilityIssues)
154
+ * Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
155
+ * checks:
156
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-detectCSSCompatibilityIssues)
169
157
  */
170
158
  detectCSSCompatibilityIssues?: boolean;
171
159
  /**
@@ -177,40 +165,34 @@ export declare type BryntumGridFieldFilterPickerProps = {
177
165
  * [strips collection](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
178
166
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
179
167
  * body. Such widgets are called "edge strips".
180
- * ...
181
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-dock)
168
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-dock)
182
169
  */
183
170
  dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
184
171
  /**
185
172
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
186
173
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
187
174
  * property which controls when a drag should start.
188
- * ...
189
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
175
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
176
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
190
177
  */
191
- draggable?: boolean | {
192
- handleSelector?: string;
193
- };
178
+ draggable?: boolean | object;
194
179
  /**
195
180
  * An object specifying attributes to assign to the root element of this widget.
196
181
  * Set `null` value to attribute to remove it.
197
- * ...
198
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-elementAttributes)
182
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-elementAttributes)
199
183
  */
200
184
  elementAttributes?: Record<string, string | null>;
201
185
  extraData?: any;
202
186
  /**
203
187
  * Dictionary of [FieldOption](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#typedef-FieldOption) representing the fields against which filters can be defined,
204
188
  * keyed by field name.
205
- * ...
206
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-fields)
189
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-fields)
207
190
  */
208
191
  fields?: Record<string, FieldOption>;
209
192
  /**
210
193
  * Configuration object for the [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) displayed
211
194
  * and editable in this picker.
212
- * ...
213
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-filter)
195
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-filter)
214
196
  */
215
197
  filter?: CollectionFilterConfig;
216
198
  /**
@@ -229,8 +211,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
229
211
  /**
230
212
  * Optional function that modifies the configuration of value fields shown for a filter. The default configuration
231
213
  * is received as an argument and the returned value will be used as the final configuration. For example:
232
- * ...
233
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-getValueFieldConfig)
214
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-getValueFieldConfig)
234
215
  * @param {Core.util.CollectionFilter} filter The filter being displayed
235
216
  * @param {GridContainerItemConfig} fieldConfig Configuration object for the value field
236
217
  * @returns {GridContainerItemConfig} the resulting configuration
@@ -241,8 +222,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
241
222
  * appear as a selectable property for a filter, a column must have a `field` property.
242
223
  * If the column has a `text` property, that will be shown as the displayed text in the
243
224
  * selector; otherwise, the `field` property will be shown as-is.
244
- * ...
245
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-grid)
225
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-grid)
246
226
  */
247
227
  grid?: Grid;
248
228
  /**
@@ -257,25 +237,21 @@ export declare type BryntumGridFieldFilterPickerProps = {
257
237
  hidden?: boolean;
258
238
  /**
259
239
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
260
- * ...
261
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideAnimation)
240
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideAnimation)
262
241
  */
263
242
  hideAnimation?: boolean | object;
264
243
  /**
265
244
  * Specify `true` to make this container hide when it has no visible children (Either empty
266
245
  * or all children hidden).
267
- * ...
268
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideWhenEmpty)
246
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideWhenEmpty)
269
247
  */
270
248
  hideWhenEmpty?: boolean;
271
249
  /**
272
250
  * The HTML to display initially or a function returning the markup (called at widget construction time).
273
- * ...
274
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-html)
251
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-html)
275
252
  * @param {Core.widget.Widget} widget The calling Widget
276
- * @returns {string}
277
253
  */
278
- html?: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
254
+ html?: string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX;
279
255
  /**
280
256
  * The CSS class(es) to add when HTML content is being applied to this widget.
281
257
  */
@@ -286,16 +262,14 @@ export declare type BryntumGridFieldFilterPickerProps = {
286
262
  id?: string;
287
263
  /**
288
264
  * Determines if the widgets read-only state should be controlled by its parent.
289
- * ...
290
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ignoreParentReadOnly)
265
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ignoreParentReadOnly)
291
266
  */
292
267
  ignoreParentReadOnly?: boolean;
293
268
  /**
294
269
  * Convenience setting to align input fields of child widgets. By default, the Field input element is
295
270
  * placed immediately following the `label`. If you prefer to have all input fields aligned to the
296
271
  * right, set this config to `'end'`.
297
- * ...
298
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-inputFieldAlign)
272
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-inputFieldAlign)
299
273
  */
300
274
  inputFieldAlign?: 'start' | 'end';
301
275
  /**
@@ -313,55 +287,52 @@ export declare type BryntumGridFieldFilterPickerProps = {
313
287
  /**
314
288
  * An object containing typed child widget config objects or Widgets. May also be specified
315
289
  * as an array.
316
- * ...
317
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-items)
290
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-items)
318
291
  */
319
292
  items?: Record<string, GridContainerItemConfig | MenuItemEntry> | (GridContainerItemConfig | MenuItemEntry | Widget)[];
320
293
  /**
321
294
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
322
295
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
323
296
  * are the name of the instance method to call when the keystroke is received.
324
- * ...
325
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-keyMap)
297
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-keyMap)
326
298
  */
327
299
  keyMap?: Record<string, KeyMapConfig>;
328
300
  /**
329
301
  * Convenience setting to use same label placement on all child widgets.
330
- * ...
331
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelPosition)
302
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelPosition)
332
303
  */
333
304
  labelPosition?: 'before' | 'above' | 'align-before' | 'auto' | null;
305
+ /**
306
+ * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
307
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelWidth)
308
+ */
309
+ labelWidth?: number | null;
334
310
  /**
335
311
  * The short name of a helper class which manages rendering and styling of child items.
336
- * ...
337
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layout)
312
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layout)
338
313
  */
339
314
  layout?: string | GridContainerLayoutConfig;
340
315
  /**
341
316
  * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
342
- * ...
343
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layoutStyle)
317
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layoutStyle)
344
318
  */
345
319
  layoutStyle?: object;
346
320
  /**
347
321
  * 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
348
322
  * instances only when this Container is rendered, rather than eagerly at construct time.
349
- * ...
350
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-lazyItems)
323
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-lazyItems)
351
324
  */
352
325
  lazyItems?: Record<string, GridContainerItemConfig> | GridContainerItemConfig[] | Widget[];
353
326
  /**
354
327
  * The listener set for this object.
355
- * ...
356
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-listeners)
328
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-listeners)
357
329
  */
358
330
  listeners?: GridFieldFilterPickerListeners;
359
331
  /**
360
332
  * A class translations of which are used for translating this entity.
361
333
  * This is often used when translations of an item are defined on its container class.
362
334
  * For example:
363
- * ...
364
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localeClass)
335
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localeClass)
365
336
  */
366
337
  localeClass?: typeof Base;
367
338
  /**
@@ -373,8 +344,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
373
344
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
374
345
  * you could use 'localeKey' meta configuration.
375
346
  * Example:
376
- * ...
377
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localizableProperties)
347
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localizableProperties)
378
348
  */
379
349
  localizableProperties?: string[];
380
350
  /**
@@ -400,8 +370,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
400
370
  maxHeight?: string | number;
401
371
  /**
402
372
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
403
- * ...
404
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-maximizeOnMobile)
373
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-maximizeOnMobile)
405
374
  */
406
375
  maximizeOnMobile?: number | string;
407
376
  /**
@@ -423,18 +392,15 @@ export declare type BryntumGridFieldFilterPickerProps = {
423
392
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
424
393
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
425
394
  * layout.
426
- * ...
427
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-monitorResize)
395
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-monitorResize)
396
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
428
397
  */
429
- monitorResize?: boolean | {
430
- immediate?: boolean;
431
- };
398
+ monitorResize?: boolean | object;
432
399
  /**
433
400
  * 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)
434
401
  * config. For example, a specialized [Menu](https://bryntum.com/products/grid/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
435
402
  * value defined like this:
436
- * ...
437
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-namedItems)
403
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-namedItems)
438
404
  */
439
405
  namedItems?: Record<string, GridContainerItemConfig>;
440
406
  /**
@@ -444,16 +410,14 @@ export declare type BryntumGridFieldFilterPickerProps = {
444
410
  /**
445
411
  * Overrides the built-in list of operators that are available for selection. Specify operators as
446
412
  * an object with data types as keys and lists of operators as values, like this:
447
- * ...
448
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
413
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
449
414
  */
450
415
  operators?: object;
451
416
  /**
452
417
  * 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
453
418
  * not participate in the standard layout of that widget, and must be positioned relatively to that
454
419
  * widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
455
- * ...
456
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-positioned)
420
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-positioned)
457
421
  */
458
422
  positioned?: boolean;
459
423
  /**
@@ -475,39 +439,40 @@ export declare type BryntumGridFieldFilterPickerProps = {
475
439
  readOnly?: boolean;
476
440
  /**
477
441
  * [Record](https://bryntum.com/products/grid/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
478
- * ...
479
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-record)
442
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-record)
480
443
  */
481
444
  record?: Model;
482
445
  relayStoreEvents?: boolean;
483
446
  /**
484
447
  * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
485
448
  * `type`.
486
- * ...
487
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rendition)
449
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rendition)
488
450
  */
489
451
  rendition?: string | Record<string, string> | null;
490
452
  /**
491
453
  * Configure as `true` to have the component display a translucent ripple when its
492
454
  * [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
493
455
  * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
494
- * ...
495
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ripple)
456
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ripple)
457
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
458
+ * @property {string} [color] A CSS color name or specification.
459
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
460
+ * @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.
461
+ */
462
+ ripple?: boolean | object;
463
+ /**
464
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
465
+ * accidentally applying a role which may interfere with screen readers.
466
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-role)
496
467
  */
497
- ripple?: boolean | {
498
- delegate?: string;
499
- color?: string;
500
- radius?: number;
501
- clip?: string;
502
- };
468
+ role?: string;
503
469
  /**
504
470
  * 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`
505
471
  */
506
472
  rootElement?: ShadowRoot | HTMLElement;
507
473
  /**
508
474
  * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
509
- * ...
510
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rtl)
475
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rtl)
511
476
  */
512
477
  rtl?: boolean;
513
478
  /**
@@ -515,8 +480,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
515
480
  * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
516
481
  * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
517
482
  * CSS overflow properties thus:
518
- * ...
519
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-scrollable)
483
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-scrollable)
520
484
  */
521
485
  scrollable?: boolean | ScrollerConfig | Scroller;
522
486
  /**
@@ -526,8 +490,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
526
490
  scrollAction?: 'hide' | 'realign' | null;
527
491
  /**
528
492
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
529
- * ...
530
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-showAnimation)
493
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-showAnimation)
531
494
  */
532
495
  showAnimation?: boolean | object;
533
496
  /**
@@ -547,15 +510,13 @@ export declare type BryntumGridFieldFilterPickerProps = {
547
510
  * 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
548
511
  * [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
549
512
  * this widget:
550
- * ...
551
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tab)
513
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tab)
552
514
  */
553
515
  tab?: boolean | TabConfig;
554
516
  /**
555
517
  * When this container is used as a tab in a TabPanel, these items are added to the
556
518
  * [TabBar](https://bryntum.com/products/grid/docs/api/Core/widget/TabBar) when this container is the active tab.
557
- * ...
558
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tabBarItems)
519
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tabBarItems)
559
520
  */
560
521
  tabBarItems?: ToolbarItems[] | Widget[];
561
522
  /**
@@ -564,15 +525,13 @@ export declare type BryntumGridFieldFilterPickerProps = {
564
525
  tag?: string;
565
526
  /**
566
527
  * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
567
- * ...
568
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textAlign)
528
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textAlign)
569
529
  */
570
530
  textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
571
531
  /**
572
532
  * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
573
533
  * which specifies a default max-width that makes long text more readable.
574
- * ...
575
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textContent)
534
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textContent)
576
535
  */
577
536
  textContent?: boolean;
578
537
  /**
@@ -581,8 +540,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
581
540
  title?: string;
582
541
  /**
583
542
  * Tooltip for the widget, either as a string or as a Tooltip config object.
584
- * ...
585
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tooltip)
543
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tooltip)
586
544
  */
587
545
  tooltip?: string | TooltipConfig | null;
588
546
  /**
@@ -596,8 +554,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
596
554
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
597
555
  * as a space separated string, an array of strings, or as an object in which property names with truthy
598
556
  * values are used as the class names.
599
- * ...
600
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ui)
557
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ui)
601
558
  */
602
559
  ui?: string | object;
603
560
  /**
@@ -621,14 +578,12 @@ export declare type BryntumGridFieldFilterPickerProps = {
621
578
  width?: string | number;
622
579
  /**
623
580
  * The x position for the widget.
624
- * ...
625
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-x)
581
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-x)
626
582
  */
627
583
  x?: number;
628
584
  /**
629
585
  * The y position for the widget.
630
- * ...
631
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-y)
586
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-y)
632
587
  */
633
588
  y?: number;
634
589
  };
@@ -665,9 +620,7 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
665
620
  defaults: GridContainerItemConfig;
666
621
  detectCSSCompatibilityIssues: boolean;
667
622
  dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
668
- draggable: boolean | {
669
- handleSelector?: string;
670
- };
623
+ draggable: boolean | object;
671
624
  elementAttributes: Record<string, string | null>;
672
625
  fields: Record<string, FieldOption>;
673
626
  filter: CollectionFilterConfig;
@@ -686,9 +639,7 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
686
639
  localizableProperties: string[];
687
640
  maskDefaults: MaskConfig;
688
641
  masked: boolean | string | MaskConfig;
689
- monitorResize: boolean | {
690
- immediate?: boolean;
691
- };
642
+ monitorResize: boolean | object;
692
643
  namedItems: Record<string, GridContainerItemConfig>;
693
644
  operatorLocked: boolean;
694
645
  operators: object;
@@ -697,12 +648,8 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
697
648
  propertyFieldConfig: ComboConfig;
698
649
  propertyLocked: boolean;
699
650
  relayStoreEvents: boolean;
700
- ripple: boolean | {
701
- delegate?: string;
702
- color?: string;
703
- radius?: number;
704
- clip?: string;
705
- };
651
+ ripple: boolean | object;
652
+ role: string;
706
653
  rootElement: ShadowRoot | HTMLElement;
707
654
  scrollAction: 'hide' | 'realign' | null;
708
655
  showAnimation: boolean | object;
@@ -732,7 +679,7 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
732
679
  flex: number | string;
733
680
  height: number | string;
734
681
  hidden: boolean;
735
- html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
682
+ html: string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX | (string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX);
736
683
  id: string;
737
684
  inputFieldAlign: 'start' | 'end';
738
685
  insertBefore: HTMLElement | string;
@@ -740,6 +687,7 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
740
687
  items: (GridContainerItemConfig | MenuItemConfig | Widget)[] | Record<string, GridContainerItemConfig | MenuItemConfig> | Widget[] | Record<string, GridContainerItemConfig | MenuItemEntry> | (GridContainerItemConfig | MenuItemEntry | Widget)[];
741
688
  keyMap: Record<string, KeyMapConfig>;
742
689
  labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
690
+ labelWidth: number | null;
743
691
  layout: Layout | string | GridContainerLayoutConfig;
744
692
  layoutStyle: object;
745
693
  margin: number | string;
@@ -759,11 +707,6 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
759
707
  width: number | string;
760
708
  x: number;
761
709
  y: number;
762
- anchorSize: number[];
763
- focusVisible: boolean;
764
- hasChanges: boolean;
765
- isSettingValues: boolean;
766
- isValid: boolean;
767
710
  parent: Widget;
768
711
  values: Record<string, object>;
769
712
  /**
@@ -794,8 +737,7 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
794
737
  onBeforeShow: any;
795
738
  /**
796
739
  * Fires when any other event is fired from the object.
797
- * ...
798
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-catchAll)
740
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-catchAll)
799
741
  * @param {object} event Event object
800
742
  * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
801
743
  * @param {string} event.event.type The type of the event which is caught by the listener
@@ -861,8 +803,7 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
861
803
  /**
862
804
  * Triggered when a widget which had been in a non-visible state for any reason
863
805
  * achieves visibility.
864
- * ...
865
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-paint)
806
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-paint)
866
807
  * @param {object} event Event object
867
808
  * @param {Core.widget.Widget} event.source The widget being painted.
868
809
  * @param {boolean} event.firstPaint `true` if this is the first paint.
@@ -899,6 +840,14 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
899
840
  * Create and append the underlying widget
900
841
  */
901
842
  ngOnInit(): void;
843
+ /**
844
+ * Extracts all @font-face declarations from a shadow root's stylesheets and adds them to
845
+ * document.head as a single <style> element. This is needed because @font-face rules inside
846
+ * a shadow root are not reliably included in document.fonts across all browsers, causing
847
+ * Bryntum's CSS compatibility check to incorrectly report missing fonts.
848
+ * Safe to call multiple times — the extraction runs only once per page.
849
+ */
850
+ private static ensureFontsInDocument;
902
851
  /**
903
852
  * Watch for changes
904
853
  * @param changes
@@ -909,5 +858,5 @@ export declare class BryntumGridFieldFilterPickerComponent implements OnInit, On
909
858
  */
910
859
  ngOnDestroy(): void;
911
860
  static ɵfac: i0.ɵɵFactoryDeclaration<BryntumGridFieldFilterPickerComponent, never>;
912
- static ɵcmp: i0.ɵɵComponentDeclaration<BryntumGridFieldFilterPickerComponent, "bryntum-grid-field-filter-picker", never, { "adopt": "adopt"; "align": "align"; "allowedFieldNames": "allowedFieldNames"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "border": "border"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "dateFormat": "dateFormat"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "fields": "fields"; "filter": "filter"; "floating": "floating"; "getValueFieldConfig": "getValueFieldConfig"; "grid": "grid"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "operatorLocked": "operatorLocked"; "operators": "operators"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "propertyFieldConfig": "propertyFieldConfig"; "propertyLocked": "propertyLocked"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "triggerChangeOnInput": "triggerChangeOnInput"; "type": "type"; "ui": "ui"; "valueFieldPlaceholders": "valueFieldPlaceholders"; "valueLocked": "valueLocked"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "strictRecordMapping": "strictRecordMapping"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "parent": "parent"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; }, never, never>;
861
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumGridFieldFilterPickerComponent, "bryntum-grid-field-filter-picker", never, { "adopt": "adopt"; "align": "align"; "allowedFieldNames": "allowedFieldNames"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "border": "border"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "dateFormat": "dateFormat"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "fields": "fields"; "filter": "filter"; "floating": "floating"; "getValueFieldConfig": "getValueFieldConfig"; "grid": "grid"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "operatorLocked": "operatorLocked"; "operators": "operators"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "propertyFieldConfig": "propertyFieldConfig"; "propertyLocked": "propertyLocked"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "triggerChangeOnInput": "triggerChangeOnInput"; "type": "type"; "ui": "ui"; "valueFieldPlaceholders": "valueFieldPlaceholders"; "valueLocked": "valueLocked"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "labelWidth": "labelWidth"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "strictRecordMapping": "strictRecordMapping"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; }, never, never>;
913
862
  }