@bryntum/taskboard-angular-thin 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/README.md +44 -0
  2. package/bryntum-taskboard-angular-thin.d.ts +5 -0
  3. package/bundles/bryntum-taskboard-angular-thin.umd.js +18990 -0
  4. package/bundles/bryntum-taskboard-angular-thin.umd.js.map +1 -0
  5. package/esm2015/bryntum-taskboard-angular-thin.js +5 -0
  6. package/esm2015/lib/bryntum-column-combo.component.js +937 -0
  7. package/esm2015/lib/bryntum-column-filter-field.component.js +800 -0
  8. package/esm2015/lib/bryntum-column-picker-button.component.js +720 -0
  9. package/esm2015/lib/bryntum-column-scroll-button.component.js +720 -0
  10. package/esm2015/lib/bryntum-project-combo.component.js +941 -0
  11. package/esm2015/lib/bryntum-resources-combo.component.js +937 -0
  12. package/esm2015/lib/bryntum-swimlane-combo.component.js +937 -0
  13. package/esm2015/lib/bryntum-swimlane-filter-field.component.js +808 -0
  14. package/esm2015/lib/bryntum-swimlane-picker-button.component.js +720 -0
  15. package/esm2015/lib/bryntum-swimlane-scroll-button.component.js +720 -0
  16. package/esm2015/lib/bryntum-tag-combo.component.js +941 -0
  17. package/esm2015/lib/bryntum-task-board-base.component.js +1679 -0
  18. package/esm2015/lib/bryntum-task-board-field-filter-picker-group.component.js +763 -0
  19. package/esm2015/lib/bryntum-task-board-field-filter-picker.component.js +733 -0
  20. package/esm2015/lib/bryntum-task-board-project-model.component.js +690 -0
  21. package/esm2015/lib/bryntum-task-board.component.js +1683 -0
  22. package/esm2015/lib/bryntum-task-color-combo.component.js +795 -0
  23. package/esm2015/lib/bryntum-task-filter-field.component.js +808 -0
  24. package/esm2015/lib/bryntum-todo-list-field.component.js +781 -0
  25. package/esm2015/lib/bryntum-undo-redo.component.js +690 -0
  26. package/esm2015/lib/bryntum-zoom-slider.component.js +666 -0
  27. package/esm2015/lib/taskboard.module.js +124 -0
  28. package/esm2015/lib/wrapper.helper.js +74 -0
  29. package/esm2015/public-api.js +26 -0
  30. package/fesm2015/bryntum-taskboard-angular-thin.js +18489 -0
  31. package/fesm2015/bryntum-taskboard-angular-thin.js.map +1 -0
  32. package/lib/bryntum-column-combo.component.d.ts +1209 -0
  33. package/lib/bryntum-column-filter-field.component.d.ts +989 -0
  34. package/lib/bryntum-column-picker-button.component.d.ts +854 -0
  35. package/lib/bryntum-column-scroll-button.component.d.ts +854 -0
  36. package/lib/bryntum-project-combo.component.d.ts +1210 -0
  37. package/lib/bryntum-resources-combo.component.d.ts +1208 -0
  38. package/lib/bryntum-swimlane-combo.component.d.ts +1208 -0
  39. package/lib/bryntum-swimlane-filter-field.component.d.ts +1002 -0
  40. package/lib/bryntum-swimlane-picker-button.component.d.ts +854 -0
  41. package/lib/bryntum-swimlane-scroll-button.component.d.ts +854 -0
  42. package/lib/bryntum-tag-combo.component.d.ts +1213 -0
  43. package/lib/bryntum-task-board-base.component.d.ts +1922 -0
  44. package/lib/bryntum-task-board-field-filter-picker-group.component.d.ts +942 -0
  45. package/lib/bryntum-task-board-field-filter-picker.component.d.ts +890 -0
  46. package/lib/bryntum-task-board-project-model.component.d.ts +733 -0
  47. package/lib/bryntum-task-board.component.d.ts +1924 -0
  48. package/lib/bryntum-task-color-combo.component.d.ts +966 -0
  49. package/lib/bryntum-task-filter-field.component.d.ts +1002 -0
  50. package/lib/bryntum-todo-list-field.component.d.ts +956 -0
  51. package/lib/bryntum-undo-redo.component.d.ts +832 -0
  52. package/lib/bryntum-zoom-slider.component.d.ts +785 -0
  53. package/lib/taskboard.module.d.ts +27 -0
  54. package/lib/wrapper.helper.d.ts +26 -0
  55. package/package.json +33 -0
  56. package/public-api.d.ts +22 -0
