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