@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,7 +2,7 @@
2
2
  * Angular wrapper for Bryntum GridFieldFilterPickerGroup
3
3
  */
4
4
  import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
- import { AlignSpec, Base, CollectionFilterConfig, Color, DomConfig, FieldFilterPickerConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
5
+ import { AlignSpec, Base, CollectionFilterConfig, Color, DomConfig, FieldFilterPickerConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
6
6
  import { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerGroup, GridFieldFilterPickerGroupListeners } from '@bryntum/grid-thin';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare type BryntumGridFieldFilterPickerGroupProps = {
@@ -13,14 +13,12 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
13
13
  /**
14
14
  * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
15
15
  * content will be placed inside this element.
16
- * ...
17
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-adopt)
16
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-adopt)
18
17
  */
19
18
  adopt?: HTMLElement | string;
20
19
  /**
21
20
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
22
- * ...
23
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-align)
21
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-align)
24
22
  */
25
23
  align?: AlignSpec | string;
26
24
  /**
@@ -48,15 +46,13 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
48
46
  /**
49
47
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
50
48
  * into an element which will be linked using the `aria-describedby` attribute.
51
- * ...
52
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ariaDescription)
49
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ariaDescription)
53
50
  */
54
51
  ariaDescription?: string;
55
52
  /**
56
53
  * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
57
54
  * the `aria-label` attribute.
58
- * ...
59
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ariaLabel)
55
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ariaLabel)
60
56
  */
61
57
  ariaLabel?: string;
62
58
  /**
@@ -70,14 +66,12 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
70
66
  /**
71
67
  * An object where property names with a truthy value indicate which events should bubble up the ownership
72
68
  * hierarchy when triggered.
73
- * ...
74
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-bubbleEvents)
69
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-bubbleEvents)
75
70
  */
76
71
  bubbleEvents?: object;
77
72
  /**
78
73
  * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
79
- * ...
80
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-callOnFunctions)
74
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-callOnFunctions)
81
75
  */
82
76
  callOnFunctions?: boolean;
83
77
  /**
@@ -99,8 +93,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
99
93
  /**
100
94
  * By default, if an event handler throws an exception, the error propagates up the stack and the
101
95
  * application state is undefined. Code which follows the event handler will *not* be executed.
102
- * ...
103
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-catchEventHandlerExceptions)
96
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-catchEventHandlerExceptions)
104
97
  */
105
98
  catchEventHandlerExceptions?: boolean;
106
99
  /**
@@ -112,15 +105,13 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
112
105
  * Custom CSS classes to add to element.
113
106
  * May be specified as a space separated string, or as an object in which property names
114
107
  * with truthy values are used as the class names:
115
- * ...
116
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-cls)
108
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-cls)
117
109
  */
118
110
  cls?: string | object;
119
111
  /**
120
112
  * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
121
113
  * `style` block.
122
- * ...
123
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-color)
114
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-color)
124
115
  */
125
116
  color?: Color;
126
117
  /**
@@ -144,8 +135,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
144
135
  * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
145
136
  * May be specified as a space separated string, or as an object in which property names
146
137
  * with truthy values are used as the class names:
147
- * ...
148
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-contentElementCls)
138
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-contentElementCls)
149
139
  */
150
140
  contentElementCls?: string | object;
151
141
  /**
@@ -170,8 +160,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
170
160
  /**
171
161
  * A [query](https://bryntum.com/products/grid/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
172
162
  * focus should be directed by default.
173
- * ...
174
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-defaultFocus)
163
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-defaultFocus)
175
164
  * @param {Core.widget.Widget} widget Widget passed to method
176
165
  * @returns {boolean} truthy value if widget is the default one
177
166
  */
@@ -181,9 +170,9 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
181
170
  */
182
171
  defaults?: GridContainerItemConfig;
183
172
  /**
184
- * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
185
- * ...
186
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-detectCSSCompatibilityIssues)
173
+ * Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
174
+ * checks:
175
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-detectCSSCompatibilityIssues)
187
176
  */
188
177
  detectCSSCompatibilityIssues?: boolean;
189
178
  /**
@@ -195,25 +184,21 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
195
184
  * [strips collection](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
196
185
  * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
197
186
  * body. Such widgets are called "edge strips".
198
- * ...
199
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-dock)
187
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-dock)
200
188
  */
201
189
  dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
202
190
  /**
203
191
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
204
192
  * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
205
193
  * property which controls when a drag should start.
206
- * ...
207
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-draggable)
194
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-draggable)
195
+ * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
208
196
  */
209
- draggable?: boolean | {
210
- handleSelector?: string;
211
- };
197
+ draggable?: boolean | object;
212
198
  /**
213
199
  * An object specifying attributes to assign to the root element of this widget.
214
200
  * Set `null` value to attribute to remove it.
215
- * ...
216
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-elementAttributes)
201
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-elementAttributes)
217
202
  */
218
203
  elementAttributes?: Record<string, string | null>;
219
204
  extraData?: any;
@@ -221,8 +206,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
221
206
  * Array of [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) configuration objects. One
222
207
  * [FieldFilterPicker](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker) will be created
223
208
  * for each object in the array.
224
- * ...
225
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-filters)
209
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-filters)
226
210
  */
227
211
  filters?: CollectionFilterConfig[];
228
212
  /**
@@ -243,8 +227,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
243
227
  * a given filter. When `getFieldFilterPickerConfig` is provided, it will be called for each filter and the returned
244
228
  * object will be merged with the configuration properties for the individual
245
229
  * [FieldFilterPicker](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker) representing that filter.
246
- * ...
247
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-getFieldFilterPickerConfig)
230
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-getFieldFilterPickerConfig)
248
231
  * @param {CollectionFilterConfig} filter The filter to be displayed in the FieldFilterPicker being configured
249
232
  * @returns {FieldFilterPickerConfig}
250
233
  */
@@ -254,8 +237,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
254
237
  * appear as a selectable property for a filter, a column must have a `field` property.
255
238
  * If the column has a `text` property, that will be shown as the displayed text in the
256
239
  * selector; otherwise, the `field` property will be shown as-is.
257
- * ...
258
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-grid)
240
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-grid)
259
241
  */
