@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,1924 @@
1
+ /**
2
+ * Angular wrapper for Bryntum TaskBoard
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AlignSpec, Base, BryntumScrollOptions, DomConfig, KeyMapConfig, Mask, MaskConfig, Model, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, Widget } from '@bryntum/core-thin';
6
+ import { AssignmentModel, AssignmentModelConfig, CardSize, ColumnDrag, ColumnDragConfig, ColumnFilter, ColumnFilterConfig, ColumnHeaderMenu, ColumnHeaderMenuConfig, ColumnLock, ColumnLockConfig, ColumnModel, ColumnModelConfig, ColumnRename, ColumnRenameConfig, ColumnResize, ColumnResizeConfig, ColumnSort, ColumnSortConfig, ColumnToolbars, ColumnToolbarsConfig, TaskBoardContainerItemConfig, FilterBar, FilterBarConfig, ProjectModel, ProjectModelConfig, ResourceModel, ResourceModelConfig, SimpleTaskEdit, SimpleTaskEditConfig, SwimlaneDrag, SwimlaneDragConfig, SwimlaneModel, SwimlaneModelConfig, TaskBoard, TaskBoardListeners, TaskDrag, TaskDragConfig, TaskDragSelect, TaskDragSelectConfig, TaskEdit, TaskEditConfig, TaskItemOptions, TaskMenu, TaskMenuConfig, TaskModel, TaskModelConfig, TaskTooltip, TaskTooltipConfig } from '@bryntum/taskboard-thin';
7
+ import * as i0 from "@angular/core";
8
+ export declare type BryntumTaskBoardProps = {
9
+ /**
10
+ * The name of the event that should activate a task and trigger editing (if an editing feature is active).
11
+ * Available options are: 'taskClick', 'taskDblClick' or null (disable)
12
+ */
13
+ activateTaskEvent?: 'taskClick' | 'taskDblClick' | null;
14
+ /**
15
+ * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
16
+ * content will be placed inside this element.
17
+ * ...
18
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-adopt)
19
+ */
20
+ adopt?: HTMLElement | string;
21
+ /**
22
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
23
+ * ...
24
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-align)
25
+ */
26
+ align?: AlignSpec | string;
27
+ /**
28
+ * 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
29
+ * flexbox layout. This config allows you to set this widget's
30
+ * [align-self](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self) style.
31
+ */
32
+ alignSelf?: string;
33
+ /**
34
+ * *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).*
35
+ * `true` to show a connector arrow pointing to the align target.
36
+ */
37
+ anchor?: boolean;
38
+ /**
39
+ * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
40
+ * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element).
41
+ */
42
+ appendTo?: HTMLElement | string;
43
+ /**
44
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
45
+ * into an element which will be linked using the `aria-describedby` attribute.
46
+ * ...
47
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-ariaDescription)
48
+ */
49
+ ariaDescription?: string;
50
+ /**
51
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
52
+ * the `aria-label` attribute.
53
+ * ...
54
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-ariaLabel)
55
+ */
56
+ ariaLabel?: string;
57
+ /**
58
+ * Inline [assignments](https://bryntum.com/products/scheduler/docs#Scheduler/model/AssignmentModel), will be loaded into an internally created
59
+ * [AssignmentStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/AssignmentStore) as a part of a [project](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel).
60
+ */
61
+ assignments?: AssignmentModel[] | object[] | AssignmentModelConfig[];
62
+ /**
63
+ * Set to `true` to auto generate columns when [columns](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/mixin/TaskBoardColumns#config-columns) is undefined.
64
+ * ...
65
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-autoGenerateColumns)
66
+ */
67
+ autoGenerateColumns?: boolean;
68
+ /**
69
+ * Set to `true` to auto generate swimlanes when [swimlanes](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/mixin/TaskBoardSwimlanes#config-swimlanes) is undefined.
70
+ * ...
71
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-autoGenerateSwimlanes)
72
+ */
73
+ autoGenerateSwimlanes?: boolean;
74
+ /**
75
+ * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar),
76
+ * or array of config objects representing the child items of a Toolbar. Another way to add a bbar is to use [strips](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips).
77
+ * ...
78
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-bbar)
79
+ */
80
+ bbar?: (TaskBoardContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
81
+ /**
82
+ * Custom CSS classes to add to the panel's body element.
83
+ * ...
84
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-bodyCls)
85
+ */
86
+ bodyCls?: string | object;
87
+ /**
88
+ * Items to add to each card's body.
89
+ * ...
90
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-bodyItems)
91
+ */
92
+ bodyItems?: Record<string, TaskItemOptions>;
93
+ /**
94
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
95
+ * hierarchy when triggered.
96
+ * ...
97
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-bubbleEvents)
98
+ */
99
+ bubbleEvents?: object;
100
+ /**
101
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
102
+ * ...
103
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-callOnFunctions)
104
+ */
105
+ callOnFunctions?: boolean;
106
+ /**
107
+ * An array of [CardSize](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/mixin/ResponsiveCards#typedef-CardSize) objects to use as responsive levels based on card widths.
108
+ * ...
109
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-cardSizes)
110
+ */
111
+ cardSizes?: CardSize;
112
+ /**
113
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
114
+ * application state is undefined. Code which follows the event handler will *not* be executed.
115
+ * ...
116
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-catchEventHandlerExceptions)
117
+ */
118
+ catchEventHandlerExceptions?: boolean;
119
+ /**
120
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
121
+ * Set to `true` to centre the Widget in browser viewport space.
122
+ */
123
+ centered?: boolean;
124
+ /**
125
+ * Columns hold their tasks in stores chained off the project's task store. Filters applied to the project store
126
+ * are by default not applied to the column stores; they are only affected by their own filters. By configuring
127
+ * `chainFilters : true`, the filters from the project store will also be taken into account when filtering the
128
+ * columns.
129
+ * ...
130
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-chainFilters)
131
+ */
132
+ chainFilters?: boolean;
133
+ /**
134
+ * Custom CSS classes to add to element.
135
+ * May be specified as a space separated string, or as an object in which property names
136
+ * with truthy values are used as the class names:
137
+ * ...
138
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-cls)
139
+ */
140
+ cls?: string | object;
141
+ /**
142
+ * Controls whether the panel is collapsed (the body of the panel is hidden while only the header is
143
+ * visible). Only valid if the panel is [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible).
144
+ */
145
+ collapsed?: boolean;
146
+ /**
147
+ * Specify `true` to hide the column title instead of rotating it on collapse.
148
+ * ...
149
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-collapseTitle)
150
+ */
151
+ collapseTitle?: boolean;
152
+ /**
153
+ * This config enables collapsibility for the panel. See [collapsed](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsed).
154
+ * ...
155
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-collapsible)
156
+ */
157
+ collapsible?: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
158
+ /**
159
+ * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
160
+ * `style` block.
161
+ * ...
162
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-color)
163
+ */
164
+ color?: string;
165
+ /**
166
+ * Programmatic control over which column to start in when used in a grid layout.
167
+ */
168
+ column?: number;
169
+ /**
170
+ * Field on a task record used to determine which column the task belongs to.
171
+ * ...
172
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-columnField)
173
+ */
174
+ columnField?: string;
175
+ /**
176
+ * Store containing the TaskBoard columns. A tasks [columnField](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/mixin/TaskBoardColumns#config-columnField) is matched against the `id` of a
177
+ * column to determine in which column it is displayed.
178
+ * ...
179
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-columns)
180
+ */
181
+ columns?: ColumnModel[] | ColumnModelConfig[] | string[] | Store | string | StoreConfig;
182
+ /**
183
+ * A function which renders the text, HTML, or `DomConfig` object to show as the column title. If you provide a
184
+ * `DomConfig` object, it will replace the title element and you are responsible for styling it + laying it out.
185
+ * ...
186
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-columnTitleRenderer)
187
+ * @param {object} renderData
188
+ * @param {TaskBoard.model.ColumnModel} columnRecord The column instance
189
+ * @returns {string,DomConfig}
190
+ */
191
+ columnTitleRenderer?: (renderData: object, columnRecord: ColumnModel) => string | DomConfig;
192
+ config?: object;
193
+ /**
194
+ * *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).*
195
+ * Element, Widget or Rectangle to which this Widget is constrained.
196
+ */
197
+ constrainTo?: HTMLElement | Widget | Rectangle;
198
+ /**
199
+ * Initial CSS variables to set.
200
+ * ...
201
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-css)
202
+ */
203
+ css?: Record<string, string>;
204
+ /**
205
+ * CSS variable prefix, appended to the keys used in [css](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoardBase#config-css).
206
+ * ...
207
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-cssVarPrefix)
208
+ */
209
+ cssVarPrefix?: string;
210
+ /**
211
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
212
+ * field on the expanded record to use for populating this widget's store (if applicable)
213
+ */
214
+ dataField?: string;
215
+ /**
216
+ * Object to apply to elements dataset (each key will be used as a data-attribute on the element)
217
+ */
218
+ dataset?: Record<string, string>;
219
+ /**
220
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
221
+ * ...
222
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-detectCSSCompatibilityIssues)
223
+ */
224
+ detectCSSCompatibilityIssues?: boolean;
225
+ /**
226
+ * 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
227
+ * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
228
+ * ...
229
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-disabled)
230
+ */
231
+ disabled?: boolean | 'inert';
232
+ /**
233
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel)
234
+ * [strips collection](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
235
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
236
+ * body. Such widgets are called "edge strips".
237
+ * ...
238
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-dock)
239
+ */
240
+ dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
241
+ /**
242
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
243
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
244
+ * property which controls when a drag should start.
245
+ * ...
246
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-draggable)
247
+ */
248
+ draggable?: boolean | {
249
+ handleSelector?: string;
250
+ };
251
+ /**
252
+ * Make this Panel a docked drawer which slides out from one side of the browser viewport by default.
253
+ * ...
254
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-drawer)
255
+ * @param {'start','left','end','right','top','bottom'} side The side of the viewport to dock the drawer to. * `'start'` means the `inline-start` side. * `'end'` means the `inline-end` side.
256
+ * @param {string,number} size The size of the drawer in its collapsible axis.
257
+ * @param {boolean} inline If using the [appendTo](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-appendTo) config to place the drawer inside a host widget, this may be set to `true` to make the drawer inline within that host. Note that, if using this, the layout of the host element must have `flex-direction` set appropriately.
258
+ * @param {boolean,object} autoClose Specifies what user actions should automatically close the drawer. Defaults to closing when the user clicks outside of the drawer or when focus moves outside of the drawer.
259
+ * @param {boolean,string} autoClose.mousedown If the user clicks outside of the drawer, the drawer will automatically be hidden. If the value is a string, it is used as a CSS selector to filter clicks which should close the drawer.
260
+ * @param {boolean,string} autoClose.focusout If focus moves outside of the drawer, the drawer will automatically be hidden.
261
+ * @param {string} autoClose.mouseout Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
262
+ * @param {number} autoCloseDelay When using `mouseout`, this is the delay in milliseconds
263
+ */
264
+ drawer?: boolean | {
265
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
266
+ size?: string | number;
267
+ inline?: boolean;
268
+ autoClose: {
269
+ mousedown?: boolean | string;
270
+ focusout?: boolean | string;
271
+ mouseout?: string;
272
+ };
273
+ autoCloseDelay?: number;
274
+ };
275
+ /**
276
+ * Whether to draw cards on scroll, or only when scrolling ends.
277
+ * ...
278
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-drawOnScroll)
279
+ */
280
+ drawOnScroll?: boolean;
281
+ /**
282
+ * An object specifying attributes to assign to the root element of this widget.
283
+ * Set `null` value to attribute to remove it.
284
+ * ...
285
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-elementAttributes)
286
+ */
287
+ elementAttributes?: Record<string, string | null>;
288
+ extraData?: any;
289
+ /**
290
+ * 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
291
+ * flexbox layout. This config allows you to set this widget's
292
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
293
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
294
+ * numeric-only values are interpreted as the `flex-grow` value.
295
+ */
296
+ flex?: number | string;
297
+ /**
298
+ * Set to `true` to move the widget out of the document flow and position it
299
+ * absolutely in browser viewport space.
300
+ */
301
+ floating?: boolean;
302
+ /**
303
+ * Config object of a footer. May contain a `dock`, `html` and a `cls` property. A footer is not a widget,
304
+ * but rather plain HTML that follows the last element of the panel's body and [strips](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips).
305
+ * ...
306
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-footer)
307
+ */
308
+ footer?: {
309
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
310
+ html?: string;
311
+ cls?: string;
312
+ } | string;
313
+ /**
314
+ * Items to add to each card's footer.
315
+ * ...
316
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-footerItems)
317
+ */
318
+ footerItems?: Record<string, TaskItemOptions>;
319
+ /**
320
+ * The function is called for each task as part of the render loop, and is expected to return the height in
321
+ * pixels for the task. Using this function is only recommended when using partial virtualized rendering, see
322
+ * the [virtualize](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/mixin/TaskBoardVirtualization#config-virtualize) setting.
323
+ * ...
324
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-getTaskHeight)
325
+ * @param {TaskBoard.model.TaskModel} taskRecord The task record
326
+ * @returns {number} The height of the task in pixels
327
+ */
328
+ getTaskHeight?: (taskRecord: TaskModel) => number;
329
+ /**
330
+ * A config [object](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#typedef-PanelHeader) for the panel's header or a string in place of a `title`.
331
+ * ...
332
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-header)
333
+ */
334
+ header?: string | boolean | PanelHeader;
335
+ /**
336
+ * Items to add to each card's header.
337
+ * ...
338
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-headerItems)
339
+ */
340
+ headerItems?: Record<string, TaskItemOptions>;
341
+ /**
342
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
343
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
344
+ * cases this config is convenient.
345
+ */
346
+ height?: string | number;
347
+ /**
348
+ * Configure with true to make widget initially hidden.
349
+ */
350
+ hidden?: boolean;
351
+ /**
352
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
353
+ * ...
354
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-hideAnimation)
355
+ */
356
+ hideAnimation?: boolean | object;
357
+ /**
358
+ * By default, the header text is HTML-encoded. Set this flag to `false` disable this and allow html
359
+ * elements in the column headers. Can also be specified on a single
360
+ * [column](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ColumnModel#field-htmlEncodeHeaderText).
361
+ */
362
+ htmlEncodeHeaderText?: boolean;
363
+ /**
364
+ * An icon to show before the [title](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-title). Either pass a CSS class as a string, or pass a
365
+ * [DomConfig](https://bryntum.com/products/taskboard/docs/api/Core/helper/DomHelper#typedef-DomConfig) object describing an element to represent the icon.
366
+ */
367
+ icon?: string | DomConfig;
368
+ /**
369
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
370
+ */
371
+ id?: string;
372
+ /**
373
+ * Determines if the widgets read-only state should be controlled by its parent.
374
+ * ...
375
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-ignoreParentReadOnly)
376
+ */
377
+ ignoreParentReadOnly?: boolean;
378
+ /**
379
+ * Convenience setting to align input fields of child widgets. By default, the Field input element is
380
+ * placed immediately following the `label`. If you prefer to have all input fields aligned to the
381
+ * right, set this config to `'end'`.
382
+ * ...
383
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-inputFieldAlign)
384
+ */
385
+ inputFieldAlign?: 'start' | 'end';
386
+ /**
387
+ * 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.
388
+ */
389
+ insertBefore?: HTMLElement | string;
390
+ /**
391
+ * 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.
392
+ */
393
+ insertFirst?: HTMLElement | string;
394
+ /**
395
+ * A template method (empty by default) allowing you to control if a task can be selected or not.
396
+ * ...
397
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-isTaskSelectable)
398
+ * @param {TaskBoard.model.TaskModel} taskRecord The task record
399
+ * @returns {boolean} `true` if the task can be selected, otherwise `false`
400
+ */
401
+ isTaskSelectable?: (taskRecord: TaskModel) => boolean;
402
+ /**
403
+ * See [Keyboard shortcuts](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#keyboard-shortcuts) for details
404
+ */
405
+ keyMap?: Record<string, KeyMapConfig>;
406
+ /**
407
+ * Convenience setting to use same label placement on all child widgets.
408
+ * ...
409
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-labelPosition)
410
+ */
411
+ labelPosition?: 'before' | 'above' | 'align-before' | 'auto' | null;
412
+ /**
413
+ * The listener set for this object.
414
+ * ...
415
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-listeners)
416
+ */
417
+ listeners?: TaskBoardListeners;
418
+ /**
419
+ * A [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object, or a message to be shown when a store is performing a remote
420
+ * operation, or Crud Manager is loading data from the sever. Set to `null` to disable default load mask.
421
+ */
422
+ loadMask?: string | MaskConfig | null;
423
+ /**
424
+ * A [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object to adjust the [maskDefaults](#Core/widget/Widget#config-maskDefaults)
425
+ * when data is loading. The message and optional configuration from the
426
+ * [loadMask](https://bryntum.com/products/taskboard/docs/api/Core/mixin/LoadMaskable#config-loadMask) config take priority over these options, just as they do
427
+ * for `maskDefaults`, respectively.
428
+ * ...
429
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-loadMaskDefaults)
430
+ */
431
+ loadMaskDefaults?: MaskConfig;
432
+ /**
433
+ * A [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object to adjust the [maskDefaults](#Core/widget/Widget#config-maskDefaults)
434
+ * when an error occurs loading data.
435
+ * ...
436
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-loadMaskError)
437
+ */
438
+ loadMaskError?: MaskConfig | Mask | boolean;
439
+ /**
440
+ * A class translations of which are used for translating this entity.
441
+ * This is often used when translations of an item are defined on its container class.
442
+ * For example:
443
+ * ...
444
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-localeClass)
445
+ */
446
+ localeClass?: typeof Base;
447
+ /**
448
+ * Set to `false` to disable localization of this object.
449
+ */
450
+ localizable?: boolean;
451
+ /**
452
+ * List of properties which values should be translated automatically upon a locale applying.
453
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
454
+ * you could use 'localeKey' meta configuration.
455
+ * Example:
456
+ * ...
457
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-localizableProperties)
458
+ */
459
+ localizableProperties?: string[];
460
+ /**
461
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
462
+ * numeric-only values are interpreted as pixels.
463
+ */
464
+ margin?: number | string;
465
+ /**
466
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) created for the
467
+ * [masked](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
468
+ * values.
469
+ */
470
+ maskDefaults?: MaskConfig;
471
+ /**
472
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
473
+ * [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object.
474
+ */
475
+ masked?: boolean | string | MaskConfig;
476
+ /**
477
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
478
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
479
+ */
480
+ maxHeight?: string | number;
481
+ /**
482
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
483
+ * ...
484
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-maximizeOnMobile)
485
+ */
486
+ maximizeOnMobile?: number | string;
487
+ /**
488
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
489
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
490
+ */
491
+ maxWidth?: string | number;
492
+ /**
493
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
494
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
495
+ */
496
+ minHeight?: string | number;
497
+ /**
498
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
499
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
500
+ */
501
+ minWidth?: string | number;
502
+ /**
503
+ * Default values to apply to task records created by task boards features (such as the column header menu and
504
+ * the column toolbar)
505
+ */
506
+ newTaskDefaults?: TaskModelConfig;
507
+ /**
508
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
509
+ * [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
510
+ * the owner is <strong>always</strong> the encapsulating Container.
511
+ * ...
512
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-owner)
513
+ */
514
+ owner?: Widget | any;
515
+ /**
516
+ * Specify plugins (an array of classes) in config
517
+ */
518
+ plugins?: Function[];
519
+ /**
520
+ * 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
521
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
522
+ * widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
523
+ * ...
524
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-positioned)
525
+ */
526
+ positioned?: boolean;
527
+ /**
528
+ * A function called on each render before adding items to a tasks card, allowing runtime manipulation of them.
529
+ * ...
530
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-processItems)
531
+ * @param {object} context
532
+ * @param {Record<string, TaskItemOptions>} context.headerItems Item config objects for the task header, keyed by ref
533
+ * @param {Record<string, TaskItemOptions>} context.bodyItems Item config objects for the task body, keyed by ref
534
+ * @param {Record<string, TaskItemOptions>} context.footerItems Item config objects for the task footer, keyed by ref
535
+ * @param {TaskBoard.model.TaskModel} context.taskRecord Record representing task to be rendered
536
+ * @returns {boolean,void} Returning `false` from this function prevents the menu being shown
537
+ */
538
+ processItems?: (context: {
539
+ headerItems: Record<string, TaskItemOptions>;
540
+ bodyItems: Record<string, TaskItemOptions>;
541
+ footerItems: Record<string, TaskItemOptions>;
542
+ taskRecord: TaskModel;
543
+ }) => boolean | void;
544
+ /**
545
+ * A [project config object](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#configs) or an instance that holds all stores and
546
+ * data used by the TaskBoard.
547
+ * ...
548
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-project)
549
+ */
550
+ project?: ProjectModel | ProjectModelConfig | object;
551
+ /**
552
+ * Whether this widget is read-only. This is only valid if the widget is an input
553
+ * field, <strong>or contains input fields at any depth</strong>.
554
+ * ...
555
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-readOnly)
556
+ */
557
+ readOnly?: boolean;
558
+ /**
559
+ * [Record](https://bryntum.com/products/taskboard/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
560
+ * ...
561
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-record)
562
+ */
563
+ record?: Model;
564
+ relayStoreEvents?: boolean;
565
+ /**
566
+ * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
567
+ * `type`.
568
+ * ...
569
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-rendition)
570
+ */
571
+ rendition?: string | Record<string, string> | null;
572
+ /**
573
+ * Path to load resource images from. Used by the for example the resource picker in the task editor and by the
574
+ * ResourceAvatars task item. Set this to display miniature images for each resource using their `image` field.
575
+ * ...
576
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-resourceImagePath)
577
+ */
578
+ resourceImagePath?: string;
579
+ /**
580
+ * Inline [resources](https://bryntum.com/products/scheduler/docs#Scheduler/model/ResourceModel), will be loaded into an internally created
581
+ * [ResourceStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/ResourceStore) as a part of a [project](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel).
582
+ */
583
+ resources?: ResourceModel[] | object[] | ResourceModelConfig[];
584
+ /**
585
+ * Specifies the various responsive state objects keyed by their name. Each key (except `'*'`, see below) in
586
+ * this object is a state name (see [responsiveState](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Responsive#config-responsiveState)) and its corresponding value is the
587
+ * associated [ResponsiveState](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Responsive#typedef-ResponsiveState) object.
588
+ * ...
589
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-responsive)
590
+ */
591
+ responsive?: object;
592
+ /**
593
+ * Set to `true` to mark this instance as the default [responsiveTarget](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Responsive#config-responsiveTarget) for descendants that do
594
+ * not specify an explicit [responsiveTarget](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Responsive#config-responsiveTarget) of their own.
595
+ */
596
+ responsiveRoot?: boolean;
597
+ /**
598
+ * The name of the active state of the [responsive](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Responsive#config-responsive) config. This is assigned internally
599
+ * and should not be assigned directly.
600
+ */
601
+ responsiveState?: string;
602
+ /**
603
+ * The widget whose size and other properties drive this object's responsive behavior. If this config is not
604
+ * specified, the closest ancestor that specified [responsiveRoot=true](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Responsive#config-responsiveRoot) will be
605
+ * used. If there is no such ancestor, then the instance using this mixin is used.
606
+ * ...
607
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-responsiveTarget)
608
+ */
609
+ responsiveTarget?: string | Widget;
610
+ /**
611
+ * 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`
612
+ */
613
+ rootElement?: ShadowRoot | HTMLElement;
614
+ /**
615
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
616
+ * ...
617
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-rtl)
618
+ */
619
+ rtl?: boolean;
620
+ /**
621
+ * Specifies whether (and optionally in which axes) a Widget may scroll. `true` means this widget may scroll
622
+ * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
623
+ * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
624
+ * CSS overflow properties thus:
625
+ * ...
626
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-scrollable)
627
+ */
628
+ scrollable?: boolean | ScrollerConfig | Scroller;
629
+ /**
630
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
631
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
632
+ */
633
+ scrollAction?: 'hide' | 'realign' | null;
634
+ /**
635
+ * Configuration values for the [ScrollManager](https://bryntum.com/products/taskboard/docs/api/Core/util/ScrollManager) class. It is used to manage column/body
636
+ * scrolling during task, column or swimlane drag.
637
+ * ...
638
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-scrollManager)
639
+ */
640
+ scrollManager?: ScrollManagerConfig;
641
+ /**
642
+ * Default scroll options, see the options for [scrollIntoView](https://bryntum.com/products/taskboard/docs/api/Core/helper/util/Scroller#function-scrollIntoView)
643
+ * ...
644
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-scrollOptions)
645
+ */
646
+ scrollOptions?: BryntumScrollOptions;
647
+ /**
648
+ * Selected tasks.
649
+ */
650
+ selectedTasks?: TaskModel[];
651
+ /**
652
+ * Configure with `true` to change the default behaviour of keyboard navigation from moving focus to selecting
653
+ * tasks:
654
+ * ...
655
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-selectOnNavigation)
656
+ */
657
+ selectOnNavigation?: boolean | string;
658
+ /**
659
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
660
+ * ...
661
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-showAnimation)
662
+ */
663
+ showAnimation?: boolean | object;
664
+ /**
665
+ * Show an icon to expand/collapse columns and swimlanes in their headers.
666
+ * ...
667
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-showCollapseInHeader)
668
+ */
669
+ showCollapseInHeader?: boolean;
670
+ /**
671
+ * By default, a tooltip showing `Expand XX`/`Collapse XX` is shown when hovering the expand/collapse icon for
672
+ * a column or swimlane. To disable the tooltip, set this to `false`.
673
+ */
674
+ showCollapseTooltip?: boolean;
675
+ /**
676
+ * Show task count for a column in its header, appended after the title
677
+ * ...
678
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-showCountInHeader)
679
+ */
680
+ showCountInHeader?: boolean;
681
+ /**
682
+ * Programmatic control over how many columns to span when used in a grid layout.
683
+ */
684
+ span?: number;
685
+ /**
686
+ * This value can be one of the following:
687
+ * ...
688
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-stateful)
689
+ */
690
+ stateful?: boolean | object | string[];
691
+ /**
692
+ * The events that, when fired by this component, should trigger it to save its state by calling
693
+ * [saveState](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#function-saveState).
694
+ * ...
695
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-statefulEvents)
696
+ */
697
+ statefulEvents?: object | string[];
698
+ /**
699
+ * The key to use when saving this object's state in the [stateProvider](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#config-stateProvider). If this config is
700
+ * not assigned, and [stateful](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#config-stateful) is not set to `false`, the [id](#Core/widget/Widget#config-id)
701
+ * (if explicitly specified) will be used as the `stateId`.
702
+ * ...
703
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-stateId)
704
+ */
705
+ stateId?: string;
706
+ /**
707
+ * The `StateProvider` to use to save and restore this object's [state](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#property-state). By default, `state`
708
+ * will be saved using the [default state provider](https://bryntum.com/products/taskboard/docs/api/Core/state/StateProvider#property-instance-static).
709
+ * ...
710
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-stateProvider)
711
+ */
712
+ stateProvider?: StateProvider;
713
+ /**
714
+ * Makes column and swimlane headers sticky
715
+ * ...
716
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-stickyHeaders)
717
+ */
718
+ stickyHeaders?: boolean;
719
+ /**
720
+ * Setting this will cause cards to expand to share the available width if there are fewer than
721
+ * [tasksPerRow](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoardBase#config-tasksPerRow).
722
+ * ...
723
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-stretchCards)
724
+ */
725
+ stretchCards?: boolean;
726
+ /**
727
+ * Specify `true` to match fields by their `name` property only when assigning a [record](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-record),
728
+ * without falling back to `ref`.
729
+ */
730
+ strictRecordMapping?: boolean;
731
+ /**
732
+ * An object containing widgets keyed by name. By default (when no `type` is given), strips are
733
+ * [toolbars](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar). If you want to pass an array, you can use
734
+ * the toolbar's [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-items).
735
+ * ...
736
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-strips)
737
+ */
738
+ strips?: Record<string, TaskBoardContainerItemConfig>;
739
+ /**
740
+ * Field on a task record used to determine which swimlane the task belongs to.
741
+ * ...
742
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-swimlaneField)
743
+ */
744
+ swimlaneField?: string;
745
+ /**
746
+ * An empty function by default, but provided so that you can override it. This function is called each time
747
+ * a swimlane is rendered into the task board. It allows you to manipulate the DOM config object used for the
748
+ * swimlane before it is synced to DOM, thus giving you control over styling and contents.
749
+ * ...
750
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-swimlaneRenderer)
751
+ * @param {object} detail An object containing the information needed to render a swimlane.
752
+ * @param {TaskBoard.model.SwimlaneModel} detail.swimlaneRecord The swimlane.
753
+ * @param {DomConfig} detail.swimlaneConfig DOM config object for the swimlane
754
+ * @returns {void}
755
+ */
756
+ swimlaneRenderer?: (detail: {
757
+ swimlaneRecord: SwimlaneModel;
758
+ swimlaneConfig: DomConfig;
759
+ }) => void;
760
+ /**
761
+ * Store containing the TaskBoard swimlanes. A tasks [swimlaneField](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/mixin/TaskBoardSwimlanes#config-swimlaneField) is matched against the `id`
762
+ * of a swimlane to determine in which swimlane it is displayed.
763
+ * ...
764
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-swimlanes)
765
+ */
766
+ swimlanes?: SwimlaneModel[] | SwimlaneModelConfig[] | Store | string | StoreConfig;
767
+ /**
768
+ * TaskBoard does not use a sync mask by default. If you want one, see
769
+ * [syncMask](https://bryntum.com/products/taskboard/docs/api/Core/mixin/LoadMaskable#config-syncMask) for configuration options.
770
+ */
771
+ syncMask?: string | object | null;
772
+ /**
773
+ * 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
774
+ * [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
775
+ * this widget:
776
+ * ...
777
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-tab)
778
+ */
779
+ tab?: boolean | TabConfig;
780
+ /**
781
+ * When this container is used as a tab in a TabPanel, these items are added to the
782
+ * [TabBar](https://bryntum.com/products/taskboard/docs/api/Core/widget/TabBar) when this container is the active tab.
783
+ * ...
784
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-tabBarItems)
785
+ */
786
+ tabBarItems?: ToolbarItems[] | Widget[];
787
+ /**
788
+ * An empty function by default, but provided so that you can override it. This function is called each time
789
+ * a task is rendered into the task board. It allows you to manipulate the DOM config object used for the card
790
+ * before it is synced to DOM, thus giving you control over styling and contents.
791
+ * ...
792
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-taskRenderer)
793
+ * @param {object} detail An object containing the information needed to render a task.
794
+ * @param {TaskBoard.model.TaskModel} detail.taskRecord The task record.
795
+ * @param {TaskBoard.model.ColumnModel} detail.columnRecord The column the task will be displayed in.
796
+ * @param {TaskBoard.model.SwimlaneModel} detail.swimlaneRecord The swimlane the task will be displayed in.
797
+ * @param {DomConfig} detail.cardConfig DOM config object for the cards element
798
+ * @returns {void}
799
+ */
800
+ taskRenderer?: (detail: {
801
+ taskRecord: TaskModel;
802
+ columnRecord: ColumnModel;
803
+ swimlaneRecord: SwimlaneModel;
804
+ cardConfig: DomConfig;
805
+ }) => void;
806
+ /**
807
+ * Inline [tasks](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/TaskModel), will be loaded into an internally created
808
+ * [TaskStore](https://bryntum.com/products/taskboard/docs/api/TaskBoard/store/TaskStore) as a part of a [project](#TaskBoard/model/ProjectModel).
809
+ */
810
+ tasks?: TaskModel[] | object[] | TaskModelConfig[];
811
+ /**
812
+ * Allows sorting tasks in the UI independent of how they are sorted in the task store.
813
+ * ...
814
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-taskSorterFn)
815
+ * @param {TaskBoard.model.TaskModel} first The first task to compare
816
+ * @param {TaskBoard.model.TaskModel} second The second task to compare
817
+ * @returns {number} Return `1` if first task is greater than second task, `-1` if the opposite is true or `0` if they are equal
818
+ */
819
+ taskSorterFn?: boolean | ((first: TaskModel, second: TaskModel) => number);
820
+ /**
821
+ * Controls how many cards are rendered to a row in each column. Can be controlled on a per column basis by
822
+ * setting [tasksPerRow](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ColumnModel#field-tasksPerRow)
823
+ * ...
824
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-tasksPerRow)
825
+ */
826
+ tasksPerRow?: number;
827
+ /**
828
+ * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar),
829
+ * or array of config objects representing the child items of a Toolbar.
830
+ * This creates a toolbar docked to the top of the panel immediately below the header.
831
+ * ...
832
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-tbar)
833
+ */
834
+ tbar?: (TaskBoardContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
835
+ /**
836
+ * A title to display in the header or owning TabPanel. Causes creation and docking of a header
837
+ * to the top if no header is configured.
838
+ * ...
839
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-title)
840
+ */
841
+ title?: string;
842
+ /**
843
+ * The [tools](https://bryntum.com/products/taskboard/docs/api/Core/widget/Tool) to add either before or after the `title` in the Panel header. Each
844
+ * property name is the reference by which an instantiated tool may be retrieved from the live
845
+ * `[tools](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Toolable#property-tools)` property.
846
+ * ...
847
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-tools)
848
+ */
849
+ tools?: Record<string, ToolConfig> | null;
850
+ type?: 'taskboard';
851
+ /**
852
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
853
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
854
+ * values are used as the class names.
855
+ * ...
856
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-ui)
857
+ */
858
+ ui?: 'plain' | 'toolbar' | string | object;
859
+ /**
860
+ * Experimental, animate actions that cannot be animated using CSS transitions. Currently includes:
861
+ * ...
862
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-useDomTransition)
863
+ */
864
+ useDomTransition?: boolean;
865
+ /**
866
+ * By turning on this setting you enable partial virtualized rendering for the board, which reduces initial
867
+ * rendering time and makes interaction less sluggish when using thousands of tasks. The tradeoff is that
868
+ * scrolling in most cases will be slower.
869
+ * ...
870
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-virtualize)
871
+ */
872
+ virtualize?: boolean;
873
+ /**
874
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container).
875
+ * Higher weights go further down.
876
+ */
877
+ weight?: number;
878
+ /**
879
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
880
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
881
+ * this config is convenient.
882
+ */
883
+ width?: string | number;
884
+ /**
885
+ * The x position for the widget.
886
+ * ...
887
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-x)
888
+ */
889
+ x?: number;
890
+ /**
891
+ * The y position for the widget.
892
+ * ...
893
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#config-y)
894
+ */
895
+ y?: number;
896
+ /**
897
+ * This feature allows users to drag columns on the TaskBoard to change the column order. Drag is initiated upon
898
+ * mouse down in the column header. Try it out below!
899
+ * ...
900
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnDrag)
901
+ */
902
+ columnDragFeature?: object | boolean | string | ColumnDrag | ColumnDragConfig;
903
+ /**
904
+ * Adds the ability to filter each column of the TaskBoard.
905
+ * ...
906
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnFilter)
907
+ */
908
+ columnFilterFeature?: object | boolean | string | ColumnFilter | ColumnFilterConfig;
909
+ /**
910
+ * Adds a menu button (`···`) to column headers, clicking it displays a menu. Items are populated by other features
911
+ * and/or application code.
912
+ * ...
913
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnHeaderMenu)
914
+ */
915
+ columnHeaderMenuFeature?: object | boolean | string | ColumnHeaderMenu | ColumnHeaderMenuConfig;
916
+ /**
917
+ * Allows user to lock columns to the left or right using the new [locked](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ColumnModel#field-locked) field
918
+ * on columns.
919
+ * ...
920
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnLock)
921
+ */
922
+ columnLockFeature?: object | boolean | string | ColumnLock | ColumnLockConfig;
923
+ /**
924
+ * Allows user to rename columns by either double-clicking column text, or via the column header menu.
925
+ * ...
926
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnRename)
927
+ */
928
+ columnRenameFeature?: object | boolean | string | ColumnRename | ColumnRenameConfig;
929
+ /**
930
+ * This feature allows users to change the width of individual TaskBoard columns. Resize is initiated upon mouse down on
931
+ * the separator element between column headers. Try it out below!
932
+ * ...
933
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnResize)
934
+ */
935
+ columnResizeFeature?: object | boolean | string | ColumnResize | ColumnResizeConfig;
936
+ /**
937
+ * Adds the ability to sort each column of the TaskBoard.
938
+ * ...
939
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnSort)
940
+ */
941
+ columnSortFeature?: object | boolean | string | ColumnSort | ColumnSortConfig;
942
+ /**
943
+ * Adds toolbars to the top and/or bottom of each column. By default it adds a bottom toolbar containing a single button
944
+ * for adding events to that column/swimlane:
945
+ * ...
946
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnToolbars)
947
+ */
948
+ columnToolbarsFeature?: object | boolean | string | ColumnToolbars | ColumnToolbarsConfig;
949
+ /**
950
+ * Adds the ability to quick search in configured fields of tasks.
951
+ * Renders a filter bar below each column's header.
952
+ * ...
953
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/FilterBar)
954
+ */
955
+ filterBarFeature?: object | boolean | string | FilterBar | FilterBarConfig;
956
+ /**
957
+ * This feature allows inline editing of tasks. Double-clicking an item starts editing it:
958
+ * ...
959
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/SimpleTaskEdit)
960
+ */
961
+ simpleTaskEditFeature?: object | boolean | string | SimpleTaskEdit | SimpleTaskEditConfig;
962
+ /**
963
+ * This feature allows users to drag drop swimlanes on the TaskBoard changing their order (by grabbing their header).
964
+ * ...
965
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/SwimlaneDrag)
966
+ */
967
+ swimlaneDragFeature?: object | boolean | string | SwimlaneDrag | SwimlaneDragConfig;
968
+ /**
969
+ * This feature allows cards on the TaskBoard to be dragged across swimlanes and columns but also vertically in the
970
+ * same column to change the order:
971
+ * ...
972
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/TaskDrag)
973
+ */
974
+ taskDragFeature?: object | boolean | string | TaskDrag | TaskDragConfig;
975
+ /**
976
+ * Enables users to click and drag to select cards on the TaskBoard (marquee selection).
977
+ * ...
978
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/TaskDragSelect)
979
+ */
980
+ taskDragSelectFeature?: object | boolean | string | TaskDragSelect | TaskDragSelectConfig;
981
+ /**
982
+ * This features allows the user to edit tasks in a popup editor that can either be shown centered on screen (the
983
+ * default, double click a task to show the editor):
984
+ * ...
985
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/TaskEdit)
986
+ */
987
+ taskEditFeature?: object | boolean | string | TaskEdit | TaskEditConfig;
988
+ /**
989
+ * Displays a context menu for tasks. Items are populated by other features and/or application code.
990
+ * ...
991
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/TaskMenu)
992
+ */
993
+ taskMenuFeature?: object | boolean | string | TaskMenu | TaskMenuConfig;
994
+ /**
995
+ * Displays a tooltip when hovering a task. By default the tooltip displays:
996
+ * ...
997
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/TaskTooltip)
998
+ */
999
+ taskTooltipFeature?: object | boolean | string | TaskTooltip | TaskTooltipConfig;
1000
+ };
1001
+ export declare class BryntumTaskBoardComponent implements OnInit, OnDestroy {
1002
+ static instanceClass: typeof TaskBoard;
1003
+ static instanceName: string;
1004
+ private static bryntumEvents;
1005
+ private static bryntumFeatureNames;
1006
+ private static bryntumConfigs;
1007
+ private static bryntumConfigsOnly;
1008
+ private static bryntumProps;
1009
+ private elementRef;
1010
+ instance: TaskBoard;
1011
+ private bryntumConfig;
1012
+ constructor(element: ElementRef);
1013
+ activateTaskEvent: 'taskClick' | 'taskDblClick' | null;
1014
+ adopt: HTMLElement | string;
1015
+ align: AlignSpec | string;
1016
+ anchor: boolean;
1017
+ ariaDescription: string;
1018
+ ariaLabel: string;
1019
+ autoGenerateColumns: boolean;
1020
+ autoGenerateSwimlanes: boolean;
1021
+ bbar: (TaskBoardContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
1022
+ bodyCls: string | object;
1023
+ bubbleEvents: object;
1024
+ cardSizes: CardSize;
1025
+ centered: boolean;
1026
+ chainFilters: boolean;
1027
+ collapseTitle: boolean;
1028
+ collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
1029
+ color: string;
1030
+ columnTitleRenderer: (renderData: object, columnRecord: ColumnModel) => string | DomConfig;
1031
+ config: object;
1032
+ constrainTo: HTMLElement | Widget | Rectangle;
1033
+ cssVarPrefix: string;
1034
+ dataField: string;
1035
+ detectCSSCompatibilityIssues: boolean;
1036
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
1037
+ draggable: boolean | {
1038
+ handleSelector?: string;
1039
+ };
1040
+ drawer: boolean | {
1041
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
1042
+ size?: string | number;
1043
+ inline?: boolean;
1044
+ autoClose: {
1045
+ mousedown?: boolean | string;
1046
+ focusout?: boolean | string;
1047
+ mouseout?: string;
1048
+ };
1049
+ autoCloseDelay?: number;
1050
+ };
1051
+ elementAttributes: Record<string, string | null>;
1052
+ floating: boolean;
1053
+ footer: {
1054
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
1055
+ html?: string;
1056
+ cls?: string;
1057
+ } | string;
1058
+ header: string | boolean | PanelHeader;
1059
+ hideAnimation: boolean | object;
1060
+ htmlEncodeHeaderText: boolean;
1061
+ icon: string | DomConfig;
1062
+ ignoreParentReadOnly: boolean;
1063
+ listeners: TaskBoardListeners;
1064
+ loadMask: string | MaskConfig | null;
1065
+ loadMaskDefaults: MaskConfig;
1066
+ loadMaskError: MaskConfig | Mask | boolean;
1067
+ localeClass: typeof Base;
1068
+ localizable: boolean;
1069
+ localizableProperties: string[];
1070
+ maskDefaults: MaskConfig;
1071
+ masked: boolean | string | MaskConfig;
1072
+ newTaskDefaults: TaskModelConfig;
1073
+ owner: Widget | any;
1074
+ plugins: Function[];
1075
+ positioned: boolean;
1076
+ processItems: (context: {
1077
+ headerItems: Record<string, TaskItemOptions>;
1078
+ bodyItems: Record<string, TaskItemOptions>;
1079
+ footerItems: Record<string, TaskItemOptions>;
1080
+ taskRecord: TaskModel;
1081
+ }) => boolean | void;
1082
+ record: Model;
1083
+ relayStoreEvents: boolean;
1084
+ resourceImagePath: string;
1085
+ responsive: object;
1086
+ responsiveRoot: boolean;
1087
+ responsiveState: string;
1088
+ responsiveTarget: string | Widget;
1089
+ rootElement: ShadowRoot | HTMLElement;
1090
+ scrollable: boolean | ScrollerConfig | Scroller;
1091
+ scrollAction: 'hide' | 'realign' | null;
1092
+ scrollManager: ScrollManagerConfig;
1093
+ scrollOptions: BryntumScrollOptions;
1094
+ selectOnNavigation: boolean | string;
1095
+ showAnimation: boolean | object;
1096
+ showCollapseInHeader: boolean;
1097
+ showCountInHeader: boolean;
1098
+ stateful: boolean | object | string[];
1099
+ statefulEvents: object | string[];
1100
+ stateId: string;
1101
+ stateProvider: StateProvider;
1102
+ stickyHeaders: boolean;
1103
+ strips: Record<string, TaskBoardContainerItemConfig>;
1104
+ swimlaneRenderer: (detail: {
1105
+ swimlaneRecord: SwimlaneModel;
1106
+ swimlaneConfig: DomConfig;
1107
+ }) => void;
1108
+ syncMask: string | object | null;
1109
+ tab: boolean | TabConfig;
1110
+ tabBarItems: ToolbarItems[] | Widget[];
1111
+ taskRenderer: (detail: {
1112
+ taskRecord: TaskModel;
1113
+ columnRecord: ColumnModel;
1114
+ swimlaneRecord: SwimlaneModel;
1115
+ cardConfig: DomConfig;
1116
+ }) => void;
1117
+ taskSorterFn: boolean | ((first: TaskModel, second: TaskModel) => number);
1118
+ tasksPerRow: number;
1119
+ tbar: (TaskBoardContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
1120
+ type: 'taskboard';
1121
+ ui: 'plain' | 'toolbar' | string | object;
1122
+ useDomTransition: boolean;
1123
+ weight: number;
1124
+ alignSelf: string;
1125
+ appendTo: HTMLElement | string;
1126
+ assignments: AssignmentModel[] | object[] | AssignmentModelConfig[];
1127
+ bodyItems: Record<string, TaskItemOptions>;
1128
+ callOnFunctions: boolean;
1129
+ catchEventHandlerExceptions: boolean;
1130
+ cls: string | object;
1131
+ collapsed: boolean;
1132
+ column: number;
1133
+ columnField: string;
1134
+ columns: Store | ColumnModel[] | ColumnModelConfig[] | string[] | string | StoreConfig;
1135
+ css: typeof Proxy | Record<string, string>;
1136
+ dataset: object | Record<string, string>;
1137
+ disabled: boolean | 'inert';
1138
+ drawOnScroll: boolean;
1139
+ extraData: any;
1140
+ flex: number | string;
1141
+ footerItems: Record<string, TaskItemOptions>;
1142
+ getTaskHeight: (taskRecord: TaskModel) => number;
1143
+ headerItems: Record<string, TaskItemOptions>;
1144
+ height: number | string;
1145
+ hidden: boolean;
1146
+ id: string;
1147
+ inputFieldAlign: 'start' | 'end';
1148
+ insertBefore: HTMLElement | string;
1149
+ insertFirst: HTMLElement | string;
1150
+ isTaskSelectable: (taskRecord: TaskModel) => boolean;
1151
+ keyMap: Record<string, KeyMapConfig>;
1152
+ labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
1153
+ margin: number | string;
1154
+ maxHeight: string | number;
1155
+ maximizeOnMobile: number | string;
1156
+ maxWidth: string | number;
1157
+ minHeight: string | number;
1158
+ minWidth: string | number;
1159
+ project: ProjectModel | ProjectModelConfig | object;
1160
+ readOnly: boolean;
1161
+ rendition: string | Record<string, string> | null;
1162
+ resources: ResourceModel[] | object[] | ResourceModelConfig[];
1163
+ rtl: boolean;
1164
+ selectedTasks: TaskModel[];
1165
+ showCollapseTooltip: boolean;
1166
+ span: number;
1167
+ stretchCards: boolean;
1168
+ strictRecordMapping: boolean;
1169
+ swimlaneField: string;
1170
+ swimlanes: Store | SwimlaneModel[] | SwimlaneModelConfig[] | string | StoreConfig;
1171
+ tasks: TaskModel[] | object[] | TaskModelConfig[];
1172
+ title: string;
1173
+ tools: Record<string, Tool | ToolConfig> | null | Record<string, Tool> | Record<string, ToolConfig>;
1174
+ virtualize: boolean;
1175
+ width: number | string;
1176
+ x: number;
1177
+ y: number;
1178
+ anchorSize: number[];
1179
+ focusVisible: boolean;
1180
+ hasChanges: boolean;
1181
+ parent: Widget;
1182
+ state: any;
1183
+ columnDragFeature: object | boolean | string | ColumnDrag | ColumnDragConfig;
1184
+ columnFilterFeature: object | boolean | string | ColumnFilter | ColumnFilterConfig;
1185
+ columnHeaderMenuFeature: object | boolean | string | ColumnHeaderMenu | ColumnHeaderMenuConfig;
1186
+ columnLockFeature: object | boolean | string | ColumnLock | ColumnLockConfig;
1187
+ columnRenameFeature: object | boolean | string | ColumnRename | ColumnRenameConfig;
1188
+ columnResizeFeature: object | boolean | string | ColumnResize | ColumnResizeConfig;
1189
+ columnSortFeature: object | boolean | string | ColumnSort | ColumnSortConfig;
1190
+ columnToolbarsFeature: object | boolean | string | ColumnToolbars | ColumnToolbarsConfig;
1191
+ filterBarFeature: object | boolean | string | FilterBar | FilterBarConfig;
1192
+ simpleTaskEditFeature: object | boolean | string | SimpleTaskEdit | SimpleTaskEditConfig;
1193
+ swimlaneDragFeature: object | boolean | string | SwimlaneDrag | SwimlaneDragConfig;
1194
+ taskDragFeature: object | boolean | string | TaskDrag | TaskDragConfig;
1195
+ taskDragSelectFeature: object | boolean | string | TaskDragSelect | TaskDragSelectConfig;
1196
+ taskEditFeature: object | boolean | string | TaskEdit | TaskEditConfig;
1197
+ taskMenuFeature: object | boolean | string | TaskMenu | TaskMenuConfig;
1198
+ taskTooltipFeature: object | boolean | string | TaskTooltip | TaskTooltipConfig;
1199
+ /**
1200
+ * Triggered when a task is "activated" by pressing `Enter` or double clicking it.
1201
+ * ...
1202
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-activateTask)
1203
+ * @param {object} event Event object
1204
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1205
+ * @param {TaskBoard.model.TaskModel} event.taskRecord Task record
1206
+ * @param {MouseEvent} event.event Browser event
1207
+ */
1208
+ onActivateTask: any;
1209
+ /**
1210
+ * Fires on the owning TaskBoard before column dragging starts. Return `false` to prevent the action
1211
+ * @param {object} event Event object
1212
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1213
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column to be dragged
1214
+ */
1215
+ onBeforeColumnDrag: any;
1216
+ /**
1217
+ * Fires on the owning TaskBoard when dropping a column, before the operation completes. Handles async
1218
+ * listeners, returning `false` from one will abort the operation
1219
+ * ...
1220
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-beforeColumnDrop)
1221
+ * @param {object} event Event object
1222
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1223
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Dropped column
1224
+ * @param {TaskBoard.model.ColumnModel} event.beforeColumn Dropped before this column
1225
+ */
1226
+ onBeforeColumnDrop: any;
1227
+ /**
1228
+ * This event is fired prior to starting a column resize gesture. The resize is canceled if a listener returns
1229
+ * `false`.
1230
+ * @param {object} event Event object
1231
+ * @param {TaskBoard.view.TaskBoard} event.source The TaskBoard instance
1232
+ * @param {TaskBoard.model.ColumnModel} event.column The column
1233
+ * @param {Event} event.domEvent The browser event
1234
+ */
1235
+ onBeforeColumnResize: any;
1236
+ /**
1237
+ * Fires before an object is destroyed.
1238
+ * @param {object} event Event object
1239
+ * @param {Core.Base} event.source The Object that is being destroyed.
1240
+ */
1241
+ onBeforeDestroy: any;
1242
+ /**
1243
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
1244
+ * @param {object} event Event object
1245
+ * @param {Core.widget.Widget} event.source The widget being hidden.
1246
+ */
1247
+ onBeforeHide: any;
1248
+ /**
1249
+ * Triggered before a new [responsiveState](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Responsive#config-responsiveState) is applied.
1250
+ * @param {object} event Event object
1251
+ * @param {Core.widget.Widget} event.source The widget whose `responsiveState` is to be changed
1252
+ * @param {string} event.state The new value for the widget's `responsiveState`
1253
+ * @param {string} event.oldState The previous value for the widget's `responsiveState`
1254
+ */
1255
+ onBeforeResponsiveStateChange: any;
1256
+ /**
1257
+ * Triggered before a widget is shown. Return `false` to prevent the action.
1258
+ * @param {object} event Event object
1259
+ * @param {Core.widget.Widget,any} event.source The widget being shown
1260
+ */
1261
+ onBeforeShow: any;
1262
+ /**
1263
+ * Fires on the owning TaskBoard before displaying an inline editor. Returning `false` stops the editor from
1264
+ * being shown.
1265
+ * ...
1266
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-beforeSimpleTaskEdit)
1267
+ * @param {object} event Event object
1268
+ * @param {TaskBoard.view.TaskBoard} event.source The task board
1269
+ * @param {TaskBoard.feature.SimpleTaskEdit} event.simpleTaskEdit The simpleTaskEdit feature
1270
+ * @param {TaskBoard.model.TaskModel} event.taskRecord The record about to be shown in the editor
1271
+ * @param {string} event.field Field name being edited
1272
+ */
1273
+ onBeforeSimpleTaskEdit: any;
1274
+ /**
1275
+ * Fired before state is applied to the source. Allows editing the state object or preventing the operation.
1276
+ * @param {object} event Event object
1277
+ * @param {any} event.state State object config
1278
+ */
1279
+ onBeforeStateApply: any;
1280
+ /**
1281
+ * Fired before state is saved by the StateProvider. Allows editing the state object or preventing the operation.
1282
+ * @param {object} event Event object
1283
+ * @param {any} event.state State object config
1284
+ */
1285
+ onBeforeStateSave: any;
1286
+ /**
1287
+ * Fires on the owning TaskBoard before task dragging starts. Return `false` to prevent the action
1288
+ * @param {object} event Event object
1289
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1290
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Tasks to be dragged
1291
+ * @param {Event} event.domEvent The mouse event
1292
+ */
1293
+ onBeforeTaskDrag: any;
1294
+ /**
1295
+ * Fires on the owning TaskBoard when tasks are dropped, before the operation completes. Handles async
1296
+ * listeners, returning `false` from one will abort the operation
1297
+ * ...
1298
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-beforeTaskDrop)
1299
+ * @param {object} event Event object
1300
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1301
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Dropped tasks
1302
+ * @param {TaskBoard.model.ColumnModel} event.targetColumn Dropped on this column
1303
+ * @param {TaskBoard.model.SwimlaneModel} event.targetSwimlane Dropped in this swimlane (if used)
1304
+ * @param {Event} event.domEvent The mouse event
1305
+ */
1306
+ onBeforeTaskDrop: any;
1307
+ /**
1308
+ * Fires on the owning TaskBoard before a task is displayed in an editor.
1309
+ * ...
1310
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-beforeTaskEdit)
1311
+ * @param {object} event Event object
1312
+ * @param {TaskBoard.view.TaskBoard} event.source The owning TaskBoard
1313
+ * @param {TaskBoard.model.TaskModel} event.taskRecord The record about to be shown in the task editor
1314
+ */
1315
+ onBeforeTaskEdit: any;
1316
+ /**
1317
+ * Fires on the owning TaskBoard when the editor for a task is available, but before it is populated with data
1318
+ * and shown. Allows manipulating fields etc.
1319
+ * ...
1320
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-beforeTaskEditShow)
1321
+ * @param {object} event Event object
1322
+ * @param {TaskBoard.view.TaskBoard} event.source The owning TaskBoard
1323
+ * @param {TaskBoard.model.TaskModel} event.taskRecord The record about to be shown in the task editor
1324
+ * @param {TaskBoard.widget.TaskEditor} event.editor The editor
1325
+ */
1326
+ onBeforeTaskEditShow: any;
1327
+ /**
1328
+ * Triggered when one or more tasks are to be removed by a call to `removeTask()`.
1329
+ * ...
1330
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-beforeTaskRemove)
1331
+ * @param {object} event Event object
1332
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1333
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Task records to be removed
1334
+ */
1335
+ onBeforeTaskRemove: any;
1336
+ /**
1337
+ * Fires when any other event is fired from the object.
1338
+ * ...
1339
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-catchAll)
1340
+ * @param {object} event Event object
1341
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
1342
+ * @param {string} event.event.type The type of the event which is caught by the listener
1343
+ */
1344
+ onCatchAll: any;
1345
+ /**
1346
+ * This event fires on the owning TaskBoard when an item is selected in the column header menu.
1347
+ * @param {object} event Event object
1348
+ * @param {TaskBoard.view.TaskBoard} event.source The grid
1349
+ * @param {Core.widget.Menu} event.menu The menu
1350
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1351
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord The column
1352
+ */
1353
+ onCellMenuItem: any;
1354
+ /**
1355
+ * This event fires on the owning TaskBoard after the context menu is shown for a column header.
1356
+ * @param {object} event Event object
1357
+ * @param {TaskBoard.view.TaskBoard} event.source The grid
1358
+ * @param {Core.widget.Menu} event.menu The menu
1359
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1360
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord The column
1361
+ */
1362
+ onCellMenuShow: any;
1363
+ /**
1364
+ * This event fires on the owning TaskBoard when a check item is toggled in the column header menu.
1365
+ * @param {object} event Event object
1366
+ * @param {TaskBoard.view.TaskBoard} event.source The grid
1367
+ * @param {Core.widget.Menu} event.menu The menu
1368
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1369
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord The column
1370
+ * @param {boolean} event.checked Checked or not
1371
+ */
1372
+ onCellMenuToggleItem: any;
1373
+ /**
1374
+ * Fires when a Panel is collapsed using the [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible) setting.
1375
+ * @param {object} event Event object
1376
+ * @param {Core.widget.Panel} event.source This Panel.
1377
+ */
1378
+ onCollapse: any;
1379
+ /**
1380
+ * Triggered when a column is collapsed.
1381
+ * @param {object} event Event object
1382
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1383
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1384
+ */
1385
+ onColumnCollapse: any;
1386
+ /**
1387
+ * Fires on the owning TaskBoard when a column is dragged, if the drag leads to a change compared to
1388
+ * the last columnDrag event.
1389
+ * ...
1390
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-columnDrag)
1391
+ * @param {object} event Event object
1392
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1393
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column being dragged
1394
+ * @param {TaskBoard.model.ColumnModel} event.beforeColumn Insert before this column on drop, `null` if last
1395
+ */
1396
+ onColumnDrag: any;
1397
+ /**
1398
+ * Fires on the owning TaskBoard when a drag operation is aborted (invalid drop or aborted using ESC)
1399
+ * @param {object} event Event object
1400
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1401
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Dragged column
1402
+ */
1403
+ onColumnDragAbort: any;
1404
+ /**
1405
+ * Fires on the owning TaskBoard when a previously started drag operation ends, no matter the
1406
+ * outcome of it (whether valid, invalid or aborted)
1407
+ * @param {object} event Event object
1408
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1409
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Affected column
1410
+ */
1411
+ onColumnDragEnd: any;
1412
+ /**
1413
+ * Fires on the owning TaskBoard when column dragging starts
1414
+ * @param {object} event Event object
1415
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1416
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column to be dragged
1417
+ */
1418
+ onColumnDragStart: any;
1419
+ /**
1420
+ * Fires on the owning TaskBoard when a column is successfully dropped (after the drop transition
1421
+ * has finished)
1422
+ * @param {object} event Event object
1423
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1424
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Dropped column
1425
+ * @param {TaskBoard.model.ColumnModel} event.beforeColumn Dropped before this column (`null` if last)
1426
+ * @param {TaskBoard.model.SwimlaneModel} event.targetSwimlane Dropped in this swimlane (if used)
1427
+ */
1428
+ onColumnDrop: any;
1429
+ /**
1430
+ * Triggered when a column is expanded.
1431
+ * @param {object} event Event object
1432
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1433
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1434
+ */
1435
+ onColumnExpand: any;
1436
+ /**
1437
+ * Triggered when the column filter is hidden.
1438
+ * @param {object} event Event object
1439
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1440
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1441
+ */
1442
+ onColumnFilterHide: any;
1443
+ /**
1444
+ * Triggered when the column filter is displayed.
1445
+ * @param {object} event Event object
1446
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1447
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1448
+ */
1449
+ onColumnFilterShow: any;
1450
+ /**
1451
+ * Triggered when the column filter visibility is toggled.
1452
+ * @param {object} event Event object
1453
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1454
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1455
+ * @param {boolean} event.visible True if filter popup is visible, false otherwise
1456
+ */
1457
+ onColumnFilterToggle: any;
1458
+ /**
1459
+ * Triggered when a column header is clicked.
1460
+ * ...
1461
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-columnHeaderClick)
1462
+ * @param {object} event Event object
1463
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1464
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1465
+ * @param {MouseEvent} event.event Browser event
1466
+ */
1467
+ onColumnHeaderClick: any;
1468
+ /**
1469
+ * Triggered when a column header is right-clicked.
1470
+ * ...
1471
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-columnHeaderContextMenu)
1472
+ * @param {object} event Event object
1473
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1474
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1475
+ * @param {MouseEvent} event.event Browser event
1476
+ */
1477
+ onColumnHeaderContextMenu: any;
1478
+ /**
1479
+ * Triggered when a column header is double-clicked.
1480
+ * ...
1481
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-columnHeaderDblClick)
1482
+ * @param {object} event Event object
1483
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1484
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1485
+ * @param {MouseEvent} event.event Browser event
1486
+ */
1487
+ onColumnHeaderDblClick: any;
1488
+ /**
1489
+ * This event fires on the owning TaskBoard before the menu is shown for a column header.
1490
+ * Allows manipulation of the items to show in the same way as in the [processItems](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/ColumnHeaderMenu#config-processItems).
1491
+ * ...
1492
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-columnHeaderMenuBeforeShow)
1493
+ * @param {object} event Event object
1494
+ * @param {TaskBoard.view.TaskBoard} event.source The grid
1495
+ * @param {Core.widget.Menu} event.menu The menu
1496
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1497
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord The column
1498
+ */
1499
+ onColumnHeaderMenuBeforeShow: any;
1500
+ /**
1501
+ * This event is fired after a resize gesture is completed.
1502
+ * @param {object} event Event object
1503
+ * @param {TaskBoard.view.TaskBoard} event.source The TaskBoard instance
1504
+ * @param {TaskBoard.model.ColumnModel} event.column The column
1505
+ * @param {Event} event.domEvent The browser event
1506
+ */
1507
+ onColumnResize: any;
1508
+ /**
1509
+ * This event is fired when a column resize gesture starts.
1510
+ * @param {object} event Event object
1511
+ * @param {TaskBoard.view.TaskBoard} event.source The TaskBoard instance
1512
+ * @param {TaskBoard.model.ColumnModel} event.column The column
1513
+ * @param {Event} event.domEvent The browser event
1514
+ */
1515
+ onColumnResizeStart: any;
1516
+ /**
1517
+ * Triggered when a column title element is clicked.
1518
+ * ...
1519
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-columnTitleClick)
1520
+ * @param {object} event Event object
1521
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1522
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1523
+ * @param {MouseEvent} event.event Browser event
1524
+ */
1525
+ onColumnTitleClick: any;
1526
+ /**
1527
+ * Triggered when a column title element is right-clicked.
1528
+ * ...
1529
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-columnTitleContextMenu)
1530
+ * @param {object} event Event object
1531
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1532
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1533
+ * @param {MouseEvent} event.event Browser event
1534
+ */
1535
+ onColumnTitleContextMenu: any;
1536
+ /**
1537
+ * Triggered when a column title element is double-clicked.
1538
+ * ...
1539
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-columnTitleDblClick)
1540
+ * @param {object} event Event object
1541
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1542
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1543
+ * @param {MouseEvent} event.event Browser event
1544
+ */
1545
+ onColumnTitleDblClick: any;
1546
+ /**
1547
+ * Triggered when the column collapsed state is toggled.
1548
+ * @param {object} event Event object
1549
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1550
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record
1551
+ * @param {boolean} event.collapse `true` if the column is being collapsed.
1552
+ */
1553
+ onColumnToggle: any;
1554
+ /**
1555
+ * Fires when an object is destroyed.
1556
+ * @param {object} event Event object
1557
+ * @param {Core.Base} event.source The Object that is being destroyed.
1558
+ */
1559
+ onDestroy: any;
1560
+ /**
1561
+ * Fires when a field is mutated and the state of the [hasChanges](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-hasChanges) property changes
1562
+ * @param {object} event Event object
1563
+ * @param {Core.widget.Container} event.source The container.
1564
+ * @param {boolean} event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
1565
+ */
1566
+ onDirtyStateChange: any;
1567
+ /**
1568
+ * Triggered when a widget's [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element) is available.
1569
+ * @param {object} event Event object
1570
+ * @param {HTMLElement} event.element The Widget's element.
1571
+ */
1572
+ onElementCreated: any;
1573
+ /**
1574
+ * Fires when a Panel is expanded using the [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible) setting.
1575
+ * @param {object} event Event object
1576
+ * @param {Core.widget.Panel} event.source This Panel.
1577
+ */
1578
+ onExpand: any;
1579
+ /**
1580
+ * Fired when focus enters this Widget.
1581
+ * @param {object} event Event object
1582
+ * @param {Core.widget.Widget} event.source This Widget
1583
+ * @param {HTMLElement} event.fromElement The element which lost focus.
1584
+ * @param {HTMLElement} event.toElement The element which gained focus.
1585
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
1586
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
1587
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
1588
+ */
1589
+ onFocusIn: any;
1590
+ /**
1591
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
1592
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
1593
+ * will not trigger this event. This is when focus exits this widget completely.
1594
+ * @param {object} event Event object
1595
+ * @param {Core.widget.Widget} event.source This Widget
1596
+ * @param {HTMLElement} event.fromElement The element which lost focus.
1597
+ * @param {HTMLElement} event.toElement The element which gained focus.
1598
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
1599
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
1600
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
1601
+ */
1602
+ onFocusOut: any;
1603
+ /**
1604
+ * Triggered after a widget was hidden
1605
+ * @param {object} event Event object
1606
+ * @param {Core.widget.Widget} event.source The widget
1607
+ */
1608
+ onHide: any;
1609
+ /**
1610
+ * Triggered when a widget which had been in a non-visible state for any reason
1611
+ * achieves visibility.
1612
+ * ...
1613
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-paint)
1614
+ * @param {object} event Event object
1615
+ * @param {Core.widget.Widget} event.source The widget being painted.
1616
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
1617
+ */
1618
+ onPaint: any;
1619
+ /**
1620
+ * Fired when a Widget's read only state is toggled
1621
+ * @param {object} event Event object
1622
+ * @param {boolean} event.readOnly Read only or not
1623
+ */
1624
+ onReadOnly: any;
1625
+ /**
1626
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
1627
+ * 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.
1628
+ */
1629
+ onRecompose: any;
1630
+ /**
1631
+ * Triggered when a tasks element is removed.
1632
+ * ...
1633
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-removeTaskElement)
1634
+ * @param {object} event Event object
1635
+ * @param {TaskBoard.view.TaskBoard} event.source TaskBoard instance
1636
+ * @param {string,number} event.taskId Id of the task (not the record itself since it might be removed)
1637
+ * @param {HTMLElement} event.element Tasks element
1638
+ */
1639
+ onRemoveTaskElement: any;
1640
+ /**
1641
+ * Triggered when a task is rendered.
1642
+ * ...
1643
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-renderTask)
1644
+ * @param {object} event Event object
1645
+ * @param {TaskBoard.view.TaskBoard} event.source TaskBoard instance
1646
+ * @param {TaskBoard.model.TaskModel} event.taskRecord Task being rendered
1647
+ * @param {boolean} event.isRefresh `true` if the element was updated, `false` if it was added
1648
+ * @param {HTMLElement} event.element Tasks element
1649
+ */
1650
+ onRenderTask: any;
1651
+ /**
1652
+ * Triggered when all tasks in the task board are rendered
1653
+ * @param {object} event Event object
1654
+ * @param {TaskBoard.view.TaskBoard} event.source TaskBoard instance
1655
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Tasks being rendered
1656
+ */
1657
+ onRenderTasks: any;
1658
+ /**
1659
+ * 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`*.
1660
+ * @param {object} event Event object
1661
+ * @param {Core.widget.Widget} event.source This Widget
1662
+ * @param {number} event.width The new width
1663
+ * @param {number} event.height The new height
1664
+ * @param {number} event.oldWidth The old width
1665
+ * @param {number} event.oldHeight The old height
1666
+ */
1667
+ onResize: any;
1668
+ /**
1669
+ * Triggered when a new [responsiveState](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Responsive#config-responsiveState) is applied.
1670
+ * @param {object} event Event object
1671
+ * @param {Core.widget.Widget} event.source The widget whose `responsiveState` has changed
1672
+ * @param {string} event.state The new value for the widget's `responsiveState`
1673
+ * @param {string} event.oldState The previous value for the widget's `responsiveState`
1674
+ */
1675
+ onResponsiveStateChange: any;
1676
+ /**
1677
+ * Triggered when task selection changes.
1678
+ * @param {object} event Event object
1679
+ * @param {TaskBoard.view.TaskBoard} event.source TaskBoard instance
1680
+ * @param {'select','deselect'} event.action Either 'select' or 'deselect', depending on operation
1681
+ * @param {TaskBoard.model.TaskModel[]} event.selection All currently selected tasks
1682
+ * @param {TaskBoard.model.TaskModel[]} event.select Tasks selected by the operation
1683
+ * @param {TaskBoard.model.TaskModel[]} event.deselect Tasks deselected by the operation
1684
+ */
1685
+ onSelectionChange: any;
1686
+ /**
1687
+ * Triggered after a widget is shown.
1688
+ * @param {object} event Event object
1689
+ * @param {Core.widget.Widget} event.source The widget
1690
+ */
1691
+ onShow: any;
1692
+ /**
1693
+ * Fires on the owning TaskBoard when inline editing of a field is cancelled (by pressing ESC).
1694
+ * ...
1695
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-simpleTaskEditCancel)
1696
+ * @param {object} event Event object
1697
+ * @param {TaskBoard.view.TaskBoard} event.source The task board
1698
+ * @param {TaskBoard.feature.SimpleTaskEdit} event.simpleTaskEdit The simpleTaskEdit feature
1699
+ * @param {TaskBoard.model.TaskModel} event.taskRecord Record that was edited
1700
+ * @param {string} event.field Field name being edited
1701
+ */
1702
+ onSimpleTaskEditCancel: any;
1703
+ /**
1704
+ * Fires on the owning TaskBoard when inline editing of a field has successfully finished.
1705
+ * ...
1706
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-simpleTaskEditComplete)
1707
+ * @param {object} event Event object
1708
+ * @param {TaskBoard.view.TaskBoard} event.source The task board
1709
+ * @param {TaskBoard.feature.SimpleTaskEdit} event.simpleTaskEdit The simpleTaskEdit feature
1710
+ * @param {TaskBoard.model.TaskModel} event.taskRecord Record that was edited
1711
+ * @param {string} event.field Field name being edited
1712
+ */
1713
+ onSimpleTaskEditComplete: any;
1714
+ /**
1715
+ * Triggered when a swimlane is collapsed.
1716
+ * @param {object} event Event object
1717
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1718
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record
1719
+ */
1720
+ onSwimlaneCollapse: any;
1721
+ /**
1722
+ * Triggered when a swimlane is expanded.
1723
+ * @param {object} event Event object
1724
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1725
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record
1726
+ */
1727
+ onSwimlaneExpand: any;
1728
+ /**
1729
+ * Triggered when a swimlane header is clicked.
1730
+ * ...
1731
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-swimlaneHeaderClick)
1732
+ * @param {object} event Event object
1733
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1734
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record
1735
+ * @param {MouseEvent} event.event Browser event
1736
+ */
1737
+ onSwimlaneHeaderClick: any;
1738
+ /**
1739
+ * Triggered when a swimlane header is right-clicked.
1740
+ * ...
1741
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-swimlaneHeaderContextMenu)
1742
+ * @param {object} event Event object
1743
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1744
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record
1745
+ * @param {MouseEvent} event.event Browser event
1746
+ */
1747
+ onSwimlaneHeaderContextMenu: any;
1748
+ /**
1749
+ * Triggered when a swimlane header is double-clicked.
1750
+ * ...
1751
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-swimlaneHeaderDblClick)
1752
+ * @param {object} event Event object
1753
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1754
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record
1755
+ * @param {MouseEvent} event.event Browser event
1756
+ */
1757
+ onSwimlaneHeaderDblClick: any;
1758
+ /**
1759
+ * Triggered when the swimlane collapsed state is toggled.
1760
+ * @param {object} event Event object
1761
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1762
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record
1763
+ * @param {boolean} event.collapse `true` if the column is being collapsed.
1764
+ */
1765
+ onSwimlaneToggle: any;
1766
+ /**
1767
+ * Triggered when a card is clicked.
1768
+ * ...
1769
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-taskClick)
1770
+ * @param {object} event Event object
1771
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1772
+ * @param {TaskBoard.model.TaskModel} event.taskRecord Task record
1773
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record for the tasks column
1774
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record for the tasks swimlane (if used)
1775
+ * @param {MouseEvent} event.event Browser event
1776
+ */
1777
+ onTaskClick: any;
1778
+ /**
1779
+ * Triggered when a card is double-clicked
1780
+ * ...
1781
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-taskDblClick)
1782
+ * @param {object} event Event object
1783
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1784
+ * @param {TaskBoard.model.TaskModel} event.taskRecord Task record
1785
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record for the tasks column
1786
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record for the tasks swimlane (if used)
1787
+ * @param {MouseEvent} event.event Browser event
1788
+ */
1789
+ onTaskDblClick: any;
1790
+ /**
1791
+ * Fires on the owning TaskBoard when tasks are dragged, if the drag leads to any changes compared to
1792
+ * the last taskDrag event (moved to a new column or changed order within a column).
1793
+ * ...
1794
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-taskDrag)
1795
+ * @param {object} event Event object
1796
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1797
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Dragged tasks
1798
+ * @param {TaskBoard.model.ColumnModel} event.targetColumn Currently over this column
1799
+ * @param {TaskBoard.model.SwimlaneModel} event.targetSwimlane Currently over this swimlane (if used)
1800
+ * @param {Event} event.domEvent The mouse event
1801
+ */
1802
+ onTaskDrag: any;
1803
+ /**
1804
+ * Fires on the owning TaskBoard when a drag operation is aborted (invalid drop or aborted using ESC)
1805
+ * @param {object} event Event object
1806
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1807
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Dragged tasks
1808
+ */
1809
+ onTaskDragAbort: any;
1810
+ /**
1811
+ * Fires on the owning TaskBoard when a previously started drag operation ends, no matter the
1812
+ * outcome of it (whether valid, invalid or aborted)
1813
+ * @param {object} event Event object
1814
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1815
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Affected tasks
1816
+ * @param {Event} event.domEvent The mouse event
1817
+ */
1818
+ onTaskDragEnd: any;
1819
+ /**
1820
+ * Fires on the owning TaskBoard when task dragging starts
1821
+ * @param {object} event Event object
1822
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1823
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Tasks to be dragged
1824
+ * @param {Event} event.domEvent The mouse event
1825
+ */
1826
+ onTaskDragStart: any;
1827
+ /**
1828
+ * Fires on the owning TaskBoard when tasks are successfully dropped (after the drop transition has
1829
+ * finished)
1830
+ * @param {object} event Event object
1831
+ * @param {TaskBoard.view.TaskBoard} event.source Owning TaskBoard
1832
+ * @param {TaskBoard.model.TaskModel[]} event.taskRecords Dropped tasks
1833
+ * @param {TaskBoard.model.ColumnModel} event.targetColumn Dropped on this column
1834
+ * @param {TaskBoard.model.SwimlaneModel} event.targetSwimlane Dropped in this swimlane (if used)
1835
+ * @param {Event} event.domEvent The mouse event
1836
+ */
1837
+ onTaskDrop: any;
1838
+ /**
1839
+ * This event fires on the owning TaskBoard before the context menu is shown for a task.
1840
+ * Allows manipulation of the items to show in the same way as in the [processItems](https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/TaskMenu#config-processItems).
1841
+ * ...
1842
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-taskMenuBeforeShow)
1843
+ * @param {object} event Event object
1844
+ * @param {TaskBoard.view.TaskBoard} event.source The grid
1845
+ * @param {Core.widget.Menu} event.menu The menu
1846
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1847
+ * @param {TaskBoard.model.TaskModel} event.taskRecord The task
1848
+ */
1849
+ onTaskMenuBeforeShow: any;
1850
+ /**
1851
+ * This event fires on the owning TaskBoard when an item is selected in the task context menu.
1852
+ * @param {object} event Event object
1853
+ * @param {TaskBoard.view.TaskBoard} event.source The grid
1854
+ * @param {Core.widget.Menu} event.menu The menu
1855
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1856
+ * @param {TaskBoard.model.TaskModel} event.taskRecord The task
1857
+ */
1858
+ onTaskMenuItem: any;
1859
+ /**
1860
+ * This event fires on the owning TaskBoard after the context menu is shown for a task.
1861
+ * @param {object} event Event object
1862
+ * @param {TaskBoard.view.TaskBoard} event.source The grid
1863
+ * @param {Core.widget.Menu} event.menu The menu
1864
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1865
+ * @param {TaskBoard.model.TaskModel} event.taskRecord The task
1866
+ */
1867
+ onTaskMenuShow: any;
1868
+ /**
1869
+ * This event fires on the owning TaskBoard when a check item is toggled in the task context menu.
1870
+ * @param {object} event Event object
1871
+ * @param {TaskBoard.view.TaskBoard} event.source The grid
1872
+ * @param {Core.widget.Menu} event.menu The menu
1873
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1874
+ * @param {TaskBoard.model.TaskModel} event.taskRecord The task
1875
+ * @param {boolean} event.checked Checked or not
1876
+ */
1877
+ onTaskMenuToggleItem: any;
1878
+ /**
1879
+ * Triggered when the mouse enters a card
1880
+ * ...
1881
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-taskMouseEnter)
1882
+ * @param {object} event Event object
1883
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1884
+ * @param {TaskBoard.model.TaskModel} event.taskRecord Task record
1885
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record for the tasks column
1886
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record for the tasks swimlane (if used)
1887
+ * @param {MouseEvent} event.event Browser event
1888
+ */
1889
+ onTaskMouseEnter: any;
1890
+ /**
1891
+ * Triggered when the mouse leaves a card
1892
+ * ...
1893
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-taskMouseLeave)
1894
+ * @param {object} event Event object
1895
+ * @param {TaskBoard.view.TaskBoard} event.source This TaskBoard
1896
+ * @param {TaskBoard.model.TaskModel} event.taskRecord Task record
1897
+ * @param {TaskBoard.model.ColumnModel} event.columnRecord Column record for the tasks column
1898
+ * @param {TaskBoard.model.SwimlaneModel} event.swimlaneRecord Swimlane record for the tasks swimlane (if used)
1899
+ * @param {MouseEvent} event.event Browser event
1900
+ */
1901
+ onTaskMouseLeave: any;
1902
+ /**
1903
+ * A header [tool](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-tools) has been clicked.
1904
+ * @param {object} event Event object
1905
+ * @param {Core.widget.Tool} event.source This Panel.
1906
+ * @param {Core.widget.Tool} event.tool The tool which is being clicked.
1907
+ */
1908
+ onToolClick: any;
1909
+ /**
1910
+ * Create and append the underlying widget
1911
+ */
1912
+ ngOnInit(): void;
1913
+ /**
1914
+ * Watch for changes
1915
+ * @param changes
1916
+ */
1917
+ ngOnChanges(changes: SimpleChanges): void;
1918
+ /**
1919
+ * Destroy the component
1920
+ */
1921
+ ngOnDestroy(): void;
1922
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumTaskBoardComponent, never>;
1923
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumTaskBoardComponent, "bryntum-task-board", never, { "activateTaskEvent": "activateTaskEvent"; "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoGenerateColumns": "autoGenerateColumns"; "autoGenerateSwimlanes": "autoGenerateSwimlanes"; "bbar": "bbar"; "bodyCls": "bodyCls"; "bubbleEvents": "bubbleEvents"; "cardSizes": "cardSizes"; "centered": "centered"; "chainFilters": "chainFilters"; "collapseTitle": "collapseTitle"; "collapsible": "collapsible"; "color": "color"; "columnTitleRenderer": "columnTitleRenderer"; "config": "config"; "constrainTo": "constrainTo"; "cssVarPrefix": "cssVarPrefix"; "dataField": "dataField"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "floating": "floating"; "footer": "footer"; "header": "header"; "hideAnimation": "hideAnimation"; "htmlEncodeHeaderText": "htmlEncodeHeaderText"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "listeners": "listeners"; "loadMask": "loadMask"; "loadMaskDefaults": "loadMaskDefaults"; "loadMaskError": "loadMaskError"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "newTaskDefaults": "newTaskDefaults"; "owner": "owner"; "plugins": "plugins"; "positioned": "positioned"; "processItems": "processItems"; "record": "record"; "relayStoreEvents": "relayStoreEvents"; "resourceImagePath": "resourceImagePath"; "responsive": "responsive"; "responsiveRoot": "responsiveRoot"; "responsiveState": "responsiveState"; "responsiveTarget": "responsiveTarget"; "rootElement": "rootElement"; "scrollable": "scrollable"; "scrollAction": "scrollAction"; "scrollManager": "scrollManager"; "scrollOptions": "scrollOptions"; "selectOnNavigation": "selectOnNavigation"; "showAnimation": "showAnimation"; "showCollapseInHeader": "showCollapseInHeader"; "showCountInHeader": "showCountInHeader"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "stateProvider": "stateProvider"; "stickyHeaders": "stickyHeaders"; "strips": "strips"; "swimlaneRenderer": "swimlaneRenderer"; "syncMask": "syncMask"; "tab": "tab"; "tabBarItems": "tabBarItems"; "taskRenderer": "taskRenderer"; "taskSorterFn": "taskSorterFn"; "tasksPerRow": "tasksPerRow"; "tbar": "tbar"; "type": "type"; "ui": "ui"; "useDomTransition": "useDomTransition"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "assignments": "assignments"; "bodyItems": "bodyItems"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "columnField": "columnField"; "columns": "columns"; "css": "css"; "dataset": "dataset"; "disabled": "disabled"; "drawOnScroll": "drawOnScroll"; "extraData": "extraData"; "flex": "flex"; "footerItems": "footerItems"; "getTaskHeight": "getTaskHeight"; "headerItems": "headerItems"; "height": "height"; "hidden": "hidden"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "isTaskSelectable": "isTaskSelectable"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "project": "project"; "readOnly": "readOnly"; "rendition": "rendition"; "resources": "resources"; "rtl": "rtl"; "selectedTasks": "selectedTasks"; "showCollapseTooltip": "showCollapseTooltip"; "span": "span"; "stretchCards": "stretchCards"; "strictRecordMapping": "strictRecordMapping"; "swimlaneField": "swimlaneField"; "swimlanes": "swimlanes"; "tasks": "tasks"; "title": "title"; "tools": "tools"; "virtualize": "virtualize"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "parent": "parent"; "state": "state"; "columnDragFeature": "columnDragFeature"; "columnFilterFeature": "columnFilterFeature"; "columnHeaderMenuFeature": "columnHeaderMenuFeature"; "columnLockFeature": "columnLockFeature"; "columnRenameFeature": "columnRenameFeature"; "columnResizeFeature": "columnResizeFeature"; "columnSortFeature": "columnSortFeature"; "columnToolbarsFeature": "columnToolbarsFeature"; "filterBarFeature": "filterBarFeature"; "simpleTaskEditFeature": "simpleTaskEditFeature"; "swimlaneDragFeature": "swimlaneDragFeature"; "taskDragFeature": "taskDragFeature"; "taskDragSelectFeature": "taskDragSelectFeature"; "taskEditFeature": "taskEditFeature"; "taskMenuFeature": "taskMenuFeature"; "taskTooltipFeature": "taskTooltipFeature"; }, { "onActivateTask": "onActivateTask"; "onBeforeColumnDrag": "onBeforeColumnDrag"; "onBeforeColumnDrop": "onBeforeColumnDrop"; "onBeforeColumnResize": "onBeforeColumnResize"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeResponsiveStateChange": "onBeforeResponsiveStateChange"; "onBeforeShow": "onBeforeShow"; "onBeforeSimpleTaskEdit": "onBeforeSimpleTaskEdit"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onBeforeTaskDrag": "onBeforeTaskDrag"; "onBeforeTaskDrop": "onBeforeTaskDrop"; "onBeforeTaskEdit": "onBeforeTaskEdit"; "onBeforeTaskEditShow": "onBeforeTaskEditShow"; "onBeforeTaskRemove": "onBeforeTaskRemove"; "onCatchAll": "onCatchAll"; "onCellMenuItem": "onCellMenuItem"; "onCellMenuShow": "onCellMenuShow"; "onCellMenuToggleItem": "onCellMenuToggleItem"; "onCollapse": "onCollapse"; "onColumnCollapse": "onColumnCollapse"; "onColumnDrag": "onColumnDrag"; "onColumnDragAbort": "onColumnDragAbort"; "onColumnDragEnd": "onColumnDragEnd"; "onColumnDragStart": "onColumnDragStart"; "onColumnDrop": "onColumnDrop"; "onColumnExpand": "onColumnExpand"; "onColumnFilterHide": "onColumnFilterHide"; "onColumnFilterShow": "onColumnFilterShow"; "onColumnFilterToggle": "onColumnFilterToggle"; "onColumnHeaderClick": "onColumnHeaderClick"; "onColumnHeaderContextMenu": "onColumnHeaderContextMenu"; "onColumnHeaderDblClick": "onColumnHeaderDblClick"; "onColumnHeaderMenuBeforeShow": "onColumnHeaderMenuBeforeShow"; "onColumnResize": "onColumnResize"; "onColumnResizeStart": "onColumnResizeStart"; "onColumnTitleClick": "onColumnTitleClick"; "onColumnTitleContextMenu": "onColumnTitleContextMenu"; "onColumnTitleDblClick": "onColumnTitleDblClick"; "onColumnToggle": "onColumnToggle"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onRemoveTaskElement": "onRemoveTaskElement"; "onRenderTask": "onRenderTask"; "onRenderTasks": "onRenderTasks"; "onResize": "onResize"; "onResponsiveStateChange": "onResponsiveStateChange"; "onSelectionChange": "onSelectionChange"; "onShow": "onShow"; "onSimpleTaskEditCancel": "onSimpleTaskEditCancel"; "onSimpleTaskEditComplete": "onSimpleTaskEditComplete"; "onSwimlaneCollapse": "onSwimlaneCollapse"; "onSwimlaneExpand": "onSwimlaneExpand"; "onSwimlaneHeaderClick": "onSwimlaneHeaderClick"; "onSwimlaneHeaderContextMenu": "onSwimlaneHeaderContextMenu"; "onSwimlaneHeaderDblClick": "onSwimlaneHeaderDblClick"; "onSwimlaneToggle": "onSwimlaneToggle"; "onTaskClick": "onTaskClick"; "onTaskDblClick": "onTaskDblClick"; "onTaskDrag": "onTaskDrag"; "onTaskDragAbort": "onTaskDragAbort"; "onTaskDragEnd": "onTaskDragEnd"; "onTaskDragStart": "onTaskDragStart"; "onTaskDrop": "onTaskDrop"; "onTaskMenuBeforeShow": "onTaskMenuBeforeShow"; "onTaskMenuItem": "onTaskMenuItem"; "onTaskMenuShow": "onTaskMenuShow"; "onTaskMenuToggleItem": "onTaskMenuToggleItem"; "onTaskMouseEnter": "onTaskMouseEnter"; "onTaskMouseLeave": "onTaskMouseLeave"; "onToolClick": "onToolClick"; }, never, never>;
1924
+ }