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