260
242
  grid?: Grid;
261
243
  /**
@@ -270,25 +252,21 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
270
252
  hidden?: boolean;
271
253
  /**
272
254
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
273
- * ...
274
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-hideAnimation)
255
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-hideAnimation)
275
256
  */
276
257
  hideAnimation?: boolean | object;
277
258
  /**
278
259
  * Specify `true` to make this container hide when it has no visible children (Either empty
279
260
  * or all children hidden).
280
- * ...
281
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-hideWhenEmpty)
261
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-hideWhenEmpty)
282
262
  */
283
263
  hideWhenEmpty?: boolean;
284
264
  /**
285
265
  * The HTML to display initially or a function returning the markup (called at widget construction time).
286
- * ...
287
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-html)
266
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-html)
288
267
  * @param {Core.widget.Widget} widget The calling Widget
289
- * @returns {string}
290
268
  */
291
- html?: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
269
+ html?: string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX;
292
270
  /**
293
271
  * The CSS class(es) to add when HTML content is being applied to this widget.
294
272
  */
@@ -299,16 +277,14 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
299
277
  id?: string;
300
278
  /**
301
279
  * Determines if the widgets read-only state should be controlled by its parent.
302
- * ...
303
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ignoreParentReadOnly)
280
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ignoreParentReadOnly)
304
281
  */
305
282
  ignoreParentReadOnly?: boolean;
