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