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