306
283
  /**
307
284
  * Convenience setting to align input fields of child widgets. By default, the Field input element is
308
285
  * placed immediately following the `label`. If you prefer to have all input fields aligned to the
309
286
  * right, set this config to `'end'`.
310
- * ...
311
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-inputFieldAlign)
287
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-inputFieldAlign)
312
288
  */
313
289
  inputFieldAlign?: 'start' | 'end';
314
290
  /**
@@ -326,63 +302,59 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
326
302
  /**
327
303
  * An object containing typed child widget config objects or Widgets. May also be specified
328
304
  * as an array.
329
- * ...
330
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-items)
305
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-items)
331
306
  */
332
307
  items?: Record<string, GridContainerItemConfig | MenuItemEntry> | (GridContainerItemConfig | MenuItemEntry | Widget)[];
333
308
  /**
334
309
  * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
335
310
  * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
336
311
  * are the name of the instance method to call when the keystroke is received.
337
- * ...
338
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-keyMap)
312
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-keyMap)
339
313
  */
340
314
  keyMap?: Record<string, KeyMapConfig>;
341
315
  /**
342
316
  * Convenience setting to use same label placement on all child widgets.
343
- * ...
344
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-labelPosition)
317
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-labelPosition)
345
318
  */
346
319
  labelPosition?: 'before' | 'above' | 'align-before' | 'auto' | null;
320
+ /**
321
+ * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
322
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-labelWidth)
323
+ */
324
+ labelWidth?: number | null;
347
325
  /**
348
326
  * The short name of a helper class which manages rendering and styling of child items.
349
- * ...
350
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-layout)
327
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-layout)
351
328
  */
352
329
  layout?: string | GridContainerLayoutConfig;
353
330
  /**
354
331
  * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
355
- * ...
356
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-layoutStyle)
332
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-layoutStyle)
357
333
  */
358
334
  layoutStyle?: object;
359
335
  /**
360
336
  * 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
361
337
  * instances only when this Container is rendered, rather than eagerly at construct time.
362
- * ...
363
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-lazyItems)
338
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-lazyItems)
364
339
  */
365
340
  lazyItems?: Record<string, GridContainerItemConfig> | GridContainerItemConfig[] | Widget[];
366
341
  /**
367
342
  * When `limitToProperty` is set to the name of an available field (as specified either
368
343
  * explicitly in [fields](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-fields) or implicitly in the
369
344
  * [store](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-store)'s model), it has the following effects:
370
- * ...
371
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-limitToProperty)
345
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-limitToProperty)
372
346
  */
373
347
  limitToProperty?: string;
374
348
  /**
375
349
  * The listener set for this object.
376
- * ...
377
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-listeners)
350
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-listeners)
378
351
  */
379
352
  listeners?: GridFieldFilterPickerGroupListeners;
380
353
  /**
381
354
  * A class translations of which are used for translating this entity.
382
355
  * This is often used when translations of an item are defined on its container class.
383
356
  * For example:
384
- * ...
385
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-localeClass)
357
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-localeClass)
386
358
  */
387
359
  localeClass?: typeof Base;
388
360
  /**
@@ -394,8 +366,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
394
366
  * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
395
367
  * you could use 'localeKey' meta configuration.
396
368
  * Example:
397
- * ...
398
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-localizableProperties)
369
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-localizableProperties)
399
370
  */
400
371
  localizableProperties?: string[];
401
372
  /**
@@ -421,8 +392,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
421
392
  maxHeight?: string | number;
422
393
  /**
423
394
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
424
- * ...
425
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-maximizeOnMobile)
395
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-maximizeOnMobile)
426
396
  */
427
397
  maximizeOnMobile?: number | string;
428
398
  /**
@@ -444,18 +414,15 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
444
414
  * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
445
415
  * is used to monitor this element for size changes caused by either style manipulation, or by CSS
446
416
  * layout.
447
- * ...
448
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-monitorResize)
417
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-monitorResize)
418
+ * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
449
419
  */
