@bryntum/taskboard-angular 7.1.1

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