@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,1117 @@
1
+ /**
2
+ * Angular wrapper for Bryntum Hint
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AlignSpec, Base, ButtonConfig, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Hint, HintActions, HintListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/taskboard';
6
+ import * as i0 from "@angular/core";
7
+ export declare type BryntumHintProps = {
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/Hint#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/Hint#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/Hint#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/Hint#config-ariaLabel)
49
+ */
50
+ ariaLabel?: string;
51
+ /**
52
+ * Either the number of milliseconds to wait before automatically moving to the next hint, or a CSS selector
53
+ * to wait for before moving to the next hint.
54
+ */
55
+ autoNext?: string | number;
56
+ /**
57
+ * Update assigned [record](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-record) automatically on field changes
58
+ */
59
+ autoUpdateRecord?: boolean;
60
+ /**
61
+ * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar),
62
+ * or array of config objects representing the child items of a Toolbar. Another way to add a bbar is to use [strips](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips).
63
+ * ...
64
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-bbar)
65
+ */
66
+ bbar?: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
67
+ /**
68
+ * Custom CSS classes to add to the panel's body element.
69
+ * ...
70
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-bodyCls)
71
+ */
72
+ bodyCls?: string | object;
73
+ /**
74
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
75
+ * hierarchy when triggered.
76
+ * ...
77
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-bubbleEvents)
78
+ */
79
+ bubbleEvents?: object;
80
+ /**
81
+ * Overrides for buttons to show in the hint.
82
+ * ...
83
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-buttons)
84
+ */
85
+ buttons?: Record<string, ButtonConfig>;
86
+ /**
87
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
88
+ * ...
89
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-callOnFunctions)
90
+ */
91
+ callOnFunctions?: boolean;
92
+ /**
93
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
94
+ * application state is undefined. Code which follows the event handler will *not* be executed.
95
+ * ...
96
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-catchEventHandlerExceptions)
97
+ */
98
+ catchEventHandlerExceptions?: boolean;
99
+ /**
100
+ * Close popup when `ESC` key is pressed.
101
+ */
102
+ closeOnEscape?: boolean;
103
+ /**
104
+ * Custom CSS classes to add to element.
105
+ * May be specified as a space separated string, or as an object in which property names
106
+ * with truthy values are used as the class names:
107
+ * ...
108
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-cls)
109
+ */
110
+ cls?: string | object;
111
+ /**
112
+ * Controls whether the panel is collapsed (the body of the panel is hidden while only the header is
113
+ * visible). Only valid if the panel is [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible).
114
+ */
115
+ collapsed?: boolean;
116
+ /**
117
+ * This config enables collapsibility for the panel. See [collapsed](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsed).
118
+ * ...
119
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-collapsible)
120
+ */
121
+ collapsible?: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
122
+ /**
123
+ * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
124
+ * `style` block.
125
+ * ...
126
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-color)
127
+ */
128
+ color?: string;
129
+ /**
130
+ * Programmatic control over which column to start in when used in a grid layout.
131
+ */
132
+ column?: number;
133
+ config?: object;
134
+ /**
135
+ * *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).*
136
+ * Element, Widget or Rectangle to which this Widget is constrained.
137
+ */
138
+ constrainTo?: HTMLElement | Widget | Rectangle;
139
+ /**
140
+ * The HTML content that coexists with sibling elements which may have been added to the
141
+ * [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement) by plugins and features.
142
+ * When specifying html, this widget's element will also have the [htmlCls](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-htmlCls)
143
+ * class added to its classList, to allow targeted styling.
144
+ */
145
+ content?: string;
146
+ /**
147
+ * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
148
+ * May be specified as a space separated string, or as an object in which property names
149
+ * with truthy values are used as the class names:
150
+ * ...
151
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-contentElementCls)
152
+ */
153
+ contentElementCls?: string | object;
154
+ /**
155
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
156
+ * field on the expanded record to use for populating this widget's store (if applicable)
157
+ */
158
+ dataField?: string;
159
+ /**
160
+ * Object to apply to elements dataset (each key will be used as a data-attribute on the element)
161
+ */
162
+ dataset?: Record<string, string>;
163
+ /**
164
+ * The name of the property to set when a single value is to be applied to this Widget. Such as when used
165
+ * in a grid WidgetColumn, this is the property to which the column's `field` is applied.
166
+ */
167
+ defaultBindProperty?: string;
168
+ /**
169
+ * A config object containing default settings to apply to all child widgets.
170
+ */
171
+ defaults?: ContainerItemConfig;
172
+ /**
173
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
174
+ * ...
175
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-detectCSSCompatibilityIssues)
176
+ */
177
+ detectCSSCompatibilityIssues?: boolean;
178
+ /**
179
+ * 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
180
+ * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
181
+ * ...
182
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-disabled)
183
+ */
184
+ disabled?: boolean | 'inert';
185
+ /**
186
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel)
187
+ * [strips collection](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
188
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
189
+ * body. Such widgets are called "edge strips".
190
+ * ...
191
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-dock)
192
+ */
193
+ dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
194
+ /**
195
+ * Set to `false` to prevent dragging the popup element.
196
+ */
197
+ draggable?: boolean | {
198
+ handleSelector?: string;
199
+ };
200
+ /**
201
+ * Make this Panel a docked drawer which slides out from one side of the browser viewport by default.
202
+ * ...
203
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-drawer)
204
+ * @param {'start','left','end','right','top','bottom'} side The side of the viewport to dock the drawer to. * `'start'` means the `inline-start` side. * `'end'` means the `inline-end` side.
205
+ * @param {string,number} size The size of the drawer in its collapsible axis.
206
+ * @param {boolean} inline If using the [appendTo](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-appendTo) config to place the drawer inside a host widget, this may be set to `true` to make the drawer inline within that host. Note that, if using this, the layout of the host element must have `flex-direction` set appropriately.
207
+ * @param {boolean,object} autoClose Specifies what user actions should automatically close the drawer. Defaults to closing when the user clicks outside of the drawer or when focus moves outside of the drawer.
208
+ * @param {boolean,string} autoClose.mousedown If the user clicks outside of the drawer, the drawer will automatically be hidden. If the value is a string, it is used as a CSS selector to filter clicks which should close the drawer.
209
+ * @param {boolean,string} autoClose.focusout If focus moves outside of the drawer, the drawer will automatically be hidden.
210
+ * @param {string} autoClose.mouseout Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
211
+ * @param {number} autoCloseDelay When using `mouseout`, this is the delay in milliseconds
212
+ */
213
+ drawer?: boolean | {
214
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
215
+ size?: string | number;
216
+ inline?: boolean;
217
+ autoClose: {
218
+ mousedown?: boolean | string;
219
+ focusout?: boolean | string;
220
+ mouseout?: string;
221
+ };
222
+ autoCloseDelay?: number;
223
+ };
224
+ /**
225
+ * An object specifying attributes to assign to the root element of this widget.
226
+ * Set `null` value to attribute to remove it.
227
+ * ...
228
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-elementAttributes)
229
+ */
230
+ elementAttributes?: Record<string, string | null>;
231
+ extraData?: any;
232
+ /**
233
+ * 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
234
+ * flexbox layout. This config allows you to set this widget's
235
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
236
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
237
+ * numeric-only values are interpreted as the `flex-grow` value.
238
+ */
239
+ flex?: number | string;
240
+ /**
241
+ * Set to `true` to move the widget out of the document flow and position it
242
+ * absolutely in browser viewport space.
243
+ */
244
+ floating?: boolean;
245
+ /**
246
+ * By default a Popup is focused when it is shown.
247
+ * Configure this as `false` to prevent automatic focus on show.
248
+ */
249
+ focusOnToFront?: boolean;
250
+ /**
251
+ * Config object of a footer. May contain a `dock`, `html` and a `cls` property. A footer is not a widget,
252
+ * but rather plain HTML that follows the last element of the panel's body and [strips](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips).
253
+ * ...
254
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-footer)
255
+ */
256
+ footer?: {
257
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
258
+ html?: string;
259
+ cls?: string;
260
+ } | string;
261
+ /**
262
+ * DOM element to attach popup.
263
+ */
264
+ forElement?: HTMLElement;
265
+ /**
266
+ * A config [object](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#typedef-PanelHeader) for the panel's header or a string in place of a `title`.
267
+ * ...
268
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-header)
269
+ */
270
+ header?: string | boolean | PanelHeader;
271
+ /**
272
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
273
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
274
+ * cases this config is convenient.
275
+ */
276
+ height?: string | number;
277
+ /**
278
+ * Configure with true to make widget initially hidden.
279
+ */
280
+ hidden?: boolean;
281
+ /**
282
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
283
+ * ...
284
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-hideAnimation)
285
+ */
286
+ hideAnimation?: boolean | object;
287
+ /**
288
+ * Specify `true` to make this container hide when it has no visible children (Either empty
289
+ * or all children hidden).
290
+ * ...
291
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-hideWhenEmpty)
292
+ */
293
+ hideWhenEmpty?: boolean;
294
+ /**
295
+ * Specify as a truthy value to highlight the target element with a bright outline.
296
+ */
297
+ highlightTarget?: boolean | {
298
+ ping?: boolean;
299
+ center?: string;
300
+ inflate?: number | number[];
301
+ };
302
+ /**
303
+ * The HTML to display initially or a function returning the markup (called at widget construction time).
304
+ * ...
305
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-html)
306
+ * @param {Core.widget.Widget} widget The calling Widget
307
+ * @returns {string}
308
+ */
309
+ html?: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
310
+ /**
311
+ * The CSS class(es) to add when HTML content is being applied to this widget.
312
+ */
313
+ htmlCls?: string | object;
314
+ /**
315
+ * An icon to show before the [title](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-title). Either pass a CSS class as a string, or pass a
316
+ * [DomConfig](https://bryntum.com/products/taskboard/docs/api/Core/helper/DomHelper#typedef-DomConfig) object describing an element to represent the icon.
317
+ */
318
+ icon?: string | DomConfig;
319
+ /**
320
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
321
+ */
322
+ id?: string;
323
+ /**
324
+ * Determines if the widgets read-only state should be controlled by its parent.
325
+ * ...
326
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-ignoreParentReadOnly)
327
+ */
328
+ ignoreParentReadOnly?: boolean;
329
+ /**
330
+ * Convenience setting to align input fields of child widgets. By default, the Field input element is
331
+ * placed immediately following the `label`. If you prefer to have all input fields aligned to the
332
+ * right, set this config to `'end'`.
333
+ * ...
334
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-inputFieldAlign)
335
+ */
336
+ inputFieldAlign?: 'start' | 'end';
337
+ /**
338
+ * 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.
339
+ */
340
+ insertBefore?: HTMLElement | string;
341
+ /**
342
+ * 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.
343
+ */
344
+ insertFirst?: HTMLElement | string;
345
+ /**
346
+ * An optional CSS class to add to child items of this container.
347
+ */
348
+ itemCls?: string;
349
+ /**
350
+ * An object containing typed child widget config objects or Widgets. May also be specified
351
+ * as an array.
352
+ * ...
353
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-items)
354
+ */
355
+ items?: Record<string, ContainerItemConfig | MenuItemEntry> | (ContainerItemConfig | MenuItemEntry | Widget)[];
356
+ /**
357
+ * The mapping of key names to hint actions.
358
+ * The actions are `previous`, `next`, and `stop`.
359
+ * By default, the following key mappings are used:
360
+ * ...
361
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-keyMap)
362
+ */
363
+ keyMap?: Record<string, 'previous' | 'next' | 'stop'>;
364
+ /**
365
+ * Convenience setting to use same label placement on all child widgets.
366
+ * ...
367
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-labelPosition)
368
+ */
369
+ labelPosition?: 'before' | 'above' | 'align-before' | 'auto' | null;
370
+ /**
371
+ * The short name of a helper class which manages rendering and styling of child items.
372
+ * ...
373
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-layout)
374
+ */
375
+ layout?: string | ContainerLayoutConfig;
376
+ /**
377
+ * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
378
+ * ...
379
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-layoutStyle)
380
+ */
381
+ layoutStyle?: object;
382
+ /**
383
+ * An array of [child item](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-items) *config objects* which is to be converted into
384
+ * instances only when this Container is rendered, rather than eagerly at construct time.
385
+ * ...
386
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-lazyItems)
387
+ */
388
+ lazyItems?: Record<string, ContainerItemConfig> | ContainerItemConfig[] | Widget[];
389
+ /**
390
+ * The listener set for this object.
391
+ * ...
392
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-listeners)
393
+ */
394
+ listeners?: HintListeners;
395
+ /**
396
+ * A class translations of which are used for translating this entity.
397
+ * This is often used when translations of an item are defined on its container class.
398
+ * For example:
399
+ * ...
400
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-localeClass)
401
+ */
402
+ localeClass?: typeof Base;
403
+ /**
404
+ * Set to `false` to disable localization of this object.
405
+ */
406
+ localizable?: boolean;
407
+ /**
408
+ * List of properties which values should be translated automatically upon a locale applying.
409
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
410
+ * you could use 'localeKey' meta configuration.
411
+ * Example:
412
+ * ...
413
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-localizableProperties)
414
+ */
415
+ localizableProperties?: string[];
416
+ /**
417
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
418
+ * numeric-only values are interpreted as pixels.
419
+ */
420
+ margin?: number | string;
421
+ /**
422
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) created for the
423
+ * [masked](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
424
+ * values.
425
+ */
426
+ maskDefaults?: MaskConfig;
427
+ /**
428
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
429
+ * [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object.
430
+ */
431
+ masked?: boolean | string | MaskConfig;
432
+ /**
433
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
434
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
435
+ */
436
+ maxHeight?: string | number;
437
+ /**
438
+ * Show a tool in the header to maximize this popup
439
+ */
440
+ maximizable?: boolean;
441
+ /**
442
+ * Set to `true` to make this widget take all available space in the visible viewport.
443
+ */
444
+ maximized?: boolean;
445
+ /**
446
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
447
+ * ...
448
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-maximizeOnMobile)
449
+ */
450
+ maximizeOnMobile?: number | string;
451
+ /**
452
+ * How long in milliseconds to wait for a target to become available before giving up.
453
+ */
454
+ maxWait?: number;
455
+ /**
456
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
457
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
458
+ */
459
+ maxWidth?: string | number;
460
+ /**
461
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
462
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
463
+ */
464
+ minHeight?: string | number;
465
+ /**
466
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
467
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
468
+ */
469
+ minWidth?: string | number;
470
+ /**
471
+ * Optionally show an opaque mask below this Popup when shown.
472
+ * Configure this as `true` to show the mask.
473
+ * ...
474
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-modal)
475
+ */
476
+ modal?: boolean | {
477
+ closeOnMaskTap?: boolean;
478
+ transparent?: boolean;
479
+ };
480
+ /**
481
+ * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
482
+ * is used to monitor this element for size changes caused by either style manipulation, or by CSS
483
+ * layout.
484
+ * ...
485
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-monitorResize)
486
+ */
487
+ monitorResize?: boolean | {
488
+ immediate?: boolean;
489
+ };
490
+ /**
491
+ * An object containing default config objects which may be referenced by name in the [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-items)
492
+ * config. For example, a specialized [Menu](https://bryntum.com/products/taskboard/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
493
+ * value defined like this:
494
+ * ...
495
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-namedItems)
496
+ */
497
+ namedItems?: Record<string, ContainerItemConfig>;
498
+ /**
499
+ * The actions to take when the 'Next' button is clicked.
500
+ * ...
501
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-nextAction)
502
+ */
503
+ nextAction?: HintActions | HintActions[];
504
+ /**
505
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
506
+ * [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
507
+ * the owner is <strong>always</strong> the encapsulating Container.
508
+ * ...
509
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-owner)
510
+ */
511
+ owner?: Widget | any;
512
+ /**
513
+ * 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
514
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
515
+ * widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
516
+ * ...
517
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-positioned)
518
+ */
519
+ positioned?: boolean;
520
+ /**
521
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
522
+ * menu on click etc, since the tooltip would be displayed at the same time.
523
+ */
524
+ preventTooltipOnTouch?: boolean;
525
+ /**
526
+ * The actions to take when the 'Previous' button is clicked.
527
+ * ...
528
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-previousAction)
529
+ */
530
+ previousAction?: HintActions | HintActions[];
531
+ /**
532
+ * Whether this widget is read-only. This is only valid if the widget is an input
533
+ * field, <strong>or contains input fields at any depth</strong>.
534
+ * ...
535
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-readOnly)
536
+ */
537
+ readOnly?: boolean;
538
+ /**
539
+ * [Record](https://bryntum.com/products/taskboard/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
540
+ * ...
541
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-record)
542
+ */
543
+ record?: Model;
544
+ relayStoreEvents?: boolean;
545
+ /**
546
+ * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
547
+ * `type`.
548
+ * ...
549
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-rendition)
550
+ */
551
+ rendition?: string | Record<string, string> | null;
552
+ /**
553
+ * Configure this property to allow the widget/component to be resized. Pressing <kbd>Shift</kbd> while resizing will
554
+ * constrain the aspect ratio.
555
+ * ...
556
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-resizable)
557
+ */
558
+ resizable?: boolean | {
559
+ minWidth?: number;
560
+ maxWidth?: number;
561
+ minHeight?: number;
562
+ maxHeight?: number;
563
+ handles?: object;
564
+ };
565
+ /**
566
+ * Configure as `true` to have the component display a translucent ripple when its
567
+ * [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
568
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
569
+ * ...
570
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-ripple)
571
+ */
572
+ ripple?: boolean | {
573
+ delegate?: string;
574
+ color?: string;
575
+ radius?: number;
576
+ clip?: string;
577
+ };
578
+ /**
579
+ * 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`
580
+ */
581
+ rootElement?: ShadowRoot | HTMLElement;
582
+ /**
583
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
584
+ * ...
585
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-rtl)
586
+ */
587
+ rtl?: boolean;
588
+ /**
589
+ * Specifies whether (and optionally in which axes) a Widget may scroll. `true` means this widget may scroll
590
+ * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
591
+ * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
592
+ * CSS overflow properties thus:
593
+ * ...
594
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-scrollable)
595
+ */
596
+ scrollable?: boolean | ScrollerConfig | Scroller;
597
+ /**
598
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
599
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
600
+ */
601
+ scrollAction?: 'hide' | 'realign' | null;
602
+ /**
603
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
604
+ * ...
605
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-showAnimation)
606
+ */
607
+ showAnimation?: boolean | object;
608
+ /**
609
+ * Show popup when user clicks the element that it is anchored to. Cannot be combined with showOnHover. Can
610
+ * also be provided as the button number (0: main button, 2: right button).
611
+ */
612
+ showOnClick?: boolean | number;
613
+ /**
614
+ * 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)
615
+ */
616
+ showTooltipWhenDisabled?: boolean;
617
+ /**
618
+ * Programmatic control over how many columns to span when used in a grid layout.
619
+ */
620
+ span?: number;
621
+ /**
622
+ * This value can be one of the following:
623
+ * ...
624
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-stateful)
625
+ */
626
+ stateful?: boolean | object | string[];
627
+ /**
628
+ * The events that, when fired by this component, should trigger it to save its state by calling
629
+ * [saveState](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#function-saveState).
630
+ * ...
631
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-statefulEvents)
632
+ */
633
+ statefulEvents?: object | string[];
634
+ /**
635
+ * The key to use when saving this object's state in the [stateProvider](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#config-stateProvider). If this config is
636
+ * not assigned, and [stateful](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#config-stateful) is not set to `false`, the [id](#Core/widget/Widget#config-id)
637
+ * (if explicitly specified) will be used as the `stateId`.
638
+ * ...
639
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-stateId)
640
+ */
641
+ stateId?: string;
642
+ /**
643
+ * The `StateProvider` to use to save and restore this object's [state](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#property-state). By default, `state`
644
+ * will be saved using the [default state provider](https://bryntum.com/products/taskboard/docs/api/Core/state/StateProvider#property-instance-static).
645
+ * ...
646
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-stateProvider)
647
+ */
648
+ stateProvider?: StateProvider;
649
+ /**
650
+ * Specify `true` to match fields by their `name` property only when assigning a [record](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-record),
651
+ * without falling back to `ref`.
652
+ */
653
+ strictRecordMapping?: boolean;
654
+ /**
655
+ * An object containing widgets keyed by name. By default (when no `type` is given), strips are
656
+ * [toolbars](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar). If you want to pass an array, you can use
657
+ * the toolbar's [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-items).
658
+ * ...
659
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-strips)
660
+ */
661
+ strips?: Record<string, ContainerItemConfig>;
662
+ /**
663
+ * 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
664
+ * [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
665
+ * this widget:
666
+ * ...
667
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-tab)
668
+ */
669
+ tab?: boolean | TabConfig;
670
+ /**
671
+ * When this container is used as a tab in a TabPanel, these items are added to the
672
+ * [TabBar](https://bryntum.com/products/taskboard/docs/api/Core/widget/TabBar) when this container is the active tab.
673
+ * ...
674
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-tabBarItems)
675
+ */
676
+ tabBarItems?: ToolbarItems[] | Widget[];
677
+ /**
678
+ * The tag name of this Widget's root element
679
+ */
680
+ tag?: string;
681
+ /**
682
+ * The target element to highlight, or a CSS selector to find the target element.
683
+ */
684
+ target?: string | HTMLElement;
685
+ /**
686
+ * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar),
687
+ * or array of config objects representing the child items of a Toolbar.
688
+ * This creates a toolbar docked to the top of the panel immediately below the header.
689
+ * ...
690
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-tbar)
691
+ */
692
+ tbar?: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
693
+ /**
694
+ * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
695
+ * ...
696
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-textAlign)
697
+ */
698
+ textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
699
+ /**
700
+ * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
701
+ * which specifies a default max-width that makes long text more readable.
702
+ * ...
703
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-textContent)
704
+ */
705
+ textContent?: boolean;
706
+ /**
707
+ * A title to display in the header or owning TabPanel. Causes creation and docking of a header
708
+ * to the top if no header is configured.
709
+ * ...
710
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-title)
711
+ */
712
+ title?: string;
713
+ /**
714
+ * The [tools](https://bryntum.com/products/taskboard/docs/api/Core/widget/Tool) to add either before or after the `title` in the Panel header. Each
715
+ * property name is the reference by which an instantiated tool may be retrieved from the live
716
+ * `[tools](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Toolable#property-tools)` property.
717
+ * ...
718
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-tools)
719
+ */
720
+ tools?: Record<string, ToolConfig> | null;
721
+ /**
722
+ * Tooltip for the widget, either as a string or as a Tooltip config object.
723
+ * ...
724
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-tooltip)
725
+ */
726
+ tooltip?: string | TooltipConfig | null;
727
+ /**
728
+ * By default, tabbing within a Popup is circular - that is it does not exit.
729
+ * Configure this as `false` to allow tabbing out of the Popup.
730
+ */
731
+ trapFocus?: boolean;
732
+ type?: 'hint';
733
+ /**
734
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
735
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
736
+ * values are used as the class names.
737
+ * ...
738
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-ui)
739
+ */
740
+ ui?: 'plain' | 'toolbar' | string | object;
741
+ /**
742
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container).
743
+ * Higher weights go further down.
744
+ */
745
+ weight?: number;
746
+ /**
747
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
748
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
749
+ * this config is convenient.
750
+ */
751
+ width?: string | number;
752
+ /**
753
+ * The x position for the widget.
754
+ * ...
755
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-x)
756
+ */
757
+ x?: number;
758
+ /**
759
+ * The y position for the widget.
760
+ * ...
761
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#config-y)
762
+ */
763
+ y?: number;
764
+ };
765
+ export declare class BryntumHintComponent implements OnInit, OnDestroy {
766
+ static instanceClass: typeof Hint;
767
+ static instanceName: string;
768
+ private static bryntumEvents;
769
+ private static bryntumFeatureNames;
770
+ private static bryntumConfigs;
771
+ private static bryntumConfigsOnly;
772
+ private static bryntumProps;
773
+ private elementRef;
774
+ instance: Hint;
775
+ private bryntumConfig;
776
+ constructor(element: ElementRef);
777
+ adopt: HTMLElement | string;
778
+ align: AlignSpec | string;
779
+ anchor: boolean;
780
+ ariaDescription: string;
781
+ ariaLabel: string;
782
+ autoNext: string | number;
783
+ autoUpdateRecord: boolean;
784
+ bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
785
+ bodyCls: string | object;
786
+ bubbleEvents: object;
787
+ buttons: Record<string, ButtonConfig>;
788
+ closeOnEscape: boolean;
789
+ collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
790
+ color: string;
791
+ config: object;
792
+ constrainTo: HTMLElement | Widget | Rectangle;
793
+ contentElementCls: string | object;
794
+ dataField: string;
795
+ defaultBindProperty: string;
796
+ defaults: ContainerItemConfig;
797
+ detectCSSCompatibilityIssues: boolean;
798
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
799
+ draggable: boolean | {
800
+ handleSelector?: string;
801
+ };
802
+ drawer: boolean | {
803
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
804
+ size?: string | number;
805
+ inline?: boolean;
806
+ autoClose: {
807
+ mousedown?: boolean | string;
808
+ focusout?: boolean | string;
809
+ mouseout?: string;
810
+ };
811
+ autoCloseDelay?: number;
812
+ };
813
+ elementAttributes: Record<string, string | null>;
814
+ floating: boolean;
815
+ focusOnToFront: boolean;
816
+ footer: {
817
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
818
+ html?: string;
819
+ cls?: string;
820
+ } | string;
821
+ forElement: HTMLElement;
822
+ header: string | boolean | PanelHeader;
823
+ hideAnimation: boolean | object;
824
+ hideWhenEmpty: boolean;
825
+ highlightTarget: boolean | {
826
+ ping?: boolean;
827
+ center?: string;
828
+ inflate?: number | number[];
829
+ };
830
+ htmlCls: string | object;
831
+ icon: string | DomConfig;
832
+ ignoreParentReadOnly: boolean;
833
+ itemCls: string;
834
+ lazyItems: Record<string, ContainerItemConfig> | ContainerItemConfig[] | Widget[];
835
+ listeners: HintListeners;
836
+ localeClass: typeof Base;
837
+ localizable: boolean;
838
+ localizableProperties: string[];
839
+ maskDefaults: MaskConfig;
840
+ masked: boolean | string | MaskConfig;
841
+ maximizable: boolean;
842
+ maxWait: number;
843
+ modal: boolean | {
844
+ closeOnMaskTap?: boolean;
845
+ transparent?: boolean;
846
+ };
847
+ monitorResize: boolean | {
848
+ immediate?: boolean;
849
+ };
850
+ namedItems: Record<string, ContainerItemConfig>;
851
+ nextAction: HintActions | HintActions[];
852
+ owner: Widget | any;
853
+ positioned: boolean;
854
+ preventTooltipOnTouch: boolean;
855
+ previousAction: HintActions | HintActions[];
856
+ relayStoreEvents: boolean;
857
+ ripple: boolean | {
858
+ delegate?: string;
859
+ color?: string;
860
+ radius?: number;
861
+ clip?: string;
862
+ };
863
+ rootElement: ShadowRoot | HTMLElement;
864
+ scrollAction: 'hide' | 'realign' | null;
865
+ showAnimation: boolean | object;
866
+ showOnClick: boolean | number;
867
+ showTooltipWhenDisabled: boolean;
868
+ stateful: boolean | object | string[];
869
+ statefulEvents: object | string[];
870
+ stateId: string;
871
+ stateProvider: StateProvider;
872
+ strips: Record<string, ContainerItemConfig>;
873
+ tab: boolean | TabConfig;
874
+ tabBarItems: ToolbarItems[] | Widget[];
875
+ tag: string;
876
+ target: string | HTMLElement;
877
+ tbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
878
+ textAlign: 'left' | 'center' | 'right' | 'start' | 'end';
879
+ textContent: boolean;
880
+ trapFocus: boolean;
881
+ type: 'hint';
882
+ ui: 'plain' | 'toolbar' | string | object;
883
+ weight: number;
884
+ alignSelf: string;
885
+ appendTo: HTMLElement | string;
886
+ callOnFunctions: boolean;
887
+ catchEventHandlerExceptions: boolean;
888
+ cls: string | object;
889
+ collapsed: boolean;
890
+ column: number;
891
+ content: string;
892
+ dataset: object | Record<string, string>;
893
+ disabled: boolean | 'inert';
894
+ extraData: any;
895
+ flex: number | string;
896
+ height: number | string;
897
+ hidden: boolean;
898
+ html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
899
+ id: string;
900
+ inputFieldAlign: 'start' | 'end';
901
+ insertBefore: HTMLElement | string;
902
+ insertFirst: HTMLElement | string;
903
+ items: (ContainerItemConfig | MenuItemConfig | Widget)[] | Record<string, ContainerItemConfig | MenuItemConfig> | Widget[] | Record<string, ContainerItemConfig | MenuItemEntry> | (ContainerItemConfig | MenuItemEntry | Widget)[];
904
+ keyMap: Record<string, KeyMapConfig> | Record<string, 'previous' | 'next' | 'stop'>;
905
+ labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
906
+ layout: Layout | string | ContainerLayoutConfig;
907
+ layoutStyle: object;
908
+ margin: number | string;
909
+ maxHeight: string | number;
910
+ maximized: boolean;
911
+ maximizeOnMobile: number | string;
912
+ maxWidth: string | number;
913
+ minHeight: string | number;
914
+ minWidth: string | number;
915
+ readOnly: boolean;
916
+ record: Model;
917
+ rendition: string | Record<string, string> | null;
918
+ resizable: boolean | {
919
+ minWidth?: number;
920
+ maxWidth?: number;
921
+ minHeight?: number;
922
+ maxHeight?: number;
923
+ handles?: object;
924
+ };
925
+ rtl: boolean;
926
+ scrollable: Scroller | boolean | ScrollerConfig;
927
+ span: number;
928
+ strictRecordMapping: boolean;
929
+ title: string;
930
+ tools: Record<string, Tool | ToolConfig> | null | Record<string, Tool> | Record<string, ToolConfig>;
931
+ tooltip: string | TooltipConfig | null;
932
+ width: number | string;
933
+ x: number;
934
+ y: number;
935
+ anchorSize: number[];
936
+ focusVisible: boolean;
937
+ hasChanges: boolean;
938
+ isSettingValues: boolean;
939
+ isValid: boolean;
940
+ parent: Widget;
941
+ state: any;
942
+ values: Record<string, object>;
943
+ /**
944
+ * Fired when the [close](https://bryntum.com/products/taskboard/docs/api/Core/widget/Popup#function-close) method is called and the popup is not hidden.
945
+ * May be vetoed by returning `false` from a handler.
946
+ * @param {object} event Event object
947
+ * @param {Core.widget.Popup} event.source This Popup
948
+ */
949
+ onBeforeClose: any;
950
+ /**
951
+ * Fires before an object is destroyed.
952
+ * @param {object} event Event object
953
+ * @param {Core.Base} event.source The Object that is being destroyed.
954
+ */
955
+ onBeforeDestroy: any;
956
+ /**
957
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
958
+ * @param {object} event Event object
959
+ * @param {Core.widget.Widget} event.source The widget being hidden.
960
+ */
961
+ onBeforeHide: any;
962
+ /**
963
+ * Fired before this container will load record values into its child fields. This is useful if you
964
+ * want to modify the UI before data is loaded (e.g. set some input field to be readonly)
965
+ * @param {object} event Event object
966
+ * @param {Core.widget.Container} event.source The container
967
+ * @param {Core.data.Model} event.record The record
968
+ */
969
+ onBeforeSetRecord: any;
970
+ /**
971
+ * Triggered before a widget is shown. Return `false` to prevent the action.
972
+ * @param {object} event Event object
973
+ * @param {Core.widget.Widget,any} event.source The widget being shown
974
+ */
975
+ onBeforeShow: any;
976
+ /**
977
+ * Fired before state is applied to the source. Allows editing the state object or preventing the operation.
978
+ * @param {object} event Event object
979
+ * @param {any} event.state State object config
980
+ */
981
+ onBeforeStateApply: any;
982
+ /**
983
+ * Fired before state is saved by the StateProvider. Allows editing the state object or preventing the operation.
984
+ * @param {object} event Event object
985
+ * @param {any} event.state State object config
986
+ */
987
+ onBeforeStateSave: any;
988
+ /**
989
+ * Fires when any other event is fired from the object.
990
+ * ...
991
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#event-catchAll)
992
+ * @param {object} event Event object
993
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
994
+ * @param {string} event.event.type The type of the event which is caught by the listener
995
+ */
996
+ onCatchAll: any;
997
+ /**
998
+ * Fires when a Panel is collapsed using the [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible) setting.
999
+ * @param {object} event Event object
1000
+ * @param {Core.widget.Panel} event.source This Panel.
1001
+ */
1002
+ onCollapse: any;
1003
+ /**
1004
+ * Fires when an object is destroyed.
1005
+ * @param {object} event Event object
1006
+ * @param {Core.Base} event.source The Object that is being destroyed.
1007
+ */
1008
+ onDestroy: any;
1009
+ /**
1010
+ * Fires when a field is mutated and the state of the [hasChanges](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-hasChanges) property changes
1011
+ * @param {object} event Event object
1012
+ * @param {Core.widget.Container} event.source The container.
1013
+ * @param {boolean} event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
1014
+ */
1015
+ onDirtyStateChange: any;
1016
+ /**
1017
+ * Triggered when a widget's [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element) is available.
1018
+ * @param {object} event Event object
1019
+ * @param {HTMLElement} event.element The Widget's element.
1020
+ */
1021
+ onElementCreated: any;
1022
+ /**
1023
+ * Fires when a Panel is expanded using the [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible) setting.
1024
+ * @param {object} event Event object
1025
+ * @param {Core.widget.Panel} event.source This Panel.
1026
+ */
1027
+ onExpand: any;
1028
+ /**
1029
+ * Fired when focus enters this Widget.
1030
+ * @param {object} event Event object
1031
+ * @param {Core.widget.Widget} event.source This Widget
1032
+ * @param {HTMLElement} event.fromElement The element which lost focus.
1033
+ * @param {HTMLElement} event.toElement The element which gained focus.
1034
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
1035
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
1036
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
1037
+ */
1038
+ onFocusIn: any;
1039
+ /**
1040
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
1041
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
1042
+ * will not trigger this event. This is when focus exits this widget completely.
1043
+ * @param {object} event Event object
1044
+ * @param {Core.widget.Widget} event.source This Widget
1045
+ * @param {HTMLElement} event.fromElement The element which lost focus.
1046
+ * @param {HTMLElement} event.toElement The element which gained focus.
1047
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
1048
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
1049
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
1050
+ */
1051
+ onFocusOut: any;
1052
+ /**
1053
+ * Triggered after a widget was hidden
1054
+ * @param {object} event Event object
1055
+ * @param {Core.widget.Widget} event.source The widget
1056
+ */
1057
+ onHide: any;
1058
+ /**
1059
+ * Triggered when a widget which had been in a non-visible state for any reason
1060
+ * achieves visibility.
1061
+ * ...
1062
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Hint#event-paint)
1063
+ * @param {object} event Event object
1064
+ * @param {Core.widget.Widget} event.source The widget being painted.
1065
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
1066
+ */
1067
+ onPaint: any;
1068
+ /**
1069
+ * Fired when a Widget's read only state is toggled
1070
+ * @param {object} event Event object
1071
+ * @param {boolean} event.readOnly Read only or not
1072
+ */
1073
+ onReadOnly: any;
1074
+ /**
1075
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
1076
+ * 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.
1077
+ */
1078
+ onRecompose: any;
1079
+ /**
1080
+ * 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`*.
1081
+ * @param {object} event Event object
1082
+ * @param {Core.widget.Widget} event.source This Widget
1083
+ * @param {number} event.width The new width
1084
+ * @param {number} event.height The new height
1085
+ * @param {number} event.oldWidth The old width
1086
+ * @param {number} event.oldHeight The old height
1087
+ */
1088
+ onResize: any;
1089
+ /**
1090
+ * Triggered after a widget is shown.
1091
+ * @param {object} event Event object
1092
+ * @param {Core.widget.Widget} event.source The widget
1093
+ */
1094
+ onShow: any;
1095
+ /**
1096
+ * A header [tool](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-tools) has been clicked.
1097
+ * @param {object} event Event object
1098
+ * @param {Core.widget.Tool} event.source This Panel.
1099
+ * @param {Core.widget.Tool} event.tool The tool which is being clicked.
1100
+ */
1101
+ onToolClick: any;
1102
+ /**
1103
+ * Create and append the underlying widget
1104
+ */
1105
+ ngOnInit(): void;
1106
+ /**
1107
+ * Watch for changes
1108
+ * @param changes
1109
+ */
1110
+ ngOnChanges(changes: SimpleChanges): void;
1111
+ /**
1112
+ * Destroy the component
1113
+ */
1114
+ ngOnDestroy(): void;
1115
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumHintComponent, never>;
1116
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumHintComponent, "bryntum-hint", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoNext": "autoNext"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "bubbleEvents": "bubbleEvents"; "buttons": "buttons"; "closeOnEscape": "closeOnEscape"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "floating": "floating"; "focusOnToFront": "focusOnToFront"; "footer": "footer"; "forElement": "forElement"; "header": "header"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "highlightTarget": "highlightTarget"; "htmlCls": "htmlCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maximizable": "maximizable"; "maxWait": "maxWait"; "modal": "modal"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "nextAction": "nextAction"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "previousAction": "previousAction"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showOnClick": "showOnClick"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "target": "target"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximized": "maximized"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "resizable": "resizable"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "parent": "parent"; "state": "state"; "values": "values"; }, { "onBeforeClose": "onBeforeClose"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onCatchAll": "onCatchAll"; "onCollapse": "onCollapse"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
1117
+ }