450
- monitorResize?: boolean | {
451
- immediate?: boolean;
452
- };
420
+ monitorResize?: boolean | object;
453
421
  /**
454
422
  * 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)
455
423
  * config. For example, a specialized [Menu](https://bryntum.com/products/grid/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
456
424
  * value defined like this:
457
- * ...
458
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-namedItems)
425
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-namedItems)
459
426
  */
460
427
  namedItems?: Record<string, GridContainerItemConfig>;
461
428
  /**
@@ -467,8 +434,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
467
434
  * 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
468
435
  * not participate in the standard layout of that widget, and must be positioned relatively to that
469
436
  * widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
470
- * ...
471
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-positioned)
437
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-positioned)
472
438
  */
473
439
  positioned?: boolean;
474
440
  /**
@@ -478,45 +444,45 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
478
444
  preventTooltipOnTouch?: boolean;
479
445
  /**
480
446
  * Whether the picker group is read-only.
481
- * ...
482
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-readOnly)
447
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-readOnly)
483
448
  */
484
449
  readOnly?: boolean;
485
450
  /**
486
451
  * [Record](https://bryntum.com/products/grid/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
487
- * ...
488
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-record)
452
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-record)
489
453
  */
490
454
  record?: Model;
491
455
  relayStoreEvents?: boolean;
492
456
  /**
493
457
  * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
494
458
  * `type`.
495
- * ...
496
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-rendition)
459
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-rendition)
497
460
  */
498
461
  rendition?: string | Record<string, string> | null;
499
462
  /**
500
463
  * Configure as `true` to have the component display a translucent ripple when its
501
464
  * [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
502
465
  * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
503
- * ...
504
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ripple)
466
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ripple)
467
+ * @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
468
+ * @property {string} [color] A CSS color name or specification.
469
+ * @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
470
+ * @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.
471
+ */
472
+ ripple?: boolean | object;
473
+ /**
474
+ * The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
475
+ * accidentally applying a role which may interfere with screen readers.
476
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-role)
505
477
  */
506
- ripple?: boolean | {
507
- delegate?: string;
508
- color?: string;
509
- radius?: number;
510
- clip?: string;
511
- };
478
+ role?: string;
512
479
  /**
513
480
  * 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`
514
481
  */
515
482
  rootElement?: ShadowRoot | HTMLElement;
516
483
  /**
517
484
  * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
518
- * ...
519
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-rtl)
485
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-rtl)
520
486
  */
521
487
  rtl?: boolean;
522
488
  /**
@@ -524,8 +490,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
524
490
  * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
525
491
  * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
526
492
  * CSS overflow properties thus:
527
- * ...
528
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-scrollable)
493
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-scrollable)
529
494
  */
530
495
  scrollable?: boolean | ScrollerConfig | Scroller;
531
496
  /**
@@ -539,8 +504,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
539
504
  showAddFilterButton?: boolean;
540
505
  /**
541
506
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
542
- * ...
543
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-showAnimation)
507
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-showAnimation)
544
508
  */
545
509
  showAnimation?: boolean | object;
546
510
  /**
@@ -560,15 +524,13 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
560
524
  * 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
561
525
  * [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
562
526
  * this widget:
563
- * ...
564
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tab)
527
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tab)
565
528
  */
566
529
  tab?: boolean | TabConfig;
567
530
  /**
568
531
  * When this container is used as a tab in a TabPanel, these items are added to the
569
532
  * [TabBar](https://bryntum.com/products/grid/docs/api/Core/widget/TabBar) when this container is the active tab.
570
- * ...
571
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tabBarItems)
533
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tabBarItems)
572
534
  */
573
535
  tabBarItems?: ToolbarItems[] | Widget[];
574
536
  /**
@@ -577,15 +539,13 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
577
539
  tag?: string;
578
540
  /**
579
541
  * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
580
- * ...
581
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-textAlign)
542
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-textAlign)
582
543
  */
