@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,1002 @@
1
+ /**
2
+ * Angular wrapper for Bryntum TaskFilterField
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AlignSpec, Base, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, Store, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
6
+ import { TaskBoardContainerItemConfig, TaskBoard, TaskFilterField, TaskFilterFieldListeners } from '@bryntum/taskboard-thin';
7
+ import * as i0 from "@angular/core";
8
+ export declare type BryntumTaskFilterFieldProps = {
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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#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/TaskFilterField#config-elementAttributes)
205
+ */
206
+ elementAttributes?: Record<string, string | null>;
207
+ extraData?: any;
208
+ /**
209
+ * The model field name to filter by. Can optionally be replaced by [filterFunction](https://bryntum.com/products/taskboard/docs/api/Core/widget/FilterField#config-filterFunction)
210
+ */
211
+ field?: string;
212
+ /**
213
+ * Optional filter function to be called with record and value as parameters for store filtering.
214
+ * ...
215
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-filterFunction)
216
+ * @param {Core.data.Model} record Record for comparison
217
+ * @param {string} value Value to compare with
218
+ * @returns {boolean} Returns `true` if record matches comparison requirements
219
+ */
220
+ filterFunction?: (record: Model, value: string) => boolean;
221
+ /**
222
+ * In case the `filterId` that is used in the store needs to be referenced elsewhere, it can be configured.
223
+ * 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.
224
+ * If no value is configured, an internal ID will be generated.
225
+ * ...
226
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-filterId)
227
+ */
228
+ filterId?: string | Symbol;
229
+ /**
230
+ * 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
231
+ * flexbox layout. This config allows you to set this widget's
232
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
233
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
234
+ * numeric-only values are interpreted as the `flex-grow` value.
235
+ */
236
+ flex?: number | string;
237
+ /**
238
+ * Set to `true` to move the widget out of the document flow and position it
239
+ * absolutely in browser viewport space.
240
+ */
241
+ floating?: boolean;
242
+ /**
243
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
244
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
245
+ * cases this config is convenient.
246
+ */
247
+ height?: string | number;
248
+ /**
249
+ * Configure with true to make widget initially hidden.
250
+ */
251
+ hidden?: boolean;
252
+ /**
253
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
254
+ * ...
255
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-hideAnimation)
256
+ */
257
+ hideAnimation?: boolean | object;
258
+ /**
259
+ * Specify `true` to highlight field after external value changes
260
+ */
261
+ highlightExternalChange?: boolean;
262
+ /**
263
+ * An optional string to display inside the input field as an overlay. This can be useful for displaying
264
+ * a field's units.
265
+ * ...
266
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-hint)
267
+ * @param {object} data A data object
268
+ * @param {Core.widget.Field} data.source A reference to the field instance
269
+ * @param {any} data.value The current value of the field
270
+ * @returns {string}
271
+ */
272
+ hint?: string | ((data: {
273
+ source: Field;
274
+ value: any;
275
+ }) => string);
276
+ /**
277
+ * 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.
278
+ * Since this can allow malicious content to be executed, be sure not to include user-entered data or to
279
+ * encode such data (see [encodeHtml](https://bryntum.com/products/taskboard/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
280
+ * ...
281
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-hintHtml)
282
+ * @param {object} data A data object
283
+ * @param {Core.widget.Field} data.source A reference to the field instance
284
+ * @param {any} data.value The current value of the field
285
+ * @returns {string}
286
+ */
287
+ hintHtml?: string | ((data: {
288
+ source: Field;
289
+ value: any;
290
+ }) => string);
291
+ /**
292
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
293
+ */
294
+ id?: string;
295
+ /**
296
+ * Determines if the widgets read-only state should be controlled by its parent.
297
+ * ...
298
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-ignoreParentReadOnly)
299
+ */
300
+ ignoreParentReadOnly?: boolean;
301
+ /**
302
+ * Set this config to `true` to always display items horizontally along with this field. This assigns an
303
+ * [hbox](https://bryntum.com/products/taskboard/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
304
+ * [container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-container).
305
+ * ...
306
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-inline)
307
+ */
308
+ inline?: boolean;
309
+ /**
310
+ * Text alignment for the input field.
311
+ */
312
+ inputAlign?: string;
313
+ /**
314
+ * Sets custom attributes of the underlying input element. For more information, please refer to
315
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes)
316
+ */
317
+ inputAttributes?: Record<string, string>;
318
+ /**
319
+ * If you need to use something else than a default `input` element, as the input element, provide the tag
320
+ * name here. Please note that this is used for advanced usage only, for example when using WebComponents
321
+ * (custom elements), and that the configured element must fulfil the same contract as a regular input
322
+ * element.
323
+ */
324
+ inputTag?: string;
325
+ /**
326
+ * Sets the `type` attribute of the underlying input element (password, hidden, date, color, etc.).
327
+ */
328
+ inputType?: string;
329
+ /**
330
+ * The width to apply to the `.b-field-inner` element, which encompasses the `input` element and any
331
+ * triggers. If a number is specified, `px` will be used.
332
+ */
333
+ inputWidth?: string | number;
334
+ /**
335
+ * 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.
336
+ */
337
+ insertBefore?: HTMLElement | string;
338
+ /**
339
+ * 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.
340
+ */
341
+ insertFirst?: HTMLElement | string;
342
+ /**
343
+ * 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).
344
+ * This prevents the filter from being removed when [Store.clearFilters()](https://bryntum.com/products/taskboard/docs/api/Core/data/Store#function-clearFilters)
345
+ * is called.
346
+ */
347
+ internalFilter?: boolean;
348
+ /**
349
+ * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
350
+ * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
351
+ * are the name of the instance method to call when the keystroke is received.
352
+ * ...
353
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-keyMap)
354
+ */
355
+ keyMap?: Record<string, KeyMapConfig>;
356
+ /**
357
+ * The delay in milliseconds to wait after the last keystroke before triggering a change event.
358
+ * Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
359
+ * immediate feedback, change will still be triggered on blur).
360
+ * ...
361
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-keyStrokeChangeDelay)
362
+ */
363
+ keyStrokeChangeDelay?: number;
364
+ /**
365
+ * Label, prepended to field
366
+ */
367
+ label?: string;
368
+ /**
369
+ * 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)
370
+ */
371
+ labelCls?: string | object;
372
+ /**
373
+ * Label position, either 'before' the field or 'above' the field
374
+ * ...
375
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-labelPosition)
376
+ */
377
+ labelPosition?: 'before' | 'above' | null;
378
+ /**
379
+ * The labels to add either before or after the input field.
380
+ * Each label may have the following properties:
381
+ * ...
382
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-labels)
383
+ */
384
+ labels?: object[];
385
+ /**
386
+ * The width to apply to the `&lt;label&gt;` element. If a number is specified, `px` will be used.
387
+ */
388
+ labelWidth?: string | number;
389
+ /**
390
+ * The listener set for this object.
391
+ * ...
392
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-listeners)
393
+ */
394
+ listeners?: TaskFilterFieldListeners;
395
+ /**
396
+ * A class translations of which are used for translating this entity.
397
+ * This is often used when translations of an item are defined on its container class.
398
+ * For example:
399
+ * ...
400
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-localeClass)
401
+ */
402
+ localeClass?: typeof Base;
403
+ /**
404
+ * Set to `false` to disable localization of this object.
405
+ */
406
+ localizable?: boolean;
407
+ /**
408
+ * List of properties which values should be translated automatically upon a locale applying.
409
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
410
+ * you could use 'localeKey' meta configuration.
411
+ * Example:
412
+ * ...
413
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-localizableProperties)
414
+ */
415
+ localizableProperties?: string[];
416
+ /**
417
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
418
+ * numeric-only values are interpreted as pixels.
419
+ */
420
+ margin?: number | string;
421
+ /**
422
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) created for the
423
+ * [masked](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
424
+ * values.
425
+ */
426
+ maskDefaults?: MaskConfig;
427
+ /**
428
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
429
+ * [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object.
430
+ */
431
+ masked?: boolean | string | MaskConfig;
432
+ /**
433
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
434
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
435
+ */
436
+ maxHeight?: string | number;
437
+ /**
438
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
439
+ * ...
440
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-maximizeOnMobile)
441
+ */
442
+ maximizeOnMobile?: number | string;
443
+ /**
444
+ * The max number of characters for the input field
445
+ */
446
+ maxLength?: number;
447
+ /**
448
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
449
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
450
+ */
451
+ maxWidth?: string | number;
452
+ /**
453
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
454
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
455
+ */
456
+ minHeight?: string | number;
457
+ /**
458
+ * The min number of characters for the input field
459
+ */
460
+ minLength?: number;
461
+ /**
462
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
463
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
464
+ */
465
+ minWidth?: string | number;
466
+ /**
467
+ * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
468
+ * is used to monitor this element for size changes caused by either style manipulation, or by CSS
469
+ * layout.
470
+ * ...
471
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-monitorResize)
472
+ */
473
+ monitorResize?: boolean | {
474
+ immediate?: boolean;
475
+ };
476
+ /**
477
+ * Name of the field which is used as a key to get/set values from/to the field.
478
+ * Used prior to [ref](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
479
+ * [Container.values](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-values).
480
+ * ...
481
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-name)
482
+ */
483
+ name?: string;
484
+ /**
485
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
486
+ * [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
487
+ * the owner is <strong>always</strong> the encapsulating Container.
488
+ * ...
489
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-owner)
490
+ */
491
+ owner?: Widget | any;
492
+ /**
493
+ * Text to display in empty field.
494
+ */
495
+ placeholder?: string;
496
+ /**
497
+ * 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
498
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
499
+ * widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
500
+ * ...
501
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-positioned)
502
+ */
503
+ positioned?: boolean;
504
+ /**
505
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
506
+ * menu on click etc, since the tooltip would be displayed at the same time.
507
+ */
508
+ preventTooltipOnTouch?: boolean;
509
+ /**
510
+ * Makes the field unmodifiable by user action. The input area is not editable, and triggers
511
+ * are unresponsive.
512
+ * ...
513
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-readOnly)
514
+ */
515
+ readOnly?: boolean;
516
+ relayStoreEvents?: boolean;
517
+ /**
518
+ * Predefined style to use for the field. Possible values are:
519
+ * ...
520
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-rendition)
521
+ */
522
+ rendition?: 'outlined' | 'filled' | string;
523
+ /**
524
+ * Configure as `true` to indicate that a `null` field value is to be marked as invalid. This will
525
+ * optionally append a * to the field label if [showRequiredIndicator](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#property-showRequiredIndicator) is set.
526
+ */
527
+ required?: boolean;
528
+ /**
529
+ * 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
530
+ * the `ESCAPE` key after editing the field will revert the field to the value it had when
531
+ * 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)
532
+ * behaviour will be activated.
533
+ */
534
+ revertOnEscape?: boolean;
535
+ /**
536
+ * Configure as `true` to have the component display a translucent ripple when its
537
+ * [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
538
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
539
+ * ...
540
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-ripple)
541
+ */
542
+ ripple?: boolean | {
543
+ delegate?: string;
544
+ color?: string;
545
+ radius?: number;
546
+ clip?: string;
547
+ };
548
+ /**
549
+ * 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`
550
+ */
551
+ rootElement?: ShadowRoot | HTMLElement;
552
+ /**
553
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
554
+ * ...
555
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-rtl)
556
+ */
557
+ rtl?: boolean;
558
+ /**
559
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
560
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
561
+ */
562
+ scrollAction?: 'hide' | 'realign' | null;
563
+ /**
564
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
565
+ * ...
566
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-showAnimation)
567
+ */
568
+ showAnimation?: boolean | object;
569
+ /**
570
+ * `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).
571
+ */
572
+ showRequiredIndicator?: string;
573
+ /**
574
+ * 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)
575
+ */
576
+ showTooltipWhenDisabled?: boolean;
577
+ /**
578
+ * Set to `true`, completely bypasses validation logic (could be userful if your field is not `editable`
579
+ * to the user).
580
+ */
581
+ skipValidation?: boolean;
582
+ /**
583
+ * Programmatic control over how many columns to span when used in a grid layout.
584
+ */
585
+ span?: number;
586
+ /**
587
+ * Sets the native `spellcheck` property of the underlying input element. For more information, please refer to
588
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck)
589
+ */
590
+ spellCheck?: boolean;
591
+ /**
592
+ * The store to filter.
593
+ */
594
+ store?: Store;
595
+ /**
596
+ * 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
597
+ * [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
598
+ * this widget:
599
+ * ...
600
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-tab)
601
+ */
602
+ tab?: boolean | TabConfig;
603
+ /**
604
+ * The tab index of the input field or fields, or `null` for natural tab order (recommended). Setting to `0`
605
+ * is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
606
+ * (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
607
+ * to the element programmatically.
608
+ * ...
609
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-tabIndex)
610
+ */
611
+ tabIndex?: number;
612
+ /**
613
+ * Auto detected when used within a TaskBoard. If you add the widget elsewhere, it will try to find an instance
614
+ * of TaskBoard on page. If that fails you have to supply this config to connect it to a TaskBoard manually.
615
+ * ...
616
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-taskBoard)
617
+ */
618
+ taskBoard?: TaskBoard;
619
+ /**
620
+ * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
621
+ * ...
622
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-textAlign)
623
+ */
624
+ textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
625
+ /**
626
+ * A title to display for the widget. Only in effect when inside a container that uses it (such as TabPanel)
627
+ */
628
+ title?: string;
629
+ /**
630
+ * Tooltip for the widget, either as a string or as a Tooltip config object.
631
+ * ...
632
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-tooltip)
633
+ */
634
+ tooltip?: string | TooltipConfig | null;
635
+ /**
636
+ * The triggers to add either before or after the input field. Each property name is the reference by which
637
+ * an instantiated Trigger Widget may be retrieved from the live `triggers` property.
638
+ * ...
639
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-triggers)
640
+ */
641
+ triggers?: Record<string, FieldTriggerConfig> | Record<string, Widget>;
642
+ type?: 'taskfilterfield';
643
+ /**
644
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
645
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
646
+ * values are used as the class names.
647
+ * ...
648
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-ui)
649
+ */
650
+ ui?: string | object;
651
+ /**
652
+ * Set to `false` to not highlight a field as invalid while typing, to instead show it on ENTER key press
653
+ * or similar.
654
+ */
655
+ validateOnInput?: boolean;
656
+ /**
657
+ * Default value
658
+ */
659
+ value?: string;
660
+ /**
661
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container).
662
+ * Higher weights go further down.
663
+ */
664
+ weight?: number;
665
+ /**
666
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
667
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
668
+ * this config is convenient.
669
+ */
670
+ width?: string | number;
671
+ /**
672
+ * The x position for the widget.
673
+ * ...
674
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-x)
675
+ */
676
+ x?: number;
677
+ /**
678
+ * The y position for the widget.
679
+ * ...
680
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#config-y)
681
+ */
682
+ y?: number;
683
+ };
684
+ export declare class BryntumTaskFilterFieldComponent implements OnInit, OnDestroy {
685
+ static instanceClass: typeof TaskFilterField;
686
+ static instanceName: string;
687
+ private static bryntumEvents;
688
+ private static bryntumFeatureNames;
689
+ private static bryntumConfigs;
690
+ private static bryntumConfigsOnly;
691
+ private static bryntumProps;
692
+ private elementRef;
693
+ instance: TaskFilterField;
694
+ private bryntumConfig;
695
+ constructor(element: ElementRef);
696
+ adopt: HTMLElement | string;
697
+ align: AlignSpec | string;
698
+ anchor: boolean;
699
+ ariaDescription: string;
700
+ ariaLabel: string;
701
+ autoComplete: string;
702
+ autoSelect: boolean;
703
+ bubbleEvents: object;
704
+ centered: boolean;
705
+ clearable: boolean | FieldTriggerConfig;
706
+ color: string;
707
+ config: object;
708
+ constrainTo: HTMLElement | Widget | Rectangle;
709
+ container: Record<string, TaskBoardContainerItemConfig> | TaskBoardContainerItemConfig[] | FieldContainerConfig | FieldContainer;
710
+ containValues: boolean | string | ((field: Field) => boolean);
711
+ contentElementCls: string | object;
712
+ dataField: string;
713
+ defaultBindProperty: string;
714
+ detectCSSCompatibilityIssues: boolean;
715
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
716
+ draggable: boolean | {
717
+ handleSelector?: string;
718
+ };
719
+ elementAttributes: Record<string, string | null>;
720
+ field: string;
721
+ filterFunction: (record: Model, value: string) => boolean;
722
+ filterId: string | Symbol;
723
+ floating: boolean;
724
+ hideAnimation: boolean | object;
725
+ highlightExternalChange: boolean;
726
+ hint: string | ((data: {
727
+ source: Field;
728
+ value: any;
729
+ }) => string);
730
+ hintHtml: string | ((data: {
731
+ source: Field;
732
+ value: any;
733
+ }) => string);
734
+ ignoreParentReadOnly: boolean;
735
+ inline: boolean;
736
+ inputAlign: string;
737
+ inputAttributes: Record<string, string>;
738
+ inputTag: string;
739
+ inputType: string;
740
+ inputWidth: string | number;
741
+ internalFilter: boolean;
742
+ keyStrokeChangeDelay: number;
743
+ labelCls: string | object;
744
+ labelPosition: 'before' | 'above' | null;
745
+ labels: object[];
746
+ labelWidth: string | number;
747
+ listeners: TaskFilterFieldListeners;
748
+ localeClass: typeof Base;
749
+ localizable: boolean;
750
+ localizableProperties: string[];
751
+ maskDefaults: MaskConfig;
752
+ masked: boolean | string | MaskConfig;
753
+ maxLength: number;
754
+ minLength: number;
755
+ monitorResize: boolean | {
756
+ immediate?: boolean;
757
+ };
758
+ name: string;
759
+ owner: Widget | any;
760
+ positioned: boolean;
761
+ preventTooltipOnTouch: boolean;
762
+ relayStoreEvents: boolean;
763
+ revertOnEscape: boolean;
764
+ ripple: boolean | {
765
+ delegate?: string;
766
+ color?: string;
767
+ radius?: number;
768
+ clip?: string;
769
+ };
770
+ rootElement: ShadowRoot | HTMLElement;
771
+ scrollAction: 'hide' | 'realign' | null;
772
+ showAnimation: boolean | object;
773
+ showTooltipWhenDisabled: boolean;
774
+ skipValidation: boolean;
775
+ spellCheck: boolean;
776
+ store: Store;
777
+ tab: boolean | TabConfig;
778
+ tabIndex: number;
779
+ taskBoard: TaskBoard;
780
+ textAlign: 'left' | 'center' | 'right' | 'start' | 'end';
781
+ title: string;
782
+ type: 'taskfilterfield';
783
+ ui: string | object;
784
+ validateOnInput: boolean;
785
+ weight: number;
786
+ alignSelf: string;
787
+ appendTo: HTMLElement | string;
788
+ badge: string;
789
+ callOnFunctions: boolean;
790
+ catchEventHandlerExceptions: boolean;
791
+ cls: string | object;
792
+ column: number;
793
+ dataset: object | Record<string, string>;
794
+ disabled: boolean | 'inert';
795
+ editable: boolean;
796
+ extraData: any;
797
+ flex: number | string;
798
+ height: number | string;
799
+ hidden: boolean;
800
+ id: string;
801
+ insertBefore: HTMLElement | string;
802
+ insertFirst: HTMLElement | string;
803
+ keyMap: Record<string, KeyMapConfig>;
804
+ label: string;
805
+ margin: number | string;
806
+ maxHeight: string | number;
807
+ maximizeOnMobile: number | string;
808
+ maxWidth: string | number;
809
+ minHeight: string | number;
810
+ minWidth: string | number;
811
+ placeholder: string;
812
+ readOnly: boolean;
813
+ rendition: 'outlined' | 'filled' | string;
814
+ required: boolean;
815
+ rtl: boolean;
816
+ showRequiredIndicator: string;
817
+ span: number;
818
+ tooltip: string | TooltipConfig | null;
819
+ triggers: Record<string, FieldTriggerConfig> | Record<string, Widget>;
820
+ value: any | string;
821
+ width: number | string;
822
+ x: number;
823
+ y: number;
824
+ anchorSize: number[];
825
+ content: string;
826
+ focusVisible: boolean;
827
+ formula: string;
828
+ html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
829
+ input: HTMLElement;
830
+ parent: Widget;
831
+ scrollable: Scroller;
832
+ /**
833
+ * User performed default action (typed into this field).
834
+ * @param {object} event Event object
835
+ * @param {Core.widget.Field,any} event.source This Field
836
+ * @param {string,number,boolean,any} event.value This field's value
837
+ * @param {string,number,boolean,any} event.oldValue This field's previous value
838
+ * @param {boolean} event.valid True if this field is in a valid state
839
+ * @param {Event} event.event The triggering DOM event if any
840
+ * @param {Core.data.Model} event.record Selected record. Available for fields with records selection functionality
841
+ * @param {Core.data.Model[]} event.records Selected records as an array. Available for fields with records selection functionality
842
+ * @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
843
+ * @param {boolean} event.checked
844
+ */
845
+ onAction: any;
846
+ /**
847
+ * Fires before an object is destroyed.
848
+ * @param {object} event Event object
849
+ * @param {Core.Base} event.source The Object that is being destroyed.
850
+ */
851
+ onBeforeDestroy: any;
852
+ /**
853
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
854
+ * @param {object} event Event object
855
+ * @param {Core.widget.Widget} event.source The widget being hidden.
856
+ */
857
+ onBeforeHide: any;
858
+ /**
859
+ * Triggered before a widget is shown. Return `false` to prevent the action.
860
+ * @param {object} event Event object
861
+ * @param {Core.widget.Widget,any} event.source The widget being shown
862
+ */
863
+ onBeforeShow: any;
864
+ /**
865
+ * Fires when any other event is fired from the object.
866
+ * ...
867
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#event-catchAll)
868
+ * @param {object} event Event object
869
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
870
+ * @param {string} event.event.type The type of the event which is caught by the listener
871
+ */
872
+ onCatchAll: any;
873
+ /**
874
+ * Fired when this field's value changes.
875
+ * @param {object} event Event object
876
+ * @param {Core.widget.Field,any} event.source This Field
877
+ * @param {string,number,boolean,any} event.value This field's value
878
+ * @param {string,number,boolean,any} event.oldValue This field's previous value
879
+ * @param {boolean} event.valid True if this field is in a valid state
880
+ * @param {Event} event.event The triggering DOM event if any
881
+ * @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
882
+ * @param {boolean} event.checked
883
+ */
884
+ onChange: any;
885
+ /**
886
+ * Fired when this field is [cleared](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#function-clear).
887
+ * ...
888
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#event-clear)
889
+ * @param {object} event Event object
890
+ * @param {Core.widget.Field,any} event.source This Field
891
+ */
892
+ onClear: any;
893
+ /**
894
+ * Fires when an object is destroyed.
895
+ * @param {object} event Event object
896
+ * @param {Core.Base} event.source The Object that is being destroyed.
897
+ */
898
+ onDestroy: any;
899
+ /**
900
+ * Triggered when a widget's [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element) is available.
901
+ * @param {object} event Event object
902
+ * @param {HTMLElement} event.element The Widget's element.
903
+ */
904
+ onElementCreated: any;
905
+ /**
906
+ * Fired when focus enters this Widget.
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
+ onFocusIn: any;
916
+ /**
917
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
918
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
919
+ * will not trigger this event. This is when focus exits this widget completely.
920
+ * @param {object} event Event object
921
+ * @param {Core.widget.Widget} event.source This Widget
922
+ * @param {HTMLElement} event.fromElement The element which lost focus.
923
+ * @param {HTMLElement} event.toElement The element which gained focus.
924
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
925
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
926
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
927
+ */
928
+ onFocusOut: any;
929
+ /**
930
+ * Triggered after a widget was hidden
931
+ * @param {object} event Event object
932
+ * @param {Core.widget.Widget} event.source The widget
933
+ */
934
+ onHide: any;
935
+ /**
936
+ * Fired when the user types into this field.
937
+ * @param {object} event Event object
938
+ * @param {Core.widget.Field,any} event.source This field
939
+ * @param {string,number,boolean,any} event.value This field's value
940
+ * @param {Event} event.event The triggering DOM event
941
+ */
942
+ onInput: any;
943
+ /**
944
+ * Triggered when a widget which had been in a non-visible state for any reason
945
+ * achieves visibility.
946
+ * ...
947
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TaskFilterField#event-paint)
948
+ * @param {object} event Event object
949
+ * @param {Core.widget.Widget} event.source The widget being painted.
950
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
951
+ */
952
+ onPaint: any;
953
+ /**
954
+ * Fired when a Widget's read only state is toggled
955
+ * @param {object} event Event object
956
+ * @param {boolean} event.readOnly Read only or not
957
+ */
958
+ onReadOnly: any;
959
+ /**
960
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
961
+ * 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.
962
+ */
963
+ onRecompose: any;
964
+ /**
965
+ * 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`*.
966
+ * @param {object} event Event object
967
+ * @param {Core.widget.Widget} event.source This Widget
968
+ * @param {number} event.width The new width
969
+ * @param {number} event.height The new height
970
+ * @param {number} event.oldWidth The old width
971
+ * @param {number} event.oldHeight The old height
972
+ */
973
+ onResize: any;
974
+ /**
975
+ * Triggered after a widget is shown.
976
+ * @param {object} event Event object
977
+ * @param {Core.widget.Widget} event.source The widget
978
+ */
979
+ onShow: any;
980
+ /**
981
+ * User clicked one of this field's [triggers](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#property-triggers)
982
+ * @param {object} event Event object
983
+ * @param {Core.widget.Field,any} event.source This field
984
+ * @param {Core.widget.Widget} event.trigger The trigger activated by click or touch tap.
985
+ */
986
+ onTrigger: any;
987
+ /**
988
+ * Create and append the underlying widget
989
+ */
990
+ ngOnInit(): void;
991
+ /**
992
+ * Watch for changes
993
+ * @param changes
994
+ */
995
+ ngOnChanges(changes: SimpleChanges): void;
996
+ /**
997
+ * Destroy the component
998
+ */
999
+ ngOnDestroy(): void;
1000
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumTaskFilterFieldComponent, never>;
1001
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumTaskFilterFieldComponent, "bryntum-task-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"; "filterFunction": "filterFunction"; "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"; "store": "store"; "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>;
1002
+ }