@bryntum/grid-angular 7.1.1

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