583
544
  textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
584
545
  /**
585
546
  * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
586
547
  * which specifies a default max-width that makes long text more readable.
587
- * ...
588
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-textContent)
548
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-textContent)
589
549
  */
590
550
  textContent?: boolean;
591
551
  /**
@@ -594,8 +554,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
594
554
  title?: string;
595
555
  /**
596
556
  * Tooltip for the widget, either as a string or as a Tooltip config object.
597
- * ...
598
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tooltip)
557
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-tooltip)
599
558
  */
600
559
  tooltip?: string | TooltipConfig | null;
601
560
  /**
@@ -609,8 +568,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
609
568
  * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
610
569
  * as a space separated string, an array of strings, or as an object in which property names with truthy
611
570
  * values are used as the class names.
612
- * ...
613
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ui)
571
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-ui)
614
572
  */
615
573
  ui?: string | object;
616
574
  /**
@@ -626,14 +584,12 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
626
584
  width?: string | number;
627
585
  /**
628
586
  * The x position for the widget.
629
- * ...
630
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-x)
587
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-x)
631
588
  */
632
589
  x?: number;
633
590
  /**
634
591
  * The y position for the widget.
635
- * ...
636
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-y)
592
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-y)
637
593
  */
638
594
  y?: number;
639
595
  };
@@ -673,9 +629,7 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
673
629
  defaults: GridContainerItemConfig;
674
630
  detectCSSCompatibilityIssues: boolean;
675
631
  dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
676
- draggable: boolean | {
677
- handleSelector?: string;
678
- };
632
+ draggable: boolean | object;
679
633
  elementAttributes: Record<string, string | null>;
680
634
  filters: CollectionFilterConfig[];
681
635
  floating: boolean;
@@ -694,20 +648,14 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
694
648
  localizableProperties: string[];
695
649
  maskDefaults: MaskConfig;
696
650
  masked: boolean | string | MaskConfig;
697
- monitorResize: boolean | {
698
- immediate?: boolean;
699
- };
651
+ monitorResize: boolean | object;
700
652
  namedItems: Record<string, GridContainerItemConfig>;
701
653
  operators: object;
702
654
  positioned: boolean;
703
655
  preventTooltipOnTouch: boolean;
704
656
  relayStoreEvents: boolean;
705
- ripple: boolean | {
706
- delegate?: string;
707
- color?: string;
708
- radius?: number;
709
- clip?: string;
710
- };
657
+ ripple: boolean | object;
658
+ role: string;
711
659
  rootElement: ShadowRoot | HTMLElement;
712
660
  scrollAction: 'hide' | 'realign' | null;
713
661
  showAddFilterButton: boolean;
@@ -736,7 +684,7 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
736
684
  flex: number | string;
737
685
  height: number | string;
738
686
  hidden: boolean;
739
- html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
687
+ html: string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX | (string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX);
740
688
  id: string;
741
689
  inputFieldAlign: 'start' | 'end';
742
690
  insertBefore: HTMLElement | string;
@@ -744,6 +692,7 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
744
692
  items: (GridContainerItemConfig | MenuItemConfig | Widget)[] | Record<string, GridContainerItemConfig | MenuItemConfig> | Widget[] | Record<string, GridContainerItemConfig | MenuItemEntry> | (GridContainerItemConfig | MenuItemEntry | Widget)[];
745
693
  keyMap: Record<string, KeyMapConfig>;
746
694
  labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
695
+ labelWidth: number | null;
747
696
  layout: Layout | string | GridContainerLayoutConfig;
748
697
  layoutStyle: object;
749
698
  margin: number | string;
@@ -763,11 +712,6 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
763
712
  width: number | string;
764
713
  x: number;
765
714
  y: number;
766
- anchorSize: number[];
767
- focusVisible: boolean;
768
- hasChanges: boolean;
769
- isSettingValues: boolean;
770
- isValid: boolean;
771
715
  parent: Widget;
