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