@@ -0,0 +1,989 @@
1
+ /**
2
+ * Angular wrapper for Bryntum ColumnFilterField
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AlignSpec, Base, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
6
+ import { ColumnFilterField, ColumnFilterFieldListeners, TaskBoardContainerItemConfig, TaskBoard } from '@bryntum/taskboard-thin';
7
+ import * as i0 from "@angular/core";
8
+ export declare type BryntumColumnFilterFieldProps = {
9
+ /**
10
+ * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
11
+ * content will be placed inside this element.
12
+ * ...
13
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-adopt)
14
+ */
15
+ adopt?: HTMLElement | string;
16
+ /**
17
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
18
+ * ...
19
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-align)
20
+ */
21
+ align?: AlignSpec | string;
22
+ /**
23
+ * When this widget is a child of a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container), it will by default be participating in a
24
+ * flexbox layout. This config allows you to set this widget's
25
+ * [align-self](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self) style.
26
+ */
27
+ alignSelf?: string;
28
+ /**
29
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating) and being shown through [showBy](#Core/widget/Widget#function-showBy).*
30
+ * `true` to show a connector arrow pointing to the align target.
31
+ */
32
+ anchor?: boolean;
33
+ /**
34
+ * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
35
+ * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element).
36
+ */
37
+ appendTo?: HTMLElement | string;
38
+ /**
39
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
40
+ * into an element which will be linked using the `aria-describedby` attribute.
41
+ * ...
42
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-ariaDescription)
43
+ */
44
+ ariaDescription?: string;
45
+ /**
46
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
47
+ * the `aria-label` attribute.
48
+ * ...
49
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-ariaLabel)
50
+ */
51
+ ariaLabel?: string;
52
+ /**
53
+ * Sets the native `autocomplete` property of the underlying input element. For more information, please refer to
54
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete)
55
+ */
56
+ autoComplete?: string;
57
+ /**
58
+ * Specify `true` to auto select field contents on focus
59
+ */
60
+ autoSelect?: boolean;
61
+ /**
62
+ * Initial text to show in badge.
63
+ */
64
+ badge?: string;
65
+ /**
66
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
67
+ * hierarchy when triggered.
68
+ * ...
69
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-bubbleEvents)
70
+ */
71
+ bubbleEvents?: object;
72
+ /**
73
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
74
+ * ...
75
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-callOnFunctions)
76
+ */
77
+ callOnFunctions?: boolean;
78
+ /**
79
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
80
+ * application state is undefined. Code which follows the event handler will *not* be executed.
81
+ * ...
82
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-catchEventHandlerExceptions)
83
+ */
84
+ catchEventHandlerExceptions?: boolean;
85
+ /**
86
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
87
+ * Set to `true` to centre the Widget in browser viewport space.
88
+ */
89
+ centered?: boolean;
90
+ /**
91
+ * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly). The trigger is available
92
+ * in the [triggers](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
93
+ * configures the `clear` [trigger](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#property-triggers).
94
+ */
95
+ clearable?: boolean | FieldTriggerConfig;
96
+ /**
97
+ * Custom CSS classes to add to element.
98
+ * May be specified as a space separated string, or as an object in which property names
99
+ * with truthy values are used as the class names:
100
+ * ...
101
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-cls)
102
+ */
103
+ cls?: string | object;
104
+ /**
105
+ * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
106
+ * `style` block.
107
+ * ...
108
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-color)
109
+ */
110
+ color?: string;
111
+ /**
112
+ * Programmatic control over which column to start in when used in a grid layout.
113
+ */
114
+ column?: number;
115
+ config?: object;
116
+ /**
117
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating) or [positioned](#Core/widget/Widget#config-positioned).*
118
+ * Element, Widget or Rectangle to which this Widget is constrained.
119
+ */
120
+ constrainTo?: HTMLElement | Widget | Rectangle;
121
+ /**
122
+ * The configuration for additional items associated to this field. This is typically used to add contextual
123
+ * fields related to a [checkbox](https://bryntum.com/products/taskboard/docs/api/Core/widget/Checkbox) or [radio button](#Core/widget/Radio). See
124
+ * these classes for examples of nested fields.
125
+ * ...
126
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-container)
127
+ */
128
+ container?: Record<string, TaskBoardContainerItemConfig> | TaskBoardContainerItemConfig[] | FieldContainerConfig | FieldContainer;
129
+ /**
130
+ * The config controls how the value of nested items are handled when a parent container gets or sets its
131
+ * [values](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-values).
132
+ * ...
133
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-containValues)
134
+ * @param {Core.widget.Field} field Field instance
135
+ * @returns {boolean}
136
+ */
137
+ containValues?: boolean | string | ((field: Field) => boolean);
138
+ /**
139
+ * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
140
+ * May be specified as a space separated string, or as an object in which property names
141
+ * with truthy values are used as the class names:
142
+ * ...
143
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-contentElementCls)
144
+ */
145
+ contentElementCls?: string | object;
146
+ /**
147
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
148
+ * field on the expanded record to use for populating this widget's store (if applicable)
149
+ */
150
+ dataField?: string;
151
+ /**
152
+ * Object to apply to elements dataset (each key will be used as a data-attribute on the element)
153
+ */
154
+ dataset?: Record<string, string>;
155
+ /**
156
+ * The name of the property to set when a single value is to be applied to this Widget. Such as when used
157
+ * in a grid WidgetColumn, this is the property to which the column's `field` is applied.
158
+ */
159
+ defaultBindProperty?: string;
160
+ /**
161
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
162
+ * ...
163
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-detectCSSCompatibilityIssues)
164
+ */
165
+ detectCSSCompatibilityIssues?: boolean;
166
+ /**
167
+ * Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
168
+ * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
169
+ * ...
170
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-disabled)
171
+ */
172
+ disabled?: boolean | 'inert';
173
+ /**
174
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel)
175
+ * [strips collection](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
176
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
177
+ * body. Such widgets are called "edge strips".
178
+ * ...
179
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-dock)
180
+ */
181
+ dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
182
+ /**
183
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
184
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
185
+ * property which controls when a drag should start.
186
+ * ...
187
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-draggable)
188
+ */
189
+ draggable?: boolean | {
190
+ handleSelector?: string;
191
+ };
192
+ /**
193
+ * Set to `false` to prevent user from editing the field. For TextFields it is basically the same as setting
194
+ * [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), but for PickerFields there is a distinction where it allows you to pick a value
195
+ * but not to type one in the field.
196
+ * ...
197
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-editable)
198
+ */
199
+ editable?: boolean;
200
+ /**
201
+ * An object specifying attributes to assign to the root element of this widget.
202
+ * Set `null` value to attribute to remove it.
203
+ * ...
204
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-elementAttributes)
205
+ */
206
+ elementAttributes?: Record<string, string | null>;
207
+ extraData?: any;
208
+ /**
209
+ * The ColumnModel field name to filter by, defaults to `'text'`.
210
+ */
211
+ field?: string;
212
+ /**
213
+ * In case the `filterId` that is used in the store needs to be referenced elsewhere, it can be configured.
214
+ * This applies to a passed [filterFunction](https://bryntum.com/products/taskboard/docs/api/Core/widget/FilterField#config-filterFunction) as well as for an internally generated filter.
215
+ * If no value is configured, an internal ID will be generated.
216
+ * ...
217
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-filterId)
218
+ */
219
+ filterId?: string | Symbol;
220
+ /**
221
+ * When this widget is a child of a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container), it will by default be participating in a
222
+ * flexbox layout. This config allows you to set this widget's
223
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
224
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
225
+ * numeric-only values are interpreted as the `flex-grow` value.
226
+ */
227
+ flex?: number | string;
228
+ /**
229
+ * Set to `true` to move the widget out of the document flow and position it
230
+ * absolutely in browser viewport space.
231
+ */
232
+ floating?: boolean;
233
+ /**
234
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
235
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
236
+ * cases this config is convenient.
237
+ */
238
+ height?: string | number;
239
+ /**
240
+ * Configure with true to make widget initially hidden.
241
+ */
242
+ hidden?: boolean;
243
+ /**
244
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
245
+ * ...
246
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-hideAnimation)
247
+ */
248
+ hideAnimation?: boolean | object;
249
+ /**
250
+ * Specify `true` to highlight field after external value changes
251
+ */
252
+ highlightExternalChange?: boolean;
253
+ /**
254
+ * An optional string to display inside the input field as an overlay. This can be useful for displaying
255
+ * a field's units.
256
+ * ...
257
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-hint)
258
+ * @param {object} data A data object
259
+ * @param {Core.widget.Field} data.source A reference to the field instance
260
+ * @param {any} data.value The current value of the field
261
+ * @returns {string}
262
+ */
263
+ hint?: string | ((data: {
264
+ source: Field;
265
+ value: any;
266
+ }) => string);
267
+ /**
268
+ * This config is similar to [hint](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-hint) except that this config is used to display HTML content.
269
+ * Since this can allow malicious content to be executed, be sure not to include user-entered data or to
270
+ * encode such data (see [encodeHtml](https://bryntum.com/products/taskboard/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
271
+ * ...
272
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-hintHtml)
273
+ * @param {object} data A data object
274
+ * @param {Core.widget.Field} data.source A reference to the field instance
275
+ * @param {any} data.value The current value of the field
276
+ * @returns {string}
277
+ */
278
+ hintHtml?: string | ((data: {
279
+ source: Field;
280
+ value: any;
281
+ }) => string);
282
+ /**
283
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
284
+ */
285
+ id?: string;
286
+ /**
287
+ * Determines if the widgets read-only state should be controlled by its parent.
288
+ * ...
289
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-ignoreParentReadOnly)
290
+ */
291
+ ignoreParentReadOnly?: boolean;
292
+ /**
293
+ * Set this config to `true` to always display items horizontally along with this field. This assigns an
294
+ * [hbox](https://bryntum.com/products/taskboard/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
295
+ * [container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-container).
296
+ * ...
297
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-inline)
298
+ */
299
+ inline?: boolean;
300
+ /**
301
+ * Text alignment for the input field.
302
+ */
303
+ inputAlign?: string;
304
+ /**
305
+ * Sets custom attributes of the underlying input element. For more information, please refer to
306
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes)
307
+ */
308
+ inputAttributes?: Record<string, string>;
309
+ /**
310
+ * If you need to use something else than a default `input` element, as the input element, provide the tag
311
+ * name here. Please note that this is used for advanced usage only, for example when using WebComponents
312
+ * (custom elements), and that the configured element must fulfil the same contract as a regular input
313
+ * element.
314
+ */
315
+ inputTag?: string;
316
+ /**
317
+ * Sets the `type` attribute of the underlying input element (password, hidden, date, color, etc.).
318
+ */
319
+ inputType?: string;
320
+ /**
321
+ * The width to apply to the `.b-field-inner` element, which encompasses the `input` element and any
322
+ * triggers. If a number is specified, `px` will be used.
323
+ */
324
+ inputWidth?: string | number;
325
+ /**
326
+ * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
327
+ */
328
+ insertBefore?: HTMLElement | string;
329
+ /**
330
+ * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
331
+ */
332
+ insertFirst?: HTMLElement | string;
333
+ /**
334
+ * Set this flag to mark the filter as `internal` when adding it to the associated [Store](https://bryntum.com/products/taskboard/docs/api/Core/data/Store).
335
+ * This prevents the filter from being removed when [Store.clearFilters()](https://bryntum.com/products/taskboard/docs/api/Core/data/Store#function-clearFilters)
336
+ * is called.
337
+ */
338
+ internalFilter?: boolean;
339
+ /**
340
+ * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
341
+ * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
342
+ * are the name of the instance method to call when the keystroke is received.
343
+ * ...
344
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-keyMap)
345
+ */
346
+ keyMap?: Record<string, KeyMapConfig>;
347
+ /**
348
+ * The delay in milliseconds to wait after the last keystroke before triggering a change event.
349
+ * Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
350
+ * immediate feedback, change will still be triggered on blur).
351
+ * ...
352
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-keyStrokeChangeDelay)
353
+ */
354
+ keyStrokeChangeDelay?: number;
355
+ /**
356
+ * Label, defaults to a localized version of `'Filter columns'`.
357
+ * ...
358
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-label)
359
+ */
360
+ label?: string;
361
+ /**
362
+ * CSS class name or class names to add to any configured [label](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Labelable#config-label)
363
+ */
364
+ labelCls?: string | object;
365
+ /**
366
+ * Label position, either 'before' the field or 'above' the field
367
+ * ...
368
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-labelPosition)
369
+ */
370
+ labelPosition?: 'before' | 'above' | null;
371
+ /**
372
+ * The labels to add either before or after the input field.
373
+ * Each label may have the following properties:
374
+ * ...
375
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-labels)
376
+ */
377
+ labels?: object[];
378
+ /**
379
+ * The width to apply to the `&lt;label&gt;` element. If a number is specified, `px` will be used.
380
+ */
381
+ labelWidth?: string | number;
382
+ /**
383
+ * The listener set for this object.
384
+ * ...
385
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-listeners)
386
+ */
387
+ listeners?: ColumnFilterFieldListeners;
388
+ /**
389
+ * A class translations of which are used for translating this entity.
390
+ * This is often used when translations of an item are defined on its container class.
391
+ * For example:
392
+ * ...
393
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-localeClass)
394
+ */
395
+ localeClass?: typeof Base;
396
+ /**
397
+ * Set to `false` to disable localization of this object.
398
+ */
399
+ localizable?: boolean;
400
+ /**
401
+ * List of properties which values should be translated automatically upon a locale applying.
402
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
403
+ * you could use 'localeKey' meta configuration.
404
+ * Example:
405
+ * ...
406
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-localizableProperties)
407
+ */
408
+ localizableProperties?: string[];
409
+ /**
410
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
411
+ * numeric-only values are interpreted as pixels.
412
+ */
413
+ margin?: number | string;
414
+ /**
415
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) created for the
416
+ * [masked](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
417
+ * values.
418
+ */
419
+ maskDefaults?: MaskConfig;
420
+ /**
421
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
422
+ * [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object.
423
+ */
424
+ masked?: boolean | string | MaskConfig;
425
+ /**
426
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
427
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
428
+ */
429
+ maxHeight?: string | number;
430
+ /**
431
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
432
+ * ...
433
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-maximizeOnMobile)
434
+ */
435
+ maximizeOnMobile?: number | string;
436
+ /**
437
+ * The max number of characters for the input field
438
+ */
439
+ maxLength?: number;
440
+ /**
441
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
442
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
443
+ */
444
+ maxWidth?: string | number;
445
+ /**
446
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
447
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
448
+ */
449
+ minHeight?: string | number;
450
+ /**
451
+ * The min number of characters for the input field
452
+ */
453
+ minLength?: number;
454
+ /**
455
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
456
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
457
+ */
458
+ minWidth?: string | number;
459
+ /**
460
+ * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
461
+ * is used to monitor this element for size changes caused by either style manipulation, or by CSS
462
+ * layout.
463
+ * ...
464
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-monitorResize)
465
+ */
466
+ monitorResize?: boolean | {
467
+ immediate?: boolean;
468
+ };
469
+ /**
470
+ * Name of the field which is used as a key to get/set values from/to the field.
471
+ * Used prior to [ref](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
472
+ * [Container.values](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-values).
473
+ * ...
474
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-name)
475
+ */
476
+ name?: string;
477
+ /**
478
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
479
+ * [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
480
+ * the owner is <strong>always</strong> the encapsulating Container.
481
+ * ...
482
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-owner)
483
+ */
484
+ owner?: Widget | any;
485
+ /**
486
+ * Text to display in empty field.
487
+ */
488
+ placeholder?: string;
489
+ /**
490
+ * Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement), but must
491
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
492
+ * widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
493
+ * ...
494
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-positioned)
495
+ */
496
+ positioned?: boolean;
497
+ /**
498
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
499
+ * menu on click etc, since the tooltip would be displayed at the same time.
500
+ */
501
+ preventTooltipOnTouch?: boolean;
502
+ /**
503
+ * Makes the field unmodifiable by user action. The input area is not editable, and triggers
504
+ * are unresponsive.
505
+ * ...
506
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-readOnly)
507
+ */
508
+ readOnly?: boolean;
509
+ relayStoreEvents?: boolean;
510
+ /**
511
+ * Predefined style to use for the field. Possible values are:
512
+ * ...
513
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-rendition)
514
+ */
515
+ rendition?: 'outlined' | 'filled' | string;
516
+ /**
517
+ * Configure as `true` to indicate that a `null` field value is to be marked as invalid. This will
518
+ * optionally append a * to the field label if [showRequiredIndicator](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#property-showRequiredIndicator) is set.
519
+ */
520
+ required?: boolean;
521
+ /**
522
+ * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
523
+ * the `ESCAPE` key after editing the field will revert the field to the value it had when
524
+ * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
525
+ * behaviour will be activated.
526
+ */
527
+ revertOnEscape?: boolean;
528
+ /**
529
+ * Configure as `true` to have the component display a translucent ripple when its
530
+ * [focusElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
531
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
532
+ * ...
533
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-ripple)
534
+ */
535
+ ripple?: boolean | {
536
+ delegate?: string;
537
+ color?: string;
538
+ radius?: number;
539
+ clip?: string;
540
+ };
541
+ /**
542
+ * 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`
543
+ */
544
+ rootElement?: ShadowRoot | HTMLElement;
545
+ /**
546
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
547
+ * ...
548
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-rtl)
549
+ */
550
+ rtl?: boolean;
551
+ /**
552
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
553
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
554
+ */
555
+ scrollAction?: 'hide' | 'realign' | null;
556
+ /**
557
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
558
+ * ...
559
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-showAnimation)
560
+ */
561
+ showAnimation?: boolean | object;
562
+ /**
563
+ * `true` to automatically display a * after the label for this field when it is [required](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#property-required).
564
+ */
565
+ showRequiredIndicator?: string;
566
+ /**
567
+ * Set to `false` to not show the tooltip when this widget is [disabled](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-disabled)
568
+ */
569
+ showTooltipWhenDisabled?: boolean;
570
+ /**
571
+ * Set to `true`, completely bypasses validation logic (could be userful if your field is not `editable`
572
+ * to the user).
573
+ */
574
+ skipValidation?: boolean;
575
+ /**
576
+ * Programmatic control over how many columns to span when used in a grid layout.
577
+ */
578
+ span?: number;
579
+ /**
580
+ * Sets the native `spellcheck` property of the underlying input element. For more information, please refer to
581
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck)
582
+ */
583
+ spellCheck?: boolean;
584
+ /**
585
+ * A configuration for the [tab](https://bryntum.com/products/taskboard/docs/api/Core/widget/Tab) created for this widget when it is placed in a
586
+ * [TabPanel](https://bryntum.com/products/taskboard/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
587
+ * this widget:
588
+ * ...
589
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-tab)
590
+ */
591
+ tab?: boolean | TabConfig;
592
+ /**
593
+ * The tab index of the input field or fields, or `null` for natural tab order (recommended). Setting to `0`
594
+ * is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
595
+ * (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
596
+ * to the element programmatically.
597
+ * ...
598
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-tabIndex)
599
+ */
600
+ tabIndex?: number;
601
+ /**
602
+ * Auto detected when used within a TaskBoard. If you add the widget elsewhere, it will try to find an instance
603
+ * of TaskBoard on page. If that fails you have to supply this config to connect it to a TaskBoard manually.
604
+ * ...
605
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-taskBoard)
606
+ */
607
+ taskBoard?: TaskBoard;
608
+ /**
609
+ * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
610
+ * ...
611
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-textAlign)
612
+ */
613
+ textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
614
+ /**
615
+ * A title to display for the widget. Only in effect when inside a container that uses it (such as TabPanel)
616
+ */
617
+ title?: string;
618
+ /**
619
+ * Tooltip for the widget, either as a string or as a Tooltip config object.
620
+ * ...
621
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-tooltip)
622
+ */
623
+ tooltip?: string | TooltipConfig | null;
624
+ /**
625
+ * The triggers to add either before or after the input field. Each property name is the reference by which
626
+ * an instantiated Trigger Widget may be retrieved from the live `triggers` property.
627
+ * ...
628
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-triggers)
629
+ */
630
+ triggers?: Record<string, FieldTriggerConfig> | Record<string, Widget>;
631
+ type?: 'columnfilterfield';
632
+ /**
633
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
634
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
635
+ * values are used as the class names.
636
+ * ...
637
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-ui)
638
+ */
639
+ ui?: string | object;
640
+ /**
641
+ * Set to `false` to not highlight a field as invalid while typing, to instead show it on ENTER key press
642
+ * or similar.
643
+ */
644
+ validateOnInput?: boolean;
645
+ /**
646
+ * Default value
647
+ */
648
+ value?: string;
649
+ /**
650
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container).
651
+ * Higher weights go further down.
652
+ */
653
+ weight?: number;
654
+ /**
655
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
656
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
657
+ * this config is convenient.
658
+ */
659
+ width?: string | number;
660
+ /**
661
+ * The x position for the widget.
662
+ * ...
663
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-x)
664
+ */
665
+ x?: number;
666
+ /**
667
+ * The y position for the widget.
668
+ * ...
669
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#config-y)
670
+ */
671
+ y?: number;
672
+ };
673
+ export declare class BryntumColumnFilterFieldComponent implements OnInit, OnDestroy {
674
+ static instanceClass: typeof ColumnFilterField;
675
+ static instanceName: string;
676
+ private static bryntumEvents;
677
+ private static bryntumFeatureNames;
678
+ private static bryntumConfigs;
679
+ private static bryntumConfigsOnly;
680
+ private static bryntumProps;
681
+ private elementRef;
682
+ instance: ColumnFilterField;
683
+ private bryntumConfig;
684
+ constructor(element: ElementRef);
685
+ adopt: HTMLElement | string;
686
+ align: AlignSpec | string;
687
+ anchor: boolean;
688
+ ariaDescription: string;
689
+ ariaLabel: string;
690
+ autoComplete: string;
691
+ autoSelect: boolean;
692
+ bubbleEvents: object;
693
+ centered: boolean;
694
+ clearable: boolean | FieldTriggerConfig;
695
+ color: string;
696
+ config: object;
697
+ constrainTo: HTMLElement | Widget | Rectangle;
698
+ container: Record<string, TaskBoardContainerItemConfig> | TaskBoardContainerItemConfig[] | FieldContainerConfig | FieldContainer;
699
+ containValues: boolean | string | ((field: Field) => boolean);
700
+ contentElementCls: string | object;
701
+ dataField: string;
702
+ defaultBindProperty: string;
703
+ detectCSSCompatibilityIssues: boolean;
704
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
705
+ draggable: boolean | {
706
+ handleSelector?: string;
707
+ };
708
+ elementAttributes: Record<string, string | null>;
709
+ field: string;
710
+ filterId: string | Symbol;
711
+ floating: boolean;
712
+ hideAnimation: boolean | object;
713
+ highlightExternalChange: boolean;
714
+ hint: string | ((data: {
715
+ source: Field;
716
+ value: any;
717
+ }) => string);
718
+ hintHtml: string | ((data: {
719
+ source: Field;
720
+ value: any;
721
+ }) => string);
722
+ ignoreParentReadOnly: boolean;
723
+ inline: boolean;
724
+ inputAlign: string;
725
+ inputAttributes: Record<string, string>;
726
+ inputTag: string;
727
+ inputType: string;
728
+ inputWidth: string | number;
729
+ internalFilter: boolean;
730
+ keyStrokeChangeDelay: number;
731
+ labelCls: string | object;
732
+ labelPosition: 'before' | 'above' | null;
733
+ labels: object[];
734
+ labelWidth: string | number;
735
+ listeners: ColumnFilterFieldListeners;
736
+ localeClass: typeof Base;
737
+ localizable: boolean;
738
+ localizableProperties: string[];
739
+ maskDefaults: MaskConfig;
740
+ masked: boolean | string | MaskConfig;
741
+ maxLength: number;
742
+ minLength: number;
743
+ monitorResize: boolean | {
744
+ immediate?: boolean;
745
+ };
746
+ name: string;
747
+ owner: Widget | any;
748
+ positioned: boolean;
749
+ preventTooltipOnTouch: boolean;
750
+ relayStoreEvents: boolean;
751
+ revertOnEscape: boolean;
752
+ ripple: boolean | {
753
+ delegate?: string;
754
+ color?: string;
755
+ radius?: number;
756
+ clip?: string;
757
+ };
758
+ rootElement: ShadowRoot | HTMLElement;
759
+ scrollAction: 'hide' | 'realign' | null;
760
+ showAnimation: boolean | object;
761
+ showTooltipWhenDisabled: boolean;
762
+ skipValidation: boolean;
763
+ spellCheck: boolean;
764
+ tab: boolean | TabConfig;
765
+ tabIndex: number;
766
+ taskBoard: TaskBoard;
767
+ textAlign: 'left' | 'center' | 'right' | 'start' | 'end';
768
+ title: string;
769
+ type: 'columnfilterfield';
770
+ ui: string | object;
771
+ validateOnInput: boolean;
772
+ weight: number;
773
+ alignSelf: string;
774
+ appendTo: HTMLElement | string;
775
+ badge: string;
776
+ callOnFunctions: boolean;
777
+ catchEventHandlerExceptions: boolean;
778
+ cls: string | object;
779
+ column: number;
780
+ dataset: object | Record<string, string>;
781
+ disabled: boolean | 'inert';
782
+ editable: boolean;
783
+ extraData: any;
784
+ flex: number | string;
785
+ height: number | string;
786
+ hidden: boolean;
787
+ id: string;
788
+ insertBefore: HTMLElement | string;
789
+ insertFirst: HTMLElement | string;
790
+ keyMap: Record<string, KeyMapConfig>;
791
+ label: string;
792
+ margin: number | string;
793
+ maxHeight: string | number;
794
+ maximizeOnMobile: number | string;
795
+ maxWidth: string | number;
796
+ minHeight: string | number;
797
+ minWidth: string | number;
798
+ placeholder: string;
799
+ readOnly: boolean;
800
+ rendition: 'outlined' | 'filled' | string;
801
+ required: boolean;
802
+ rtl: boolean;
803
+ showRequiredIndicator: string;
804
+ span: number;
805
+ tooltip: string | TooltipConfig | null;
806
+ triggers: Record<string, FieldTriggerConfig> | Record<string, Widget>;
807
+ value: any | string;
808
+ width: number | string;
809
+ x: number;
810
+ y: number;
811
+ anchorSize: number[];
812
+ content: string;
813
+ focusVisible: boolean;
814
+ formula: string;
815
+ html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
816
+ input: HTMLElement;
817
+ parent: Widget;
818
+ scrollable: Scroller;
819
+ /**
820
+ * User performed default action (typed into this field).
821
+ * @param {object} event Event object
822
+ * @param {Core.widget.Field,any} event.source This Field
823
+ * @param {string,number,boolean,any} event.value This field's value
824
+ * @param {string,number,boolean,any} event.oldValue This field's previous value
825
+ * @param {boolean} event.valid True if this field is in a valid state
826
+ * @param {Event} event.event The triggering DOM event if any
827
+ * @param {Core.data.Model} event.record Selected record. Available for fields with records selection functionality
828
+ * @param {Core.data.Model[]} event.records Selected records as an array. Available for fields with records selection functionality
829
+ * @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
830
+ * @param {boolean} event.checked
831
+ */
832
+ onAction: any;
833
+ /**
834
+ * Fires before an object is destroyed.
835
+ * @param {object} event Event object
836
+ * @param {Core.Base} event.source The Object that is being destroyed.
837
+ */
838
+ onBeforeDestroy: any;
839
+ /**
840
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
841
+ * @param {object} event Event object
842
+ * @param {Core.widget.Widget} event.source The widget being hidden.
843
+ */
844
+ onBeforeHide: any;
845
+ /**
846
+ * Triggered before a widget is shown. Return `false` to prevent the action.
847
+ * @param {object} event Event object
848
+ * @param {Core.widget.Widget,any} event.source The widget being shown
849
+ */
850
+ onBeforeShow: any;
851
+ /**
852
+ * Fires when any other event is fired from the object.
853
+ * ...
854
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#event-catchAll)
855
+ * @param {object} event Event object
856
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
857
+ * @param {string} event.event.type The type of the event which is caught by the listener
858
+ */
859
+ onCatchAll: any;
860
+ /**
861
+ * Fired when this field's value changes.
862
+ * @param {object} event Event object
863
+ * @param {Core.widget.Field,any} event.source This Field
864
+ * @param {string,number,boolean,any} event.value This field's value
865
+ * @param {string,number,boolean,any} event.oldValue This field's previous value
866
+ * @param {boolean} event.valid True if this field is in a valid state
867
+ * @param {Event} event.event The triggering DOM event if any
868
+ * @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
869
+ * @param {boolean} event.checked
870
+ */
871
+ onChange: any;
872
+ /**
873
+ * Fired when this field is [cleared](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#function-clear).
874
+ * ...
875
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#event-clear)
876
+ * @param {object} event Event object
877
+ * @param {Core.widget.Field,any} event.source This Field
878
+ */
879
+ onClear: any;
880
+ /**
881
+ * Fires when an object is destroyed.
882
+ * @param {object} event Event object
883
+ * @param {Core.Base} event.source The Object that is being destroyed.
884
+ */
885
+ onDestroy: any;
886
+ /**
887
+ * Triggered when a widget's [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element) is available.
888
+ * @param {object} event Event object
889
+ * @param {HTMLElement} event.element The Widget's element.
890
+ */
891
+ onElementCreated: any;
892
+ /**
893
+ * Fired when focus enters this Widget.
894
+ * @param {object} event Event object
895
+ * @param {Core.widget.Widget} event.source This Widget
896
+ * @param {HTMLElement} event.fromElement The element which lost focus.
897
+ * @param {HTMLElement} event.toElement The element which gained focus.
898
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
899
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
900
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
901
+ */
902
+ onFocusIn: any;
903
+ /**
904
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
905
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
906
+ * will not trigger this event. This is when focus exits this widget completely.
907
+ * @param {object} event Event object
908
+ * @param {Core.widget.Widget} event.source This Widget
909
+ * @param {HTMLElement} event.fromElement The element which lost focus.
910
+ * @param {HTMLElement} event.toElement The element which gained focus.
911
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
912
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
913
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
914
+ */
915
+ onFocusOut: any;
916
+ /**
917
+ * Triggered after a widget was hidden
918
+ * @param {object} event Event object
919
+ * @param {Core.widget.Widget} event.source The widget
920
+ */
921
+ onHide: any;
922
+ /**
923
+ * Fired when the user types into this field.
924
+ * @param {object} event Event object
925
+ * @param {Core.widget.Field,any} event.source This field
926
+ * @param {string,number,boolean,any} event.value This field's value
927
+ * @param {Event} event.event The triggering DOM event
928
+ */
929
+ onInput: any;
930
+ /**
931
+ * Triggered when a widget which had been in a non-visible state for any reason
932
+ * achieves visibility.
933
+ * ...
934
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ColumnFilterField#event-paint)
935
+ * @param {object} event Event object
936
+ * @param {Core.widget.Widget} event.source The widget being painted.
937
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
938
+ */
939
+ onPaint: any;
940
+ /**
941
+ * Fired when a Widget's read only state is toggled
942
+ * @param {object} event Event object
943
+ * @param {boolean} event.readOnly Read only or not
944
+ */
945
+ onReadOnly: any;
946
+ /**
947
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
948
+ * to [recompose](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#function-recompose), if this results in some change to the widget's rendered DOM elements.
949
+ */
950
+ onRecompose: any;
951
+ /**
952
+ * Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
953
+ * @param {object} event Event object
954
+ * @param {Core.widget.Widget} event.source This Widget
955
+ * @param {number} event.width The new width
956
+ * @param {number} event.height The new height
957
+ * @param {number} event.oldWidth The old width
958
+ * @param {number} event.oldHeight The old height
959
+ */
960
+ onResize: any;
961
+ /**
962
+ * Triggered after a widget is shown.
963
+ * @param {object} event Event object
964
+ * @param {Core.widget.Widget} event.source The widget
965
+ */
966
+ onShow: any;
967
+ /**
968
+ * User clicked one of this field's [triggers](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#property-triggers)
969
+ * @param {object} event Event object
970
+ * @param {Core.widget.Field,any} event.source This field
971
+ * @param {Core.widget.Widget} event.trigger The trigger activated by click or touch tap.
972
+ */
973
+ onTrigger: any;
974
+ /**
975
+ * Create and append the underlying widget
976
+ */
977
+ ngOnInit(): void;
978
+ /**
979
+ * Watch for changes
980
+ * @param changes
981
+ */
982
+ ngOnChanges(changes: SimpleChanges): void;
983
+ /**
984
+ * Destroy the component
985
+ */
986
+ ngOnDestroy(): void;
987
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumColumnFilterFieldComponent, never>;
988
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumColumnFilterFieldComponent, "bryntum-column-filter-field", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoComplete": "autoComplete"; "autoSelect": "autoSelect"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "clearable": "clearable"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "container": "container"; "containValues": "containValues"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "field": "field"; "filterId": "filterId"; "floating": "floating"; "hideAnimation": "hideAnimation"; "highlightExternalChange": "highlightExternalChange"; "hint": "hint"; "hintHtml": "hintHtml"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "inline": "inline"; "inputAlign": "inputAlign"; "inputAttributes": "inputAttributes"; "inputTag": "inputTag"; "inputType": "inputType"; "inputWidth": "inputWidth"; "internalFilter": "internalFilter"; "keyStrokeChangeDelay": "keyStrokeChangeDelay"; "labelCls": "labelCls"; "labelPosition": "labelPosition"; "labels": "labels"; "labelWidth": "labelWidth"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxLength": "maxLength"; "minLength": "minLength"; "monitorResize": "monitorResize"; "name": "name"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "revertOnEscape": "revertOnEscape"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "skipValidation": "skipValidation"; "spellCheck": "spellCheck"; "tab": "tab"; "tabIndex": "tabIndex"; "taskBoard": "taskBoard"; "textAlign": "textAlign"; "title": "title"; "type": "type"; "ui": "ui"; "validateOnInput": "validateOnInput"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "badge": "badge"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "column": "column"; "dataset": "dataset"; "disabled": "disabled"; "editable": "editable"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "id": "id"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "label": "label"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "placeholder": "placeholder"; "readOnly": "readOnly"; "rendition": "rendition"; "required": "required"; "rtl": "rtl"; "showRequiredIndicator": "showRequiredIndicator"; "span": "span"; "tooltip": "tooltip"; "triggers": "triggers"; "value": "value"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "content": "content"; "focusVisible": "focusVisible"; "formula": "formula"; "html": "html"; "input": "input"; "parent": "parent"; "scrollable": "scrollable"; }, { "onAction": "onAction"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onClear": "onClear"; "onDestroy": "onDestroy"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onInput": "onInput"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onTrigger": "onTrigger"; }, never, never>;
989
+ }