772
716
  value: CollectionFilterConfig[];
773
717
  values: Record<string, object>;
@@ -807,8 +751,7 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
807
751
  onBeforeShow: any;
808
752
  /**
809
753
  * Fires when any other event is fired from the object.
810
- * ...
811
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#event-catchAll)
754
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#event-catchAll)
812
755
  * @param {object} event Event object
813
756
  * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
814
757
  * @param {string} event.event.type The type of the event which is caught by the listener
@@ -874,8 +817,7 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
874
817
  /**
875
818
  * Triggered when a widget which had been in a non-visible state for any reason
876
819
  * achieves visibility.
877
- * ...
878
- * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#event-paint)
820
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#event-paint)
879
821
  * @param {object} event Event object
880
822
  * @param {Core.widget.Widget} event.source The widget being painted.
881
823
  * @param {boolean} event.firstPaint `true` if this is the first paint.
@@ -912,6 +854,14 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
912
854
  * Create and append the underlying widget
913
855
  */
914
856
  ngOnInit(): void;
857
+ /**
858
+ * Extracts all @font-face declarations from a shadow root's stylesheets and adds them to
859
+ * document.head as a single <style> element. This is needed because @font-face rules inside
860
+ * a shadow root are not reliably included in document.fonts across all browsers, causing
861
+ * Bryntum's CSS compatibility check to incorrectly report missing fonts.
862
+ * Safe to call multiple times — the extraction runs only once per page.
863
+ */
864
+ private static ensureFontsInDocument;
915
865
  /**
916
866
  * Watch for changes
917
867
  * @param changes
@@ -922,5 +872,5 @@ export declare class BryntumGridFieldFilterPickerGroupComponent implements OnIni
922
872
  */
923
873
  ngOnDestroy(): void;
924
874
  static ɵfac: i0.ɵɵFactoryDeclaration<BryntumGridFieldFilterPickerGroupComponent, never>;
925
- static ɵcmp: i0.ɵɵComponentDeclaration<BryntumGridFieldFilterPickerGroupComponent, "bryntum-grid-field-filter-picker-group", never, { "addFilterButtonText": "addFilterButtonText"; "adopt": "adopt"; "align": "align"; "allowedFieldNames": "allowedFieldNames"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "border": "border"; "bubbleEvents": "bubbleEvents"; "canDeleteFilter": "canDeleteFilter"; "canManageFilter": "canManageFilter"; "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"; "filters": "filters"; "floating": "floating"; "getFieldFilterPickerConfig": "getFieldFilterPickerConfig"; "grid": "grid"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "limitToProperty": "limitToProperty"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "operators": "operators"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAddFilterButton": "showAddFilterButton"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "triggerChangeOnInput": "triggerChangeOnInput"; "type": "type"; "ui": "ui"; "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"; "value": "value"; "values": "values"; }, { "onBeforeAddFilter": "onBeforeAddFilter"; "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>;
875
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumGridFieldFilterPickerGroupComponent, "bryntum-grid-field-filter-picker-group", never, { "addFilterButtonText": "addFilterButtonText"; "adopt": "adopt"; "align": "align"; "allowedFieldNames": "allowedFieldNames"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "border": "border"; "bubbleEvents": "bubbleEvents"; "canDeleteFilter": "canDeleteFilter"; "canManageFilter": "canManageFilter"; "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"; "filters": "filters"; "floating": "floating"; "getFieldFilterPickerConfig": "getFieldFilterPickerConfig"; "grid": "grid"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "limitToProperty": "limitToProperty"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "operators": "operators"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAddFilterButton": "showAddFilterButton"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "triggerChangeOnInput": "triggerChangeOnInput"; "type": "type"; "ui": "ui"; "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"; "value": "value"; "values": "values"; }, { "onBeforeAddFilter": "onBeforeAddFilter"; "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>;
926
876
  }