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